From 0270a4217cf61a8cbd23514c13cecc73e2c935f9 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Fri, 11 Jul 2014 09:34:51 +0200 Subject: [PATCH] Imported Bugzilla 3.1.4. --- Bugzilla.pm | 21 +- Bugzilla/Attachment.pm | 8 +- Bugzilla/Attachment/CVS/Entries | 2 +- Bugzilla/Attachment/CVS/Tag | 2 +- Bugzilla/Attachment/PatchReader.pm | 35 +- Bugzilla/Auth/CVS/Entries | 4 +- Bugzilla/Auth/CVS/Tag | 2 +- Bugzilla/Auth/Login/CVS/Entries | 8 +- Bugzilla/Auth/Login/CVS/Tag | 2 +- Bugzilla/Auth/Persist/CVS/Entries | 2 +- Bugzilla/Auth/Persist/CVS/Tag | 2 +- Bugzilla/Auth/Verify/CVS/Entries | 8 +- Bugzilla/Auth/Verify/CVS/Tag | 2 +- Bugzilla/Bug.pm | 443 +- Bugzilla/BugMail.pm | 11 +- Bugzilla/CVS/Entries | 68 +- Bugzilla/CVS/Tag | 2 +- Bugzilla/Config/CVS/Entries | 34 +- Bugzilla/Config/CVS/Tag | 2 +- Bugzilla/Config/Common.pm | 26 +- Bugzilla/Config/Core.pm | 2 +- Bugzilla/Config/MTA.pm | 11 + Bugzilla/Constants.pm | 2 +- Bugzilla/DB.pm | 68 +- Bugzilla/DB/CVS/Entries | 8 +- Bugzilla/DB/CVS/Tag | 2 +- Bugzilla/DB/Mysql.pm | 104 +- Bugzilla/DB/Pg.pm | 4 + Bugzilla/DB/Schema.pm | 25 +- Bugzilla/DB/Schema/CVS/Entries | 6 +- Bugzilla/DB/Schema/CVS/Tag | 2 +- Bugzilla/DB/Schema/Mysql.pm | 2 +- Bugzilla/Field.pm | 90 +- Bugzilla/Flag.pm | 199 +- Bugzilla/Install/CVS/Entries | 12 +- Bugzilla/Install/CVS/Tag | 2 +- Bugzilla/Install/DB.pm | 69 +- Bugzilla/Install/Filesystem.pm | 20 +- Bugzilla/Install/Requirements.pm | 88 +- Bugzilla/Install/Util.pm | 63 +- Bugzilla/Mailer.pm | 31 +- Bugzilla/Object.pm | 83 +- Bugzilla/Product.pm | 43 +- Bugzilla/Search.pm | 201 +- Bugzilla/Search/CVS/Entries | 4 +- Bugzilla/Search/CVS/Tag | 2 +- Bugzilla/Status.pm | 52 +- Bugzilla/Template.pm | 40 +- Bugzilla/Template/CVS/Entries | 1 + Bugzilla/Template/CVS/Tag | 2 +- Bugzilla/Template/Parser.pm | 66 + Bugzilla/Template/Plugin/CVS/Entries | 6 +- Bugzilla/Template/Plugin/CVS/Tag | 2 +- Bugzilla/Token.pm | 83 +- Bugzilla/Update.pm | 17 +- Bugzilla/User/CVS/Entries | 2 +- Bugzilla/User/CVS/Tag | 2 +- Bugzilla/User/Setting/CVS/Entries | 4 +- Bugzilla/User/Setting/CVS/Tag | 2 +- Bugzilla/Util.pm | 17 +- Bugzilla/WebService.pm | 67 +- Bugzilla/WebService/Bug.pm | 14 +- Bugzilla/WebService/Bugzilla.pm | 6 + Bugzilla/WebService/CVS/Entries | 10 +- Bugzilla/WebService/CVS/Tag | 2 +- Bugzilla/WebService/Constants.pm | 12 +- Bugzilla/WebService/User.pm | 6 + CVS/Entries | 144 +- CVS/Tag | 2 +- attachment.cgi | 17 +- buglist.cgi | 56 +- checksetup.pl | 5 +- colchange.cgi | 2 +- collectstats.pl | 6 +- config.cgi | 11 +- contrib/CVS/Entries | 28 +- contrib/CVS/Tag | 2 +- contrib/bugzilla-submit/CVS/Entries | 8 +- contrib/bugzilla-submit/CVS/Tag | 2 +- contrib/cmdline/CVS/Entries | 14 +- contrib/cmdline/CVS/Tag | 2 +- contrib/gnatsparse/CVS/Entries | 8 +- contrib/gnatsparse/CVS/Tag | 2 +- contrib/merge-users.pl | 7 + docs/CVS/Entries | 10 +- docs/CVS/Tag | 2 +- docs/{xml => }/bugzilla.ent | 2 + docs/{ => en}/.cvsignore | 1 + docs/en/CVS/Entries | 5 + docs/en/CVS/Repository | 1 + docs/{xml => en}/CVS/Root | 0 docs/en/CVS/Tag | 1 + docs/{ => en}/README.docs | 0 docs/{ => en}/html/Bugzilla-Guide.html | 5358 +-- docs/{ => en}/html/about.html | 12 +- docs/{ => en}/html/administration.html | 155 +- docs/{ => en}/html/api/Bugzilla.html | 2 +- .../html/api/Bugzilla/Attachment.html | 2 +- docs/{ => en}/html/api/Bugzilla/Auth.html | 2 +- .../html/api/Bugzilla/Auth/Login.html | 2 +- .../html/api/Bugzilla/Auth/Verify.html | 2 +- docs/{ => en}/html/api/Bugzilla/CGI.html | 2 +- .../html/api/Bugzilla/Classification.html | 2 +- .../{ => en}/html/api/Bugzilla/Component.html | 2 +- docs/{ => en}/html/api/Bugzilla/Config.html | 2 +- .../html/api/Bugzilla/Config/Common.html | 2 +- docs/{ => en}/html/api/Bugzilla/DB.html | 28 +- docs/{ => en}/html/api/Bugzilla/DB/Mysql.html | 2 +- .../{ => en}/html/api/Bugzilla/DB/Oracle.html | 2 +- docs/{ => en}/html/api/Bugzilla/DB/Pg.html | 2 +- .../{ => en}/html/api/Bugzilla/DB/Schema.html | 2 +- docs/{ => en}/html/api/Bugzilla/Error.html | 2 +- docs/{ => en}/html/api/Bugzilla/Field.html | 23 +- docs/{ => en}/html/api/Bugzilla/Flag.html | 50 +- docs/{ => en}/html/api/Bugzilla/FlagType.html | 2 +- docs/{ => en}/html/api/Bugzilla/Group.html | 2 +- docs/{ => en}/html/api/Bugzilla/Hook.html | 2 +- docs/{ => en}/html/api/Bugzilla/Install.html | 2 +- .../html/api/Bugzilla/Install/CPAN.html | 2 +- .../html/api/Bugzilla/Install/DB.html | 2 +- .../html/api/Bugzilla/Install/Filesystem.html | 2 +- .../api/Bugzilla/Install/Localconfig.html | 2 +- .../api/Bugzilla/Install/Requirements.html | 2 +- .../html/api/Bugzilla/Install/Util.html | 17 +- docs/{ => en}/html/api/Bugzilla/Keyword.html | 2 +- .../{ => en}/html/api/Bugzilla/Milestone.html | 2 +- docs/{ => en}/html/api/Bugzilla/Object.html | 2 +- docs/{ => en}/html/api/Bugzilla/Product.html | 25 +- .../html/api/Bugzilla/Search/Saved.html | 2 +- docs/{ => en}/html/api/Bugzilla/Status.html | 35 +- docs/{ => en}/html/api/Bugzilla/Template.html | 2 +- .../en/html/api/Bugzilla/Template/Parser.html | 63 + .../Bugzilla/Template/Plugin/Bugzilla.html | 2 +- .../api/Bugzilla/Template/Plugin/Hook.html | 2 +- .../api/Bugzilla/Template/Plugin/User.html | 2 +- docs/{ => en}/html/api/Bugzilla/Token.html | 24 +- docs/{ => en}/html/api/Bugzilla/Update.html | 2 +- docs/{ => en}/html/api/Bugzilla/User.html | 2 +- .../html/api/Bugzilla/User/Setting.html | 2 +- .../html/api/Bugzilla/User/Setting/Lang.html | 2 +- .../html/api/Bugzilla/User/Setting/Skin.html | 2 +- docs/{ => en}/html/api/Bugzilla/Util.html | 8 +- docs/{ => en}/html/api/Bugzilla/Version.html | 2 +- .../html/api/Bugzilla/WebService.html | 2 +- .../html/api/Bugzilla/WebService/Bug.html | 13 +- .../api/Bugzilla/WebService/Bugzilla.html | 2 +- .../html/api/Bugzilla/WebService/Product.html | 2 +- .../html/api/Bugzilla/WebService/User.html | 2 +- docs/{ => en}/html/api/checksetup.html | 2 +- .../html/api/contrib/bz_webservice_demo.html | 2 +- docs/{ => en}/html/api/contrib/bzdbcopy.html | 2 +- .../html/api/contrib/merge-users.html | 2 +- docs/{ => en}/html/api/contrib/recode.html | 2 +- docs/{ => en}/html/api/email_in.html | 4 +- docs/{ => en}/html/api/importxml.html | 2 +- docs/{ => en}/html/api/index.html | 40 +- docs/{ => en}/html/api/install-module.html | 2 +- docs/{ => en}/html/api/sanitycheck.html | 2 +- docs/{ => en}/html/attachments.html | 8 +- docs/{ => en}/html/bug_page.html | 8 +- docs/en/html/bug_status_workflow.html | 164 + docs/{ => en}/html/bugreports.html | 8 +- docs/{ => en}/html/classifications.html | 8 +- docs/{ => en}/html/cmdline-bugmail.html | 8 +- docs/{ => en}/html/cmdline.html | 8 +- docs/{ => en}/html/components.html | 8 +- docs/{ => en}/html/configuration.html | 95 +- docs/{ => en}/html/conventions.html | 12 +- docs/{ => en}/html/copyright.html | 8 +- docs/{ => en}/html/credits.html | 8 +- .../html/cust-change-permissions.html | 8 +- docs/{ => en}/html/cust-hooks.html | 47 +- docs/{ => en}/html/cust-skins.html | 8 +- docs/{ => en}/html/cust-templates.html | 8 +- docs/en/html/custom-fields.html | 375 + docs/{ => en}/html/customization.html | 8 +- docs/{ => en}/html/disclaimer.html | 8 +- docs/{ => en}/html/edit-values.html | 42 +- docs/en/html/extraconfig.html | 525 + docs/{ => en}/html/flags-overview.html | 8 +- docs/{ => en}/html/flags.html | 8 +- docs/{ => en}/html/general-advice.html | 8 +- docs/{ => en}/html/gfdl-0.html | 8 +- docs/{ => en}/html/gfdl-1.html | 8 +- docs/{ => en}/html/gfdl-10.html | 8 +- docs/{ => en}/html/gfdl-2.html | 8 +- docs/{ => en}/html/gfdl-3.html | 8 +- docs/{ => en}/html/gfdl-4.html | 8 +- docs/{ => en}/html/gfdl-5.html | 8 +- docs/{ => en}/html/gfdl-6.html | 8 +- docs/{ => en}/html/gfdl-7.html | 8 +- docs/{ => en}/html/gfdl-8.html | 8 +- docs/{ => en}/html/gfdl-9.html | 8 +- docs/{ => en}/html/gfdl-howto.html | 10 +- docs/{ => en}/html/gfdl.html | 10 +- docs/{ => en}/html/glossary.html | 28 +- docs/en/html/groups.html | 589 + docs/{ => en}/html/hintsandtips.html | 10 +- docs/{ => en}/html/index.html | 23 +- .../html/install-perlmodules-manual.html | 8 +- docs/{ => en}/html/installation.html | 46 +- docs/{ => en}/html/installing-bugzilla.html | 46 +- docs/{ => en}/html/integration.html | 8 +- docs/{ => en}/html/keywords.html | 10 +- docs/{ => en}/html/lifecycle.html | 8 +- docs/{ => en}/html/milestones.html | 8 +- .../html/modules-manual-download.html | 63 +- .../html/modules-manual-instructions.html | 40 +- .../html/modules-manual-optional.html | 34 +- docs/{ => en}/html/multiple-bz-dbs.html | 8 +- docs/{ => en}/html/myaccount.html | 8 +- docs/{ => en}/html/newversions.html | 10 +- docs/{ => en}/html/nonroot.html | 28 +- docs/{ => en}/html/os-specific.html | 76 +- docs/en/html/parameters.html | 1381 + docs/{ => en}/html/paranoid-security.html | 8 +- docs/{ => en}/html/patches.html | 8 +- docs/en/html/products.html | 827 + docs/{ => en}/html/query.html | 53 +- docs/{ => en}/html/quips.html | 10 +- docs/{ => en}/html/reporting.html | 10 +- docs/{ => en}/html/sanitycheck.html | 10 +- docs/{ => en}/html/security-bugzilla.html | 8 +- docs/{ => en}/html/security-mysql.html | 20 +- docs/{ => en}/html/security-os.html | 12 +- docs/{ => en}/html/security-webserver.html | 8 +- docs/{ => en}/html/security.html | 8 +- docs/{ => en}/html/timetracking.html | 8 +- docs/{ => en}/html/trbl-dbdsponge.html | 8 +- docs/{ => en}/html/trbl-index.html | 8 +- .../{ => en}/html/trbl-passwd-encryption.html | 8 +- docs/{ => en}/html/trbl-perlmodule.html | 8 +- docs/{ => en}/html/trbl-relogin-everyone.html | 12 +- docs/{ => en}/html/trbl-relogin-some.html | 8 +- docs/{ => en}/html/trbl-testserver.html | 8 +- docs/{ => en}/html/troubleshooting.html | 8 +- docs/{ => en}/html/upgrading.html | 44 +- docs/{ => en}/html/useradmin.html | 8 +- docs/{ => en}/html/userpreferences.html | 8 +- docs/{ => en}/html/using-intro.html | 8 +- docs/{ => en}/html/using.html | 12 +- docs/{ => en}/html/versions.html | 8 +- docs/{ => en}/html/voting.html | 20 +- docs/{ => en}/html/whining.html | 14 +- docs/en/images/CVS/Entries | 7 + docs/en/images/CVS/Repository | 1 + docs/{images/callouts => en/images}/CVS/Root | 0 docs/en/images/CVS/Tag | 1 + docs/{ => en}/images/bzLifecycle.png | Bin docs/{ => en}/images/bzLifecycle.xml | 0 docs/{ => en}/images/callouts/1.gif | Bin docs/{ => en}/images/callouts/2.gif | Bin docs/{ => en}/images/callouts/3.gif | Bin docs/en/images/callouts/CVS/Entries | 4 + docs/en/images/callouts/CVS/Repository | 1 + docs/{images => en/images/callouts}/CVS/Root | 0 docs/en/images/callouts/CVS/Tag | 1 + docs/{ => en}/images/caution.gif | Bin docs/{ => en}/images/note.gif | Bin docs/{ => en}/images/tip.gif | Bin docs/{ => en}/images/warning.gif | Bin docs/en/pdf/Bugzilla-Guide.pdf | 32033 ++++++++++++++++ docs/{ => en}/rel_notes.txt | 0 docs/{ => en}/txt/Bugzilla-Guide.txt | 2186 +- docs/{ => en}/xml/.cvsignore | 0 docs/{ => en}/xml/Bugzilla-Guide.xml | 4 +- docs/en/xml/CVS/Entries | 19 + docs/en/xml/CVS/Repository | 1 + docs/{html/api => en/xml}/CVS/Root | 0 docs/en/xml/CVS/Tag | 1 + docs/{ => en}/xml/about.xml | 2 +- docs/{ => en}/xml/administration.xml | 2157 +- docs/en/xml/bugzilla.ent | 40 + docs/{ => en}/xml/conventions.xml | 0 docs/{ => en}/xml/customization.xml | 10 +- docs/{ => en}/xml/gfdl.xml | 0 docs/{ => en}/xml/glossary.xml | 0 docs/{ => en}/xml/index.xml | 0 docs/{ => en}/xml/installation.xml | 327 +- docs/{ => en}/xml/integration.xml | 0 docs/{ => en}/xml/introduction.xml | 0 docs/{ => en}/xml/modules.xml | 37 +- docs/{ => en}/xml/patches.xml | 0 docs/{ => en}/xml/requiredsoftware.xml | 0 docs/{ => en}/xml/security.xml | 2 +- docs/{ => en}/xml/troubleshooting.xml | 2 +- docs/{ => en}/xml/using.xml | 21 +- docs/html/.cvsignore | 1 - docs/html/CVS/Entries | 2 - docs/html/CVS/Repository | 1 - docs/html/CVS/Root | 1 - docs/html/CVS/Tag | 1 - docs/html/api/.cvsignore | 3 - docs/html/api/CVS/Entries | 3 - docs/html/api/CVS/Repository | 1 - docs/html/api/CVS/Tag | 1 - docs/html/custom-fields.html | 305 - docs/html/extraconfig.html | 977 - docs/html/groups.html | 558 - docs/html/parameters.html | 469 - docs/html/products.html | 500 - docs/images/CVS/Entries | 7 - docs/images/CVS/Repository | 1 - docs/images/CVS/Tag | 1 - docs/images/callouts/CVS/Entries | 4 - docs/images/callouts/CVS/Repository | 1 - docs/images/callouts/CVS/Tag | 1 - 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/CVS/Entries | 2 +- docs/lib/Pod/Simple/HTMLBatch/CVS/Tag | 2 +- docs/makedocs.pl | 96 +- docs/pdf/Bugzilla-Guide.pdf | 27434 ------------- docs/{html/api => }/style.css | 0 docs/xml/CVS/Entries | 19 - docs/xml/CVS/Repository | 1 - docs/xml/CVS/Tag | 1 - editfields.cgi | 43 + editproducts.cgi | 64 +- editusers.cgi | 4 +- email_in.pl | 85 +- enter_bug.cgi | 3 +- extensions/CVS/Tag | 2 +- extensions/example/CVS/Entries | 4 +- extensions/example/CVS/Tag | 2 +- extensions/example/code/CVS/Entries | 2 +- extensions/example/code/CVS/Tag | 2 +- extensions/example/lib/CVS/Entries | 2 +- extensions/example/lib/CVS/Tag | 2 +- images/CVS/Entries | 2 +- images/CVS/Tag | 2 +- importxml.pl | 99 +- js/CVS/Entries | 20 +- js/CVS/Tag | 2 +- js/field.js | 150 +- js/keyword-chooser.js | 14 +- js/yui/CVS/Entries | 4 +- js/yui/CVS/Tag | 2 +- lib/CVS/Entries | 2 +- lib/CVS/Tag | 2 +- post_bug.cgi | 17 +- process_bug.cgi | 134 +- query.cgi | 4 +- relogin.cgi | 8 +- sanitycheck.cgi | 29 +- show_bug.cgi | 2 +- skins/CVS/Entries | 2 +- skins/CVS/Tag | 2 +- skins/contrib/CVS/Tag | 2 +- skins/contrib/Dusk/CVS/Entries | 6 +- skins/contrib/Dusk/CVS/Tag | 2 +- skins/contrib/Dusk/global.css | 13 +- skins/standard/CVS/Entries | 34 +- skins/standard/CVS/Tag | 2 +- skins/standard/IE-fixes.css | 5 + skins/standard/buglist.css | 4 + skins/standard/dependency-tree/CVS/Entries | 8 +- skins/standard/dependency-tree/CVS/Tag | 2 +- skins/standard/global.css | 47 +- skins/standard/global/CVS/Entries | 6 +- skins/standard/global/CVS/Tag | 2 +- skins/standard/global/body-back.gif | Bin skins/standard/global/header.png | Bin skins/standard/index/CVS/Entries | 2 +- skins/standard/index/CVS/Tag | 2 +- skins/standard/index/front.png | Bin skins/standard/show_bug.css | 6 +- skins/standard/yui/CVS/Entries | 4 +- skins/standard/yui/CVS/Tag | 2 +- t/001compile.t | 14 +- t/004template.t | 4 +- t/CVS/Entries | 24 +- t/CVS/Tag | 2 +- t/Support/CVS/Entries | 6 +- t/Support/CVS/Tag | 2 +- template/CVS/Entries | 2 +- template/CVS/Tag | 2 +- template/en/CVS/Entries | 2 +- template/en/CVS/Tag | 2 +- template/en/default/CVS/Entries | 12 +- template/en/default/CVS/Tag | 2 +- template/en/default/account/CVS/Entries | 8 +- template/en/default/account/CVS/Tag | 2 +- template/en/default/account/auth/CVS/Entries | 4 +- template/en/default/account/auth/CVS/Tag | 2 +- .../account/auth/login-small.html.tmpl | 2 +- .../en/default/account/auth/login.html.tmpl | 2 +- .../en/default/account/cancel-token.txt.tmpl | 2 +- template/en/default/account/email/CVS/Entries | 10 +- template/en/default/account/email/CVS/Tag | 2 +- .../en/default/account/password/CVS/Entries | 4 +- template/en/default/account/password/CVS/Tag | 2 +- template/en/default/account/prefs/CVS/Entries | 12 +- template/en/default/account/prefs/CVS/Tag | 2 +- .../account/prefs/saved-searches.html.tmpl | 9 +- template/en/default/admin/CVS/Entries | 8 +- template/en/default/admin/CVS/Tag | 2 +- .../default/admin/classifications/CVS/Entries | 10 +- .../en/default/admin/classifications/CVS/Tag | 2 +- .../classifications/reclassify.html.tmpl | 4 +- .../en/default/admin/components/CVS/Entries | 12 +- template/en/default/admin/components/CVS/Tag | 2 +- .../default/admin/custom_fields/CVS/Entries | 7 +- .../en/default/admin/custom_fields/CVS/Tag | 2 +- .../custom_fields/confirm-delete.html.tmpl | 66 + .../admin/custom_fields/edit.html.tmpl | 9 + .../admin/custom_fields/list.html.tmpl | 18 + .../en/default/admin/fieldvalues/CVS/Entries | 12 +- template/en/default/admin/fieldvalues/CVS/Tag | 2 +- .../en/default/admin/flag-type/CVS/Entries | 6 +- template/en/default/admin/flag-type/CVS/Tag | 2 +- template/en/default/admin/groups/CVS/Entries | 10 +- template/en/default/admin/groups/CVS/Tag | 2 +- .../en/default/admin/keywords/CVS/Entries | 8 +- template/en/default/admin/keywords/CVS/Tag | 2 +- .../admin/keywords/confirm-delete.html.tmpl | 0 .../default/admin/keywords/create.html.tmpl | 0 .../en/default/admin/keywords/edit.html.tmpl | 0 .../en/default/admin/keywords/list.html.tmpl | 0 .../en/default/admin/milestones/CVS/Entries | 12 +- template/en/default/admin/milestones/CVS/Tag | 2 +- template/en/default/admin/params/CVS/Entries | 38 +- template/en/default/admin/params/CVS/Tag | 2 +- .../en/default/admin/params/common.html.tmpl | 5 +- .../en/default/admin/params/core.html.tmpl | 4 +- .../en/default/admin/params/mta.html.tmpl | 6 + .../en/default/admin/products/CVS/Entries | 16 +- template/en/default/admin/products/CVS/Tag | 2 +- .../en/default/admin/products/edit.html.tmpl | 16 +- .../admin/products/groupcontrol/CVS/Entries | 6 +- .../admin/products/groupcontrol/CVS/Tag | 2 +- .../products/groupcontrol/edit.html.tmpl | 2 +- .../en/default/admin/sanitycheck/CVS/Entries | 4 +- template/en/default/admin/sanitycheck/CVS/Tag | 2 +- .../admin/sanitycheck/messages.html.tmpl | 21 +- .../en/default/admin/settings/CVS/Entries | 2 +- template/en/default/admin/settings/CVS/Tag | 2 +- template/en/default/admin/table.html.tmpl | 2 +- template/en/default/admin/users/CVS/Entries | 16 +- template/en/default/admin/users/CVS/Tag | 2 +- .../en/default/admin/versions/CVS/Entries | 12 +- template/en/default/admin/versions/CVS/Tag | 2 +- .../en/default/admin/workflow/CVS/Entries | 4 +- template/en/default/admin/workflow/CVS/Tag | 2 +- template/en/default/attachment/CVS/Entries | 30 +- template/en/default/attachment/CVS/Tag | 2 +- .../en/default/attachment/create.html.tmpl | 6 +- .../en/default/attachment/created.html.tmpl | 11 + template/en/default/attachment/edit.html.tmpl | 27 +- .../en/default/attachment/midair.html.tmpl | 4 +- .../attachment/show-multiple.html.tmpl | 4 - .../en/default/attachment/updated.html.tmpl | 15 +- template/en/default/bug/CVS/Entries | 28 +- 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/table.html.tmpl | 2 +- template/en/default/bug/comments.html.tmpl | 3 +- template/en/default/bug/create/CVS/Entries | 16 +- template/en/default/bug/create/CVS/Tag | 2 +- .../en/default/bug/create/create.html.tmpl | 24 +- .../en/default/bug/dependency-tree.html.tmpl | 4 +- template/en/default/bug/edit.html.tmpl | 194 +- .../en/default/bug/keyword-chooser.html.tmpl | 14 +- template/en/default/bug/knob.html.tmpl | 142 +- template/en/default/bug/process/CVS/Entries | 12 +- template/en/default/bug/process/CVS/Tag | 2 +- .../en/default/bug/process/header.html.tmpl | 5 +- .../en/default/bug/process/midair.html.tmpl | 4 +- .../bug/process/verify-new-product.html.tmpl | 2 +- .../en/default/bug/show-multiple.html.tmpl | 8 +- template/en/default/bug/show.html.tmpl | 19 +- template/en/default/bug/show.xml.tmpl | 1 + .../en/default/bug/summarize-time.html.tmpl | 4 +- template/en/default/bug/votes/CVS/Entries | 6 +- template/en/default/bug/votes/CVS/Tag | 2 +- .../default/bug/votes/list-for-user.html.tmpl | 15 +- template/en/default/config.js.tmpl | 9 +- template/en/default/config.rdf.tmpl | 6 + template/en/default/email/CVS/Entries | 10 +- template/en/default/email/CVS/Tag | 2 +- .../en/default/email/votes-removed.txt.tmpl | 23 +- template/en/default/filterexceptions.pl | 1 - template/en/default/flag/CVS/Entries | 2 +- template/en/default/flag/CVS/Tag | 2 +- template/en/default/flag/list.html.tmpl | 15 +- template/en/default/global/CVS/Entries | 54 +- template/en/default/global/CVS/Tag | 2 +- .../en/default/global/code-error.html.tmpl | 6 +- .../en/default/global/common-links.html.tmpl | 16 +- .../en/default/global/docslinks.html.tmpl | 2 +- template/en/default/global/header.html.tmpl | 2 + template/en/default/global/messages.html.tmpl | 16 +- .../default/global/per-bug-queries.html.tmpl | 2 +- .../default/global/site-navigation.html.tmpl | 23 +- .../en/default/global/user-error.html.tmpl | 28 +- .../en/default/global/userselect.html.tmpl | 8 +- .../en/default/global/variables.none.tmpl | 13 - template/en/default/index.html.tmpl | 2 +- template/en/default/list/CVS/Entries | 24 +- template/en/default/list/CVS/Tag | 2 +- .../en/default/list/change-columns.html.tmpl | 6 +- .../en/default/list/edit-multiple.html.tmpl | 96 +- template/en/default/list/table.html.tmpl | 1 + template/en/default/pages/CVS/Entries | 18 +- template/en/default/pages/CVS/Tag | 2 +- template/en/default/pages/fields.html.tmpl | 9 +- template/en/default/pages/linked.html.tmpl | 4 +- .../en/default/pages/release-notes.html.tmpl | 79 +- template/en/default/reports/CVS/Entries | 46 +- template/en/default/reports/CVS/Tag | 2 +- .../en/default/reports/duplicates.html.tmpl | 6 +- template/en/default/reports/series.html.tmpl | 2 +- template/en/default/request/CVS/Entries | 4 +- template/en/default/request/CVS/Tag | 2 +- 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 | 8 +- template/en/default/setup/CVS/Entries | 2 +- template/en/default/setup/CVS/Tag | 2 +- template/en/default/welcome-admin.html.tmpl | 2 +- template/en/default/whine/CVS/Entries | 8 +- template/en/default/whine/CVS/Tag | 2 +- template/en/extension/CVS/Entries | 2 +- template/en/extension/CVS/Tag | 2 +- token.cgi | 18 +- userprefs.cgi | 2 +- votes.cgi | 6 + whine.pl | 8 +- whineatnews.pl | 6 +- xmlrpc.cgi | 26 +- 535 files changed, 46342 insertions(+), 37220 deletions(-) mode change 100755 => 100644 Bugzilla/Bug.pm create mode 100755 Bugzilla/Template/Parser.pm rename docs/{xml => }/bugzilla.ent (94%) rename docs/{ => en}/.cvsignore (61%) create mode 100644 docs/en/CVS/Entries create mode 100644 docs/en/CVS/Repository rename docs/{xml => en}/CVS/Root (100%) create mode 100644 docs/en/CVS/Tag rename docs/{ => en}/README.docs (100%) rename docs/{ => en}/html/Bugzilla-Guide.html (86%) rename docs/{ => en}/html/about.html (87%) rename docs/{ => en}/html/administration.html (66%) rename docs/{ => en}/html/api/Bugzilla.html (99%) rename docs/{ => en}/html/api/Bugzilla/Attachment.html (99%) rename docs/{ => en}/html/api/Bugzilla/Auth.html (99%) rename docs/{ => en}/html/api/Bugzilla/Auth/Login.html (99%) rename docs/{ => en}/html/api/Bugzilla/Auth/Verify.html (99%) rename docs/{ => en}/html/api/Bugzilla/CGI.html (99%) rename docs/{ => en}/html/api/Bugzilla/Classification.html (99%) rename docs/{ => en}/html/api/Bugzilla/Component.html (99%) rename docs/{ => en}/html/api/Bugzilla/Config.html (99%) rename docs/{ => en}/html/api/Bugzilla/Config/Common.html (98%) rename docs/{ => en}/html/api/Bugzilla/DB.html (98%) rename docs/{ => en}/html/api/Bugzilla/DB/Mysql.html (97%) rename docs/{ => en}/html/api/Bugzilla/DB/Oracle.html (97%) rename docs/{ => en}/html/api/Bugzilla/DB/Pg.html (97%) rename docs/{ => en}/html/api/Bugzilla/DB/Schema.html (99%) rename docs/{ => en}/html/api/Bugzilla/Error.html (99%) rename docs/{ => en}/html/api/Bugzilla/Field.html (93%) rename docs/{ => en}/html/api/Bugzilla/Flag.html (81%) rename docs/{ => en}/html/api/Bugzilla/FlagType.html (99%) rename docs/{ => en}/html/api/Bugzilla/Group.html (99%) rename docs/{ => en}/html/api/Bugzilla/Hook.html (99%) rename docs/{ => en}/html/api/Bugzilla/Install.html (98%) rename docs/{ => en}/html/api/Bugzilla/Install/CPAN.html (98%) rename docs/{ => en}/html/api/Bugzilla/Install/DB.html (98%) rename docs/{ => en}/html/api/Bugzilla/Install/Filesystem.html (98%) rename docs/{ => en}/html/api/Bugzilla/Install/Localconfig.html (99%) rename docs/{ => en}/html/api/Bugzilla/Install/Requirements.html (99%) rename docs/{ => en}/html/api/Bugzilla/Install/Util.html (93%) rename docs/{ => en}/html/api/Bugzilla/Keyword.html (98%) rename docs/{ => en}/html/api/Bugzilla/Milestone.html (99%) rename docs/{ => en}/html/api/Bugzilla/Object.html (99%) rename docs/{ => en}/html/api/Bugzilla/Product.html (89%) rename docs/{ => en}/html/api/Bugzilla/Search/Saved.html (99%) rename docs/{ => en}/html/api/Bugzilla/Status.html (80%) rename docs/{ => en}/html/api/Bugzilla/Template.html (99%) create mode 100644 docs/en/html/api/Bugzilla/Template/Parser.html rename docs/{ => en}/html/api/Bugzilla/Template/Plugin/Bugzilla.html (97%) rename docs/{ => en}/html/api/Bugzilla/Template/Plugin/Hook.html (97%) rename docs/{ => en}/html/api/Bugzilla/Template/Plugin/User.html (97%) rename docs/{ => en}/html/api/Bugzilla/Token.html (91%) rename docs/{ => en}/html/api/Bugzilla/Update.html (98%) rename docs/{ => en}/html/api/Bugzilla/User.html (99%) rename docs/{ => en}/html/api/Bugzilla/User/Setting.html (99%) rename docs/{ => en}/html/api/Bugzilla/User/Setting/Lang.html (97%) rename docs/{ => en}/html/api/Bugzilla/User/Setting/Skin.html (97%) rename docs/{ => en}/html/api/Bugzilla/Util.html (98%) rename docs/{ => en}/html/api/Bugzilla/Version.html (99%) rename docs/{ => en}/html/api/Bugzilla/WebService.html (99%) rename docs/{ => en}/html/api/Bugzilla/WebService/Bug.html (97%) rename docs/{ => en}/html/api/Bugzilla/WebService/Bugzilla.html (98%) rename docs/{ => en}/html/api/Bugzilla/WebService/Product.html (99%) rename docs/{ => en}/html/api/Bugzilla/WebService/User.html (99%) rename docs/{ => en}/html/api/checksetup.html (99%) rename docs/{ => en}/html/api/contrib/bz_webservice_demo.html (99%) rename docs/{ => en}/html/api/contrib/bzdbcopy.html (98%) rename docs/{ => en}/html/api/contrib/merge-users.html (97%) rename docs/{ => en}/html/api/contrib/recode.html (99%) rename docs/{ => en}/html/api/email_in.html (95%) rename docs/{ => en}/html/api/importxml.html (97%) rename docs/{ => en}/html/api/index.html (96%) rename docs/{ => en}/html/api/install-module.html (96%) rename docs/{ => en}/html/api/sanitycheck.html (95%) rename docs/{ => en}/html/attachments.html (97%) rename docs/{ => en}/html/bug_page.html (97%) create mode 100644 docs/en/html/bug_status_workflow.html rename docs/{ => en}/html/bugreports.html (97%) rename docs/{ => en}/html/classifications.html (91%) rename docs/{ => en}/html/cmdline-bugmail.html (93%) rename docs/{ => en}/html/cmdline.html (95%) rename docs/{ => en}/html/components.html (94%) rename docs/{ => en}/html/configuration.html (97%) rename docs/{ => en}/html/conventions.html (94%) rename docs/{ => en}/html/copyright.html (91%) rename docs/{ => en}/html/credits.html (95%) rename docs/{ => en}/html/cust-change-permissions.html (97%) rename docs/{ => en}/html/cust-hooks.html (94%) rename docs/{ => en}/html/cust-skins.html (92%) rename docs/{ => en}/html/cust-templates.html (98%) create mode 100644 docs/en/html/custom-fields.html rename docs/{ => en}/html/customization.html (93%) rename docs/{ => en}/html/disclaimer.html (93%) rename docs/{ => en}/html/edit-values.html (70%) create mode 100644 docs/en/html/extraconfig.html rename docs/{ => en}/html/flags-overview.html (98%) rename docs/{ => en}/html/flags.html (94%) rename docs/{ => en}/html/general-advice.html (94%) rename docs/{ => en}/html/gfdl-0.html (93%) rename docs/{ => en}/html/gfdl-1.html (95%) rename docs/{ => en}/html/gfdl-10.html (92%) rename docs/{ => en}/html/gfdl-2.html (91%) rename docs/{ => en}/html/gfdl-3.html (94%) rename docs/{ => en}/html/gfdl-4.html (96%) rename docs/{ => en}/html/gfdl-5.html (93%) rename docs/{ => en}/html/gfdl-6.html (91%) rename docs/{ => en}/html/gfdl-7.html (92%) rename docs/{ => en}/html/gfdl-8.html (91%) rename docs/{ => en}/html/gfdl-9.html (90%) rename docs/{ => en}/html/gfdl-howto.html (92%) rename docs/{ => en}/html/gfdl.html (92%) rename docs/{ => en}/html/glossary.html (97%) create mode 100644 docs/en/html/groups.html rename docs/{ => en}/html/hintsandtips.html (95%) rename docs/{ => en}/html/index.html (96%) rename docs/{ => en}/html/install-perlmodules-manual.html (90%) rename docs/{ => en}/html/installation.html (97%) rename docs/{ => en}/html/installing-bugzilla.html (85%) rename docs/{ => en}/html/integration.html (96%) rename docs/{ => en}/html/keywords.html (91%) rename docs/{ => en}/html/lifecycle.html (91%) rename docs/{ => en}/html/milestones.html (93%) rename docs/{ => en}/html/modules-manual-download.html (76%) rename docs/{ => en}/html/modules-manual-instructions.html (81%) rename docs/{ => en}/html/modules-manual-optional.html (77%) rename docs/{ => en}/html/multiple-bz-dbs.html (94%) rename docs/{ => en}/html/myaccount.html (96%) rename docs/{ => en}/html/newversions.html (93%) rename docs/{ => en}/html/nonroot.html (97%) rename docs/{ => en}/html/os-specific.html (88%) create mode 100644 docs/en/html/parameters.html rename docs/{ => en}/html/paranoid-security.html (92%) rename docs/{ => en}/html/patches.html (91%) create mode 100644 docs/en/html/products.html rename docs/{ => en}/html/query.html (91%) rename docs/{ => en}/html/quips.html (93%) rename docs/{ => en}/html/reporting.html (97%) rename docs/{ => en}/html/sanitycheck.html (92%) rename docs/{ => en}/html/security-bugzilla.html (92%) rename docs/{ => en}/html/security-mysql.html (94%) rename docs/{ => en}/html/security-os.html (94%) rename docs/{ => en}/html/security-webserver.html (96%) rename docs/{ => en}/html/security.html (93%) rename docs/{ => en}/html/timetracking.html (92%) rename docs/{ => en}/html/trbl-dbdsponge.html (93%) rename docs/{ => en}/html/trbl-index.html (92%) rename docs/{ => en}/html/trbl-passwd-encryption.html (92%) rename docs/{ => en}/html/trbl-perlmodule.html (92%) rename docs/{ => en}/html/trbl-relogin-everyone.html (95%) rename docs/{ => en}/html/trbl-relogin-some.html (93%) rename docs/{ => en}/html/trbl-testserver.html (92%) rename docs/{ => en}/html/troubleshooting.html (92%) rename docs/{ => en}/html/upgrading.html (95%) rename docs/{ => en}/html/useradmin.html (98%) rename docs/{ => en}/html/userpreferences.html (98%) rename docs/{ => en}/html/using-intro.html (91%) rename docs/{ => en}/html/using.html (93%) rename docs/{ => en}/html/versions.html (91%) rename docs/{ => en}/html/voting.html (88%) rename docs/{ => en}/html/whining.html (97%) create mode 100644 docs/en/images/CVS/Entries create mode 100644 docs/en/images/CVS/Repository rename docs/{images/callouts => en/images}/CVS/Root (100%) create mode 100644 docs/en/images/CVS/Tag rename docs/{ => en}/images/bzLifecycle.png (100%) rename docs/{ => en}/images/bzLifecycle.xml (100%) rename docs/{ => en}/images/callouts/1.gif (100%) rename docs/{ => en}/images/callouts/2.gif (100%) rename docs/{ => en}/images/callouts/3.gif (100%) create mode 100644 docs/en/images/callouts/CVS/Entries create mode 100644 docs/en/images/callouts/CVS/Repository rename docs/{images => en/images/callouts}/CVS/Root (100%) create mode 100644 docs/en/images/callouts/CVS/Tag rename docs/{ => en}/images/caution.gif (100%) rename docs/{ => en}/images/note.gif (100%) rename docs/{ => en}/images/tip.gif (100%) rename docs/{ => en}/images/warning.gif (100%) create mode 100644 docs/en/pdf/Bugzilla-Guide.pdf rename docs/{ => en}/rel_notes.txt (100%) rename docs/{ => en}/txt/Bugzilla-Guide.txt (80%) rename docs/{ => en}/xml/.cvsignore (100%) rename docs/{ => en}/xml/Bugzilla-Guide.xml (98%) create mode 100644 docs/en/xml/CVS/Entries create mode 100644 docs/en/xml/CVS/Repository rename docs/{html/api => en/xml}/CVS/Root (100%) create mode 100644 docs/en/xml/CVS/Tag rename docs/{ => en}/xml/about.xml (99%) rename docs/{ => en}/xml/administration.xml (52%) create mode 100644 docs/en/xml/bugzilla.ent rename docs/{ => en}/xml/conventions.xml (100%) rename docs/{ => en}/xml/customization.xml (99%) rename docs/{ => en}/xml/gfdl.xml (100%) rename docs/{ => en}/xml/glossary.xml (100%) rename docs/{ => en}/xml/index.xml (100%) rename docs/{ => en}/xml/installation.xml (86%) rename docs/{ => en}/xml/integration.xml (100%) rename docs/{ => en}/xml/introduction.xml (100%) rename docs/{ => en}/xml/modules.xml (74%) rename docs/{ => en}/xml/patches.xml (100%) rename docs/{ => en}/xml/requiredsoftware.xml (100%) rename docs/{ => en}/xml/security.xml (99%) rename docs/{ => en}/xml/troubleshooting.xml (99%) rename docs/{ => en}/xml/using.xml (98%) delete mode 100644 docs/html/.cvsignore delete mode 100644 docs/html/CVS/Entries delete mode 100644 docs/html/CVS/Repository delete mode 100644 docs/html/CVS/Root delete mode 100644 docs/html/CVS/Tag delete mode 100644 docs/html/api/.cvsignore delete mode 100644 docs/html/api/CVS/Entries delete mode 100644 docs/html/api/CVS/Repository delete mode 100644 docs/html/api/CVS/Tag delete mode 100644 docs/html/custom-fields.html delete mode 100644 docs/html/extraconfig.html delete mode 100644 docs/html/groups.html delete mode 100644 docs/html/parameters.html delete mode 100644 docs/html/products.html delete mode 100644 docs/images/CVS/Entries delete mode 100644 docs/images/CVS/Repository delete mode 100644 docs/images/CVS/Tag delete mode 100644 docs/images/callouts/CVS/Entries delete mode 100644 docs/images/callouts/CVS/Repository delete mode 100644 docs/images/callouts/CVS/Tag delete mode 100644 docs/pdf/Bugzilla-Guide.pdf rename docs/{html/api => }/style.css (100%) delete mode 100644 docs/xml/CVS/Entries delete mode 100644 docs/xml/CVS/Repository delete mode 100644 docs/xml/CVS/Tag mode change 100755 => 100644 skins/standard/global/body-back.gif mode change 100755 => 100644 skins/standard/global/header.png mode change 100755 => 100644 skins/standard/index/front.png create mode 100644 template/en/default/admin/custom_fields/confirm-delete.html.tmpl mode change 100755 => 100644 template/en/default/admin/keywords/confirm-delete.html.tmpl mode change 100755 => 100644 template/en/default/admin/keywords/create.html.tmpl mode change 100755 => 100644 template/en/default/admin/keywords/edit.html.tmpl mode change 100755 => 100644 template/en/default/admin/keywords/list.html.tmpl diff --git a/Bugzilla.pm b/Bugzilla.pm index c77c039ce..a20aa0f6b 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -47,6 +47,7 @@ use Bugzilla::User; use Bugzilla::Error; use Bugzilla::Util; use Bugzilla::Field; +use Bugzilla::Flag; use File::Basename; use File::Spec::Functions; @@ -430,10 +431,22 @@ sub get_fields { return @$fields; } -sub custom_field_names { - # Get a list of custom fields and convert it into a list of their names. - return map($_->{name}, - @{Bugzilla::Field->match({ custom=>1, obsolete=>0 })}); +sub active_custom_fields { + my $class = shift; + if (!exists $class->request_cache->{active_custom_fields}) { + $class->request_cache->{active_custom_fields} = + Bugzilla::Field->match({ custom => 1, obsolete => 0 }); + } + return @{$class->request_cache->{active_custom_fields}}; +} + +sub has_flags { + my $class = shift; + + if (!defined $class->request_cache->{has_flags}) { + $class->request_cache->{has_flags} = Bugzilla::Flag::has_flags(); + } + return $class->request_cache->{has_flags}; } sub hook_args { diff --git a/Bugzilla/Attachment.pm b/Bugzilla/Attachment.pm index 954765f03..314227c87 100644 --- a/Bugzilla/Attachment.pm +++ b/Bugzilla/Attachment.pm @@ -426,7 +426,7 @@ sub flags { my $self = shift; return $self->{flags} if exists $self->{flags}; - $self->{flags} = Bugzilla::Flag::match({ 'attach_id' => $self->id }); + $self->{flags} = Bugzilla::Flag->match({ 'attach_id' => $self->id }); return $self->{flags}; } @@ -890,7 +890,7 @@ sub insert_attachment_for_bug { foreach my $obsolete_attachment (@obsolete_attachments) { # If the obsolete attachment has request flags, cancel them. # This call must be done before updating the 'attachments' table. - Bugzilla::Flag::CancelRequests($bug, $obsolete_attachment, $timestamp); + Bugzilla::Flag->CancelRequests($bug, $obsolete_attachment, $timestamp); $dbh->do('UPDATE attachments SET isobsolete = 1, modification_time = ? WHERE attach_id = ?', @@ -917,8 +917,8 @@ sub insert_attachment_for_bug { my $error_mode_cache = Bugzilla->error_mode; Bugzilla->error_mode(ERROR_MODE_DIE); eval { - Bugzilla::Flag::validate($cgi, $bug->bug_id, -1, SKIP_REQUESTEE_ON_ERROR); - Bugzilla::Flag::process($bug, $attachment, $timestamp, $cgi, $hr_vars); + Bugzilla::Flag::validate($bug->bug_id, -1, SKIP_REQUESTEE_ON_ERROR); + Bugzilla::Flag->process($bug, $attachment, $timestamp, $hr_vars); }; Bugzilla->error_mode($error_mode_cache); if ($@) { diff --git a/Bugzilla/Attachment/CVS/Entries b/Bugzilla/Attachment/CVS/Entries index c8becac45..a016b66e3 100644 --- a/Bugzilla/Attachment/CVS/Entries +++ b/Bugzilla/Attachment/CVS/Entries @@ -1,2 +1,2 @@ -/PatchReader.pm/1.4/Sat Dec 30 01:58:28 2006//TBUGZILLA-3_1_3 +/PatchReader.pm/1.5/Thu Apr 3 16:58:29 2008//TBUGZILLA-3_1_4 D diff --git a/Bugzilla/Attachment/CVS/Tag b/Bugzilla/Attachment/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/Attachment/CVS/Tag +++ b/Bugzilla/Attachment/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/Attachment/PatchReader.pm b/Bugzilla/Attachment/PatchReader.pm index 5dbffb5c9..44193ed86 100644 --- a/Bugzilla/Attachment/PatchReader.pm +++ b/Bugzilla/Attachment/PatchReader.pm @@ -21,7 +21,9 @@ package Bugzilla::Attachment::PatchReader; use Bugzilla::Error; use Bugzilla::Attachment; +use Bugzilla::Util; +use Encode; sub process_diff { my ($attachment, $format, $context) = @_; @@ -38,7 +40,7 @@ sub process_diff { # Actually print out the patch. print $cgi->header(-type => 'text/plain', -expires => '+3M'); - + disable_utf8(); $reader->iterate_string('Attachment ' . $attachment->id, $attachment->data); } else { @@ -74,7 +76,12 @@ sub process_diff { $vars->{'other_patches'} = \@other_patches; setup_template_patch_reader($last_reader, $format, $context, $vars); - # Actually print out the patch. + # The patch is going to be displayed in a HTML page and if the utf8 + # param is enabled, we have to encode attachment data as utf8. + # Encode::decode() knows what to do with invalid characters. + if (Bugzilla->params->{'utf8'}) { + $attachment->{data} = Encode::decode_utf8($attachment->data); + } $reader->iterate_string('Attachment ' . $attachment->id, $attachment->data); } } @@ -85,10 +92,18 @@ sub process_interdiff { my $lc = Bugzilla->localconfig; my $vars = {}; + # Encode attachment data as utf8 if it's going to be displayed in a HTML + # page using the UTF-8 encoding. + # Encode::decode() knows what to do with invalid characters. + if ($format ne 'raw' && Bugzilla->params->{'utf8'}) { + $old_attachment->{data} = Encode::decode_utf8($old_attachment->data); + $new_attachment->{data} = Encode::decode_utf8($new_attachment->data); + } + # Get old patch data. - my ($old_filename, $old_file_list) = get_unified_diff($old_attachment); + my ($old_filename, $old_file_list) = get_unified_diff($old_attachment, $format); # Get new patch data. - my ($new_filename, $new_file_list) = get_unified_diff($new_attachment); + my ($new_filename, $new_file_list) = get_unified_diff($new_attachment, $format); my $warning = warn_if_interdiff_might_fail($old_file_list, $new_file_list); @@ -105,8 +120,12 @@ sub process_interdiff { # Actually print out the patch. print $cgi->header(-type => 'text/plain', -expires => '+3M'); + disable_utf8(); } else { + # In case the HTML page is displayed with the UTF-8 encoding. + binmode $interdiff_fh, ':utf8' if Bugzilla->params->{'utf8'}; + $vars->{'warning'} = $warning if $warning; $vars->{'bugid'} = $new_attachment->bug_id; $vars->{'oldid'} = $old_attachment->id; @@ -131,7 +150,7 @@ sub process_interdiff { ###################### sub get_unified_diff { - my $attachment = shift; + my ($attachment, $format) = @_; # Bring in the modules we need. require PatchReader::Raw; @@ -162,6 +181,10 @@ sub get_unified_diff { # Prints out to temporary file. my ($fh, $filename) = File::Temp::tempfile(); + if ($format ne 'raw' && Bugzilla->params->{'utf8'}) { + # The HTML page will be displayed with the UTF-8 encoding. + binmode $fh, ':utf8'; + } my $raw_printer = new PatchReader::DiffPrinter::raw($fh); $last_reader->sends_data_to($raw_printer); $last_reader = $raw_printer; @@ -245,7 +268,7 @@ sub setup_template_patch_reader { $vars->{'headers'} = $cgi->param('headers'); } else { - $vars->{'headers'} = 1 if !defined $cgi->param('headers'); + $vars->{'headers'} = 1; } $vars->{'collapsed'} = $cgi->param('collapsed'); diff --git a/Bugzilla/Auth/CVS/Entries b/Bugzilla/Auth/CVS/Entries index a0f6d2e9d..0d023ca68 100644 --- a/Bugzilla/Auth/CVS/Entries +++ b/Bugzilla/Auth/CVS/Entries @@ -1,5 +1,5 @@ -/Login.pm/1.1/Fri May 12 02:41:05 2006//TBUGZILLA-3_1_3 -/Verify.pm/1.7/Wed May 23 18:05:49 2007//TBUGZILLA-3_1_3 +/Login.pm/1.1/Fri May 12 02:41:05 2006//TBUGZILLA-3_1_4 +/Verify.pm/1.7/Wed May 23 18:05:49 2007//TBUGZILLA-3_1_4 D/Login//// D/Persist//// D/Verify//// diff --git a/Bugzilla/Auth/CVS/Tag b/Bugzilla/Auth/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/Auth/CVS/Tag +++ b/Bugzilla/Auth/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/Auth/Login/CVS/Entries b/Bugzilla/Auth/Login/CVS/Entries index 56ade9020..e22a18ad2 100644 --- a/Bugzilla/Auth/Login/CVS/Entries +++ b/Bugzilla/Auth/Login/CVS/Entries @@ -1,5 +1,5 @@ -/CGI.pm/1.8/Wed Nov 14 22:50:25 2007//TBUGZILLA-3_1_3 -/Cookie.pm/1.5/Wed Jul 5 23:42:47 2006//TBUGZILLA-3_1_3 -/Env.pm/1.4/Mon Jul 3 21:42:46 2006//TBUGZILLA-3_1_3 -/Stack.pm/1.1/Fri May 12 02:41:06 2006//TBUGZILLA-3_1_3 +/CGI.pm/1.8/Wed Nov 14 22:50:25 2007//TBUGZILLA-3_1_4 +/Cookie.pm/1.5/Wed Jul 5 23:42:47 2006//TBUGZILLA-3_1_4 +/Env.pm/1.4/Mon Jul 3 21:42:46 2006//TBUGZILLA-3_1_4 +/Stack.pm/1.1/Fri May 12 02:41:06 2006//TBUGZILLA-3_1_4 D diff --git a/Bugzilla/Auth/Login/CVS/Tag b/Bugzilla/Auth/Login/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/Auth/Login/CVS/Tag +++ b/Bugzilla/Auth/Login/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/Auth/Persist/CVS/Entries b/Bugzilla/Auth/Persist/CVS/Entries index f536b3a92..8b8f980f6 100644 --- a/Bugzilla/Auth/Persist/CVS/Entries +++ b/Bugzilla/Auth/Persist/CVS/Entries @@ -1,2 +1,2 @@ -/Cookie.pm/1.5/Mon Jul 3 21:42:46 2006//TBUGZILLA-3_1_3 +/Cookie.pm/1.5/Mon Jul 3 21:42:46 2006//TBUGZILLA-3_1_4 D diff --git a/Bugzilla/Auth/Persist/CVS/Tag b/Bugzilla/Auth/Persist/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/Auth/Persist/CVS/Tag +++ b/Bugzilla/Auth/Persist/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/Auth/Verify/CVS/Entries b/Bugzilla/Auth/Verify/CVS/Entries index 6cb5a3396..7f578131a 100644 --- a/Bugzilla/Auth/Verify/CVS/Entries +++ b/Bugzilla/Auth/Verify/CVS/Entries @@ -1,5 +1,5 @@ -/DB.pm/1.7/Fri May 12 02:41:14 2006//TBUGZILLA-3_1_3 -/LDAP.pm/1.17/Fri Dec 14 18:17:29 2007//TBUGZILLA-3_1_3 -/RADIUS.pm/1.1/Thu Aug 2 22:38:37 2007//TBUGZILLA-3_1_3 -/Stack.pm/1.1/Fri May 12 02:41:14 2006//TBUGZILLA-3_1_3 +/DB.pm/1.7/Fri May 12 02:41:14 2006//TBUGZILLA-3_1_4 +/LDAP.pm/1.17/Fri Dec 14 18:17:29 2007//TBUGZILLA-3_1_4 +/RADIUS.pm/1.1/Thu Aug 2 22:38:37 2007//TBUGZILLA-3_1_4 +/Stack.pm/1.1/Fri May 12 02:41:14 2006//TBUGZILLA-3_1_4 D diff --git a/Bugzilla/Auth/Verify/CVS/Tag b/Bugzilla/Auth/Verify/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/Auth/Verify/CVS/Tag +++ b/Bugzilla/Auth/Verify/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm old mode 100755 new mode 100644 index bc50ccff4..736afbcda --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -68,8 +68,8 @@ use constant LIST_ORDER => ID_FIELD; # This is a sub because it needs to call other subroutines. sub DB_COLUMNS { my $dbh = Bugzilla->dbh; - my @custom = Bugzilla->get_fields({ custom => 1, obsolete => 0}); - @custom = grep {$_->type != FIELD_TYPE_MULTI_SELECT} @custom; + my @custom = grep {$_->type != FIELD_TYPE_MULTI_SELECT} + Bugzilla->active_custom_fields; my @custom_names = map {$_->name} @custom; return qw( alias @@ -103,13 +103,8 @@ sub DB_COLUMNS { } use constant REQUIRED_CREATE_FIELDS => qw( - bug_severity - comment component - op_sys - priority product - rep_platform short_desc version ); @@ -135,8 +130,7 @@ sub VALIDATORS { }; # Set up validators for custom fields. - my @custom_fields = Bugzilla->get_fields({custom => 1, obsolete => 0}); - foreach my $field (@custom_fields) { + foreach my $field (Bugzilla->active_custom_fields) { my $validator; if ($field->type == FIELD_TYPE_SINGLE_SELECT) { $validator = \&_check_select_field; @@ -172,8 +166,8 @@ use constant UPDATE_VALIDATORS => { }; sub UPDATE_COLUMNS { - my @custom = Bugzilla->get_fields({ custom => 1, obsolete => 0}); - @custom = grep {$_->type != FIELD_TYPE_MULTI_SELECT} @custom; + my @custom = grep {$_->type != FIELD_TYPE_MULTI_SELECT} + Bugzilla->active_custom_fields; my @custom_names = map {$_->name} @custom; my @columns = qw( alias @@ -317,13 +311,25 @@ sub new { # C<deadline> - For time-tracking. Will be ignored for the same # reasons as C<estimated_time>. sub create { - my $class = shift; + my ($class, $params) = @_; my $dbh = Bugzilla->dbh; $dbh->bz_start_transaction(); - $class->check_required_create_fields(@_); - my $params = $class->run_create_validators(@_); + # These fields have default values which we can use if they are undefined. + $params->{bug_severity} = Bugzilla->params->{defaultseverity} + unless defined $params->{bug_severity}; + $params->{priority} = Bugzilla->params->{defaultpriority} + unless defined $params->{priority}; + $params->{op_sys} = Bugzilla->params->{defaultopsys} + unless defined $params->{op_sys}; + $params->{rep_platform} = Bugzilla->params->{defaultplatform} + unless defined $params->{rep_platform}; + # Make sure a comment is always defined. + $params->{comment} = '' unless defined $params->{comment}; + + $class->check_required_create_fields($params); + $params = $class->run_create_validators($params); # These are not a fields in the bugs table, so we don't pass them to # insert_create_data. @@ -402,12 +408,6 @@ sub create { } } - $dbh->bz_commit_transaction(); - - # Because MySQL doesn't support transactions on the longdescs table, - # we do this after we've committed the transaction. That way we're - # fairly sure we're inserting a good Bug ID. - # And insert the comment. We always insert a comment on bug creation, # but sometimes it's blank. my @columns = qw(bug_id who bug_when thetext); @@ -423,6 +423,12 @@ sub create { $dbh->do('INSERT INTO longdescs (' . join(',', @columns) . ") VALUES ($qmarks)", undef, @values); + $dbh->bz_commit_transaction(); + + # Because MySQL doesn't support transactions on the fulltext table, + # we do this after we've committed the transaction. That way we're + # sure we're inserting a good Bug ID. + $bug->_sync_fulltext('new bug'); return $bug; } @@ -517,6 +523,89 @@ sub update { } } + # CC + my @old_cc = map {$_->id} @{$old_bug->cc_users}; + my @new_cc = map {$_->id} @{$self->cc_users}; + my ($removed_cc, $added_cc) = diff_arrays(\@old_cc, \@new_cc); + + if (scalar @$removed_cc) { + $dbh->do('DELETE FROM cc WHERE bug_id = ? AND ' + . $dbh->sql_in('who', $removed_cc), undef, $self->id); + } + foreach my $user_id (@$added_cc) { + $dbh->do('INSERT INTO cc (bug_id, who) VALUES (?,?)', + undef, $self->id, $user_id); + } + # If any changes were found, record it in the activity log + if (scalar @$removed_cc || scalar @$added_cc) { + my $removed_users = Bugzilla::User->new_from_list($removed_cc); + my $added_users = Bugzilla::User->new_from_list($added_cc); + my $removed_names = join(', ', (map {$_->login} @$removed_users)); + my $added_names = join(', ', (map {$_->login} @$added_users)); + $changes->{cc} = [$removed_names, $added_names]; + } + + # Keywords + my @old_kw_ids = map { $_->id } @{$old_bug->keyword_objects}; + my @new_kw_ids = map { $_->id } @{$self->keyword_objects}; + + my ($removed_kw, $added_kw) = diff_arrays(\@old_kw_ids, \@new_kw_ids); + + if (scalar @$removed_kw) { + $dbh->do('DELETE FROM keywords WHERE bug_id = ? AND ' + . $dbh->sql_in('keywordid', $removed_kw), undef, $self->id); + } + foreach my $keyword_id (@$added_kw) { + $dbh->do('INSERT INTO keywords (bug_id, keywordid) VALUES (?,?)', + undef, $self->id, $keyword_id); + } + $dbh->do('UPDATE bugs SET keywords = ? WHERE bug_id = ?', undef, + $self->keywords, $self->id); + # If any changes were found, record it in the activity log + if (scalar @$removed_kw || scalar @$added_kw) { + my $removed_keywords = Bugzilla::Keyword->new_from_list($removed_kw); + my $added_keywords = Bugzilla::Keyword->new_from_list($added_kw); + my $removed_names = join(', ', (map {$_->name} @$removed_keywords)); + my $added_names = join(', ', (map {$_->name} @$added_keywords)); + $changes->{keywords} = [$removed_names, $added_names]; + } + + # Dependencies + foreach my $pair ([qw(dependson blocked)], [qw(blocked dependson)]) { + my ($type, $other) = @$pair; + my $old = $old_bug->$type; + my $new = $self->$type; + + my ($removed, $added) = diff_arrays($old, $new); + foreach my $removed_id (@$removed) { + $dbh->do("DELETE FROM dependencies WHERE $type = ? AND $other = ?", + undef, $removed_id, $self->id); + + # Add an activity entry for the other bug. + LogActivityEntry($removed_id, $other, $self->id, '', + Bugzilla->user->id, $delta_ts); + # Update delta_ts on the other bug so that we trigger mid-airs. + $dbh->do('UPDATE bugs SET delta_ts = ? WHERE bug_id = ?', + undef, $delta_ts, $removed_id); + } + foreach my $added_id (@$added) { + $dbh->do("INSERT INTO dependencies ($type, $other) VALUES (?,?)", + undef, $added_id, $self->id); + + # Add an activity entry for the other bug. + LogActivityEntry($added_id, $other, '', $self->id, + Bugzilla->user->id, $delta_ts); + # Update delta_ts on the other bug so that we trigger mid-airs. + $dbh->do('UPDATE bugs SET delta_ts = ? WHERE bug_id = ?', + undef, $delta_ts, $added_id); + } + + if (scalar(@$removed) || scalar(@$added)) { + $changes->{$type} = [join(', ', @$removed), join(', ', @$added)]; + } + } + + # Groups my %old_groups = map {$_->id => $_} @{$old_bug->groups_in}; my %new_groups = map {$_->id => $_} @{$self->groups_in}; my ($removed_gr, $added_gr) = diff_arrays([keys %old_groups], @@ -539,6 +628,7 @@ sub update { join(', ', @added_names)]; } + # Comments foreach my $comment (@{$self->{added_comments} || []}) { my $columns = join(',', keys %$comment); my @values = values %$comment; @@ -559,8 +649,8 @@ sub update { } # Insert the values into the multiselect value tables - my @multi_selects = Bugzilla->get_fields( - { custom => 1, type => FIELD_TYPE_MULTI_SELECT, obsolete => 0 }); + my @multi_selects = grep {$_->type == FIELD_TYPE_MULTI_SELECT} + Bugzilla->active_custom_fields; foreach my $field (@multi_selects) { my $name = $field->name; my ($removed, $added) = diff_arrays($old_bug->$name, $self->$name); @@ -609,6 +699,13 @@ sub update { $self->{delta_ts} = $delta_ts; } + # The only problem with this here is that update() is often called + # in the middle of a transaction, and if that transaction is rolled + # back, this change will *not* be rolled back. As we expect rollbacks + # to be extremely rare, that is OK for us. + $self->_sync_fulltext() + if $self->{added_comments} || $changes->{short_desc}; + return $changes; } @@ -618,8 +715,8 @@ sub update { sub _extract_multi_selects { my ($invocant, $params) = @_; - my @multi_selects = Bugzilla->get_fields( - { custom => 1, type => FIELD_TYPE_MULTI_SELECT, obsolete => 0 }); + my @multi_selects = grep {$_->type == FIELD_TYPE_MULTI_SELECT} + Bugzilla->active_custom_fields; my %ms_values; foreach my $field (@multi_selects) { my $name = $field->name; @@ -631,134 +728,29 @@ sub _extract_multi_selects { return \%ms_values; } -# XXX Temporary hack until all of process_bug uses update(). -sub update_cc { - my $self = shift; - +# Should be called any time you update short_desc or change a comment. +sub _sync_fulltext { + my ($self, $new_bug) = @_; my $dbh = Bugzilla->dbh; - my $delta_ts = shift || $dbh->selectrow_array("SELECT NOW()"); - - my $old_bug = $self->new($self->id); - my @old_cc = map {$_->id} @{$old_bug->cc_users}; - my @new_cc = map {$_->id} @{$self->cc_users}; - my ($removed, $added) = diff_arrays(\@old_cc, \@new_cc); - - if (scalar @$removed) { - $dbh->do('DELETE FROM cc WHERE bug_id = ? AND ' - . $dbh->sql_in('who', $removed), undef, $self->id); - } - foreach my $user_id (@$added) { - $dbh->do('INSERT INTO cc (bug_id, who) VALUES (?,?)', - undef, $self->id, $user_id); - } - my $removed_users = Bugzilla::User->new_from_list($removed); - my $added_users = Bugzilla::User->new_from_list($added); - - # If any changes were found, record it in the activity log - if (scalar @$removed || scalar @$added) { - my $removed_names = join(', ', (map {$_->login} @$removed_users)); - my $added_names = join(', ', (map {$_->login} @$added_users)); - LogActivityEntry($self->id, "cc", $removed_names, $added_names, - Bugzilla->user->id, $delta_ts); + if ($new_bug) { + $dbh->do('INSERT INTO bugs_fulltext (bug_id, short_desc) + SELECT bug_id, short_desc FROM bugs WHERE bug_id = ?', + undef, $self->id); } - - return ($removed_users, $added_users); -} - -# XXX Temporary hack until all of process_bug uses update() -sub update_dependencies { - # We need to send mail for dependson/blocked bugs if the dependencies - # change or the status or resolution change. This var keeps track of that. - my $check_dep_bugs = 0; - - my $self = shift; - - my $dbh = Bugzilla->dbh; - my $delta_ts = shift || $dbh->selectrow_array("SELECT NOW()"); - - my $old_bug = $self->new($self->id); - - my %changes; - foreach my $pair ([qw(dependson blocked)], [qw(blocked dependson)]) { - my ($type, $other) = @$pair; - my $old = $old_bug->$type; - my $new = $self->$type; - - my ($removed, $added) = diff_arrays($old, $new); - foreach my $removed_id (@$removed) { - $dbh->do("DELETE FROM dependencies WHERE $type = ? AND $other = ?", - undef, $removed_id, $self->id); - - # Add an activity entry for the other bug. - LogActivityEntry($removed_id, $other, $self->id, '', - Bugzilla->user->id, $delta_ts); - # Update delta_ts on the other bug so that we trigger mid-airs. - $dbh->do('UPDATE bugs SET delta_ts = ? WHERE bug_id = ?', - undef, $delta_ts, $removed_id); - } - foreach my $added_id (@$added) { - $dbh->do("INSERT INTO dependencies ($type, $other) VALUES (?,?)", - undef, $added_id, $self->id); - - # Add an activity entry for the other bug. - LogActivityEntry($added_id, $other, '', $self->id, - Bugzilla->user->id, $delta_ts); - # Update delta_ts on the other bug so that we trigger mid-airs. - $dbh->do('UPDATE bugs SET delta_ts = ? WHERE bug_id = ?', - undef, $delta_ts, $added_id); - } - - LogActivityEntry($self->id, $type, join(', ', @$removed), - join(', ', @$added), Bugzilla->user->id, $delta_ts); - - $changes{$type} = [$removed, $added]; + else { + $dbh->do('UPDATE bugs_fulltext SET short_desc = ? WHERE bug_id = ?', + undef, $self->short_desc, $self->id); } - - return \%changes; + my $comments = $dbh->selectall_arrayref( + 'SELECT thetext, isprivate FROM longdescs WHERE bug_id = ?', + undef, $self->id); + my $all = join("\n", map { $_->[0] } @$comments); + my @no_private = grep { !$_->[1] } @$comments; + my $nopriv_string = join("\n", map { $_->[0] } @no_private); + $dbh->do('UPDATE bugs_fulltext SET comments = ?, comments_noprivate = ? + WHERE bug_id = ?', undef, $all, $nopriv_string, $self->id); } -# XXX Temporary hack until all of process_bug uses update() -sub update_keywords { - my $self = shift; - - my $dbh = Bugzilla->dbh; - my $delta_ts = shift || $dbh->selectrow_array("SELECT NOW()"); - - my $old_bug = $self->new($self->id); - my @old_ids = map { $_->id } @{$old_bug->keyword_objects}; - my @new_ids = map { $_->id } @{$self->keyword_objects}; - - my ($removed, $added) = diff_arrays(\@old_ids, \@new_ids); - - if (scalar @$removed) { - $dbh->do('DELETE FROM keywords WHERE bug_id = ? AND ' - . $dbh->sql_in('keywordid', $removed), undef, $self->id); - } - foreach my $keyword_id (@$added) { - $dbh->do('INSERT INTO keywords (bug_id, keywordid) VALUES (?,?)', - undef, $self->id, $keyword_id); - } - - $dbh->do('UPDATE bugs SET keywords = ? WHERE bug_id = ?', undef, - $self->keywords, $self->id); - - my $removed_keywords = Bugzilla::Keyword->new_from_list($removed); - my $added_keywords = Bugzilla::Keyword->new_from_list($added); - - # If any changes were found, record it in the activity log - if (scalar @$removed || scalar @$added) { - my $removed_names = join(', ', (map {$_->name} @$removed_keywords)); - my $added_names = join(', ', (map {$_->name} @$added_keywords)); - LogActivityEntry($self->id, "keywords", $removed_names, - $added_names, Bugzilla->user->id, $delta_ts); - - $dbh->do('UPDATE bugs SET delta_ts = ? WHERE bug_id = ?', - undef, ($delta_ts, $self->id)); - $self->{delta_ts} = $delta_ts; - } - - return [$removed_keywords, $added_keywords]; -} # This is the correct way to delete bugs from the DB. # No bug should be deleted from anywhere else except from here. @@ -815,11 +807,10 @@ sub remove_from_db { # Several of the previous tables also depend on attach_id. $dbh->do("DELETE FROM attachments WHERE bug_id = ?", undef, $bug_id); $dbh->do("DELETE FROM bugs WHERE bug_id = ?", undef, $bug_id); + $dbh->do("DELETE FROM longdescs WHERE bug_id = ?", undef, $bug_id); $dbh->bz_commit_transaction(); - $dbh->do("DELETE FROM longdescs WHERE bug_id = ?", undef, $bug_id); - # Now this bug no longer exists $self->DESTROY; return $self; @@ -905,40 +896,46 @@ sub _check_bug_severity { } sub _check_bug_status { - my ($invocant, $status, $product, $comment) = @_; + my ($invocant, $new_status, $product, $comment) = @_; my $user = Bugzilla->user; - - # Make sure this is a valid status. - my $new_status = ref $status ? $status : Bugzilla::Status->check($status); - + my @valid_statuses; my $old_status; # Note that this is undef for new bugs. + if (ref $invocant) { + @valid_statuses = @{$invocant->status->can_change_to}; $product = $invocant->product_obj; $old_status = $invocant->status; my $comments = $invocant->{added_comments} || []; $comment = $comments->[-1]; } - + else { + @valid_statuses = @{Bugzilla::Status->can_change_to()}; + } + + if (!$product->votes_to_confirm) { + # UNCONFIRMED becomes an invalid status if votes_to_confirm is 0, + # even if you are in editbugs. + @valid_statuses = grep {$_->name ne 'UNCONFIRMED'} @valid_statuses; + } + # Check permissions for users filing new bugs. if (!ref $invocant) { - my $default_status = Bugzilla::Status->can_change_to->[0]; - if ($user->in_group('editbugs', $product->id) || $user->in_group('canconfirm', $product->id)) { - # If the user with privs hasn't selected another status, - # select the first one of the list. - $new_status ||= $default_status; + # If the user with privs hasn't selected another status, + # select the first one of the list. + $new_status ||= $valid_statuses[0]; } else { # A user with no privs cannot choose the initial status. - $new_status = $default_status; + $new_status = $valid_statuses[0]; } } - - # Make sure this is a valid transition. - if (!$new_status->allow_change_from($old_status, $product)) { - ThrowUserError('illegal_bug_status_transition', - { old => $old_status, new => $new_status }); + # Time to validate the bug status. + $new_status = Bugzilla::Status->check($new_status) unless ref($new_status); + if (!grep {$_->name eq $new_status->name} @valid_statuses) { + ThrowUserError('illegal_bug_status_transition', + { old => $old_status, new => $new_status }); } # Check if a comment is required for this change. @@ -961,7 +958,7 @@ sub _check_bug_status { } return $new_status->name if ref $invocant; - return ($status, $status eq 'UNCONFIRMED' ? 0 : 1); + return ($new_status->name, $new_status->name eq 'UNCONFIRMED' ? 0 : 1); } sub _check_cc { @@ -992,14 +989,6 @@ sub _check_comment { $comment =~ s/\r\n?/\n/g; # Get rid of \r. ThrowUserError('comment_too_long') if length($comment) > MAX_COMMENT_LENGTH; - - # Creation-only checks - if (!ref $invocant) { - # On creation only, there must be a single-space comment, or - # email will be supressed. - $comment = ' ' if $comment eq ''; - } - return $comment; } @@ -1345,11 +1334,6 @@ sub _check_resolution { # Make sure this is a valid resolution. check_field('resolution', $resolution); - # The moving code doesn't use set_resolution. This check prevents - # people from hacking the URL variables (or using some other interface) - # and setting a bug to MOVED without moving it. - ThrowCodeError('no_manual_moved') if $resolution eq 'MOVED'; - # Don't allow open bugs to have resolutions. ThrowUserError('resolution_not_allowed') if $self->status->is_open; @@ -1576,7 +1560,7 @@ sub fields { # Conditional Fields Bugzilla->params->{'useqacontact'} ? "qa_contact" : (), # Custom Fields - Bugzilla->custom_field_names + map { $_->name } Bugzilla->active_custom_fields ); } @@ -1863,13 +1847,17 @@ sub set_remaining_time { $_[0]->set('remaining_time', $_[1]); } sub _zero_remaining_time { $_[0]->{'remaining_time'} = 0; } sub set_reporter_accessible { $_[0]->set('reporter_accessible', $_[1]); } sub set_resolution { - my ($self, $value, $dupe_of) = @_; + my ($self, $value, $params) = @_; my $old_res = $self->resolution; $self->set('resolution', $value); my $new_res = $self->resolution; - + if ($new_res ne $old_res) { + # MOVED has a special meaning and can only be used when + # really moving bugs to another installation. + ThrowCodeError('no_manual_moved') if ($new_res eq 'MOVED' && !$params->{moving}); + # Clear the dup_id if we're leaving the dup resolution. if ($old_res eq 'DUPLICATE') { $self->_clear_dup_id(); @@ -1885,8 +1873,8 @@ sub set_resolution { # of another, theoretically. Note that this code block will also run # when going between different closed states. if ($self->resolution eq 'DUPLICATE') { - if ($dupe_of) { - $self->set_dup_id($dupe_of); + if ($params->{dupe_of}) { + $self->set_dup_id($params->{dupe_of}); } elsif (!$self->dup_id) { ThrowUserError('dupe_id_required'); @@ -1908,7 +1896,7 @@ sub clear_resolution { } sub set_severity { $_[0]->set('bug_severity', $_[1]); } sub set_status { - my ($self, $status, $resolution, $dupe_of) = @_; + my ($self, $status, $params) = @_; my $old_status = $self->status; $self->set('bug_status', $status); delete $self->{'status'}; @@ -1922,8 +1910,9 @@ sub set_status { else { # We do this here so that we can make sure closed statuses have # resolutions. - $self->set_resolution($resolution || $self->resolution, $dupe_of); - + my $resolution = delete $params->{resolution} || $self->resolution; + $self->set_resolution($resolution, $params); + # Changing between closed statuses zeros the remaining time. if ($new_status->id != $old_status->id && $self->remaining_time != 0) { $self->_zero_remaining_time(); @@ -2312,7 +2301,7 @@ sub flag_types { 'component_id' => $self->{'component_id'} }); foreach my $flag_type (@$flag_types) { - $flag_type->{'flags'} = Bugzilla::Flag::match( + $flag_type->{'flags'} = Bugzilla::Flag->match( { 'bug_id' => $self->bug_id, 'type_id' => $flag_type->{'id'}, 'target_type' => 'bug' }); @@ -2432,7 +2421,7 @@ sub show_attachment_flags { { 'target_type' => 'attachment', 'product_id' => $self->{'product_id'}, 'component_id' => $self->{'component_id'} }); - my $num_attachment_flags = Bugzilla::Flag::count( + my $num_attachment_flags = Bugzilla::Flag->count( { 'target_type' => 'attachment', 'bug_id' => $self->bug_id }); @@ -2571,7 +2560,7 @@ sub choices { } # Hack - this array contains "". See bug 106589. - my @res = grep ($_, @{settable_resolutions()}); + my @res = grep ($_, @{get_legal_field_values('resolution')}); $self->{'choices'} = { @@ -2590,22 +2579,6 @@ sub choices { return $self->{'choices'}; } -# List of resolutions that may be set directly by hand in the bug form. -# 'MOVED' and 'DUPLICATE' are excluded from the list because setting -# bugs to those resolutions requires a special process. -sub settable_resolutions { - my $resolutions = get_legal_field_values('resolution'); - my $pos = lsearch($resolutions, 'DUPLICATE'); - if ($pos >= 0) { - splice(@$resolutions, $pos, 1); - } - $pos = lsearch($resolutions, 'MOVED'); - if ($pos >= 0) { - splice(@$resolutions, $pos, 1); - } - return $resolutions; -} - sub votes { my ($self) = @_; return 0 if $self->{error}; @@ -2634,35 +2607,6 @@ sub bug_alias_to_id { "SELECT bug_id FROM bugs WHERE alias = ?", undef, $alias); } -##################################################################### -# Workflow Control routines -##################################################################### - -sub process_knob { - my ($self, $action, $to_resolution, $dupe_of) = @_; - my $dbh = Bugzilla->dbh; - - return if $action eq 'none'; - - if ($action eq 'duplicate') { - $self->set_status(Bugzilla->params->{'duplicate_or_move_bug_status'}, - 'DUPLICATE', $dupe_of); - } - elsif ($action eq 'move') { - $self->set_status(Bugzilla->params->{'duplicate_or_move_bug_status'}, - 'MOVED'); - } - elsif ($action eq 'change_resolution') { - $self->set_resolution($to_resolution); - } - elsif ($action eq 'clearresolution') { - $self->clear_resolution(); - } - else { - $self->set_status($action, $to_resolution); - } -} - ##################################################################### # Subroutines ##################################################################### @@ -2692,6 +2636,7 @@ sub update_comment { # We assume _check_comment() has already been called earlier. Bugzilla->dbh->do('UPDATE longdescs SET thetext = ? WHERE comment_id = ?', undef, ($new_comment, $comment_id)); + $self->_sync_fulltext(); # Update the comment object with this new text. $current_comment_obj[0]->{'body'} = $new_comment; @@ -2902,7 +2847,7 @@ sub GetBugActivity { if ($activity_visible) { # This gets replaced with a hyperlink in the template. - $field =~ s/^Attachment// if $attachid; + $field =~ s/^Attachment\s*// if $attachid; # Check for the results of an old Bugzilla data corruption bug $incomplete_data = 1 if ($added =~ /^\?/ || $removed =~ /^\?/); @@ -3034,7 +2979,6 @@ sub RemoveVotes { if (scalar(@list)) { foreach my $ref (@list) { my ($name, $userid, $oldvotes, $votesperuser, $maxvotesperbug) = (@$ref); - my $s; $maxvotesperbug = min($votesperuser, $maxvotesperbug); @@ -3048,23 +2992,13 @@ sub RemoveVotes { my $removedvotes = $oldvotes - $newvotes; - $s = ($oldvotes == 1) ? "" : "s"; - my $oldvotestext = "You had $oldvotes vote$s on this bug."; - - $s = ($removedvotes == 1) ? "" : "s"; - my $removedvotestext = "You had $removedvotes vote$s removed from this bug."; - - my $newvotestext; if ($newvotes) { $dbh->do("UPDATE votes SET vote_count = ? " . "WHERE bug_id = ? AND who = ?", undef, ($newvotes, $id, $userid)); - $s = $newvotes == 1 ? "" : "s"; - $newvotestext = "You still have $newvotes vote$s on this bug." } else { $dbh->do("DELETE FROM votes WHERE bug_id = ? AND who = ?", undef, ($id, $userid)); - $newvotestext = "You have no more votes remaining on this bug."; } # Notice that we did not make sure that the user fit within the $votesperuser @@ -3075,7 +3009,6 @@ sub RemoveVotes { # Now lets send the e-mail to alert the user to the fact that their votes have # been reduced or removed. my $vars = { - 'to' => $name . Bugzilla->params->{'emailsuffix'}, 'bugid' => $id, 'reason' => $reason, @@ -3083,19 +3016,17 @@ sub RemoveVotes { 'votesremoved' => $removedvotes, 'votesold' => $oldvotes, 'votesnew' => $newvotes, - - 'votesremovedtext' => $removedvotestext, - 'votesoldtext' => $oldvotestext, - 'votesnewtext' => $newvotestext, - - 'count' => $removedvotes . "\n " . $newvotestext }; + my $voter = new Bugzilla::User($userid); + my $template = Bugzilla->template_inner($voter->settings->{'lang'}->{'value'}); + my $msg; - my $template = Bugzilla->template; $template->process("email/votes-removed.txt.tmpl", $vars, \$msg); push(@messages, $msg); } + Bugzilla->template_inner(""); + my $votes = $dbh->selectrow_array("SELECT SUM(vote_count) " . "FROM votes WHERE bug_id = ?", undef, $id) || 0; diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 1085c8b93..2f132e2de 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -86,7 +86,11 @@ sub multiline_sprintf { # Make any single undef item into '' @line = map { defined $_ ? $_ : '' } @line; # And append a formatted line - $formatted .= sprintf("$format\n", @line); + $formatted .= sprintf($format, @line); + # Remove trailing spaces, or they become lots of =20's in + # quoted-printable emails. + $formatted =~ s/\s+$//; + $formatted .= "\n"; } return $formatted; } @@ -601,7 +605,7 @@ sub sendMail { } } - if ($difftext eq "" && $newcomments eq "") { + if ($difftext eq "" && $newcomments eq "" && !$isnew) { # Whoops, no differences! return 0; } @@ -645,7 +649,8 @@ sub sendMail { $threadingmarker = "Message-ID: <bug-$id-" . $user->id . "$sitespec>"; } else { - $threadingmarker = "In-Reply-To: <bug-$id-" . $user->id . "$sitespec>"; + $threadingmarker = "In-Reply-To: <bug-$id-" . $user->id . "$sitespec>" . + "\nReferences: <bug-$id-" . $user->id . "$sitespec>"; } diff --git a/Bugzilla/CVS/Entries b/Bugzilla/CVS/Entries index ee470b04e..f725481df 100644 --- a/Bugzilla/CVS/Entries +++ b/Bugzilla/CVS/Entries @@ -1,37 +1,37 @@ -/.cvsignore/1.1/Mon Aug 26 22:24:55 2002//TBUGZILLA-3_1_3 -/Attachment.pm/1.54/Sun Jan 20 15:03:58 2008//TBUGZILLA-3_1_3 -/Auth.pm/1.20/Wed Jul 12 11:51:43 2006//TBUGZILLA-3_1_3 -/Bug.pm/1.230/Sun Jan 20 22:18:56 2008//TBUGZILLA-3_1_3 -/BugMail.pm/1.115/Sun Jan 27 19:39:28 2008//TBUGZILLA-3_1_3 -/CGI.pm/1.36/Tue Jan 29 19:19:36 2008//TBUGZILLA-3_1_3 -/Chart.pm/1.16/Fri Oct 19 06:46:14 2007//TBUGZILLA-3_1_3 -/Classification.pm/1.11/Tue Dec 19 08:38:49 2006//TBUGZILLA-3_1_3 -/Component.pm/1.16/Thu Oct 11 23:07:22 2007//TBUGZILLA-3_1_3 -/Config.pm/1.73/Fri Jan 18 05:04:19 2008//TBUGZILLA-3_1_3 -/Constants.pm/1.89/Sat Feb 2 00:34:19 2008//TBUGZILLA-3_1_3 -/DB.pm/1.109/Sun Jan 27 19:15:19 2008//TBUGZILLA-3_1_3 -/Error.pm/1.23/Sun Jan 27 19:15:19 2008//TBUGZILLA-3_1_3 -/Field.pm/1.29/Tue Oct 23 19:36:51 2007//TBUGZILLA-3_1_3 -/Flag.pm/1.89/Sun Jan 20 22:12:50 2008//TBUGZILLA-3_1_3 -/FlagType.pm/1.38/Wed Jul 4 21:05:58 2007//TBUGZILLA-3_1_3 -/Group.pm/1.22/Tue Sep 18 23:36:59 2007//TBUGZILLA-3_1_3 -/Hook.pm/1.13/Fri Oct 19 08:07:28 2007//TBUGZILLA-3_1_3 -/Install.pm/1.17/Wed Nov 28 16:35:57 2007//TBUGZILLA-3_1_3 -/Keyword.pm/1.7/Tue Sep 5 19:18:26 2006//TBUGZILLA-3_1_3 -/Mailer.pm/1.17/Sun Jan 27 18:08:45 2008//TBUGZILLA-3_1_3 -/Milestone.pm/1.12/Fri Jan 18 15:56:54 2008//TBUGZILLA-3_1_3 -/Object.pm/1.22/Fri Jan 18 15:56:54 2008//TBUGZILLA-3_1_3 -/Product.pm/1.25/Sat Jan 12 16:23:12 2008//TBUGZILLA-3_1_3 -/Search.pm/1.152/Tue Jan 29 01:47:01 2008//TBUGZILLA-3_1_3 -/Series.pm/1.16/Sun Nov 18 20:20:53 2007//TBUGZILLA-3_1_3 -/Status.pm/1.6/Thu Jan 17 20:41:44 2008//TBUGZILLA-3_1_3 -/Template.pm/1.85/Sat Dec 15 03:17:53 2007//TBUGZILLA-3_1_3 -/Token.pm/1.54/Sun Nov 18 20:20:53 2007//TBUGZILLA-3_1_3 -/Update.pm/1.9/Wed Jan 30 01:55:16 2008//TBUGZILLA-3_1_3 -/User.pm/1.164/Sun Jan 20 02:22:26 2008//TBUGZILLA-3_1_3 -/Util.pm/1.67/Thu Dec 27 22:39:27 2007//TBUGZILLA-3_1_3 -/Version.pm/1.14/Thu Aug 23 21:31:20 2007//TBUGZILLA-3_1_3 -/WebService.pm/1.6/Mon Mar 26 07:52:17 2007//TBUGZILLA-3_1_3 +/.cvsignore/1.1/Mon Aug 26 22:24:55 2002//TBUGZILLA-3_1_4 +/Attachment.pm/1.56/Mon Feb 4 13:29:29 2008//TBUGZILLA-3_1_4 +/Auth.pm/1.20/Wed Jul 12 11:51:43 2006//TBUGZILLA-3_1_4 +/Bug.pm/1.241/Fri May 2 07:36:27 2008//TBUGZILLA-3_1_4 +/BugMail.pm/1.118/Tue Feb 12 21:13:07 2008//TBUGZILLA-3_1_4 +/CGI.pm/1.36/Tue Jan 29 19:19:36 2008//TBUGZILLA-3_1_4 +/Chart.pm/1.16/Fri Oct 19 06:46:14 2007//TBUGZILLA-3_1_4 +/Classification.pm/1.11/Tue Dec 19 08:38:49 2006//TBUGZILLA-3_1_4 +/Component.pm/1.16/Thu Oct 11 23:07:22 2007//TBUGZILLA-3_1_4 +/Config.pm/1.73/Fri Jan 18 05:04:19 2008//TBUGZILLA-3_1_4 +/Constants.pm/1.91/Mon May 5 01:52:43 2008//TBUGZILLA-3_1_4 +/DB.pm/1.112/Sun Apr 20 09:49:56 2008//TBUGZILLA-3_1_4 +/Error.pm/1.23/Sun Jan 27 19:15:19 2008//TBUGZILLA-3_1_4 +/Field.pm/1.31/Mon Feb 25 16:06:25 2008//TBUGZILLA-3_1_4 +/Flag.pm/1.94/Wed Apr 2 17:42:27 2008//TBUGZILLA-3_1_4 +/FlagType.pm/1.38/Wed Jul 4 21:05:58 2007//TBUGZILLA-3_1_4 +/Group.pm/1.22/Tue Sep 18 23:36:59 2007//TBUGZILLA-3_1_4 +/Hook.pm/1.13/Fri Oct 19 08:07:28 2007//TBUGZILLA-3_1_4 +/Install.pm/1.17/Wed Nov 28 16:35:57 2007//TBUGZILLA-3_1_4 +/Keyword.pm/1.7/Tue Sep 5 19:18:26 2006//TBUGZILLA-3_1_4 +/Mailer.pm/1.20/Wed Apr 9 14:27:32 2008//TBUGZILLA-3_1_4 +/Milestone.pm/1.12/Fri Jan 18 15:56:54 2008//TBUGZILLA-3_1_4 +/Object.pm/1.23/Thu Mar 27 05:08:08 2008//TBUGZILLA-3_1_4 +/Product.pm/1.26/Thu Mar 27 05:08:08 2008//TBUGZILLA-3_1_4 +/Search.pm/1.159/Thu Mar 27 13:48:27 2008//TBUGZILLA-3_1_4 +/Series.pm/1.16/Sun Nov 18 20:20:53 2007//TBUGZILLA-3_1_4 +/Status.pm/1.7/Tue Feb 12 01:32:51 2008//TBUGZILLA-3_1_4 +/Template.pm/1.89/Thu Apr 3 19:05:36 2008//TBUGZILLA-3_1_4 +/Token.pm/1.55/Wed Apr 2 17:42:27 2008//TBUGZILLA-3_1_4 +/Update.pm/1.10/Fri May 2 19:14:13 2008//TBUGZILLA-3_1_4 +/User.pm/1.164/Sun Jan 20 02:22:26 2008//TBUGZILLA-3_1_4 +/Util.pm/1.69/Thu Apr 3 16:58:29 2008//TBUGZILLA-3_1_4 +/Version.pm/1.14/Thu Aug 23 21:31:20 2007//TBUGZILLA-3_1_4 +/WebService.pm/1.9/Mon Apr 28 22:04:31 2008//TBUGZILLA-3_1_4 D/Attachment//// D/Auth//// D/Config//// diff --git a/Bugzilla/CVS/Tag b/Bugzilla/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/CVS/Tag +++ b/Bugzilla/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/Config/CVS/Entries b/Bugzilla/Config/CVS/Entries index 8371c071a..721670db8 100644 --- a/Bugzilla/Config/CVS/Entries +++ b/Bugzilla/Config/CVS/Entries @@ -1,18 +1,18 @@ -/Admin.pm/1.2/Thu Oct 13 09:04:04 2005//TBUGZILLA-3_1_3 -/Attachment.pm/1.3/Mon Apr 17 20:19:35 2006//TBUGZILLA-3_1_3 -/Auth.pm/1.3/Thu Aug 2 22:38:39 2007//TBUGZILLA-3_1_3 -/BugChange.pm/1.5/Tue Oct 9 10:34:54 2007//TBUGZILLA-3_1_3 -/BugFields.pm/1.5/Mon Sep 10 22:57:00 2007//TBUGZILLA-3_1_3 -/BugMove.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_3 -/Common.pm/1.19/Tue Oct 9 10:34:54 2007//TBUGZILLA-3_1_3 -/Core.pm/1.8/Wed Apr 18 00:13:22 2007//TBUGZILLA-3_1_3 -/DependencyGraph.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_3 -/GroupSecurity.pm/1.8/Mon Aug 7 23:05:00 2006//TBUGZILLA-3_1_3 -/LDAP.pm/1.2/Fri Jun 2 11:52:48 2006//TBUGZILLA-3_1_3 -/MTA.pm/1.15/Sun Jun 17 18:57:10 2007//TBUGZILLA-3_1_3 -/PatchViewer.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_3 -/Query.pm/1.5/Tue Jul 3 16:22:01 2007//TBUGZILLA-3_1_3 -/RADIUS.pm/1.1/Thu Aug 2 22:38:39 2007//TBUGZILLA-3_1_3 -/ShadowDB.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_3 -/UserMatch.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_3 +/Admin.pm/1.2/Thu Oct 13 09:04:04 2005//TBUGZILLA-3_1_4 +/Attachment.pm/1.3/Mon Apr 17 20:19:35 2006//TBUGZILLA-3_1_4 +/Auth.pm/1.3/Thu Aug 2 22:38:39 2007//TBUGZILLA-3_1_4 +/BugChange.pm/1.5/Tue Oct 9 10:34:54 2007//TBUGZILLA-3_1_4 +/BugFields.pm/1.5/Mon Sep 10 22:57:00 2007//TBUGZILLA-3_1_4 +/BugMove.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_4 +/Common.pm/1.21/Thu Mar 27 00:23:41 2008//TBUGZILLA-3_1_4 +/Core.pm/1.9/Thu Apr 3 19:05:37 2008//TBUGZILLA-3_1_4 +/DependencyGraph.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_4 +/GroupSecurity.pm/1.8/Mon Aug 7 23:05:00 2006//TBUGZILLA-3_1_4 +/LDAP.pm/1.2/Fri Jun 2 11:52:48 2006//TBUGZILLA-3_1_4 +/MTA.pm/1.16/Fri Mar 14 00:05:35 2008//TBUGZILLA-3_1_4 +/PatchViewer.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_4 +/Query.pm/1.5/Tue Jul 3 16:22:01 2007//TBUGZILLA-3_1_4 +/RADIUS.pm/1.1/Thu Aug 2 22:38:39 2007//TBUGZILLA-3_1_4 +/ShadowDB.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_4 +/UserMatch.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_4 D diff --git a/Bugzilla/Config/CVS/Tag b/Bugzilla/Config/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/Config/CVS/Tag +++ b/Bugzilla/Config/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/Config/Common.pm b/Bugzilla/Config/Common.pm index 03e97d6a1..e6f0398e3 100644 --- a/Bugzilla/Config/Common.pm +++ b/Bugzilla/Config/Common.pm @@ -50,7 +50,7 @@ use base qw(Exporter); check_opsys check_shadowdb check_urlbase check_webdotbase check_netmask check_user_verify_class check_image_converter check_mail_delivery_method check_notification check_timezone check_utf8 - check_bug_status + check_bug_status check_smtp_auth ); # Checking functions for the various values @@ -101,17 +101,21 @@ sub check_sslbase { return "must be a legal URL, that starts with https and ends with a slash."; } my $host = $1; - if ($host =~ /:\d+$/) { - return "must not contain a port."; + # Fall back to port 443 if for some reason getservbyname() fails. + my $port = getservbyname('https', 'tcp') || 443; + if ($host =~ /^(.+):(\d+)$/) { + $host = $1; + $port = $2; } local *SOCK; my $proto = getprotobyname('tcp'); socket(SOCK, PF_INET, SOCK_STREAM, $proto); - my $sin = sockaddr_in(443, inet_aton($host)); + my $iaddr = inet_aton($host) || return "The host $host cannot be resolved"; + my $sin = sockaddr_in($port, $iaddr); if (!connect(SOCK, $sin)) { - return "Failed to connect to " . html_quote($host) . - ":443, unable to enable SSL."; + return "Failed to connect to $host:$port; unable to enable SSL"; } + close(SOCK); } return ""; } @@ -337,6 +341,14 @@ sub check_timezone { return ""; } +sub check_smtp_auth { + my $username = shift; + if ($username) { + eval "require Authen::SASL"; + return "Error requiring Authen::SASL: '$@'" if $@; + } + return ""; +} # OK, here are the parameter definitions themselves. # @@ -354,6 +366,8 @@ sub check_timezone { # The type value can be one of the following: # # t -- A short text entry field (suitable for a single line) +# p -- A short text entry field (as with type = 't'), but the string is +# replaced by asterisks (appropriate for passwords) # l -- A long text field (suitable for many lines) # b -- A boolean value (either 1 or 0) # m -- A list of values, with many selectable (shows up as a select box) diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm index a0aca9c9b..b307dd7f5 100644 --- a/Bugzilla/Config/Core.pm +++ b/Bugzilla/Config/Core.pm @@ -56,7 +56,7 @@ sub get_param_list { { name => 'docs_urlbase', type => 't', - default => 'docs/html/', + default => 'docs/%lang%/html/', checker => \&check_url }, diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm index 686d5b3e4..37d99d967 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -68,6 +68,17 @@ sub get_param_list { type => 't', default => 'localhost' }, + { + name => 'smtp_username', + type => 't', + default => '', + checker => \&check_smtp_auth + }, + { + name => 'smtp_password', + type => 'p', + default => '' + }, { name => 'smtp_debug', type => 'b', diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index b8b77fbad..b47385bb5 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -156,7 +156,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.1.3"; +use constant BUGZILLA_VERSION => "3.1.4"; # These are unique values that are unlikely to match a string or a number, # to be used in criteria for match() functions and other things. They start diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index 4a0303287..1617b7fc2 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -383,26 +383,6 @@ sub bz_last_key { $table, $column); } -sub bz_get_field_defs { - my ($self) = @_; - - my $extra = ""; - if (!Bugzilla->user->in_group(Bugzilla->params->{'timetrackinggroup'})) { - $extra = "AND name NOT IN ('estimated_time', 'remaining_time', " . - "'work_time', 'percentage_complete', 'deadline')"; - } - - my @fields; - my $sth = $self->prepare("SELECT name, description FROM fielddefs - WHERE obsolete = 0 $extra - ORDER BY sortkey"); - $sth->execute(); - while (my $field_ref = $sth->fetchrow_hashref()) { - push(@fields, $field_ref); - } - return(@fields); -} - ##################################################################### # Database Setup ##################################################################### @@ -660,18 +640,23 @@ sub _bz_add_table_raw { } sub _bz_add_field_table { - my ($self, $name, $table_schema) = @_; + my ($self, $name, $schema_ref) = @_; # 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. - for (my $i = 0; $i < scalar @$indexes; $i++) { - next if ($i % 2 && $i != 0); # We skip 1, 3, 5, 7, etc. - $indexes->[$i] = $name . "_" . $indexes->[$i]; + + # Copy this so that we're not modifying the passed reference. + # (This avoids modifying a constant in Bugzilla::DB::Schema.) + my %table_schema = %$schema_ref; + my %indexes = @{ $table_schema{INDEXES} }; + my %fixed_indexes; + foreach my $key (keys %indexes) { + $fixed_indexes{$name . "_" . $key} = $indexes{$key}; } + # INDEXES is supposed to be an arrayref, so we have to convert back. + my @indexes_array = %fixed_indexes; + $table_schema{INDEXES} = \@indexes_array; # We add this to the abstract schema so that bz_add_table can find it. - $self->_bz_schema->add_table($name, $table_schema); + $self->_bz_schema->add_table($name, \%table_schema); $self->bz_add_table($name); } @@ -687,6 +672,13 @@ sub bz_add_field_tables { } +sub bz_drop_field_tables { + my ($self, $field) = @_; + if ($field->type == FIELD_TYPE_MULTI_SELECT) { + $self->bz_drop_table('bug_' . $field->name); + } + $self->bz_drop_table($field->name); +} sub bz_drop_column { my ($self, $table, $column) = @_; @@ -1261,9 +1253,6 @@ Bugzilla::DB - Database access routines, using L<DBI> my $column = $dbh->bz_column_info($table, $column); my $index = $dbh->bz_index_info($table, $index); - # General Information - my @fields = $dbh->bz_get_field_defs(); - =head1 DESCRIPTION Functions in this module allows creation of a database handle to connect @@ -1937,23 +1926,6 @@ Last inserted ID (scalar) =back -=item C<bz_get_field_defs> - -=over - -=item B<Description> - -Returns a list of all the "bug" fields in Bugzilla. The list -contains hashes, with a C<name> key and a C<description> key. - -=item B<Params> (none) - -=item B<Returns> - -List of all the "bug" fields - -=back - =back =head2 Database Setup Methods diff --git a/Bugzilla/DB/CVS/Entries b/Bugzilla/DB/CVS/Entries index 098df55d2..f4344933c 100644 --- a/Bugzilla/DB/CVS/Entries +++ b/Bugzilla/DB/CVS/Entries @@ -1,5 +1,5 @@ -/Mysql.pm/1.56/Sun Jan 27 19:15:21 2008//TBUGZILLA-3_1_3 -/Oracle.pm/1.6/Fri Jan 18 19:57:20 2008//TBUGZILLA-3_1_3 -/Pg.pm/1.26/Tue Dec 11 05:36:05 2007//TBUGZILLA-3_1_3 -/Schema.pm/1.97/Wed Jan 9 15:14:02 2008//TBUGZILLA-3_1_3 +/Mysql.pm/1.60/Tue Mar 25 18:43:20 2008//TBUGZILLA-3_1_4 +/Oracle.pm/1.6/Fri Jan 18 19:57:20 2008//TBUGZILLA-3_1_4 +/Pg.pm/1.27/Mon Mar 24 22:47:24 2008//TBUGZILLA-3_1_4 +/Schema.pm/1.98/Mon Mar 24 22:47:24 2008//TBUGZILLA-3_1_4 D/Schema//// diff --git a/Bugzilla/DB/CVS/Tag b/Bugzilla/DB/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/DB/CVS/Tag +++ b/Bugzilla/DB/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm index 720c8ff42..8bca06f4c 100644 --- a/Bugzilla/DB/Mysql.pm +++ b/Bugzilla/DB/Mysql.pm @@ -255,11 +255,11 @@ EOT print "\nISAM->MyISAM table conversion done.\n\n"; } - my $sd_index_deleted = 0; + my ($sd_index_deleted, $longdescs_index_deleted); my @tables = $self->bz_table_list_real(); - # We want to convert the bugs table to MyISAM, but it's possible that - # it has a fulltext index on it and this will fail unless we remove - # the index. + # We want to convert tables to InnoDB, but it's possible that they have + # fulltext indexes on them, and conversion will fail unless we remove + # the indexes. if (grep($_ eq 'bugs', @tables)) { if ($self->bz_index_info_real('bugs', 'short_desc')) { $self->bz_drop_index_raw('bugs', 'short_desc'); @@ -269,6 +269,15 @@ EOT $sd_index_deleted = 1; # Used for later schema cleanup. } } + if (grep($_ eq 'longdescs', @tables)) { + if ($self->bz_index_info_real('longdescs', 'thetext')) { + $self->bz_drop_index_raw('longdescs', 'thetext'); + } + if ($self->bz_index_info_real('longdescs', 'longdescs_thetext_idx')) { + $self->bz_drop_index_raw('longdescs', 'longdescs_thetext_idx'); + $longdescs_index_deleted = 1; # For later schema cleanup. + } + } # Upgrade tables from MyISAM to InnoDB my @myisam_tables; @@ -290,17 +299,8 @@ EOT } } - - # There is a bug in MySQL 4.1.0 - 4.1.15 that makes certain SELECT - # statements fail after a SHOW TABLE STATUS: - # http://bugs.mysql.com/bug.php?id=13535 - # This is a workaround, a dummy SELECT to reset the LAST_INSERT_ID. - if (grep($_ eq 'bugs', @tables) - && $self->bz_column_info_real("bugs", "bug_id")) - { - $self->do('SELECT 1 FROM bugs WHERE bug_id IS NULL'); - } - + $self->_after_table_status(\@tables); + # Versions of Bugzilla before the existence of Bugzilla::DB::Schema did # not provide explicit names for the table indexes. This means # that our upgrades will not be reliable, because we look for the name @@ -470,6 +470,17 @@ EOT } # foreach table } # if old-name indexes + # If there are no tables, but the DB isn't utf8 and it should be, + # then we should alter the database to be utf8. We know it should be + # if the utf8 parameter is true or there are no params at all. + # This kind of situation happens when people create the database + # themselves, and if we don't do this they will get the big + # scary WARNING statement about conversion to UTF8. + if ( !$self->bz_db_is_utf8 && !@tables + && (Bugzilla->params->{'utf8'} || !scalar keys %{Bugzilla->params}) ) + { + $self->_alter_db_charset_to_utf8(); + } # And now we create the tables and the Schema object. $self->SUPER::bz_setup_database(); @@ -478,6 +489,11 @@ EOT $self->_bz_real_schema->delete_index('bugs', 'bugs_short_desc_idx'); $self->_bz_store_real_schema; } + if ($longdescs_index_deleted) { + $self->_bz_real_schema->delete_index('longdescs', + 'longdescs_thetext_idx'); + $self->_bz_store_real_schema; + } # The old timestamp fields need to be adjusted here instead of in # checksetup. Otherwise the UPDATE statements inside of bz_add_column @@ -564,7 +580,16 @@ EOT } # Convert the database to UTF-8 if the utf8 parameter is on. - if (Bugzilla->params->{'utf8'} && !$self->bz_db_is_utf8) { + # We check if any table isn't utf8, because lots of crazy + # partial-conversion situations can happen, and this handles anything + # that could come up (including having the DB charset be utf8 but not + # the table charsets. + my $utf_table_status = + $self->selectall_arrayref("SHOW TABLE STATUS", {Slice=>{}}); + $self->_after_table_status([map($_->{Name}, @$utf_table_status)]); + my @non_utf8_tables = grep($_->{Collation} !~ /^utf8/, @$utf_table_status); + + if (Bugzilla->params->{'utf8'} && scalar @non_utf8_tables) { print <<EOT; WARNING: We are about to convert your table storage format to UTF8. This @@ -617,8 +642,7 @@ EOT 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. + # index. So we drop it, which we'd do later anyway. if ($table eq 'longdescs' && $name eq 'thetext') { $self->bz_drop_index('longdescs', 'longdescs_thetext_idx'); @@ -626,6 +650,14 @@ EOT if ($table eq 'bugs' && $name eq 'short_desc') { $self->bz_drop_index('bugs', 'bugs_short_desc_idx'); } + my %ft_indexes; + if ($table eq 'bugs_fulltext') { + %ft_indexes = $self->_bz_real_schema->get_indexes_on_column_abstract( + 'bugs_fulltext', $name); + foreach my $index (keys %ft_indexes) { + $self->bz_drop_index('bugs_fulltext', $index); + } + } print "Converting $table.$name to be stored as UTF-8...\n"; my $col_info = @@ -649,17 +681,49 @@ EOT $binary"); $self->do("ALTER TABLE $table CHANGE COLUMN $name $name $utf8"); + + if ($table eq 'bugs_fulltext') { + foreach my $index (keys %ft_indexes) { + $self->bz_add_index('bugs_fulltext', $index, + $ft_indexes{$index}); + } + } } } $self->do("ALTER TABLE $table DEFAULT CHARACTER SET utf8"); } # foreach my $table (@tables) + } + + # Sometimes you can have a situation where all the tables are utf8, + # but the database isn't. (This tends to happen when you've done + # a mysqldump.) So we have this change outside of the above block, + # so that it just happens silently if no actual *table* conversion + # needs to happen. + if (Bugzilla->params->{'utf8'} && !$self->bz_db_is_utf8) { + $self->_alter_db_charset_to_utf8(); + } +} - my $db_name = Bugzilla->localconfig->{db_name}; - $self->do("ALTER DATABASE $db_name CHARACTER SET utf8"); +# There is a bug in MySQL 4.1.0 - 4.1.15 that makes certain SELECT +# statements fail after a SHOW TABLE STATUS: +# http://bugs.mysql.com/bug.php?id=13535 +# This is a workaround, a dummy SELECT to reset the LAST_INSERT_ID. +sub _after_table_status { + my ($self, $tables) = @_; + if (grep($_ eq 'bugs', @$tables) + && $self->bz_column_info_real("bugs", "bug_id")) + { + $self->do('SELECT 1 FROM bugs WHERE bug_id IS NULL'); } } +sub _alter_db_charset_to_utf8 { + my $self = shift; + 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( diff --git a/Bugzilla/DB/Pg.pm b/Bugzilla/DB/Pg.pm index 9675e1f26..4777ba89a 100644 --- a/Bugzilla/DB/Pg.pm +++ b/Bugzilla/DB/Pg.pm @@ -179,6 +179,10 @@ sub bz_setup_database { # field, because it can't have index data longer than 2770 # characters on that field. $self->bz_drop_index('longdescs', 'longdescs_thetext_idx'); + # Same for all the comments fields in the fulltext table. + $self->bz_drop_index('bugs_fulltext', 'bugs_fulltext_comments_idx'); + $self->bz_drop_index('bugs_fulltext', + 'bugs_fulltext_comments_noprivate_idx'); # PostgreSQL also wants an index for calling LOWER on # login_name, which we do with sql_istrcmp all over the place. diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index 23f6e0ca4..b8ac649b7 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -279,6 +279,29 @@ use constant ABSTRACT_SCHEMA => { ], }, + bugs_fulltext => { + FIELDS => [ + bug_id => {TYPE => 'INT3', NOTNULL => 1, PRIMARYKEY => 1, + REFERENCES => {TABLE => 'bugs', + COLUMN => 'bug_id', + DELETE => 'CASCADE'}}, + short_desc => {TYPE => 'varchar(255)', NOTNULL => 1}, + # Comments are stored all together in one column for searching. + # This allows us to examine all comments together when deciding + # the relevance of a bug in fulltext search. + comments => {TYPE => 'LONGTEXT'}, + comments_noprivate => {TYPE => 'LONGTEXT'}, + ], + INDEXES => [ + bugs_fulltext_short_desc_idx => {FIELDS => ['short_desc'], + TYPE => 'FULLTEXT'}, + bugs_fulltext_comments_idx => {FIELDS => ['comments'], + TYPE => 'FULLTEXT'}, + bugs_fulltext_comments_noprivate_idx => { + FIELDS => ['comments_noprivate'], TYPE => 'FULLTEXT'}, + ], + }, + bugs_activity => { FIELDS => [ bug_id => {TYPE => 'INT3', NOTNULL => 1}, @@ -336,8 +359,6 @@ use constant ABSTRACT_SCHEMA => { longdescs_bug_id_idx => ['bug_id'], longdescs_who_idx => [qw(who bug_id)], longdescs_bug_when_idx => ['bug_when'], - longdescs_thetext_idx => {FIELDS => ['thetext'], - TYPE => 'FULLTEXT'}, ], }, diff --git a/Bugzilla/DB/Schema/CVS/Entries b/Bugzilla/DB/Schema/CVS/Entries index 45e028133..992d76a51 100644 --- a/Bugzilla/DB/Schema/CVS/Entries +++ b/Bugzilla/DB/Schema/CVS/Entries @@ -1,4 +1,4 @@ -/Mysql.pm/1.19/Thu Dec 13 03:14:33 2007//TBUGZILLA-3_1_3 -/Oracle.pm/1.3/Thu Dec 13 03:14:33 2007//TBUGZILLA-3_1_3 -/Pg.pm/1.15/Tue Dec 11 02:26:49 2007//TBUGZILLA-3_1_3 +/Mysql.pm/1.20/Mon Mar 24 22:47:25 2008//TBUGZILLA-3_1_4 +/Oracle.pm/1.3/Thu Dec 13 03:14:33 2007//TBUGZILLA-3_1_4 +/Pg.pm/1.15/Tue Dec 11 02:26:49 2007//TBUGZILLA-3_1_4 D diff --git a/Bugzilla/DB/Schema/CVS/Tag b/Bugzilla/DB/Schema/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/DB/Schema/CVS/Tag +++ b/Bugzilla/DB/Schema/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/DB/Schema/Mysql.pm b/Bugzilla/DB/Schema/Mysql.pm index 2f4bc42b2..627716970 100644 --- a/Bugzilla/DB/Schema/Mysql.pm +++ b/Bugzilla/DB/Schema/Mysql.pm @@ -86,7 +86,7 @@ use constant REVERSE_MAPPING => { # as in their db-specific version, so no reverse mapping is needed. }; -use constant MYISAM_TABLES => qw(longdescs); +use constant MYISAM_TABLES => qw(bugs_fulltext); #------------------------------------------------------------------------------ sub _initialize { diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm index 5ad5e51d3..0d7479034 100644 --- a/Bugzilla/Field.pm +++ b/Bugzilla/Field.pm @@ -30,17 +30,14 @@ Bugzilla::Field - a particular piece of information about bugs print Dumper(Bugzilla->get_fields()); # Display information about non-obsolete custom fields. - print Dumper(Bugzilla->get_fields({ obsolete => 1, custom => 1 })); - - # Display a list of the names of non-obsolete custom fields. - print Bugzilla->custom_field_names; + print Dumper(Bugzilla->active_custom_fields); use Bugzilla::Field; # Display information about non-obsolete custom fields. # Bugzilla->get_fields() is a wrapper around Bugzilla::Field->match(), # so both methods take the same arguments. - print Dumper(Bugzilla::Field->match({ obsolete => 1, custom => 1 })); + print Dumper(Bugzilla::Field->match({ obsolete => 0, custom => 1 })); # Create or update a custom field or field definition. my $field = Bugzilla::Field->create( @@ -415,6 +412,89 @@ sub set_in_new_bugmail { $_[0]->set('mailhead', $_[1]); } =pod +=head2 Instance Method + +=over + +=item C<remove_from_db> + +Attempts to remove the passed in field from the database. +Deleting a field is only successful if the field is obsolete and +there are no values specified (or EVER specified) for the field. + +=back + +=cut + +sub remove_from_db { + my $self = shift; + my $dbh = Bugzilla->dbh; + + my $name = $self->name; + + if (!$self->custom) { + ThrowCodeError('field_not_custom', {'name' => $name }); + } + + if (!$self->obsolete) { + ThrowUserError('customfield_not_obsolete', {'name' => $self->name }); + } + + $dbh->bz_start_transaction(); + + # Check to see if bug activity table has records (should be fast with index) + my $has_activity = $dbh->selectrow_array("SELECT COUNT(*) FROM bugs_activity + WHERE fieldid = ?", undef, $self->id); + if ($has_activity) { + ThrowUserError('customfield_has_activity', {'name' => $name }); + } + + # Check to see if bugs table has records (slow) + my $bugs_query = ""; + + if ($self->type == FIELD_TYPE_MULTI_SELECT) { + $bugs_query = "SELECT COUNT(*) FROM bug_$name"; + } + else { + $bugs_query = "SELECT COUNT(*) FROM bugs WHERE $name IS NOT NULL + AND $name != ''"; + # Ignore the default single select value + if ($self->type == FIELD_TYPE_SINGLE_SELECT) { + $bugs_query .= " AND $name != '---'"; + } + # Ignore blank dates. + if ($self->type == FIELD_TYPE_DATETIME) { + $bugs_query .= " AND $name != '00-00-00 00:00:00'"; + } + } + + my $has_bugs = $dbh->selectrow_array($bugs_query); + if ($has_bugs) { + ThrowUserError('customfield_has_contents', {'name' => $name }); + } + + # Once we reach here, we should be OK to delete. + $dbh->do('DELETE FROM fielddefs WHERE id = ?', undef, $self->id); + + my $type = $self->type; + + # the values for multi-select are stored in a seperate table + if ($type != FIELD_TYPE_MULTI_SELECT) { + $dbh->bz_drop_column('bugs', $name); + } + + if ($type == FIELD_TYPE_SINGLE_SELECT + || $type == FIELD_TYPE_MULTI_SELECT) + { + # Delete the table that holds the legal values for this field. + $dbh->bz_drop_field_tables($self); + } + + $dbh->bz_commit_transaction() +} + +=pod + =head2 Class Methods =over diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm index 9dc6a2ef5..a65a8268b 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -191,6 +191,26 @@ sub attachment { =over +=item C<has_flags> + +Returns 1 if at least one flag exists in the DB, else 0. This subroutine +is mainly used to decide to display the "(My )Requests" link in the footer. + +=back + +=cut + +sub has_flags { + my $dbh = Bugzilla->dbh; + + my $has_flags = $dbh->selectrow_array('SELECT 1 FROM flags ' . $dbh->sql_limit(1)); + return $has_flags || 0; +} + +=pod + +=over + =item C<match($criteria)> Queries the database for flags matching the given criteria @@ -202,16 +222,26 @@ and returns an array of matching records. =cut sub match { + my $class = shift; my ($criteria) = @_; - my $dbh = Bugzilla->dbh; - my @criteria = sqlify_criteria($criteria); - $criteria = join(' AND ', @criteria); - - my $flag_ids = $dbh->selectcol_arrayref("SELECT id FROM flags - WHERE $criteria"); + # If the caller specified only bug or attachment flags, + # limit the query to those kinds of flags. + if (my $type = delete $criteria->{'target_type'}) { + if ($type eq 'attachment') { + $criteria->{'attach_id'} = NOT_NULL; + } + else { + $criteria->{'attach_id'} = IS_NULL; + } + } + # Flag->snapshot() calls Flag->match() with bug_id and attach_id + # as hash keys, even if attach_id is undefined. + if (exists $criteria->{'attach_id'} && !defined $criteria->{'attach_id'}) { + $criteria->{'attach_id'} = IS_NULL; + } - return Bugzilla::Flag->new_from_list($flag_ids); + return $class->SUPER::match(@_); } =pod @@ -229,15 +259,8 @@ and returns an array of matching records. =cut sub count { - my ($criteria) = @_; - my $dbh = Bugzilla->dbh; - - my @criteria = sqlify_criteria($criteria); - $criteria = join(' AND ', @criteria); - - my $count = $dbh->selectrow_array("SELECT COUNT(*) FROM flags WHERE $criteria"); - - return $count; + my $class = shift; + return scalar @{$class->match(@_)}; } ###################################################################### @@ -248,7 +271,7 @@ sub count { =over -=item C<validate($cgi, $bug_id, $attach_id, $skip_requestee_on_error)> +=item C<validate($bug_id, $attach_id, $skip_requestee_on_error)> Validates fields containing flag modifications. @@ -260,8 +283,8 @@ to -1 to force its check anyway. =cut sub validate { - my ($cgi, $bug_id, $attach_id, $skip_requestee_on_error) = @_; - + my ($bug_id, $attach_id, $skip_requestee_on_error) = @_; + my $cgi = Bugzilla->cgi; my $dbh = Bugzilla->dbh; # Get a list of flags to validate. Uses the "map" function @@ -485,10 +508,10 @@ sub _validate { } sub snapshot { - my ($bug_id, $attach_id) = @_; + my ($class, $bug_id, $attach_id) = @_; - my $flags = match({ 'bug_id' => $bug_id, - 'attach_id' => $attach_id }); + my $flags = $class->match({ 'bug_id' => $bug_id, + 'attach_id' => $attach_id }); my @summaries; foreach my $flag (@$flags) { my $summary = $flag->type->name . $flag->status; @@ -503,22 +526,22 @@ sub snapshot { =over -=item C<process($bug, $attachment, $timestamp, $cgi, $hr_vars)> +=item C<process($bug, $attachment, $timestamp, $hr_vars)> Processes changes to flags. The bug and/or the attachment objects are the ones this flag is about, the timestamp is the date/time the bug was last touched (so that changes -to the flag can be stamped with the same date/time), the cgi is the CGI -object used to obtain the flag fields that the user submitted. +to the flag can be stamped with the same date/time). =back =cut sub process { - my ($bug, $attachment, $timestamp, $cgi, $hr_vars) = @_; + my ($class, $bug, $attachment, $timestamp, $hr_vars) = @_; my $dbh = Bugzilla->dbh; + my $cgi = Bugzilla->cgi; # Make sure the bug (and attachment, if given) exists and is accessible # to the current user. Moreover, if an attachment object is passed, @@ -533,11 +556,11 @@ sub process { $timestamp ||= $dbh->selectrow_array('SELECT NOW()'); # Take a snapshot of flags before any changes. - my @old_summaries = snapshot($bug_id, $attach_id); + my @old_summaries = $class->snapshot($bug_id, $attach_id); # Cancel pending requests if we are obsoleting an attachment. if ($attachment && $cgi->param('isobsolete')) { - CancelRequests($bug, $attachment); + $class->CancelRequests($bug, $attachment); } # Create new flags and update existing flags. @@ -586,7 +609,7 @@ sub process { } # Take a snapshot of flags after changes. - my @new_summaries = snapshot($bug_id, $attach_id); + my @new_summaries = $class->snapshot($bug_id, $attach_id); update_activity($bug_id, $attach_id, $timestamp, \@old_summaries, \@new_summaries); } @@ -865,7 +888,7 @@ sub retarget { foreach my $flagtype (@$flagtypes) { # Get the number of flags of this type already set for this target. - my $has_flags = count( + my $has_flags = __PACKAGE__->count( { 'type_id' => $flagtype->id, 'bug_id' => $bug->bug_id, 'attach_id' => $flag->attach_id }); @@ -989,7 +1012,7 @@ sub FormToNewFlags { next unless scalar(grep { $_ == $type_id } @type_ids); # Get the number of flags of this type already set for this target. - my $has_flags = count( + my $has_flags = __PACKAGE__->count( { 'type_id' => $type_id, 'target_type' => $attachment ? 'attachment' : 'bug', 'bug_id' => $bug->bug_id, @@ -1040,63 +1063,61 @@ or deleted. sub notify { my ($flag, $bug, $attachment) = @_; - my $template = Bugzilla->template; - # There is nobody to notify. return unless ($flag->{'addressee'} || $flag->type->cc_list); - my $attachment_is_private = $attachment ? $attachment->isprivate : undef; - # If the target bug is restricted to one or more groups, then we need # to make sure we don't send email about it to unauthorized users # on the request type's CC: list, so we have to trawl the list for users # not in those groups or email addresses that don't have an account. my @bug_in_groups = grep {$_->{'ison'} || $_->{'mandatory'}} @{$bug->groups}; + my $attachment_is_private = $attachment ? $attachment->isprivate : undef; - if (scalar(@bug_in_groups) || $attachment_is_private) { - my @new_cc_list; - foreach my $cc (split(/[, ]+/, $flag->type->cc_list)) { - my $ccuser = new Bugzilla::User({ name => $cc }) || next; - - next if (scalar(@bug_in_groups) && !$ccuser->can_see_bug($bug->bug_id)); - next if $attachment_is_private - && Bugzilla->params->{"insidergroup"} - && !$ccuser->in_group(Bugzilla->params->{"insidergroup"}); - push(@new_cc_list, $cc); - } - $flag->type->{'cc_list'} = join(", ", @new_cc_list); + my %recipients; + foreach my $cc (split(/[, ]+/, $flag->type->cc_list)) { + my $ccuser = new Bugzilla::User({ name => $cc }); + next if (scalar(@bug_in_groups) && (!$ccuser || !$ccuser->can_see_bug($bug->bug_id))); + next if $attachment_is_private && (!$ccuser || !$ccuser->is_insider); + # Prevent duplicated entries due to case sensitivity. + $cc = $ccuser ? $ccuser->email : $cc; + $recipients{$cc} = $ccuser; } - # If there is nobody left to notify, return. - return unless ($flag->{'addressee'} || $flag->type->cc_list); - - my @recipients = split(/[, ]+/, $flag->type->cc_list); # Only notify if the addressee is allowed to receive the email. if ($flag->{'addressee'} && $flag->{'addressee'}->email_enabled) { - push @recipients, $flag->{'addressee'}->email; + $recipients{$flag->{'addressee'}->email} = $flag->{'addressee'}; } - # Process and send notification for each recipient - foreach my $to (@recipients) - { - next unless $to; + # Process and send notification for each recipient. + # If there are users in the CC list who don't have an account, + # use the default language for email notifications. + my $default_lang; + if (grep { !$_ } values %recipients) { + my $default_user = new Bugzilla::User(); + $default_lang = $default_user->settings->{'lang'}->{'value'}; + } + + foreach my $to (keys %recipients) { my $vars = { 'flag' => $flag, 'to' => $to, 'bug' => $bug, 'attachment' => $attachment}; + + my $lang = $recipients{$to} ? + $recipients{$to}->settings->{'lang'}->{'value'} : $default_lang; + + my $template = Bugzilla->template_inner($lang); my $message; - my $rv = $template->process("request/email.txt.tmpl", $vars, \$message); - if (!$rv) { - Bugzilla->cgi->header(); - ThrowTemplateError($template->error()); - } + $template->process("request/email.txt.tmpl", $vars, \$message) + || ThrowTemplateError($template->error()); + Bugzilla->template_inner(""); MessageToMTA($message); } } # Cancel all request flags from the attachment being obsoleted. sub CancelRequests { - my ($bug, $attachment, $timestamp) = @_; + my ($class, $bug, $attachment, $timestamp) = @_; my $dbh = Bugzilla->dbh; my $request_ids = @@ -1111,7 +1132,8 @@ sub CancelRequests { return if (!scalar(@$request_ids)); # Take a snapshot of flags before any changes. - my @old_summaries = snapshot($bug->bug_id, $attachment->id) if ($timestamp); + my @old_summaries = $class->snapshot($bug->bug_id, $attachment->id) + if ($timestamp); my $flags = Bugzilla::Flag->new_from_list($request_ids); foreach my $flag (@$flags) { clear($flag, $bug, $attachment) } @@ -1119,60 +1141,11 @@ sub CancelRequests { return unless ($timestamp); # Take a snapshot of flags after any changes. - my @new_summaries = snapshot($bug->bug_id, $attachment->id); + my @new_summaries = $class->snapshot($bug->bug_id, $attachment->id); update_activity($bug->bug_id, $attachment->id, $timestamp, \@old_summaries, \@new_summaries); } -###################################################################### -# Private Functions -###################################################################### - -=begin private - -=head1 PRIVATE FUNCTIONS - -=over - -=item C<sqlify_criteria($criteria)> - -Converts a hash of criteria into a list of SQL criteria. - -=back - -=cut - -sub sqlify_criteria { - # a reference to a hash containing the criteria (field => value) - my ($criteria) = @_; - - # the generated list of SQL criteria; "1=1" is a clever way of making sure - # there's something in the list so calling code doesn't have to check list - # size before building a WHERE clause out of it - my @criteria = ("1=1"); - - # If the caller specified only bug or attachment flags, - # limit the query to those kinds of flags. - if (defined($criteria->{'target_type'})) { - if ($criteria->{'target_type'} eq 'bug') { push(@criteria, "attach_id IS NULL") } - elsif ($criteria->{'target_type'} eq 'attachment') { push(@criteria, "attach_id IS NOT NULL") } - } - - # Go through each criterion from the calling code and add it to the query. - foreach my $field (keys %$criteria) { - my $value = $criteria->{$field}; - next unless defined($value); - if ($field eq 'type_id') { push(@criteria, "type_id = $value") } - elsif ($field eq 'bug_id') { push(@criteria, "bug_id = $value") } - elsif ($field eq 'attach_id') { push(@criteria, "attach_id = $value") } - elsif ($field eq 'requestee_id') { push(@criteria, "requestee_id = $value") } - elsif ($field eq 'setter_id') { push(@criteria, "setter_id = $value") } - elsif ($field eq 'status') { push(@criteria, "status = '$value'") } - } - - return @criteria; -} - =head1 SEE ALSO =over diff --git a/Bugzilla/Install/CVS/Entries b/Bugzilla/Install/CVS/Entries index 6ec3e7465..3365b6f9f 100644 --- a/Bugzilla/Install/CVS/Entries +++ b/Bugzilla/Install/CVS/Entries @@ -1,7 +1,7 @@ -/CPAN.pm/1.2/Sun Dec 23 05:43:44 2007//TBUGZILLA-3_1_3 -/DB.pm/1.48/Mon Jan 28 00:54:58 2008//TBUGZILLA-3_1_3 -/Filesystem.pm/1.27/Thu Jan 17 23:15:24 2008//TBUGZILLA-3_1_3 -/Localconfig.pm/1.12/Thu Jan 17 23:15:24 2008//TBUGZILLA-3_1_3 -/Requirements.pm/1.41/Wed Dec 19 00:41:59 2007//TBUGZILLA-3_1_3 -/Util.pm/1.11/Thu Dec 13 03:14:34 2007//TBUGZILLA-3_1_3 +/CPAN.pm/1.2/Sun Dec 23 05:43:44 2007//TBUGZILLA-3_1_4 +/DB.pm/1.50/Mon Mar 24 22:47:25 2008//TBUGZILLA-3_1_4 +/Filesystem.pm/1.29/Wed Apr 30 18:54:48 2008//TBUGZILLA-3_1_4 +/Localconfig.pm/1.12/Thu Jan 17 23:15:24 2008//TBUGZILLA-3_1_4 +/Requirements.pm/1.47/Sat Apr 12 06:16:54 2008//TBUGZILLA-3_1_4 +/Util.pm/1.14/Thu Apr 3 19:05:38 2008//TBUGZILLA-3_1_4 D diff --git a/Bugzilla/Install/CVS/Tag b/Bugzilla/Install/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/Install/CVS/Tag +++ b/Bugzilla/Install/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm index 6b8a6fdc6..ca011ce6c 100644 --- a/Bugzilla/Install/DB.pm +++ b/Bugzilla/Install/DB.pm @@ -315,12 +315,6 @@ sub update_table_definitions { $dbh->do('UPDATE quips SET userid = NULL WHERE userid = 0'); } - # Right now, we only create the "thetext" index on MySQL. - if ($dbh->isa('Bugzilla::DB::Mysql')) { - $dbh->bz_add_index('longdescs', 'longdescs_thetext_idx', - {TYPE => 'FULLTEXT', FIELDS => [qw(thetext)]}); - } - _convert_attachments_filename_from_mediumtext(); $dbh->bz_add_column('quips', 'approved', @@ -525,6 +519,9 @@ sub update_table_definitions { $dbh->bz_alter_column('namedqueries', 'query_type', {TYPE => 'BOOLEAN', NOTNULL => 1, DEFAULT => 0}); + $dbh->bz_drop_index('longdescs', 'longdescs_thetext_idx'); + _populate_bugs_fulltext(); + ################################################################ # New --TABLE-- changes should go *** A B O V E *** this point # ################################################################ @@ -1039,10 +1036,10 @@ installation has many users. ENDTEXT # Re-crypt everyone's password. + my $total = $dbh->selectrow_array('SELECT COUNT(*) FROM profiles'); my $sth = $dbh->prepare("SELECT userid, password FROM profiles"); $sth->execute(); - my $total = $sth->rows; my $i = 1; print "Fixing passwords...\n"; @@ -1081,12 +1078,12 @@ sub _update_bugs_activity_to_only_record_changes { # Now we need to process the bugs_activity table and reformat the data print "Fixing activity log...\n"; + my $total = $dbh->selectrow_array('SELECT COUNT(*) FROM bugs_activity'); my $sth = $dbh->prepare("SELECT bug_id, who, bug_when, fieldid, oldvalue, newvalue FROM bugs_activity"); $sth->execute; my $i = 0; - my $total = $sth->rows; - while (my ($bug_id, $who, $bug_when, $fieldid, $oldvalue, $newvalue) + while (my ($bug_id, $who, $bug_when, $fieldid, $oldvalue, $newvalue) = $sth->fetchrow_array()) { $i++; @@ -2145,20 +2142,19 @@ sub _fix_group_with_empty_name { # group_$gid and add _<n> if necessary. my $trycount = 0; my $trygroupname; - my $trygroupsth = $dbh->prepare("SELECT id FROM groups where name = ?"); - do { + my $sth = $dbh->prepare("SELECT 1 FROM groups where name = ?"); + my $name_exists = 1; + + while ($name_exists) { $trygroupname = "group_$emptygroupid"; if ($trycount > 0) { $trygroupname .= "_$trycount"; } - $trygroupsth->execute($trygroupname); - if ($trygroupsth->rows > 0) { - $trycount ++; - } - } while ($trygroupsth->rows > 0); - my $sth = $dbh->prepare("UPDATE groups SET name = ? " . - "WHERE id = $emptygroupid"); - $sth->execute($trygroupname); + $name_exists = $dbh->selectrow_array($sth, undef, $trygroupname); + $trycount++; + } + $dbh->do("UPDATE groups SET name = ? WHERE id = ?", + undef, $trygroupname, $emptygroupid); print "Group $emptygroupid had an empty name; renamed as", " '$trygroupname'.\n"; } @@ -2215,10 +2211,10 @@ sub _migrate_email_prefs_to_new_table { $dbh->bz_start_transaction(); # Select all emailflags flag strings + my $total = $dbh->selectrow_array('SELECT COUNT(*) FROM profiles'); my $sth = $dbh->prepare("SELECT userid, emailflags FROM profiles"); $sth->execute(); my $i = 0; - my $total = $sth->rows; while (my ($userid, $flagstring) = $sth->fetchrow_array()) { $i++; @@ -2993,6 +2989,39 @@ sub _check_content_length { } } +sub _populate_bugs_fulltext { + my $dbh = Bugzilla->dbh; + my $fulltext = $dbh->selectrow_array('SELECT 1 FROM bugs_fulltext ' + . $dbh->sql_limit(1)); + # We only populate the table if it's empty... + if (!$fulltext) { + # ... and if there are bugs in the bugs table. + my $bug_ids = $dbh->selectcol_arrayref('SELECT bug_id FROM bugs'); + return if !@$bug_ids; + + print "Populating bugs_fulltext.short_desc...\n"; + $dbh->do('INSERT INTO bugs_fulltext (bug_id, short_desc) + SELECT bug_id, short_desc FROM bugs'); + print "Populating bugs_fulltext comments fields...\n"; + my $count = 1; + my $sth_all = $dbh->prepare('SELECT thetext FROM longdescs + WHERE bug_id = ?'); + my $sth_nopriv = $dbh->prepare('SELECT thetext FROM longdescs + WHERE bug_id = ? AND isprivate = 0'); + my $sth_update = $dbh->prepare( + 'UPDATE bugs_fulltext SET comments = ?, comments_noprivate = ? + WHERE bug_id = ?'); + foreach my $id (@$bug_ids) { + my $all = $dbh->selectcol_arrayref($sth_all, undef, $id); + my $nopriv = $dbh->selectcol_arrayref($sth_nopriv, undef, $id); + $sth_update->execute(join("\n", @$all), join("\n", @$nopriv), $id); + indicate_progress({ total => scalar @$bug_ids, every => 100, + current => $count++ }); + } + print "\n"; + } +} + 1; __END__ diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index a24dc28ca..c19cef403 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -117,8 +117,9 @@ sub FILESYSTEM { 'install-module.pl' => { perms => $owner_executable }, 'docs/makedocs.pl' => { perms => $owner_executable }, - 'docs/rel_notes.txt' => { perms => $ws_readable }, - 'docs/README.docs' => { perms => $owner_readable }, + 'docs/style.css' => { perms => $ws_readable }, + 'docs/*/rel_notes.txt' => { perms => $ws_readable }, + 'docs/*/README.docs' => { perms => $owner_readable }, "$datadir/bugzilla-update.xml" => { perms => $ws_writeable }, "$datadir/params" => { perms => $ws_writeable }, "$datadir/mailer.testfile" => { perms => $ws_writeable }, @@ -168,17 +169,17 @@ sub FILESYSTEM { dirs => $ws_dir_readable }, t => { files => $owner_readable, dirs => $owner_dir_readable }, - 'docs/html' => { files => $ws_readable, + 'docs/*/html' => { files => $ws_readable, dirs => $ws_dir_readable }, - 'docs/pdf' => { files => $ws_readable, + 'docs/*/pdf' => { files => $ws_readable, dirs => $ws_dir_readable }, - 'docs/txt' => { files => $ws_readable, + 'docs/*/txt' => { files => $ws_readable, dirs => $ws_dir_readable }, - 'docs/images' => { files => $ws_readable, + 'docs/*/images' => { files => $ws_readable, dirs => $ws_dir_readable }, 'docs/lib' => { files => $owner_readable, dirs => $owner_dir_readable }, - 'docs/xml' => { files => $owner_readable, + 'docs/*/xml' => { files => $owner_readable, dirs => $owner_dir_readable }, ); @@ -188,7 +189,6 @@ sub FILESYSTEM { # pointing at its default permissions. my %create_dirs = ( $datadir => $ws_dir_full_control, - "$datadir/mimedump-tmp" => $ws_dir_writeable, "$datadir/mining" => $ws_dir_readable, "$datadir/duplicates" => $ws_dir_readable, $attachdir => $ws_dir_writeable, @@ -201,9 +201,7 @@ sub FILESYSTEM { # The name of each file, pointing at its default permissions and # default contents. - my %create_files = ( - "$datadir/mail" => { perms => $ws_readable }, - ); + my %create_files = (); # Each standard stylesheet has an associated custom stylesheet that # we create. Also, we create placeholders for standard stylesheets diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 714bb3871..1ea2094b0 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -54,11 +54,14 @@ use Bugzilla::Constants; # 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 $perl_ver = sprintf('%vd', $^V); my @modules = ( { - package => 'CGI', + package => 'CGI.pm', module => 'CGI', - version => '2.93' + # Perl 5.10 requires CGI 3.33 due to a taint issue when + # uploading attachments, see bug 416382. + version => (vers_cmp($perl_ver, '5.10') > -1) ? '3.33' : '2.93' }, { package => 'TimeDate', @@ -86,7 +89,11 @@ sub REQUIRED_MODULES { version => ON_WINDOWS ? '2.16' : '2.00' }, { - # This will pull in Email::MIME for us, also. + package => 'Email-MIME', + module => 'Email::MIME', + version => '1.861' + }, + { package => 'Email-MIME-Modifier', module => 'Email::MIME::Modifier', version => 0 @@ -169,6 +176,12 @@ sub OPTIONAL_MODULES { version => 0, feature => 'LDAP Authentication' }, + { + package => 'SASL-Authen', + module => 'Authen::SASL', + version => 0, + feature => 'SMTP Authentication' + }, { package => 'RadiusPerl', module => 'Authen::Radius', @@ -216,16 +229,20 @@ sub OPTIONAL_MODULES { 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. - { - package => 'CGI', - module => 'CGI', - version => '3.11', - feature => 'mod_perl' - }, - ); + # If Perl 5.10 is installed, then CGI 3.33 is already required. So this + # check is only relevant with Perl 5.8.x. + my $perl_ver = sprintf('%vd', $^V); + if (vers_cmp($perl_ver, '5.10') < 0) { + push(@modules, { package => 'CGI.pm', + module => 'CGI', + version => '3.11', + feature => 'mod_perl' }); + } my $all_modules = _get_extension_requirements( 'OPTIONAL_MODULES', \@modules); @@ -305,6 +322,17 @@ sub _check_missing { return \@missing; } +# Returns the build ID of ActivePerl. If several versions of +# ActivePerl are installed, it won't be able to know which one +# you are currently running. But that's our best guess. +sub _get_activestate_build_id { + eval 'use Win32::TieRegistry'; + return 0 if $@; + my $key = Win32::TieRegistry->new('LMachine\Software\ActiveState\ActivePerl') + or return 0; + return $key->GetValue("CurrentVersion"); +} + sub print_module_instructions { my ($check_results, $output) = @_; @@ -312,18 +340,25 @@ sub print_module_instructions { 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 * + + print "\n* NOTE: You must run any commands listed below as " + . ROOT_USER . ".\n\n"; + + my $perl_ver = sprintf('%vd', $^V); + + # URL when running Perl 5.8.x. + my $url_to_theory58S = 'http://theoryx5.uwinnipeg.ca/ppms'; + my $repo_up_cmd = +'* *'; + # Packages for Perl 5.10 are not compatible with Perl 5.8. + if (vers_cmp($perl_ver, '5.10') > -1) { + $url_to_theory58S = 'http://cpan.uwinnipeg.ca/PPMPackages/10xx/'; + } + # ActivePerl older than revision 819 require an additional command. + if (_get_activestate_build_id() < 819) { + $repo_up_cmd = <<EOT; * * * Then you have to do (also as an Administrator): * * * @@ -331,6 +366,17 @@ sub print_module_instructions { * * * Do that last command over and over until you see "theory58S" at the * * top of the displayed list. * +EOT + } + 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 $url_to_theory58S +$repo_up_cmd *********************************************************************** EOT } diff --git a/Bugzilla/Install/Util.pm b/Bugzilla/Install/Util.pm index 67aeb4873..4c3754964 100644 --- a/Bugzilla/Install/Util.pm +++ b/Bugzilla/Install/Util.pm @@ -29,7 +29,7 @@ use strict; use Bugzilla::Constants; use File::Basename; -use POSIX (); +use POSIX qw(setlocale LC_CTYPE); use Safe; use base qw(Exporter); @@ -38,8 +38,10 @@ our @EXPORT_OK = qw( get_version_and_os indicate_progress install_string + include_languages template_include_path vers_cmp + get_console_locale ); sub bin_loc { @@ -122,7 +124,7 @@ sub install_string { return $string_template; } -sub template_include_path { +sub include_languages { my ($params) = @_; $params ||= {}; @@ -165,23 +167,17 @@ sub template_include_path { } } - # If we didn't want *any* of the languages we support, just use all - # of the languages we said we support, in the order they were specified. - # This is only done when you ask for a certain set of languages, because - # otherwise @supported just came off the disk in alphabetical order, - # and it could give you de (German) when you speak English. - # (If @supported came off the disk, we fall back on English if no language - # is available--that happens below.) - if (!@usedlanguages && $params->{use_languages}) { - @usedlanguages = @supported; - } - # We always include English at the bottom if it's not there, even if # somebody removed it from use_languages. if (!grep($_ eq 'en', @usedlanguages)) { push(@usedlanguages, 'en'); } + + return @usedlanguages; +} +sub template_include_path { + my @usedlanguages = include_languages(@_); # Now, we add template directories in the order they will be searched: # First, we add extension template directories, because extension templates @@ -304,6 +300,36 @@ sub _sort_accept_language { return map($_->{'language'}, (sort sortQvalue @qlanguages)); } +sub get_console_locale { + require Locale::Language; + my $locale = setlocale(LC_CTYPE); + my $language; + # Some distros set e.g. LC_CTYPE = fr_CH.UTF-8. We clean it up. + if ($locale =~ /^([^\.]+)/) { + $locale = $1; + } + $locale =~ s/_/-/; + # It's pretty sure that there is no language pack of the form fr-CH + # installed, so we also include fr as a wanted language. + if ($locale =~ /^(\S+)\-/) { + $language = $1; + $locale .= ",$language"; + } + else { + $language = $locale; + } + + # Some OSs or distributions may have setlocale return a string of the form + # German_Germany.1252 (this example taken from a Windows XP system), which + # is unsuitable for our needs because Bugzilla works on language codes. + # We try and convert them here. + if ($language = Locale::Language::language2code($language)) { + $locale .= ",$language"; + } + + return $locale; +} + # This is like request_cache, but it's used only by installation code # for setup.cgi and things like that. @@ -366,6 +392,11 @@ binary, if the binary is in the C<PATH>. Returns a hash containing information about what version of Bugzilla we're running, what perl version we're using, and what OS we're running on. +=item C<get_console_locale> + +Returns the language to use based on the LC_CTYPE value returned by the OS. +If LC_CTYPE is of the form fr-CH, then fr is appended to the list. + =item C<indicate_progress> =over @@ -491,6 +522,12 @@ Each extension has its own directory. Note that languages are sorted by the user's preference (as specified in their browser, usually), and extensions are sorted alphabetically. +=item C<include_languages> + +Used by L<Bugzilla::Template> to determine the languages' list which +are compiled with the browser's I<Accept-Language> and the languages +of installed templates. + =item C<vers_cmp> =over diff --git a/Bugzilla/Mailer.pm b/Bugzilla/Mailer.pm index 2702b8ff1..5c7a75450 100644 --- a/Bugzilla/Mailer.pm +++ b/Bugzilla/Mailer.pm @@ -57,18 +57,24 @@ sub MessageToMTA { return if $method eq 'None'; my $email = ref($msg) ? $msg : Email::MIME->new($msg); - foreach my $part ($email->parts) { - if (Bugzilla->params->{'utf8'}) { - $part->charset_set('UTF-8'); - # encoding_set works only with bytes, not with utf8 strings. - my $raw = $part->body_raw; - if (utf8::is_utf8($raw)) { - utf8::encode($raw); - $part->body_set($raw); + $email->walk_parts(sub { + my ($part) = @_; + return if $part->parts > 1; # Top-level + my $content_type = $part->content_type || ''; + if ($content_type !~ /;/) { + my $body = $part->body; + if (Bugzilla->params->{'utf8'}) { + $part->charset_set('UTF-8'); + # encoding_set works only with bytes, not with utf8 strings. + my $raw = $part->body_raw; + if (utf8::is_utf8($raw)) { + utf8::encode($raw); + $part->body_set($raw); + } } + $part->encoding_set('quoted-printable') if !is_7bit_clean($body); } - $part->encoding_set('quoted-printable') if !is_7bit_clean($part->body); - } + }); # MIME-Version must be set otherwise some mailsystems ignore the charset $email->header_set('MIME-Version', '1.0') if !$email->header('MIME-Version'); @@ -124,6 +130,8 @@ sub MessageToMTA { if ($method eq "SMTP") { push @args, Host => Bugzilla->params->{"smtpserver"}, + username => Bugzilla->params->{"smtp_username"}, + password => Bugzilla->params->{"smtp_password"}, Hello => $hostname, Debug => Bugzilla->params->{'smtp_debug'}; } @@ -131,7 +139,8 @@ sub MessageToMTA { if ($method eq "Test") { my $filename = bz_locations()->{'datadir'} . '/mailer.testfile'; open TESTFILE, '>>', $filename; - print TESTFILE "\n\n---\n\n" . $email->as_string; + # From - <date> is required to be a valid mbox file. + print TESTFILE "\n\nFrom - " . $email->header('Date') . "\n" . $email->as_string; close TESTFILE; } else { diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm index 23a88855f..d616bb2da 100644 --- a/Bugzilla/Object.pm +++ b/Bugzilla/Object.pm @@ -129,52 +129,46 @@ sub new_from_list { my $invocant = shift; my $class = ref($invocant) || $invocant; my ($id_list) = @_; - my $dbh = Bugzilla->dbh; - my $columns = join(',', $class->DB_COLUMNS); - my $table = $class->DB_TABLE; - my $order = $class->LIST_ORDER; my $id_field = $class->ID_FIELD; - my $objects; - if (@$id_list) { - my @detainted_ids; - foreach my $id (@$id_list) { - detaint_natural($id) || - ThrowCodeError('param_must_be_numeric', - {function => $class . '::new_from_list'}); - push(@detainted_ids, $id); - } - $objects = $dbh->selectall_arrayref( - "SELECT $columns FROM $table WHERE " - . $dbh->sql_in($id_field, \@detainted_ids) - . "ORDER BY $order", {Slice=>{}}); - } else { - return []; + my @detainted_ids; + foreach my $id (@$id_list) { + detaint_natural($id) || + ThrowCodeError('param_must_be_numeric', + {function => $class . '::new_from_list'}); + push(@detainted_ids, $id); } - - foreach my $object (@$objects) { - bless($object, $class); - } - return $objects; + # We don't do $invocant->match because some classes have + # their own implementation of match which is not compatible + # with this one. However, match() still needs to have the right $invocant + # in order to do $class->DB_TABLE and so on. + return match($invocant, { $id_field => \@detainted_ids }); } # Note: Future extensions to this could be: -# * Accept arrays for an IN clause # * Add a MATCH_JOIN constant so that we can join against # certain other tables for the WHERE criteria. sub match { my ($invocant, $criteria) = @_; my $class = ref($invocant) || $invocant; my $dbh = Bugzilla->dbh; - my $id = $class->ID_FIELD; - my $table = $class->DB_TABLE; return [$class->get_all] if !$criteria; my (@terms, @values); foreach my $field (keys %$criteria) { my $value = $criteria->{$field}; - if ($value eq NOT_NULL) { + if (ref $value eq 'ARRAY') { + # IN () is invalid SQL, and if we have an empty list + # to match against, we're just returning an empty + # array anyhow. + return [] if !scalar @$value; + + my @qmarks = ("?") x @$value; + push(@terms, $dbh->sql_in($field, \@qmarks)); + push(@values, @$value); + } + elsif ($value eq NOT_NULL) { push(@terms, "$field IS NOT NULL"); } elsif ($value eq IS_NULL) { @@ -187,11 +181,25 @@ sub match { } my $where = join(' AND ', @terms); - my $ids = $dbh->selectcol_arrayref( - "SELECT $id FROM $table WHERE $where", undef, @values) - || []; + return $class->_do_list_select($where, \@values); +} + +sub _do_list_select { + my ($class, $where, $values) = @_; + my $table = $class->DB_TABLE; + my $cols = join(',', $class->DB_COLUMNS); + my $order = $class->LIST_ORDER; + + my $sql = "SELECT $cols FROM $table"; + if (defined $where) { + $sql .= " WHERE $where "; + } + $sql .= " ORDER BY $order"; - return $class->new_from_list($ids); + my $dbh = Bugzilla->dbh; + my $objects = $dbh->selectall_arrayref($sql, {Slice=>{}}, @$values); + bless ($_, $class) foreach @$objects; + return $objects } ############################### @@ -349,16 +357,7 @@ sub insert_create_data { sub get_all { my $class = shift; - my $dbh = Bugzilla->dbh; - my $table = $class->DB_TABLE; - my $order = $class->LIST_ORDER; - my $id_field = $class->ID_FIELD; - - my $ids = $dbh->selectcol_arrayref(qq{ - SELECT $id_field FROM $table ORDER BY $order}); - - my $objects = $class->new_from_list($ids); - return @$objects; + return @{$class->_do_list_select()}; } ############################### diff --git a/Bugzilla/Product.pm b/Bugzilla/Product.pm index 45c489973..edc621f67 100644 --- a/Bugzilla/Product.pm +++ b/Bugzilla/Product.pm @@ -51,6 +51,32 @@ use constant DB_COLUMNS => qw( products.defaultmilestone ); +############################### +#### Constructors ##### +############################### + +# This is considerably faster than calling new_from_list three times +# for each product in the list, particularly with hundreds or thousands +# of products. +sub preload { + my ($products) = @_; + my %prods = map { $_->id => $_ } @$products; + my @prod_ids = keys %prods; + return unless @prod_ids; + + my $dbh = Bugzilla->dbh; + foreach my $field (qw(component version milestone)) { + my $classname = "Bugzilla::" . ucfirst($field); + my $objects = $classname->match({ product_id => \@prod_ids }); + + # Now populate the products with this set of objects. + foreach my $obj (@$objects) { + my $product_id = $obj->product_id; + $prods{$product_id}->{"${field}s"} ||= []; + push(@{$prods{$product_id}->{"${field}s"}}, $obj); + } + } +} ############################### #### Methods #### @@ -300,7 +326,7 @@ below. =over -=item C<components()> +=item C<components> Description: Returns an array of component objects belonging to the product. @@ -319,7 +345,7 @@ below. Returns: A hash with group id as key and hash containing a Bugzilla::Group object and the properties of group relative to the product. - + =item C<groups_mandatory_for> =over @@ -356,7 +382,7 @@ groups, in this product. =back -=item C<versions()> +=item C<versions> Description: Returns all valid versions for that product. @@ -364,7 +390,7 @@ groups, in this product. Returns: An array of Bugzilla::Version objects. -=item C<milestones()> +=item C<milestones> Description: Returns all valid milestones for that product. @@ -415,6 +441,15 @@ groups, in this product. =over +=item C<preload> + +When passed an arrayref of C<Bugzilla::Product> objects, preloads their +L</milestones>, L</components>, and L</versions>, which is much faster +than calling those accessors on every item in the array individually. + +This function is not exported, so must be called like +C<Bugzilla::Product::preload($products)>. + =item C<check_product($product_name)> Description: Checks if the product name was passed in and if is a valid diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 33cc1135e..d74f09474 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -27,6 +27,7 @@ # Max Kanat-Alexander <mkanat@bugzilla.org> # Joel Peshkin <bugreport@peshkin.net> # Lance Larsh <lance.larsh@oracle.com> +# Jesse Clark <jjclark1982@gmail.com> use strict; @@ -46,11 +47,6 @@ use Bugzilla::Keyword; use Date::Format; use Date::Parse; -# How much we should add to the relevance, for each word that matches -# in bugs.short_desc, during fulltext search. This is high because -# we want summary matches to be *very* relevant, by default. -use constant SUMMARY_RELEVANCE_FACTOR => 7; - # Some fields are not sorted on themselves, but on other fields. # We need to have a list of these fields and what they map to. # Each field points to an array that contains the fields mapped @@ -123,6 +119,9 @@ sub init { my @select_fields = Bugzilla->get_fields({ type => FIELD_TYPE_SINGLE_SELECT, obsolete => 0 }); + + my @multi_select_fields = Bugzilla->get_fields({ type => FIELD_TYPE_MULTI_SELECT, + obsolete => 0 }); foreach my $field (@select_fields) { my $name = $field->name; $special_order{"bugs.$name"} = [ "$name.sortkey", "$name.value" ], @@ -228,6 +227,7 @@ sub init { # Include custom select fields. push(@legal_fields, map { $_->name } @select_fields); + push(@legal_fields, map { $_->name } @multi_select_fields); foreach my $field ($params->param()) { if (lsearch(\@legal_fields, $field) != -1) { @@ -412,6 +412,8 @@ sub init { push(@specialchart, ['content', 'matches', $params->param('content')]); } + my $multi_fields = join('|', map($_->name, @multi_select_fields)); + my $chartid; my $sequence = 0; # $type_id is used by the code that queries for attachment flags. @@ -451,8 +453,8 @@ sub init { "^cc,(?:notequals),(%\\w+%)" => \&_cc_notequals, "^cc,(?!changed)" => \&_cc_nonchanged, "^long_?desc,changedby" => \&_long_desc_changedby, - "^long_?desc,changedbefore" => \&_long_desc_changedbefore, - "^long_?desc,changedafter" => \&_long_desc_changedafter, + "^long_?desc,changedbefore" => \&_long_desc_changedbefore_after, + "^long_?desc,changedafter" => \&_long_desc_changedbefore_after, "^content,matches" => \&_content_matches, "^content," => sub { ThrowUserError("search_content_without_matches"); }, "^(?:deadline|creation_ts|delta_ts),(?:lessthan|greaterthan|equals|notequals),(?:-|\\+)?(?:\\d+)(?:[dDwWmMyY])\$" => \&_timestamp_compare, @@ -461,8 +463,8 @@ sub init { "^long_?desc," => \&_long_desc, "^longdescs\.isprivate," => \&_longdescs_isprivate, "^work_time,changedby" => \&_work_time_changedby, - "^work_time,changedbefore" => \&_work_time_changedbefore, - "^work_time,changedafter" => \&_work_time_changedafter, + "^work_time,changedbefore" => \&_work_time_changedbefore_after, + "^work_time,changedafter" => \&_work_time_changedbefore_after, "^work_time," => \&_work_time, "^percentage_complete," => \&_percentage_complete, "^bug_group,(?!changed)" => \&_bug_group_nonchanged, @@ -482,6 +484,9 @@ sub init { "^blocked,(?!changed)" => \&_blocked_nonchanged, "^alias,(?!changed)" => \&_alias_nonchanged, "^owner_idle_time,(greaterthan|lessthan)" => \&_owner_idle_time_greater_less, + "^($multi_fields),(?:notequals|notregexp|notsubstring|nowords|nowordssubstr)" => \&_multiselect_negative, + "^($multi_fields),(?:allwords|allwordssubstr|anyexact)" => \&_multiselect_multiple, + "^($multi_fields),(?!changed)" => \&_multiselect_nonchanged, ",equals" => \&_equals, ",notequals" => \&_notequals, ",casesubstring" => \&_casesubstring, @@ -1011,21 +1016,6 @@ sub BuildOrderBy { push(@$stringlist, trim($orderfield . ' ' . $orderdirection)); } -# This is a helper for fulltext search -sub _split_words_into_like { - my ($field, $text) = @_; - my $dbh = Bugzilla->dbh; - # This code is very similar to Bugzilla::DB::sql_fulltext_search, - # so you can look there if you'd like an explanation of what it's - # doing. - my $lower_text = lc($text); - my @words = split(/\s+/, $lower_text); - @words = map($dbh->quote("%$_%"), @words); - map(trick_taint($_), @words); - @words = map($dbh->sql_istrcmp($field, $_, 'LIKE'), @words); - return @words; -} - ##################################################################### # Search Functions ##################################################################### @@ -1212,30 +1202,20 @@ sub _long_desc_changedby { $$term = "$table.who = $id"; } -sub _long_desc_changedbefore { +sub _long_desc_changedbefore_after { my $self = shift; my %func_args = @_; - my ($chartid, $supptables, $term, $v) = - @func_args{qw(chartid supptables term v)}; - my $dbh = Bugzilla->dbh; - - my $table = "longdescs_$$chartid"; - push(@$supptables, "LEFT JOIN longdescs AS $table " . - "ON $table.bug_id = bugs.bug_id"); - $$term = "$table.bug_when < " . $dbh->quote(SqlifyDate($$v)); -} - -sub _long_desc_changedafter { - my $self = shift; - my %func_args = @_; - my ($chartid, $supptables, $term, $v) = - @func_args{qw(chartid supptables term v)}; + my ($chartid, $t, $v, $supptables, $term) = + @func_args{qw(chartid t v supptables term)}; my $dbh = Bugzilla->dbh; + my $operator = ($$t =~ /before/) ? '<' : '>'; my $table = "longdescs_$$chartid"; push(@$supptables, "LEFT JOIN longdescs AS $table " . - "ON $table.bug_id = bugs.bug_id"); - $$term = "$table.bug_when > " . $dbh->quote(SqlifyDate($$v)); + "ON $table.bug_id = bugs.bug_id " . + "AND $table.bug_when $operator " . + $dbh->quote(SqlifyDate($$v)) ); + $$term = "($table.bug_when IS NOT NULL)"; } sub _content_matches { @@ -1252,44 +1232,24 @@ sub _content_matches { # accept the "matches" operator, which is specific to full-text # index searches. - # Add the longdescs table to the query so we can search comments. - my $table = "longdescs_$$chartid"; - my $extra = ""; - if (Bugzilla->params->{"insidergroup"} - && !Bugzilla->user->in_group(Bugzilla->params->{"insidergroup"})) - { - $extra = "AND $table.isprivate < 1"; - } - push(@$supptables, "LEFT JOIN longdescs AS $table " . - "ON bugs.bug_id = $table.bug_id $extra"); - + # Add the fulltext table to the query so we can search on it. + my $table = "bugs_fulltext_$$chartid"; + my $comments_col = "comments"; + $comments_col = "comments_noprivate" unless $self->{'user'}->is_insider; + push(@$supptables, "LEFT JOIN bugs_fulltext AS $table " . + "ON bugs.bug_id = $table.bug_id"); + # Create search terms to add to the SELECT and WHERE clauses. - # $term1 searches comments. - my $term1 = $dbh->sql_fulltext_search("${table}.thetext", $$v); - - # short_desc searching for the WHERE clause - my @words = _split_words_into_like('bugs.short_desc', $$v); - my $term2_where = join(' OR ', @words); - - # short_desc relevance - my $factor = SUMMARY_RELEVANCE_FACTOR; - my @s_words = map("CASE WHEN $_ THEN $factor ELSE 0 END", @words); - my $term2_select = join(' + ', @s_words); - + my $term1 = $dbh->sql_fulltext_search("$table.$comments_col", $$v); + my $term2 = $dbh->sql_fulltext_search("$table.short_desc", $$v); + # The term to use in the WHERE clause. - $$term = "$term1 > 0 OR ($term2_where)"; - + $$term = "$term1 > 0 OR $term2 > 0"; + # In order to sort by relevance (in case the user requests it), # we SELECT the relevance value and give it an alias so we can # add it to the SORT BY clause when we build it in buglist.cgi. - # - # Note: We should be calculating the relevance based on all - # comments for a bug, not just matching comments, but that's hard - # (see http://bugzilla.mozilla.org/show_bug.cgi?id=145588#c35). - my $select_term = "(SUM($term1) + $term2_select) AS relevance"; - - # add the column not used in aggregate function explicitly - push(@$groupby, 'bugs.short_desc'); + my $select_term = "($term1 + $term2) AS relevance"; # Users can specify to display the relevance field, in which case # it'll show up in the list of fields being selected, and we need @@ -1419,32 +1379,21 @@ sub _work_time_changedby { $$term .= ") AND ($table.work_time <> 0))"; } -sub _work_time_changedbefore { - my $self = shift; - my %func_args = @_; - my ($chartid, $supptables, $v, $term) = - @func_args{qw(chartid supptables v term)}; - my $dbh = Bugzilla->dbh; - - my $table = "longdescs_$$chartid"; - push(@$supptables, "LEFT JOIN longdescs AS $table " . - "ON $table.bug_id = bugs.bug_id"); - $$term = "(($table.bug_when < " . $dbh->quote(SqlifyDate($$v)); - $$term .= ") AND ($table.work_time <> 0))"; -} - -sub _work_time_changedafter { +sub _work_time_changedbefore_after { my $self = shift; my %func_args = @_; - my ($chartid, $supptables, $v, $term) = - @func_args{qw(chartid supptables v term)}; + my ($chartid, $t, $v, $supptables, $term) = + @func_args{qw(chartid t v supptables term)}; my $dbh = Bugzilla->dbh; + my $operator = ($$t =~ /before/) ? '<' : '>'; my $table = "longdescs_$$chartid"; push(@$supptables, "LEFT JOIN longdescs AS $table " . - "ON $table.bug_id = bugs.bug_id"); - $$term = "(($table.bug_when > " . $dbh->quote(SqlifyDate($$v)); - $$term .= ") AND ($table.work_time <> 0))"; + "ON $table.bug_id = bugs.bug_id " . + "AND $table.work_time <> 0 " . + "AND $table.bug_when $operator " . + $dbh->quote(SqlifyDate($$v)) ); + $$term = "($table.bug_when IS NOT NULL)"; } sub _work_time { @@ -1762,7 +1711,7 @@ sub _keywords_nonchanged { my $self = shift; my %func_args = @_; my ($chartid, $v, $ff, $f, $t, $term, $supptables) = - @func_args{qw(chartid v ff f t term)}; + @func_args{qw(chartid v ff f t term supptables)}; my @list; my $table = "keywords_$$chartid"; @@ -1881,6 +1830,64 @@ sub _owner_idle_time_greater_less { $$term = "0=0"; } +sub _multiselect_negative { + my $self = shift; + my %func_args = @_; + my ($f, $ff, $t, $funcsbykey, $term) = @func_args{qw(f ff t funcsbykey term)}; + + my %map = ( + notequals => 'equals', + notregexp => 'regexp', + notsubstring => 'substring', + nowords => 'anywords', + nowordssubstr => 'anywordssubstr', + ); + + my $table = "bug_$$f"; + $$ff = "$table.value"; + + $$funcsbykey{",".$map{$$t}}($self, %func_args); + $$term = "bugs.bug_id NOT IN (SELECT bug_id FROM $table WHERE $$term)"; +} + +sub _multiselect_multiple { + my $self = shift; + my %func_args = @_; + my ($f, $ff, $t, $v, $funcsbykey, $term) = @func_args{qw(f ff t v funcsbykey term)}; + + my @terms; + my $table = "bug_$$f"; + $$ff = "$table.value"; + + foreach my $word (split(/[\s,]+/, $$v)) { + $$v = $word; + $$funcsbykey{",".$$t}($self, %func_args); + push(@terms, "bugs.bug_id IN + (SELECT bug_id FROM $table WHERE $$term)"); + } + + if ($$t eq 'anyexact') { + $$term = "(" . join(" OR ", @terms) . ")"; + } + else { + $$term = "(" . join(" AND ", @terms) . ")"; + } +} + +sub _multiselect_nonchanged { + my $self = shift; + my %func_args = @_; + my ($chartid, $f, $ff, $t, $funcsbykey, $supptables) = + @func_args{qw(chartid f ff t funcsbykey supptables)}; + + my $table = $$f."_".$$chartid; + $$ff = "$table.value"; + + $$funcsbykey{",$$t"}($self, %func_args); + push(@$supptables, "LEFT JOIN bug_$$f AS $table " . + "ON $table.bug_id = bugs.bug_id "); +} + sub _equals { my $self = shift; my %func_args = @_; @@ -1966,7 +1973,7 @@ sub _anyexact { my @list; foreach my $w (split(/,/, $$v)) { - if ($w eq "---" && $$f !~ /resolution/) { + if ($w eq "---" && $$f =~ /resolution/) { $w = ""; } $$q = $dbh->quote($w); diff --git a/Bugzilla/Search/CVS/Entries b/Bugzilla/Search/CVS/Entries index dd465ff55..e11299334 100644 --- a/Bugzilla/Search/CVS/Entries +++ b/Bugzilla/Search/CVS/Entries @@ -1,3 +1,3 @@ -/Quicksearch.pm/1.20/Sat Jan 5 14:16:29 2008//TBUGZILLA-3_1_3 -/Saved.pm/1.6/Sun Nov 18 20:20:54 2007//TBUGZILLA-3_1_3 +/Quicksearch.pm/1.20/Sat Jan 5 14:16:29 2008//TBUGZILLA-3_1_4 +/Saved.pm/1.6/Sun Nov 18 20:20:54 2007//TBUGZILLA-3_1_4 D diff --git a/Bugzilla/Search/CVS/Tag b/Bugzilla/Search/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/Search/CVS/Tag +++ b/Bugzilla/Search/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/Status.pm b/Bugzilla/Status.pm index 5573fa836..f8b77331c 100644 --- a/Bugzilla/Status.pm +++ b/Bugzilla/Status.pm @@ -95,7 +95,8 @@ sub can_change_to { INNER JOIN bug_status ON id = new_status WHERE isactive = 1 - AND old_status $cond", + AND old_status $cond + ORDER BY sortkey", undef, @args); # Allow the bug status to remain unchanged. @@ -106,24 +107,6 @@ sub can_change_to { return $self->{'can_change_to'}; } -sub allow_change_from { - my ($self, $old_status, $product) = @_; - - # Always allow transitions from a status to itself. - return 1 if ($old_status && $old_status->id == $self->id); - - if ($self->name eq 'UNCONFIRMED' && !$product->votes_to_confirm) { - # UNCONFIRMED is an invalid status transition if votes_to_confirm is 0 - # in this product. - return 0; - } - - my ($cond, $values) = $self->_status_condition($old_status); - my ($transition_allowed) = Bugzilla->dbh->selectrow_array( - "SELECT 1 FROM status_workflow WHERE $cond", undef, @$values); - return $transition_allowed ? 1 : 0; -} - sub can_change_from { my $self = shift; my $dbh = Bugzilla->dbh; @@ -259,37 +242,6 @@ below. Returns: A list of Bugzilla::Status objects. -=item C<allow_change_from> - -=over - -=item B<Description> - -Tells you whether or not a change to this status from another status is -allowed. - -=item B<Params> - -=over - -=item C<$old_status> - The Bugzilla::Status you're changing from. - -=item C<$product> - A L<Bugzilla::Product> representing the product of -the bug you're changing. Needed to check product-specific workflow -issues (such as whether or not the C<UNCONFIRMED> status is enabled -in this product). - -=back - -=item B<Returns> - -C<1> if you are allowed to change to this status from that status, or -C<0> if you aren't allowed. - -Note that changing from a status to itself is always allowed. - -=back - =item C<comment_required_on_change_from> =over diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 8c3c014fc..8a322fae5 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -36,11 +36,12 @@ use strict; use Bugzilla::Constants; use Bugzilla::Install::Requirements; -use Bugzilla::Install::Util qw(install_string template_include_path); +use Bugzilla::Install::Util qw(install_string template_include_path include_languages); use Bugzilla::Util; use Bugzilla::User; use Bugzilla::Error; use Bugzilla::Status; +use Bugzilla::Template::Parser; use Cwd qw(abs_path); use MIME::Base64; @@ -54,6 +55,28 @@ use IO::Dir; use base qw(Template); +# As per the Template::Base documentation, the _init() method is being called +# by the new() constructor. We take advantage of this in order to plug our +# UTF-8-aware Parser object in neatly after the original _init() method has +# happened, in particular, after having set up the constants namespace. +# See bug 413121 for details. +sub _init { + my $self = shift; + my $config = $_[0]; + + $self->SUPER::_init(@_) || return undef; + + $self->{PARSER} = $config->{PARSER} + = new Bugzilla::Template::Parser($config); + + # Now we need to re-create the default Service object, making it aware + # of our Parser object. + $self->{SERVICE} = $config->{SERVICE} + = Template::Config->service($config); + + return $self; +} + # Convert the constants in the Bugzilla::Constants module into a hash we can # pass to the template object for reflection into its "constants" namespace # (which is like its "variables" namespace, but for constants). To do so, we @@ -307,14 +330,14 @@ sub get_bug_link { # if we don't change them below (which is highly likely). my ($pre, $title, $post) = ("", "", ""); - $title = $bug_state; + $title = get_text('get_status', {status => $bug_state}); if ($bug_state eq 'UNCONFIRMED') { $pre = "<i>"; $post = "</i>"; } elsif (!is_open_state($bug_state)) { $pre = '<span class="bz_closed">'; - $title .= " $bug_res"; + $title .= ' ' . get_text('get_resolution', {resolution => $bug_res}); $post = '</span>'; } if (Bugzilla->user->can_see_bug($bug_num)) { @@ -706,6 +729,14 @@ sub create { # Allow templates to access the "corect" URLBase value 'urlbase' => sub { return Bugzilla::Util::correct_urlbase(); }, + # Allow templates to access docs url with users' preferred language + 'docs_urlbase' => sub { + my ($language) = include_languages(); + my $docs_urlbase = Bugzilla->params->{'docs_urlbase'}; + $docs_urlbase =~ s/\%lang\%/$language/; + return $docs_urlbase; + }, + # These don't work as normal constants. DB_MODULE => \&Bugzilla::Constants::DB_MODULE, REQUIRED_MODULES => @@ -803,6 +834,9 @@ sub precompile_templates { # If anything created a Template object before now, clear it out. delete Bugzilla->request_cache->{template}; + # This is the single variable used to precompile templates, + # which needs to be cleared as well. + delete Bugzilla->request_cache->{template_include_path_}; print install_string('done') . "\n" if $output; } diff --git a/Bugzilla/Template/CVS/Entries b/Bugzilla/Template/CVS/Entries index 78d1dc1d7..92b6b959e 100644 --- a/Bugzilla/Template/CVS/Entries +++ b/Bugzilla/Template/CVS/Entries @@ -1 +1,2 @@ +/Parser.pm/1.1/Wed Feb 13 22:40:10 2008//TBUGZILLA-3_1_4 D/Plugin//// diff --git a/Bugzilla/Template/CVS/Tag b/Bugzilla/Template/CVS/Tag index 0ca7715dc..3dd879c04 100644 --- a/Bugzilla/Template/CVS/Tag +++ b/Bugzilla/Template/CVS/Tag @@ -1 +1 @@ -TBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/Template/Parser.pm b/Bugzilla/Template/Parser.pm new file mode 100755 index 000000000..0965e078e --- /dev/null +++ b/Bugzilla/Template/Parser.pm @@ -0,0 +1,66 @@ +# -*- 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 Marc Schumann. +# Portions created by Marc Schumann are Copyright (C) 2008 Marc Schumann. +# All Rights Reserved. +# +# Contributor(s): Marc Schumann <wurblzap@gmail.com> + + +package Bugzilla::Template::Parser; + +use strict; + +use base qw(Template::Parser); + +sub parse { + my ($self, $text, @params) = @_; + if (Bugzilla->params->{'utf8'}) { + utf8::is_utf8($text) || utf8::decode($text); + } + return $self->SUPER::parse($text, @params); +} + +1; + +__END__ + +=head1 NAME + +Bugzilla::Template::Parser - Wrapper around the Template Toolkit +C<Template::Parser> object + +=head1 DESCRIPTION + +This wrapper makes the Template Toolkit aware of UTF-8 templates. + +=head1 SUBROUTINES + +=over + +=item C<parse($options)> + +Description: Parses template text using Template::Parser::parse(), +converting the text to UTF-8 encoding before, if necessary. + +Params: C<$text> - Text to pass to Template::Parser::parse(). + +Returns: Parsed text as returned by Template::Parser::parse(). + +=back + +=head1 SEE ALSO + +L<Template> diff --git a/Bugzilla/Template/Plugin/CVS/Entries b/Bugzilla/Template/Plugin/CVS/Entries index 105b48e2d..a1ea2e364 100644 --- a/Bugzilla/Template/Plugin/CVS/Entries +++ b/Bugzilla/Template/Plugin/CVS/Entries @@ -1,4 +1,4 @@ -/Bugzilla.pm/1.2/Fri Feb 7 07:19:15 2003//TBUGZILLA-3_1_3 -/Hook.pm/1.9/Tue Aug 21 20:47:53 2007//TBUGZILLA-3_1_3 -/User.pm/1.1/Wed Aug 4 18:08:21 2004//TBUGZILLA-3_1_3 +/Bugzilla.pm/1.2/Fri Feb 7 07:19:15 2003//TBUGZILLA-3_1_4 +/Hook.pm/1.9/Tue Aug 21 20:47:53 2007//TBUGZILLA-3_1_4 +/User.pm/1.1/Wed Aug 4 18:08:21 2004//TBUGZILLA-3_1_4 D diff --git a/Bugzilla/Template/Plugin/CVS/Tag b/Bugzilla/Template/Plugin/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/Template/Plugin/CVS/Tag +++ b/Bugzilla/Template/Plugin/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/Token.pm b/Bugzilla/Token.pm index 2f911fca1..157cc0622 100644 --- a/Bugzilla/Token.pm +++ b/Bugzilla/Token.pm @@ -34,6 +34,7 @@ use Bugzilla::Constants; use Bugzilla::Error; use Bugzilla::Mailer; use Bugzilla::Util; +use Bugzilla::User; use Date::Format; use Date::Parse; @@ -80,20 +81,24 @@ sub issue_new_user_account_token { $template->process('account/email/request-new.txt.tmpl', $vars, \$message) || ThrowTemplateError($template->error()); + # In 99% of cases, the user getting the confirmation email is the same one + # who made the request, and so it is reasonable to send the email in the same + # language used to view the "Create a New Account" page (we cannot use his + # user prefs as the user has no account yet!). MessageToMTA($message); } sub IssueEmailChangeToken { - my ($userid, $old_email, $new_email) = @_; + my ($user, $old_email, $new_email) = @_; my $email_suffix = Bugzilla->params->{'emailsuffix'}; - my ($token, $token_ts) = _create_token($userid, 'emailold', $old_email . ":" . $new_email); + my ($token, $token_ts) = _create_token($user->id, 'emailold', $old_email . ":" . $new_email); - my $newtoken = _create_token($userid, 'emailnew', $old_email . ":" . $new_email); + my $newtoken = _create_token($user->id, 'emailnew', $old_email . ":" . $new_email); # Mail the user the token along with instructions for using it. - my $template = Bugzilla->template; + my $template = Bugzilla->template_inner($user->settings->{'lang'}->{'value'}); my $vars = {}; $vars->{'oldemailaddress'} = $old_email . $email_suffix; @@ -118,38 +123,34 @@ sub IssueEmailChangeToken { $template->process("account/email/change-new.txt.tmpl", $vars, \$message) || ThrowTemplateError($template->error()); + Bugzilla->template_inner(""); MessageToMTA($message); } # Generates a random token, adds it to the tokens table, and sends it # to the user with instructions for using it to change their password. sub IssuePasswordToken { - my $loginname = shift; + my $user = shift; my $dbh = Bugzilla->dbh; - my $template = Bugzilla->template; - my $vars = {}; - # Retrieve the user's ID from the database. - trick_taint($loginname); - my ($userid, $too_soon) = - $dbh->selectrow_array('SELECT profiles.userid, tokens.issuedate - FROM profiles - LEFT JOIN tokens - ON tokens.userid = profiles.userid - AND tokens.tokentype = ? - AND tokens.issuedate > NOW() - ' . - $dbh->sql_interval(10, 'MINUTE') . ' - WHERE ' . $dbh->sql_istrcmp('login_name', '?'), - undef, ('password', $loginname)); + my $too_soon = + $dbh->selectrow_array('SELECT 1 FROM tokens + WHERE userid = ? + AND tokentype = ? + AND issuedate > NOW() - ' . + $dbh->sql_interval(10, 'MINUTE'), + undef, ($user->id, 'password')); ThrowUserError('too_soon_for_new_token', {'type' => 'password'}) if $too_soon; - my ($token, $token_ts) = _create_token($userid, 'password', $::ENV{'REMOTE_ADDR'}); + my ($token, $token_ts) = _create_token($user->id, 'password', $::ENV{'REMOTE_ADDR'}); # Mail the user the token along with instructions for using it. - $vars->{'token'} = $token; - $vars->{'emailaddress'} = $loginname . Bugzilla->params->{'emailsuffix'}; + my $template = Bugzilla->template_inner($user->settings->{'lang'}->{'value'}); + my $vars = {}; + $vars->{'token'} = $token; + $vars->{'emailaddress'} = $user->email; $vars->{'max_token_age'} = MAX_TOKEN_AGE; $vars->{'token_ts'} = $token_ts; @@ -158,6 +159,7 @@ sub IssuePasswordToken { $vars, \$message) || ThrowTemplateError($template->error()); + Bugzilla->template_inner(""); MessageToMTA($message); } @@ -205,31 +207,28 @@ sub GenerateUniqueToken { return $token; } -# Cancels a previously issued token and notifies the system administrator. +# Cancels a previously issued token and notifies the user. # This should only happen when the user accidentally makes a token request # or when a malicious hacker makes a token request on behalf of a user. sub Cancel { my ($token, $cancelaction, $vars) = @_; my $dbh = Bugzilla->dbh; - my $template = Bugzilla->template; $vars ||= {}; # Get information about the token being canceled. trick_taint($token); - my ($issuedate, $tokentype, $eventdata, $loginname) = + my ($issuedate, $tokentype, $eventdata, $userid) = $dbh->selectrow_array('SELECT ' . $dbh->sql_date_format('issuedate') . ', - tokentype, eventdata, login_name + tokentype, eventdata, userid FROM tokens - LEFT JOIN profiles - ON tokens.userid = profiles.userid WHERE token = ?', undef, $token); - # If we are cancelling the creation of a new user account, then there + # If we are canceling the creation of a new user account, then there # is no entry in the 'profiles' table. - $loginname ||= $eventdata; - $vars->{'emailaddress'} = $loginname . Bugzilla->params->{'emailsuffix'}; - $vars->{'maintainer'} = Bugzilla->params->{'maintainer'}; + my $user = new Bugzilla::User($userid); + + $vars->{'emailaddress'} = $userid ? $user->email : $eventdata; $vars->{'remoteaddress'} = $::ENV{'REMOTE_ADDR'}; $vars->{'token'} = $token; $vars->{'tokentype'} = $tokentype; @@ -238,11 +237,13 @@ sub Cancel { $vars->{'cancelaction'} = $cancelaction; # Notify the user via email about the cancellation. + my $template = Bugzilla->template_inner($user->settings->{'lang'}->{'value'}); my $message; $template->process("account/cancel-token.txt.tmpl", $vars, \$message) || ThrowTemplateError($template->error()); + Bugzilla->template_inner(""); MessageToMTA($message); # Delete the token from the database. @@ -391,8 +392,8 @@ Bugzilla::Token - Provides different routines to manage tokens. 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::IssueEmailChangeToken($user, $old_email, $new_email); + Bugzilla::Token::IssuePasswordToken($user); Bugzilla::Token::DeletePasswordTokens($user_id, $reason); Bugzilla::Token::Cancel($token, $cancelaction, $vars); @@ -422,26 +423,26 @@ Bugzilla::Token - Provides different routines to manage tokens. 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)> +=item C<sub IssueEmailChangeToken($user, $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. + user. 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. + Params: $user - User object of the user 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)> +=item C<IssuePasswordToken($user)> - Description: Sends a token per email to the given login name. This token + Description: Sends a token per email to the given user. 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. + Params: $user - User object 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. diff --git a/Bugzilla/Update.pm b/Bugzilla/Update.pm index e9da91afb..d3f780570 100644 --- a/Bugzilla/Update.pm +++ b/Bugzilla/Update.pm @@ -40,20 +40,9 @@ sub get_notifications { if (!-e $local_file || (time() - (stat($local_file))[9] > TIME_INTERVAL)) { # Are we sure we didn't try to refresh this file already # but we failed because we cannot modify its timestamp? - my $can_alter = 1; - if (-e $local_file) { - # Try to alter its last modification time. We first save the - # access and modification times of the file to restore them - # right after our test. - my $atime = (stat($local_file))[8]; - my $mtime = (stat($local_file))[9]; - $can_alter = utime(undef, undef, $local_file); - # Restore the access and modification times to their - # original values, else LWP::UserAgent will never see the - # updated file on the server as newer than our local one. - utime($atime, $mtime, $local_file); - } + my $can_alter = (-e $local_file) ? utime(undef, undef, $local_file) : 1; if ($can_alter) { + unlink $local_file; # Make sure the old copy is away. my $error = _synchronize_data(); # If an error is returned, leave now. return $error if $error; @@ -156,8 +145,6 @@ sub _synchronize_data { else { $ua->env_proxy; } - # Download the file from the server if its modification time is newer - # than the local one. $ua->mirror(REMOTE_FILE, $local_file); # $ua->mirror() forces the modification time of the local XML file diff --git a/Bugzilla/User/CVS/Entries b/Bugzilla/User/CVS/Entries index 2fc220be2..02227db4c 100644 --- a/Bugzilla/User/CVS/Entries +++ b/Bugzilla/User/CVS/Entries @@ -1,2 +1,2 @@ -/Setting.pm/1.12/Thu Dec 13 02:44:18 2007//TBUGZILLA-3_1_3 +/Setting.pm/1.12/Thu Dec 13 02:44:18 2007//TBUGZILLA-3_1_4 D/Setting//// diff --git a/Bugzilla/User/CVS/Tag b/Bugzilla/User/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/User/CVS/Tag +++ b/Bugzilla/User/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/User/Setting/CVS/Entries b/Bugzilla/User/Setting/CVS/Entries index dd1426619..082e59141 100644 --- a/Bugzilla/User/Setting/CVS/Entries +++ b/Bugzilla/User/Setting/CVS/Entries @@ -1,3 +1,3 @@ -/Lang.pm/1.1/Tue Aug 21 20:47:54 2007//TBUGZILLA-3_1_3 -/Skin.pm/1.4/Tue Aug 14 21:54:34 2007//TBUGZILLA-3_1_3 +/Lang.pm/1.1/Tue Aug 21 20:47:54 2007//TBUGZILLA-3_1_4 +/Skin.pm/1.4/Tue Aug 14 21:54:34 2007//TBUGZILLA-3_1_4 D diff --git a/Bugzilla/User/Setting/CVS/Tag b/Bugzilla/User/Setting/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/User/Setting/CVS/Tag +++ b/Bugzilla/User/Setting/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index 1471295fc..e7a76e21d 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -44,7 +44,7 @@ use base qw(Exporter); file_mod_time is_7bit_clean bz_crypt generate_random_password validate_email_syntax clean_text - get_text); + get_text disable_utf8); use Bugzilla::Constants; @@ -312,6 +312,11 @@ sub wrap_comment { $wrappedcomment .= ($line . "\n"); } else { + # Due to a segfault in Text::Tabs::expand() when processing tabs with + # Unicode (see http://rt.perl.org/rt3/Public/Bug/Display.html?id=52104), + # we have to remove tabs before processing the comment. This restriction + # can go away when we require Perl 5.8.9 or newer. + $line =~ s/\t/ /g; $wrappedcomment .= (wrap('', '', $line) . "\n"); } } @@ -529,6 +534,12 @@ sub get_netaddr { return join(".", unpack("CCCC", pack("N", $addr))); } +sub disable_utf8 { + if (Bugzilla->params->{'utf8'}) { + binmode STDOUT, ':raw'; # Turn off UTF8 encoding. + } +} + 1; __END__ @@ -776,6 +787,10 @@ The search starts at $maxpos and goes back to the beginning of the string. Returns true is the string contains only 7-bit characters (ASCII 32 through 126, ASCII 10 (LineFeed) and ASCII 13 (Carrage Return). +=item C<disable_utf8()> + +Disable utf8 on STDOUT (and display raw data instead). + =item C<clean_text($str)> Returns the parameter "cleaned" by exchanging non-printable characters with spaces. Specifically characters (ASCII 0 through 31) and (ASCII 127) will become ASCII 32 (Space). diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm index dddc87a15..94dbb6217 100755 --- a/Bugzilla/WebService.pm +++ b/Bugzilla/WebService.pm @@ -42,16 +42,39 @@ sub datetime_format { } sub handle_login { - my ($self, $module, $method) = @_; - my $exempt = LOGIN_EXEMPT->{$module}; - return if $exempt && grep { $_ eq $method } @$exempt; + my ($classes, $action, $uri, $method) = @_; + + my $class = $classes->{$uri}; + eval "require $class"; + + return if $class->login_exempt($method); Bugzilla->login; + + return; } -package Bugzilla::WebService::XMLRPC::Transport::HTTP::CGI; +# For some methods, we shouldn't call Bugzilla->login before we call them +use constant LOGIN_EXEMPT => { }; + +sub login_exempt { + my ($class, $method) = @_; + return $class->LOGIN_EXEMPT->{$method}; +} + +1; + +package Bugzilla::WebService::XMLRPC::Transport::HTTP::CGI; use strict; -eval 'use base qw(XMLRPC::Transport::HTTP::CGI)'; +eval { require XMLRPC::Transport::HTTP; }; +our @ISA = qw(XMLRPC::Transport::HTTP::CGI); + +sub initialize { + my $self = shift; + my %retval = $self->SUPER::initialize(@_); + $retval{'serializer'} = Bugzilla::WebService::XMLRPC::Serializer->new; + return %retval; +} sub make_response { my $self = shift; @@ -67,6 +90,40 @@ sub make_response { 1; +# This package exists to fix a UTF-8 bug in SOAP::Lite. +# See http://rt.cpan.org/Public/Bug/Display.html?id=32952. +package Bugzilla::WebService::XMLRPC::Serializer; +use strict; +# We can't use "use base" because XMLRPC::Serializer doesn't return +# a true value. +eval { require XMLRPC::Lite; }; +our @ISA = qw(XMLRPC::Serializer); + +sub new { + my $class = shift; + my $self = $class->SUPER::new(@_); + # This fixes UTF-8. + $self->{'_typelookup'}->{'base64'} = + [10, sub { !utf8::is_utf8($_[0]) && $_[0] =~ /[^\x09\x0a\x0d\x20-\x7f]/}, + 'as_base64']; + # This makes arrays work right even though we're a subclass. + # (See http://rt.cpan.org//Ticket/Display.html?id=34514) + $self->{'_encodingStyle'} = ''; + return $self; +} + +sub as_string { + my $self = shift; + my ($value) = @_; + # Something weird happens with XML::Parser when we have upper-ASCII + # characters encoded as UTF-8, and this fixes it. + utf8::encode($value) if utf8::is_utf8($value) + && $value =~ /^[\x00-\xff]+$/; + return $self->SUPER::as_string($value); +} + +1; + __END__ =head1 NAME diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 01d5c16eb..44180cc14 100755 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -123,11 +123,6 @@ sub create { $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'}; @@ -504,6 +499,15 @@ in them. The error message will have more details. =back +=item B<History> + +=over + +=item Before B<3.0.4>, parameters marked as B<Defaulted> were actually +B<Required>, due to a bug in Bugzilla. + +=back + =back =item C<add_comment> B<EXPERIMENTAL> diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm index c6b0218cf..dde9cfd4b 100755 --- a/Bugzilla/WebService/Bugzilla.pm +++ b/Bugzilla/WebService/Bugzilla.pm @@ -26,6 +26,12 @@ import SOAP::Data qw(type); use Time::Zone; +# Basic info that is needed before logins +use constant LOGIN_EXEMPT => { + timezone => 1, + version => 1, +}; + sub version { return { version => type('string')->value(BUGZILLA_VERSION) }; } diff --git a/Bugzilla/WebService/CVS/Entries b/Bugzilla/WebService/CVS/Entries index 3c521a2d5..440c883b5 100644 --- a/Bugzilla/WebService/CVS/Entries +++ b/Bugzilla/WebService/CVS/Entries @@ -1,6 +1,6 @@ -/Bug.pm/1.10/Fri Jan 18 21:30:29 2008//TBUGZILLA-3_1_3 -/Bugzilla.pm/1.5/Fri Oct 19 08:07:29 2007//TBUGZILLA-3_1_3 -/Constants.pm/1.14/Mon Jan 21 18:29:30 2008//TBUGZILLA-3_1_3 -/Product.pm/1.4/Sun Feb 4 17:51:54 2007//TBUGZILLA-3_1_3 -/User.pm/1.5/Tue Sep 18 23:28:30 2007//TBUGZILLA-3_1_3 +/Bug.pm/1.11/Tue Feb 12 01:32:52 2008//TBUGZILLA-3_1_4 +/Bugzilla.pm/1.6/Thu Apr 17 13:26:13 2008//TBUGZILLA-3_1_4 +/Constants.pm/1.16/Thu Apr 17 13:26:13 2008//TBUGZILLA-3_1_4 +/Product.pm/1.4/Sun Feb 4 17:51:54 2007//TBUGZILLA-3_1_4 +/User.pm/1.6/Thu Apr 17 13:26:13 2008//TBUGZILLA-3_1_4 D diff --git a/Bugzilla/WebService/CVS/Tag b/Bugzilla/WebService/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/Bugzilla/WebService/CVS/Tag +++ b/Bugzilla/WebService/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index f12c5ecd2..42ad43120 100755 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -27,8 +27,6 @@ use base qw(Exporter); ERROR_AUTH_NODATA ERROR_UNIMPLEMENTED - - LOGIN_EXEMPT ); # This maps the error names in global/*-error.html.tmpl to numbers. @@ -52,6 +50,7 @@ use base qw(Exporter); use constant WS_ERROR_CODE => { # Generic Bugzilla::Object errors are 50-99. object_name_not_specified => 50, + param_required => 50, object_does_not_exist => 51, # Bug errors usually occupy the 100-200 range. improper_bug_id_field_value => 100, @@ -107,13 +106,4 @@ use constant ERROR_AUTH_NODATA => 410; use constant ERROR_UNIMPLEMENTED => 910; use constant ERROR_GENERAL => 999; -# For some methods, we shouldn't call Bugzilla->login before we call them. -# This is a hash--package names pointing to an arrayref of method names. -use constant LOGIN_EXEMPT => { - # Callers may have to know the Bugzilla version before logging in, - # even on a requirelogin installation. - Bugzilla => ['version', 'timezone'], - User => ['offer_account_by_email', 'login'], -}; - 1; diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm index f839e2a9d..d0ce706f0 100755 --- a/Bugzilla/WebService/User.pm +++ b/Bugzilla/WebService/User.pm @@ -30,6 +30,12 @@ use Bugzilla::User; use Bugzilla::Util qw(trim); use Bugzilla::Token; +# Don't need auth to login +use constant LOGIN_EXEMPT => { + login => 1, + offer_account_by_email => 1, +}; + ############## # User Login # ############## diff --git a/CVS/Entries b/CVS/Entries index 1ec3d899d..a2e789cb4 100644 --- a/CVS/Entries +++ b/CVS/Entries @@ -1,75 +1,75 @@ -/.cvsignore/1.8/Fri Oct 19 07:58:48 2007//TBUGZILLA-3_1_3 -/Bugzilla.pm/1.63/Sun Jan 6 02:53:44 2008//TBUGZILLA-3_1_3 -/QUICKSTART/1.8/Tue Oct 23 08:06:36 2007//TBUGZILLA-3_1_3 -/README/1.52/Fri Oct 10 02:22:39 2003//TBUGZILLA-3_1_3 -/UPGRADING/1.1/Fri Aug 10 22:35:21 2001//TBUGZILLA-3_1_3 -/UPGRADING-pre-2.8/1.4/Mon Dec 24 01:37:43 2007//TBUGZILLA-3_1_3 -/admin.cgi/1.2/Fri Oct 19 06:46:10 2007//TBUGZILLA-3_1_3 -/attachment.cgi/1.140/Sun Jan 20 22:18:55 2008//TBUGZILLA-3_1_3 -/buglist.cgi/1.369/Fri Jan 18 15:56:53 2008//TBUGZILLA-3_1_3 -/bugzilla.dtd/1.15/Sat Jan 6 23:51:56 2007//TBUGZILLA-3_1_3 -/chart.cgi/1.26/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_1_3 -/checksetup.pl/1.556/Wed Nov 28 16:35:52 2007//TBUGZILLA-3_1_3 -/colchange.cgi/1.61/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/collectstats.pl/1.63/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/config.cgi/1.27/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/createaccount.cgi/1.57/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_1_3 -/describecomponents.cgi/1.38/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/describekeywords.cgi/1.21/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/duplicates.cgi/1.61/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/duplicates.xul/1.2/Thu Oct 21 19:02:28 2004//TBUGZILLA-3_1_3 -/editclassifications.cgi/1.30/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_3 -/editcomponents.cgi/1.86/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_3 -/editfields.cgi/1.8/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/editflagtypes.cgi/1.53/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_3 -/editgroups.cgi/1.88/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_3 -/editkeywords.cgi/1.45/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_3 -/editmilestones.cgi/1.62/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_3 -/editparams.cgi/1.47/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/editproducts.cgi/1.139/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_3 -/editsettings.cgi/1.11/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_3 -/editusers.cgi/1.145/Mon Nov 19 12:43:08 2007//TBUGZILLA-3_1_3 -/editvalues.cgi/1.30/Mon Jan 28 01:36:13 2008//TBUGZILLA-3_1_3 -/editversions.cgi/1.58/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_3 -/editwhines.cgi/1.21/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/editworkflow.cgi/1.5/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/email_in.pl/1.13/Sat Jan 26 10:41:13 2008//TBUGZILLA-3_1_3 -/enter_bug.cgi/1.159/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_1_3 -/importxml.pl/1.77/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/index.cgi/1.24/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/install-module.pl/1.2/Sat Jan 12 00:43:22 2008//TBUGZILLA-3_1_3 -/long_list.cgi/1.48/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/mod_perl.pl/1.10/Sun Jan 6 02:55:59 2008//TBUGZILLA-3_1_3 -/page.cgi/1.20/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/post_bug.cgi/1.192/Wed Nov 14 22:50:24 2007//TBUGZILLA-3_1_3 -/process_bug.cgi/1.401/Sun Jan 27 19:15:18 2008//TBUGZILLA-3_1_3 -/query.cgi/1.178/Wed Nov 14 22:56:31 2007//TBUGZILLA-3_1_3 -/quips.cgi/1.38/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/relogin.cgi/1.40/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/report.cgi/1.41/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_1_3 -/reports.cgi/1.93/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/request.cgi/1.45/Sun Nov 25 21:45:04 2007//TBUGZILLA-3_1_3 -/robots.txt/1.2/Wed Apr 24 18:11:00 2002//TBUGZILLA-3_1_3 -/runtests.pl/1.5/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/sanitycheck.cgi/1.138/Sun Nov 18 20:23:54 2007//TBUGZILLA-3_1_3 -/sanitycheck.pl/1.3/Thu Jan 31 12:00:19 2008//TBUGZILLA-3_1_3 -/search_plugin.cgi/1.3/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/show_activity.cgi/1.24/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/show_bug.cgi/1.52/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/showattachment.cgi/1.16/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/showdependencygraph.cgi/1.65/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/showdependencytree.cgi/1.52/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/sidebar.cgi/1.19/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/summarize_time.cgi/1.23/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/testagent.cgi/1.3/Sun Feb 11 00:12:24 2007//TBUGZILLA-3_1_3 -/testserver.pl/1.18/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/token.cgi/1.53/Sun Nov 18 20:23:54 2007//TBUGZILLA-3_1_3 -/userprefs.cgi/1.119/Sun Dec 16 10:32:49 2007//TBUGZILLA-3_1_3 -/votes.cgi/1.54/Sun Nov 18 20:23:54 2007//TBUGZILLA-3_1_3 -/whine.pl/1.36/Mon Dec 24 07:42:05 2007//TBUGZILLA-3_1_3 -/whineatnews.pl/1.30/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/xml.cgi/1.14/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_3 -/xmlrpc.cgi/1.4/Fri Oct 19 07:58:48 2007//TBUGZILLA-3_1_3 +/.cvsignore/1.8/Fri Oct 19 07:58:48 2007//TBUGZILLA-3_1_4 +/Bugzilla.pm/1.65/Mon Mar 17 21:38:27 2008//TBUGZILLA-3_1_4 +/QUICKSTART/1.8/Tue Oct 23 08:06:36 2007//TBUGZILLA-3_1_4 +/README/1.52/Fri Oct 10 02:22:39 2003//TBUGZILLA-3_1_4 +/UPGRADING/1.1/Fri Aug 10 22:35:21 2001//TBUGZILLA-3_1_4 +/UPGRADING-pre-2.8/1.4/Mon Dec 24 01:37:43 2007//TBUGZILLA-3_1_4 +/admin.cgi/1.2/Fri Oct 19 06:46:10 2007//TBUGZILLA-3_1_4 +/attachment.cgi/1.144/Thu Apr 3 16:58:28 2008//TBUGZILLA-3_1_4 +/buglist.cgi/1.373/Thu Apr 10 16:33:15 2008//TBUGZILLA-3_1_4 +/bugzilla.dtd/1.15/Sat Jan 6 23:51:56 2007//TBUGZILLA-3_1_4 +/chart.cgi/1.26/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_1_4 +/checksetup.pl/1.557/Fri Mar 28 14:15:42 2008//TBUGZILLA-3_1_4 +/colchange.cgi/1.62/Mon Feb 25 16:06:24 2008//TBUGZILLA-3_1_4 +/collectstats.pl/1.64/Wed Apr 16 23:14:14 2008//TBUGZILLA-3_1_4 +/config.cgi/1.29/Sun Apr 20 09:49:44 2008//TBUGZILLA-3_1_4 +/createaccount.cgi/1.57/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_1_4 +/describecomponents.cgi/1.38/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/describekeywords.cgi/1.21/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/duplicates.cgi/1.61/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/duplicates.xul/1.2/Thu Oct 21 19:02:28 2004//TBUGZILLA-3_1_4 +/editclassifications.cgi/1.30/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4 +/editcomponents.cgi/1.86/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4 +/editfields.cgi/1.9/Wed Feb 6 16:15:34 2008//TBUGZILLA-3_1_4 +/editflagtypes.cgi/1.53/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4 +/editgroups.cgi/1.88/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4 +/editkeywords.cgi/1.45/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4 +/editmilestones.cgi/1.62/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4 +/editparams.cgi/1.47/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/editproducts.cgi/1.142/Fri Apr 11 23:39:45 2008//TBUGZILLA-3_1_4 +/editsettings.cgi/1.11/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4 +/editusers.cgi/1.146/Mon Feb 4 12:23:47 2008//TBUGZILLA-3_1_4 +/editvalues.cgi/1.30/Mon Jan 28 01:36:13 2008//TBUGZILLA-3_1_4 +/editversions.cgi/1.58/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4 +/editwhines.cgi/1.21/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/editworkflow.cgi/1.5/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/email_in.pl/1.18/Sun May 4 23:55:06 2008//TBUGZILLA-3_1_4 +/enter_bug.cgi/1.160/Mon Feb 25 16:06:24 2008//TBUGZILLA-3_1_4 +/importxml.pl/1.82/Mon Mar 24 22:47:21 2008//TBUGZILLA-3_1_4 +/index.cgi/1.24/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/install-module.pl/1.2/Sat Jan 12 00:43:22 2008//TBUGZILLA-3_1_4 +/long_list.cgi/1.48/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/mod_perl.pl/1.10/Sun Jan 6 02:55:59 2008//TBUGZILLA-3_1_4 +/page.cgi/1.20/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/post_bug.cgi/1.196/Mon Feb 25 16:06:24 2008//TBUGZILLA-3_1_4 +/process_bug.cgi/1.410/Thu Apr 10 16:33:15 2008//TBUGZILLA-3_1_4 +/query.cgi/1.181/Thu Mar 27 05:08:07 2008//TBUGZILLA-3_1_4 +/quips.cgi/1.38/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/relogin.cgi/1.41/Wed Apr 2 17:42:26 2008//TBUGZILLA-3_1_4 +/report.cgi/1.41/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_1_4 +/reports.cgi/1.93/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/request.cgi/1.45/Sun Nov 25 21:45:04 2007//TBUGZILLA-3_1_4 +/robots.txt/1.2/Wed Apr 24 18:11:00 2002//TBUGZILLA-3_1_4 +/runtests.pl/1.5/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/sanitycheck.cgi/1.140/Fri Apr 11 23:47:12 2008//TBUGZILLA-3_1_4 +/sanitycheck.pl/1.3/Thu Jan 31 12:00:19 2008//TBUGZILLA-3_1_4 +/search_plugin.cgi/1.3/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/show_activity.cgi/1.24/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/show_bug.cgi/1.53/Mon May 5 00:05:48 2008//TBUGZILLA-3_1_4 +/showattachment.cgi/1.16/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/showdependencygraph.cgi/1.65/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/showdependencytree.cgi/1.52/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/sidebar.cgi/1.19/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/summarize_time.cgi/1.23/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/testagent.cgi/1.3/Sun Feb 11 00:12:24 2007//TBUGZILLA-3_1_4 +/testserver.pl/1.18/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/token.cgi/1.54/Wed Apr 2 17:42:26 2008//TBUGZILLA-3_1_4 +/userprefs.cgi/1.120/Wed Apr 2 17:42:26 2008//TBUGZILLA-3_1_4 +/votes.cgi/1.55/Sun Feb 3 11:37:20 2008//TBUGZILLA-3_1_4 +/whine.pl/1.37/Wed Apr 2 17:42:26 2008//TBUGZILLA-3_1_4 +/whineatnews.pl/1.31/Wed Apr 2 17:42:26 2008//TBUGZILLA-3_1_4 +/xml.cgi/1.14/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4 +/xmlrpc.cgi/1.6/Thu Apr 17 13:26:12 2008//TBUGZILLA-3_1_4 D/Bugzilla//// D/contrib//// D/docs//// diff --git a/CVS/Tag b/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/CVS/Tag +++ b/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/attachment.cgi b/attachment.cgi index 65a8aa539..937087a51 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -49,6 +49,7 @@ use Bugzilla::Field; use Bugzilla::Attachment; use Bugzilla::Attachment::PatchReader; use Bugzilla::Token; +use Bugzilla::Keyword; Bugzilla->login(); @@ -246,9 +247,7 @@ sub view { print $cgi->header(-type=>"$contenttype; name=\"$filename\"", -content_disposition=> "inline; filename=\"$filename\"", -content_length => $attachment->datasize); - if (Bugzilla->params->{'utf8'}) { - binmode STDOUT, ':raw'; # Turn off UTF8 encoding. - } + disable_utf8(); print $attachment->data; } @@ -391,6 +390,8 @@ sub insert { $vars->{'bugs'} = [new Bugzilla::Bug($bugid)]; $vars->{'header_done'} = 1; $vars->{'contenttypemethod'} = $cgi->param('contenttypemethod'); + $vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)]; + $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count(); print $cgi->header(); # Generate and return the UI (HTML page) from the appropriate template. @@ -423,7 +424,7 @@ sub edit { 'product_id' => $product_id , 'component_id' => $component_id }); foreach my $flag_type (@$flag_types) { - $flag_type->{'flags'} = Bugzilla::Flag::match({ 'type_id' => $flag_type->id, + $flag_type->{'flags'} = Bugzilla::Flag->match({ 'type_id' => $flag_type->id, 'attach_id' => $attachment->id }); } $vars->{'flag_types'} = $flag_types; @@ -508,7 +509,7 @@ sub update { Bugzilla::User::match_field($cgi, { '^requestee(_type)?-(\d+)$' => { 'type' => 'multi' } }); - Bugzilla::Flag::validate($cgi, $bug->id, $attachment->id); + Bugzilla::Flag::validate($bug->id, $attachment->id); # Start a transaction in preparation for updating the attachment. $dbh->bz_start_transaction(); @@ -529,7 +530,7 @@ sub update { # to attachments so that we can delete pending requests if the user # is obsoleting this attachment without deleting any requests # the user submits at the same time. - Bugzilla::Flag::process($bug, $attachment, $timestamp, $cgi, $vars); + Bugzilla::Flag->process($bug, $attachment, $timestamp, $vars); # Update the attachment record in the database. $dbh->do("UPDATE attachments @@ -595,6 +596,8 @@ sub update { # since the object was created. $vars->{'bugs'} = [new Bugzilla::Bug($bug->id)]; $vars->{'header_done'} = 1; + $vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)]; + $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count(); print $cgi->header(); @@ -666,6 +669,8 @@ sub delete_attachment { # Required to display the bug the deleted attachment belongs to. $vars->{'bugs'} = [$bug]; $vars->{'header_done'} = 1; + $vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)]; + $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count(); $template->process("attachment/updated.html.tmpl", $vars) || ThrowTemplateError($template->error()); diff --git a/buglist.cgi b/buglist.cgi index 493f4b3a9..c40e65aed 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -94,10 +94,6 @@ my $dotweak = $cgi->param('tweak') ? 1 : 0; # Log the user in if ($dotweak) { Bugzilla->login(LOGIN_REQUIRED); - Bugzilla->user->in_group("editbugs") - || ThrowUserError("auth_failure", {group => "editbugs", - action => "modify", - object => "multiple_bugs"}); } # Hack to support legacy applications that think the RDF ctype is at format=rdf. @@ -373,6 +369,22 @@ sub GetGroups { return [values %legal_groups]; } +sub _close_standby_message { + my ($contenttype, $disposition, $serverpush) = @_; + my $cgi = Bugzilla->cgi; + + # Close the "please wait" page, then open the buglist page + if ($serverpush) { + print $cgi->multipart_end(); + print $cgi->multipart_start(-type => $contenttype, + -content_disposition => $disposition); + } + else { + print $cgi->header(-type => $contenttype, + -content_disposition => $disposition); + } +} + ################################################################################ # Command Execution @@ -672,7 +684,7 @@ DefineColumn("percentage_complete", DefineColumn("relevance" , "relevance" , "Relevance" ); DefineColumn("deadline" , $dbh->sql_date_format('bugs.deadline', '%Y-%m-%d') . " AS deadline", "Deadline"); -foreach my $field (Bugzilla->get_fields({ custom => 1, obsolete => 0})) { +foreach my $field (Bugzilla->active_custom_fields) { DefineColumn($field->name, 'bugs.' . $field->name, $field->description); } @@ -1125,7 +1137,17 @@ $vars->{'urlquerypart'} = $params->canonicalise_query('order', 'cmdtype', 'query_based_on'); $vars->{'order'} = $order; -$vars->{'caneditbugs'} = Bugzilla->user->in_group('editbugs'); +$vars->{'caneditbugs'} = 1; + +if (!Bugzilla->user->in_group('editbugs')) { + foreach my $product (keys %$bugproducts) { + my $prod = new Bugzilla::Product({name => $product}); + if (!Bugzilla->user->in_group('editbugs', $prod->id)) { + $vars->{'caneditbugs'} = 0; + last; + } + } +} my @bugowners = keys %$bugowners; if (scalar(@bugowners) > 1 && Bugzilla->user->in_group('editbugs')) { @@ -1143,7 +1165,13 @@ $vars->{'quip'} = GetQuip(); $vars->{'currenttime'} = time(); # The following variables are used when the user is making changes to multiple bugs. -if ($dotweak) { +if ($dotweak && scalar @bugs) { + if (!$vars->{'caneditbugs'}) { + _close_standby_message('text/html', 'inline', $serverpush); + ThrowUserError('auth_failure', {group => 'editbugs', + action => 'modify', + object => 'multiple_bugs'}); + } $vars->{'dotweak'} = 1; $vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)]; $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count(); @@ -1153,7 +1181,7 @@ if ($dotweak) { $vars->{'op_sys'} = get_legal_field_values('op_sys'); $vars->{'priorities'} = get_legal_field_values('priority'); $vars->{'severities'} = get_legal_field_values('bug_severity'); - $vars->{'resolutions'} = Bugzilla::Bug->settable_resolutions; + $vars->{'resolutions'} = get_legal_field_values('resolution'); $vars->{'unconfirmedstate'} = 'UNCONFIRMED'; @@ -1249,17 +1277,7 @@ if ($format->{'extension'} eq "csv") { # Suggest a name for the bug list if the user wants to save it as a file. $disposition .= "; filename=\"$filename\""; -if ($serverpush) { - # Close the "please wait" page, then open the buglist page - print $cgi->multipart_end(); - print $cgi->multipart_start(-type => $contenttype, - -content_disposition => $disposition); -} -else { - print $cgi->header(-type => $contenttype, - -content_disposition => $disposition); -} - +_close_standby_message($contenttype, $disposition, $serverpush); ################################################################################ # Content Generation diff --git a/checksetup.pl b/checksetup.pl index b8f9e325b..d624c8775 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -47,14 +47,13 @@ use 5.008001; use File::Basename; use Getopt::Long qw(:config bundling); use Pod::Usage; -use POSIX qw(setlocale LC_CTYPE); use Safe; BEGIN { chdir dirname($0); } use lib qw(. lib); use Bugzilla::Constants; use Bugzilla::Install::Requirements; -use Bugzilla::Install::Util qw(install_string get_version_and_os); +use Bugzilla::Install::Util qw(install_string get_version_and_os get_console_locale); ###################################################################### # Live Code @@ -62,7 +61,7 @@ use Bugzilla::Install::Util qw(install_string get_version_and_os); # When we're running at the command line, we need to pick the right # language before ever displaying any string. -$ENV{'HTTP_ACCEPT_LANGUAGE'} ||= setlocale(LC_CTYPE); +$ENV{'HTTP_ACCEPT_LANGUAGE'} ||= get_console_locale(); my %switch; GetOptions(\%switch, 'help|h|?', 'check-modules', 'no-templates|t', diff --git a/colchange.cgi b/colchange.cgi index c580547ce..b2d33de7e 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -81,7 +81,7 @@ if (Bugzilla->user->in_group(Bugzilla->params->{"timetrackinggroup"})) { push(@masterlist, ("short_desc", "short_short_desc")); my @custom_fields = grep { $_->type != FIELD_TYPE_MULTI_SELECT } - Bugzilla->get_fields({ custom => 1, obsolete => 0 }); + Bugzilla->active_custom_fields; push(@masterlist, map { $_->name } @custom_fields); $vars->{'masterlist'} = \@masterlist; diff --git a/collectstats.pl b/collectstats.pl index 1e5c5fd9d..4515b424c 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -33,6 +33,7 @@ use AnyDBM_File; use strict; use IO::Handle; +use Cwd; use lib qw(. lib); @@ -50,10 +51,12 @@ use Bugzilla::Field; $| = 1; # Tidy up after graphing module +my $cwd = Cwd::getcwd(); if (chdir("graphs")) { unlink <./*.gif>; unlink <./*.png>; - chdir(".."); + # chdir("..") doesn't work if graphs is a symlink, see bug 429378 + chdir($cwd); } # This is a pure command line script. @@ -61,6 +64,7 @@ Bugzilla->usage_mode(USAGE_MODE_CMDLINE); my $dbh = Bugzilla->switch_to_shadow_db(); + # To recreate the daily statistics, run "collectstats.pl --regenerate" . my $regenerate = 0; if ($#ARGV >= 0 && $ARGV[0] eq "--regenerate") { diff --git a/config.cgi b/config.cgi index ad8dbf0fe..ebdf71241 100755 --- a/config.cgi +++ b/config.cgi @@ -56,8 +56,8 @@ $vars->{'keyword'} = [map($_->name, Bugzilla::Keyword->get_all)]; $vars->{'resolution'} = get_legal_field_values('resolution'); $vars->{'status'} = get_legal_field_values('bug_status'); $vars->{'custom_fields'} = - [Bugzilla->get_fields({custom => 1, obsolete => 0, type => FIELD_TYPE_SINGLE_SELECT}), - Bugzilla->get_fields({custom => 1, obsolete => 0, type => FIELD_TYPE_MULTI_SELECT})]; + [ grep {$_->type == FIELD_TYPE_SINGLE_SELECT || $_->type == FIELD_TYPE_MULTI_SELECT} + Bugzilla->active_custom_fields ]; # Include a list of product objects. if ($cgi->param('product')) { @@ -87,7 +87,12 @@ $vars->{'open_status'} = \@open_status; $vars->{'closed_status'} = \@closed_status; # Generate a list of fields that can be queried. -$vars->{'field'} = [Bugzilla->dbh->bz_get_field_defs()]; +my @fields = @{Bugzilla::Field->match({obsolete => 0})}; +# Exclude fields the user cannot query. +if (!Bugzilla->user->in_group(Bugzilla->params->{'timetrackinggroup'})) { + @fields = grep { $_->name !~ /^(estimated_time|remaining_time|work_time|percentage_complete|deadline)$/ } @fields; +} +$vars->{'field'} = \@fields; display_data($vars); diff --git a/contrib/CVS/Entries b/contrib/CVS/Entries index 0cf2eaa66..cb95897f4 100644 --- a/contrib/CVS/Entries +++ b/contrib/CVS/Entries @@ -1,17 +1,17 @@ -/README/1.12/Tue Oct 16 10:13:54 2007//TBUGZILLA-3_1_3 -/bugzilla_ldapsync.rb/1.2/Sat Apr 26 16:35:04 2003//TBUGZILLA-3_1_3 -/bz_webservice_demo.pl/1.13/Fri Jan 18 21:30:30 2008//TBUGZILLA-3_1_3 -/bzdbcopy.pl/1.6/Thu Dec 13 03:14:35 2007//TBUGZILLA-3_1_3 -/cvs-update.pl/1.1/Tue Nov 11 05:58:52 2003//TBUGZILLA-3_1_3 -/gnats2bz.pl/1.8/Sun Sep 3 20:37:01 2006//TBUGZILLA-3_1_3 -/jb2bz.py/1.5/Fri Aug 26 23:11:32 2005//TBUGZILLA-3_1_3 -/merge-users.pl/1.7/Wed Nov 14 22:56:32 2007//TBUGZILLA-3_1_3 -/mysqld-watcher.pl/1.5/Thu Mar 27 00:06:53 2003//TBUGZILLA-3_1_3 -/recode.pl/1.5/Fri Oct 19 06:46:17 2007//TBUGZILLA-3_1_3 -/sendbugmail.pl/1.8/Fri Oct 19 06:46:17 2007//TBUGZILLA-3_1_3 -/sendunsentbugmail.pl/1.10/Fri Oct 19 06:46:17 2007//TBUGZILLA-3_1_3 -/syncLDAP.pl/1.12/Wed Jan 23 13:59:08 2008//TBUGZILLA-3_1_3 -/yp_nomail.sh/1.1/Tue Sep 12 23:50:31 2000//TBUGZILLA-3_1_3 +/README/1.12/Tue Oct 16 10:13:54 2007//TBUGZILLA-3_1_4 +/bugzilla_ldapsync.rb/1.2/Sat Apr 26 16:35:04 2003//TBUGZILLA-3_1_4 +/bz_webservice_demo.pl/1.13/Fri Jan 18 21:30:30 2008//TBUGZILLA-3_1_4 +/bzdbcopy.pl/1.6/Thu Dec 13 03:14:35 2007//TBUGZILLA-3_1_4 +/cvs-update.pl/1.1/Tue Nov 11 05:58:52 2003//TBUGZILLA-3_1_4 +/gnats2bz.pl/1.8/Sun Sep 3 20:37:01 2006//TBUGZILLA-3_1_4 +/jb2bz.py/1.5/Fri Aug 26 23:11:32 2005//TBUGZILLA-3_1_4 +/merge-users.pl/1.8/Tue Mar 11 15:50:04 2008//TBUGZILLA-3_1_4 +/mysqld-watcher.pl/1.5/Thu Mar 27 00:06:53 2003//TBUGZILLA-3_1_4 +/recode.pl/1.5/Fri Oct 19 06:46:17 2007//TBUGZILLA-3_1_4 +/sendbugmail.pl/1.8/Fri Oct 19 06:46:17 2007//TBUGZILLA-3_1_4 +/sendunsentbugmail.pl/1.10/Fri Oct 19 06:46:17 2007//TBUGZILLA-3_1_4 +/syncLDAP.pl/1.12/Wed Jan 23 13:59:08 2008//TBUGZILLA-3_1_4 +/yp_nomail.sh/1.1/Tue Sep 12 23:50:31 2000//TBUGZILLA-3_1_4 D/bugzilla-submit//// D/cmdline//// D/gnatsparse//// diff --git a/contrib/CVS/Tag b/contrib/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/contrib/CVS/Tag +++ b/contrib/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/contrib/bugzilla-submit/CVS/Entries b/contrib/bugzilla-submit/CVS/Entries index bec488123..413189845 100644 --- a/contrib/bugzilla-submit/CVS/Entries +++ b/contrib/bugzilla-submit/CVS/Entries @@ -1,5 +1,5 @@ -/README/1.2/Wed Dec 10 23:36:21 2003//TBUGZILLA-3_1_3 -/bugdata.txt/1.2/Fri Jan 16 22:26:49 2004//TBUGZILLA-3_1_3 -/bugzilla-submit/1.6/Fri Jul 16 03:56:35 2004//TBUGZILLA-3_1_3 -/bugzilla-submit.xml/1.7/Mon Apr 11 14:23:32 2005//TBUGZILLA-3_1_3 +/README/1.2/Wed Dec 10 23:36:21 2003//TBUGZILLA-3_1_4 +/bugdata.txt/1.2/Fri Jan 16 22:26:49 2004//TBUGZILLA-3_1_4 +/bugzilla-submit/1.6/Fri Jul 16 03:56:35 2004//TBUGZILLA-3_1_4 +/bugzilla-submit.xml/1.7/Mon Apr 11 14:23:32 2005//TBUGZILLA-3_1_4 D diff --git a/contrib/bugzilla-submit/CVS/Tag b/contrib/bugzilla-submit/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/contrib/bugzilla-submit/CVS/Tag +++ b/contrib/bugzilla-submit/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/contrib/cmdline/CVS/Entries b/contrib/cmdline/CVS/Entries index 90df35046..f8de6dc17 100644 --- a/contrib/cmdline/CVS/Entries +++ b/contrib/cmdline/CVS/Entries @@ -1,8 +1,8 @@ -/bugcount/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_3 -/bugids/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_3 -/buglist/1.2/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_3 -/bugs/1.2/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_3 -/bugslink/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_3 -/makequery/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_3 -/query.conf/1.3/Fri Aug 26 23:11:32 2005//TBUGZILLA-3_1_3 +/bugcount/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_4 +/bugids/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_4 +/buglist/1.2/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_4 +/bugs/1.2/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_4 +/bugslink/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_4 +/makequery/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_4 +/query.conf/1.3/Fri Aug 26 23:11:32 2005//TBUGZILLA-3_1_4 D diff --git a/contrib/cmdline/CVS/Tag b/contrib/cmdline/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/contrib/cmdline/CVS/Tag +++ b/contrib/cmdline/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/contrib/gnatsparse/CVS/Entries b/contrib/gnatsparse/CVS/Entries index a7fb79faf..ab96c2026 100644 --- a/contrib/gnatsparse/CVS/Entries +++ b/contrib/gnatsparse/CVS/Entries @@ -1,5 +1,5 @@ -/README/1.2/Tue Mar 23 17:59:11 2004//TBUGZILLA-3_1_3 -/gnatsparse.py/1.4/Mon Jun 19 15:58:33 2006//TBUGZILLA-3_1_3 -/magic.py/1.1/Sun Mar 21 21:32:16 2004//TBUGZILLA-3_1_3 -/specialuu.py/1.1/Sun Mar 21 21:32:16 2004//TBUGZILLA-3_1_3 +/README/1.2/Tue Mar 23 17:59:11 2004//TBUGZILLA-3_1_4 +/gnatsparse.py/1.4/Mon Jun 19 15:58:33 2006//TBUGZILLA-3_1_4 +/magic.py/1.1/Sun Mar 21 21:32:16 2004//TBUGZILLA-3_1_4 +/specialuu.py/1.1/Sun Mar 21 21:32:16 2004//TBUGZILLA-3_1_4 D diff --git a/contrib/gnatsparse/CVS/Tag b/contrib/gnatsparse/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/contrib/gnatsparse/CVS/Tag +++ b/contrib/gnatsparse/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/contrib/merge-users.pl b/contrib/merge-users.pl index 70250a1ee..80c516e04 100644 --- a/contrib/merge-users.pl +++ b/contrib/merge-users.pl @@ -49,6 +49,7 @@ use lib qw(. lib); use Bugzilla; use Bugzilla::Constants; use Bugzilla::Util; +use Bugzilla::User; use Getopt::Long; use Pod::Usage; @@ -229,6 +230,12 @@ print "OK, records in the 'mailto' column of the 'whine_schedules' table\n" . # Delete the old record from the profiles table. $dbh->do('DELETE FROM profiles WHERE userid = ?', undef, $old_id); +# rederive regexp-based group memberships, because we merged all memberships +# from all of the accounts, and since the email address isn't the same on +# them, some of them may no longer match the regexps. +my $user = new Bugzilla::User($new_id); +$user->derive_regexp_groups(); + # Commit the transaction $dbh->bz_commit_transaction(); diff --git a/docs/CVS/Entries b/docs/CVS/Entries index c9a1e4a24..a5b370451 100644 --- a/docs/CVS/Entries +++ b/docs/CVS/Entries @@ -1,8 +1,4 @@ -/.cvsignore/1.3/Tue Sep 5 19:00:55 2006//TBUGZILLA-3_1_3 -/README.docs/1.12/Fri Jul 27 16:24:05 2007//TBUGZILLA-3_1_3 -/makedocs.pl/1.18/Fri Oct 19 06:46:18 2007//TBUGZILLA-3_1_3 -/rel_notes.txt/1.48/Tue Sep 18 21:24:58 2007//TBUGZILLA-3_1_3 -D/html//// -D/images//// +/makedocs.pl/1.20/Sat Apr 12 22:24:17 2008//TBUGZILLA-3_1_4 +/style.css/1.1/Fri Apr 4 06:48:15 2008//TBUGZILLA-3_1_4 +D/en//// D/lib//// -D/xml//// diff --git a/docs/CVS/Tag b/docs/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/docs/CVS/Tag +++ b/docs/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/docs/xml/bugzilla.ent b/docs/bugzilla.ent similarity index 94% rename from docs/xml/bugzilla.ent rename to docs/bugzilla.ent index b94f654fa..fcead8a07 100644 --- a/docs/xml/bugzilla.ent +++ b/docs/bugzilla.ent @@ -7,6 +7,7 @@ <!ENTITY min-dbi-ver "1.41"> <!ENTITY min-template-ver "2.15"> <!ENTITY min-email-send-ver "2.00"> +<!ENTITY min-email-mime-ver "1.861"> <!ENTITY min-email-mime-modifier-ver "any"> <!ENTITY min-gd-ver "1.20"> <!ENTITY min-chart-base-ver "1.0"> @@ -19,6 +20,7 @@ <!ENTITY min-patchreader-ver "0.9.4"> <!ENTITY min-image-magick-ver "any"> <!ENTITY min-net-ldap-ver "any"> +<!ENTITY min-authen-sasl-ver "any"> <!ENTITY min-authen-radius-ver "any"> <!ENTITY min-soap-lite-ver "any"> <!ENTITY min-html-parser-ver "3.40"> diff --git a/docs/.cvsignore b/docs/en/.cvsignore similarity index 61% rename from docs/.cvsignore rename to docs/en/.cvsignore index 8453d5c46..19d1c430e 100644 --- a/docs/.cvsignore +++ b/docs/en/.cvsignore @@ -1,2 +1,3 @@ txt pdf +html diff --git a/docs/en/CVS/Entries b/docs/en/CVS/Entries new file mode 100644 index 000000000..ad4be5e94 --- /dev/null +++ b/docs/en/CVS/Entries @@ -0,0 +1,5 @@ +/.cvsignore/1.4/Fri Apr 4 11:29:21 2008//TBUGZILLA-3_1_4 +/README.docs/1.12/Fri Apr 4 06:48:15 2008//TBUGZILLA-3_1_4 +/rel_notes.txt/1.48/Fri Apr 4 06:48:16 2008//TBUGZILLA-3_1_4 +D/images//// +D/xml//// diff --git a/docs/en/CVS/Repository b/docs/en/CVS/Repository new file mode 100644 index 000000000..51f23a837 --- /dev/null +++ b/docs/en/CVS/Repository @@ -0,0 +1 @@ +mozilla/webtools/bugzilla/docs/en diff --git a/docs/xml/CVS/Root b/docs/en/CVS/Root similarity index 100% rename from docs/xml/CVS/Root rename to docs/en/CVS/Root diff --git a/docs/en/CVS/Tag b/docs/en/CVS/Tag new file mode 100644 index 000000000..3dd879c04 --- /dev/null +++ b/docs/en/CVS/Tag @@ -0,0 +1 @@ +NBUGZILLA-3_1_4 diff --git a/docs/README.docs b/docs/en/README.docs similarity index 100% rename from docs/README.docs rename to docs/en/README.docs diff --git a/docs/html/Bugzilla-Guide.html b/docs/en/html/Bugzilla-Guide.html similarity index 86% rename from docs/html/Bugzilla-Guide.html rename to docs/en/html/Bugzilla-Guide.html index 31f28a735..d57fea14f 100644 --- a/docs/html/Bugzilla-Guide.html +++ b/docs/en/html/Bugzilla-Guide.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><META +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><META NAME="KEYWORD" CONTENT="Bugzilla"><META NAME="KEYWORD" @@ -44,7 +44,7 @@ CLASS="TITLEPAGE" CLASS="title" ><A NAME="AEN2" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</A ></H1 @@ -53,7 +53,7 @@ CLASS="corpauthor" >The Bugzilla Team</H3 ><P CLASS="pubdate" ->2008-02-01<BR></P +>2008-05-04<BR></P ><DIV ><DIV CLASS="abstract" @@ -227,26 +227,31 @@ HREF="#edit-values" ></DT ><DT >3.12. <A +HREF="#bug_status_workflow" +>Bug Status Workflow</A +></DT +><DT +>3.13. <A HREF="#voting" >Voting</A ></DT ><DT ->3.13. <A +>3.14. <A HREF="#quips" >Quips</A ></DT ><DT ->3.14. <A +>3.15. <A HREF="#groups" >Groups and Group Security</A ></DT ><DT ->3.15. <A +>3.16. <A HREF="#sanitycheck" >Checking and Maintaining Database Integrity</A ></DT ><DT ->3.16. <A +>3.17. <A HREF="#upgrading" >Upgrading to New Releases</A ></DT @@ -711,7 +716,7 @@ NAME="newversions" >1.3. New Versions</A ></H2 ><P -> This is the 3.1.3 version of The Bugzilla Guide. It is so named +> This is the 3.1.4 version of The Bugzilla Guide. It is so named to match the current version of Bugzilla. This version of the guide, like its associated Bugzilla version, is a development version. @@ -1182,9 +1187,9 @@ CLASS="application" ><TD >Environment variables</TD ><TD -> <VAR +> <CODE CLASS="envar" ->VARIABLE</VAR +>VARIABLE</CODE > </TD ></TR @@ -1364,6 +1369,7 @@ CLASS="procedure" ><OL TYPE="1" ><LI +CLASS="step" ><P ><A HREF="#install-perl" @@ -1373,6 +1379,7 @@ HREF="#install-perl" </P ></LI ><LI +CLASS="step" ><P ><A HREF="#install-database" @@ -1381,6 +1388,7 @@ HREF="#install-database" </P ></LI ><LI +CLASS="step" ><P ><A HREF="#install-webserver" @@ -1389,6 +1397,7 @@ HREF="#install-webserver" </P ></LI ><LI +CLASS="step" ><P ><A HREF="#install-bzfiles" @@ -1397,6 +1406,7 @@ HREF="#install-bzfiles" </P ></LI ><LI +CLASS="step" ><P ><A HREF="#install-perlmodules" @@ -1405,6 +1415,7 @@ HREF="#install-perlmodules" </P ></LI ><LI +CLASS="step" ><P > <A HREF="#install-MTA" @@ -1414,6 +1425,7 @@ HREF="#install-MTA" </P ></LI ><LI +CLASS="step" ><P >Configure all of the above. </P @@ -1603,7 +1615,12 @@ NAME="install-bzfiles" >2.1.4. Bugzilla</A ></H3 ><P -> Download a Bugzilla tarball (or check it out from CVS) and place +> <A +HREF="http://www.bugzilla.org/download/" +TARGET="_top" +>Download a Bugzilla tarball</A +> + (or check it out from CVS) and place it in a suitable directory, accessible by the default web server user (probably <SPAN CLASS="QUOTE" @@ -1646,9 +1663,9 @@ CLASS="filename" >cgi-bin</TT > directory. This includes any directory which is configured using the - <VAR + <CODE CLASS="option" ->ScriptAlias</VAR +>ScriptAlias</CODE > directive of Apache. </P ></TD @@ -1856,7 +1873,7 @@ CLASS="filename" TYPE="1" ><LI ><P -> CGI 2.93 or CGI 3.11 if using mod_perl +> CGI 2.93 </P ></LI ><LI @@ -2045,7 +2062,7 @@ HREF="#install-modules-soap-lite" ><LI ><P > CGI - (2.93) for mod_perl + (3.11) for mod_perl </P ></LI ></OL @@ -2352,22 +2369,22 @@ NAME="using-mod_perl-with-bugzilla" >2.1.7. Installing Bugzilla on mod_perl</A ></H3 ><P ->It is now possible to run the Bugzilla software under <VAR +>It is now possible to run the Bugzilla software under <TT CLASS="literal" ->mod_perl</VAR +>mod_perl</TT > on - Apache. <VAR + Apache. <TT CLASS="literal" ->mod_perl</VAR +>mod_perl</TT > has some additional requirements to that of running - Bugzilla under <VAR + Bugzilla under <TT CLASS="literal" ->mod_cgi</VAR +>mod_cgi</TT > (the standard and previous way).</P ><P ->Bugzilla requires <VAR +>Bugzilla requires <TT CLASS="literal" ->mod_perl</VAR +>mod_perl</TT > to be installed, which can be obtained from <A HREF="http://perl.apache.org" @@ -2436,9 +2453,9 @@ NAME="localconfig" CLASS="filename" >checksetup.pl</TT > again, this time - without the <VAR + without the <TT CLASS="literal" ->--check-modules</VAR +>--check-modules</TT > switch. </P ><TABLE @@ -2710,7 +2727,7 @@ CLASS="section" ><HR><H5 CLASS="section" ><A -NAME="AEN475" +NAME="AEN476" >2.2.2.2.2. Allow small words in full-text indexes</A ></H5 ><P @@ -2769,9 +2786,11 @@ CLASS="filename" >localconfig</TT >; if you changed those, you need to modify the SQL command appropriately. You will - need the <VAR + need the <TT CLASS="replaceable" ->$db_pass</VAR +><I +>$db_pass</I +></TT > password you set in <TT CLASS="filename" @@ -2828,9 +2847,11 @@ CLASS="prompt" > GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES, CREATE TEMPORARY TABLES, DROP, REFERENCES ON bugs.* - TO bugs@localhost IDENTIFIED BY '<VAR + TO bugs@localhost IDENTIFIED BY '<TT CLASS="replaceable" ->$db_pass</VAR +><I +>$db_pass</I +></TT >'; <SAMP CLASS="prompt" @@ -2846,7 +2867,7 @@ CLASS="section" ><HR><H5 CLASS="section" ><A -NAME="AEN502" +NAME="AEN503" >2.2.2.2.4. Permit attachments table to grow beyond 4GB</A ></H5 ><P @@ -2861,9 +2882,9 @@ NAME="AEN502" CLASS="filename" >MySQL</TT > - command-line client and enter the following, replacing <VAR + command-line client and enter the following, replacing <TT CLASS="literal" ->$bugs_db</VAR +>$bugs_db</TT > with your Bugzilla database name (<EM >bugs</EM @@ -2882,9 +2903,11 @@ CLASS="screen" > <SAMP CLASS="prompt" >mysql></SAMP -> use <VAR +> use <TT CLASS="replaceable" ->$bugs_db</VAR +><I +>$bugs_db</I +></TT > <SAMP CLASS="prompt" @@ -2944,7 +2967,7 @@ CLASS="section" ><H5 CLASS="section" ><A -NAME="AEN518" +NAME="AEN519" >2.2.2.3.1. Add a User to PostgreSQL</A ></H5 ><P @@ -2955,9 +2978,11 @@ CLASS="filename" >localconfig</TT >; if you changed those, you need to modify the commands appropriately. You will - need the <VAR + need the <TT CLASS="replaceable" ->$db_pass</VAR +><I +>$db_pass</I +></TT > password you set in <TT CLASS="filename" @@ -3010,9 +3035,11 @@ CLASS="prompt" ></TABLE ><P >When asked for a password, provide the password which will be set as - <VAR + <TT CLASS="replaceable" ->$db_pass</VAR +><I +>$db_pass</I +></TT > in <TT CLASS="filename" >localconfig</TT @@ -3025,7 +3052,7 @@ CLASS="section" ><HR><H5 CLASS="section" ><A -NAME="AEN534" +NAME="AEN535" >2.2.2.3.2. Configure PostgreSQL</A ></H5 ><P @@ -3059,16 +3086,16 @@ CLASS="filename" CLASS="filename" >localconfig</TT >, finding - the <VAR + the <TT CLASS="literal" ->$db_driver</VAR +>$db_driver</TT > variable and setting it to - <VAR + <TT CLASS="literal" ->Pg</VAR -> and changing the password in <VAR +>Pg</TT +> and changing the password in <TT CLASS="literal" ->$db_pass</VAR +>$db_pass</TT > to the one you picked previously, while setting up the account.</P ></DIV @@ -3079,7 +3106,7 @@ CLASS="section" ><HR><H3 CLASS="section" ><A -NAME="AEN548" +NAME="AEN549" >2.2.3. checksetup.pl</A ></H3 ><P @@ -3182,6 +3209,7 @@ CLASS="procedure" ><OL TYPE="1" ><LI +CLASS="step" ><P > Load <TT CLASS="filename" @@ -3195,6 +3223,7 @@ CLASS="filename" </P ></LI ><LI +CLASS="step" ><P > Apache uses <SAMP CLASS="computeroutput" @@ -3284,6 +3313,7 @@ CLASS="computeroutput" ></DIV ></LI ><LI +CLASS="step" ><P > <TT CLASS="filename" @@ -3298,9 +3328,11 @@ CLASS="computeroutput" CLASS="filename" >httpd.conf</TT >, place the value found - there in the <VAR + there in the <TT CLASS="replaceable" ->$webservergroup</VAR +><I +>$webservergroup</I +></TT > variable in <TT CLASS="filename" @@ -3313,6 +3345,7 @@ CLASS="filename" </P ></LI ><LI +CLASS="step" ><P > Optional: If Bugzilla does not actually reside in the webspace directory, but instead has been symbolically linked there, you @@ -3371,6 +3404,7 @@ CLASS="procedure" ><OL TYPE="1" ><LI +CLASS="step" ><P > Load <TT CLASS="filename" @@ -3384,6 +3418,7 @@ CLASS="filename" </P ></LI ><LI +CLASS="step" ><P >Add the following information to your httpd.conf file, substituting where appropriate with your own local paths.</P @@ -3409,9 +3444,9 @@ ALIGN="LEFT" VALIGN="TOP" ><P >This should be used instead of the <Directory> block - shown above. This should also be above any other <VAR + shown above. This should also be above any other <TT CLASS="literal" ->mod_perl</VAR +>mod_perl</TT > directives within the <TT CLASS="filename" @@ -3443,9 +3478,9 @@ ALT="Warning"></TD ALIGN="LEFT" VALIGN="TOP" ><P ->You should also ensure that you have disabled <VAR +>You should also ensure that you have disabled <TT CLASS="literal" ->KeepAlive</VAR +>KeepAlive</TT > support in your Apache install when utilizing Bugzilla under mod_perl</P ></TD @@ -3471,6 +3506,7 @@ CLASS="programlisting" ></TABLE ></LI ><LI +CLASS="step" ><P > <TT CLASS="filename" @@ -3485,9 +3521,11 @@ CLASS="computeroutput" CLASS="filename" >httpd.conf</TT >, place the value found - there in the <VAR + there in the <TT CLASS="replaceable" ->$webservergroup</VAR +><I +>$webservergroup</I +></TT > variable in <TT CLASS="filename" @@ -3888,7 +3926,7 @@ CLASS="section" ><HR><H3 CLASS="section" ><A -NAME="AEN698" +NAME="AEN699" >2.3.1. Bug Graphs</A ></H3 ><P @@ -4020,78 +4058,8 @@ CLASS="section" ><HR><H3 CLASS="section" ><A -NAME="AEN717" ->2.3.2. Dependency Charts</A -></H3 -><P ->As well as the text-based dependency trees, Bugzilla also - supports a graphical view of dependency relationships, using a - package called 'dot'. - Exactly how this works is controlled by the 'webdotbase' parameter, - which can have one of three values: - </P -><P -> <P -></P -><OL -TYPE="1" -><LI -><P -> A complete file path to the command 'dot' (part of - <A -HREF="http://www.graphviz.org/" -TARGET="_top" ->GraphViz</A ->) - will generate the graphs locally - </P -></LI -><LI -><P -> A URL prefix pointing to an installation of the webdot package will - generate the graphs remotely - </P -></LI -><LI -><P -> A blank value will disable dependency graphing. - </P -></LI -></OL -> - </P -><P ->The easiest way to get this working is to install - <A -HREF="http://www.graphviz.org/" -TARGET="_top" ->GraphViz</A ->. If you - do that, you need to - <A -HREF="http://httpd.apache.org/docs/mod/mod_imap.html" -TARGET="_top" ->enable - server-side image maps</A -> in Apache. - Alternatively, you could set up a webdot server, or use the AT&T - public webdot server. This is the default for the webdotbase param, - but it's often overloaded and slow. Note that AT&T's server - won't work - if Bugzilla is only accessible using HARTS. - <EM ->Editor's note: What the heck is HARTS? Google doesn't know... - </EM -> - </P -></DIV -><DIV -CLASS="section" -><HR><H3 -CLASS="section" -><A NAME="installation-whining-cron" ->2.3.3. The Whining Cron</A +>2.3.2. The Whining Cron</A ></H3 ><P >What good are @@ -4160,7 +4128,7 @@ CLASS="section" CLASS="section" ><A NAME="installation-whining" ->2.3.4. Whining</A +>2.3.3. Whining</A ></H3 ><P > As of Bugzilla 2.20, users can configure Bugzilla to regularly annoy @@ -4263,190 +4231,355 @@ CLASS="section" ><HR><H3 CLASS="section" ><A -NAME="patch-viewer" ->2.3.5. Patch Viewer</A +NAME="apache-addtype" +>2.3.4. Serving Alternate Formats with the right MIME type</A ></H3 ><P -> Patch Viewer is the engine behind Bugzilla's graphical display of - code patches. You can integrate this with copies of the - <TT +> Some Bugzilla pages have alternate formats, other than just plain + <ACRONYM +CLASS="acronym" +>HTML</ACRONYM +>. In particular, a few Bugzilla pages can + output their contents as either <ACRONYM +CLASS="acronym" +>XUL</ACRONYM +> (a special + Mozilla format, that looks like a program <ACRONYM +CLASS="acronym" +>GUI</ACRONYM +>) + or <ACRONYM +CLASS="acronym" +>RDF</ACRONYM +> (a type of structured <ACRONYM +CLASS="acronym" +>XML</ACRONYM +> + that can be read by various programs). + </P +><P +> In order for your users to see these pages correctly, Apache must + send them with the right <ACRONYM +CLASS="acronym" +>MIME</ACRONYM +> type. To do this, + add the following lines to your Apache configuration, either in the + <SAMP +CLASS="computeroutput" +><VirtualHost></SAMP +> section for your + Bugzilla, or in the <SAMP +CLASS="computeroutput" +><Directory></SAMP +> + section for your Bugzilla: + </P +><P +> <TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="screen" +>AddType application/vnd.mozilla.xul+xml .xul +AddType application/rdf+xml .rdf</PRE +></FONT +></TD +></TR +></TABLE +> + </P +></DIV +></DIV +><DIV +CLASS="section" +><HR><H2 +CLASS="section" +><A +NAME="multiple-bz-dbs" +>2.4. Multiple Bugzilla databases with a single installation</A +></H2 +><P +>The previous instructions referred to a standard installation, with + one unique Bugzilla database. However, you may want to host several + distinct installations, without having several copies of the code. This is + possible by using the PROJECT environment variable. When accessed, + Bugzilla checks for the existence of this variable, and if present, uses + its value to check for an alternative configuration file named + <TT CLASS="filename" ->cvs</TT ->, <TT +>localconfig.<PROJECT></TT +> in the same location as + the default one (<TT CLASS="filename" ->lxr</TT -> and - <TT +>localconfig</TT +>). It also checks for + customized templates in a directory named + <TT CLASS="filename" ->bonsai</TT -> tools if you have them, by giving - the locations of your installation of these tools in - <TT +><PROJECT></TT +> in the same location as the + default one (<TT CLASS="filename" ->editparams.cgi</TT ->. - </P -><P -> Patch Viewer also optionally will use the - <TT +>template/<langcode></TT +>). By default + this is <TT CLASS="filename" ->cvs</TT ->, <TT +>template/en/default</TT +> so PROJECT's templates + would be located at <TT CLASS="filename" ->diff</TT -> and - <TT +>template/en/PROJECT</TT +>.</P +><P +>To set up an alternate installation, just export PROJECT=foo before + running <B +CLASS="command" +>checksetup.pl</B +> for the first time. It will + result in a file called <TT CLASS="filename" ->interdiff</TT -> - command-line utilities if they exist on the system. - Interdiff can be obtained from - <A -HREF="http://cyberelk.net/tim/patchutils/" -TARGET="_top" ->http://cyberelk.net/tim/patchutils/</A ->. - If these programs are not in the system path, you can configure - their locations in <TT +>localconfig.foo</TT +> instead of + <TT CLASS="filename" >localconfig</TT ->. - </P +>. Edit this file as described above, with + reference to a new database, and re-run <B +CLASS="command" +>checksetup.pl</B +> + to populate it. That's all.</P +><P +>Now you have to configure the web server to pass this environment + variable when accessed via an alternate URL, such as virtual host for + instance. The following is an example of how you could do it in Apache, + other Webservers may differ. +<TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> <VirtualHost 212.85.153.228:80> + ServerName foo.bar.baz + SetEnv PROJECT foo + Alias /bugzilla /var/www/bugzilla +</VirtualHost> +</PRE +></FONT +></TD +></TR +></TABLE +> + </P +><P +>Don't forget to also export this variable before accessing Bugzilla + by other means, such as cron tasks for instance.</P ></DIV ><DIV CLASS="section" -><HR><H3 +><HR><H2 CLASS="section" ><A -NAME="bzradius" ->2.3.6. RADIUS Authentication</A -></H3 -><P ->RADIUS authentication is a module for Bugzilla's plugin - authentication architecture. - Most caveats that apply to LDAP authentication apply to RADIUS - authentication as well. - </P +NAME="os-specific" +>2.5. OS-Specific Installation Notes</A +></H2 ><P ->Parameters required to use RADIUS Authentication:</P +>Many aspects of the Bugzilla installation can be affected by the + operating system you choose to install it on. Sometimes it can be made + easier and others more difficult. This section will attempt to help you + understand both the difficulties of running on specific operating systems + and the utilities available to make it easier. + </P ><P -></P +>If you have anything to add or notes for an operating system not + covered, please file a bug in <A +HREF="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation" +TARGET="_top" +>Bugzilla Documentation</A +>. + </P ><DIV -CLASS="variablelist" -><DL -><DT +CLASS="section" +><HR><H3 +CLASS="section" ><A -NAME="param-user_verify_class_for_radius" -></A ->user_verify_class</DT -><DD -><P ->If you want to list <SPAN -CLASS="QUOTE" ->"RADIUS"</SPAN -> here, - make sure to have set up the other parameters listed below. - Unless you have other (working) authentication methods listed as - well, you may otherwise not be able to log back in to Bugzilla once - you log out. - If this happens to you, you will need to manually edit - <TT -CLASS="filename" ->data/params</TT -> and set user_verify_class to - <SPAN -CLASS="QUOTE" ->"DB"</SPAN ->. - </P -></DD -><DT -><A -NAME="param-RADIUS_server" -></A ->RADIUS_server</DT -><DD +NAME="os-win32" +>2.5.1. Microsoft Windows</A +></H3 ><P ->This parameter should be set to the name (and optionally the - port) of your RADIUS server. - </P -></DD -><DT +> Making Bugzilla work on Windows is more difficult than making it + work on Unix. For that reason, we still recommend doing so on a Unix + based system such as GNU/Linux. That said, if you do want to get + Bugzilla running on Windows, you will need to make the following + adjustments. A detailed step-by-step + <A +HREF="http://www.bugzilla.org/docs/win32install.html" +TARGET="_top" +> installation guide for Windows</A +> is also available + if you need more help with your installation. + </P +><DIV +CLASS="section" +><HR><H4 +CLASS="section" ><A -NAME="param-RADIUS_secret" -></A ->RADIUS_secret</DT -><DD +NAME="win32-perl" +>2.5.1.1. Win32 Perl</A +></H4 ><P ->This parameter should be set to the RADIUS server's secret. - </P -></DD -><DT -><A -NAME="param-RADIUS_email_suffix" -></A ->RADIUS_email_suffix</DT -><DD +> Perl for Windows can be obtained from + <A +HREF="http://www.activestate.com/" +TARGET="_top" +>ActiveState</A +>. + You should be able to find a compiled binary at <A +HREF="http://aspn.activestate.com/ASPN/Downloads/ActivePerl/" +TARGET="_top" +>http://aspn.activestate.com/ASPN/Downloads/ActivePerl/</A +>. + The following instructions assume that you are using version + 5.8.1 of ActiveState. + </P +><DIV +CLASS="note" ><P ->Bugzilla needs an e-mail address for each user account. - Therefore, it needs to determine the e-mail address corresponding - to a RADIUS user. - Bugzilla offers only a simple way to do this: it can concatenate - a suffix to the RADIUS user name to convert it into an e-mail - address. - You can specify this suffix in the RADIUS_email_suffix parameter. - </P +></P +><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 ->If this simple solution does not work for you, you'll - probably need to modify - <TT -CLASS="filename" ->Bugzilla/Auth/Verify/RADIUS.pm</TT -> to match your - requirements. +> These instructions are for 32-bit versions of Windows. If you are + using a 64-bit version of Windows, you will need to install 32-bit + Perl in order to install the 32-bit modules as described below. </P -></DD -></DL +></TD +></TR +></TABLE ></DIV ></DIV ><DIV CLASS="section" -><HR><H3 +><HR><H4 CLASS="section" ><A -NAME="bzldap" ->2.3.7. LDAP Authentication</A -></H3 +NAME="win32-perl-modules" +>2.5.1.2. Perl Modules on Win32</A +></H4 ><P ->LDAP authentication is a module for Bugzilla's plugin - authentication architecture. - </P +> Bugzilla on Windows requires the same perl modules found in + <A +HREF="#install-perlmodules" +>Section 2.1.5</A +>. The main difference is that + windows uses <A +HREF="#gloss-ppm" +><I +CLASS="glossterm" +>PPM</I +></A +> instead + of CPAN. ActiveState provides a GUI to manage Perl modules. We highly + recommend that you use it. If you prefer to use ppm from the + command-line, type: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> C:\perl> <B +CLASS="command" +>ppm install <module name></B +> + </PRE +></FONT +></TD +></TR +></TABLE ><P -> The existing authentication - scheme for Bugzilla uses email addresses as the primary user ID, and a - password to authenticate that user. All places within Bugzilla where - you need to deal with user ID (e.g assigning a bug) use the email - address. The LDAP authentication builds on top of this scheme, rather - than replacing it. The initial log in is done with a username and - password for the LDAP directory. Bugzilla tries to bind to LDAP using - those credentials, and if successful, try to map this account to a - Bugzilla account. If a LDAP mail attribute is defined, the value of this - attribute is used, otherwise emailsuffix parameter is appended to LDAP - username to form a full email address. If an account for this address - already exists in your Bugzilla system, it will log in to that account. - If no account for that email address exists, one is created at the time - of login. (In this case, Bugzilla will attempt to use the "displayName" - or "cn" attribute to determine the user's full name.) After - authentication, all other user-related tasks are still handled by email - address, not LDAP username. You still assign bugs by email address, query - on users by email address, etc. - </P +> The best source for the Windows PPM modules needed for Bugzilla + is probably the theory58S website, which you can add to your list + of repositories as follows (for Perl 5.8.x): + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> <B +CLASS="command" +>ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms/</B +> + </PRE +></FONT +></TD +></TR +></TABLE +><P +> If you are using Perl 5.10.x, you cannot use the same PPM modules as Perl + 5.8.x as they are incompatible. In this case, you should add the following + repository: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> <B +CLASS="command" +>ppm repo add theory58S http://cpan.uwinnipeg.ca/PPMPackages/10xx/</B +> + </PRE +></FONT +></TD +></TR +></TABLE ><DIV -CLASS="caution" +CLASS="note" ><P ></P ><TABLE -CLASS="caution" +CLASS="note" WIDTH="100%" BORDER="0" ><TR @@ -4455,241 +4588,362 @@ WIDTH="25" ALIGN="CENTER" VALIGN="TOP" ><IMG -SRC="../images/caution.gif" +SRC="../images/note.gif" HSPACE="5" -ALT="Caution"></TD +ALT="Note"></TD ><TD ALIGN="LEFT" VALIGN="TOP" ><P ->Because the Bugzilla account is not created until the first time - a user logs in, a user who has not yet logged is unknown to Bugzilla. - This means they cannot be used as an assignee or QA contact (default or - otherwise), added to any cc list, or any other such operation. One - possible workaround is the <TT -CLASS="filename" ->bugzilla_ldapsync.rb</TT +> In versions prior to 5.8.8 build 819 of PPM the command is + <TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> <B +CLASS="command" +>ppm repository add theory58S http://theoryx5.uwinnipeg.ca/ppms/</B > - script in the - <A -HREF="#gloss-contrib" -><I -CLASS="glossterm" -><TT -CLASS="filename" ->contrib</TT -></I -></A -> directory. Another possible solution is fixing - <A -HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=201069" -TARGET="_top" ->bug - 201069</A ->. - </P + </PRE +></FONT +></TD +></TR +></TABLE +> + </P ></TD ></TR ></TABLE ></DIV -><P ->Parameters required to use LDAP Authentication:</P -><P -></P ><DIV -CLASS="variablelist" -><DL -><DT -><A -NAME="param-user_verify_class_for_ldap" -></A ->user_verify_class</DT -><DD +CLASS="note" ><P ->If you want to list <SPAN -CLASS="QUOTE" ->"LDAP"</SPAN -> here, - make sure to have set up the other parameters listed below. - Unless you have other (working) authentication methods listed as - well, you may otherwise not be able to log back in to Bugzilla once - you log out. - If this happens to you, you will need to manually edit - <TT -CLASS="filename" ->data/params</TT -> and set user_verify_class to - <SPAN -CLASS="QUOTE" ->"DB"</SPAN ->. - </P -></DD -><DT -><A -NAME="param-LDAPserver" -></A ->LDAPserver</DT -><DD +></P +><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 ->This parameter should be set to the name (and optionally the - port) of your LDAP server. If no port is specified, it assumes - the default LDAP port of 389. - </P +> The PPM repository stores modules in 'packages' that may have + a slightly different name than the module. If retrieving these + modules from there, you will need to pay attention to the information + provided when you run <B +CLASS="command" +>checksetup.pl</B +> as it will + tell you what package you'll need to install. + </P +></TD +></TR +></TABLE +></DIV +><DIV +CLASS="tip" ><P ->Ex. <SPAN -CLASS="QUOTE" ->"ldap.company.com"</SPAN -> - or <SPAN -CLASS="QUOTE" ->"ldap.company.com:3268"</SPAN -> - </P +></P +><TABLE +CLASS="tip" +WIDTH="100%" +BORDER="0" +><TR +><TD +WIDTH="25" +ALIGN="CENTER" +VALIGN="TOP" +><IMG +SRC="../images/tip.gif" +HSPACE="5" +ALT="Tip"></TD +><TD +ALIGN="LEFT" +VALIGN="TOP" ><P ->You can also specify a LDAP URI, so as to use other - protocols, such as LDAPS or LDAPI. If port was not specified in - the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS' - schemes respectively. - </P +> If you are behind a corporate firewall, you will need to let the + ActiveState PPM utility know how to get through it to access + the repositories by setting the HTTP_proxy system environmental + variable. For more information on setting that variable, see + the ActiveState documentation. + </P +></TD +></TR +></TABLE +></DIV +></DIV +><DIV +CLASS="section" +><HR><H4 +CLASS="section" +><A +NAME="win32-code-changes" +>2.5.1.3. Code changes required to run on Win32</A +></H4 ><P ->Ex. <SPAN -CLASS="QUOTE" ->"ldap://ldap.company.com"</SPAN ->, - <SPAN -CLASS="QUOTE" ->"ldaps://ldap.company.com"</SPAN -> or - <SPAN -CLASS="QUOTE" ->"ldapi://%2fvar%2flib%2fldap_sock"</SPAN -> - </P -></DD -><DT +> Bugzilla on Win32 is supported out of the box from version 2.20; this + means that no code changes are required to get Bugzilla running. + </P +></DIV +><DIV +CLASS="section" +><HR><H4 +CLASS="section" ><A -NAME="param-LDAPbinddn" -></A ->LDAPbinddn [Optional]</DT -><DD +NAME="win32-http" +>2.5.1.4. Serving the web pages</A +></H4 ><P ->Some LDAP servers will not allow an anonymous bind to search - the directory. If this is the case with your configuration you - should set the LDAPbinddn parameter to the user account Bugzilla - should use instead of the anonymous bind. - </P +> As is the case on Unix based systems, any web server should + be able to handle Bugzilla; however, the Bugzilla Team still + recommends Apache whenever asked. No matter what web server + you choose, be sure to pay attention to the security notes + in <A +HREF="#security-webserver-access" +>Section 4.3.1</A +>. More + information on configuring specific web servers can be found + in <A +HREF="#http" +>Section 2.2.4</A +>. + </P +><DIV +CLASS="note" ><P ->Ex. <SPAN -CLASS="QUOTE" ->"cn=default,cn=user:password"</SPAN ></P -></DD -><DT -><A -NAME="param-LDAPBaseDN" -></A ->LDAPBaseDN</DT -><DD +><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 ->The LDAPBaseDN parameter should be set to the location in - your LDAP tree that you would like to search for email addresses. - Your uids should be unique under the DN specified here. - </P +> If using Apache on windows, you can set the <A +HREF="http://httpd.apache.org/docs-2.0/mod/core.html#scriptinterpretersource" +TARGET="_top" +>ScriptInterpreterSource</A +> + directive in your Apache config to avoid having to modify + the first line of every script to contain your path to Perl + instead of <TT +CLASS="filename" +>/usr/bin/perl</TT +>. When setting + <TT +CLASS="filename" +>ScriptInterpreterSource</TT +>, do not forget + to specify the <B +CLASS="command" +>-T</B +> flag to enable the taint + mode. For example: <B +CLASS="command" +>C:\Perl\bin\perl.exe -T</B +>. + </P +></TD +></TR +></TABLE +></DIV +></DIV +><DIV +CLASS="section" +><HR><H4 +CLASS="section" +><A +NAME="win32-email" +>2.5.1.5. Sending Email</A +></H4 ><P ->Ex. <SPAN -CLASS="QUOTE" ->"ou=People,o=Company"</SPAN -></P -></DD -><DT +> To enable Bugzilla to send email on Windows, the server running the + Bugzilla code must be able to connect to, or act as, an SMTP server. + </P +></DIV +></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" ><A -NAME="param-LDAPuidattribute" +NAME="os-macosx" +>2.5.2. <SPAN +CLASS="productname" +>Mac OS X</SPAN ></A ->LDAPuidattribute</DT -><DD -><P ->The LDAPuidattribute parameter should be set to the attribute - which contains the unique UID of your users. The value retrieved - from this attribute will be used when attempting to bind as the - user to confirm their password. - </P +></H3 ><P ->Ex. <SPAN -CLASS="QUOTE" ->"uid"</SPAN -></P -></DD -><DT +>Making Bugzilla work on Mac OS X requires the following + adjustments.</P +><DIV +CLASS="section" +><HR><H4 +CLASS="section" ><A -NAME="param-LDAPmailattribute" -></A ->LDAPmailattribute</DT -><DD +NAME="macosx-sendmail" +>2.5.2.1. Sendmail</A +></H4 ><P ->The LDAPmailattribute parameter should be the name of the - attribute which contains the email address your users will enter - into the Bugzilla login boxes. - </P +>In Mac OS X 10.3 and later, + <A +HREF="http://www.postfix.org/" +TARGET="_top" +>Postfix</A +> + is used as the built-in email server. Postfix provides an executable + that mimics sendmail enough to fool Bugzilla, as long as Bugzilla can + find it.</P ><P ->Ex. <SPAN -CLASS="QUOTE" ->"mail"</SPAN -></P -></DD -></DL -></DIV +>As of version 2.20, Bugzilla will be able to find the fake + sendmail executable without any assistance. However, you will have + to turn on the sendmailnow parameter before you do anything that would + result in email being sent. For more information, see the description + of the sendmailnow parameter in <A +HREF="#parameters" +>Section 3.1</A +>.</P ></DIV ><DIV CLASS="section" -><HR><H3 +><HR><H4 CLASS="section" ><A -NAME="apache-addtype" ->2.3.8. Serving Alternate Formats with the right MIME type</A -></H3 +NAME="macosx-libraries" +>2.5.2.2. Libraries & Perl Modules on Mac OS X</A +></H4 ><P -> Some Bugzilla pages have alternate formats, other than just plain - <ACRONYM -CLASS="acronym" ->HTML</ACRONYM ->. In particular, a few Bugzilla pages can - output their contents as either <ACRONYM -CLASS="acronym" ->XUL</ACRONYM -> (a special - Mozilla format, that looks like a program <ACRONYM -CLASS="acronym" ->GUI</ACRONYM ->) - or <ACRONYM -CLASS="acronym" ->RDF</ACRONYM -> (a type of structured <ACRONYM -CLASS="acronym" ->XML</ACRONYM -> - that can be read by various programs). - </P +>Apple does not include the GD library with Mac OS X. Bugzilla + needs this for bug graphs.</P ><P -> In order for your users to see these pages correctly, Apache must - send them with the right <ACRONYM -CLASS="acronym" ->MIME</ACRONYM -> type. To do this, - add the following lines to your Apache configuration, either in the - <SAMP -CLASS="computeroutput" -><VirtualHost></SAMP -> section for your - Bugzilla, or in the <SAMP -CLASS="computeroutput" -><Directory></SAMP +>You can use DarwinPorts (<A +HREF="http://darwinports.com/" +TARGET="_top" +>http://darwinports.com/</A +>) + or Fink (<A +HREF="http://sourceforge.net/projects/fink/" +TARGET="_top" +>http://sourceforge.net/projects/fink/</A +>), both + of which are similar in nature to the CPAN installer, but install + common unix programs.</P +><P +>Follow the instructions for setting up DarwinPorts or Fink. + Once you have one installed, you'll want to use it to install the + <TT +CLASS="filename" +>gd2</TT +> package. + </P +><P +>Fink will prompt you for a number of dependencies, type 'y' and hit + enter to install all of the dependencies and then watch it work. You will + then be able to use <A +HREF="#gloss-cpan" +><I +CLASS="glossterm" +>CPAN</I +></A +> to + install the GD Perl module. + </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 +>To prevent creating conflicts with the software that Apple + installs by default, Fink creates its own directory tree at + <TT +CLASS="filename" +>/sw</TT +> where it installs most of + the software that it installs. This means your libraries and headers + will be at <TT +CLASS="filename" +>/sw/lib</TT +> and + <TT +CLASS="filename" +>/sw/include</TT +> instead of + <TT +CLASS="filename" +>/usr/lib</TT +> and + <TT +CLASS="filename" +>/usr/include</TT +>. When the + Perl module config script asks where your <TT +CLASS="filename" +>libgd</TT > - section for your Bugzilla: - </P + is, be sure to tell it + <TT +CLASS="filename" +>/sw/lib</TT +>. + </P +></TD +></TR +></TABLE +></DIV ><P -> <TABLE +>Also available via DarwinPorts and Fink is + <TT +CLASS="filename" +>expat</TT +>. After installing the expat package, you + will be able to install XML::Parser using CPAN. If you use fink, there + is one caveat. Unlike recent versions of + the GD module, XML::Parser doesn't prompt for the location of the + required libraries. When using CPAN, you will need to use the following + command sequence: + </P +><TABLE BORDER="0" BGCOLOR="#E0E0E0" WIDTH="100%" @@ -4699,179 +4953,166 @@ WIDTH="100%" COLOR="#000000" ><PRE CLASS="screen" ->AddType application/vnd.mozilla.xul+xml .xul -AddType application/rdf+xml .rdf</PRE +> # perl -MCPAN -e'look XML::Parser' <A +NAME="macosx-look" +><IMG +SRC="../images/callouts/1.gif" +HSPACE="0" +VSPACE="0" +BORDER="0" +ALT="(1)"></A +> +# perl Makefile.PL EXPATLIBPATH=/sw/lib EXPATINCPATH=/sw/include +# make; make test; make install <A +NAME="macosx-make" +><IMG +SRC="../images/callouts/2.gif" +HSPACE="0" +VSPACE="0" +BORDER="0" +ALT="(2)"></A +> +# exit <A +NAME="macosx-exit" +><IMG +SRC="../images/callouts/3.gif" +HSPACE="0" +VSPACE="0" +BORDER="0" +ALT="(3)"></A +> + </PRE ></FONT ></TD ></TR ></TABLE -> - </P -></DIV -></DIV ><DIV -CLASS="section" -><HR><H2 -CLASS="section" +CLASS="calloutlist" +><DL +COMPACT="COMPACT" +><DT ><A -NAME="multiple-bz-dbs" ->2.4. Multiple Bugzilla databases with a single installation</A -></H2 -><P ->The previous instructions referred to a standard installation, with - one unique Bugzilla database. However, you may want to host several - distinct installations, without having several copies of the code. This is - possible by using the PROJECT environment variable. When accessed, - Bugzilla checks for the existence of this variable, and if present, uses - its value to check for an alternative configuration file named - <TT -CLASS="filename" ->localconfig.<PROJECT></TT -> in the same location as - the default one (<TT -CLASS="filename" ->localconfig</TT ->). It also checks for - customized templates in a directory named - <TT -CLASS="filename" -><PROJECT></TT -> in the same location as the - default one (<TT -CLASS="filename" ->template/<langcode></TT ->). By default - this is <TT -CLASS="filename" ->template/en/default</TT -> so PROJECT's templates - would be located at <TT -CLASS="filename" ->template/en/PROJECT</TT ->.</P -><P ->To set up an alternate installation, just export PROJECT=foo before - running <B -CLASS="command" ->checksetup.pl</B -> for the first time. It will - result in a file called <TT -CLASS="filename" ->localconfig.foo</TT -> instead of - <TT -CLASS="filename" ->localconfig</TT ->. Edit this file as described above, with - reference to a new database, and re-run <B -CLASS="command" ->checksetup.pl</B -> - to populate it. That's all.</P -><P ->Now you have to configure the web server to pass this environment - variable when accessed via an alternate URL, such as virtual host for - instance. The following is an example of how you could do it in Apache, - other Webservers may differ. -<TABLE +HREF="#macosx-look" +><IMG +SRC="../images/callouts/1.gif" +HSPACE="0" +VSPACE="0" +BORDER="0" +ALT="(1)"></A +><A +HREF="#macosx-exit" +><IMG +SRC="../images/callouts/3.gif" +HSPACE="0" +VSPACE="0" +BORDER="0" +ALT="(3)"></A +></DT +><DD +>The look command will download the module and spawn a + new shell with the extracted files as the current working directory. + The exit command will return you to your original shell. + </DD +><DT +><A +HREF="#macosx-make" +><IMG +SRC="../images/callouts/2.gif" +HSPACE="0" +VSPACE="0" BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> <VirtualHost 212.85.153.228:80> - ServerName foo.bar.baz - SetEnv PROJECT foo - Alias /bugzilla /var/www/bugzilla -</VirtualHost> -</PRE -></FONT -></TD -></TR -></TABLE -> - </P -><P ->Don't forget to also export this variable before accessing Bugzilla - by other means, such as cron tasks for instance.</P +ALT="(2)"></A +></DT +><DD +>You should watch the output from these make commands, + especially <SPAN +CLASS="QUOTE" +>"make test"</SPAN +> as errors may prevent + XML::Parser from functioning correctly with Bugzilla. + </DD +></DL +></DIV +></DIV ></DIV ><DIV CLASS="section" -><HR><H2 +><HR><H3 CLASS="section" ><A -NAME="os-specific" ->2.5. OS-Specific Installation Notes</A -></H2 +NAME="os-linux" +>2.5.3. Linux Distributions</A +></H3 ><P ->Many aspects of the Bugzilla installation can be affected by the - operating system you choose to install it on. Sometimes it can be made - easier and others more difficult. This section will attempt to help you - understand both the difficulties of running on specific operating systems - and the utilities available to make it easier. - </P +>Many Linux distributions include Bugzilla and its + dependencies in their native package management systems. + Installing Bugzilla with root access on any Linux system + should be as simple as finding the Bugzilla package in the + package management application and installing it using the + normal command syntax. Several distributions also perform + the proper web server configuration automatically on installation. + </P ><P ->If you have anything to add or notes for an operating system not - covered, please file a bug in <A -HREF="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation" +>Please consult the documentation of your Linux + distribution for instructions on how to install packages, + or for specific instructions on installing Bugzilla with + native package management tools. There is also a + <A +HREF="http://wiki.mozilla.org/Bugzilla:Linux_Distro_Installation" TARGET="_top" ->Bugzilla Documentation</A ->. - </P +> Bugzilla Wiki Page</A +> for distro-specific installation + notes. + </P +></DIV +></DIV ><DIV CLASS="section" -><HR><H3 +><HR><H2 CLASS="section" ><A -NAME="os-win32" ->2.5.1. Microsoft Windows</A +NAME="nonroot" +>2.6. UNIX (non-root) Installation Notes</A +></H2 +><DIV +CLASS="section" +><H3 +CLASS="section" +><A +NAME="AEN872" +>2.6.1. Introduction</A ></H3 ><P -> Making Bugzilla work on Windows is more difficult than making it - work on Unix. For that reason, we still recommend doing so on a Unix - based system such as GNU/Linux. That said, if you do want to get - Bugzilla running on Windows, you will need to make the following - adjustments. A detailed step-by-step - <A -HREF="http://www.bugzilla.org/docs/win32install.html" -TARGET="_top" -> installation guide for Windows</A -> is also available - if you need more help with your installation. - </P +>If you are running a *NIX OS as non-root, either due + to lack of access (web hosts, for example) or for security + reasons, this will detail how to install Bugzilla on such + a setup. It is recommended that you read through the + <A +HREF="#installation" +>Section 2.1</A +> + first to get an idea on the installation steps required. + (These notes will reference to steps in that guide.)</P +></DIV ><DIV CLASS="section" -><HR><H4 +><HR><H3 CLASS="section" ><A -NAME="win32-perl" ->2.5.1.1. Win32 Perl</A -></H4 +NAME="AEN876" +>2.6.2. MySQL</A +></H3 ><P -> Perl for Windows can be obtained from - <A -HREF="http://www.activestate.com/" -TARGET="_top" ->ActiveState</A ->. - You should be able to find a compiled binary at <A -HREF="http://aspn.activestate.com/ASPN/Downloads/ActivePerl/" -TARGET="_top" ->http://aspn.activestate.com/ASPN/Downloads/ActivePerl/</A ->. - The following instructions assume that you are using version - 5.8.1 of ActiveState. - </P +>You may have MySQL installed as root. If you're + setting up an account with a web host, a MySQL account + needs to be set up for you. From there, you can create + the bugs account, or use the account given to you.</P ><DIV -CLASS="note" +CLASS="warning" ><P ></P ><TABLE -CLASS="note" +CLASS="warning" WIDTH="100%" BORDER="0" ><TR @@ -4880,45 +5121,55 @@ 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 -> These instructions are for 32-bit versions of Windows. If you are - using a 64-bit version of Windows, you will need to install 32-bit - Perl in order to install the 32-bit modules as described below. - </P +>You may have problems trying to set up + <B +CLASS="command" +>GRANT</B +> permissions to the database. + If you're using a web host, chances are that you have a + separate database which is already locked down (or one big + database with limited/no access to the other areas), but you + may want to ask your system administrator what the security + settings are set to, and/or run the <B +CLASS="command" +>GRANT</B +> + command for you.</P +><P +>Also, you will probably not be able to change the MySQL + root user password (for obvious reasons), so skip that + step.</P ></TD ></TR ></TABLE ></DIV -></DIV ><DIV CLASS="section" ><HR><H4 CLASS="section" ><A -NAME="win32-perl-modules" ->2.5.1.2. Perl Modules on Win32</A +NAME="AEN884" +>2.6.2.1. Running MySQL as Non-Root</A ></H4 +><DIV +CLASS="section" +><H5 +CLASS="section" +><A +NAME="AEN886" +>2.6.2.1.1. The Custom Configuration Method</A +></H5 ><P -> Bugzilla on Windows requires the same perl modules found in - <A -HREF="#install-perlmodules" ->Section 2.1.5</A ->. The main difference is that - windows uses <A -HREF="#gloss-ppm" -><I -CLASS="glossterm" ->PPM</I -></A -> instead - of CPAN. - </P +>Create a file .my.cnf in your + home directory (using /home/foo in this example) + as follows....</P ><TABLE BORDER="0" BGCOLOR="#E0E0E0" @@ -4929,20 +5180,62 @@ WIDTH="100%" COLOR="#000000" ><PRE CLASS="programlisting" -> C:\perl> <B -CLASS="command" ->ppm install <module name></B -> - </PRE +> [mysqld] +datadir=/home/foo/mymysql +socket=/home/foo/mymysql/thesock +port=8081 + +[mysql] +socket=/home/foo/mymysql/thesock +port=8081 + +[mysql.server] +user=mysql +basedir=/var/lib + +[safe_mysqld] +err-log=/home/foo/mymysql/the.log +pid-file=/home/foo/mymysql/the.pid + </PRE ></FONT ></TD ></TR ></TABLE +></DIV +><DIV +CLASS="section" +><HR><H5 +CLASS="section" +><A +NAME="AEN890" +>2.6.2.1.2. The Custom Built Method</A +></H5 +><P +>You can install MySQL as a not-root, if you really need to. + Build it with PREFIX set to <TT +CLASS="filename" +>/home/foo/mysql</TT +>, + or use pre-installed executables, specifying that you want + to put all of the data files in <TT +CLASS="filename" +>/home/foo/mysql/data</TT +>. + If there is another MySQL server running on the system that you + do not own, use the -P option to specify a TCP port that is not + in use.</P +></DIV +><DIV +CLASS="section" +><HR><H5 +CLASS="section" +><A +NAME="AEN895" +>2.6.2.1.3. Starting the Server</A +></H5 ><P -> The best source for the Windows PPM modules needed for Bugzilla - is probably the Bugzilla Test Server (aka 'Landfill'), so - you should add the Landfill package repository as follows: - </P +>After your mysqld program is built and any .my.cnf file is + in place, you must initialize the databases (ONCE).</P ><TABLE BORDER="0" BGCOLOR="#E0E0E0" @@ -4952,39 +5245,23 @@ WIDTH="100%" ><FONT COLOR="#000000" ><PRE -CLASS="programlisting" -> <B +CLASS="screen" +> <SAMP +CLASS="prompt" +>bash$</SAMP +> + <B CLASS="command" ->ppm repo add landfill http://www.landfill.bugzilla.org/ppm/</B +>mysql_install_db</B > - </PRE + </PRE ></FONT ></TD ></TR ></TABLE -><DIV -CLASS="note" ><P -></P +>Then start the daemon with</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 -> In versions prior to 5.8.8 build 819 of PPM the command is - <TABLE BORDER="0" BGCOLOR="#E0E0E0" WIDTH="100%" @@ -4993,22 +5270,28 @@ WIDTH="100%" ><FONT COLOR="#000000" ><PRE -CLASS="programlisting" -> <B +CLASS="screen" +> <SAMP +CLASS="prompt" +>bash$</SAMP +> + <B CLASS="command" ->ppm repository add landfill http://www.landfill.bugzilla.org/ppm/</B +>safe_mysql &</B > </PRE ></FONT ></TD ></TR ></TABLE -> - </P -></TD -></TR -></TABLE -></DIV +><P +>After you start mysqld the first time, you then connect to + it as "root" and <B +CLASS="command" +>GRANT</B +> permissions to other + users. (Again, the MySQL root account has nothing to do with + the *NIX root account.)</P ><DIV CLASS="note" ><P @@ -5030,25 +5313,20 @@ ALT="Note"></TD ALIGN="LEFT" VALIGN="TOP" ><P -> The PPM repository stores modules in 'packages' that may have - a slightly different name than the module. If retrieving these - modules from there, you will need to pay attention to the information - provided when you run <B -CLASS="command" ->checksetup.pl</B -> as it will - tell you what package you'll need to install. - </P +>You will need to start the daemons yourself. You can either + ask your system administrator to add them to system startup files, or + add a crontab entry that runs a script to check on these daemons + and restart them if needed.</P ></TD ></TR ></TABLE ></DIV ><DIV -CLASS="tip" +CLASS="warning" ><P ></P ><TABLE -CLASS="tip" +CLASS="warning" WIDTH="100%" BORDER="0" ><TR @@ -5057,205 +5335,164 @@ WIDTH="25" ALIGN="CENTER" VALIGN="TOP" ><IMG -SRC="../images/tip.gif" +SRC="../images/warning.gif" HSPACE="5" -ALT="Tip"></TD +ALT="Warning"></TD ><TD ALIGN="LEFT" VALIGN="TOP" ><P -> If you are behind a corporate firewall, you will need to let the - ActiveState PPM utility know how to get through it to access - the repositories by setting the HTTP_proxy system environmental - variable. For more information on setting that variable, see - the ActiveState documentation. - </P +>Do NOT run daemons or other services on a server without first + consulting your system administrator! Daemons use up system resources + and running one may be in violation of your terms of service for any + machine on which you are a user!</P ></TD ></TR ></TABLE ></DIV ></DIV -><DIV -CLASS="section" -><HR><H4 -CLASS="section" -><A -NAME="win32-code-changes" ->2.5.1.3. Code changes required to run on Win32</A -></H4 -><P -> Bugzilla on Win32 is supported out of the box from version 2.20; this - means that no code changes are required to get Bugzilla running. - </P +></DIV ></DIV ><DIV CLASS="section" -><HR><H4 +><HR><H3 CLASS="section" ><A -NAME="win32-http" ->2.5.1.4. Serving the web pages</A -></H4 -><P -> As is the case on Unix based systems, any web server should - be able to handle Bugzilla; however, the Bugzilla Team still - recommends Apache whenever asked. No matter what web server - you choose, be sure to pay attention to the security notes - in <A -HREF="#security-webserver-access" ->Section 4.3.1</A ->. More - information on configuring specific web servers can be found - in <A -HREF="#http" ->Section 2.2.4</A ->. - </P -><DIV -CLASS="note" +NAME="AEN911" +>2.6.3. Perl</A +></H3 ><P -></P +> On the extremely rare chance that you don't have Perl on + the machine, you will have to build the sources + yourself. The following commands should get your system + installed with your own personal version of Perl: + </P ><TABLE -CLASS="note" -WIDTH="100%" 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 -> If using Apache on windows, you can set the <A -HREF="http://httpd.apache.org/docs-2.0/mod/core.html#scriptinterpretersource" -TARGET="_top" ->ScriptInterpreterSource</A +><FONT +COLOR="#000000" +><PRE +CLASS="screen" +> <SAMP +CLASS="prompt" +>bash$</SAMP > - directive in your Apache config to avoid having to modify - the first line of every script to contain your path to Perl - instead of <TT -CLASS="filename" ->/usr/bin/perl</TT ->. When setting - <TT -CLASS="filename" ->ScriptInterpreterSource</TT ->, do not forget - to specify the <B + <B CLASS="command" ->-T</B -> flag to enable the taint - mode. For example: <B +>wget http://perl.com/CPAN/src/stable.tar.gz</B +> + <SAMP +CLASS="prompt" +>bash$</SAMP +> + <B CLASS="command" ->C:\Perl\bin\perl.exe -T</B ->. - </P +>tar zvxf stable.tar.gz</B +> + <SAMP +CLASS="prompt" +>bash$</SAMP +> + <B +CLASS="command" +>cd perl-5.8.1</B +> (or whatever the version of Perl is called) + <SAMP +CLASS="prompt" +>bash$</SAMP +> + <B +CLASS="command" +>sh Configure -de -Dprefix=/home/foo/perl</B +> + <SAMP +CLASS="prompt" +>bash$</SAMP +> + <B +CLASS="command" +>make && make test && make install</B +> + </PRE +></FONT ></TD ></TR ></TABLE -></DIV -></DIV -><DIV -CLASS="section" -><HR><H4 -CLASS="section" -><A -NAME="win32-email" ->2.5.1.5. Sending Email</A -></H4 ><P -> To enable Bugzilla to send email on Windows, the server running the - Bugzilla code must be able to connect to, or act as, an SMTP server. - </P -></DIV +> Once you have Perl installed into a directory (probably + in <TT +CLASS="filename" +>~/perl/bin</TT +>), you will need to + install the Perl Modules, described below. + </P ></DIV ><DIV CLASS="section" ><HR><H3 CLASS="section" ><A -NAME="os-macosx" ->2.5.2. <SPAN -CLASS="productname" ->Mac OS X</SPAN -></A +NAME="install-perlmodules-nonroot" +>2.6.4. Perl Modules</A ></H3 ><P ->Making Bugzilla work on Mac OS X requires the following - adjustments.</P +> Installing the Perl modules as a non-root user is accomplished by + running the <TT +CLASS="filename" +>install-module.pl</TT +> + script. For more details on this script, see + <A +HREF="api/install-module.html" +TARGET="_top" +><TT +CLASS="filename" +>install-module.pl</TT +> + documentation</A +> + </P +></DIV ><DIV CLASS="section" -><HR><H4 +><HR><H3 CLASS="section" ><A -NAME="macosx-sendmail" ->2.5.2.1. Sendmail</A -></H4 -><P ->In Mac OS X 10.3 and later, - <A -HREF="http://www.postfix.org/" -TARGET="_top" ->Postfix</A -> - is used as the built-in email server. Postfix provides an executable - that mimics sendmail enough to fool Bugzilla, as long as Bugzilla can - find it.</P +NAME="AEN933" +>2.6.5. HTTP Server</A +></H3 ><P ->As of version 2.20, Bugzilla will be able to find the fake - sendmail executable without any assistance. However, you will have - to turn on the sendmailnow parameter before you do anything that would - result in email being sent. For more information, see the description - of the sendmailnow parameter in <A -HREF="#parameters" ->Section 3.1</A ->.</P -></DIV +>Ideally, this also needs to be installed as root and + run under a special web server account. As long as + the web server will allow the running of *.cgi files outside of a + cgi-bin, and a way of denying web access to certain files (such as a + .htaccess file), you should be good in this department.</P ><DIV CLASS="section" ><HR><H4 CLASS="section" ><A -NAME="macosx-libraries" ->2.5.2.2. Libraries & Perl Modules on Mac OS X</A +NAME="AEN936" +>2.6.5.1. Running Apache as Non-Root</A ></H4 ><P ->Apple did not include the GD library with Mac OS X. Bugzilla - needs this for bug graphs.</P -><P ->You can install it using a program called - Fink, which is similar in nature to the CPAN installer, but installs - common GNU utilities. Fink is available from - <A -HREF="http://sourceforge.net/projects/fink/" -TARGET="_top" ->http://sourceforge.net/projects/fink/</A ->.</P -><P ->Follow the instructions for setting up Fink. Once it's installed, - you'll want to use it to install the <TT -CLASS="filename" ->gd2</TT -> package. - </P +>You can run Apache as a non-root user, but the port will need + to be set to one above 1024. If you type <B +CLASS="command" +>httpd -V</B +>, + you will get a list of the variables that your system copy of httpd + uses. One of those, namely HTTPD_ROOT, tells you where that + installation looks for its config information.</P ><P ->It will prompt you for a number of dependencies, type 'y' and hit - enter to install all of the dependencies and then watch it work. You will - then be able to use <A -HREF="#gloss-cpan" -><I -CLASS="glossterm" ->CPAN</I -></A -> to - install the GD Perl module. - </P +>From there, you can copy the config files to your own home + directory to start editing. When you edit those and then use the -d + option to override the HTTPD_ROOT compiled into the web server, you + get control of your own customized web server.</P ><DIV CLASS="note" ><P @@ -5277,218 +5514,72 @@ ALT="Note"></TD ALIGN="LEFT" VALIGN="TOP" ><P ->To prevent creating conflicts with the software that Apple - installs by default, Fink creates its own directory tree at - <TT -CLASS="filename" ->/sw</TT -> where it installs most of - the software that it installs. This means your libraries and headers - will be at <TT -CLASS="filename" ->/sw/lib</TT -> and - <TT -CLASS="filename" ->/sw/include</TT -> instead of - <TT -CLASS="filename" ->/usr/lib</TT -> and - <TT -CLASS="filename" ->/usr/include</TT ->. When the - Perl module config script asks where your <TT -CLASS="filename" ->libgd</TT -> - is, be sure to tell it - <TT -CLASS="filename" ->/sw/lib</TT ->. - </P +>You will need to start the daemons yourself. You can either + ask your system administrator to add them to system startup files, or + add a crontab entry that runs a script to check on these daemons + and restart them if needed.</P ></TD ></TR ></TABLE ></DIV +><DIV +CLASS="warning" ><P ->Also available via Fink is <TT -CLASS="filename" ->expat</TT ->. After using - fink to install the expat package you will be able to install - XML::Parser using CPAN. There is one caveat. Unlike recent versions of - the GD module, XML::Parser doesn't prompt for the location of the - required libraries. When using CPAN, you will need to use the following - command sequence: - </P +></P ><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" +CLASS="warning" WIDTH="100%" +BORDER="0" ><TR ><TD -><FONT -COLOR="#000000" -><PRE -CLASS="screen" -> # perl -MCPAN -e'look XML::Parser' <A -NAME="macosx-look" -><IMG -SRC="../images/callouts/1.gif" -HSPACE="0" -VSPACE="0" -BORDER="0" -ALT="(1)"></A -> -# perl Makefile.PL EXPATLIBPATH=/sw/lib EXPATINCPATH=/sw/include -# make; make test; make install <A -NAME="macosx-make" -><IMG -SRC="../images/callouts/2.gif" -HSPACE="0" -VSPACE="0" -BORDER="0" -ALT="(2)"></A -> -# exit <A -NAME="macosx-exit" -><IMG -SRC="../images/callouts/3.gif" -HSPACE="0" -VSPACE="0" -BORDER="0" -ALT="(3)"></A -> - </PRE -></FONT -></TD -></TR -></TABLE -><DIV -CLASS="calloutlist" -><DL -COMPACT="COMPACT" -><DT -><A -HREF="#macosx-look" -><IMG -SRC="../images/callouts/1.gif" -HSPACE="0" -VSPACE="0" -BORDER="0" -ALT="(1)"></A -><A -HREF="#macosx-exit" -><IMG -SRC="../images/callouts/3.gif" -HSPACE="0" -VSPACE="0" -BORDER="0" -ALT="(3)"></A -></DT -><DD ->The look command will download the module and spawn a - new shell with the extracted files as the current working directory. - The exit command will return you to your original shell. - </DD -><DT -><A -HREF="#macosx-make" +WIDTH="25" +ALIGN="CENTER" +VALIGN="TOP" ><IMG -SRC="../images/callouts/2.gif" -HSPACE="0" -VSPACE="0" -BORDER="0" -ALT="(2)"></A -></DT -><DD ->You should watch the output from these make commands, - especially <SPAN -CLASS="QUOTE" ->"make test"</SPAN -> as errors may prevent - XML::Parser from functioning correctly with Bugzilla. - </DD -></DL -></DIV -></DIV -></DIV -><DIV -CLASS="section" -><HR><H3 -CLASS="section" -><A -NAME="os-linux" ->2.5.3. Linux Distributions</A -></H3 -><P ->Many Linux distributions include Bugzilla and its - dependencies in their native package management systems. - Installing Bugzilla with root access on any Linux system - should be as simple as finding the Bugzilla package in the - package management application and installing it using the - normal command syntax. Several distributions also perform - the proper web server configuration automatically on installation. - </P -><P ->Please consult the documentation of your Linux - distribution for instructions on how to install packages, - or for specific instructions on installing Bugzilla with - native package management tools. There is also a - <A -HREF="http://wiki.mozilla.org/Bugzilla:Linux_Distro_Installation" -TARGET="_top" -> Bugzilla Wiki Page</A -> for distro-specific installation - notes. - </P -></DIV -></DIV -><DIV -CLASS="section" -><HR><H2 -CLASS="section" -><A -NAME="nonroot" ->2.6. UNIX (non-root) Installation Notes</A -></H2 -><DIV -CLASS="section" -><H3 -CLASS="section" -><A -NAME="AEN977" ->2.6.1. Introduction</A -></H3 +SRC="../images/warning.gif" +HSPACE="5" +ALT="Warning"></TD +><TD +ALIGN="LEFT" +VALIGN="TOP" ><P ->If you are running a *NIX OS as non-root, either due - to lack of access (web hosts, for example) or for security - reasons, this will detail how to install Bugzilla on such - a setup. It is recommended that you read through the - <A -HREF="#installation" ->Section 2.1</A -> - first to get an idea on the installation steps required. - (These notes will reference to steps in that guide.)</P +>Do NOT run daemons or other services on a server without first + consulting your system administrator! Daemons use up system resources + and running one may be in violation of your terms of service for any + machine on which you are a user!</P +></TD +></TR +></TABLE +></DIV +></DIV ></DIV ><DIV CLASS="section" ><HR><H3 CLASS="section" ><A -NAME="AEN981" ->2.6.2. MySQL</A +NAME="AEN945" +>2.6.6. Bugzilla</A ></H3 ><P ->You may have MySQL installed as root. If you're - setting up an account with a web host, a MySQL account - needs to be set up for you. From there, you can create - the bugs account, or use the account given to you.</P +> When you run <B +CLASS="command" +>./checksetup.pl</B +> to create + the <TT +CLASS="filename" +>localconfig</TT +> file, it will list the Perl + modules it finds. If one is missing, go back and double-check the + module installation from <A +HREF="#install-perlmodules-nonroot" +>Section 2.6.4</A +>, + then delete the <TT +CLASS="filename" +>localconfig</TT +> file and try again. + </P ><DIV CLASS="warning" ><P @@ -5510,24 +5601,20 @@ ALT="Warning"></TD ALIGN="LEFT" VALIGN="TOP" ><P ->You may have problems trying to set up - <B -CLASS="command" ->GRANT</B -> permissions to the database. - If you're using a web host, chances are that you have a - separate database which is already locked down (or one big - database with limited/no access to the other areas), but you - may want to ask your system administrator what the security - settings are set to, and/or run the <B -CLASS="command" ->GRANT</B -> - command for you.</P -><P ->Also, you will probably not be able to change the MySQL - root user password (for obvious reasons), so skip that - step.</P +>One option in <TT +CLASS="filename" +>localconfig</TT +> you + might have problems with is the web server group. If you can't + successfully browse to the <TT +CLASS="filename" +>index.cgi</TT +> (like + a Forbidden error), you may have to relax your permissions, + and blank out the web server group. Of course, this may pose + as a security risk. Having a properly jailed shell and/or + limited access to shell accounts may lessen the security risk, + but use at your own risk.</P ></TD ></TR ></TABLE @@ -5537,22 +5624,32 @@ CLASS="section" ><HR><H4 CLASS="section" ><A -NAME="AEN989" ->2.6.2.1. Running MySQL as Non-Root</A +NAME="suexec" +>2.6.6.1. suexec or shared hosting</A ></H4 -><DIV -CLASS="section" -><H5 -CLASS="section" -><A -NAME="AEN991" ->2.6.2.1.1. The Custom Configuration Method</A -></H5 ><P ->Create a file .my.cnf in your - home directory (using /home/foo in this example) - as follows....</P -><TABLE +>If you are running on a system that uses suexec (most shared + hosting environments do this), you will need to set the + <EM +>webservergroup</EM +> value in <TT +CLASS="filename" +>localconfig</TT +> + to match <EM +>your</EM +> primary group, rather than the one + the web server runs under. You will need to run the following + shell commands after running <B +CLASS="command" +>./checksetup.pl</B +>, + every time you run it (or modify <TT +CLASS="filename" +>checksetup.pl</TT +> + to do them for you via the system() command). + <TABLE BORDER="0" BGCOLOR="#E0E0E0" WIDTH="100%" @@ -5562,118 +5659,225 @@ WIDTH="100%" COLOR="#000000" ><PRE CLASS="programlisting" -> [mysqld] -datadir=/home/foo/mymysql -socket=/home/foo/mymysql/thesock -port=8081 - -[mysql] -socket=/home/foo/mymysql/thesock -port=8081 - -[mysql.server] -user=mysql -basedir=/var/lib - -[safe_mysqld] -err-log=/home/foo/mymysql/the.log -pid-file=/home/foo/mymysql/the.pid - </PRE +> for i in docs graphs images js skins; do find $i -type d -exec chmod o+rx {} \; ; done + for i in jpg gif css js png html rdf xul; do find . -name \*.$i -exec chmod o+r {} \; ; done + find . -name .htaccess -exec chmod o+r {} \; + chmod o+x . data data/webdot</PRE ></FONT ></TD ></TR ></TABLE +> + Pay particular attention to the number of semicolons and dots. + They are all important. A future version of Bugzilla will + hopefully be able to do this for you out of the box.</P +></DIV +></DIV ></DIV +></DIV +><DIV +CLASS="chapter" +><HR><H1 +><A +NAME="administration" +></A +>Chapter 3. Administering Bugzilla</H1 ><DIV CLASS="section" -><HR><H5 +><H2 CLASS="section" ><A -NAME="AEN995" ->2.6.2.1.2. The Custom Built Method</A -></H5 +NAME="parameters" +>3.1. Bugzilla Configuration</A +></H2 ><P ->You can install MySQL as a not-root, if you really need to. - Build it with PREFIX set to <TT -CLASS="filename" ->/home/foo/mysql</TT ->, - or use pre-installed executables, specifying that you want - to put all of the data files in <TT -CLASS="filename" ->/home/foo/mysql/data</TT ->. - If there is another MySQL server running on the system that you - do not own, use the -P option to specify a TCP port that is not - in use.</P -></DIV +> Bugzilla is configured by changing various parameters, accessed + from the "Parameters" link in the Administration page (the + Administration page can be found by clicking the "Administration" + link in the footer). The parameters are divided into several categories, + accessed via the menu on the left. Following is a description of the + different categories and important parameters within those categories. + </P ><DIV CLASS="section" -><HR><H5 +><HR><H3 CLASS="section" ><A -NAME="AEN1000" ->2.6.2.1.3. Starting the Server</A -></H5 +NAME="param-requiredsettings" +>3.1.1. Required Settings</A +></H3 ><P ->After your mysqld program is built and any .my.cnf file is - in place, you must initialize the databases (ONCE).</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="screen" -> <SAMP -CLASS="prompt" ->bash$</SAMP -> - <B -CLASS="command" ->mysql_install_db</B -> - </PRE -></FONT -></TD -></TR -></TABLE +> The core required parameters for any Bugzilla installation are set + here. These parameters must be set before a new Bugzilla installation + can be used. Administrators should review this list before + deploying a new Bugzilla installation. + </P ><P ->Then start the daemon with</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="screen" -> <SAMP -CLASS="prompt" ->bash$</SAMP +></P +><DIV +CLASS="variablelist" +><DL +><DT +>maintainer</DT +><DD +><P +> + Email address of the person + responsible for maintaining this Bugzilla installation. + The address need not be that of a valid Bugzilla account. + </P +></DD +><DT +>urlbase</DT +><DD +><P +> Defines the fully qualified domain name and web + server path to this Bugzilla installation. + </P +><P +> For example, if the Bugzilla query page is + <TT +CLASS="filename" +>http://www.foo.com/bugzilla/query.cgi</TT +>, + the <SPAN +CLASS="QUOTE" +>"urlbase"</SPAN +> should be set + to <TT +CLASS="filename" +>http://www.foo.com/bugzilla/</TT +>. + </P +></DD +><DT +>docs_urlbase</DT +><DD +><P +> Defines path to the Bugzilla documentation. This can be a fully + qualified domain name, or a path relative to "urlbase". + </P +><P +> For example, if the "Bugzilla Configuration" page + of the documentation is + <TT +CLASS="filename" +>http://www.foo.com/bugzilla/docs/html/parameters.html</TT +>, + set the <SPAN +CLASS="QUOTE" +>"docs_urlbase"</SPAN > - <B + to <TT +CLASS="filename" +>http://www.foo.com/bugzilla/docs/html/</TT +>. + </P +></DD +><DT +>sslbase</DT +><DD +><P +> Defines the fully qualified domain name and web + server path for HTTPS (SSL) connections to this Bugzilla installation. + </P +><P +> For example, if the Bugzilla main page is + <TT +CLASS="filename" +>https://www.foo.com/bugzilla/index.cgi</TT +>, + the <SPAN +CLASS="QUOTE" +>"sslbase"</SPAN +> should be set + to <TT +CLASS="filename" +>https://www.foo.com/bugzilla/</TT +>. + </P +></DD +><DT +>ssl</DT +><DD +><P +> Determines when Bugzilla will force HTTPS (SSL) connections, using + the URL defined in <B CLASS="command" ->safe_mysql &</B -> - </PRE -></FONT -></TD -></TR -></TABLE +>sslbase</B +>. + Options include "always", "never", and "authenticated sessions". + </P +></DD +><DT +>cookiedomain</DT +><DD ><P ->After you start mysqld the first time, you then connect to - it as "root" and <B +> Defines the domain for Bugzilla cookies. This is typically left blank. + If there are multiple hostnames that point to the same webserver, which + require the same cookie, then this parameter can be utilized. For + example, If your website is at + <TT +CLASS="filename" +>https://www.foo.com/</TT +>, setting this to + <TT +CLASS="filename" +>.foo.com/</TT +> will also allow + <TT +CLASS="filename" +>bar.foo.com/</TT +> to access Bugzilla cookies. + </P +></DD +><DT +>cookiepath</DT +><DD +><P +> Defines a path, relative to the web server root, that Bugzilla + cookies will be restricted to. For example, if the + <B CLASS="command" ->GRANT</B -> permissions to other - users. (Again, the MySQL root account has nothing to do with - the *NIX root account.)</P +>urlbase</B +> is set to + <TT +CLASS="filename" +>http://www.foo.com/bugzilla/</TT +>, the + <B +CLASS="command" +>cookiepath</B +> should be set to + <TT +CLASS="filename" +>/bugzilla/</TT +>. Setting it to "/" will allow all sites + served by this web server or virtual host to read Bugzilla cookies. + </P +></DD +><DT +>timezone</DT +><DD +><P +> Timezone of server. The timezone is displayed with timestamps. If + this parameter is left blank, the timezone is not displayed. + </P +></DD +><DT +>utf8</DT +><DD +><P +> Determines whether to use UTF-8 (Unicode) encoding for all text in + Bugzilla. New installations should set this to true to avoid character + encoding problems. Existing databases should set this to true only + after the data has been converted from existing legacy character + encoding to UTF-8, using the + <TT +CLASS="filename" +>contrib/recode.pl</TT +> script. + </P ><DIV CLASS="note" ><P @@ -5695,20 +5899,32 @@ ALT="Note"></TD ALIGN="LEFT" VALIGN="TOP" ><P ->You will need to start the daemons yourself. You can either - ask your system administrator to add them to system startup files, or - add a crontab entry that runs a script to check on these daemons - and restart them if needed.</P +> If you turn this parameter from "off" to "on", you must re-run + <TT +CLASS="filename" +>checksetup.pl</TT +> immediately afterward. + </P ></TD ></TR ></TABLE ></DIV +></DD +><DT +>shutdownhtml</DT +><DD +><P +> If there is any text in this field, this Bugzilla installation will + be completely disabled and this text will appear instead of all + Bugzilla pages for all users, including Admins. Used in the event + of site maintenance or outage situations. + </P ><DIV -CLASS="warning" +CLASS="note" ><P ></P ><TABLE -CLASS="warning" +CLASS="note" WIDTH="100%" BORDER="0" ><TR @@ -5717,22 +5933,126 @@ 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 ->Do NOT run daemons or other services on a server without first - consulting your system administrator! Daemons use up system resources - and running one may be in violation of your terms of service for any - machine on which you are a user!</P +> Although regular log-in capability is disabled while + <B +CLASS="command" +>shutdownhtml</B +> + is enabled, safeguards are in place to protect the unfortunate + admin who loses connection to Bugzilla. Should this happen to you, + go directly to the <TT +CLASS="filename" +>editparams.cgi</TT +> (by typing + the URL in manually, if necessary). Doing this will prompt you to + log in, and your name/password will be accepted here (but nowhere + else). + </P ></TD ></TR ></TABLE ></DIV +></DD +><DT +>announcehtml</DT +><DD +><P +> Any text in this field will be displayed at the top of every HTML + page in this Bugzilla installation. The text is not wrapped in any + tags. For best results, wrap the text in a <SPAN +CLASS="QUOTE" +>"<div>"</SPAN +> + tag. Any style attributes from the CSS can be applied. For example, + to make the text green inside of a red box, add <SPAN +CLASS="QUOTE" +>"id=message"</SPAN +> + to the <SPAN +CLASS="QUOTE" +>"<div>"</SPAN +> tag. + </P +></DD +><DT +>proxy_url</DT +><DD +><P +> If this Bugzilla installation is behind a proxy, enter the proxy + information here to enable Bugzilla to access the Internet. Bugzilla + requires Internet access to utilize the + <B +CLASS="command" +>upgrade_notification</B +> parameter (below). If the + proxy requires authentication, use the syntax: + <TT +CLASS="filename" +>http://user:pass@proxy_url/</TT +>. + </P +></DD +><DT +>upgrade_notification</DT +><DD +><P +> Enable or disable a notification on the homepage of this Bugzilla + installation when a newer version of Bugzilla is available. This + notification is only visible to administrators. Choose "disabled", + to turn off the notification. Otherwise, choose which version of + Bugzilla you want to be notified about: "development_snapshot" is the + latest release on the trunk; "latest_stable_release" is the most + recent release available on the most recent stable branch; + "stable_branch_release" the most recent release on the branch + this installation is based on. + </P +></DD +></DL +></DIV ></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="param-admin-policies" +>3.1.2. Administrative Policies</A +></H3 +><P +> This page contains parameters for basic administrative functions. + Options include whether to allow the deletion of bugs and users, whether + to allow users to change their email address, and whether to allow + user watching (one user receiving all notifications of a selected + other user). + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +>supportwatchers</DT +><DD +><P +> Turning on this option allows users to ask to receive copies + of bug mail sent to another user. Watching a user with + different group permissions is not a way to 'get around' the + system; copied emails are still subject to the normal groupset + permissions of a bug, and <SPAN +CLASS="QUOTE" +>"watchers"</SPAN +> will only be + copied on emails from bugs they would normally be allowed to view. + </P +></DD +></DL ></DIV ></DIV ><DIV @@ -5740,141 +6060,108 @@ CLASS="section" ><HR><H3 CLASS="section" ><A -NAME="AEN1016" ->2.6.3. Perl</A +NAME="param-user-authentication" +>3.1.3. User Authentication</A ></H3 ><P -> On the extremely rare chance that you don't have Perl on - the machine, you will have to build the sources - yourself. The following commands should get your system - installed with your own personal version of Perl: - </P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="screen" -> <SAMP -CLASS="prompt" ->bash$</SAMP -> - <B -CLASS="command" ->wget http://perl.com/CPAN/src/stable.tar.gz</B -> - <SAMP -CLASS="prompt" ->bash$</SAMP -> - <B -CLASS="command" ->tar zvxf stable.tar.gz</B -> - <SAMP -CLASS="prompt" ->bash$</SAMP -> - <B -CLASS="command" ->cd perl-5.8.1</B -> (or whatever the version of Perl is called) - <SAMP -CLASS="prompt" ->bash$</SAMP -> - <B -CLASS="command" ->sh Configure -de -Dprefix=/home/foo/perl</B -> - <SAMP -CLASS="prompt" ->bash$</SAMP -> - <B +> This page contains the settings that control how this Bugzilla + installation will do its authentication. Choose what authentication + mechanism to use (the Bugzilla database, or an external source such + as LDAP), and set basic behavioral parameters. For example, choose + whether to require users to login to browse bugs, the management + of authentication cookies, and the regular expression used to + validate email addresses. Some parameters are highlighted below. + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +>emailregexp</DT +><DD +><P +> Defines the regular expression used to validate email addresses + used for login names. The default attempts to match fully + qualified email addresses (i.e. 'user@example.com'). Some + Bugzilla installations allow only local user names (i.e 'user' + instead of 'user@example.com'). In that case, the + <B CLASS="command" ->make && make test && make install</B -> - </PRE -></FONT -></TD -></TR -></TABLE +>emailsuffix</B +> parameter should be used to define + the email domain. + </P +></DD +><DT +>emailsuffix</DT +><DD ><P -> Once you have Perl installed into a directory (probably - in <TT -CLASS="filename" ->~/perl/bin</TT ->), you will need to - install the Perl Modules, described below. - </P +> This string is appended to login names when actually sending + email to a user. For example, + If <B +CLASS="command" +>emailregexp</B +> has been set to allow + local usernames, + then this parameter would contain the email domain for all users + (i.e. '@example.com'). + </P +></DD +></DL +></DIV ></DIV ><DIV CLASS="section" ><HR><H3 CLASS="section" ><A -NAME="install-perlmodules-nonroot" ->2.6.4. Perl Modules</A +NAME="param-attachments" +>3.1.4. Attachments</A ></H3 ><P -> Installing the Perl modules as a non-root user is accomplished by - running the <TT -CLASS="filename" ->install-module.pl</TT -> - script. For more details on this script, see - <A -HREF="api/install-module.html" -TARGET="_top" -><TT -CLASS="filename" ->install-module.pl</TT -> - documentation</A -> - </P +> This page allows for setting restrictions and other parameters + regarding attachments to bugs. For example, control size limitations + and whether to allow pointing to external files via a URI. + </P ></DIV ><DIV CLASS="section" ><HR><H3 CLASS="section" ><A -NAME="AEN1038" ->2.6.5. HTTP Server</A +NAME="param-bug-change-policies" +>3.1.5. Bug Change Policies</A ></H3 ><P ->Ideally, this also needs to be installed as root and - run under a special web server account. As long as - the web server will allow the running of *.cgi files outside of a - cgi-bin, and a way of denying web access to certain files (such as a - .htaccess file), you should be good in this department.</P +> Set policy on default behavior for bug change events. For example, + choose which status to set a bug to when it is marked as a duplicate, + and choose whether to allow bug reporters to set the priority or + target milestone. Also allows for configuration of what changes + should require the user to make a comment, described below. + </P +><P +></P ><DIV -CLASS="section" -><HR><H4 -CLASS="section" -><A -NAME="AEN1041" ->2.6.5.1. Running Apache as Non-Root</A -></H4 +CLASS="variablelist" +><DL +><DT +>commenton*</DT +><DD ><P ->You can run Apache as a non-root user, but the port will need - to be set to one above 1024. If you type <B -CLASS="command" ->httpd -V</B ->, - you will get a list of the variables that your system copy of httpd - uses. One of those, namely HTTPD_ROOT, tells you where that - installation looks for its config information.</P +> All these fields allow you to dictate what changes can pass + without comment, and which must have a comment from the + person who changed them. Often, administrators will allow + users to add themselves to the CC list, accept bugs, or + change the Status Whiteboard without adding a comment as to + their reasons for the change, yet require that most other + changes come with an explanation. + </P ><P ->From there, you can copy the config files to your own home - directory to start editing. When you edit those and then use the -d - option to override the HTTPD_ROOT compiled into the web server, you - get control of your own customized web server.</P +> Set the "commenton" options according to your site policy. It + is a wise idea to require comments when users resolve, reassign, or + reopen bugs at the very least. + </P ><DIV CLASS="note" ><P @@ -5896,78 +6183,237 @@ ALT="Note"></TD ALIGN="LEFT" VALIGN="TOP" ><P ->You will need to start the daemons yourself. You can either - ask your system administrator to add them to system startup files, or - add a crontab entry that runs a script to check on these daemons - and restart them if needed.</P +> It is generally far better to require a developer comment + when resolving bugs than not. Few things are more annoying to bug + database users than having a developer mark a bug "fixed" without + any comment as to what the fix was (or even that it was truly + fixed!) + </P ></TD ></TR ></TABLE ></DIV +></DD +><DT +>noresolveonopenblockers</DT +><DD +><P +> This option will prevent users from resolving bugs as FIXED if + they have unresolved dependencies. Only the FIXED resolution + is affected. Users will be still able to resolve bugs to + resolutions other than FIXED if they have unresolved dependent + bugs. + </P +></DD +></DL +></DIV +></DIV ><DIV -CLASS="warning" +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="param-bugfields" +>3.1.6. Bug Fields</A +></H3 +><P +> The parameters in this section determine the default settings of + several Bugzilla fields for new bugs, and also control whether + certain fields are used. For example, choose whether to use the + "target milestone" field or the "status whiteboard" field. + </P ><P ></P -><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" +><DIV +CLASS="variablelist" +><DL +><DT +>useqacontact</DT +><DD ><P ->Do NOT run daemons or other services on a server without first - consulting your system administrator! Daemons use up system resources - and running one may be in violation of your terms of service for any - machine on which you are a user!</P -></TD -></TR -></TABLE +> This allows you to define an email address for each component, + in addition to that of the default assignee, who will be sent + carbon copies of incoming bugs. + </P +></DD +><DT +>usestatuswhiteboard</DT +><DD +><P +> This defines whether you wish to have a free-form, overwritable field + associated with each bug. The advantage of the Status Whiteboard is + that it can be deleted or modified with ease, and provides an + easily-searchable field for indexing some bugs that have some trait + in common. + </P +></DD +></DL ></DIV ></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="param-bugmoving" +>3.1.7. Bug Moving</A +></H3 +><P +> This page controls whether this Bugzilla installation allows certain + users to move bugs to an external database. If bug moving is enabled, + there are a number of parameters that control bug moving behaviors. + For example, choose which users are allowed to move bugs, the location + of the external database, and the default product and component that + bugs moved <EM +>from</EM +> other bug databases to this + Bugzilla installation are assigned to. + </P ></DIV ><DIV CLASS="section" ><HR><H3 CLASS="section" ><A -NAME="AEN1050" ->2.6.6. Bugzilla</A +NAME="param-dependency-graphs" +>3.1.8. Dependency Graphs</A ></H3 ><P -> When you run <B -CLASS="command" ->./checksetup.pl</B -> to create - the <TT -CLASS="filename" ->localconfig</TT -> file, it will list the Perl - modules it finds. If one is missing, go back and double-check the - module installation from <A -HREF="#install-perlmodules-nonroot" ->Section 2.6.4</A ->, - then delete the <TT +> This page has one parameter that sets the location of a Web Dot + server, or of the Web Dot binary on the local system, that is used + to generate dependency graphs. Web Dot is a CGI program that creates + images from <TT CLASS="filename" ->localconfig</TT -> file and try again. - </P +>.dot</TT +> graphic description files. If + no Web Dot server or binary is specified, then dependency graphs will + be disabled. + </P +></DIV ><DIV -CLASS="warning" +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="param-group-security" +>3.1.9. Group Security</A +></H3 +><P +> Bugzilla allows for the creation of different groups, with the + ability to restrict the visibility of bugs in a group to a set of + specific users. Specific products can also be associated with + groups, and users restricted to only see products in their groups. + Several parameters are described in more detail below. Most of the + configuration of groups and their relationship to products is done + on the "Groups" and "Product" pages of the "Administration" area. + The options on this page control global default behavior. + For more information on Groups and Group Security, see + <A +HREF="#groups" +>Section 3.15</A +> + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +>makeproductgroups</DT +><DD +><P +> Determines whether or not to automatically create groups + when new products are created. If this is on, the groups will be + used for querying bugs. + </P +></DD +><DT +>useentrygroupdefault</DT +><DD +><P +> Bugzilla products can have a group associated with them, so that + certain users can only see bugs in certain products. When this + parameter is set to <SPAN +CLASS="QUOTE" +>"on"</SPAN +>, this + causes the initial group controls on newly created products + to place all newly-created bugs in the group + having the same name as the product immediately. + After a product is initially created, the group controls + can be further adjusted without interference by + this mechanism. + </P +></DD +><DT +>usevisibilitygroups</DT +><DD +><P +> If selected, user visibility will be restricted to members of + groups, as selected in the group configuration settings. + Each user-defined group can be allowed to see members of selected + other groups. + For details on configuring groups (including the visibility + restrictions) see <A +HREF="#edit-groups" +>Section 3.15.2</A +>. + </P +></DD +><DT +>querysharegroup</DT +><DD +><P +> The name of the group of users who are allowed to share saved + searches with one another. For more information on using + saved searches, see <A +HREF="#savedsearches" +>Saved Searches</A +>. + </P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="bzldap" +>3.1.10. LDAP Authentication</A +></H3 +><P +>LDAP authentication is a module for Bugzilla's plugin + authentication architecture. This page contains all the parameters + necessary to configure Bugzilla for use with LDAP authentication. + </P +><P +> The existing authentication + scheme for Bugzilla uses email addresses as the primary user ID, and a + password to authenticate that user. All places within Bugzilla that + require a user ID (e.g assigning a bug) use the email + address. The LDAP authentication builds on top of this scheme, rather + than replacing it. The initial log-in is done with a username and + password for the LDAP directory. Bugzilla tries to bind to LDAP using + those credentials and, if successful, tries to map this account to a + Bugzilla account. If an LDAP mail attribute is defined, the value of this + attribute is used, otherwise the "emailsuffix" parameter is appended to LDAP + username to form a full email address. If an account for this address + already exists in the Bugzilla installation, it will log in to that account. + If no account for that email address exists, one is created at the time + of login. (In this case, Bugzilla will attempt to use the "displayName" + or "cn" attribute to determine the user's full name.) After + authentication, all other user-related tasks are still handled by email + address, not LDAP username. For example, bugs are still assigned by + email address and users are still queried by email address. + </P +><DIV +CLASS="caution" ><P ></P ><TABLE -CLASS="warning" +CLASS="caution" WIDTH="100%" BORDER="0" ><TR @@ -5976,240 +6422,204 @@ WIDTH="25" ALIGN="CENTER" VALIGN="TOP" ><IMG -SRC="../images/warning.gif" +SRC="../images/caution.gif" HSPACE="5" -ALT="Warning"></TD +ALT="Caution"></TD ><TD ALIGN="LEFT" VALIGN="TOP" ><P ->One option in <TT -CLASS="filename" ->localconfig</TT -> you - might have problems with is the web server group. If you can't - successfully browse to the <TT -CLASS="filename" ->index.cgi</TT -> (like - a Forbidden error), you may have to relax your permissions, - and blank out the web server group. Of course, this may pose - as a security risk. Having a properly jailed shell and/or - limited access to shell accounts may lessen the security risk, - but use at your own risk.</P -></TD -></TR -></TABLE -></DIV -><DIV -CLASS="section" -><HR><H4 -CLASS="section" -><A -NAME="suexec" ->2.6.6.1. suexec or shared hosting</A -></H4 -><P ->If you are running on a system that uses suexec (most shared - hosting environments do this), you will need to set the - <EM ->webservergroup</EM -> value in <TT -CLASS="filename" ->localconfig</TT -> - to match <EM ->your</EM -> primary group, rather than the one - the web server runs under. You will need to run the following - shell commands after running <B -CLASS="command" ->./checksetup.pl</B ->, - every time you run it (or modify <TT +>Because the Bugzilla account is not created until the first time + a user logs in, a user who has not yet logged is unknown to Bugzilla. + This means they cannot be used as an assignee or QA contact (default or + otherwise), added to any CC list, or any other such operation. One + possible workaround is the <TT CLASS="filename" ->checksetup.pl</TT -> - to do them for you via the system() command). - <TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> for i in docs graphs images js skins; do find $i -type d -exec chmod o+rx {} \; ; done - for i in jpg gif css js png html rdf xul; do find . -name \*.$i -exec chmod o+r {} \; ; done - find . -name .htaccess -exec chmod o+r {} \; - chmod o+x . data data/webdot</PRE -></FONT +>bugzilla_ldapsync.rb</TT +> + script in the + <A +HREF="#gloss-contrib" +><I +CLASS="glossterm" +> <TT +CLASS="filename" +>contrib</TT +></I +></A +> + directory. Another possible solution is fixing + <A +HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=201069" +TARGET="_top" +>bug + 201069</A +>. + </P ></TD ></TR ></TABLE -> - Pay particular attention to the number of semicolons and dots. - They are all important. A future version of Bugzilla will - hopefully be able to do this for you out of the box.</P ></DIV -></DIV -></DIV -></DIV -><DIV -CLASS="chapter" -><HR><H1 -><A -NAME="administration" -></A ->Chapter 3. Administering Bugzilla</H1 -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="parameters" ->3.1. Bugzilla Configuration</A -></H2 ><P -> Bugzilla is configured by changing various parameters, accessed - from the "Edit parameters" link in the page footer. Here are - some of the key parameters on that page. You should run down this - list and set them appropriately after installing Bugzilla. - </P +>Parameters required to use LDAP Authentication:</P ><P ></P ><DIV CLASS="variablelist" ><DL ><DT ->maintainer</DT +><A +NAME="param-user_verify_class_for_ldap" +></A +>user_verify_class</DT ><DD ><P -> - The maintainer parameter is the email address of the person - responsible for maintaining this Bugzilla installation. - The address need not be that of a valid Bugzilla account. - </P +>If you want to list <SPAN +CLASS="QUOTE" +>"LDAP"</SPAN +> here, + make sure to have set up the other parameters listed below. + Unless you have other (working) authentication methods listed as + well, you may otherwise not be able to log back in to Bugzilla once + you log out. + If this happens to you, you will need to manually edit + <TT +CLASS="filename" +>data/params</TT +> and set user_verify_class to + <SPAN +CLASS="QUOTE" +>"DB"</SPAN +>. + </P ></DD ><DT ->urlbase</DT +><A +NAME="param-LDAPserver" +></A +>LDAPserver</DT ><DD ><P -> This parameter defines the fully qualified domain name and web - server path to your Bugzilla installation. - </P +>This parameter should be set to the name (and optionally the + port) of your LDAP server. If no port is specified, it assumes + the default LDAP port of 389. + </P ><P -> For example, if your Bugzilla query page is - <TT -CLASS="filename" ->http://www.foo.com/bugzilla/query.cgi</TT ->, - set your <SPAN +>Ex. <SPAN CLASS="QUOTE" ->"urlbase"</SPAN +>"ldap.company.com"</SPAN > - to <TT -CLASS="filename" ->http://www.foo.com/bugzilla/</TT ->. - </P + or <SPAN +CLASS="QUOTE" +>"ldap.company.com:3268"</SPAN +> + </P +><P +>You can also specify a LDAP URI, so as to use other + protocols, such as LDAPS or LDAPI. If port was not specified in + the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS' + schemes respectively. + </P +><P +>Ex. <SPAN +CLASS="QUOTE" +>"ldap://ldap.company.com"</SPAN +>, + <SPAN +CLASS="QUOTE" +>"ldaps://ldap.company.com"</SPAN +> or + <SPAN +CLASS="QUOTE" +>"ldapi://%2fvar%2flib%2fldap_sock"</SPAN +> + </P ></DD ><DT ->makeproductgroups</DT +><A +NAME="param-LDAPbinddn" +></A +>LDAPbinddn [Optional]</DT ><DD ><P -> This dictates whether or not to automatically create groups - when new products are created. - </P +>Some LDAP servers will not allow an anonymous bind to search + the directory. If this is the case with your configuration you + should set the LDAPbinddn parameter to the user account Bugzilla + should use instead of the anonymous bind. + </P +><P +>Ex. <SPAN +CLASS="QUOTE" +>"cn=default,cn=user:password"</SPAN +></P ></DD ><DT ->useentrygroupdefault</DT +><A +NAME="param-LDAPBaseDN" +></A +>LDAPBaseDN</DT ><DD ><P -> Bugzilla products can have a group associated with them, so that - certain users can only see bugs in certain products. When this - parameter is set to <SPAN +>The LDAPBaseDN parameter should be set to the location in + your LDAP tree that you would like to search for email addresses. + Your uids should be unique under the DN specified here. + </P +><P +>Ex. <SPAN CLASS="QUOTE" ->"on"</SPAN ->, this - causes the initial group controls on newly created products - to place all newly-created bugs in the group - having the same name as the product immediately. - After a product is initially created, the group controls - can be further adjusted without interference by - this mechanism. - </P +>"ou=People,o=Company"</SPAN +></P ></DD ><DT ->mail_delivery_method</DT +><A +NAME="param-LDAPuidattribute" +></A +>LDAPuidattribute</DT ><DD ><P -> 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 send mail, but instead saves it in - <TT -CLASS="filename" ->data/mailer.testfile</TT -> for later review. - "none" disables email sending entirely. - </P +>The LDAPuidattribute parameter should be set to the attribute + which contains the unique UID of your users. The value retrieved + from this attribute will be used when attempting to bind as the + user to confirm their password. + </P +><P +>Ex. <SPAN +CLASS="QUOTE" +>"uid"</SPAN +></P ></DD ><DT ->shadowdb</DT +><A +NAME="param-LDAPmailattribute" +></A +>LDAPmailattribute</DT ><DD ><P -> You run into an interesting problem when Bugzilla reaches a - high level of continuous activity. MySQL supports only table-level - write locking. What this means is that if someone needs to make a - change to a bug, they will lock the entire table until the operation - is complete. Locking for write also blocks reads until the write is - complete. Note that more recent versions of mysql support row level - locking using different table types. These types are slower than the - standard type, and Bugzilla does not yet take advantage of features - such as transactions which would justify this speed decrease. The - Bugzilla team are, however, happy to hear about any experiences with - row level locking and Bugzilla. - </P -><P -> The <SPAN -CLASS="QUOTE" ->"shadowdb"</SPAN -> parameter was designed to get around - this limitation. While only a single user is allowed to write to - a table at a time, reads can continue unimpeded on a read-only - shadow copy of the database. Although your database size will - double, a shadow database can cause an enormous performance - improvement when implemented on extremely high-traffic Bugzilla - databases. - </P +>The LDAPmailattribute parameter should be the name of the + attribute which contains the email address your users will enter + into the Bugzilla login boxes. + </P ><P -> As a guide, on reasonably old hardware, mozilla.org began needing - <SPAN +>Ex. <SPAN CLASS="QUOTE" ->"shadowdb"</SPAN -> when they reached around 40,000 Bugzilla - users with several hundred Bugzilla bug changes and comments per day. - </P -><P -> The value of the parameter defines the name of the shadow bug - database. You will need to set the host and port settings from - the params page, and set up replication in your database server - so that updates reach this readonly mirror. Consult your database - documentation for more detail. - </P +>"mail"</SPAN +></P ></DD -><DT ->shutdownhtml</DT -><DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="bzradius" +>3.1.11. RADIUS Authentication</A +></H3 ><P -> If you need to shut down Bugzilla to perform administration, enter - some descriptive text (with embedded HTML codes, if you'd like) - into this box. Anyone who tries to use Bugzilla (including admins) - will receive a page displaying this text. Users can neither log in - nor log out while shutdownhtml is enabled. +> RADIUS authentication is a module for Bugzilla's plugin + authentication architecture. This page contains all the parameters + necessary for configuring Bugzilla to use RADIUS authentication. </P ><DIV CLASS="note" @@ -6232,94 +6642,234 @@ ALT="Note"></TD ALIGN="LEFT" VALIGN="TOP" ><P -> Although regular log-in capability is disabled while 'shutdownhtml' - is enabled, safeguards are in place to protect the unfortunate - admin who loses connection to Bugzilla. Should this happen to you, - go directly to the <TT -CLASS="filename" ->editparams.cgi</TT -> (by typing - the URL in manually, if necessary). Doing this will prompt you to - log in, and your name/password will be accepted here (but nowhere - else). +> Most caveats that apply to LDAP authentication apply to RADIUS + authentication as well. See <A +HREF="#bzldap" +>Section 3.1.10</A +> for details. </P ></TD ></TR ></TABLE ></DIV +><P +>Parameters required to use RADIUS Authentication:</P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +><A +NAME="param-user_verify_class_for_radius" +></A +>user_verify_class</DT +><DD +><P +>If you want to list <SPAN +CLASS="QUOTE" +>"RADIUS"</SPAN +> here, + make sure to have set up the other parameters listed below. + Unless you have other (working) authentication methods listed as + well, you may otherwise not be able to log back in to Bugzilla once + you log out. + If this happens to you, you will need to manually edit + <TT +CLASS="filename" +>data/params</TT +> and set user_verify_class to + <SPAN +CLASS="QUOTE" +>"DB"</SPAN +>. + </P +></DD +><DT +><A +NAME="param-RADIUS_server" +></A +>RADIUS_server</DT +><DD +><P +>This parameter should be set to the name (and optionally the + port) of your RADIUS server. + </P +></DD +><DT +><A +NAME="param-RADIUS_secret" +></A +>RADIUS_secret</DT +><DD +><P +>This parameter should be set to the RADIUS server's secret. + </P ></DD ><DT ->movebugs</DT +><A +NAME="param-RADIUS_email_suffix" +></A +>RADIUS_email_suffix</DT +><DD +><P +>Bugzilla needs an e-mail address for each user account. + Therefore, it needs to determine the e-mail address corresponding + to a RADIUS user. + Bugzilla offers only a simple way to do this: it can concatenate + a suffix to the RADIUS user name to convert it into an e-mail + address. + You can specify this suffix in the RADIUS_email_suffix parameter. + </P +><P +>If this simple solution does not work for you, you'll + probably need to modify + <TT +CLASS="filename" +>Bugzilla/Auth/Verify/RADIUS.pm</TT +> to match your + requirements. + </P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="param-email" +>3.1.12. Email</A +></H3 +><P +> This page contains all of the parameters for configuring how + Bugzilla deals with the email notifications it sends. See below + for a summary of important options. + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +>mail_delivery_method</DT ><DD ><P -> This option is an undocumented feature to allow moving bugs - between separate Bugzilla installations. You will need to understand - the source code in order to use this feature. Please consult - <TT +> This is used to specify how email is sent, or if it is sent at + all. There are several options included for different MTAs, + along with two additional options that disable email sending. + "Test" does not send mail, but instead saves it in + <TT CLASS="filename" ->movebugs.pl</TT -> in your Bugzilla source tree for - further documentation, such as it is. - </P +>data/mailer.testfile</TT +> for later review. + "None" disables email sending entirely. + </P ></DD ><DT ->useqacontact</DT +>mailfrom</DT ><DD ><P -> This allows you to define an email address for each component, - in addition to that of the default assignee, who will be sent - carbon copies of incoming bugs. - </P +> This is the email address that will appear in the "From" field + of all emails sent by this Bugzilla installation. Some email + servers require mail to be from a valid email address, therefore + it is recommended to choose a valid email address here. + </P ></DD ><DT ->globalwatcher</DT +>sendmailnow</DT ><DD ><P -> This allows you to define specific users who will - receive notification each time a new bug in entered, or when - an existing bug changes, according to the normal groupset - permissions. It may be useful for sending notifications to a - mailing-list, for instance. - </P +> When Bugzilla is using Sendmail older than 8.12, turning this option + off will improve performance by not waiting for Sendmail to actually + send mail. If Sendmail 8.12 or later is being used, there is + nothing to gain by turning this off. If another MTA is being used, + such as Postfix, then this option *must* be turned on (even if you + are using the fake sendmail executable that Postfix provides). + </P ></DD ><DT ->usestatuswhiteboard</DT +>whinedays</DT ><DD ><P -> This defines whether you wish to have a free-form, overwritable field - associated with each bug. The advantage of the Status Whiteboard is - that it can be deleted or modified with ease, and provides an - easily-searchable field for indexing some bugs that have some trait - in common. - </P +> Set this to the number of days you want to let bugs go + in the NEW or REOPENED state before notifying people they have + untouched new bugs. If you do not plan to use this feature, simply + do not set up the whining cron job described in the installation + instructions, or set this value to "0" (never whine). + </P ></DD ><DT ->whinedays</DT +>globalwatcher</DT ><DD ><P -> Set this to the number of days you want to let bugs go - in the NEW or REOPENED state before notifying people they have - untouched new bugs. If you do not plan to use this feature, simply - do not set up the whining cron job described in the installation - instructions, or set this value to "0" (never whine). - </P +> This allows you to define specific users who will + receive notification each time a new bug in entered, or when + an existing bug changes, according to the normal groupset + permissions. It may be useful for sending notifications to a + mailing-list, for instance. + </P ></DD -><DT ->commenton*</DT -><DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="param-patchviewer" +>3.1.13. Patch Viewer</A +></H3 +><P +> This page contains configuration parameters for the CVS server, + Bonsai server and LXR server that Bugzilla will use to enable the + features of the Patch Viewer. Bonsai is a tool that enables queries + to a CVS tree. LXR is a tool that can cross reference and index source + code. + </P +></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="param-querydefaults" +>3.1.14. Query Defaults</A +></H3 +><P +> This page controls the default behavior of Bugzilla in regards to + several aspects of querying bugs. Options include what the default + query options are, what the "My Bugs" page returns, whether users + can freely add bugs to the quip list, and how many duplicate bugs are + needed to add a bug to the "most frequently reported" list. + </P +></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="param-shadowdatabase" +>3.1.15. Shadow Database</A +></H3 ><P -> All these fields allow you to dictate what changes can pass - without comment, and which must have a comment from the - person who changed them. Often, administrators will allow - users to add themselves to the CC list, accept bugs, or - change the Status Whiteboard without adding a comment as to - their reasons for the change, yet require that most other - changes come with an explanation. +> This page controls whether a shadow database is used, and all the + parameters associated with the shadow database. Versions of Bugzilla + prior to 3.2 used the MyISAM table type, which supports + only table-level write locking. With MyISAM, any time someone is making a change to + a bug, the entire table is locked until the write operation is complete. + Locking for write also blocks reads until the write is complete. </P ><P -> Set the "commenton" options according to your site policy. It - is a wise idea to require comments when users resolve, reassign, or - reopen bugs at the very least. +> The <SPAN +CLASS="QUOTE" +>"shadowdb"</SPAN +> parameter was designed to get around + this limitation. While only a single user is allowed to write to + a table at a time, reads can continue unimpeded on a read-only + shadow copy of the database. </P ><DIV CLASS="note" @@ -6342,56 +6892,36 @@ ALT="Note"></TD ALIGN="LEFT" VALIGN="TOP" ><P -> It is generally far better to require a developer comment - when resolving bugs than not. Few things are more annoying to bug - database users than having a developer mark a bug "fixed" without - any comment as to what the fix was (or even that it was truly - fixed!) +> As of version 3.2, Bugzilla no longer uses the MyISAM table type. + Instead, InnoDB is used, which can do transaction-based locking. + Therefore, the limitations the Shadow Database feature was designed + to workaround no longer exist. </P ></TD ></TR ></TABLE ></DIV -></DD -><DT ->supportwatchers</DT -><DD -><P -> Turning on this option allows users to ask to receive copies - of bug mail sent to another user. Watching a user with - different group permissions is not a way to 'get around' the - system; copied emails are still subject to the normal groupset - permissions of a bug, and <SPAN -CLASS="QUOTE" ->"watchers"</SPAN -> will only be - copied on emails from bugs they would normally be allowed to view. - </P -></DD -><DT ->noresolveonopenblockers</DT -><DD -><P -> This option will prevent users from resolving bugs as FIXED if - they have unresolved dependencies. Only the FIXED resolution - is affected. Users will be still able to resolve bugs to - resolutions other than FIXED if they have unresolved dependent - bugs. - </P -></DD -><DT ->sendmailnow</DT -><DD +></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="admin-usermatching" +>3.1.16. User Matching</A +></H3 ><P -> When Bugzilla is using Sendmail older than 8.12, turning this option - off will improve performance by not waiting for Sendmail to actually - send mail. If Sendmail 8.12 or later is being used, there is - nothing to gain by turning this off. If another MTA is being used, - such as Postfix, then this option *must* be turned on (even if you - are using the fake sendmail executable that Postfix provides). +> The settings on this page control how users are selected and queried + when adding a user to a bug. For example, users need to be selected + when choosing who the bug is assigned to, adding to the CC list or + selecting a QA contact. With the "usemenuforusers" parameter, it is + possible to configure Bugzilla to + display a list of users in the fields instead of an empty text field. + This should only be used in Bugzilla installations with a small number + of users. If users are selected via a text box, this page also + contains parameters for how user names can be queried and matched + when entered. </P -></DD -></DL ></DIV ></DIV ><DIV @@ -7139,12 +7669,20 @@ CLASS="variablelist" ></DL ></DIV ><P -> When editing a product there is also a link to edit - <A +> When editing a product there is also a link to edit Group Access Controls, + see <A HREF="#product-group-controls" ->Group Access Controls</A +>Section 3.4.4</A >. </P +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="create-product" +>3.4.1. Creating New Products</A +></H3 ><P > To create a new product: </P @@ -7192,156 +7730,410 @@ HREF="#components" </P ></LI ></OL +></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="edit-products" +>3.4.2. Editing Products</A +></H3 +><P +> To edit an existing product, click the "Products" link from the + "Administration" page. If the 'useclassification' parameter is + turned on, a table of existing classifications is displayed, + including an "Unclassified" category. The table indicates how many products + are in each classification. Click on the classification name to see its + products. If the 'useclassification' parameter is not in use, the table + lists all products directly. The product table summarizes the information + about the product defined + when the product was created. Click on the product name to edit these + properties, and to access links to other product attributes such as the + product's components, versions, milestones, and group access controls. + </P +></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="comps-vers-miles-products" +>3.4.3. Adding or Editing Components, Versions and Target Milestones</A +></H3 +><P +> To edit existing, or add new, Components, Versions or Target Milestones + to a Product, select the "Edit Components", "Edit Versions" or "Edit + Milestones" links from the "Edit Product" page. A table of existing + Components, Versions or Milestones is displayed. Click on a item name + to edit the properties of that item. Below the table is a link to add + a new Component, Version or Milestone. + </P +><P +> For more information on components, see <A +HREF="#components" +>Components</A +>. + </P +><P +> For more information on versions, see <A +HREF="#versions" +>Section 3.6</A +>. + </P +><P +> For more information on milestones, see <A +HREF="#milestones" +>Section 3.7</A +>. + </P +></DIV ><DIV CLASS="section" ><HR><H3 CLASS="section" ><A NAME="product-group-controls" ->3.4.1. Assigning Group Controls to Products</A +>3.4.4. Assigning Group Controls to Products</A ></H3 ><P > - On the <SPAN + On the <SPAN CLASS="QUOTE" ->"Product Edit"</SPAN -> page, - there is a link called - <SPAN +>"Edit Product"</SPAN +> page, there is a link called + <SPAN CLASS="QUOTE" >"Edit Group Access Controls"</SPAN ->. - The settings on this page control the relationship - of the groups to the product being edited. - </P +>. The settings on this page + control the relationship of the groups to the product being edited. + </P ><P -> Groups may be applicable, default, and - mandatory for each product. Groups can also control access - to bugs for a given product, or be used to make bugs - for a product totally read-only unless the group - restrictions are met. - </P +> Group Access Controls are an important aspect of using groups for + isolating products and restricting access to bugs filed against those + products. For more information on groups, including how to create, edit + add users to, and alter permission of, see <A +HREF="#groups" +>Section 3.15</A +>. + </P +><P +> After selecting the "Edit Group Access Controls" link from the "Edit + Product" page, a table containing all user-defined groups for this + Bugzilla installation is displayed. The system groups that are created + when Bugzilla is installed are not applicable to Group Access Controls. + Below is description of what each of these fields means. + </P +><P +> Groups may be applicable (e.g bugs in this product can be associated + with this group) , default (e.g. bugs in this product are in this group + by default), and mandatory (e.g. bugs in this product must be associated + with this group) for each product. Groups can also control access + to bugs for a given product, or be used to make bugs for a product + totally read-only unless the group restrictions are met. The best way to + understand these relationships is by example. See + <A +HREF="#group-control-examples" +>Section 3.4.4.1</A +> for examples of + product and group relationships. + </P +><DIV +CLASS="note" +><P +></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 +> Products and Groups are not limited to a one-to-one relationship. + Multiple groups can be associated with the same product, and groups + can be associated with more than one product. + </P +></TD +></TR +></TABLE +></DIV ><P -> If any group has <EM +> If any group has <EM >Entry</EM > selected, then the - product will restrict bug entry to only those users - who are members of all the groups with - <EM + product will restrict bug entry to only those users + who are members of <EM +>all</EM +> the groups with + <EM >Entry</EM > selected. - </P + </P ><P -> If any group has <EM +> If any group has <EM >Canedit</EM > selected, - then the product will be read-only for any users - who are not members of all of the groups with - <EM + then the product will be read-only for any users + who are not members of <EM +>all</EM +> of the groups with + <EM >Canedit</EM -> selected. ONLY users who - are members of all the <EM +> selected. <EM +>Only</EM +> users who + are members of all the <EM >Canedit</EM > groups - will be able to edit. This is an - additional restriction that further limits - what can be edited by a user. - </P + will be able to edit bugs for this product. This is an additional + restriction that enables finer-grained control over products rather + than just all-or-nothing access levels. + </P ><P -> The following settings let you - choose privileges on a <EM +> The following settings let you + choose privileges on a <EM >per-product basis</EM >. - This is a convenient way to give privileges to - some users for some products only, without having - to give them global privileges which would affect - all products. - </P + 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 <EM +> Any group having <EM >editcomponents</EM > - selected allows users who are in this group to edit all - aspects of this product, including components, milestones - and versions. - </P + 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 <EM +>canconfirm</EM +> selected + allows users who are in this group to confirm bugs + in this product. + </P +><P +> Any group having <EM +>editbugs</EM +> selected allows + users who are in this group to edit all fields of + bugs in this product. + </P +><P +> The <EM +>MemberControl</EM +> and + <EM +>OtherControl</EM +> are used in tandem to determine which + bugs will be placed in this group. The only allowable combinations of + these two parameters are listed in a table on the "Edit Group Access Controls" + page. Consult this table for details on how these fields can be used. + Examples of different uses are described below. + </P +><DIV +CLASS="section" +><HR><H4 +CLASS="section" +><A +NAME="group-control-examples" +>3.4.4.1. Common Applications of Group Controls</A +></H4 +><P +> The use of groups is best explained by providing examples that illustrate + configurations for common use cases. The examples follow a common syntax: + <EM +>Group: Entry, MemberControl, OtherControl, CanEdit, + EditComponents, CanConfirm, EditBugs</EM +>. Where "Group" is the name + of the group being edited for this product. The other fields all + correspond to the table on the "Edit Group Access Controls" page. If any + of these options are not listed, it means they are not checked. + </P +><P +> Basic Product/Group Restriction + </P +><P +> Suppose there is a product called "Bar". The + "Bar" product can only have bugs entered against it by users in the + group "Foo". Additionally, bugs filed against product "Bar" must stay + restricted to users to "Foo" at all times. Furthermore, only members + of group "Foo" can edit bugs filed against product "Bar", even if other + users could see the bug. This arrangement would achieved by the + following: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> Product Bar: +foo: ENTRY, MANDATORY/MANDATORY, CANEDIT + </PRE +></FONT +></TD +></TR +></TABLE +><P +> Perhaps such strict restrictions are not needed for product "Bar". A + more lenient way to configure product "Bar" and group "Foo" would be: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> Product Bar: +foo: ENTRY, SHOWN/SHOWN, EDITCOMPONENTS, CANCONFIRM, EDITBUGS + </PRE +></FONT +></TD +></TR +></TABLE +><P +> The above indicates that for product "Bar", members of group "Foo" can + enter bugs. Any one with permission to edit a bug against product "Bar" + can put the bug + in group "Foo", even if they themselves are not in "Foo". Anyone in group + "Foo" can edit all aspects of the components of product "Bar", can confirm + bugs against product "Bar", and can edit all fields of any bug against + product "Bar". + </P +><P +> General User Access With Security Group + </P +><P +> To permit any user to file bugs against "Product A", + and to permit any user to submit those bugs into a + group called "Security": + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> +Product A: +security: SHOWN/SHOWN + </PRE +></FONT +></TD +></TR +></TABLE ><P -> Any group having <EM ->canconfirm</EM -> selected - allows users who are in this group to confirm bugs - in this product. - </P +> General User Access With A Security Product + </P ><P -> Any group having <EM ->editbugs</EM -> selected allows - users who are in this group to edit all fields of - bugs in this product. - </P +> To permit any user to file bugs against product called "Security" + while keeping those bugs from becoming visible to anyone + outside the group "SecurityWorkers" (unless a member of the + "SecurityWorkers" group removes that restriction): + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> +Product Security: +securityworkers: DEFAULT/MANDATORY + </PRE +></FONT +></TD +></TR +></TABLE ><P -> The <EM ->MemberControl</EM -> and - <EM ->OtherControl</EM -> fields indicate which - bugs will be placed in this group according - to the following definitions. - </P +> Product Isolation With a Common Group + </P ><P -> For each group, it is possible to specify if - membership in that group is: - </P +> To permit users of "Product A" to access the bugs for + "Product A", users of "Product B" to access the bugs for + "Product B", and support staff, who are members of the "Support + Group" to access both, three groups are needed: + </P ><P ></P ><OL TYPE="1" ><LI ><P -> Required for bug entry. - </P +>Support Group: Contains members of the support staff.</P ></LI ><LI ><P -> Not applicable to this product(NA), - a possible restriction for a member of the - group to place on a bug in this product(Shown), - a default restriction for a member of the - group to place on a bug in this product(Default), - or a mandatory restriction to be placed on bugs - in this product(Mandatory). - </P +>AccessA Group: Contains users of product A and the Support group.</P ></LI ><LI ><P -> Not applicable by non-members to this product(NA), - a possible restriction for a non-member of the - group to place on a bug in this product(Shown), - a default restriction for a non-member of the - group to place on a bug in this product(Default), - or a mandatory restriction to be placed on bugs - in this product when entered by a non-member(Mandatory). - </P +>AccessB Group: Contains users of product B and the Support group.</P ></LI -><LI +></OL ><P -> Required in order to make <EM ->any</EM -> change - to bugs in this product <EM ->including comments.</EM -> +> Once these three groups are defined, the product group controls + can be set to: </P -></LI -></OL +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> Product A: +AccessA: ENTRY, MANDATORY/MANDATORY +Product B: +AccessB: ENTRY, MANDATORY/MANDATORY + </PRE +></FONT +></TD +></TR +></TABLE ><P ->These controls are often described in this order, so a - product that requires a user to be a member of group "foo" - to enter a bug and then requires that the bug stay restricted - to group "foo" at all times and that only members of group "foo" - can edit the bug even if they otherwise could see the bug would - have its controls summarized by...</P +> Perhaps the "Support Group" wants more control. For example, + the "Support Group" could be permitted to make bugs inaccessible to + users of both groups "AccessA" and "AccessB". + Then, the "Support Group" could be permitted to publish + bugs relevant to all users in a third product (let's call it + "Product Common") that is read-only + to anyone outside the "Support Group". In this way the "Support Group" + could control bugs that should be seen by both groups. + That configuration would be: + </P ><TABLE BORDER="0" BGCOLOR="#E0E0E0" @@ -7352,13 +8144,78 @@ WIDTH="100%" COLOR="#000000" ><PRE CLASS="programlisting" -> -foo: ENTRY, MANDATORY/MANDATORY, CANEDIT +> Product A: +AccessA: ENTRY, MANDATORY/MANDATORY +Support: SHOWN/NA +Product B: +AccessB: ENTRY, MANDATORY/MANDATORY +Support: SHOWN/NA +Product Common: +Support: ENTRY, DEFAULT/MANDATORY, CANEDIT </PRE ></FONT ></TD ></TR ></TABLE +><P +> Make a Product Read Only + </P +><P +> Sometimes a product is retired and should no longer have + new bugs filed against it (for example, an older version of a software + product that is no longer supported). A product can be made read-only + by creating a group called "readonly" and adding products to the + group as needed: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> Product A: +ReadOnly: ENTRY, NA/NA, CANEDIT + </PRE +></FONT +></TD +></TR +></TABLE +><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 +> For more information on Groups outside of how they relate to products + see <A +HREF="#groups" +>Section 3.15</A +>. + </P +></TD +></TR +></TABLE +></DIV +></DIV ></DIV ></DIV ><DIV @@ -8424,7 +9281,7 @@ NAME="keywords" a keyword currently applied to any bugs, the keyword cache must be rebuilt using the <A HREF="#sanitycheck" ->Section 3.15</A +>Section 3.16</A > script. Currently keywords can not be marked obsolete to prevent future usage. </P @@ -8444,14 +9301,51 @@ NAME="custom-fields" >3.10. Custom Fields</A ></H2 ><P -> 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 +> The release of Bugzilla 3.0 added the ability to create Custom Fields. + Custom Fields are treated like any other field - they can be set in bugs + and used for search queries. Administrators should keep in mind that + adding too many fields can make the user interface more complicated and + harder to use. Custom Fields should be added only when necessary and with + careful consideration. + </P +><DIV +CLASS="tip" +><P +></P +><TABLE +CLASS="tip" +WIDTH="100%" +BORDER="0" +><TR +><TD +WIDTH="25" +ALIGN="CENTER" +VALIGN="TOP" +><IMG +SRC="../images/tip.gif" +HSPACE="5" +ALT="Tip"></TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +><P +> Before adding a Custom Field, make sure that Bugzilla can not already + do the desired behavior. Many Bugzilla options are not enabled by + default, and many times Administrators find that simply enabling + certain options that already exist is sufficient. + </P +></TD +></TR +></TABLE +></DIV +><P +> Administrators can manage Custom 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). +> link on the Administration page. The Custom + Fields administration page displays a list of Custom Fields, if any exist, + and a link to "Add a new custom field". </P ><DIV CLASS="section" @@ -8462,12 +9356,8 @@ NAME="add-custom-fields" >3.10.1. Adding Custom Fields</A ></H3 ><P -> 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. +> To add a new Custom Field, click the "Add a new custom field" link. This + page displays several options for the new field, described below. </P ><P > The following attributes must be set for each new custom field: @@ -8479,17 +9369,13 @@ CLASS="QUOTE" > <EM >Name:</EM > - the name of the field, used internally. This name MUST begin - with <SPAN + The name of the field in the database, 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. +> to prevent confusion with + standard fields. If this string is omitted, it will + be automatically added to the name entered. </P ></LI ><LI @@ -8497,8 +9383,8 @@ CLASS="QUOTE" > <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 + A brief string which is used as the label for this Custom Field. + That is the string that users will see, and should be short and explicit. </P ></LI @@ -8507,16 +9393,58 @@ CLASS="QUOTE" > <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 + The type of field to create. There are + several types available: + <P +></P +><TABLE +BORDER="0" +><TBODY +><TR +><TD +> Large Text Box: A multiple line box for entering free text. + </TD +></TR +><TR +><TD +> Free Text: A single line box for entering free text. + </TD +></TR +><TR +><TD +> Multiple-Selection Box: A list box where multiple options + can be selected. After creating this field, it must be edited + to add the selection options. See + <A HREF="#edit-values-list" >Section 3.11.1</A -> for information about editing - legal values. +> for information about + editing legal values. + </TD +></TR +><TR +><TD +> Drop Down: A list box where only one option can be selected. + After creating this field, it must be edited to add the + selection options. See + <A +HREF="#edit-values-list" +>Section 3.11.1</A +> for information about + editing legal values. + </TD +></TR +><TR +><TD +> Date/Time: A date field. This field appears with a + calendar widget for choosing the date. + </TD +></TR +></TBODY +></TABLE +><P +></P +> </P ></LI ><LI @@ -8524,9 +9452,9 @@ HREF="#edit-values-list" > <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. + Integer that determines in which order Custom Fields are + displayed in the User Interface, especially when viewing a bug. + Fields with lower values are displayed first. </P ></LI ><LI @@ -8534,14 +9462,13 @@ HREF="#edit-values-list" > <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 + Boolean that determines whether this field can be set on + bug creation. If not selected, then a bug must be created + before this field can be set. See <A HREF="#bugreports" >Section 5.6</A -> about filing bugs. +> + for information about filing bugs. </P ></LI ><LI @@ -8549,7 +9476,7 @@ HREF="#bugreports" > <EM >Displayed in bugmail for new bugs:</EM > - this boolean determines whether the value set on this field + Boolean that determines whether the value set on this field should appear in bugmail when the bug is filed. This attribute has no effect if the field cannot be set on bug creation. </P @@ -8559,8 +9486,8 @@ HREF="#bugreports" > <EM >Is obsolete:</EM > - this boolean determines whether or not this field should - be displayed at all. Obsolete custom fields are hidden. + Boolean that determines whether this field should + be displayed at all. Obsolete Custom Fields are hidden. </P ></LI ></UL @@ -8576,7 +9503,7 @@ NAME="edit-custom-fields" >3.10.2. Editing Custom Fields</A ></H3 ><P -> As soon as a custom field is created, its name and type cannot be +> 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" @@ -8594,10 +9521,10 @@ NAME="delete-custom-fields" >3.10.3. Deleting Custom Fields</A ></H3 ><P -> 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. +> It is only possible to delete obsolete Custom Fields + if the field has never been used in the database. + To remove a field which already has content, + mark it as obsolete. </P ></DIV ></DIV @@ -8616,8 +9543,10 @@ NAME="edit-values" <TT CLASS="filename" >localconfig</TT ->. Starting with Bugzilla 2.23.3, you - can also customize the list of valid resolutions from the same interface. +>. Starting with Bugzilla 2.23.3, + the list of valid resolutions can be customized from the same interface. + Since Bugzilla 3.1.1 the list of valid bug statuses can be customized + as well. </P ><DIV CLASS="section" @@ -8632,16 +9561,14 @@ NAME="edit-values-list" 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. + Select "Legal Values" from the Administration page. A list of all + fields, both system fields and Custom Fields, for which legal values + can be edited appears. Click a field name to edit its legal values. </P ><P -> 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. +> There is no limit to how many values a field can have, but each value + must be unique to that field. The sortkey is important to display these + values in the desired order. </P ></DIV ><DIV @@ -8653,8 +9580,8 @@ NAME="edit-values-delete" >3.11.2. Deleting legal values</A ></H3 ><P -> You can also delete legal values, but only if the two following conditions - are respected: +> Legal values from Custom Fields can be deleted, but only if the + following two conditions are respected: </P ><P ></P @@ -8681,8 +9608,33 @@ CLASS="section" ><HR><H2 CLASS="section" ><A +NAME="bug_status_workflow" +>3.12. Bug Status Workflow</A +></H2 +><P +> The bug status workflow is no longer hardcoded but can be freely customized + from the web interface. Only one bug status cannot be renamed nor deleted, + UNCONFIRMED, but the workflow involving it is free. The configuration + page displays all existing bug statuses twice, first on the left for bug + statuses we come from and on the top for bug statuses we move to. + If the checkbox is checked, then the transition between the two bug statuses + is legal, else it's forbidden independently of your privileges. The bug status + used for the "duplicate_or_move_bug_status" parameter must be part of the + workflow as that is the bug status which will be used when duplicating or + moving a bug, so it must be available from each bug status. + </P +><P +> When the workflow is set, the "View Current Triggers" link below the table + lets you set which transitions require a comment from the user. + </P +></DIV +><DIV +CLASS="section" +><HR><H2 +CLASS="section" +><A NAME="voting" ->3.12. Voting</A +>3.13. Voting</A ></H2 ><P >Voting allows users to be given a pot of votes which they can allocate @@ -8744,7 +9696,7 @@ CLASS="section" CLASS="section" ><A NAME="quips" ->3.13. Quips</A +>3.14. Quips</A ></H2 ><P > Quips are small text messages that can be configured to appear @@ -8791,40 +9743,78 @@ CLASS="section" CLASS="section" ><A NAME="groups" ->3.14. Groups and Group Security</A +>3.15. Groups and Group Security</A ></H2 ><P ->Groups allow the administrator - to isolate bugs or products that should only be seen by certain people. - The association between products and groups is controlled from - the product edit page under <SPAN -CLASS="QUOTE" ->"Edit Group Controls."</SPAN -> +> Groups allow for separating bugs into logical divisions. + Groups are typically used to + to isolate bugs that should only be seen by certain people. For + example, a company might create a different group for each one of its customers + or partners. Group permissions could be set so that each partner or customer would + only have access to their own bugs. Or, groups might be used to create + variable access controls for different departments within an organization. + Another common use of groups is to associate groups with products, + creating isolation and access control on a per-product basis. </P ><P -> If the makeproductgroups param is on, a new group will be automatically - created for every new product. It is primarily available for backward - compatibility with older sites. +> Groups and group behaviors are controlled in several places: </P ><P -> Note that group permissions are such that you need to be a member - of <EM ->all</EM -> the groups a bug is in, for whatever - reason, to see that bug. Similarly, you must be a member - of <EM ->all</EM -> of the entry groups for a product - to add bugs to a product and you must be a member - of <EM +></P +><OL +TYPE="1" +><LI +><P +> The group configuration page. To view or edit existing groups, or to + create new groups, access the "Groups" link from the "Administration" + page. This section of the manual deals primarily with the aspect of + group controls accessed on this page. + </P +></LI +><LI +><P +> Global configuration parameters. Bugzilla has several parameters + that control the overall default group behavior and restriction + levels. For more information on the parameters that control + group behavior globally, see <A +HREF="#param-group-security" +>Section 3.1.9</A +>. + </P +></LI +><LI +><P +> Product association with groups. Most of the functionality of groups + and group security is controlled at the product level. Some aspects + of group access controls for products are discussed in this section, + but for more detail see <A +HREF="#product-group-controls" +>Section 3.4.4</A +>. + </P +></LI +><LI +><P +> Group access for users. See <A +HREF="#users-and-groups" +>Section 3.15.3</A +> for + details on how users are assigned group access. + </P +></LI +></OL +><P +> Group permissions are such that if a bug belongs to a group, only members + of that group can see the bug. If a bug is in more than one group, only + members of <EM >all</EM -> of the canedit groups for a product - in order to make <EM ->any</EM -> change to bugs in that - product. - </P +> the groups that the bug is in can see + the bug. For information on granting read-only access to certain people and + full edit access to others, see <A +HREF="#product-group-controls" +>Section 3.4.4</A +>. + </P ><DIV CLASS="note" ><P @@ -8866,59 +9856,50 @@ CLASS="section" CLASS="section" ><A NAME="create-groups" ->3.14.1. Creating Groups</A +>3.15.1. Creating Groups</A ></H3 ><P ->To create Groups:</P +> To create a new group, follow the steps below: + </P ><P ></P ><OL TYPE="1" ><LI ><P ->Select the <SPAN +> Select the <SPAN CLASS="QUOTE" ->"groups"</SPAN -> - link in the footer.</P +>"Administration"</SPAN +> link in the page footer, + and then select the <SPAN +CLASS="QUOTE" +>"Groups"</SPAN +> link from the + Administration page. + </P ></LI ><LI ><P ->Take a moment to understand the instructions on the <SPAN -CLASS="QUOTE" ->"Edit - Groups"</SPAN -> screen, then select the <SPAN +> A table of all the existing groups is displayed. Below the table is a + description of all the fields. To create a new group, select the + <SPAN CLASS="QUOTE" >"Add Group"</SPAN -> link.</P +> link under the table of existing groups. + </P ></LI ><LI ><P ->Fill out the <SPAN -CLASS="QUOTE" ->"Group"</SPAN ->, <SPAN -CLASS="QUOTE" ->"Description"</SPAN ->, - and <SPAN -CLASS="QUOTE" ->"User RegExp"</SPAN -> fields. - <SPAN -CLASS="QUOTE" ->"User RegExp"</SPAN -> allows you to automatically - place all users who fulfill the Regular Expression into the new group. - When you have finished, click <SPAN -CLASS="QUOTE" ->"Add"</SPAN ->.</P -><P ->Users whose email addresses match the regular expression - will automatically be members of the group as long as their - email addresses continue to match the regular expression.</P +> There are five fields to fill out. These fields are documented below + the form. Choose a name and description for the group. Decide whether + this group should be used for bugs (in all likelihood this should be + selected). Optionally, choose a regular expression that will + automatically add any matching users to the group, and choose an + icon that will help identify user comments for the group. The regular + expression can be useful, for example, to automatically put all users + from the same company into one group (if the group is for a specific + customer or partner). + </P ><DIV CLASS="note" ><P @@ -8940,13 +9921,17 @@ ALT="Note"></TD ALIGN="LEFT" VALIGN="TOP" ><P ->This is a change from 2.16 where the regular expression - resulted in a user acquiring permanent membership in a group. - To remove a user from a group the user was in due to a regular - expression in version 2.16 or earlier, the user must be explicitly - removed from the group. This can easily be done by pressing - buttons named 'Remove Memberships' or 'Remove Memberships - included in regular expression' under the table.</P +> If <SPAN +CLASS="QUOTE" +>"User RegExp"</SPAN +> is filled out, users whose email + addresses match the regular expression will automatically be + members of the group as long as their email addresses continue + to match the regular expression. If their email address changes + and no longer matches the regular expression, they will be removed + from the group. Versions 2.16 and older of Bugzilla did not automatically + remove users who's email addresses no longer matched the RegExp. + </P ></TD ></TR ></TABLE @@ -8972,11 +9957,12 @@ ALT="Warning"></TD ALIGN="LEFT" VALIGN="TOP" ><P ->If specifying a domain in the regexp, make sure you end - the regexp with a $. Otherwise, when granting access to - "@mycompany\.com", you will allow access to - 'badperson@mycompany.com.cracker.net'. You need to use - '@mycompany\.com$' as the regexp.</P +> If specifying a domain in the regular expression, end + the regexp with a "$". Otherwise, when granting access to + "@mycompany\.com", access will also be granted to + 'badperson@mycompany.com.cracker.net'. Use the syntax, + '@mycompany\.com$' for the regular expression. + </P ></TD ></TR ></TABLE @@ -8984,17 +9970,14 @@ VALIGN="TOP" ></LI ><LI ><P ->If you plan to use this group to directly control - access to bugs, check the "use for bugs" box. Groups - not used for bugs are still useful because other groups - can include the group as a whole.</P -></LI -><LI -><P ->After you add your new group, edit the new group. On the - edit page, you can specify other groups that should be included +> After the new group is created, it can be edited for additional options. + The "Edit Group" page allows for specifying other groups that should be included in this group and which groups should be permitted to add and delete - users from this group.</P + users from this group. For more details, see <A +HREF="#edit-groups" +>Section 3.15.2</A +>. + </P ></LI ></OL ></DIV @@ -9004,204 +9987,204 @@ CLASS="section" CLASS="section" ><A NAME="edit-groups" ->3.14.2. Assigning Users to Groups</A +>3.15.2. Editing Groups and Assigning Group Permissions</A ></H3 ><P ->Users can become a member of a group in several ways.</P +> To access the "Edit Groups" page, select the + <SPAN +CLASS="QUOTE" +>"Administration"</SPAN +> link in the page footer, + and then select the <SPAN +CLASS="QUOTE" +>"Groups"</SPAN +> link from the Administration page. + A table of all the existing groups is displayed. Click on a group name + you wish to edit or control permissions for. + </P +><P +> The "Edit Groups" page contains the same five fields present when + creating a new group. Below that are two additional sections, "Group + Permissions," and "Mass Remove". The "Mass Remove" option simply removes + all users from the group who match the regular expression entered. The + "Group Permissions" section requires further explanation. + </P +><P +> The "Group Permissions" section on the "Edit Groups" page contains four sets + of permissions that control the relationship of this group to other + groups. If the 'usevisibilitygroups' parameter is in use (see + <A +HREF="#parameters" +>Section 3.1</A +>) two additional sets of permissions are displayed. + Each set consists of two select boxes. On the left, a select box + with a list of all existing groups. On the right, a select box listing + all groups currently selected for this permission setting (this box will + be empty for new groups). The way these controls allow groups to relate + to one another is called <EM +>inheritance</EM +>. + Each of the six permissions is described below. + </P ><P ></P -><OL -TYPE="1" -><LI +><DIV +CLASS="variablelist" +><DL +><DT +><EM +>Groups That Are a Member of This Group</EM +></DT +><DD ><P ->The user can be explicitly placed in the group by editing - the user's own profile</P -></LI -><LI +> + Members of any groups selected here will automatically have + membership in this group. In other words, members of any selected + group will inherit membership in this group. + </P +></DD +><DT +><EM +>Groups That This Group Is a Member Of</EM +></DT +><DD ><P ->The group can include another group of which the user is - a member.</P -></LI -><LI +> Members of this group will inherit membership to any group + selected here. For example, suppose the group being edited is + an Admin group. If there are two products (Product1 and Product2) + and each product has its + own group (Group1 and Group2), and the Admin group + should have access to both products, + simply select both Group1 and Group2 here. + </P +></DD +><DT +><EM +>Groups That Can Grant Membership in This Group</EM +></DT +><DD ><P ->The user's email address can match a regular expression - that the group specifies to automatically grant membership to - the group.</P -></LI -></OL -></DIV -><DIV -CLASS="section" -><HR><H3 -CLASS="section" -><A -NAME="AEN1788" ->3.14.3. Assigning Group Controls to Products</A -></H3 +> The members of any group selected here will be able add users + to this group, even if they themselves are not in this group. + </P +></DD +><DT +><EM +>Groups That This Group Can Grant Membership In</EM +></DT +><DD ><P -> For information on assigning group controls to - products, see <A -HREF="#products" ->Products</A ->. - </P -></DIV -><DIV -CLASS="section" -><HR><H3 -CLASS="section" -><A -NAME="AEN1792" ->3.14.4. Common Applications of Group Controls</A -></H3 -><DIV -CLASS="section" -><H4 -CLASS="section" -><A -NAME="AEN1794" ->3.14.4.1. General User Access With Security Group</A -></H4 +> Members of this group can add users to any group selected here, + even if they themselves are not in the selected groups. + </P +></DD +><DT +><EM +>Groups That Can See This Group</EM +></DT +><DD ><P ->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....</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> -Product A... -security: SHOWN/SHOWN -Product B... -security: SHOWN/SHOWN -Product C... -security: SHOWN/SHOWN - </PRE -></FONT -></TD -></TR -></TABLE -></DIV -><DIV -CLASS="section" -><HR><H4 -CLASS="section" -><A -NAME="AEN1798" ->3.14.4.2. General User Access With A Security Product</A -></H4 +> Members of any selected group can see the users in this group. + This setting is only visible if the 'usevisibilitygroups' parameter + is enabled on the Bugzilla Configuration page. See + <A +HREF="#parameters" +>Section 3.1</A +> for information on configuring Bugzilla. + </P +></DD +><DT +><EM +>Groups That This Group Can See</EM +></DT +><DD ><P ->To permit any user to file bugs in a Security product - while keeping those bugs from becoming visible to anyone - outside the securityworkers group unless a member of the - securityworkers group removes that restriction....</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> -Product Security... -securityworkers: DEFAULT/MANDATORY - </PRE -></FONT -></TD -></TR -></TABLE +> Members of this group can see members in any of the selected groups. + This setting is only visible if the 'usevisibilitygroups' parameter + is enabled on the the Bugzilla Configuration page. See + <A +HREF="#parameters" +>Section 3.1</A +> for information on configuring Bugzilla. + </P +></DD +></DL +></DIV ></DIV ><DIV CLASS="section" -><HR><H4 +><HR><H3 CLASS="section" ><A -NAME="AEN1802" ->3.14.4.3. Product Isolation With Common Group</A -></H4 +NAME="users-and-groups" +>3.15.3. Assigning Users to Groups</A +></H3 ><P ->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 are needed</P +> A User can become a member of a group in several ways: + </P ><P ></P ><OL TYPE="1" ><LI ><P ->Support: Contains members of the support staff.</P +> The user can be explicitly placed in the group by editing + the user's profile. This can be done by accessing the "Users" page + from the "Administration" page. Use the search form to find the user + you want to edit group membership for, and click on their email + address in the search results to edit their profile. The profile + page lists all the groups, and indicates if the user is a member of + the group either directly or indirectly. More information on indirect + group membership is below. For more details on User administration, + see <A +HREF="#useradmin" +>Section 3.2</A +>. + </P ></LI ><LI ><P ->AccessA: Contains users of product A and the Support group.</P +> The group can include another group of which the user is + a member. This is indicated by square brackets around the checkbox + next to the group name in the user's profile. + See <A +HREF="#edit-groups" +>Section 3.15.2</A +> for details on group inheritance. + </P ></LI ><LI ><P ->AccessB: Contains users of product B and the Support group.</P +> The user's email address can match the regular expression + that has been specified to automatically grant membership to + the group. This is indicated by "*" around the check box by the + group name in the user's profile. + See <A +HREF="#create-groups" +>Section 3.15.1</A +> for details on + the regular expression option when creating groups. + </P ></LI ></OL -><P ->Once these 3 groups are defined, the products group controls - can be set to..</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> Product A... -AccessA: ENTRY, MANDATORY/MANDATORY -Product B... -AccessB: ENTRY, MANDATORY/MANDATORY - </PRE -></FONT -></TD -></TR -></TABLE -><P ->Optionally, the support group could be permitted to make - bugs inaccessible to the users and could be permitted to publish - bugs relevant to all users in a common product that is read-only - to anyone outside the support group. That configuration could - be...</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> Product A... -AccessA: ENTRY, MANDATORY/MANDATORY -Support: SHOWN/NA -Product B... -AccessB: ENTRY, MANDATORY/MANDATORY -Support: SHOWN/NA -Product Common... -Support: ENTRY, DEFAULT/MANDATORY, CANEDIT - </PRE -></FONT -></TD -></TR -></TABLE ></DIV +><DIV +CLASS="section" +><HR><H3 +CLASS="section" +><A +NAME="AEN2001" +>3.15.4. Assigning Group Controls to Products</A +></H3 +><P +> The primary functionality of groups is derived from the relationship of + groups to products. The concepts around segregating access to bugs with + product group controls can be confusing. For details and examples on this + topic, see <A +HREF="#product-group-controls" +>Section 3.4.4</A +>. + </P ></DIV ></DIV ><DIV @@ -9210,7 +10193,7 @@ CLASS="section" CLASS="section" ><A NAME="sanitycheck" ->3.15. Checking and Maintaining Database Integrity</A +>3.16. Checking and Maintaining Database Integrity</A ></H2 ><P > Over time it is possible for the Bugzilla database to become corrupt @@ -9279,7 +10262,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrading" ->3.16. Upgrading to New Releases</A +>3.17. Upgrading to New Releases</A ></H2 ><P > Upgrading Bugzilla is something we all want to do from time to time, @@ -9306,7 +10289,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrading-version-defns" ->3.16.1. Version Definitions</A +>3.17.1. Version Definitions</A ></H3 ><P > Bugzilla displays the version you are using at the top of the home @@ -9383,14 +10366,14 @@ CLASS="section" CLASS="section" ><A NAME="upgrading-notifications" ->3.16.2. Upgrading - Notifications</A +>3.17.2. Upgrading - Notifications</A ></H3 ><P > Bugzilla 3.0 introduces the ability to automatically notify administrators when new releases are available, based on the - <VAR + <TT CLASS="literal" ->upgrade_notification</VAR +>upgrade_notification</TT > parameter, see <A HREF="#parameters" @@ -9406,14 +10389,14 @@ CLASS="filename" CLASS="QUOTE" >"disabled"</SPAN >. If you are behind a proxy, you may have to set - the <VAR + the <TT CLASS="literal" ->proxy_url</VAR +>proxy_url</TT > parameter accordingly. If the proxy requires authentication, use the - <VAR + <TT CLASS="literal" ->http://user:pass@proxy_url/</VAR +>http://user:pass@proxy_url/</TT > syntax. </P ></DIV @@ -9423,7 +10406,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrading-methods" ->3.16.3. Upgrading - Methods and Procedure</A +>3.17.3. Upgrading - Methods and Procedure</A ></H3 ><P > There are three different ways to upgrade your installation. @@ -9436,7 +10419,7 @@ TYPE="1" ><P > Using CVS (<A HREF="#upgrade-cvs" ->Section 3.16.3.1</A +>Section 3.17.3.1</A >) </P ></LI @@ -9444,7 +10427,7 @@ HREF="#upgrade-cvs" ><P > Downloading a new tarball (<A HREF="#upgrade-tarball" ->Section 3.16.3.2</A +>Section 3.17.3.2</A >) </P ></LI @@ -9452,7 +10435,7 @@ HREF="#upgrade-tarball" ><P > Applying the relevant patches (<A HREF="#upgrade-patches" ->Section 3.16.3.3</A +>Section 3.17.3.3</A >) </P ></LI @@ -9528,7 +10511,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrade-cvs" ->3.16.3.1. Upgrading using CVS</A +>3.17.3.1. Upgrading using CVS</A ></H4 ><P > Every release of Bugzilla, whether it is a point release or a bugfix, @@ -9653,7 +10636,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrade-tarball" ->3.16.3.2. Upgrading using the tarball</A +>3.17.3.2. Upgrading using the tarball</A ></H4 ><P > If you are unable (or unwilling) to use CVS, another option that's @@ -9784,7 +10767,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrade-patches" ->3.16.3.3. Upgrading using patches</A +>3.17.3.3. Upgrading using patches</A ></H4 ><P > If you are doing a bugfix upgrade -- that is, one where only the @@ -9880,7 +10863,7 @@ CLASS="filename" This could make it more difficult to upgrade using CVS (<A HREF="#upgrade-cvs" ->Section 3.16.3.1</A +>Section 3.17.3.1</A >) in the future. </P ></TD @@ -9895,7 +10878,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrading-completion" ->3.16.4. Completing Your Upgrade</A +>3.17.4. Completing Your Upgrade</A ></H3 ><P > Regardless of which upgrade method you choose, you will need to @@ -10112,9 +11095,9 @@ ALT="Note"></TD ALIGN="LEFT" VALIGN="TOP" ><P ->You will need to set the <VAR +>You will need to set the <CODE CLASS="option" ->webservergroup</VAR +>webservergroup</CODE > option in <TT CLASS="filename" @@ -10239,9 +11222,11 @@ CLASS="prompt" <SAMP CLASS="prompt" >mysql></SAMP -> UPDATE user SET password = password('<VAR +> UPDATE user SET password = password('<TT CLASS="replaceable" ->new_password</VAR +><I +>new_password</I +></TT >') WHERE user = 'root'; <SAMP CLASS="prompt" @@ -10290,9 +11275,11 @@ ALT="(1)"></A <SAMP CLASS="prompt" >Enter Password:</SAMP -> <VAR +> <TT CLASS="replaceable" ->new_password</VAR +><I +>new_password</I +></TT > <SAMP CLASS="prompt" @@ -11433,17 +12420,26 @@ NAME="pronouns" >5.5.1.1. Pronoun Substitution</A ></H4 ><P -> 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 +> Sometimes, a query needs to compare a user-related field + (such as ReportedBy) with a role-specific user (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 refers 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 +><P +> Boolean charts also let you type a group name in any user-related + field if the operator is either "equals", "notequals" or "anyexact". + This will let you query for any member belonging (or not) to the + specified group. The group name must be entered following the + "%group.foo%" syntax, where "foo" is the group name. + So if you are looking for bugs reported by any user being in the + "editbugs" group, then you can type "%group.editbugs%". + </P ></DIV ><DIV CLASS="section" @@ -11457,7 +12453,7 @@ NAME="negation" > At first glance, negation seems redundant. Rather than searching for <A -NAME="AEN2302" +NAME="AEN2492" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -11468,7 +12464,7 @@ CLASS="BLOCKQUOTE" > one could search for <A -NAME="AEN2304" +NAME="AEN2494" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -11479,7 +12475,7 @@ CLASS="BLOCKQUOTE" > However, the search <A -NAME="AEN2306" +NAME="AEN2496" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -11491,7 +12487,7 @@ CLASS="BLOCKQUOTE" would find every bug where anyone on the CC list did not contain "@mozilla.org" while <A -NAME="AEN2308" +NAME="AEN2498" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -11505,7 +12501,7 @@ CLASS="BLOCKQUOTE" complex expressions to be built using terms OR'd together and then negated. Negation permits queries such as <A -NAME="AEN2310" +NAME="AEN2500" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -11518,7 +12514,7 @@ CLASS="BLOCKQUOTE" to find bugs that are neither in the update product or in the documentation component or <A -NAME="AEN2312" +NAME="AEN2502" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -11546,7 +12542,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="AEN2317" +NAME="AEN2507" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -11561,7 +12557,7 @@ CLASS="BLOCKQUOTE" containing "foo@" and someone else containing "@mozilla.org", then you would need two boolean charts. <A -NAME="AEN2319" +NAME="AEN2509" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -11588,15 +12584,15 @@ NAME="quicksearch" ><P > Quicksearch is a single-text-box query tool which uses metacharacters to indicate what is to be searched. For example, typing - "<VAR + "<TT CLASS="literal" ->foo|bar</VAR +>foo|bar</TT >" into Quicksearch would search for "foo" or "bar" in the summary and status whiteboard of a bug; adding - "<VAR + "<TT CLASS="literal" ->:BazProduct</VAR +>:BazProduct</TT >" would search only in that product. You can use it to find a bug by its number or its alias, too. @@ -12267,7 +13263,7 @@ CLASS="section" ><HR><H3 CLASS="section" ><A -NAME="AEN2455" +NAME="AEN2645" >5.8.1. Autolinkification</A ></H3 ><P @@ -13142,7 +14138,7 @@ CLASS="section" ><HR><H4 CLASS="section" ><A -NAME="AEN2652" +NAME="AEN2842" >5.11.2.1. Creating Charts</A ></H4 ><P @@ -13337,7 +14333,7 @@ VALIGN="TOP" intervals. More information on this is available in <A HREF="#installation-whining" ->Section 2.3.4</A +>Section 2.3.3</A >. </P ></TD @@ -13368,7 +14364,7 @@ VALIGN="TOP" > This section does not cover the whineatnews.pl script. See <A HREF="#installation-whining-cron" ->Section 2.3.3</A +>Section 2.3.2</A > for more information on The Whining Cron. </P @@ -13611,7 +14607,7 @@ CLASS="section" ><HR><H3 CLASS="section" ><A -NAME="AEN2712" +NAME="AEN2902" >5.13.4. Saving Your Changes</A ></H3 ><P @@ -14518,13 +15514,8 @@ ALT="Warning"></TD ALIGN="LEFT" VALIGN="TOP" ><P -> 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. +> Note that the below paths are inconsistent and confusing. They will + likely be changed in Bugzilla 4.0. </P ></TD ></TR @@ -14571,20 +15562,20 @@ CLASS="filename" </P ><P > Code hooks appear in Bugzilla source files as a single method call - in the format <VAR + in the format <TT CLASS="literal" ->Bugzilla::Hook->process("<VAR +>Bugzilla::Hook->process("<CODE CLASS="varname" ->name</VAR ->");</VAR +>name</CODE +>");</TT >. For instance, <TT CLASS="filename" >enter_bug.cgi</TT > may invoke the hook - "<VAR + "<CODE CLASS="varname" ->enter_bug-entrydefaultvars</VAR +>enter_bug-entrydefaultvars</CODE >". Thus, a source file at <TT CLASS="filename" @@ -14596,16 +15587,16 @@ CLASS="filename" > Template hooks appear in the standard Bugzilla templates as a single directive in the format - <VAR + <TT CLASS="literal" ->[% Hook.process("<VAR +>[% Hook.process("<CODE CLASS="varname" ->name</VAR ->") %]</VAR +>name</CODE +>") %]</TT >, - where <VAR + where <CODE CLASS="varname" ->name</VAR +>name</CODE > is the unique name of the hook. </P ><P @@ -14744,7 +15735,7 @@ CLASS="programlisting" > 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 +>BUGZILLA_ROOT/extensions/projman/template/en/global/useful-links-edit.html.tmpl</TT >. You then create that template file and add the following constant: </P @@ -14765,9 +15756,9 @@ CLASS="programlisting" ></TABLE ><P > Voila! The link now appears after the other administration links in the - navigation bar for users in the <VAR + navigation bar for users in the <TT CLASS="literal" ->projman_admins</VAR +>projman_admins</TT > group. </P ><P @@ -15625,7 +16616,7 @@ NAME="trbl-relogin-everyone-share" >Example A-1. Examples of urlbase/cookiepath pairs for sharing login cookies</B ></P ><A -NAME="AEN3048" +NAME="AEN3237" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -15666,7 +16657,7 @@ NAME="trbl-relogin-everyone-restrict" >Example A-2. Examples of urlbase/cookiepath pairs to restrict the login cookie</B ></P ><A -NAME="AEN3055" +NAME="AEN3244" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -16113,32 +17104,16 @@ CLASS="command" CLASS="command" >dmake</B > available from CPAN which is - written entirely in Perl. The majority of the links given below, however, - are to pre-compiled versions of the modules, which can be installed - on Windows simply by issuing the following command once you have - downloaded the PPD file (which may be packaged within a ZIP file): + written entirely in Perl. </P ><P -> <TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="screen" -> <SAMP -CLASS="prompt" ->></SAMP -> ppm install <filename.ppd> - </PRE -></FONT -></TD -></TR -></TABLE -> +> As described in <A +HREF="#modules-manual-download" +>Section C.2</A +>, however, most + packages already exist and are available from ActiveState or theory58S. + We highly recommend that you install them using the ppm GUI available with + ActiveState and to add the theory58S repository to your list of repositories. </P ></TD ></TR @@ -16175,9 +17150,19 @@ ALIGN="LEFT" VALIGN="TOP" ><P > Running Bugzilla on Windows requires the use of ActiveState - Perl 5.8.1 or higher. Some modules already exist in the core - distribution of ActiveState Perl so no PPM link is given. - (This is noted where it occurs.) + Perl 5.8.1 or higher. Many modules already exist in the core + distribution of ActiveState Perl. Additional modules can be downloaded + from <A +HREF="http://theoryx5.uwinnipeg.ca/ppms/" +TARGET="_top" +>http://theoryx5.uwinnipeg.ca/ppms/</A +> if you use + Perl 5.8.x or from <A +HREF="http://cpan.uwinnipeg.ca/PPMPackages/10xx/" +TARGET="_top" +>http://cpan.uwinnipeg.ca/PPMPackages/10xx/</A +> + if you use Perl 5.10.x. </P ></TD ></TR @@ -16193,7 +17178,6 @@ HREF="http://search.cpan.org/dist/CGI.pm/" TARGET="_top" >http://search.cpan.org/dist/CGI.pm/</A ><br> - PPM Download Link: Part of core distribution.<br> Documentation: <A HREF="http://perldoc.perl.org/CGI.html" TARGET="_top" @@ -16212,7 +17196,6 @@ HREF="http://search.cpan.org/dist/Data-Dumper/" TARGET="_top" >http://search.cpan.org/dist/Data-Dumper/</A ><br> - PPM Download Page: Part of core distribution.<br> Documentation: <A HREF="http://search.cpan.org/dist/Data-Dumper/Dumper.pm" TARGET="_top" @@ -16231,11 +17214,6 @@ HREF="http://search.cpan.org/dist/TimeDate/" TARGET="_top" >http://search.cpan.org/dist/TimeDate/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/TimeDate.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/TimeDate.ppd</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/TimeDate/lib/Date/Format.pm" TARGET="_top" @@ -16254,11 +17232,6 @@ HREF="http://search.cpan.org/dist/DBI/" TARGET="_top" >http://search.cpan.org/dist/DBI/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/DBI.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/DBI.ppd</A -><br> Documentation: <A HREF="http://dbi.perl.org/docs/" TARGET="_top" @@ -16277,11 +17250,6 @@ HREF="http://search.cpan.org/dist/DBD-mysql/" TARGET="_top" >http://search.cpan.org/dist/DBD-mysql/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/DBD-mysql.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/DBD-mysql.ppd</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/DBD-mysql/lib/DBD/mysql.pm" TARGET="_top" @@ -16300,11 +17268,6 @@ HREF="http://search.cpan.org/dist/DBD-Pg/" TARGET="_top" >http://search.cpan.org/dist/DBD-Pg/</A ><br> - PPM Download Link: <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> Documentation: <A HREF="http://search.cpan.org/dist/DBD-Pg/Pg.pm" TARGET="_top" @@ -16323,7 +17286,6 @@ HREF="http://search.cpan.org/dist/File-Spec/" TARGET="_top" >http://search.cpan.org/dist/File-Spec/</A ><br> - PPM Download Page: Part of core distribution.<br> Documentation: <A HREF="http://perldoc.perl.org/File/Spec.html" TARGET="_top" @@ -16342,11 +17304,6 @@ HREF="http://search.cpan.org/dist/Template-Toolkit/" TARGET="_top" >http://search.cpan.org/dist/Template-Toolkit/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/Template-Toolkit.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/Template-Toolkit.ppd</A -><br> Documentation: <A HREF="http://www.template-toolkit.org/docs.html" TARGET="_top" @@ -16365,11 +17322,6 @@ HREF="http://search.cpan.org/dist/GD/" TARGET="_top" >http://search.cpan.org/dist/GD/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/GD.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/GD.ppd</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/GD/GD.pm" TARGET="_top" @@ -16388,7 +17340,6 @@ HREF="http://search.cpan.org/dist/Template-GD/" TARGET="_top" >http://search.cpan.org/dist/Template-GD/</A ><br> - PPM Download Link: (Just install Template-Toolkit using the instructions below)<br> Documentation: <A HREF="http://www.template-toolkit.org/docs/aqua/Modules/index.html" TARGET="_top" @@ -16407,11 +17358,6 @@ HREF="http://search.cpan.org/dist/MIME-tools/" TARGET="_top" >http://search.cpan.org/dist/MIME-tools/</A ><br> - PPM Download Link: <A -HREF="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/MIME-tools-5.411a.zip" -TARGET="_top" ->http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/MIME-tools-5.411a.zip</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm" TARGET="_top" @@ -16439,11 +17385,6 @@ HREF="http://search.cpan.org/dist/Chart/" TARGET="_top" >http://search.cpan.org/dist/Chart/</A ><br> - PPM Download Page: <A -HREF="http://landfill.bugzilla.org/ppm/Chart.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/Chart.ppd</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/Chart/Chart.pod" TARGET="_top" @@ -16462,11 +17403,6 @@ HREF="http://search.cpan.org/dist/GDGraph/" TARGET="_top" >http://search.cpan.org/dist/GDGraph/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/GDGraph.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/GDGraph.ppd</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/GDGraph/Graph.pm" TARGET="_top" @@ -16485,11 +17421,6 @@ HREF="http://search.cpan.org/dist/GDTextUtil/" TARGET="_top" >http://search.cpan.org/dist/GDTextUtil/</A ><br> - PPM Download Page: <A -HREF="http://landfill.bugzilla.org/ppm/GDTextUtil.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/GDTextUtil.ppd</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/GDTextUtil/Text/Align.pm" TARGET="_top" @@ -16508,11 +17439,6 @@ HREF="http://search.cpan.org/dist/XML-Twig/" TARGET="_top" >http://search.cpan.org/dist/XML-Twig/</A ><br> - PPM Download Link: <A -HREF="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/XML-Twig-3.22.zip" -TARGET="_top" ->http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/XML-Twig-3.22.zip</A -><br> Documentation: <A HREF="http://standards.ieee.org/resources/spasystem/twig/twig_stable.html" TARGET="_top" @@ -16531,11 +17457,6 @@ HREF="http://search.cpan.org/author/JKEISER/PatchReader/" TARGET="_top" >http://search.cpan.org/author/JKEISER/PatchReader/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/PatchReader.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/PatchReader.ppd</A -><br> Documentation: <A HREF="http://www.johnkeiser.com/mozilla/Patch_Viewer.html" TARGET="_top" @@ -16554,7 +17475,6 @@ HREF="http://search.cpan.org/dist/PerlMagick/" TARGET="_top" >http://search.cpan.org/dist/PerlMagick/</A ><br> - PPM Download Link: Included in Windows binary package.<br> Documentation: <A HREF="http://www.imagemagick.org/script/resources.php" TARGET="_top" @@ -16575,7 +17495,7 @@ NAME="gfdl" ><P >Version 1.1, March 2000</P ><A -NAME="AEN3239" +NAME="AEN3417" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -17038,7 +17958,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="AEN3329" +NAME="AEN3507" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -17075,7 +17995,7 @@ CLASS="glossdiv" ><H1 CLASS="glossdiv" ><A -NAME="AEN3334" +NAME="AEN3512" >0-9, high ascii</A ></H1 ><DL @@ -17581,20 +18501,20 @@ TARGET="_top" > Perl module, which Bugzilla uses to send email, can be configured to use many different underlying implementations for actually sending the - mail using the <VAR + mail using the <CODE CLASS="option" ->mail_delivery_method</VAR +>mail_delivery_method</CODE > parameter. - Implementations other than <VAR + Implementations other than <TT CLASS="literal" ->sendmail</VAR +>sendmail</TT > require that the - <VAR + <CODE CLASS="option" ->sendmailnow</VAR -> param be set to <VAR +>sendmailnow</CODE +> param be set to <TT CLASS="literal" ->on</VAR +>on</TT >. </P ></DD @@ -17985,7 +18905,7 @@ NAME="gloss-zarro" Terry had the following to say: </P ><A -NAME="AEN3579" +NAME="AEN3757" ></A ><TABLE BORDER="0" diff --git a/docs/html/about.html b/docs/en/html/about.html similarity index 87% rename from docs/html/about.html rename to docs/en/html/about.html index 06f06ac2b..3c450c5c4 100644 --- a/docs/html/about.html +++ b/docs/en/html/about.html @@ -1,18 +1,18 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >About This Guide</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK REL="PREVIOUS" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -38,7 +38,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -157,7 +157,7 @@ ACCESSKEY="N" WIDTH="33%" ALIGN="left" VALIGN="top" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TD ><TD diff --git a/docs/html/administration.html b/docs/en/html/administration.html similarity index 66% rename from docs/html/administration.html rename to docs/en/html/administration.html index 7c87861d4..09a0e0b16 100644 --- a/docs/html/administration.html +++ b/docs/en/html/administration.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Administering Bugzilla</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -36,7 +36,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -88,6 +88,90 @@ CLASS="TOC" HREF="parameters.html" >Bugzilla Configuration</A ></DT +><DD +><DL +><DT +>3.1.1. <A +HREF="parameters.html#param-requiredsettings" +>Required Settings</A +></DT +><DT +>3.1.2. <A +HREF="parameters.html#param-admin-policies" +>Administrative Policies</A +></DT +><DT +>3.1.3. <A +HREF="parameters.html#param-user-authentication" +>User Authentication</A +></DT +><DT +>3.1.4. <A +HREF="parameters.html#param-attachments" +>Attachments</A +></DT +><DT +>3.1.5. <A +HREF="parameters.html#param-bug-change-policies" +>Bug Change Policies</A +></DT +><DT +>3.1.6. <A +HREF="parameters.html#param-bugfields" +>Bug Fields</A +></DT +><DT +>3.1.7. <A +HREF="parameters.html#param-bugmoving" +>Bug Moving</A +></DT +><DT +>3.1.8. <A +HREF="parameters.html#param-dependency-graphs" +>Dependency Graphs</A +></DT +><DT +>3.1.9. <A +HREF="parameters.html#param-group-security" +>Group Security</A +></DT +><DT +>3.1.10. <A +HREF="parameters.html#bzldap" +>LDAP Authentication</A +></DT +><DT +>3.1.11. <A +HREF="parameters.html#bzradius" +>RADIUS Authentication</A +></DT +><DT +>3.1.12. <A +HREF="parameters.html#param-email" +>Email</A +></DT +><DT +>3.1.13. <A +HREF="parameters.html#param-patchviewer" +>Patch Viewer</A +></DT +><DT +>3.1.14. <A +HREF="parameters.html#param-querydefaults" +>Query Defaults</A +></DT +><DT +>3.1.15. <A +HREF="parameters.html#param-shadowdatabase" +>Shadow Database</A +></DT +><DT +>3.1.16. <A +HREF="parameters.html#admin-usermatching" +>User Matching</A +></DT +></DL +></DD ><DT >3.2. <A HREF="useradmin.html" @@ -117,6 +201,30 @@ HREF="classifications.html" HREF="products.html" >Products</A ></DT +><DD +><DL +><DT +>3.4.1. <A +HREF="products.html#create-product" +>Creating New Products</A +></DT +><DT +>3.4.2. <A +HREF="products.html#edit-products" +>Editing Products</A +></DT +><DT +>3.4.3. <A +HREF="products.html#comps-vers-miles-products" +>Adding or Editing Components, Versions and Target Milestones</A +></DT +><DT +>3.4.4. <A +HREF="products.html#product-group-controls" +>Assigning Group Controls to Products</A +></DT +></DL +></DD ><DT >3.5. <A HREF="components.html" @@ -216,72 +324,77 @@ HREF="edit-values.html#edit-values-delete" ></DD ><DT >3.12. <A +HREF="bug_status_workflow.html" +>Bug Status Workflow</A +></DT +><DT +>3.13. <A HREF="voting.html" >Voting</A ></DT ><DT ->3.13. <A +>3.14. <A HREF="quips.html" >Quips</A ></DT ><DT ->3.14. <A +>3.15. <A HREF="groups.html" >Groups and Group Security</A ></DT ><DD ><DL ><DT ->3.14.1. <A +>3.15.1. <A HREF="groups.html#create-groups" >Creating Groups</A ></DT ><DT ->3.14.2. <A +>3.15.2. <A HREF="groups.html#edit-groups" ->Assigning Users to Groups</A +>Editing Groups and Assigning Group Permissions</A ></DT ><DT ->3.14.3. <A -HREF="groups.html#AEN1788" ->Assigning Group Controls to Products</A +>3.15.3. <A +HREF="groups.html#users-and-groups" +>Assigning Users to Groups</A ></DT ><DT ->3.14.4. <A -HREF="groups.html#AEN1792" ->Common Applications of Group Controls</A +>3.15.4. <A +HREF="groups.html#AEN2001" +>Assigning Group Controls to Products</A ></DT ></DL ></DD ><DT ->3.15. <A +>3.16. <A HREF="sanitycheck.html" >Checking and Maintaining Database Integrity</A ></DT ><DT ->3.16. <A +>3.17. <A HREF="upgrading.html" >Upgrading to New Releases</A ></DT ><DD ><DL ><DT ->3.16.1. <A +>3.17.1. <A HREF="upgrading.html#upgrading-version-defns" >Version Definitions</A ></DT ><DT ->3.16.2. <A +>3.17.2. <A HREF="upgrading.html#upgrading-notifications" >Upgrading - Notifications</A ></DT ><DT ->3.16.3. <A +>3.17.3. <A HREF="upgrading.html#upgrading-methods" >Upgrading - Methods and Procedure</A ></DT ><DT ->3.16.4. <A +>3.17.4. <A HREF="upgrading.html#upgrading-completion" >Completing Your Upgrade</A ></DT diff --git a/docs/html/api/Bugzilla.html b/docs/en/html/api/Bugzilla.html similarity index 99% rename from docs/html/api/Bugzilla.html rename to docs/en/html/api/Bugzilla.html index 1eaf8b804..4c04db8dc 100644 --- a/docs/html/api/Bugzilla.html +++ b/docs/en/html/api/Bugzilla.html @@ -4,7 +4,7 @@ <title> Bugzilla</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" > + <link rel="stylesheet" title="style" type="text/css" href="./../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Attachment.html b/docs/en/html/api/Bugzilla/Attachment.html similarity index 99% rename from docs/html/api/Bugzilla/Attachment.html rename to docs/en/html/api/Bugzilla/Attachment.html index d08f6217f..f792ff5ba 100644 --- a/docs/html/api/Bugzilla/Attachment.html +++ b/docs/en/html/api/Bugzilla/Attachment.html @@ -4,7 +4,7 @@ <title> Bugzilla::Attachment</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Auth.html b/docs/en/html/api/Bugzilla/Auth.html similarity index 99% rename from docs/html/api/Bugzilla/Auth.html rename to docs/en/html/api/Bugzilla/Auth.html index 68d1f406f..f3bfac40c 100644 --- a/docs/html/api/Bugzilla/Auth.html +++ b/docs/en/html/api/Bugzilla/Auth.html @@ -4,7 +4,7 @@ <title> Bugzilla::Auth</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Auth/Login.html b/docs/en/html/api/Bugzilla/Auth/Login.html similarity index 99% rename from docs/html/api/Bugzilla/Auth/Login.html rename to docs/en/html/api/Bugzilla/Auth/Login.html index 977366ce7..f51a200ac 100644 --- a/docs/html/api/Bugzilla/Auth/Login.html +++ b/docs/en/html/api/Bugzilla/Auth/Login.html @@ -4,7 +4,7 @@ <title> Bugzilla::Auth::Login</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Auth/Verify.html b/docs/en/html/api/Bugzilla/Auth/Verify.html similarity index 99% rename from docs/html/api/Bugzilla/Auth/Verify.html rename to docs/en/html/api/Bugzilla/Auth/Verify.html index 6152ab38a..42f543ac7 100644 --- a/docs/html/api/Bugzilla/Auth/Verify.html +++ b/docs/en/html/api/Bugzilla/Auth/Verify.html @@ -4,7 +4,7 @@ <title> Bugzilla::Auth::Verify</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/CGI.html b/docs/en/html/api/Bugzilla/CGI.html similarity index 99% rename from docs/html/api/Bugzilla/CGI.html rename to docs/en/html/api/Bugzilla/CGI.html index 35e13741c..e720c710b 100644 --- a/docs/html/api/Bugzilla/CGI.html +++ b/docs/en/html/api/Bugzilla/CGI.html @@ -4,7 +4,7 @@ <title> Bugzilla::CGI</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Classification.html b/docs/en/html/api/Bugzilla/Classification.html similarity index 99% rename from docs/html/api/Bugzilla/Classification.html rename to docs/en/html/api/Bugzilla/Classification.html index 63da6863f..fb0a9c694 100644 --- a/docs/html/api/Bugzilla/Classification.html +++ b/docs/en/html/api/Bugzilla/Classification.html @@ -4,7 +4,7 @@ <title> Bugzilla::Classification</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Component.html b/docs/en/html/api/Bugzilla/Component.html similarity index 99% rename from docs/html/api/Bugzilla/Component.html rename to docs/en/html/api/Bugzilla/Component.html index 45f82172a..3792cce90 100644 --- a/docs/html/api/Bugzilla/Component.html +++ b/docs/en/html/api/Bugzilla/Component.html @@ -4,7 +4,7 @@ <title> Bugzilla::Component</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Config.html b/docs/en/html/api/Bugzilla/Config.html similarity index 99% rename from docs/html/api/Bugzilla/Config.html rename to docs/en/html/api/Bugzilla/Config.html index 3abc4cf0d..0314b9151 100644 --- a/docs/html/api/Bugzilla/Config.html +++ b/docs/en/html/api/Bugzilla/Config.html @@ -4,7 +4,7 @@ <title> Bugzilla::Config</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Config/Common.html b/docs/en/html/api/Bugzilla/Config/Common.html similarity index 98% rename from docs/html/api/Bugzilla/Config/Common.html rename to docs/en/html/api/Bugzilla/Config/Common.html index 2b2a2e319..5ac4a687a 100644 --- a/docs/html/api/Bugzilla/Config/Common.html +++ b/docs/en/html/api/Bugzilla/Config/Common.html @@ -4,7 +4,7 @@ <title> Bugzilla::Config::Common</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/DB.html b/docs/en/html/api/Bugzilla/DB.html similarity index 98% rename from docs/html/api/Bugzilla/DB.html rename to docs/en/html/api/Bugzilla/DB.html index 2ae736563..0d1fff01b 100644 --- a/docs/html/api/Bugzilla/DB.html +++ b/docs/en/html/api/Bugzilla/DB.html @@ -4,7 +4,7 @@ <title> Bugzilla::DB</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> @@ -78,10 +78,7 @@ name="SYNOPSIS" # Schema Information my $column = $dbh->bz_column_info($table, $column); - my $index = $dbh->bz_index_info($table, $index); - - # General Information - my @fields = $dbh->bz_get_field_defs();</pre> + my $index = $dbh->bz_index_info($table, $index);</pre> <h1><a class='u' href='#___top' title='click to go to top of document' name="DESCRIPTION" @@ -832,27 +829,6 @@ name="General_Information_Methods" <p>Last inserted ID (scalar)</p> </dd> </dl> - -<dt><a name="bz_get_field_defs" -><code class="code">bz_get_field_defs</code></a></dt> - -<dd> -<dl> -<dt><a name="Description" -><b>Description</b></a></dt> - -<dd> -<p>Returns a list of all the "bug" fields in Bugzilla. The list contains hashes, with a <code class="code">name</code> key and a <code class="code">description</code> key.</p> - -<dt><a name="Params_(none)" -><b>Params</b> (none) -<dt><a name="Returns" -><b>Returns</b></a></dt> - -<dd> -<p>List of all the "bug" fields</p> -</dd> -</dl> </dd> </dl> diff --git a/docs/html/api/Bugzilla/DB/Mysql.html b/docs/en/html/api/Bugzilla/DB/Mysql.html similarity index 97% rename from docs/html/api/Bugzilla/DB/Mysql.html rename to docs/en/html/api/Bugzilla/DB/Mysql.html index 37519eca4..18b5127ff 100644 --- a/docs/html/api/Bugzilla/DB/Mysql.html +++ b/docs/en/html/api/Bugzilla/DB/Mysql.html @@ -4,7 +4,7 @@ <title> Bugzilla::DB::Mysql</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/DB/Oracle.html b/docs/en/html/api/Bugzilla/DB/Oracle.html similarity index 97% rename from docs/html/api/Bugzilla/DB/Oracle.html rename to docs/en/html/api/Bugzilla/DB/Oracle.html index a2248687d..946a11a08 100644 --- a/docs/html/api/Bugzilla/DB/Oracle.html +++ b/docs/en/html/api/Bugzilla/DB/Oracle.html @@ -4,7 +4,7 @@ <title> Bugzilla::DB::Oracle</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/DB/Pg.html b/docs/en/html/api/Bugzilla/DB/Pg.html similarity index 97% rename from docs/html/api/Bugzilla/DB/Pg.html rename to docs/en/html/api/Bugzilla/DB/Pg.html index f66b7ba79..0b1d03e23 100644 --- a/docs/html/api/Bugzilla/DB/Pg.html +++ b/docs/en/html/api/Bugzilla/DB/Pg.html @@ -4,7 +4,7 @@ <title> Bugzilla::DB::Pg</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/DB/Schema.html b/docs/en/html/api/Bugzilla/DB/Schema.html similarity index 99% rename from docs/html/api/Bugzilla/DB/Schema.html rename to docs/en/html/api/Bugzilla/DB/Schema.html index f185ca0f8..8f8e58d84 100644 --- a/docs/html/api/Bugzilla/DB/Schema.html +++ b/docs/en/html/api/Bugzilla/DB/Schema.html @@ -4,7 +4,7 @@ <title> Bugzilla::DB::Schema</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Error.html b/docs/en/html/api/Bugzilla/Error.html similarity index 99% rename from docs/html/api/Bugzilla/Error.html rename to docs/en/html/api/Bugzilla/Error.html index 0c800e559..162a289b6 100644 --- a/docs/html/api/Bugzilla/Error.html +++ b/docs/en/html/api/Bugzilla/Error.html @@ -4,7 +4,7 @@ <title> Bugzilla::Error</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Field.html b/docs/en/html/api/Bugzilla/Field.html similarity index 93% rename from docs/html/api/Bugzilla/Field.html rename to docs/en/html/api/Bugzilla/Field.html index 27ec84b57..4e48f6584 100644 --- a/docs/html/api/Bugzilla/Field.html +++ b/docs/en/html/api/Bugzilla/Field.html @@ -4,7 +4,7 @@ <title> Bugzilla::Field</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> @@ -18,6 +18,7 @@ Bugzilla::Field</title> <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='#Instance_Method'>Instance Method</a> <li class='indexItem indexItem2'><a href='#Class_Methods'>Class Methods</a> <li class='indexItem indexItem2'><a href='#Data_Validation'>Data Validation</a> </ul> @@ -41,17 +42,14 @@ name="SYNOPSIS" print Dumper(Bugzilla->get_fields()); # Display information about non-obsolete custom fields. - print Dumper(Bugzilla->get_fields({ obsolete => 1, custom => 1 })); - - # Display a list of the names of non-obsolete custom fields. - print Bugzilla->custom_field_names; + print Dumper(Bugzilla->active_custom_fields); use Bugzilla::Field; # Display information about non-obsolete custom fields. # Bugzilla->get_fields() is a wrapper around Bugzilla::Field->match(), # so both methods take the same arguments. - print Dumper(Bugzilla::Field->match({ obsolete => 1, custom => 1 })); + print Dumper(Bugzilla::Field->match({ obsolete => 0, custom => 1 })); # Create or update a custom field or field definition. my $field = Bugzilla::Field->create( @@ -184,6 +182,19 @@ name="Instance_Mutators" ><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="Instance_Method" +>Instance Method</a></h2> + +<dl> +<dt><a name="remove_from_db" +><code class="code">remove_from_db</code></a></dt> + +<dd> +<p>Attempts to remove the passed in field from the database. Deleting a field is only successful if the field is obsolete and there are no values specified (or EVER specified) for the field.</p> +</dd> +</dl> + <h2><a class='u' href='#___top' title='click to go to top of document' name="Class_Methods" >Class Methods</a></h2> diff --git a/docs/html/api/Bugzilla/Flag.html b/docs/en/html/api/Bugzilla/Flag.html similarity index 81% rename from docs/html/api/Bugzilla/Flag.html rename to docs/en/html/api/Bugzilla/Flag.html index b2d01bfc8..507c0ef01 100644 --- a/docs/html/api/Bugzilla/Flag.html +++ b/docs/en/html/api/Bugzilla/Flag.html @@ -4,7 +4,7 @@ <title> Bugzilla::Flag</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> @@ -18,6 +18,8 @@ Bugzilla::Flag</title> <ul class='indexList indexList2'> <li class='indexItem indexItem2'><a href='#METHODS'>METHODS</a> </ul> + <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a> + <li class='indexItem indexItem1'><a href='#CONTRIBUTORS'>CONTRIBUTORS</a> </ul> </div> @@ -117,6 +119,17 @@ else undefined.</p> </dd> </dl> +<dl> +<dt><a name="has_flags" +><code class="code">has_flags</code></a></dt> + +<dd> +<p>Returns 1 if at least one flag exists in the DB, +else 0. +This subroutine is mainly used to decide to display the "(My )Requests" link in the footer.</p> +</dd> +</dl> + <dl> <dt><a name="match($criteria)" ><code class="code">match($criteria)</code></a></dt> @@ -136,9 +149,8 @@ else undefined.</p> </dl> <dl> -<dt><a name="validate($cgi,_$bug_id,_$attach_id,_$skip_requestee_on_error)" -><code class="code">validate($cgi, -$bug_id, +<dt><a name="validate($bug_id,_$attach_id,_$skip_requestee_on_error)" +><code class="code">validate($bug_id, $attach_id, $skip_requestee_on_error)</code></a></dt> @@ -151,19 +163,17 @@ it has no ID yet and $attach_id is set to -1 to force its check anyway.</p> </dl> <dl> -<dt><a name="process($bug,_$attachment,_$timestamp,_$cgi,_$hr_vars)" +<dt><a name="process($bug,_$attachment,_$timestamp,_$hr_vars)" ><code class="code">process($bug, $attachment, $timestamp, -$cgi, $hr_vars)</code></a></dt> <dd> <p>Processes changes to flags.</p> <p>The bug and/or the attachment objects are the ones this flag is about, -the timestamp is the date/time the bug was last touched (so that changes to the flag can be stamped with the same date/time), -the cgi is the CGI object used to obtain the flag fields that the user submitted.</p> +the timestamp is the date/time the bug was last touched (so that changes to the flag can be stamped with the same date/time).</p> </dd> </dl> @@ -249,6 +259,30 @@ $attachment)</code></a></dt> fulfilled or deleted.</p> </dd> </dl> + +<h1><a class='u' href='#___top' title='click to go to top of document' +name="SEE_ALSO" +>SEE ALSO</a></h1> + +<dl> +<dt><a name="Bugzilla::FlagType" +><b>Bugzilla::FlagType</b></a></dt> +</dl> + +<h1><a class='u' href='#___top' title='click to go to top of document' +name="CONTRIBUTORS" +>CONTRIBUTORS</a></h1> + +<dl> +<dt><a name="Myk_Melez_<myk@mozilla.org>" +>Myk Melez <myk@mozilla.org> +<dt><a name="Jouni_Heikniemi_<jouni@heikniemi.net>" +>Jouni Heikniemi <jouni@heikniemi.net> +<dt><a name="Kevin_Benton_<kevin.benton@amd.com>" +>Kevin Benton <kevin.benton@amd.com> +<dt><a name="Frédéric_Buclin_<LpSolit@gmail.com>" +>Frédéric Buclin <LpSolit@gmail.com></a></dt> +</dl> <p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents"><<</a></b></p> <!-- end doc --> diff --git a/docs/html/api/Bugzilla/FlagType.html b/docs/en/html/api/Bugzilla/FlagType.html similarity index 99% rename from docs/html/api/Bugzilla/FlagType.html rename to docs/en/html/api/Bugzilla/FlagType.html index b9af00541..de9e8f875 100644 --- a/docs/html/api/Bugzilla/FlagType.html +++ b/docs/en/html/api/Bugzilla/FlagType.html @@ -4,7 +4,7 @@ <title> Bugzilla::FlagType</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Group.html b/docs/en/html/api/Bugzilla/Group.html similarity index 99% rename from docs/html/api/Bugzilla/Group.html rename to docs/en/html/api/Bugzilla/Group.html index e50de1093..83a925135 100644 --- a/docs/html/api/Bugzilla/Group.html +++ b/docs/en/html/api/Bugzilla/Group.html @@ -4,7 +4,7 @@ <title> Bugzilla::Group</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Hook.html b/docs/en/html/api/Bugzilla/Hook.html similarity index 99% rename from docs/html/api/Bugzilla/Hook.html rename to docs/en/html/api/Bugzilla/Hook.html index c9fb75b2e..c90385bf8 100644 --- a/docs/html/api/Bugzilla/Hook.html +++ b/docs/en/html/api/Bugzilla/Hook.html @@ -4,7 +4,7 @@ <title> Bugzilla::Hook</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Install.html b/docs/en/html/api/Bugzilla/Install.html similarity index 98% rename from docs/html/api/Bugzilla/Install.html rename to docs/en/html/api/Bugzilla/Install.html index 44b231942..feaeecc2b 100644 --- a/docs/html/api/Bugzilla/Install.html +++ b/docs/en/html/api/Bugzilla/Install.html @@ -4,7 +4,7 @@ <title> Bugzilla::Install</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Install/CPAN.html b/docs/en/html/api/Bugzilla/Install/CPAN.html similarity index 98% rename from docs/html/api/Bugzilla/Install/CPAN.html rename to docs/en/html/api/Bugzilla/Install/CPAN.html index c2fdd5ad4..54e24570b 100644 --- a/docs/html/api/Bugzilla/Install/CPAN.html +++ b/docs/en/html/api/Bugzilla/Install/CPAN.html @@ -4,7 +4,7 @@ <title> Bugzilla::Install::CPAN</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Install/DB.html b/docs/en/html/api/Bugzilla/Install/DB.html similarity index 98% rename from docs/html/api/Bugzilla/Install/DB.html rename to docs/en/html/api/Bugzilla/Install/DB.html index 3012b23e8..069248cd6 100644 --- a/docs/html/api/Bugzilla/Install/DB.html +++ b/docs/en/html/api/Bugzilla/Install/DB.html @@ -4,7 +4,7 @@ <title> Bugzilla::Install::DB</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Install/Filesystem.html b/docs/en/html/api/Bugzilla/Install/Filesystem.html similarity index 98% rename from docs/html/api/Bugzilla/Install/Filesystem.html rename to docs/en/html/api/Bugzilla/Install/Filesystem.html index 8fd4b8c34..60e07dd82 100644 --- a/docs/html/api/Bugzilla/Install/Filesystem.html +++ b/docs/en/html/api/Bugzilla/Install/Filesystem.html @@ -4,7 +4,7 @@ <title> Bugzilla::Install::Filesystem</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Install/Localconfig.html b/docs/en/html/api/Bugzilla/Install/Localconfig.html similarity index 99% rename from docs/html/api/Bugzilla/Install/Localconfig.html rename to docs/en/html/api/Bugzilla/Install/Localconfig.html index 186786f5d..5fa159899 100644 --- a/docs/html/api/Bugzilla/Install/Localconfig.html +++ b/docs/en/html/api/Bugzilla/Install/Localconfig.html @@ -4,7 +4,7 @@ <title> Bugzilla::Install::Localconfig</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Install/Requirements.html b/docs/en/html/api/Bugzilla/Install/Requirements.html similarity index 99% rename from docs/html/api/Bugzilla/Install/Requirements.html rename to docs/en/html/api/Bugzilla/Install/Requirements.html index 678fcdc62..e8d098c70 100644 --- a/docs/html/api/Bugzilla/Install/Requirements.html +++ b/docs/en/html/api/Bugzilla/Install/Requirements.html @@ -4,7 +4,7 @@ <title> Bugzilla::Install::Requirements</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Install/Util.html b/docs/en/html/api/Bugzilla/Install/Util.html similarity index 93% rename from docs/html/api/Bugzilla/Install/Util.html rename to docs/en/html/api/Bugzilla/Install/Util.html index c805cfcbc..fe09ac6a1 100644 --- a/docs/html/api/Bugzilla/Install/Util.html +++ b/docs/en/html/api/Bugzilla/Install/Util.html @@ -4,7 +4,7 @@ <title> Bugzilla::Install::Util</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> @@ -63,6 +63,14 @@ if the binary is in the <code class="code">PATH</code>.</p> what perl version we're using, and what OS we're running on.</p> +<dt><a name="get_console_locale" +><code class="code">get_console_locale</code></a></dt> + +<dd> +<p>Returns the language to use based on the LC_CTYPE value returned by the OS. +If LC_CTYPE is of the form fr-CH, +then fr is appended to the list.</p> + <dt><a name="indicate_progress" ><code class="code">indicate_progress</code></a></dt> @@ -188,6 +196,13 @@ every => 1 })</code></p> <p>Note that languages are sorted by the user's preference (as specified in their browser, usually), and extensions are sorted alphabetically.</p> +<dt><a name="include_languages" +><code class="code">include_languages</code></a></dt> + +<dd> +<p>Used by <a href="../../Bugzilla/Template.html" class="podlinkpod" +>Bugzilla::Template</a> to determine the languages' list which are compiled with the browser's <i>Accept-Language</i> and the languages of installed templates.</p> + <dt><a name="vers_cmp" ><code class="code">vers_cmp</code></a></dt> diff --git a/docs/html/api/Bugzilla/Keyword.html b/docs/en/html/api/Bugzilla/Keyword.html similarity index 98% rename from docs/html/api/Bugzilla/Keyword.html rename to docs/en/html/api/Bugzilla/Keyword.html index 73c7153da..96e1ad72d 100644 --- a/docs/html/api/Bugzilla/Keyword.html +++ b/docs/en/html/api/Bugzilla/Keyword.html @@ -4,7 +4,7 @@ <title> Bugzilla::Keyword</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Milestone.html b/docs/en/html/api/Bugzilla/Milestone.html similarity index 99% rename from docs/html/api/Bugzilla/Milestone.html rename to docs/en/html/api/Bugzilla/Milestone.html index 7f5e02573..9bbae725f 100644 --- a/docs/html/api/Bugzilla/Milestone.html +++ b/docs/en/html/api/Bugzilla/Milestone.html @@ -4,7 +4,7 @@ <title> Bugzilla::Milestone</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Object.html b/docs/en/html/api/Bugzilla/Object.html similarity index 99% rename from docs/html/api/Bugzilla/Object.html rename to docs/en/html/api/Bugzilla/Object.html index e425ebd54..379fa23af 100644 --- a/docs/html/api/Bugzilla/Object.html +++ b/docs/en/html/api/Bugzilla/Object.html @@ -4,7 +4,7 @@ <title> Bugzilla::Object</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Product.html b/docs/en/html/api/Bugzilla/Product.html similarity index 89% rename from docs/html/api/Bugzilla/Product.html rename to docs/en/html/api/Bugzilla/Product.html index 6c01b9a81..880fd2d82 100644 --- a/docs/html/api/Bugzilla/Product.html +++ b/docs/en/html/api/Bugzilla/Product.html @@ -4,7 +4,7 @@ <title> Bugzilla::Product</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> @@ -71,8 +71,8 @@ name="METHODS" >METHODS</a></h1> <dl> -<dt><a name="components()" -><code class="code">components()</code></a></dt> +<dt><a name="components" +><code class="code">components</code></a></dt> <dd> <pre class="code"> Description: Returns an array of component objects belonging to @@ -138,8 +138,8 @@ name="METHODS" >Bugzilla::Group</a> objects.</a></dt> </dl> -<dt><a name="versions()" -><code class="code">versions()</code></a></dt> +<dt><a name="versions" +><code class="code">versions</code></a></dt> <dd> <pre class="code"> Description: Returns all valid versions for that product. @@ -148,8 +148,8 @@ name="METHODS" Returns: An array of Bugzilla::Version objects.</pre> -<dt><a name="milestones()" -><code class="code">milestones()</code></a></dt> +<dt><a name="milestones" +><code class="code">milestones</code></a></dt> <dd> <pre class="code"> Description: Returns all valid milestones for that product. @@ -210,6 +210,17 @@ name="SUBROUTINES" >SUBROUTINES</a></h1> <dl> +<dt><a name="preload" +><code class="code">preload</code></a></dt> + +<dd> +<p>When passed an arrayref of <code class="code">Bugzilla::Product</code> objects, preloads their <a href="#milestones" class="podlinkpod" +>"milestones"</a>, <a href="#components" class="podlinkpod" +>"components"</a>, and <a href="#versions" class="podlinkpod" +>"versions"</a>, which is much faster than calling those accessors on every item in the array individually.</p> + +<p>This function is not exported, so must be called like <code class="code">Bugzilla::Product::preload($products)</code>.</p> + <dt><a name="check_product($product_name)" ><code class="code">check_product($product_name)</code></a></dt> diff --git a/docs/html/api/Bugzilla/Search/Saved.html b/docs/en/html/api/Bugzilla/Search/Saved.html similarity index 99% rename from docs/html/api/Bugzilla/Search/Saved.html rename to docs/en/html/api/Bugzilla/Search/Saved.html index 7f6e12419..8845770ae 100644 --- a/docs/html/api/Bugzilla/Search/Saved.html +++ b/docs/en/html/api/Bugzilla/Search/Saved.html @@ -4,7 +4,7 @@ <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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Status.html b/docs/en/html/api/Bugzilla/Status.html similarity index 80% rename from docs/html/api/Bugzilla/Status.html rename to docs/en/html/api/Bugzilla/Status.html index baed93eb1..faec3e436 100644 --- a/docs/html/api/Bugzilla/Status.html +++ b/docs/en/html/api/Bugzilla/Status.html @@ -4,7 +4,7 @@ <title> Bugzilla::Status</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> @@ -90,39 +90,6 @@ name="METHODS" Returns: A list of Bugzilla::Status objects.</pre> -<dt><a name="allow_change_from" -><code class="code">allow_change_from</code></a></dt> - -<dd> -<dl> -<dt><a name="Description" -><b>Description</b></a></dt> - -<dd> -<p>Tells you whether or not a change to this status from another status is allowed.</p> - -<dt><a name="Params" -><b>Params</b></a></dt> - -<dd> -<dl> -<dt><a name="$old_status_-_The_Bugzilla::Status_you're_changing_from." -><code class="code">$old_status</code> - The Bugzilla::Status you're changing from. -<dt><a -><code class="code">$product</code> - A <a href="../Bugzilla/Product.html" class="podlinkpod" ->Bugzilla::Product</a> representing the product of the bug you're changing. Needed to check product-specific workflow issues (such as whether or not the <code class="code">UNCONFIRMED</code> status is enabled in this product).</a></dt> -</dl> - -<dt><a name="Returns" -><b>Returns</b></a></dt> - -<dd> -<p><code class="code">1</code> if you are allowed to change to this status from that status, or <code class="code">0</code> if you aren't allowed.</p> - -<p>Note that changing from a status to itself is always allowed.</p> -</dd> -</dl> - <dt><a name="comment_required_on_change_from" ><code class="code">comment_required_on_change_from</code></a></dt> diff --git a/docs/html/api/Bugzilla/Template.html b/docs/en/html/api/Bugzilla/Template.html similarity index 99% rename from docs/html/api/Bugzilla/Template.html rename to docs/en/html/api/Bugzilla/Template.html index 65a0f89fb..f96243dc8 100644 --- a/docs/html/api/Bugzilla/Template.html +++ b/docs/en/html/api/Bugzilla/Template.html @@ -4,7 +4,7 @@ <title> Bugzilla::Template</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/en/html/api/Bugzilla/Template/Parser.html b/docs/en/html/api/Bugzilla/Template/Parser.html new file mode 100644 index 000000000..72bc6c357 --- /dev/null +++ b/docs/en/html/api/Bugzilla/Template/Parser.html @@ -0,0 +1,63 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> + <head> + <title> +Bugzilla::Template::Parser</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"><<</a></b></p> +<h1>Bugzilla::Template::Parser</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='#SUBROUTINES'>SUBROUTINES</a> + <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a> +</ul> +</div> + +<h1><a class='u' href='#___top' title='click to go to top of document' +name="NAME" +>NAME</a></h1> + +<p>Bugzilla::Template::Parser - Wrapper around the Template Toolkit <code class="code">Template::Parser</code> object</p> + +<h1><a class='u' href='#___top' title='click to go to top of document' +name="DESCRIPTION" +>DESCRIPTION</a></h1> + +<p>This wrapper makes the Template Toolkit aware of UTF-8 templates.</p> + +<h1><a class='u' href='#___top' title='click to go to top of document' +name="SUBROUTINES" +>SUBROUTINES</a></h1> + +<dl> +<dt><a name="parse($options)" +><code class="code">parse($options)</code></a></dt> + +<dd> +<p>Description: Parses template text using Template::Parser::parse(), +converting the text to UTF-8 encoding before, +if necessary.</p> + +<p>Params: <code class="code">$text</code> - Text to pass to Template::Parser::parse().</p> + +<p>Returns: Parsed text as returned by Template::Parser::parse().</p> +</dd> +</dl> + +<h1><a class='u' href='#___top' title='click to go to top of document' +name="SEE_ALSO" +>SEE ALSO</a></h1> + +<p><a href="../../Template.html" class="podlinkpod" +>Template</a></p> +<p class="backlinkbottom"><b><a name="___bottom" href="../../index.html" title="All Documents"><<</a></b></p> + +<!-- end doc --> + +</body></html> diff --git a/docs/html/api/Bugzilla/Template/Plugin/Bugzilla.html b/docs/en/html/api/Bugzilla/Template/Plugin/Bugzilla.html similarity index 97% rename from docs/html/api/Bugzilla/Template/Plugin/Bugzilla.html rename to docs/en/html/api/Bugzilla/Template/Plugin/Bugzilla.html index 8b0b1a7a4..bf888e98c 100644 --- a/docs/html/api/Bugzilla/Template/Plugin/Bugzilla.html +++ b/docs/en/html/api/Bugzilla/Template/Plugin/Bugzilla.html @@ -4,7 +4,7 @@ <title> Bugzilla::Template::Plugin::Bugzilla</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" > + <link rel="stylesheet" title="style" type="text/css" href="../../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Template/Plugin/Hook.html b/docs/en/html/api/Bugzilla/Template/Plugin/Hook.html similarity index 97% rename from docs/html/api/Bugzilla/Template/Plugin/Hook.html rename to docs/en/html/api/Bugzilla/Template/Plugin/Hook.html index 43f1ea2cf..0153d25c8 100644 --- a/docs/html/api/Bugzilla/Template/Plugin/Hook.html +++ b/docs/en/html/api/Bugzilla/Template/Plugin/Hook.html @@ -4,7 +4,7 @@ <title> Bugzilla::Template::Plugin::Hook</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" > + <link rel="stylesheet" title="style" type="text/css" href="../../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Template/Plugin/User.html b/docs/en/html/api/Bugzilla/Template/Plugin/User.html similarity index 97% rename from docs/html/api/Bugzilla/Template/Plugin/User.html rename to docs/en/html/api/Bugzilla/Template/Plugin/User.html index a96dedd92..a6cb08800 100644 --- a/docs/html/api/Bugzilla/Template/Plugin/User.html +++ b/docs/en/html/api/Bugzilla/Template/Plugin/User.html @@ -4,7 +4,7 @@ <title> Bugzilla::Template::Plugin::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" > + <link rel="stylesheet" title="style" type="text/css" href="../../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Token.html b/docs/en/html/api/Bugzilla/Token.html similarity index 91% rename from docs/html/api/Bugzilla/Token.html rename to docs/en/html/api/Bugzilla/Token.html index dc5cdf8f2..54efa29dc 100644 --- a/docs/html/api/Bugzilla/Token.html +++ b/docs/en/html/api/Bugzilla/Token.html @@ -4,7 +4,7 @@ <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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> @@ -34,8 +34,8 @@ name="SYNOPSIS" <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::IssueEmailChangeToken($user, $old_email, $new_email); + Bugzilla::Token::IssuePasswordToken($user); Bugzilla::Token::DeletePasswordTokens($user_id, $reason); Bugzilla::Token::Cancel($token, $cancelaction, $vars); @@ -68,30 +68,30 @@ name="SUBROUTINES" 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> +<dt><a name="sub_IssueEmailChangeToken($user,_$old_email,_$new_email)" +><code class="code">sub IssueEmailChangeToken($user, $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. + user. 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. + Params: $user - User object of the user 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> +<dt><a name="IssuePasswordToken($user)" +><code class="code">IssuePasswordToken($user)</code></a></dt> <dd> -<pre class="code"> Description: Sends a token per email to the given login name. This token +<pre class="code"> Description: Sends a token per email to the given user. 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. + Params: $user - User object 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> diff --git a/docs/html/api/Bugzilla/Update.html b/docs/en/html/api/Bugzilla/Update.html similarity index 98% rename from docs/html/api/Bugzilla/Update.html rename to docs/en/html/api/Bugzilla/Update.html index 5bbbe72b7..8f4fef72a 100644 --- a/docs/html/api/Bugzilla/Update.html +++ b/docs/en/html/api/Bugzilla/Update.html @@ -4,7 +4,7 @@ <title> Bugzilla::Update</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/User.html b/docs/en/html/api/Bugzilla/User.html similarity index 99% rename from docs/html/api/Bugzilla/User.html rename to docs/en/html/api/Bugzilla/User.html index 348a9dd9f..1fd7cf76c 100644 --- a/docs/html/api/Bugzilla/User.html +++ b/docs/en/html/api/Bugzilla/User.html @@ -4,7 +4,7 @@ <title> Bugzilla::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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/User/Setting.html b/docs/en/html/api/Bugzilla/User/Setting.html similarity index 99% rename from docs/html/api/Bugzilla/User/Setting.html rename to docs/en/html/api/Bugzilla/User/Setting.html index 2da8826b5..41aa2ecd2 100644 --- a/docs/html/api/Bugzilla/User/Setting.html +++ b/docs/en/html/api/Bugzilla/User/Setting.html @@ -4,7 +4,7 @@ <title> Bugzilla::User::Setting</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/User/Setting/Lang.html b/docs/en/html/api/Bugzilla/User/Setting/Lang.html similarity index 97% rename from docs/html/api/Bugzilla/User/Setting/Lang.html rename to docs/en/html/api/Bugzilla/User/Setting/Lang.html index 735c1b334..ea1d27346 100644 --- a/docs/html/api/Bugzilla/User/Setting/Lang.html +++ b/docs/en/html/api/Bugzilla/User/Setting/Lang.html @@ -4,7 +4,7 @@ <title> Bugzilla::User::Setting::Lang</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" > + <link rel="stylesheet" title="style" type="text/css" href="../../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/User/Setting/Skin.html b/docs/en/html/api/Bugzilla/User/Setting/Skin.html similarity index 97% rename from docs/html/api/Bugzilla/User/Setting/Skin.html rename to docs/en/html/api/Bugzilla/User/Setting/Skin.html index 31190cb1e..72d01f1e8 100644 --- a/docs/html/api/Bugzilla/User/Setting/Skin.html +++ b/docs/en/html/api/Bugzilla/User/Setting/Skin.html @@ -4,7 +4,7 @@ <title> Bugzilla::User::Setting::Skin</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" > + <link rel="stylesheet" title="style" type="text/css" href="../../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/Util.html b/docs/en/html/api/Bugzilla/Util.html similarity index 98% rename from docs/html/api/Bugzilla/Util.html rename to docs/en/html/api/Bugzilla/Util.html index 99cbbd8b1..15714fa9f 100644 --- a/docs/html/api/Bugzilla/Util.html +++ b/docs/en/html/api/Bugzilla/Util.html @@ -4,7 +4,7 @@ <title> Bugzilla::Util</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> @@ -291,6 +291,12 @@ name="String_Manipulation" <dd> <p>Returns true is the string contains only 7-bit characters (ASCII 32 through 126, ASCII 10 (LineFeed) and ASCII 13 (Carrage Return).</p> +<dt><a name="disable_utf8()" +><code class="code">disable_utf8()</code></a></dt> + +<dd> +<p>Disable utf8 on STDOUT (and display raw data instead).</p> + <dt><a ><code class="code">clean_text($str)</code> Returns the parameter "cleaned" by exchanging non-printable characters with spaces. Specifically characters (ASCII 0 through 31) and (ASCII 127) will become ASCII 32 (Space). <dt><a name="get_text" diff --git a/docs/html/api/Bugzilla/Version.html b/docs/en/html/api/Bugzilla/Version.html similarity index 99% rename from docs/html/api/Bugzilla/Version.html rename to docs/en/html/api/Bugzilla/Version.html index 888ef4bcc..76c739f35 100644 --- a/docs/html/api/Bugzilla/Version.html +++ b/docs/en/html/api/Bugzilla/Version.html @@ -4,7 +4,7 @@ <title> Bugzilla::Version</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/WebService.html b/docs/en/html/api/Bugzilla/WebService.html similarity index 99% rename from docs/html/api/Bugzilla/WebService.html rename to docs/en/html/api/Bugzilla/WebService.html index 058bfdbba..963b2ddd8 100644 --- a/docs/html/api/Bugzilla/WebService.html +++ b/docs/en/html/api/Bugzilla/WebService.html @@ -4,7 +4,7 @@ <title> Bugzilla::WebService</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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/WebService/Bug.html b/docs/en/html/api/Bugzilla/WebService/Bug.html similarity index 97% rename from docs/html/api/Bugzilla/WebService/Bug.html rename to docs/en/html/api/Bugzilla/WebService/Bug.html index acb47243b..b3512fd64 100644 --- a/docs/html/api/Bugzilla/WebService/Bug.html +++ b/docs/en/html/api/Bugzilla/WebService/Bug.html @@ -4,7 +4,7 @@ <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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> @@ -380,6 +380,17 @@ or CC lists have some invalid user in them. The error message will have more details.</p> </dd> </dl> + +<dt><a name="History" +><b>History</b></a></dt> + +<dd> +<dl> +<dt><a name="Before_3.0.4,_parameters_marked_as_Defaulted_were_actually_Required,_due_to_a_bug_in_Bugzilla." +>Before <b>3.0.4</b>, +parameters marked as <b>Defaulted</b> were actually <b>Required</b>, +due to a bug in Bugzilla.</a></dt> +</dl> </dd> </dl> diff --git a/docs/html/api/Bugzilla/WebService/Bugzilla.html b/docs/en/html/api/Bugzilla/WebService/Bugzilla.html similarity index 98% rename from docs/html/api/Bugzilla/WebService/Bugzilla.html rename to docs/en/html/api/Bugzilla/WebService/Bugzilla.html index 2647487f5..b52f6dcf0 100644 --- a/docs/html/api/Bugzilla/WebService/Bugzilla.html +++ b/docs/en/html/api/Bugzilla/WebService/Bugzilla.html @@ -4,7 +4,7 @@ <title> Bugzilla::WebService::Bugzilla</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/WebService/Product.html b/docs/en/html/api/Bugzilla/WebService/Product.html similarity index 99% rename from docs/html/api/Bugzilla/WebService/Product.html rename to docs/en/html/api/Bugzilla/WebService/Product.html index 5219a031f..06d5d98dc 100644 --- a/docs/html/api/Bugzilla/WebService/Product.html +++ b/docs/en/html/api/Bugzilla/WebService/Product.html @@ -4,7 +4,7 @@ <title> Bugzilla::Webservice::Product</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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/Bugzilla/WebService/User.html b/docs/en/html/api/Bugzilla/WebService/User.html similarity index 99% rename from docs/html/api/Bugzilla/WebService/User.html rename to docs/en/html/api/Bugzilla/WebService/User.html index f14ef6d85..7d3112987 100644 --- a/docs/html/api/Bugzilla/WebService/User.html +++ b/docs/en/html/api/Bugzilla/WebService/User.html @@ -4,7 +4,7 @@ <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" > + <link rel="stylesheet" title="style" type="text/css" href="../.././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/checksetup.html b/docs/en/html/api/checksetup.html similarity index 99% rename from docs/html/api/checksetup.html rename to docs/en/html/api/checksetup.html index 5a11285e6..56bfbf809 100644 --- a/docs/html/api/checksetup.html +++ b/docs/en/html/api/checksetup.html @@ -4,7 +4,7 @@ <title> checksetup.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" > + <link rel="stylesheet" title="style" type="text/css" href="./../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/contrib/bz_webservice_demo.html b/docs/en/html/api/contrib/bz_webservice_demo.html similarity index 99% rename from docs/html/api/contrib/bz_webservice_demo.html rename to docs/en/html/api/contrib/bz_webservice_demo.html index 19bd75ce5..13f8df9bb 100644 --- a/docs/html/api/contrib/bz_webservice_demo.html +++ b/docs/en/html/api/contrib/bz_webservice_demo.html @@ -4,7 +4,7 @@ <title> bz_webservice_demo.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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/contrib/bzdbcopy.html b/docs/en/html/api/contrib/bzdbcopy.html similarity index 98% rename from docs/html/api/contrib/bzdbcopy.html rename to docs/en/html/api/contrib/bzdbcopy.html index 331bd039b..29e343cdc 100644 --- a/docs/html/api/contrib/bzdbcopy.html +++ b/docs/en/html/api/contrib/bzdbcopy.html @@ -4,7 +4,7 @@ <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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/contrib/merge-users.html b/docs/en/html/api/contrib/merge-users.html similarity index 97% rename from docs/html/api/contrib/merge-users.html rename to docs/en/html/api/contrib/merge-users.html index e95c7008a..bd87a2180 100644 --- a/docs/html/api/contrib/merge-users.html +++ b/docs/en/html/api/contrib/merge-users.html @@ -4,7 +4,7 @@ <title> merge-users.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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/contrib/recode.html b/docs/en/html/api/contrib/recode.html similarity index 99% rename from docs/html/api/contrib/recode.html rename to docs/en/html/api/contrib/recode.html index b8fc46bd2..d9f3cb7e2 100644 --- a/docs/html/api/contrib/recode.html +++ b/docs/en/html/api/contrib/recode.html @@ -4,7 +4,7 @@ <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" > + <link rel="stylesheet" title="style" type="text/css" href=".././../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/email_in.html b/docs/en/html/api/email_in.html similarity index 95% rename from docs/html/api/email_in.html rename to docs/en/html/api/email_in.html index 9d248b36e..7701f8f51 100644 --- a/docs/html/api/email_in.html +++ b/docs/en/html/api/email_in.html @@ -4,7 +4,7 @@ <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" > + <link rel="stylesheet" title="style" type="text/css" href="./../../../style.css" media="all" > </head> <body id="pod"> @@ -122,7 +122,7 @@ name="Modifying_an_Existing_Bug" name="Adding/Removing_CCs" >Adding/Removing CCs</a></h3> -<p>You can't just add CCs to a bug by using the <code class="code">@cc</code> parameter like you can when you'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 add CCs, you can specify them in a comma-separated list in <code class="code">@cc</code>. For backward compatibility, <code class="code">@newcc</code> can also be used. If both are present, <code class="code">@cc</code> takes precedence.</p> <p>To remove CCs, specify them as a comma-separated list in <code class="code">@removecc</code>.</p> diff --git a/docs/html/api/importxml.html b/docs/en/html/api/importxml.html similarity index 97% rename from docs/html/api/importxml.html rename to docs/en/html/api/importxml.html index 8ab2638d7..78aae2486 100644 --- a/docs/html/api/importxml.html +++ b/docs/en/html/api/importxml.html @@ -4,7 +4,7 @@ <title> importxml</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" > + <link rel="stylesheet" title="style" type="text/css" href="./../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/index.html b/docs/en/html/api/index.html similarity index 96% rename from docs/html/api/index.html rename to docs/en/html/api/index.html index a03f65e1f..15bbb22b3 100644 --- a/docs/html/api/index.html +++ b/docs/en/html/api/index.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <title>Bugzilla 3.1.3 API Documentation</title> + <title>Bugzilla 3.1.4 API Documentation</title> -<link rel="stylesheet" title="style" type="text/css" href="style.css" media="all" > +<link rel="stylesheet" title="style" type="text/css" href="./../../../style.css" media="all" > </head> <body class="contentspage"> - <h1>Bugzilla 3.1.3 API Documentation</h1> + <h1>Bugzilla 3.1.4 API Documentation</h1> <dl class='superindex'> <dt><a name="Files">Files</a></dt> <dd> @@ -195,66 +195,70 @@ <td>Wrapper around the Template Toolkit Template object</td> </tr> <tr class="odd"> + <th><a href="./Bugzilla/Template/Parser.html">Bugzilla::Template::Parser</a></th> + <td>Wrapper around the Template Toolkit Template::Parser object</td> +</tr> +<tr class="even"> <th><a href="./Bugzilla/Template/Plugin/Bugzilla.html">Bugzilla::Template::Plugin::Bugzilla</a></th> <td></td> </tr> -<tr class="even"> +<tr class="odd"> <th><a href="./Bugzilla/Template/Plugin/Hook.html">Bugzilla::Template::Plugin::Hook</a></th> <td></td> </tr> -<tr class="odd"> +<tr class="even"> <th><a href="./Bugzilla/Template/Plugin/User.html">Bugzilla::Template::Plugin::User</a></th> <td></td> </tr> -<tr class="even"> +<tr class="odd"> <th><a href="./Bugzilla/Token.html">Bugzilla::Token</a></th> <td>Provides different routines to manage tokens.</td> </tr> -<tr class="odd"> +<tr class="even"> <th><a href="./Bugzilla/Update.html">Bugzilla::Update</a></th> <td>Update routines for Bugzilla</td> </tr> -<tr class="even"> +<tr class="odd"> <th><a href="./Bugzilla/User.html">Bugzilla::User</a></th> <td>Object for a Bugzilla user</td> </tr> -<tr class="odd"> +<tr class="even"> <th><a href="./Bugzilla/User/Setting.html">Bugzilla::User::Setting</a></th> <td>Object for a user preference setting</td> </tr> -<tr class="even"> +<tr class="odd"> <th><a href="./Bugzilla/User/Setting/Lang.html">Bugzilla::User::Setting::Lang</a></th> <td>Object for a user preference setting for preferred language</td> </tr> -<tr class="odd"> +<tr class="even"> <th><a href="./Bugzilla/User/Setting/Skin.html">Bugzilla::User::Setting::Skin</a></th> <td>Object for a user preference setting for skins</td> </tr> -<tr class="even"> +<tr class="odd"> <th><a href="./Bugzilla/Util.html">Bugzilla::Util</a></th> <td>Generic utility functions for bugzilla</td> </tr> -<tr class="odd"> +<tr class="even"> <th><a href="./Bugzilla/Version.html">Bugzilla::Version</a></th> <td>Bugzilla product version class.</td> </tr> -<tr class="even"> +<tr class="odd"> <th><a href="./Bugzilla/WebService.html">Bugzilla::WebService</a></th> <td>The Web Service interface to Bugzilla</td> </tr> -<tr class="odd"> +<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="even"> +<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="odd"> +<tr class="even"> <th><a href="./Bugzilla/WebService/Product.html">Bugzilla::WebService::Product</a></th> <td>The Product API</td> </tr> -<tr class="even"> +<tr class="odd"> <th><a href="./Bugzilla/WebService/User.html">Bugzilla::WebService::User</a></th> <td>The User Account and Login API</td> </tr> diff --git a/docs/html/api/install-module.html b/docs/en/html/api/install-module.html similarity index 96% rename from docs/html/api/install-module.html rename to docs/en/html/api/install-module.html index 78ccc19a9..f7b43ca37 100644 --- a/docs/html/api/install-module.html +++ b/docs/en/html/api/install-module.html @@ -4,7 +4,7 @@ <title> install-module.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" > + <link rel="stylesheet" title="style" type="text/css" href="./../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/api/sanitycheck.html b/docs/en/html/api/sanitycheck.html similarity index 95% rename from docs/html/api/sanitycheck.html rename to docs/en/html/api/sanitycheck.html index 0f3039ea1..f132207fe 100644 --- a/docs/html/api/sanitycheck.html +++ b/docs/en/html/api/sanitycheck.html @@ -4,7 +4,7 @@ <title> sanitycheck.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" > + <link rel="stylesheet" title="style" type="text/css" href="./../../../style.css" media="all" > </head> <body id="pod"> diff --git a/docs/html/attachments.html b/docs/en/html/attachments.html similarity index 97% rename from docs/html/attachments.html rename to docs/en/html/attachments.html index bd2692958..ee582eabd 100644 --- a/docs/html/attachments.html +++ b/docs/en/html/attachments.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Attachments</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/bug_page.html b/docs/en/html/bug_page.html similarity index 97% rename from docs/html/bug_page.html rename to docs/en/html/bug_page.html index 70fb2ac35..d72a3bda1 100644 --- a/docs/html/bug_page.html +++ b/docs/en/html/bug_page.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Anatomy of a Bug</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/en/html/bug_status_workflow.html b/docs/en/html/bug_status_workflow.html new file mode 100644 index 000000000..0f67b9796 --- /dev/null +++ b/docs/en/html/bug_status_workflow.html @@ -0,0 +1,164 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<HTML +><HEAD +><TITLE +>Bug Status Workflow</TITLE +><META +NAME="GENERATOR" +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK +REL="HOME" +TITLE="The Bugzilla Guide - 3.1.4 + Development + Release" +HREF="index.html"><LINK +REL="UP" +TITLE="Administering Bugzilla" +HREF="administration.html"><LINK +REL="PREVIOUS" +TITLE="Legal Values" +HREF="edit-values.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 - 3.1.4 + Development + Release</TH +></TR +><TR +><TD +WIDTH="10%" +ALIGN="left" +VALIGN="bottom" +><A +HREF="edit-values.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="bug_status_workflow" +>3.12. Bug Status Workflow</A +></H1 +><P +> The bug status workflow is no longer hardcoded but can be freely customized + from the web interface. Only one bug status cannot be renamed nor deleted, + UNCONFIRMED, but the workflow involving it is free. The configuration + page displays all existing bug statuses twice, first on the left for bug + statuses we come from and on the top for bug statuses we move to. + If the checkbox is checked, then the transition between the two bug statuses + is legal, else it's forbidden independently of your privileges. The bug status + used for the "duplicate_or_move_bug_status" parameter must be part of the + workflow as that is the bug status which will be used when duplicating or + moving a bug, so it must be available from each bug status. + </P +><P +> When the workflow is set, the "View Current Triggers" link below the table + lets you set which transitions require a comment from the user. + </P +></DIV +><DIV +CLASS="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="edit-values.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" +>Legal Values</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/bugreports.html b/docs/en/html/bugreports.html similarity index 97% rename from docs/html/bugreports.html rename to docs/en/html/bugreports.html index 6668165ad..25e806ed0 100644 --- a/docs/html/bugreports.html +++ b/docs/en/html/bugreports.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Filing Bugs</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/classifications.html b/docs/en/html/classifications.html similarity index 91% rename from docs/html/classifications.html rename to docs/en/html/classifications.html index c6fb1c0dc..622534c5e 100644 --- a/docs/html/classifications.html +++ b/docs/en/html/classifications.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Classifications</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/cmdline-bugmail.html b/docs/en/html/cmdline-bugmail.html similarity index 93% rename from docs/html/cmdline-bugmail.html rename to docs/en/html/cmdline-bugmail.html index a718885d7..3fdaf1bf6 100644 --- a/docs/html/cmdline-bugmail.html +++ b/docs/en/html/cmdline-bugmail.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Command-line 'Send Unsent Bug-mail' tool</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/cmdline.html b/docs/en/html/cmdline.html similarity index 95% rename from docs/html/cmdline.html rename to docs/en/html/cmdline.html index 7190d0054..20541aa57 100644 --- a/docs/html/cmdline.html +++ b/docs/en/html/cmdline.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Command-line Search Interface</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/components.html b/docs/en/html/components.html similarity index 94% rename from docs/html/components.html rename to docs/en/html/components.html index da4a8154a..9a037ceb2 100644 --- a/docs/html/components.html +++ b/docs/en/html/components.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Components</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/configuration.html b/docs/en/html/configuration.html similarity index 97% rename from docs/html/configuration.html rename to docs/en/html/configuration.html index 02ed962a8..312bf56a3 100644 --- a/docs/html/configuration.html +++ b/docs/en/html/configuration.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Configuration</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -127,9 +127,9 @@ NAME="localconfig" CLASS="filename" >checksetup.pl</TT > again, this time - without the <VAR + without the <TT CLASS="literal" ->--check-modules</VAR +>--check-modules</TT > switch. </P ><TABLE @@ -401,7 +401,7 @@ CLASS="section" ><H4 CLASS="section" ><A -NAME="AEN475" +NAME="AEN476" >2.2.2.2.2. Allow small words in full-text indexes</A ></H4 ><P @@ -460,9 +460,11 @@ CLASS="filename" >localconfig</TT >; if you changed those, you need to modify the SQL command appropriately. You will - need the <VAR + need the <TT CLASS="replaceable" ->$db_pass</VAR +><I +>$db_pass</I +></TT > password you set in <TT CLASS="filename" @@ -519,9 +521,11 @@ CLASS="prompt" > GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES, CREATE TEMPORARY TABLES, DROP, REFERENCES ON bugs.* - TO bugs@localhost IDENTIFIED BY '<VAR + TO bugs@localhost IDENTIFIED BY '<TT CLASS="replaceable" ->$db_pass</VAR +><I +>$db_pass</I +></TT >'; <SAMP CLASS="prompt" @@ -537,7 +541,7 @@ CLASS="section" ><H4 CLASS="section" ><A -NAME="AEN502" +NAME="AEN503" >2.2.2.2.4. Permit attachments table to grow beyond 4GB</A ></H4 ><P @@ -552,9 +556,9 @@ NAME="AEN502" CLASS="filename" >MySQL</TT > - command-line client and enter the following, replacing <VAR + command-line client and enter the following, replacing <TT CLASS="literal" ->$bugs_db</VAR +>$bugs_db</TT > with your Bugzilla database name (<EM >bugs</EM @@ -573,9 +577,11 @@ CLASS="screen" > <SAMP CLASS="prompt" >mysql></SAMP -> use <VAR +> use <TT CLASS="replaceable" ->$bugs_db</VAR +><I +>$bugs_db</I +></TT > <SAMP CLASS="prompt" @@ -635,7 +641,7 @@ CLASS="section" ><H4 CLASS="section" ><A -NAME="AEN518" +NAME="AEN519" >2.2.2.3.1. Add a User to PostgreSQL</A ></H4 ><P @@ -646,9 +652,11 @@ CLASS="filename" >localconfig</TT >; if you changed those, you need to modify the commands appropriately. You will - need the <VAR + need the <TT CLASS="replaceable" ->$db_pass</VAR +><I +>$db_pass</I +></TT > password you set in <TT CLASS="filename" @@ -701,9 +709,11 @@ CLASS="prompt" ></TABLE ><P >When asked for a password, provide the password which will be set as - <VAR + <TT CLASS="replaceable" ->$db_pass</VAR +><I +>$db_pass</I +></TT > in <TT CLASS="filename" >localconfig</TT @@ -716,7 +726,7 @@ CLASS="section" ><H4 CLASS="section" ><A -NAME="AEN534" +NAME="AEN535" >2.2.2.3.2. Configure PostgreSQL</A ></H4 ><P @@ -750,16 +760,16 @@ CLASS="filename" CLASS="filename" >localconfig</TT >, finding - the <VAR + the <TT CLASS="literal" ->$db_driver</VAR +>$db_driver</TT > variable and setting it to - <VAR + <TT CLASS="literal" ->Pg</VAR -> and changing the password in <VAR +>Pg</TT +> and changing the password in <TT CLASS="literal" ->$db_pass</VAR +>$db_pass</TT > to the one you picked previously, while setting up the account.</P ></DIV @@ -770,7 +780,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN548" +NAME="AEN549" >2.2.3. checksetup.pl</A ></H2 ><P @@ -873,6 +883,7 @@ CLASS="procedure" ><OL TYPE="1" ><LI +CLASS="step" ><P > Load <TT CLASS="filename" @@ -886,6 +897,7 @@ CLASS="filename" </P ></LI ><LI +CLASS="step" ><P > Apache uses <SAMP CLASS="computeroutput" @@ -975,6 +987,7 @@ CLASS="computeroutput" ></DIV ></LI ><LI +CLASS="step" ><P > <TT CLASS="filename" @@ -989,9 +1002,11 @@ CLASS="computeroutput" CLASS="filename" >httpd.conf</TT >, place the value found - there in the <VAR + there in the <TT CLASS="replaceable" ->$webservergroup</VAR +><I +>$webservergroup</I +></TT > variable in <TT CLASS="filename" @@ -1004,6 +1019,7 @@ CLASS="filename" </P ></LI ><LI +CLASS="step" ><P > Optional: If Bugzilla does not actually reside in the webspace directory, but instead has been symbolically linked there, you @@ -1062,6 +1078,7 @@ CLASS="procedure" ><OL TYPE="1" ><LI +CLASS="step" ><P > Load <TT CLASS="filename" @@ -1075,6 +1092,7 @@ CLASS="filename" </P ></LI ><LI +CLASS="step" ><P >Add the following information to your httpd.conf file, substituting where appropriate with your own local paths.</P @@ -1100,9 +1118,9 @@ ALIGN="LEFT" VALIGN="TOP" ><P >This should be used instead of the <Directory> block - shown above. This should also be above any other <VAR + shown above. This should also be above any other <TT CLASS="literal" ->mod_perl</VAR +>mod_perl</TT > directives within the <TT CLASS="filename" @@ -1134,9 +1152,9 @@ ALT="Warning"></TD ALIGN="LEFT" VALIGN="TOP" ><P ->You should also ensure that you have disabled <VAR +>You should also ensure that you have disabled <TT CLASS="literal" ->KeepAlive</VAR +>KeepAlive</TT > support in your Apache install when utilizing Bugzilla under mod_perl</P ></TD @@ -1162,6 +1180,7 @@ CLASS="programlisting" ></TABLE ></LI ><LI +CLASS="step" ><P > <TT CLASS="filename" @@ -1176,9 +1195,11 @@ CLASS="computeroutput" CLASS="filename" >httpd.conf</TT >, place the value found - there in the <VAR + there in the <TT CLASS="replaceable" ->$webservergroup</VAR +><I +>$webservergroup</I +></TT > variable in <TT CLASS="filename" diff --git a/docs/html/conventions.html b/docs/en/html/conventions.html similarity index 94% rename from docs/html/conventions.html rename to docs/en/html/conventions.html index d42cc8a16..d6c3f9155 100644 --- a/docs/html/conventions.html +++ b/docs/en/html/conventions.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Document Conventions</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -286,9 +286,9 @@ CLASS="application" ><TD >Environment variables</TD ><TD -> <VAR +> <CODE CLASS="envar" ->VARIABLE</VAR +>VARIABLE</CODE > </TD ></TR diff --git a/docs/html/copyright.html b/docs/en/html/copyright.html similarity index 91% rename from docs/html/copyright.html rename to docs/en/html/copyright.html index c737e77b1..730031cb8 100644 --- a/docs/html/copyright.html +++ b/docs/en/html/copyright.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Copyright Information</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/credits.html b/docs/en/html/credits.html similarity index 95% rename from docs/html/credits.html rename to docs/en/html/credits.html index 3cc29a0c0..2571b28f7 100644 --- a/docs/html/credits.html +++ b/docs/en/html/credits.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Credits</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/cust-change-permissions.html b/docs/en/html/cust-change-permissions.html similarity index 97% rename from docs/html/cust-change-permissions.html rename to docs/en/html/cust-change-permissions.html index 88feabb07..658de5c2a 100644 --- a/docs/html/cust-change-permissions.html +++ b/docs/en/html/cust-change-permissions.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Customizing Who Can Change What</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/cust-hooks.html b/docs/en/html/cust-hooks.html similarity index 94% rename from docs/html/cust-hooks.html rename to docs/en/html/cust-hooks.html index aa5a5ca11..339d53040 100644 --- a/docs/html/cust-hooks.html +++ b/docs/en/html/cust-hooks.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >The Bugzilla Extension Mechanism</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -101,13 +101,8 @@ ALT="Warning"></TD ALIGN="LEFT" VALIGN="TOP" ><P -> 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. +> Note that the below paths are inconsistent and confusing. They will + likely be changed in Bugzilla 4.0. </P ></TD ></TR @@ -154,20 +149,20 @@ CLASS="filename" </P ><P > Code hooks appear in Bugzilla source files as a single method call - in the format <VAR + in the format <TT CLASS="literal" ->Bugzilla::Hook->process("<VAR +>Bugzilla::Hook->process("<CODE CLASS="varname" ->name</VAR ->");</VAR +>name</CODE +>");</TT >. For instance, <TT CLASS="filename" >enter_bug.cgi</TT > may invoke the hook - "<VAR + "<CODE CLASS="varname" ->enter_bug-entrydefaultvars</VAR +>enter_bug-entrydefaultvars</CODE >". Thus, a source file at <TT CLASS="filename" @@ -179,16 +174,16 @@ CLASS="filename" > Template hooks appear in the standard Bugzilla templates as a single directive in the format - <VAR + <TT CLASS="literal" ->[% Hook.process("<VAR +>[% Hook.process("<CODE CLASS="varname" ->name</VAR ->") %]</VAR +>name</CODE +>") %]</TT >, - where <VAR + where <CODE CLASS="varname" ->name</VAR +>name</CODE > is the unique name of the hook. </P ><P @@ -327,7 +322,7 @@ CLASS="programlisting" > 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 +>BUGZILLA_ROOT/extensions/projman/template/en/global/useful-links-edit.html.tmpl</TT >. You then create that template file and add the following constant: </P @@ -348,9 +343,9 @@ CLASS="programlisting" ></TABLE ><P > Voila! The link now appears after the other administration links in the - navigation bar for users in the <VAR + navigation bar for users in the <TT CLASS="literal" ->projman_admins</VAR +>projman_admins</TT > group. </P ><P diff --git a/docs/html/cust-skins.html b/docs/en/html/cust-skins.html similarity index 92% rename from docs/html/cust-skins.html rename to docs/en/html/cust-skins.html index 5b0146311..2cfb092ec 100644 --- a/docs/html/cust-skins.html +++ b/docs/en/html/cust-skins.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Custom Skins</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/cust-templates.html b/docs/en/html/cust-templates.html similarity index 98% rename from docs/html/cust-templates.html rename to docs/en/html/cust-templates.html index bab97ab7f..b7db54aff 100644 --- a/docs/html/cust-templates.html +++ b/docs/en/html/cust-templates.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Template Customization</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/en/html/custom-fields.html b/docs/en/html/custom-fields.html new file mode 100644 index 000000000..5767a7092 --- /dev/null +++ b/docs/en/html/custom-fields.html @@ -0,0 +1,375 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<HTML +><HEAD +><TITLE +>Custom Fields</TITLE +><META +NAME="GENERATOR" +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK +REL="HOME" +TITLE="The Bugzilla Guide - 3.1.4 + Development + Release" +HREF="index.html"><LINK +REL="UP" +TITLE="Administering Bugzilla" +HREF="administration.html"><LINK +REL="PREVIOUS" +TITLE="Keywords" +HREF="keywords.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 - 3.1.4 + Development + Release</TH +></TR +><TR +><TD +WIDTH="10%" +ALIGN="left" +VALIGN="bottom" +><A +HREF="keywords.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.10. Custom Fields</A +></H1 +><P +> The release of Bugzilla 3.0 added the ability to create Custom Fields. + Custom Fields are treated like any other field - they can be set in bugs + and used for search queries. Administrators should keep in mind that + adding too many fields can make the user interface more complicated and + harder to use. Custom Fields should be added only when necessary and with + careful consideration. + </P +><DIV +CLASS="tip" +><P +></P +><TABLE +CLASS="tip" +WIDTH="100%" +BORDER="0" +><TR +><TD +WIDTH="25" +ALIGN="CENTER" +VALIGN="TOP" +><IMG +SRC="../images/tip.gif" +HSPACE="5" +ALT="Tip"></TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +><P +> Before adding a Custom Field, make sure that Bugzilla can not already + do the desired behavior. Many Bugzilla options are not enabled by + default, and many times Administrators find that simply enabling + certain options that already exist is sufficient. + </P +></TD +></TR +></TABLE +></DIV +><P +> Administrators can manage Custom Fields using the + <SPAN +CLASS="QUOTE" +>"Custom Fields"</SPAN +> link on the Administration page. The Custom + Fields administration page displays a list of Custom Fields, if any exist, + and a link to "Add a new custom field". + </P +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="add-custom-fields" +>3.10.1. Adding Custom Fields</A +></H2 +><P +> To add a new Custom Field, click the "Add a new custom field" link. This + page displays several options for the new field, described below. + </P +><P +> The following attributes must be set for each new custom field: + <P +></P +><UL +><LI +><P +> <EM +>Name:</EM +> + The name of the field in the database, used internally. This name + MUST begin with <SPAN +CLASS="QUOTE" +>"cf_"</SPAN +> to prevent confusion with + standard fields. If this string is omitted, it will + be automatically added to the name entered. + </P +></LI +><LI +><P +> <EM +>Description:</EM +> + A brief string which is used as the label for this Custom Field. + That is the string that users will see, and should be + short and explicit. + </P +></LI +><LI +><P +> <EM +>Type:</EM +> + The type of field to create. There are + several types available: + <P +></P +><TABLE +BORDER="0" +><TBODY +><TR +><TD +> Large Text Box: A multiple line box for entering free text. + </TD +></TR +><TR +><TD +> Free Text: A single line box for entering free text. + </TD +></TR +><TR +><TD +> Multiple-Selection Box: A list box where multiple options + can be selected. After creating this field, it must be edited + to add the selection options. See + <A +HREF="edit-values.html#edit-values-list" +>Section 3.11.1</A +> for information about + editing legal values. + </TD +></TR +><TR +><TD +> Drop Down: A list box where only one option can be selected. + After creating this field, it must be edited to add the + selection options. See + <A +HREF="edit-values.html#edit-values-list" +>Section 3.11.1</A +> for information about + editing legal values. + </TD +></TR +><TR +><TD +> Date/Time: A date field. This field appears with a + calendar widget for choosing the date. + </TD +></TR +></TBODY +></TABLE +><P +></P +> + </P +></LI +><LI +><P +> <EM +>Sortkey:</EM +> + Integer that determines in which order Custom Fields are + displayed in the User Interface, especially when viewing a bug. + Fields with lower values are displayed first. + </P +></LI +><LI +><P +> <EM +>Can be set on bug creation:</EM +> + Boolean that determines whether this field can be set on + bug creation. If not selected, then a bug must be created + before this field can be set. See <A +HREF="bugreports.html" +>Section 5.6</A +> + for information about filing bugs. + </P +></LI +><LI +><P +> <EM +>Displayed in bugmail for new bugs:</EM +> + Boolean that determines whether the value set on this field + should appear in bugmail when the bug is filed. This attribute + has no effect if the field cannot be set on bug creation. + </P +></LI +><LI +><P +> <EM +>Is obsolete:</EM +> + Boolean that determines whether this field should + be displayed at all. Obsolete Custom Fields are hidden. + </P +></LI +></UL +> + </P +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="edit-custom-fields" +>3.10.2. Editing Custom Fields</A +></H2 +><P +> 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.11.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.10.3. Deleting Custom Fields</A +></H2 +><P +> It is only possible to delete obsolete Custom Fields + if the field has never been used in the database. + To remove a field which already has content, + mark it as obsolete. + </P +></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="keywords.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" +>Keywords</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/en/html/customization.html similarity index 93% rename from docs/html/customization.html rename to docs/en/html/customization.html index 0ac0e2139..cfa72c316 100644 --- a/docs/html/customization.html +++ b/docs/en/html/customization.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Customizing Bugzilla</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -36,7 +36,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/disclaimer.html b/docs/en/html/disclaimer.html similarity index 93% rename from docs/html/disclaimer.html rename to docs/en/html/disclaimer.html index 497ed7c82..75b72b573 100644 --- a/docs/html/disclaimer.html +++ b/docs/en/html/disclaimer.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Disclaimer</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/edit-values.html b/docs/en/html/edit-values.html similarity index 70% rename from docs/html/edit-values.html rename to docs/en/html/edit-values.html index d02e22ebd..12a22487d 100644 --- a/docs/html/edit-values.html +++ b/docs/en/html/edit-values.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Legal Values</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -18,8 +18,8 @@ REL="PREVIOUS" TITLE="Custom Fields" HREF="custom-fields.html"><LINK REL="NEXT" -TITLE="Voting" -HREF="voting.html"></HEAD +TITLE="Bug Status Workflow" +HREF="bug_status_workflow.html"></HEAD ><BODY CLASS="section" BGCOLOR="#FFFFFF" @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -63,7 +63,7 @@ WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A -HREF="voting.html" +HREF="bug_status_workflow.html" ACCESSKEY="N" >Next</A ></TD @@ -87,8 +87,10 @@ NAME="edit-values" <TT CLASS="filename" >localconfig</TT ->. Starting with Bugzilla 2.23.3, you - can also customize the list of valid resolutions from the same interface. +>. Starting with Bugzilla 2.23.3, + the list of valid resolutions can be customized from the same interface. + Since Bugzilla 3.1.1 the list of valid bug statuses can be customized + as well. </P ><DIV CLASS="section" @@ -103,16 +105,14 @@ NAME="edit-values-list" 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. + Select "Legal Values" from the Administration page. A list of all + fields, both system fields and Custom Fields, for which legal values + can be edited appears. Click a field name to edit its legal values. </P ><P -> 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. +> There is no limit to how many values a field can have, but each value + must be unique to that field. The sortkey is important to display these + values in the desired order. </P ></DIV ><DIV @@ -124,8 +124,8 @@ NAME="edit-values-delete" >3.11.2. Deleting legal values</A ></H2 ><P -> You can also delete legal values, but only if the two following conditions - are respected: +> Legal values from Custom Fields can be deleted, but only if the + following two conditions are respected: </P ><P ></P @@ -181,7 +181,7 @@ WIDTH="33%" ALIGN="right" VALIGN="top" ><A -HREF="voting.html" +HREF="bug_status_workflow.html" ACCESSKEY="N" >Next</A ></TD @@ -205,7 +205,7 @@ ACCESSKEY="U" WIDTH="33%" ALIGN="right" VALIGN="top" ->Voting</TD +>Bug Status Workflow</TD ></TR ></TABLE ></DIV diff --git a/docs/en/html/extraconfig.html b/docs/en/html/extraconfig.html new file mode 100644 index 000000000..c1c46d363 --- /dev/null +++ b/docs/en/html/extraconfig.html @@ -0,0 +1,525 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<HTML +><HEAD +><TITLE +>Optional Additional Configuration</TITLE +><META +NAME="GENERATOR" +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK +REL="HOME" +TITLE="The Bugzilla Guide - 3.1.4 + Development + Release" +HREF="index.html"><LINK +REL="UP" +TITLE="Installing Bugzilla" +HREF="installing-bugzilla.html"><LINK +REL="PREVIOUS" +TITLE="Configuration" +HREF="configuration.html"><LINK +REL="NEXT" +TITLE="Multiple Bugzilla databases with a single installation" +HREF="multiple-bz-dbs.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 - 3.1.4 + Development + Release</TH +></TR +><TR +><TD +WIDTH="10%" +ALIGN="left" +VALIGN="bottom" +><A +HREF="configuration.html" +ACCESSKEY="P" +>Prev</A +></TD +><TD +WIDTH="80%" +ALIGN="center" +VALIGN="bottom" +>Chapter 2. Installing Bugzilla</TD +><TD +WIDTH="10%" +ALIGN="right" +VALIGN="bottom" +><A +HREF="multiple-bz-dbs.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +></TABLE +><HR +ALIGN="LEFT" +WIDTH="100%"></DIV +><DIV +CLASS="section" +><H1 +CLASS="section" +><A +NAME="extraconfig" +>2.3. Optional Additional Configuration</A +></H1 +><P +> Bugzilla has a number of optional features. This section describes how + to configure or enable them. + </P +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="AEN699" +>2.3.1. Bug Graphs</A +></H2 +><P +>If you have installed the necessary Perl modules you + can start collecting statistics for the nifty Bugzilla + graphs.</P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="screen" +><SAMP +CLASS="prompt" +>bash#</SAMP +> <B +CLASS="command" +>crontab -e</B +></PRE +></FONT +></TD +></TR +></TABLE +><P +> This should bring up the crontab file in your editor. + Add a cron entry like this to run + <TT +CLASS="filename" +>collectstats.pl</TT +> + daily at 5 after midnight: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +>5 0 * * * cd <your-bugzilla-directory> ; ./collectstats.pl</PRE +></FONT +></TD +></TR +></TABLE +><P +> After two days have passed you'll be able to view bug graphs from + the Reports page. + </P +><P +> When upgrading Bugzilla, this format may change. + To create new status data, (re)move old data and run the following + commands: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="screen" +> <SAMP +CLASS="prompt" +>bash$</SAMP +> + <B +CLASS="command" +>cd <your-bugzilla-directory></B +> + <SAMP +CLASS="prompt" +>bash$</SAMP +> + <B +CLASS="command" +>./collectstats.pl --regenerate</B +> + </PRE +></FONT +></TD +></TR +></TABLE +><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 +> Windows does not have 'cron', but it does have the Task + Scheduler, which performs the same duties. There are also + third-party tools that can be used to implement cron, such as + <A +HREF="http://www.nncron.ru/" +TARGET="_top" +>nncron</A +>. + </P +></TD +></TR +></TABLE +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="installation-whining-cron" +>2.3.2. The Whining Cron</A +></H2 +><P +>What good are + bugs if they're not annoying? To help make them more so you + can set up Bugzilla's automatic whining system to complain at engineers + which leave their bugs in the NEW or REOPENED state without triaging them. + </P +><P +> This can be done by adding the following command as a daily + crontab entry, in the same manner as explained above for bug + graphs. This example runs it at 12.55am. + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +>55 0 * * * cd <your-bugzilla-directory> ; ./whineatnews.pl</PRE +></FONT +></TD +></TR +></TABLE +><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 +> Windows does not have 'cron', but it does have the Task + Scheduler, which performs the same duties. There are also + third-party tools that can be used to implement cron, such as + <A +HREF="http://www.nncron.ru/" +TARGET="_top" +>nncron</A +>. + </P +></TD +></TR +></TABLE +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="installation-whining" +>2.3.3. Whining</A +></H2 +><P +> 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 <A +HREF="whining.html" +>Section 5.13</A +>, but for it to work a Perl script must be + executed at regular intervals. + </P +><P +> This can be done by adding the following command as a daily + crontab entry, in the same manner as explained above for bug + graphs. This example runs it every 15 minutes. + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +>*/15 * * * * cd <your-bugzilla-directory> ; ./whine.pl</PRE +></FONT +></TD +></TR +></TABLE +><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 +> Whines can be executed as often as every 15 minutes, so if you specify + longer intervals between executions of whine.pl, some users may not + be whined at as often as they would expect. Depending on the person, + this can either be a very Good Thing or a very Bad Thing. + </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 +> Windows does not have 'cron', but it does have the Task + Scheduler, which performs the same duties. There are also + third-party tools that can be used to implement cron, such as + <A +HREF="http://www.nncron.ru/" +TARGET="_top" +>nncron</A +>. + </P +></TD +></TR +></TABLE +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="apache-addtype" +>2.3.4. Serving Alternate Formats with the right MIME type</A +></H2 +><P +> Some Bugzilla pages have alternate formats, other than just plain + <ACRONYM +CLASS="acronym" +>HTML</ACRONYM +>. In particular, a few Bugzilla pages can + output their contents as either <ACRONYM +CLASS="acronym" +>XUL</ACRONYM +> (a special + Mozilla format, that looks like a program <ACRONYM +CLASS="acronym" +>GUI</ACRONYM +>) + or <ACRONYM +CLASS="acronym" +>RDF</ACRONYM +> (a type of structured <ACRONYM +CLASS="acronym" +>XML</ACRONYM +> + that can be read by various programs). + </P +><P +> In order for your users to see these pages correctly, Apache must + send them with the right <ACRONYM +CLASS="acronym" +>MIME</ACRONYM +> type. To do this, + add the following lines to your Apache configuration, either in the + <SAMP +CLASS="computeroutput" +><VirtualHost></SAMP +> section for your + Bugzilla, or in the <SAMP +CLASS="computeroutput" +><Directory></SAMP +> + section for your Bugzilla: + </P +><P +> <TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="screen" +>AddType application/vnd.mozilla.xul+xml .xul +AddType application/rdf+xml .rdf</PRE +></FONT +></TD +></TR +></TABLE +> + </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="configuration.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="multiple-bz-dbs.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +><TR +><TD +WIDTH="33%" +ALIGN="left" +VALIGN="top" +>Configuration</TD +><TD +WIDTH="34%" +ALIGN="center" +VALIGN="top" +><A +HREF="installing-bugzilla.html" +ACCESSKEY="U" +>Up</A +></TD +><TD +WIDTH="33%" +ALIGN="right" +VALIGN="top" +>Multiple Bugzilla databases with a single installation</TD +></TR +></TABLE +></DIV +></BODY +></HTML +> \ No newline at end of file diff --git a/docs/html/flags-overview.html b/docs/en/html/flags-overview.html similarity index 98% rename from docs/html/flags-overview.html rename to docs/en/html/flags-overview.html index 6dd6aea86..5d2316e2d 100644 --- a/docs/html/flags-overview.html +++ b/docs/en/html/flags-overview.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Flags</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/flags.html b/docs/en/html/flags.html similarity index 94% rename from docs/html/flags.html rename to docs/en/html/flags.html index 2c742e0f4..69a1aea2a 100644 --- a/docs/html/flags.html +++ b/docs/en/html/flags.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Flags</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/general-advice.html b/docs/en/html/general-advice.html similarity index 94% rename from docs/html/general-advice.html rename to docs/en/html/general-advice.html index 91beecc2d..cb254504d 100644 --- a/docs/html/general-advice.html +++ b/docs/en/html/general-advice.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >General Advice</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/gfdl-0.html b/docs/en/html/gfdl-0.html similarity index 93% rename from docs/html/gfdl-0.html rename to docs/en/html/gfdl-0.html index c66349458..33f1adf95 100644 --- a/docs/html/gfdl-0.html +++ b/docs/en/html/gfdl-0.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Preamble</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/gfdl-1.html b/docs/en/html/gfdl-1.html similarity index 95% rename from docs/html/gfdl-1.html rename to docs/en/html/gfdl-1.html index 7212ea62c..59b0a9d8a 100644 --- a/docs/html/gfdl-1.html +++ b/docs/en/html/gfdl-1.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Applicability and Definition</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/gfdl-10.html b/docs/en/html/gfdl-10.html similarity index 92% rename from docs/html/gfdl-10.html rename to docs/en/html/gfdl-10.html index 6929dca54..c798b54bf 100644 --- a/docs/html/gfdl-10.html +++ b/docs/en/html/gfdl-10.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Future Revisions of this License</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/gfdl-2.html b/docs/en/html/gfdl-2.html similarity index 91% rename from docs/html/gfdl-2.html rename to docs/en/html/gfdl-2.html index e9d531527..955899d06 100644 --- a/docs/html/gfdl-2.html +++ b/docs/en/html/gfdl-2.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Verbatim Copying</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/gfdl-3.html b/docs/en/html/gfdl-3.html similarity index 94% rename from docs/html/gfdl-3.html rename to docs/en/html/gfdl-3.html index bb951c40c..cbd1adb0b 100644 --- a/docs/html/gfdl-3.html +++ b/docs/en/html/gfdl-3.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Copying in Quantity</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/gfdl-4.html b/docs/en/html/gfdl-4.html similarity index 96% rename from docs/html/gfdl-4.html rename to docs/en/html/gfdl-4.html index bfbecc329..87869eac8 100644 --- a/docs/html/gfdl-4.html +++ b/docs/en/html/gfdl-4.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Modifications</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/gfdl-5.html b/docs/en/html/gfdl-5.html similarity index 93% rename from docs/html/gfdl-5.html rename to docs/en/html/gfdl-5.html index c06e6ba7e..3fd784ddf 100644 --- a/docs/html/gfdl-5.html +++ b/docs/en/html/gfdl-5.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Combining Documents</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/gfdl-6.html b/docs/en/html/gfdl-6.html similarity index 91% rename from docs/html/gfdl-6.html rename to docs/en/html/gfdl-6.html index cb05702e8..f38b294e9 100644 --- a/docs/html/gfdl-6.html +++ b/docs/en/html/gfdl-6.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Collections of Documents</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/gfdl-7.html b/docs/en/html/gfdl-7.html similarity index 92% rename from docs/html/gfdl-7.html rename to docs/en/html/gfdl-7.html index 933960c35..ae1532ed9 100644 --- a/docs/html/gfdl-7.html +++ b/docs/en/html/gfdl-7.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Aggregation with Independent Works</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/gfdl-8.html b/docs/en/html/gfdl-8.html similarity index 91% rename from docs/html/gfdl-8.html rename to docs/en/html/gfdl-8.html index f7757819a..a0f1ab233 100644 --- a/docs/html/gfdl-8.html +++ b/docs/en/html/gfdl-8.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Translation</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/gfdl-9.html b/docs/en/html/gfdl-9.html similarity index 90% rename from docs/html/gfdl-9.html rename to docs/en/html/gfdl-9.html index a83365fac..33ad5a477 100644 --- a/docs/html/gfdl-9.html +++ b/docs/en/html/gfdl-9.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Termination</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/gfdl-howto.html b/docs/en/html/gfdl-howto.html similarity index 92% rename from docs/html/gfdl-howto.html rename to docs/en/html/gfdl-howto.html index d8b0ae92a..5b2152521 100644 --- a/docs/html/gfdl-howto.html +++ b/docs/en/html/gfdl-howto.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >How to use this License for your documents</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.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="AEN3329" +NAME="AEN3507" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" diff --git a/docs/html/gfdl.html b/docs/en/html/gfdl.html similarity index 92% rename from docs/html/gfdl.html rename to docs/en/html/gfdl.html index f1cab6691..529b72d16 100644 --- a/docs/html/gfdl.html +++ b/docs/en/html/gfdl.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >GNU Free Documentation License</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -36,7 +36,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -148,7 +148,7 @@ HREF="gfdl-howto.html" ><P >Version 1.1, March 2000</P ><A -NAME="AEN3239" +NAME="AEN3417" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" diff --git a/docs/html/glossary.html b/docs/en/html/glossary.html similarity index 97% rename from docs/html/glossary.html rename to docs/en/html/glossary.html index 6a5f549c0..c921fd59f 100644 --- a/docs/html/glossary.html +++ b/docs/en/html/glossary.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Glossary</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -33,7 +33,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -74,7 +74,7 @@ CLASS="glossdiv" ><H1 CLASS="glossdiv" ><A -NAME="AEN3334" +NAME="AEN3512" >0-9, high ascii</A ></H1 ><DL @@ -580,20 +580,20 @@ TARGET="_top" > Perl module, which Bugzilla uses to send email, can be configured to use many different underlying implementations for actually sending the - mail using the <VAR + mail using the <CODE CLASS="option" ->mail_delivery_method</VAR +>mail_delivery_method</CODE > parameter. - Implementations other than <VAR + Implementations other than <TT CLASS="literal" ->sendmail</VAR +>sendmail</TT > require that the - <VAR + <CODE CLASS="option" ->sendmailnow</VAR -> param be set to <VAR +>sendmailnow</CODE +> param be set to <TT CLASS="literal" ->on</VAR +>on</TT >. </P ></DD @@ -984,7 +984,7 @@ NAME="gloss-zarro" Terry had the following to say: </P ><A -NAME="AEN3579" +NAME="AEN3757" ></A ><TABLE BORDER="0" diff --git a/docs/en/html/groups.html b/docs/en/html/groups.html new file mode 100644 index 000000000..0c328e235 --- /dev/null +++ b/docs/en/html/groups.html @@ -0,0 +1,589 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<HTML +><HEAD +><TITLE +>Groups and Group Security</TITLE +><META +NAME="GENERATOR" +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK +REL="HOME" +TITLE="The Bugzilla Guide - 3.1.4 + Development + Release" +HREF="index.html"><LINK +REL="UP" +TITLE="Administering Bugzilla" +HREF="administration.html"><LINK +REL="PREVIOUS" +TITLE="Quips" +HREF="quips.html"><LINK +REL="NEXT" +TITLE="Checking and Maintaining Database Integrity" +HREF="sanitycheck.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 - 3.1.4 + Development + Release</TH +></TR +><TR +><TD +WIDTH="10%" +ALIGN="left" +VALIGN="bottom" +><A +HREF="quips.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="sanitycheck.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +></TABLE +><HR +ALIGN="LEFT" +WIDTH="100%"></DIV +><DIV +CLASS="section" +><H1 +CLASS="section" +><A +NAME="groups" +>3.15. Groups and Group Security</A +></H1 +><P +> Groups allow for separating bugs into logical divisions. + Groups are typically used to + to isolate bugs that should only be seen by certain people. For + example, a company might create a different group for each one of its customers + or partners. Group permissions could be set so that each partner or customer would + only have access to their own bugs. Or, groups might be used to create + variable access controls for different departments within an organization. + Another common use of groups is to associate groups with products, + creating isolation and access control on a per-product basis. + </P +><P +> Groups and group behaviors are controlled in several places: + </P +><P +></P +><OL +TYPE="1" +><LI +><P +> The group configuration page. To view or edit existing groups, or to + create new groups, access the "Groups" link from the "Administration" + page. This section of the manual deals primarily with the aspect of + group controls accessed on this page. + </P +></LI +><LI +><P +> Global configuration parameters. Bugzilla has several parameters + that control the overall default group behavior and restriction + levels. For more information on the parameters that control + group behavior globally, see <A +HREF="parameters.html#param-group-security" +>Section 3.1.9</A +>. + </P +></LI +><LI +><P +> Product association with groups. Most of the functionality of groups + and group security is controlled at the product level. Some aspects + of group access controls for products are discussed in this section, + but for more detail see <A +HREF="products.html#product-group-controls" +>Section 3.4.4</A +>. + </P +></LI +><LI +><P +> Group access for users. See <A +HREF="groups.html#users-and-groups" +>Section 3.15.3</A +> for + details on how users are assigned group access. + </P +></LI +></OL +><P +> Group permissions are such that if a bug belongs to a group, only members + of that group can see the bug. If a bug is in more than one group, only + members of <EM +>all</EM +> the groups that the bug is in can see + the bug. For information on granting read-only access to certain people and + full edit access to others, see <A +HREF="products.html#product-group-controls" +>Section 3.4.4</A +>. + </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 +> By default, bugs can also be seen by the Assignee, the Reporter, and + by everyone on the CC List, regardless of whether or not the bug would + typically be viewable by them. Visibility to the Reporter and CC List can + be overridden (on a per-bug basis) by bringing up the bug, finding the + section that starts with <SPAN +CLASS="QUOTE" +>"Users in the roles selected below..."</SPAN +> + and un-checking the box next to either 'Reporter' or 'CC List' (or both). + </P +></TD +></TR +></TABLE +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="create-groups" +>3.15.1. Creating Groups</A +></H2 +><P +> To create a new group, follow the steps below: + </P +><P +></P +><OL +TYPE="1" +><LI +><P +> Select the <SPAN +CLASS="QUOTE" +>"Administration"</SPAN +> link in the page footer, + and then select the <SPAN +CLASS="QUOTE" +>"Groups"</SPAN +> link from the + Administration page. + </P +></LI +><LI +><P +> A table of all the existing groups is displayed. Below the table is a + description of all the fields. To create a new group, select the + <SPAN +CLASS="QUOTE" +>"Add Group"</SPAN +> link under the table of existing groups. + </P +></LI +><LI +><P +> There are five fields to fill out. These fields are documented below + the form. Choose a name and description for the group. Decide whether + this group should be used for bugs (in all likelihood this should be + selected). Optionally, choose a regular expression that will + automatically add any matching users to the group, and choose an + icon that will help identify user comments for the group. The regular + expression can be useful, for example, to automatically put all users + from the same company into one group (if the group is for a specific + customer or partner). + </P +><DIV +CLASS="note" +><P +></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 +> If <SPAN +CLASS="QUOTE" +>"User RegExp"</SPAN +> is filled out, users whose email + addresses match the regular expression will automatically be + members of the group as long as their email addresses continue + to match the regular expression. If their email address changes + and no longer matches the regular expression, they will be removed + from the group. Versions 2.16 and older of Bugzilla did not automatically + remove users who's email addresses no longer matched the RegExp. + </P +></TD +></TR +></TABLE +></DIV +><DIV +CLASS="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 +> If specifying a domain in the regular expression, end + the regexp with a "$". Otherwise, when granting access to + "@mycompany\.com", access will also be granted to + 'badperson@mycompany.com.cracker.net'. Use the syntax, + '@mycompany\.com$' for the regular expression. + </P +></TD +></TR +></TABLE +></DIV +></LI +><LI +><P +> After the new group is created, it can be edited for additional options. + The "Edit Group" page allows for specifying other groups that should be included + in this group and which groups should be permitted to add and delete + users from this group. For more details, see <A +HREF="groups.html#edit-groups" +>Section 3.15.2</A +>. + </P +></LI +></OL +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="edit-groups" +>3.15.2. Editing Groups and Assigning Group Permissions</A +></H2 +><P +> To access the "Edit Groups" page, select the + <SPAN +CLASS="QUOTE" +>"Administration"</SPAN +> link in the page footer, + and then select the <SPAN +CLASS="QUOTE" +>"Groups"</SPAN +> link from the Administration page. + A table of all the existing groups is displayed. Click on a group name + you wish to edit or control permissions for. + </P +><P +> The "Edit Groups" page contains the same five fields present when + creating a new group. Below that are two additional sections, "Group + Permissions," and "Mass Remove". The "Mass Remove" option simply removes + all users from the group who match the regular expression entered. The + "Group Permissions" section requires further explanation. + </P +><P +> The "Group Permissions" section on the "Edit Groups" page contains four sets + of permissions that control the relationship of this group to other + groups. If the 'usevisibilitygroups' parameter is in use (see + <A +HREF="parameters.html" +>Section 3.1</A +>) two additional sets of permissions are displayed. + Each set consists of two select boxes. On the left, a select box + with a list of all existing groups. On the right, a select box listing + all groups currently selected for this permission setting (this box will + be empty for new groups). The way these controls allow groups to relate + to one another is called <EM +>inheritance</EM +>. + Each of the six permissions is described below. + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +><EM +>Groups That Are a Member of This Group</EM +></DT +><DD +><P +> + Members of any groups selected here will automatically have + membership in this group. In other words, members of any selected + group will inherit membership in this group. + </P +></DD +><DT +><EM +>Groups That This Group Is a Member Of</EM +></DT +><DD +><P +> Members of this group will inherit membership to any group + selected here. For example, suppose the group being edited is + an Admin group. If there are two products (Product1 and Product2) + and each product has its + own group (Group1 and Group2), and the Admin group + should have access to both products, + simply select both Group1 and Group2 here. + </P +></DD +><DT +><EM +>Groups That Can Grant Membership in This Group</EM +></DT +><DD +><P +> The members of any group selected here will be able add users + to this group, even if they themselves are not in this group. + </P +></DD +><DT +><EM +>Groups That This Group Can Grant Membership In</EM +></DT +><DD +><P +> Members of this group can add users to any group selected here, + even if they themselves are not in the selected groups. + </P +></DD +><DT +><EM +>Groups That Can See This Group</EM +></DT +><DD +><P +> Members of any selected group can see the users in this group. + This setting is only visible if the 'usevisibilitygroups' parameter + is enabled on the Bugzilla Configuration page. See + <A +HREF="parameters.html" +>Section 3.1</A +> for information on configuring Bugzilla. + </P +></DD +><DT +><EM +>Groups That This Group Can See</EM +></DT +><DD +><P +> Members of this group can see members in any of the selected groups. + This setting is only visible if the 'usevisibilitygroups' parameter + is enabled on the the Bugzilla Configuration page. See + <A +HREF="parameters.html" +>Section 3.1</A +> for information on configuring Bugzilla. + </P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="users-and-groups" +>3.15.3. Assigning Users to Groups</A +></H2 +><P +> A User can become a member of a group in several ways: + </P +><P +></P +><OL +TYPE="1" +><LI +><P +> The user can be explicitly placed in the group by editing + the user's profile. This can be done by accessing the "Users" page + from the "Administration" page. Use the search form to find the user + you want to edit group membership for, and click on their email + address in the search results to edit their profile. The profile + page lists all the groups, and indicates if the user is a member of + the group either directly or indirectly. More information on indirect + group membership is below. For more details on User administration, + see <A +HREF="useradmin.html" +>Section 3.2</A +>. + </P +></LI +><LI +><P +> The group can include another group of which the user is + a member. This is indicated by square brackets around the checkbox + next to the group name in the user's profile. + See <A +HREF="groups.html#edit-groups" +>Section 3.15.2</A +> for details on group inheritance. + </P +></LI +><LI +><P +> The user's email address can match the regular expression + that has been specified to automatically grant membership to + the group. This is indicated by "*" around the check box by the + group name in the user's profile. + See <A +HREF="groups.html#create-groups" +>Section 3.15.1</A +> for details on + the regular expression option when creating groups. + </P +></LI +></OL +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="AEN2001" +>3.15.4. Assigning Group Controls to Products</A +></H2 +><P +> The primary functionality of groups is derived from the relationship of + groups to products. The concepts around segregating access to bugs with + product group controls can be confusing. For details and examples on this + topic, see <A +HREF="products.html#product-group-controls" +>Section 3.4.4</A +>. + </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="quips.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="sanitycheck.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +><TR +><TD +WIDTH="33%" +ALIGN="left" +VALIGN="top" +>Quips</TD +><TD +WIDTH="34%" +ALIGN="center" +VALIGN="top" +><A +HREF="administration.html" +ACCESSKEY="U" +>Up</A +></TD +><TD +WIDTH="33%" +ALIGN="right" +VALIGN="top" +>Checking and Maintaining Database Integrity</TD +></TR +></TABLE +></DIV +></BODY +></HTML +> \ No newline at end of file diff --git a/docs/html/hintsandtips.html b/docs/en/html/hintsandtips.html similarity index 95% rename from docs/html/hintsandtips.html rename to docs/en/html/hintsandtips.html index cac83e4ba..ef9014fc1 100644 --- a/docs/html/hintsandtips.html +++ b/docs/en/html/hintsandtips.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Hints and Tips</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -88,7 +88,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN2455" +NAME="AEN2645" >5.8.1. Autolinkification</A ></H2 ><P diff --git a/docs/html/index.html b/docs/en/html/index.html similarity index 96% rename from docs/html/index.html rename to docs/en/html/index.html index d4159df35..34b391eca 100644 --- a/docs/html/index.html +++ b/docs/en/html/index.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="NEXT" TITLE="About This Guide" HREF="about.html"><META @@ -47,7 +47,7 @@ CLASS="TITLEPAGE" CLASS="title" ><A NAME="AEN2" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</A ></H1 @@ -56,7 +56,7 @@ CLASS="corpauthor" >The Bugzilla Team</H3 ><P CLASS="pubdate" ->2008-02-01<BR></P +>2008-05-04<BR></P ><DIV ><DIV CLASS="abstract" @@ -230,26 +230,31 @@ HREF="edit-values.html" ></DT ><DT >3.12. <A +HREF="bug_status_workflow.html" +>Bug Status Workflow</A +></DT +><DT +>3.13. <A HREF="voting.html" >Voting</A ></DT ><DT ->3.13. <A +>3.14. <A HREF="quips.html" >Quips</A ></DT ><DT ->3.14. <A +>3.15. <A HREF="groups.html" >Groups and Group Security</A ></DT ><DT ->3.15. <A +>3.16. <A HREF="sanitycheck.html" >Checking and Maintaining Database Integrity</A ></DT ><DT ->3.16. <A +>3.17. <A HREF="upgrading.html" >Upgrading to New Releases</A ></DT diff --git a/docs/html/install-perlmodules-manual.html b/docs/en/html/install-perlmodules-manual.html similarity index 90% rename from docs/html/install-perlmodules-manual.html rename to docs/en/html/install-perlmodules-manual.html index 03129c823..160fe5223 100644 --- a/docs/html/install-perlmodules-manual.html +++ b/docs/en/html/install-perlmodules-manual.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Manual Installation of Perl Modules</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -36,7 +36,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/installation.html b/docs/en/html/installation.html similarity index 97% rename from docs/html/installation.html rename to docs/en/html/installation.html index 250f8eeef..7089088d8 100644 --- a/docs/html/installation.html +++ b/docs/en/html/installation.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Installation</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -181,6 +181,7 @@ CLASS="procedure" ><OL TYPE="1" ><LI +CLASS="step" ><P ><A HREF="installation.html#install-perl" @@ -190,6 +191,7 @@ HREF="installation.html#install-perl" </P ></LI ><LI +CLASS="step" ><P ><A HREF="installation.html#install-database" @@ -198,6 +200,7 @@ HREF="installation.html#install-database" </P ></LI ><LI +CLASS="step" ><P ><A HREF="installation.html#install-webserver" @@ -206,6 +209,7 @@ HREF="installation.html#install-webserver" </P ></LI ><LI +CLASS="step" ><P ><A HREF="installation.html#install-bzfiles" @@ -214,6 +218,7 @@ HREF="installation.html#install-bzfiles" </P ></LI ><LI +CLASS="step" ><P ><A HREF="installation.html#install-perlmodules" @@ -222,6 +227,7 @@ HREF="installation.html#install-perlmodules" </P ></LI ><LI +CLASS="step" ><P > <A HREF="installation.html#install-MTA" @@ -231,6 +237,7 @@ HREF="installation.html#install-MTA" </P ></LI ><LI +CLASS="step" ><P >Configure all of the above. </P @@ -420,7 +427,12 @@ NAME="install-bzfiles" >2.1.4. Bugzilla</A ></H2 ><P -> Download a Bugzilla tarball (or check it out from CVS) and place +> <A +HREF="http://www.bugzilla.org/download/" +TARGET="_top" +>Download a Bugzilla tarball</A +> + (or check it out from CVS) and place it in a suitable directory, accessible by the default web server user (probably <SPAN CLASS="QUOTE" @@ -463,9 +475,9 @@ CLASS="filename" >cgi-bin</TT > directory. This includes any directory which is configured using the - <VAR + <CODE CLASS="option" ->ScriptAlias</VAR +>ScriptAlias</CODE > directive of Apache. </P ></TD @@ -673,7 +685,7 @@ CLASS="filename" TYPE="1" ><LI ><P -> CGI 2.93 or CGI 3.11 if using mod_perl +> CGI 2.93 </P ></LI ><LI @@ -862,7 +874,7 @@ HREF="installation.html#install-modules-soap-lite" ><LI ><P > CGI - (2.93) for mod_perl + (3.11) for mod_perl </P ></LI ></OL @@ -1169,22 +1181,22 @@ NAME="using-mod_perl-with-bugzilla" >2.1.7. Installing Bugzilla on mod_perl</A ></H2 ><P ->It is now possible to run the Bugzilla software under <VAR +>It is now possible to run the Bugzilla software under <TT CLASS="literal" ->mod_perl</VAR +>mod_perl</TT > on - Apache. <VAR + Apache. <TT CLASS="literal" ->mod_perl</VAR +>mod_perl</TT > has some additional requirements to that of running - Bugzilla under <VAR + Bugzilla under <TT CLASS="literal" ->mod_cgi</VAR +>mod_cgi</TT > (the standard and previous way).</P ><P ->Bugzilla requires <VAR +>Bugzilla requires <TT CLASS="literal" ->mod_perl</VAR +>mod_perl</TT > to be installed, which can be obtained from <A HREF="http://perl.apache.org" diff --git a/docs/html/installing-bugzilla.html b/docs/en/html/installing-bugzilla.html similarity index 85% rename from docs/html/installing-bugzilla.html rename to docs/en/html/installing-bugzilla.html index 013d5b464..f998fbbd1 100644 --- a/docs/html/installing-bugzilla.html +++ b/docs/en/html/installing-bugzilla.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Installing Bugzilla</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -36,7 +36,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -146,7 +146,7 @@ HREF="configuration.html#database-engine" ></DT ><DT >2.2.3. <A -HREF="configuration.html#AEN548" +HREF="configuration.html#AEN549" >checksetup.pl</A ></DT ><DT @@ -170,41 +170,21 @@ HREF="extraconfig.html" ><DL ><DT >2.3.1. <A -HREF="extraconfig.html#AEN698" +HREF="extraconfig.html#AEN699" >Bug Graphs</A ></DT ><DT >2.3.2. <A -HREF="extraconfig.html#AEN717" ->Dependency Charts</A -></DT -><DT ->2.3.3. <A HREF="extraconfig.html#installation-whining-cron" >The Whining Cron</A ></DT ><DT ->2.3.4. <A +>2.3.3. <A HREF="extraconfig.html#installation-whining" >Whining</A ></DT ><DT ->2.3.5. <A -HREF="extraconfig.html#patch-viewer" ->Patch Viewer</A -></DT -><DT ->2.3.6. <A -HREF="extraconfig.html#bzradius" ->RADIUS Authentication</A -></DT -><DT ->2.3.7. <A -HREF="extraconfig.html#bzldap" ->LDAP Authentication</A -></DT -><DT ->2.3.8. <A +>2.3.4. <A HREF="extraconfig.html#apache-addtype" >Serving Alternate Formats with the right MIME type</A ></DT @@ -251,17 +231,17 @@ HREF="nonroot.html" ><DL ><DT >2.6.1. <A -HREF="nonroot.html#AEN977" +HREF="nonroot.html#AEN872" >Introduction</A ></DT ><DT >2.6.2. <A -HREF="nonroot.html#AEN981" +HREF="nonroot.html#AEN876" >MySQL</A ></DT ><DT >2.6.3. <A -HREF="nonroot.html#AEN1016" +HREF="nonroot.html#AEN911" >Perl</A ></DT ><DT @@ -271,12 +251,12 @@ HREF="nonroot.html#install-perlmodules-nonroot" ></DT ><DT >2.6.5. <A -HREF="nonroot.html#AEN1038" +HREF="nonroot.html#AEN933" >HTTP Server</A ></DT ><DT >2.6.6. <A -HREF="nonroot.html#AEN1050" +HREF="nonroot.html#AEN945" >Bugzilla</A ></DT ></DL diff --git a/docs/html/integration.html b/docs/en/html/integration.html similarity index 96% rename from docs/html/integration.html rename to docs/en/html/integration.html index dd0c3ae9b..fb49306e1 100644 --- a/docs/html/integration.html +++ b/docs/en/html/integration.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Integrating Bugzilla with Third-Party Tools</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/keywords.html b/docs/en/html/keywords.html similarity index 91% rename from docs/html/keywords.html rename to docs/en/html/keywords.html index ac4d1b69d..6f4583239 100644 --- a/docs/html/keywords.html +++ b/docs/en/html/keywords.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Keywords</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -92,7 +92,7 @@ NAME="keywords" a keyword currently applied to any bugs, the keyword cache must be rebuilt using the <A HREF="sanitycheck.html" ->Section 3.15</A +>Section 3.16</A > script. Currently keywords can not be marked obsolete to prevent future usage. </P diff --git a/docs/html/lifecycle.html b/docs/en/html/lifecycle.html similarity index 91% rename from docs/html/lifecycle.html rename to docs/en/html/lifecycle.html index 1d8e58747..5534bbd12 100644 --- a/docs/html/lifecycle.html +++ b/docs/en/html/lifecycle.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Life Cycle of a Bug</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/milestones.html b/docs/en/html/milestones.html similarity index 93% rename from docs/html/milestones.html rename to docs/en/html/milestones.html index e9953948f..40568654f 100644 --- a/docs/html/milestones.html +++ b/docs/en/html/milestones.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Milestones</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/modules-manual-download.html b/docs/en/html/modules-manual-download.html similarity index 76% rename from docs/html/modules-manual-download.html rename to docs/en/html/modules-manual-download.html index 793443660..139d3badb 100644 --- a/docs/html/modules-manual-download.html +++ b/docs/en/html/modules-manual-download.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Download Locations</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -102,9 +102,19 @@ ALIGN="LEFT" VALIGN="TOP" ><P > Running Bugzilla on Windows requires the use of ActiveState - Perl 5.8.1 or higher. Some modules already exist in the core - distribution of ActiveState Perl so no PPM link is given. - (This is noted where it occurs.) + Perl 5.8.1 or higher. Many modules already exist in the core + distribution of ActiveState Perl. Additional modules can be downloaded + from <A +HREF="http://theoryx5.uwinnipeg.ca/ppms/" +TARGET="_top" +>http://theoryx5.uwinnipeg.ca/ppms/</A +> if you use + Perl 5.8.x or from <A +HREF="http://cpan.uwinnipeg.ca/PPMPackages/10xx/" +TARGET="_top" +>http://cpan.uwinnipeg.ca/PPMPackages/10xx/</A +> + if you use Perl 5.10.x. </P ></TD ></TR @@ -120,7 +130,6 @@ HREF="http://search.cpan.org/dist/CGI.pm/" TARGET="_top" >http://search.cpan.org/dist/CGI.pm/</A ><br> - PPM Download Link: Part of core distribution.<br> Documentation: <A HREF="http://perldoc.perl.org/CGI.html" TARGET="_top" @@ -139,7 +148,6 @@ HREF="http://search.cpan.org/dist/Data-Dumper/" TARGET="_top" >http://search.cpan.org/dist/Data-Dumper/</A ><br> - PPM Download Page: Part of core distribution.<br> Documentation: <A HREF="http://search.cpan.org/dist/Data-Dumper/Dumper.pm" TARGET="_top" @@ -158,11 +166,6 @@ HREF="http://search.cpan.org/dist/TimeDate/" TARGET="_top" >http://search.cpan.org/dist/TimeDate/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/TimeDate.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/TimeDate.ppd</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/TimeDate/lib/Date/Format.pm" TARGET="_top" @@ -181,11 +184,6 @@ HREF="http://search.cpan.org/dist/DBI/" TARGET="_top" >http://search.cpan.org/dist/DBI/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/DBI.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/DBI.ppd</A -><br> Documentation: <A HREF="http://dbi.perl.org/docs/" TARGET="_top" @@ -204,11 +202,6 @@ HREF="http://search.cpan.org/dist/DBD-mysql/" TARGET="_top" >http://search.cpan.org/dist/DBD-mysql/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/DBD-mysql.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/DBD-mysql.ppd</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/DBD-mysql/lib/DBD/mysql.pm" TARGET="_top" @@ -227,11 +220,6 @@ HREF="http://search.cpan.org/dist/DBD-Pg/" TARGET="_top" >http://search.cpan.org/dist/DBD-Pg/</A ><br> - PPM Download Link: <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> Documentation: <A HREF="http://search.cpan.org/dist/DBD-Pg/Pg.pm" TARGET="_top" @@ -250,7 +238,6 @@ HREF="http://search.cpan.org/dist/File-Spec/" TARGET="_top" >http://search.cpan.org/dist/File-Spec/</A ><br> - PPM Download Page: Part of core distribution.<br> Documentation: <A HREF="http://perldoc.perl.org/File/Spec.html" TARGET="_top" @@ -269,11 +256,6 @@ HREF="http://search.cpan.org/dist/Template-Toolkit/" TARGET="_top" >http://search.cpan.org/dist/Template-Toolkit/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/Template-Toolkit.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/Template-Toolkit.ppd</A -><br> Documentation: <A HREF="http://www.template-toolkit.org/docs.html" TARGET="_top" @@ -292,11 +274,6 @@ HREF="http://search.cpan.org/dist/GD/" TARGET="_top" >http://search.cpan.org/dist/GD/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/GD.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/GD.ppd</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/GD/GD.pm" TARGET="_top" @@ -315,7 +292,6 @@ HREF="http://search.cpan.org/dist/Template-GD/" TARGET="_top" >http://search.cpan.org/dist/Template-GD/</A ><br> - PPM Download Link: (Just install Template-Toolkit using the instructions below)<br> Documentation: <A HREF="http://www.template-toolkit.org/docs/aqua/Modules/index.html" TARGET="_top" @@ -334,11 +310,6 @@ HREF="http://search.cpan.org/dist/MIME-tools/" TARGET="_top" >http://search.cpan.org/dist/MIME-tools/</A ><br> - PPM Download Link: <A -HREF="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/MIME-tools-5.411a.zip" -TARGET="_top" ->http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/MIME-tools-5.411a.zip</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm" TARGET="_top" diff --git a/docs/html/modules-manual-instructions.html b/docs/en/html/modules-manual-instructions.html similarity index 81% rename from docs/html/modules-manual-instructions.html rename to docs/en/html/modules-manual-instructions.html index d45620df7..d8c069553 100644 --- a/docs/html/modules-manual-instructions.html +++ b/docs/en/html/modules-manual-instructions.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Instructions</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -158,32 +158,16 @@ CLASS="command" CLASS="command" >dmake</B > available from CPAN which is - written entirely in Perl. The majority of the links given below, however, - are to pre-compiled versions of the modules, which can be installed - on Windows simply by issuing the following command once you have - downloaded the PPD file (which may be packaged within a ZIP file): + written entirely in Perl. </P ><P -> <TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="screen" -> <SAMP -CLASS="prompt" ->></SAMP -> ppm install <filename.ppd> - </PRE -></FONT -></TD -></TR -></TABLE -> +> As described in <A +HREF="modules-manual-download.html" +>Section C.2</A +>, however, most + packages already exist and are available from ActiveState or theory58S. + We highly recommend that you install them using the ppm GUI available with + ActiveState and to add the theory58S repository to your list of repositories. </P ></TD ></TR diff --git a/docs/html/modules-manual-optional.html b/docs/en/html/modules-manual-optional.html similarity index 77% rename from docs/html/modules-manual-optional.html rename to docs/en/html/modules-manual-optional.html index 1c37683b7..5c7739b29 100644 --- a/docs/html/modules-manual-optional.html +++ b/docs/en/html/modules-manual-optional.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Optional Modules</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -90,11 +90,6 @@ HREF="http://search.cpan.org/dist/Chart/" TARGET="_top" >http://search.cpan.org/dist/Chart/</A ><br> - PPM Download Page: <A -HREF="http://landfill.bugzilla.org/ppm/Chart.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/Chart.ppd</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/Chart/Chart.pod" TARGET="_top" @@ -113,11 +108,6 @@ HREF="http://search.cpan.org/dist/GDGraph/" TARGET="_top" >http://search.cpan.org/dist/GDGraph/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/GDGraph.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/GDGraph.ppd</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/GDGraph/Graph.pm" TARGET="_top" @@ -136,11 +126,6 @@ HREF="http://search.cpan.org/dist/GDTextUtil/" TARGET="_top" >http://search.cpan.org/dist/GDTextUtil/</A ><br> - PPM Download Page: <A -HREF="http://landfill.bugzilla.org/ppm/GDTextUtil.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/GDTextUtil.ppd</A -><br> Documentation: <A HREF="http://search.cpan.org/dist/GDTextUtil/Text/Align.pm" TARGET="_top" @@ -159,11 +144,6 @@ HREF="http://search.cpan.org/dist/XML-Twig/" TARGET="_top" >http://search.cpan.org/dist/XML-Twig/</A ><br> - PPM Download Link: <A -HREF="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/XML-Twig-3.22.zip" -TARGET="_top" ->http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/XML-Twig-3.22.zip</A -><br> Documentation: <A HREF="http://standards.ieee.org/resources/spasystem/twig/twig_stable.html" TARGET="_top" @@ -182,11 +162,6 @@ HREF="http://search.cpan.org/author/JKEISER/PatchReader/" TARGET="_top" >http://search.cpan.org/author/JKEISER/PatchReader/</A ><br> - PPM Download Link: <A -HREF="http://landfill.bugzilla.org/ppm/PatchReader.ppd" -TARGET="_top" ->http://landfill.bugzilla.org/ppm/PatchReader.ppd</A -><br> Documentation: <A HREF="http://www.johnkeiser.com/mozilla/Patch_Viewer.html" TARGET="_top" @@ -205,7 +180,6 @@ HREF="http://search.cpan.org/dist/PerlMagick/" TARGET="_top" >http://search.cpan.org/dist/PerlMagick/</A ><br> - PPM Download Link: Included in Windows binary package.<br> Documentation: <A HREF="http://www.imagemagick.org/script/resources.php" TARGET="_top" diff --git a/docs/html/multiple-bz-dbs.html b/docs/en/html/multiple-bz-dbs.html similarity index 94% rename from docs/html/multiple-bz-dbs.html rename to docs/en/html/multiple-bz-dbs.html index 10d0a39ff..5afb6e5a8 100644 --- a/docs/html/multiple-bz-dbs.html +++ b/docs/en/html/multiple-bz-dbs.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Multiple Bugzilla databases with a single installation</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/myaccount.html b/docs/en/html/myaccount.html similarity index 96% rename from docs/html/myaccount.html rename to docs/en/html/myaccount.html index 9e9122d8b..9fad75994 100644 --- a/docs/html/myaccount.html +++ b/docs/en/html/myaccount.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Create a Bugzilla Account</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/newversions.html b/docs/en/html/newversions.html similarity index 93% rename from docs/html/newversions.html rename to docs/en/html/newversions.html index a2e051adb..a40e4a2c8 100644 --- a/docs/html/newversions.html +++ b/docs/en/html/newversions.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >New Versions</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -81,7 +81,7 @@ NAME="newversions" >1.3. New Versions</A ></H1 ><P -> This is the 3.1.3 version of The Bugzilla Guide. It is so named +> This is the 3.1.4 version of The Bugzilla Guide. It is so named to match the current version of Bugzilla. This version of the guide, like its associated Bugzilla version, is a development version. diff --git a/docs/html/nonroot.html b/docs/en/html/nonroot.html similarity index 97% rename from docs/html/nonroot.html rename to docs/en/html/nonroot.html index 68a8a7b87..4ac68e135 100644 --- a/docs/html/nonroot.html +++ b/docs/en/html/nonroot.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >UNIX (non-root) Installation Notes</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -85,7 +85,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN977" +NAME="AEN872" >2.6.1. Introduction</A ></H2 ><P @@ -105,7 +105,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN981" +NAME="AEN876" >2.6.2. MySQL</A ></H2 ><P @@ -161,7 +161,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="AEN989" +NAME="AEN884" >2.6.2.1. Running MySQL as Non-Root</A ></H3 ><DIV @@ -169,7 +169,7 @@ CLASS="section" ><H4 CLASS="section" ><A -NAME="AEN991" +NAME="AEN886" >2.6.2.1.1. The Custom Configuration Method</A ></H4 ><P @@ -213,7 +213,7 @@ CLASS="section" ><H4 CLASS="section" ><A -NAME="AEN995" +NAME="AEN890" >2.6.2.1.2. The Custom Built Method</A ></H4 ><P @@ -236,7 +236,7 @@ CLASS="section" ><H4 CLASS="section" ><A -NAME="AEN1000" +NAME="AEN895" >2.6.2.1.3. Starting the Server</A ></H4 ><P @@ -364,7 +364,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN1016" +NAME="AEN911" >2.6.3. Perl</A ></H2 ><P @@ -468,7 +468,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN1038" +NAME="AEN933" >2.6.5. HTTP Server</A ></H2 ><P @@ -482,7 +482,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="AEN1041" +NAME="AEN936" >2.6.5.1. Running Apache as Non-Root</A ></H3 ><P @@ -564,7 +564,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN1050" +NAME="AEN945" >2.6.6. Bugzilla</A ></H2 ><P diff --git a/docs/html/os-specific.html b/docs/en/html/os-specific.html similarity index 88% rename from docs/html/os-specific.html rename to docs/en/html/os-specific.html index 765528951..132b47672 100644 --- a/docs/html/os-specific.html +++ b/docs/en/html/os-specific.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >OS-Specific Installation Notes</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -190,7 +190,9 @@ CLASS="glossterm" >PPM</I ></A > instead - of CPAN. + of CPAN. ActiveState provides a GUI to manage Perl modules. We highly + recommend that you use it. If you prefer to use ppm from the + command-line, type: </P ><TABLE BORDER="0" @@ -213,8 +215,8 @@ CLASS="command" ></TABLE ><P > The best source for the Windows PPM modules needed for Bugzilla - is probably the Bugzilla Test Server (aka 'Landfill'), so - you should add the Landfill package repository as follows: + is probably the theory58S website, which you can add to your list + of repositories as follows (for Perl 5.8.x): </P ><TABLE BORDER="0" @@ -228,7 +230,31 @@ COLOR="#000000" CLASS="programlisting" > <B CLASS="command" ->ppm repo add landfill http://www.landfill.bugzilla.org/ppm/</B +>ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms/</B +> + </PRE +></FONT +></TD +></TR +></TABLE +><P +> If you are using Perl 5.10.x, you cannot use the same PPM modules as Perl + 5.8.x as they are incompatible. In this case, you should add the following + repository: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> <B +CLASS="command" +>ppm repo add theory58S http://cpan.uwinnipeg.ca/PPMPackages/10xx/</B > </PRE ></FONT @@ -269,7 +295,7 @@ COLOR="#000000" CLASS="programlisting" > <B CLASS="command" ->ppm repository add landfill http://www.landfill.bugzilla.org/ppm/</B +>ppm repository add theory58S http://theoryx5.uwinnipeg.ca/ppms/</B > </PRE ></FONT @@ -499,26 +525,31 @@ NAME="macosx-libraries" >2.5.2.2. Libraries & Perl Modules on Mac OS X</A ></H3 ><P ->Apple did not include the GD library with Mac OS X. Bugzilla +>Apple does not include the GD library with Mac OS X. Bugzilla needs this for bug graphs.</P ><P ->You can install it using a program called - Fink, which is similar in nature to the CPAN installer, but installs - common GNU utilities. Fink is available from - <A +>You can use DarwinPorts (<A +HREF="http://darwinports.com/" +TARGET="_top" +>http://darwinports.com/</A +>) + or Fink (<A HREF="http://sourceforge.net/projects/fink/" TARGET="_top" >http://sourceforge.net/projects/fink/</A ->.</P +>), both + of which are similar in nature to the CPAN installer, but install + common unix programs.</P ><P ->Follow the instructions for setting up Fink. Once it's installed, - you'll want to use it to install the <TT +>Follow the instructions for setting up DarwinPorts or Fink. + Once you have one installed, you'll want to use it to install the + <TT CLASS="filename" >gd2</TT > package. </P ><P ->It will prompt you for a number of dependencies, type 'y' and hit +>Fink will prompt you for a number of dependencies, type 'y' and hit enter to install all of the dependencies and then watch it work. You will then be able to use <A HREF="glossary.html#gloss-cpan" @@ -588,12 +619,13 @@ CLASS="filename" ></TABLE ></DIV ><P ->Also available via Fink is <TT +>Also available via DarwinPorts and Fink is + <TT CLASS="filename" >expat</TT ->. After using - fink to install the expat package you will be able to install - XML::Parser using CPAN. There is one caveat. Unlike recent versions of +>. After installing the expat package, you + will be able to install XML::Parser using CPAN. If you use fink, there + is one caveat. Unlike recent versions of the GD module, XML::Parser doesn't prompt for the location of the required libraries. When using CPAN, you will need to use the following command sequence: diff --git a/docs/en/html/parameters.html b/docs/en/html/parameters.html new file mode 100644 index 000000000..c43587734 --- /dev/null +++ b/docs/en/html/parameters.html @@ -0,0 +1,1381 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<HTML +><HEAD +><TITLE +>Bugzilla Configuration</TITLE +><META +NAME="GENERATOR" +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK +REL="HOME" +TITLE="The Bugzilla Guide - 3.1.4 + Development + Release" +HREF="index.html"><LINK +REL="UP" +TITLE="Administering Bugzilla" +HREF="administration.html"><LINK +REL="PREVIOUS" +TITLE="Administering Bugzilla" +HREF="administration.html"><LINK +REL="NEXT" +TITLE="User Administration" +HREF="useradmin.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 - 3.1.4 + Development + Release</TH +></TR +><TR +><TD +WIDTH="10%" +ALIGN="left" +VALIGN="bottom" +><A +HREF="administration.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="useradmin.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +></TABLE +><HR +ALIGN="LEFT" +WIDTH="100%"></DIV +><DIV +CLASS="section" +><H1 +CLASS="section" +><A +NAME="parameters" +>3.1. Bugzilla Configuration</A +></H1 +><P +> Bugzilla is configured by changing various parameters, accessed + from the "Parameters" link in the Administration page (the + Administration page can be found by clicking the "Administration" + link in the footer). The parameters are divided into several categories, + accessed via the menu on the left. Following is a description of the + different categories and important parameters within those categories. + </P +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-requiredsettings" +>3.1.1. Required Settings</A +></H2 +><P +> The core required parameters for any Bugzilla installation are set + here. These parameters must be set before a new Bugzilla installation + can be used. Administrators should review this list before + deploying a new Bugzilla installation. + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +>maintainer</DT +><DD +><P +> + Email address of the person + responsible for maintaining this Bugzilla installation. + The address need not be that of a valid Bugzilla account. + </P +></DD +><DT +>urlbase</DT +><DD +><P +> Defines the fully qualified domain name and web + server path to this Bugzilla installation. + </P +><P +> For example, if the Bugzilla query page is + <TT +CLASS="filename" +>http://www.foo.com/bugzilla/query.cgi</TT +>, + the <SPAN +CLASS="QUOTE" +>"urlbase"</SPAN +> should be set + to <TT +CLASS="filename" +>http://www.foo.com/bugzilla/</TT +>. + </P +></DD +><DT +>docs_urlbase</DT +><DD +><P +> Defines path to the Bugzilla documentation. This can be a fully + qualified domain name, or a path relative to "urlbase". + </P +><P +> For example, if the "Bugzilla Configuration" page + of the documentation is + <TT +CLASS="filename" +>http://www.foo.com/bugzilla/docs/html/parameters.html</TT +>, + set the <SPAN +CLASS="QUOTE" +>"docs_urlbase"</SPAN +> + to <TT +CLASS="filename" +>http://www.foo.com/bugzilla/docs/html/</TT +>. + </P +></DD +><DT +>sslbase</DT +><DD +><P +> Defines the fully qualified domain name and web + server path for HTTPS (SSL) connections to this Bugzilla installation. + </P +><P +> For example, if the Bugzilla main page is + <TT +CLASS="filename" +>https://www.foo.com/bugzilla/index.cgi</TT +>, + the <SPAN +CLASS="QUOTE" +>"sslbase"</SPAN +> should be set + to <TT +CLASS="filename" +>https://www.foo.com/bugzilla/</TT +>. + </P +></DD +><DT +>ssl</DT +><DD +><P +> Determines when Bugzilla will force HTTPS (SSL) connections, using + the URL defined in <B +CLASS="command" +>sslbase</B +>. + Options include "always", "never", and "authenticated sessions". + </P +></DD +><DT +>cookiedomain</DT +><DD +><P +> Defines the domain for Bugzilla cookies. This is typically left blank. + If there are multiple hostnames that point to the same webserver, which + require the same cookie, then this parameter can be utilized. For + example, If your website is at + <TT +CLASS="filename" +>https://www.foo.com/</TT +>, setting this to + <TT +CLASS="filename" +>.foo.com/</TT +> will also allow + <TT +CLASS="filename" +>bar.foo.com/</TT +> to access Bugzilla cookies. + </P +></DD +><DT +>cookiepath</DT +><DD +><P +> Defines a path, relative to the web server root, that Bugzilla + cookies will be restricted to. For example, if the + <B +CLASS="command" +>urlbase</B +> is set to + <TT +CLASS="filename" +>http://www.foo.com/bugzilla/</TT +>, the + <B +CLASS="command" +>cookiepath</B +> should be set to + <TT +CLASS="filename" +>/bugzilla/</TT +>. Setting it to "/" will allow all sites + served by this web server or virtual host to read Bugzilla cookies. + </P +></DD +><DT +>timezone</DT +><DD +><P +> Timezone of server. The timezone is displayed with timestamps. If + this parameter is left blank, the timezone is not displayed. + </P +></DD +><DT +>utf8</DT +><DD +><P +> Determines whether to use UTF-8 (Unicode) encoding for all text in + Bugzilla. New installations should set this to true to avoid character + encoding problems. Existing databases should set this to true only + after the data has been converted from existing legacy character + encoding to UTF-8, using the + <TT +CLASS="filename" +>contrib/recode.pl</TT +> script. + </P +><DIV +CLASS="note" +><P +></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 +> If you turn this parameter from "off" to "on", you must re-run + <TT +CLASS="filename" +>checksetup.pl</TT +> immediately afterward. + </P +></TD +></TR +></TABLE +></DIV +></DD +><DT +>shutdownhtml</DT +><DD +><P +> If there is any text in this field, this Bugzilla installation will + be completely disabled and this text will appear instead of all + Bugzilla pages for all users, including Admins. Used in the event + of site maintenance or outage situations. + </P +><DIV +CLASS="note" +><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 +> Although regular log-in capability is disabled while + <B +CLASS="command" +>shutdownhtml</B +> + is enabled, safeguards are in place to protect the unfortunate + admin who loses connection to Bugzilla. Should this happen to you, + go directly to the <TT +CLASS="filename" +>editparams.cgi</TT +> (by typing + the URL in manually, if necessary). Doing this will prompt you to + log in, and your name/password will be accepted here (but nowhere + else). + </P +></TD +></TR +></TABLE +></DIV +></DD +><DT +>announcehtml</DT +><DD +><P +> Any text in this field will be displayed at the top of every HTML + page in this Bugzilla installation. The text is not wrapped in any + tags. For best results, wrap the text in a <SPAN +CLASS="QUOTE" +>"<div>"</SPAN +> + tag. Any style attributes from the CSS can be applied. For example, + to make the text green inside of a red box, add <SPAN +CLASS="QUOTE" +>"id=message"</SPAN +> + to the <SPAN +CLASS="QUOTE" +>"<div>"</SPAN +> tag. + </P +></DD +><DT +>proxy_url</DT +><DD +><P +> If this Bugzilla installation is behind a proxy, enter the proxy + information here to enable Bugzilla to access the Internet. Bugzilla + requires Internet access to utilize the + <B +CLASS="command" +>upgrade_notification</B +> parameter (below). If the + proxy requires authentication, use the syntax: + <TT +CLASS="filename" +>http://user:pass@proxy_url/</TT +>. + </P +></DD +><DT +>upgrade_notification</DT +><DD +><P +> Enable or disable a notification on the homepage of this Bugzilla + installation when a newer version of Bugzilla is available. This + notification is only visible to administrators. Choose "disabled", + to turn off the notification. Otherwise, choose which version of + Bugzilla you want to be notified about: "development_snapshot" is the + latest release on the trunk; "latest_stable_release" is the most + recent release available on the most recent stable branch; + "stable_branch_release" the most recent release on the branch + this installation is based on. + </P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-admin-policies" +>3.1.2. Administrative Policies</A +></H2 +><P +> This page contains parameters for basic administrative functions. + Options include whether to allow the deletion of bugs and users, whether + to allow users to change their email address, and whether to allow + user watching (one user receiving all notifications of a selected + other user). + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +>supportwatchers</DT +><DD +><P +> Turning on this option allows users to ask to receive copies + of bug mail sent to another user. Watching a user with + different group permissions is not a way to 'get around' the + system; copied emails are still subject to the normal groupset + permissions of a bug, and <SPAN +CLASS="QUOTE" +>"watchers"</SPAN +> will only be + copied on emails from bugs they would normally be allowed to view. + </P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-user-authentication" +>3.1.3. User Authentication</A +></H2 +><P +> This page contains the settings that control how this Bugzilla + installation will do its authentication. Choose what authentication + mechanism to use (the Bugzilla database, or an external source such + as LDAP), and set basic behavioral parameters. For example, choose + whether to require users to login to browse bugs, the management + of authentication cookies, and the regular expression used to + validate email addresses. Some parameters are highlighted below. + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +>emailregexp</DT +><DD +><P +> Defines the regular expression used to validate email addresses + used for login names. The default attempts to match fully + qualified email addresses (i.e. 'user@example.com'). Some + Bugzilla installations allow only local user names (i.e 'user' + instead of 'user@example.com'). In that case, the + <B +CLASS="command" +>emailsuffix</B +> parameter should be used to define + the email domain. + </P +></DD +><DT +>emailsuffix</DT +><DD +><P +> This string is appended to login names when actually sending + email to a user. For example, + If <B +CLASS="command" +>emailregexp</B +> has been set to allow + local usernames, + then this parameter would contain the email domain for all users + (i.e. '@example.com'). + </P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-attachments" +>3.1.4. Attachments</A +></H2 +><P +> This page allows for setting restrictions and other parameters + regarding attachments to bugs. For example, control size limitations + and whether to allow pointing to external files via a URI. + </P +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-bug-change-policies" +>3.1.5. Bug Change Policies</A +></H2 +><P +> Set policy on default behavior for bug change events. For example, + choose which status to set a bug to when it is marked as a duplicate, + and choose whether to allow bug reporters to set the priority or + target milestone. Also allows for configuration of what changes + should require the user to make a comment, described below. + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +>commenton*</DT +><DD +><P +> All these fields allow you to dictate what changes can pass + without comment, and which must have a comment from the + person who changed them. Often, administrators will allow + users to add themselves to the CC list, accept bugs, or + change the Status Whiteboard without adding a comment as to + their reasons for the change, yet require that most other + changes come with an explanation. + </P +><P +> Set the "commenton" options according to your site policy. It + is a wise idea to require comments when users resolve, reassign, or + reopen bugs at the very least. + </P +><DIV +CLASS="note" +><P +></P +><TABLE +CLASS="note" +WIDTH="100%" +BORDER="0" +><TR +><TD +WIDTH="25" +ALIGN="CENTER" +VALIGN="TOP" +><IMG +SRC="../images/note.gif" +HSPACE="5" +ALT="Note"></TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +><P +> It is generally far better to require a developer comment + when resolving bugs than not. Few things are more annoying to bug + database users than having a developer mark a bug "fixed" without + any comment as to what the fix was (or even that it was truly + fixed!) + </P +></TD +></TR +></TABLE +></DIV +></DD +><DT +>noresolveonopenblockers</DT +><DD +><P +> This option will prevent users from resolving bugs as FIXED if + they have unresolved dependencies. Only the FIXED resolution + is affected. Users will be still able to resolve bugs to + resolutions other than FIXED if they have unresolved dependent + bugs. + </P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-bugfields" +>3.1.6. Bug Fields</A +></H2 +><P +> The parameters in this section determine the default settings of + several Bugzilla fields for new bugs, and also control whether + certain fields are used. For example, choose whether to use the + "target milestone" field or the "status whiteboard" field. + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +>useqacontact</DT +><DD +><P +> This allows you to define an email address for each component, + in addition to that of the default assignee, who will be sent + carbon copies of incoming bugs. + </P +></DD +><DT +>usestatuswhiteboard</DT +><DD +><P +> This defines whether you wish to have a free-form, overwritable field + associated with each bug. The advantage of the Status Whiteboard is + that it can be deleted or modified with ease, and provides an + easily-searchable field for indexing some bugs that have some trait + in common. + </P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-bugmoving" +>3.1.7. Bug Moving</A +></H2 +><P +> This page controls whether this Bugzilla installation allows certain + users to move bugs to an external database. If bug moving is enabled, + there are a number of parameters that control bug moving behaviors. + For example, choose which users are allowed to move bugs, the location + of the external database, and the default product and component that + bugs moved <EM +>from</EM +> other bug databases to this + Bugzilla installation are assigned to. + </P +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-dependency-graphs" +>3.1.8. Dependency Graphs</A +></H2 +><P +> This page has one parameter that sets the location of a Web Dot + server, or of the Web Dot binary on the local system, that is used + to generate dependency graphs. Web Dot is a CGI program that creates + images from <TT +CLASS="filename" +>.dot</TT +> graphic description files. If + no Web Dot server or binary is specified, then dependency graphs will + be disabled. + </P +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-group-security" +>3.1.9. Group Security</A +></H2 +><P +> Bugzilla allows for the creation of different groups, with the + ability to restrict the visibility of bugs in a group to a set of + specific users. Specific products can also be associated with + groups, and users restricted to only see products in their groups. + Several parameters are described in more detail below. Most of the + configuration of groups and their relationship to products is done + on the "Groups" and "Product" pages of the "Administration" area. + The options on this page control global default behavior. + For more information on Groups and Group Security, see + <A +HREF="groups.html" +>Section 3.15</A +> + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +>makeproductgroups</DT +><DD +><P +> Determines whether or not to automatically create groups + when new products are created. If this is on, the groups will be + used for querying bugs. + </P +></DD +><DT +>useentrygroupdefault</DT +><DD +><P +> Bugzilla products can have a group associated with them, so that + certain users can only see bugs in certain products. When this + parameter is set to <SPAN +CLASS="QUOTE" +>"on"</SPAN +>, this + causes the initial group controls on newly created products + to place all newly-created bugs in the group + having the same name as the product immediately. + After a product is initially created, the group controls + can be further adjusted without interference by + this mechanism. + </P +></DD +><DT +>usevisibilitygroups</DT +><DD +><P +> If selected, user visibility will be restricted to members of + groups, as selected in the group configuration settings. + Each user-defined group can be allowed to see members of selected + other groups. + For details on configuring groups (including the visibility + restrictions) see <A +HREF="groups.html#edit-groups" +>Section 3.15.2</A +>. + </P +></DD +><DT +>querysharegroup</DT +><DD +><P +> The name of the group of users who are allowed to share saved + searches with one another. For more information on using + saved searches, see <A +HREF="userpreferences.html#savedsearches" +>Saved Searches</A +>. + </P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="bzldap" +>3.1.10. LDAP Authentication</A +></H2 +><P +>LDAP authentication is a module for Bugzilla's plugin + authentication architecture. This page contains all the parameters + necessary to configure Bugzilla for use with LDAP authentication. + </P +><P +> The existing authentication + scheme for Bugzilla uses email addresses as the primary user ID, and a + password to authenticate that user. All places within Bugzilla that + require a user ID (e.g assigning a bug) use the email + address. The LDAP authentication builds on top of this scheme, rather + than replacing it. The initial log-in is done with a username and + password for the LDAP directory. Bugzilla tries to bind to LDAP using + those credentials and, if successful, tries to map this account to a + Bugzilla account. If an LDAP mail attribute is defined, the value of this + attribute is used, otherwise the "emailsuffix" parameter is appended to LDAP + username to form a full email address. If an account for this address + already exists in the Bugzilla installation, it will log in to that account. + If no account for that email address exists, one is created at the time + of login. (In this case, Bugzilla will attempt to use the "displayName" + or "cn" attribute to determine the user's full name.) After + authentication, all other user-related tasks are still handled by email + address, not LDAP username. For example, bugs are still assigned by + email address and users are still queried by email address. + </P +><DIV +CLASS="caution" +><P +></P +><TABLE +CLASS="caution" +WIDTH="100%" +BORDER="0" +><TR +><TD +WIDTH="25" +ALIGN="CENTER" +VALIGN="TOP" +><IMG +SRC="../images/caution.gif" +HSPACE="5" +ALT="Caution"></TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +><P +>Because the Bugzilla account is not created until the first time + a user logs in, a user who has not yet logged is unknown to Bugzilla. + This means they cannot be used as an assignee or QA contact (default or + otherwise), added to any CC list, or any other such operation. One + possible workaround is the <TT +CLASS="filename" +>bugzilla_ldapsync.rb</TT +> + script in the + <A +HREF="glossary.html#gloss-contrib" +><I +CLASS="glossterm" +> <TT +CLASS="filename" +>contrib</TT +></I +></A +> + directory. Another possible solution is fixing + <A +HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=201069" +TARGET="_top" +>bug + 201069</A +>. + </P +></TD +></TR +></TABLE +></DIV +><P +>Parameters required to use LDAP Authentication:</P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +><A +NAME="param-user_verify_class_for_ldap" +></A +>user_verify_class</DT +><DD +><P +>If you want to list <SPAN +CLASS="QUOTE" +>"LDAP"</SPAN +> here, + make sure to have set up the other parameters listed below. + Unless you have other (working) authentication methods listed as + well, you may otherwise not be able to log back in to Bugzilla once + you log out. + If this happens to you, you will need to manually edit + <TT +CLASS="filename" +>data/params</TT +> and set user_verify_class to + <SPAN +CLASS="QUOTE" +>"DB"</SPAN +>. + </P +></DD +><DT +><A +NAME="param-LDAPserver" +></A +>LDAPserver</DT +><DD +><P +>This parameter should be set to the name (and optionally the + port) of your LDAP server. If no port is specified, it assumes + the default LDAP port of 389. + </P +><P +>Ex. <SPAN +CLASS="QUOTE" +>"ldap.company.com"</SPAN +> + or <SPAN +CLASS="QUOTE" +>"ldap.company.com:3268"</SPAN +> + </P +><P +>You can also specify a LDAP URI, so as to use other + protocols, such as LDAPS or LDAPI. If port was not specified in + the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS' + schemes respectively. + </P +><P +>Ex. <SPAN +CLASS="QUOTE" +>"ldap://ldap.company.com"</SPAN +>, + <SPAN +CLASS="QUOTE" +>"ldaps://ldap.company.com"</SPAN +> or + <SPAN +CLASS="QUOTE" +>"ldapi://%2fvar%2flib%2fldap_sock"</SPAN +> + </P +></DD +><DT +><A +NAME="param-LDAPbinddn" +></A +>LDAPbinddn [Optional]</DT +><DD +><P +>Some LDAP servers will not allow an anonymous bind to search + the directory. If this is the case with your configuration you + should set the LDAPbinddn parameter to the user account Bugzilla + should use instead of the anonymous bind. + </P +><P +>Ex. <SPAN +CLASS="QUOTE" +>"cn=default,cn=user:password"</SPAN +></P +></DD +><DT +><A +NAME="param-LDAPBaseDN" +></A +>LDAPBaseDN</DT +><DD +><P +>The LDAPBaseDN parameter should be set to the location in + your LDAP tree that you would like to search for email addresses. + Your uids should be unique under the DN specified here. + </P +><P +>Ex. <SPAN +CLASS="QUOTE" +>"ou=People,o=Company"</SPAN +></P +></DD +><DT +><A +NAME="param-LDAPuidattribute" +></A +>LDAPuidattribute</DT +><DD +><P +>The LDAPuidattribute parameter should be set to the attribute + which contains the unique UID of your users. The value retrieved + from this attribute will be used when attempting to bind as the + user to confirm their password. + </P +><P +>Ex. <SPAN +CLASS="QUOTE" +>"uid"</SPAN +></P +></DD +><DT +><A +NAME="param-LDAPmailattribute" +></A +>LDAPmailattribute</DT +><DD +><P +>The LDAPmailattribute parameter should be the name of the + attribute which contains the email address your users will enter + into the Bugzilla login boxes. + </P +><P +>Ex. <SPAN +CLASS="QUOTE" +>"mail"</SPAN +></P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="bzradius" +>3.1.11. RADIUS Authentication</A +></H2 +><P +> RADIUS authentication is a module for Bugzilla's plugin + authentication architecture. This page contains all the parameters + necessary for configuring Bugzilla to use RADIUS authentication. + </P +><DIV +CLASS="note" +><P +></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 +> Most caveats that apply to LDAP authentication apply to RADIUS + authentication as well. See <A +HREF="parameters.html#bzldap" +>Section 3.1.10</A +> for details. + </P +></TD +></TR +></TABLE +></DIV +><P +>Parameters required to use RADIUS Authentication:</P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +><A +NAME="param-user_verify_class_for_radius" +></A +>user_verify_class</DT +><DD +><P +>If you want to list <SPAN +CLASS="QUOTE" +>"RADIUS"</SPAN +> here, + make sure to have set up the other parameters listed below. + Unless you have other (working) authentication methods listed as + well, you may otherwise not be able to log back in to Bugzilla once + you log out. + If this happens to you, you will need to manually edit + <TT +CLASS="filename" +>data/params</TT +> and set user_verify_class to + <SPAN +CLASS="QUOTE" +>"DB"</SPAN +>. + </P +></DD +><DT +><A +NAME="param-RADIUS_server" +></A +>RADIUS_server</DT +><DD +><P +>This parameter should be set to the name (and optionally the + port) of your RADIUS server. + </P +></DD +><DT +><A +NAME="param-RADIUS_secret" +></A +>RADIUS_secret</DT +><DD +><P +>This parameter should be set to the RADIUS server's secret. + </P +></DD +><DT +><A +NAME="param-RADIUS_email_suffix" +></A +>RADIUS_email_suffix</DT +><DD +><P +>Bugzilla needs an e-mail address for each user account. + Therefore, it needs to determine the e-mail address corresponding + to a RADIUS user. + Bugzilla offers only a simple way to do this: it can concatenate + a suffix to the RADIUS user name to convert it into an e-mail + address. + You can specify this suffix in the RADIUS_email_suffix parameter. + </P +><P +>If this simple solution does not work for you, you'll + probably need to modify + <TT +CLASS="filename" +>Bugzilla/Auth/Verify/RADIUS.pm</TT +> to match your + requirements. + </P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-email" +>3.1.12. Email</A +></H2 +><P +> This page contains all of the parameters for configuring how + Bugzilla deals with the email notifications it sends. See below + for a summary of important options. + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +>mail_delivery_method</DT +><DD +><P +> This is used to specify how email is sent, or if it is sent at + all. There are several options included for different MTAs, + along with two additional options that disable email sending. + "Test" does not send mail, but instead saves it in + <TT +CLASS="filename" +>data/mailer.testfile</TT +> for later review. + "None" disables email sending entirely. + </P +></DD +><DT +>mailfrom</DT +><DD +><P +> This is the email address that will appear in the "From" field + of all emails sent by this Bugzilla installation. Some email + servers require mail to be from a valid email address, therefore + it is recommended to choose a valid email address here. + </P +></DD +><DT +>sendmailnow</DT +><DD +><P +> When Bugzilla is using Sendmail older than 8.12, turning this option + off will improve performance by not waiting for Sendmail to actually + send mail. If Sendmail 8.12 or later is being used, there is + nothing to gain by turning this off. If another MTA is being used, + such as Postfix, then this option *must* be turned on (even if you + are using the fake sendmail executable that Postfix provides). + </P +></DD +><DT +>whinedays</DT +><DD +><P +> Set this to the number of days you want to let bugs go + in the NEW or REOPENED state before notifying people they have + untouched new bugs. If you do not plan to use this feature, simply + do not set up the whining cron job described in the installation + instructions, or set this value to "0" (never whine). + </P +></DD +><DT +>globalwatcher</DT +><DD +><P +> This allows you to define specific users who will + receive notification each time a new bug in entered, or when + an existing bug changes, according to the normal groupset + permissions. It may be useful for sending notifications to a + mailing-list, for instance. + </P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-patchviewer" +>3.1.13. Patch Viewer</A +></H2 +><P +> This page contains configuration parameters for the CVS server, + Bonsai server and LXR server that Bugzilla will use to enable the + features of the Patch Viewer. Bonsai is a tool that enables queries + to a CVS tree. LXR is a tool that can cross reference and index source + code. + </P +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-querydefaults" +>3.1.14. Query Defaults</A +></H2 +><P +> This page controls the default behavior of Bugzilla in regards to + several aspects of querying bugs. Options include what the default + query options are, what the "My Bugs" page returns, whether users + can freely add bugs to the quip list, and how many duplicate bugs are + needed to add a bug to the "most frequently reported" list. + </P +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="param-shadowdatabase" +>3.1.15. Shadow Database</A +></H2 +><P +> This page controls whether a shadow database is used, and all the + parameters associated with the shadow database. Versions of Bugzilla + prior to 3.2 used the MyISAM table type, which supports + only table-level write locking. With MyISAM, any time someone is making a change to + a bug, the entire table is locked until the write operation is complete. + Locking for write also blocks reads until the write is complete. + </P +><P +> The <SPAN +CLASS="QUOTE" +>"shadowdb"</SPAN +> parameter was designed to get around + this limitation. While only a single user is allowed to write to + a table at a time, reads can continue unimpeded on a read-only + shadow copy of the database. + </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 +> As of version 3.2, Bugzilla no longer uses the MyISAM table type. + Instead, InnoDB is used, which can do transaction-based locking. + Therefore, the limitations the Shadow Database feature was designed + to workaround no longer exist. + </P +></TD +></TR +></TABLE +></DIV +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="admin-usermatching" +>3.1.16. User Matching</A +></H2 +><P +> The settings on this page control how users are selected and queried + when adding a user to a bug. For example, users need to be selected + when choosing who the bug is assigned to, adding to the CC list or + selecting a QA contact. With the "usemenuforusers" parameter, it is + possible to configure Bugzilla to + display a list of users in the fields instead of an empty text field. + This should only be used in Bugzilla installations with a small number + of users. If users are selected via a text box, this page also + contains parameters for how user names can be queried and matched + when entered. + </P +></DIV +></DIV +><DIV +CLASS="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="administration.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="useradmin.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +><TR +><TD +WIDTH="33%" +ALIGN="left" +VALIGN="top" +>Administering Bugzilla</TD +><TD +WIDTH="34%" +ALIGN="center" +VALIGN="top" +><A +HREF="administration.html" +ACCESSKEY="U" +>Up</A +></TD +><TD +WIDTH="33%" +ALIGN="right" +VALIGN="top" +>User Administration</TD +></TR +></TABLE +></DIV +></BODY +></HTML +> \ No newline at end of file diff --git a/docs/html/paranoid-security.html b/docs/en/html/paranoid-security.html similarity index 92% rename from docs/html/paranoid-security.html rename to docs/en/html/paranoid-security.html index 8f80dbf8c..0af1cfbd3 100644 --- a/docs/html/paranoid-security.html +++ b/docs/en/html/paranoid-security.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >cannot chdir(/var/spool/mqueue)</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/patches.html b/docs/en/html/patches.html similarity index 91% rename from docs/html/patches.html rename to docs/en/html/patches.html index f8aaf9342..67c826555 100644 --- a/docs/html/patches.html +++ b/docs/en/html/patches.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Contrib</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/en/html/products.html b/docs/en/html/products.html new file mode 100644 index 000000000..1499316fa --- /dev/null +++ b/docs/en/html/products.html @@ -0,0 +1,827 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<HTML +><HEAD +><TITLE +>Products</TITLE +><META +NAME="GENERATOR" +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK +REL="HOME" +TITLE="The Bugzilla Guide - 3.1.4 + Development + Release" +HREF="index.html"><LINK +REL="UP" +TITLE="Administering Bugzilla" +HREF="administration.html"><LINK +REL="PREVIOUS" +TITLE="Classifications" +HREF="classifications.html"><LINK +REL="NEXT" +TITLE="Components" +HREF="components.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 - 3.1.4 + Development + Release</TH +></TR +><TR +><TD +WIDTH="10%" +ALIGN="left" +VALIGN="bottom" +><A +HREF="classifications.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="components.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +></TABLE +><HR +ALIGN="LEFT" +WIDTH="100%"></DIV +><DIV +CLASS="section" +><H1 +CLASS="section" +><A +NAME="products" +>3.4. Products</A +></H1 +><P +> <A +HREF="glossary.html#gloss-product" +><I +CLASS="glossterm" +> Products</I +></A +> typically represent real-world + shipping products. Products can be given + <A +HREF="classifications.html" +>Classifications</A +>. + For example, if a company makes computer games, + they could have a classification of "Games", and a separate + product for each game. This company might also have a + <SPAN +CLASS="QUOTE" +>"Common"</SPAN +> product for units of technology used + in multiple games, and perhaps a few special products that + represent items that are not actually shipping products + (for example, "Website", or "Administration"). + </P +><P +> Many of Bugzilla's settings are configurable on a per-product + basis. The number of <SPAN +CLASS="QUOTE" +>"votes"</SPAN +> available to + users is set per-product, as is the number of votes + required to move a bug automatically from the UNCONFIRMED + status to the NEW status. + </P +><P +> When creating or editing products the following options are + available: + </P +><P +></P +><DIV +CLASS="variablelist" +><DL +><DT +>Product</DT +><DD +><P +> + The name of the product + </P +></DD +><DT +>Description</DT +><DD +><P +> + A brief description of the product + </P +></DD +><DT +>URL describing milestones for this product</DT +><DD +><P +> + If there is reference URL, provide it here + </P +></DD +><DT +>Default milestone</DT +><DD +><P +> + Select the default milestone for this product. + </P +></DD +><DT +>Closed for bug entry</DT +><DD +><P +> + Select this box to prevent new bugs from being + entered against this product. + </P +></DD +><DT +>Maximum votes per person</DT +><DD +><P +> + Maximum votes a user is allowed to give for this + product + </P +></DD +><DT +>Maximum votes a person can put on a single bug</DT +><DD +><P +> + Maximum votes a user is allowed to give for this + product in a single bug + </P +></DD +><DT +>Confirmation threshold</DT +><DD +><P +> + Number of votes needed to automatically remove any + bug against this product from the UNCONFIRMED state + </P +></DD +><DT +>Version</DT +><DD +><P +> + Specify which version of the product bugs will be + entered against. + </P +></DD +><DT +>Create chart datasets for this product</DT +><DD +><P +> + Select to make chart datasets available for this product. + </P +></DD +></DL +></DIV +><P +> When editing a product there is also a link to edit Group Access Controls, + see <A +HREF="products.html#product-group-controls" +>Section 3.4.4</A +>. + </P +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="create-product" +>3.4.1. Creating New Products</A +></H2 +><P +> To create a new product: + </P +><P +></P +><OL +TYPE="1" +><LI +><P +> + Select <SPAN +CLASS="QUOTE" +>"Administration"</SPAN +> from the footer and then + choose <SPAN +CLASS="QUOTE" +>"Products"</SPAN +> from the main administration page. + </P +></LI +><LI +><P +> Select the <SPAN +CLASS="QUOTE" +>"Add"</SPAN +> link in the bottom right. + </P +></LI +><LI +><P +> Enter the name of the product and a description. The + Description field may contain HTML. + </P +></LI +><LI +><P +> When the product is created, Bugzilla will give a message + stating that a component must be created before any bugs can + be entered against the new product. Follow the link to create + a new component. See <A +HREF="components.html" +>Components</A +> for more + information. + </P +></LI +></OL +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="edit-products" +>3.4.2. Editing Products</A +></H2 +><P +> To edit an existing product, click the "Products" link from the + "Administration" page. If the 'useclassification' parameter is + turned on, a table of existing classifications is displayed, + including an "Unclassified" category. The table indicates how many products + are in each classification. Click on the classification name to see its + products. If the 'useclassification' parameter is not in use, the table + lists all products directly. The product table summarizes the information + about the product defined + when the product was created. Click on the product name to edit these + properties, and to access links to other product attributes such as the + product's components, versions, milestones, and group access controls. + </P +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="comps-vers-miles-products" +>3.4.3. Adding or Editing Components, Versions and Target Milestones</A +></H2 +><P +> To edit existing, or add new, Components, Versions or Target Milestones + to a Product, select the "Edit Components", "Edit Versions" or "Edit + Milestones" links from the "Edit Product" page. A table of existing + Components, Versions or Milestones is displayed. Click on a item name + to edit the properties of that item. Below the table is a link to add + a new Component, Version or Milestone. + </P +><P +> For more information on components, see <A +HREF="components.html" +>Components</A +>. + </P +><P +> For more information on versions, see <A +HREF="versions.html" +>Section 3.6</A +>. + </P +><P +> For more information on milestones, see <A +HREF="milestones.html" +>Section 3.7</A +>. + </P +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="product-group-controls" +>3.4.4. Assigning Group Controls to Products</A +></H2 +><P +> + On the <SPAN +CLASS="QUOTE" +>"Edit Product"</SPAN +> page, there is a link called + <SPAN +CLASS="QUOTE" +>"Edit Group Access Controls"</SPAN +>. The settings on this page + control the relationship of the groups to the product being edited. + </P +><P +> Group Access Controls are an important aspect of using groups for + isolating products and restricting access to bugs filed against those + products. For more information on groups, including how to create, edit + add users to, and alter permission of, see <A +HREF="groups.html" +>Section 3.15</A +>. + </P +><P +> After selecting the "Edit Group Access Controls" link from the "Edit + Product" page, a table containing all user-defined groups for this + Bugzilla installation is displayed. The system groups that are created + when Bugzilla is installed are not applicable to Group Access Controls. + Below is description of what each of these fields means. + </P +><P +> Groups may be applicable (e.g bugs in this product can be associated + with this group) , default (e.g. bugs in this product are in this group + by default), and mandatory (e.g. bugs in this product must be associated + with this group) for each product. Groups can also control access + to bugs for a given product, or be used to make bugs for a product + totally read-only unless the group restrictions are met. The best way to + understand these relationships is by example. See + <A +HREF="products.html#group-control-examples" +>Section 3.4.4.1</A +> for examples of + product and group relationships. + </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 +> Products and Groups are not limited to a one-to-one relationship. + Multiple groups can be associated with the same product, and groups + can be associated with more than one product. + </P +></TD +></TR +></TABLE +></DIV +><P +> If any group has <EM +>Entry</EM +> selected, then the + product will restrict bug entry to only those users + who are members of <EM +>all</EM +> the groups with + <EM +>Entry</EM +> selected. + </P +><P +> If any group has <EM +>Canedit</EM +> selected, + then the product will be read-only for any users + who are not members of <EM +>all</EM +> of the groups with + <EM +>Canedit</EM +> selected. <EM +>Only</EM +> users who + are members of all the <EM +>Canedit</EM +> groups + will be able to edit bugs for this product. This is an additional + restriction that enables finer-grained control over products rather + than just all-or-nothing access levels. + </P +><P +> The following settings let you + choose privileges on a <EM +>per-product basis</EM +>. + This is a convenient way to give privileges to + some users for some products only, without having + to give them global privileges which would affect + all products. + </P +><P +> Any group having <EM +>editcomponents</EM +> + selected allows users who are in this group to edit all + aspects of this product, including components, milestones + and versions. + </P +><P +> Any group having <EM +>canconfirm</EM +> selected + allows users who are in this group to confirm bugs + in this product. + </P +><P +> Any group having <EM +>editbugs</EM +> selected allows + users who are in this group to edit all fields of + bugs in this product. + </P +><P +> The <EM +>MemberControl</EM +> and + <EM +>OtherControl</EM +> are used in tandem to determine which + bugs will be placed in this group. The only allowable combinations of + these two parameters are listed in a table on the "Edit Group Access Controls" + page. Consult this table for details on how these fields can be used. + Examples of different uses are described below. + </P +><DIV +CLASS="section" +><H3 +CLASS="section" +><A +NAME="group-control-examples" +>3.4.4.1. Common Applications of Group Controls</A +></H3 +><P +> The use of groups is best explained by providing examples that illustrate + configurations for common use cases. The examples follow a common syntax: + <EM +>Group: Entry, MemberControl, OtherControl, CanEdit, + EditComponents, CanConfirm, EditBugs</EM +>. Where "Group" is the name + of the group being edited for this product. The other fields all + correspond to the table on the "Edit Group Access Controls" page. If any + of these options are not listed, it means they are not checked. + </P +><P +> Basic Product/Group Restriction + </P +><P +> Suppose there is a product called "Bar". The + "Bar" product can only have bugs entered against it by users in the + group "Foo". Additionally, bugs filed against product "Bar" must stay + restricted to users to "Foo" at all times. Furthermore, only members + of group "Foo" can edit bugs filed against product "Bar", even if other + users could see the bug. This arrangement would achieved by the + following: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> Product Bar: +foo: ENTRY, MANDATORY/MANDATORY, CANEDIT + </PRE +></FONT +></TD +></TR +></TABLE +><P +> Perhaps such strict restrictions are not needed for product "Bar". A + more lenient way to configure product "Bar" and group "Foo" would be: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> Product Bar: +foo: ENTRY, SHOWN/SHOWN, EDITCOMPONENTS, CANCONFIRM, EDITBUGS + </PRE +></FONT +></TD +></TR +></TABLE +><P +> The above indicates that for product "Bar", members of group "Foo" can + enter bugs. Any one with permission to edit a bug against product "Bar" + can put the bug + in group "Foo", even if they themselves are not in "Foo". Anyone in group + "Foo" can edit all aspects of the components of product "Bar", can confirm + bugs against product "Bar", and can edit all fields of any bug against + product "Bar". + </P +><P +> General User Access With Security Group + </P +><P +> To permit any user to file bugs against "Product A", + and to permit any user to submit those bugs into a + group called "Security": + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> +Product A: +security: SHOWN/SHOWN + </PRE +></FONT +></TD +></TR +></TABLE +><P +> General User Access With A Security Product + </P +><P +> To permit any user to file bugs against product called "Security" + while keeping those bugs from becoming visible to anyone + outside the group "SecurityWorkers" (unless a member of the + "SecurityWorkers" group removes that restriction): + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> +Product Security: +securityworkers: DEFAULT/MANDATORY + </PRE +></FONT +></TD +></TR +></TABLE +><P +> Product Isolation With a Common Group + </P +><P +> To permit users of "Product A" to access the bugs for + "Product A", users of "Product B" to access the bugs for + "Product B", and support staff, who are members of the "Support + Group" to access both, three groups are needed: + </P +><P +></P +><OL +TYPE="1" +><LI +><P +>Support Group: Contains members of the support staff.</P +></LI +><LI +><P +>AccessA Group: Contains users of product A and the Support group.</P +></LI +><LI +><P +>AccessB Group: Contains users of product B and the Support group.</P +></LI +></OL +><P +> Once these three groups are defined, the product group controls + can be set to: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> Product A: +AccessA: ENTRY, MANDATORY/MANDATORY +Product B: +AccessB: ENTRY, MANDATORY/MANDATORY + </PRE +></FONT +></TD +></TR +></TABLE +><P +> Perhaps the "Support Group" wants more control. For example, + the "Support Group" could be permitted to make bugs inaccessible to + users of both groups "AccessA" and "AccessB". + Then, the "Support Group" could be permitted to publish + bugs relevant to all users in a third product (let's call it + "Product Common") that is read-only + to anyone outside the "Support Group". In this way the "Support Group" + could control bugs that should be seen by both groups. + That configuration would be: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> Product A: +AccessA: ENTRY, MANDATORY/MANDATORY +Support: SHOWN/NA +Product B: +AccessB: ENTRY, MANDATORY/MANDATORY +Support: SHOWN/NA +Product Common: +Support: ENTRY, DEFAULT/MANDATORY, CANEDIT + </PRE +></FONT +></TD +></TR +></TABLE +><P +> Make a Product Read Only + </P +><P +> Sometimes a product is retired and should no longer have + new bugs filed against it (for example, an older version of a software + product that is no longer supported). A product can be made read-only + by creating a group called "readonly" and adding products to the + group as needed: + </P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><FONT +COLOR="#000000" +><PRE +CLASS="programlisting" +> Product A: +ReadOnly: ENTRY, NA/NA, CANEDIT + </PRE +></FONT +></TD +></TR +></TABLE +><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 +> For more information on Groups outside of how they relate to products + see <A +HREF="groups.html" +>Section 3.15</A +>. + </P +></TD +></TR +></TABLE +></DIV +></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="classifications.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="components.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +><TR +><TD +WIDTH="33%" +ALIGN="left" +VALIGN="top" +>Classifications</TD +><TD +WIDTH="34%" +ALIGN="center" +VALIGN="top" +><A +HREF="administration.html" +ACCESSKEY="U" +>Up</A +></TD +><TD +WIDTH="33%" +ALIGN="right" +VALIGN="top" +>Components</TD +></TR +></TABLE +></DIV +></BODY +></HTML +> \ No newline at end of file diff --git a/docs/html/query.html b/docs/en/html/query.html similarity index 91% rename from docs/html/query.html rename to docs/en/html/query.html index 315c5f236..31154a5cd 100644 --- a/docs/html/query.html +++ b/docs/en/html/query.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Searching for Bugs</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -176,17 +176,26 @@ NAME="pronouns" >5.5.1.1. Pronoun Substitution</A ></H3 ><P -> 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 +> Sometimes, a query needs to compare a user-related field + (such as ReportedBy) with a role-specific user (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 refers 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 +><P +> Boolean charts also let you type a group name in any user-related + field if the operator is either "equals", "notequals" or "anyexact". + This will let you query for any member belonging (or not) to the + specified group. The group name must be entered following the + "%group.foo%" syntax, where "foo" is the group name. + So if you are looking for bugs reported by any user being in the + "editbugs" group, then you can type "%group.editbugs%". + </P ></DIV ><DIV CLASS="section" @@ -200,7 +209,7 @@ NAME="negation" > At first glance, negation seems redundant. Rather than searching for <A -NAME="AEN2302" +NAME="AEN2492" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -211,7 +220,7 @@ CLASS="BLOCKQUOTE" > one could search for <A -NAME="AEN2304" +NAME="AEN2494" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -222,7 +231,7 @@ CLASS="BLOCKQUOTE" > However, the search <A -NAME="AEN2306" +NAME="AEN2496" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -234,7 +243,7 @@ CLASS="BLOCKQUOTE" would find every bug where anyone on the CC list did not contain "@mozilla.org" while <A -NAME="AEN2308" +NAME="AEN2498" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -248,7 +257,7 @@ CLASS="BLOCKQUOTE" complex expressions to be built using terms OR'd together and then negated. Negation permits queries such as <A -NAME="AEN2310" +NAME="AEN2500" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -261,7 +270,7 @@ CLASS="BLOCKQUOTE" to find bugs that are neither in the update product or in the documentation component or <A -NAME="AEN2312" +NAME="AEN2502" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -289,7 +298,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="AEN2317" +NAME="AEN2507" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -304,7 +313,7 @@ CLASS="BLOCKQUOTE" containing "foo@" and someone else containing "@mozilla.org", then you would need two boolean charts. <A -NAME="AEN2319" +NAME="AEN2509" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -331,15 +340,15 @@ NAME="quicksearch" ><P > Quicksearch is a single-text-box query tool which uses metacharacters to indicate what is to be searched. For example, typing - "<VAR + "<TT CLASS="literal" ->foo|bar</VAR +>foo|bar</TT >" into Quicksearch would search for "foo" or "bar" in the summary and status whiteboard of a bug; adding - "<VAR + "<TT CLASS="literal" ->:BazProduct</VAR +>:BazProduct</TT >" would search only in that product. You can use it to find a bug by its number or its alias, too. diff --git a/docs/html/quips.html b/docs/en/html/quips.html similarity index 93% rename from docs/html/quips.html rename to docs/en/html/quips.html index d534c0d49..85f546a00 100644 --- a/docs/html/quips.html +++ b/docs/en/html/quips.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Quips</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -78,7 +78,7 @@ CLASS="section" CLASS="section" ><A NAME="quips" ->3.13. Quips</A +>3.14. Quips</A ></H1 ><P > Quips are small text messages that can be configured to appear diff --git a/docs/html/reporting.html b/docs/en/html/reporting.html similarity index 97% rename from docs/html/reporting.html rename to docs/en/html/reporting.html index 968a1bcaf..9c097c8cb 100644 --- a/docs/html/reporting.html +++ b/docs/en/html/reporting.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Reports and Charts</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -195,7 +195,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="AEN2652" +NAME="AEN2842" >5.11.2.1. Creating Charts</A ></H3 ><P diff --git a/docs/html/sanitycheck.html b/docs/en/html/sanitycheck.html similarity index 92% rename from docs/html/sanitycheck.html rename to docs/en/html/sanitycheck.html index 29d27ecef..0d7956cb6 100644 --- a/docs/html/sanitycheck.html +++ b/docs/en/html/sanitycheck.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Checking and Maintaining Database Integrity</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -78,7 +78,7 @@ CLASS="section" CLASS="section" ><A NAME="sanitycheck" ->3.15. Checking and Maintaining Database Integrity</A +>3.16. Checking and Maintaining Database Integrity</A ></H1 ><P > Over time it is possible for the Bugzilla database to become corrupt diff --git a/docs/html/security-bugzilla.html b/docs/en/html/security-bugzilla.html similarity index 92% rename from docs/html/security-bugzilla.html rename to docs/en/html/security-bugzilla.html index bf7878f24..b7126b3df 100644 --- a/docs/html/security-bugzilla.html +++ b/docs/en/html/security-bugzilla.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Bugzilla</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/security-mysql.html b/docs/en/html/security-mysql.html similarity index 94% rename from docs/html/security-mysql.html rename to docs/en/html/security-mysql.html index 0ee40c584..c8d93aa61 100644 --- a/docs/html/security-mysql.html +++ b/docs/en/html/security-mysql.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >MySQL</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -156,9 +156,11 @@ CLASS="prompt" <SAMP CLASS="prompt" >mysql></SAMP -> UPDATE user SET password = password('<VAR +> UPDATE user SET password = password('<TT CLASS="replaceable" ->new_password</VAR +><I +>new_password</I +></TT >') WHERE user = 'root'; <SAMP CLASS="prompt" @@ -207,9 +209,11 @@ ALT="(1)"></A <SAMP CLASS="prompt" >Enter Password:</SAMP -> <VAR +> <TT CLASS="replaceable" ->new_password</VAR +><I +>new_password</I +></TT > <SAMP CLASS="prompt" diff --git a/docs/html/security-os.html b/docs/en/html/security-os.html similarity index 94% rename from docs/html/security-os.html rename to docs/en/html/security-os.html index dfbebb2a6..730304b9a 100644 --- a/docs/html/security-os.html +++ b/docs/en/html/security-os.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Operating System</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -184,9 +184,9 @@ ALT="Note"></TD ALIGN="LEFT" VALIGN="TOP" ><P ->You will need to set the <VAR +>You will need to set the <CODE CLASS="option" ->webservergroup</VAR +>webservergroup</CODE > option in <TT CLASS="filename" diff --git a/docs/html/security-webserver.html b/docs/en/html/security-webserver.html similarity index 96% rename from docs/html/security-webserver.html rename to docs/en/html/security-webserver.html index fce93bb5a..929870527 100644 --- a/docs/html/security-webserver.html +++ b/docs/en/html/security-webserver.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Web server</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/security.html b/docs/en/html/security.html similarity index 93% rename from docs/html/security.html rename to docs/en/html/security.html index 6547b52ff..dda29ccd2 100644 --- a/docs/html/security.html +++ b/docs/en/html/security.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Bugzilla Security</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -36,7 +36,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/timetracking.html b/docs/en/html/timetracking.html similarity index 92% rename from docs/html/timetracking.html rename to docs/en/html/timetracking.html index dbfcc83fb..db1b5dda2 100644 --- a/docs/html/timetracking.html +++ b/docs/en/html/timetracking.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Time Tracking Information</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/trbl-dbdsponge.html b/docs/en/html/trbl-dbdsponge.html similarity index 93% rename from docs/html/trbl-dbdsponge.html rename to docs/en/html/trbl-dbdsponge.html index 9021f9542..af6e79d4d 100644 --- a/docs/html/trbl-dbdsponge.html +++ b/docs/en/html/trbl-dbdsponge.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >DBD::Sponge::db prepare failed</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -40,7 +40,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/trbl-index.html b/docs/en/html/trbl-index.html similarity index 92% rename from docs/html/trbl-index.html rename to docs/en/html/trbl-index.html index b59fe663e..dca023e9e 100644 --- a/docs/html/trbl-index.html +++ b/docs/en/html/trbl-index.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >index.cgi doesn't show up unless specified in the URL</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -42,7 +42,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/trbl-passwd-encryption.html b/docs/en/html/trbl-passwd-encryption.html similarity index 92% rename from docs/html/trbl-passwd-encryption.html rename to docs/en/html/trbl-passwd-encryption.html index cb89f95ba..8aa90a3c6 100644 --- a/docs/html/trbl-passwd-encryption.html +++ b/docs/en/html/trbl-passwd-encryption.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE @@ -7,9 +7,9 @@ </TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -41,7 +41,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/trbl-perlmodule.html b/docs/en/html/trbl-perlmodule.html similarity index 92% rename from docs/html/trbl-perlmodule.html rename to docs/en/html/trbl-perlmodule.html index 3cb756225..02e8f01ee 100644 --- a/docs/html/trbl-perlmodule.html +++ b/docs/en/html/trbl-perlmodule.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE @@ -6,9 +6,9 @@ checksetup.pl claims it's not installed!</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -40,7 +40,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/trbl-relogin-everyone.html b/docs/en/html/trbl-relogin-everyone.html similarity index 95% rename from docs/html/trbl-relogin-everyone.html rename to docs/en/html/trbl-relogin-everyone.html index 228f12b70..14925a015 100644 --- a/docs/html/trbl-relogin-everyone.html +++ b/docs/en/html/trbl-relogin-everyone.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Everybody is constantly being forced to relogin</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -122,7 +122,7 @@ NAME="trbl-relogin-everyone-share" >Example A-1. Examples of urlbase/cookiepath pairs for sharing login cookies</B ></P ><A -NAME="AEN3048" +NAME="AEN3237" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -163,7 +163,7 @@ NAME="trbl-relogin-everyone-restrict" >Example A-2. Examples of urlbase/cookiepath pairs to restrict the login cookie</B ></P ><A -NAME="AEN3055" +NAME="AEN3244" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" diff --git a/docs/html/trbl-relogin-some.html b/docs/en/html/trbl-relogin-some.html similarity index 93% rename from docs/html/trbl-relogin-some.html rename to docs/en/html/trbl-relogin-some.html index 239a9ef6a..c8041a4da 100644 --- a/docs/html/trbl-relogin-some.html +++ b/docs/en/html/trbl-relogin-some.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Some users are constantly being forced to relogin</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/trbl-testserver.html b/docs/en/html/trbl-testserver.html similarity index 92% rename from docs/html/trbl-testserver.html rename to docs/en/html/trbl-testserver.html index fe178cfcb..2518b94cb 100644 --- a/docs/html/trbl-testserver.html +++ b/docs/en/html/trbl-testserver.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >The Apache web server is not serving Bugzilla pages</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -40,7 +40,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/troubleshooting.html b/docs/en/html/troubleshooting.html similarity index 92% rename from docs/html/troubleshooting.html rename to docs/en/html/troubleshooting.html index fe0a37d9d..bd64abcf3 100644 --- a/docs/html/troubleshooting.html +++ b/docs/en/html/troubleshooting.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Troubleshooting</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -36,7 +36,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/upgrading.html b/docs/en/html/upgrading.html similarity index 95% rename from docs/html/upgrading.html rename to docs/en/html/upgrading.html index 88923233b..a5a53bf30 100644 --- a/docs/html/upgrading.html +++ b/docs/en/html/upgrading.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Upgrading to New Releases</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -78,7 +78,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrading" ->3.16. Upgrading to New Releases</A +>3.17. Upgrading to New Releases</A ></H1 ><P > Upgrading Bugzilla is something we all want to do from time to time, @@ -105,7 +105,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrading-version-defns" ->3.16.1. Version Definitions</A +>3.17.1. Version Definitions</A ></H2 ><P > Bugzilla displays the version you are using at the top of the home @@ -182,14 +182,14 @@ CLASS="section" CLASS="section" ><A NAME="upgrading-notifications" ->3.16.2. Upgrading - Notifications</A +>3.17.2. Upgrading - Notifications</A ></H2 ><P > Bugzilla 3.0 introduces the ability to automatically notify administrators when new releases are available, based on the - <VAR + <TT CLASS="literal" ->upgrade_notification</VAR +>upgrade_notification</TT > parameter, see <A HREF="parameters.html" @@ -205,14 +205,14 @@ CLASS="filename" CLASS="QUOTE" >"disabled"</SPAN >. If you are behind a proxy, you may have to set - the <VAR + the <TT CLASS="literal" ->proxy_url</VAR +>proxy_url</TT > parameter accordingly. If the proxy requires authentication, use the - <VAR + <TT CLASS="literal" ->http://user:pass@proxy_url/</VAR +>http://user:pass@proxy_url/</TT > syntax. </P ></DIV @@ -222,7 +222,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrading-methods" ->3.16.3. Upgrading - Methods and Procedure</A +>3.17.3. Upgrading - Methods and Procedure</A ></H2 ><P > There are three different ways to upgrade your installation. @@ -235,7 +235,7 @@ TYPE="1" ><P > Using CVS (<A HREF="upgrading.html#upgrade-cvs" ->Section 3.16.3.1</A +>Section 3.17.3.1</A >) </P ></LI @@ -243,7 +243,7 @@ HREF="upgrading.html#upgrade-cvs" ><P > Downloading a new tarball (<A HREF="upgrading.html#upgrade-tarball" ->Section 3.16.3.2</A +>Section 3.17.3.2</A >) </P ></LI @@ -251,7 +251,7 @@ HREF="upgrading.html#upgrade-tarball" ><P > Applying the relevant patches (<A HREF="upgrading.html#upgrade-patches" ->Section 3.16.3.3</A +>Section 3.17.3.3</A >) </P ></LI @@ -327,7 +327,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrade-cvs" ->3.16.3.1. Upgrading using CVS</A +>3.17.3.1. Upgrading using CVS</A ></H3 ><P > Every release of Bugzilla, whether it is a point release or a bugfix, @@ -452,7 +452,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrade-tarball" ->3.16.3.2. Upgrading using the tarball</A +>3.17.3.2. Upgrading using the tarball</A ></H3 ><P > If you are unable (or unwilling) to use CVS, another option that's @@ -583,7 +583,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrade-patches" ->3.16.3.3. Upgrading using patches</A +>3.17.3.3. Upgrading using patches</A ></H3 ><P > If you are doing a bugfix upgrade -- that is, one where only the @@ -679,7 +679,7 @@ CLASS="filename" This could make it more difficult to upgrade using CVS (<A HREF="upgrading.html#upgrade-cvs" ->Section 3.16.3.1</A +>Section 3.17.3.1</A >) in the future. </P ></TD @@ -694,7 +694,7 @@ CLASS="section" CLASS="section" ><A NAME="upgrading-completion" ->3.16.4. Completing Your Upgrade</A +>3.17.4. Completing Your Upgrade</A ></H2 ><P > Regardless of which upgrade method you choose, you will need to diff --git a/docs/html/useradmin.html b/docs/en/html/useradmin.html similarity index 98% rename from docs/html/useradmin.html rename to docs/en/html/useradmin.html index 0ad4ae5aa..ada324c7b 100644 --- a/docs/html/useradmin.html +++ b/docs/en/html/useradmin.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >User Administration</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/userpreferences.html b/docs/en/html/userpreferences.html similarity index 98% rename from docs/html/userpreferences.html rename to docs/en/html/userpreferences.html index a72e5790e..a1f04551d 100644 --- a/docs/html/userpreferences.html +++ b/docs/en/html/userpreferences.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >User Preferences</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/using-intro.html b/docs/en/html/using-intro.html similarity index 91% rename from docs/html/using-intro.html rename to docs/en/html/using-intro.html index e96fb381a..cb003a298 100644 --- a/docs/html/using-intro.html +++ b/docs/en/html/using-intro.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Introduction</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/using.html b/docs/en/html/using.html similarity index 93% rename from docs/html/using.html rename to docs/en/html/using.html index a9f97db27..dfbdf0837 100644 --- a/docs/html/using.html +++ b/docs/en/html/using.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Using Bugzilla</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -36,7 +36,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -170,7 +170,7 @@ HREF="hintsandtips.html" ><DL ><DT >5.8.1. <A -HREF="hintsandtips.html#AEN2455" +HREF="hintsandtips.html#AEN2645" >Autolinkification</A ></DT ><DT @@ -277,7 +277,7 @@ HREF="whining.html#whining-query" ></DT ><DT >5.13.4. <A -HREF="whining.html#AEN2712" +HREF="whining.html#AEN2902" >Saving Your Changes</A ></DT ></DL diff --git a/docs/html/versions.html b/docs/en/html/versions.html similarity index 91% rename from docs/html/versions.html rename to docs/en/html/versions.html index 3b27b38c6..13fd0d41b 100644 --- a/docs/html/versions.html +++ b/docs/en/html/versions.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Versions</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR diff --git a/docs/html/voting.html b/docs/en/html/voting.html similarity index 88% rename from docs/html/voting.html rename to docs/en/html/voting.html index bb174e529..961a58502 100644 --- a/docs/html/voting.html +++ b/docs/en/html/voting.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Voting</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -15,8 +15,8 @@ REL="UP" TITLE="Administering Bugzilla" HREF="administration.html"><LINK REL="PREVIOUS" -TITLE="Legal Values" -HREF="edit-values.html"><LINK +TITLE="Bug Status Workflow" +HREF="bug_status_workflow.html"><LINK REL="NEXT" TITLE="Quips" HREF="quips.html"></HEAD @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -49,7 +49,7 @@ WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A -HREF="edit-values.html" +HREF="bug_status_workflow.html" ACCESSKEY="P" >Prev</A ></TD @@ -78,7 +78,7 @@ CLASS="section" CLASS="section" ><A NAME="voting" ->3.12. Voting</A +>3.13. 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="edit-values.html" +HREF="bug_status_workflow.html" ACCESSKEY="P" >Prev</A ></TD @@ -178,7 +178,7 @@ ACCESSKEY="N" WIDTH="33%" ALIGN="left" VALIGN="top" ->Legal Values</TD +>Bug Status Workflow</TD ><TD WIDTH="34%" ALIGN="center" diff --git a/docs/html/whining.html b/docs/en/html/whining.html similarity index 97% rename from docs/html/whining.html rename to docs/en/html/whining.html index d4013af92..dace316eb 100644 --- a/docs/html/whining.html +++ b/docs/en/html/whining.html @@ -1,13 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Whining</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 +TITLE="The Bugzilla Guide - 3.1.4 Development Release" HREF="index.html"><LINK @@ -39,7 +39,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide - 3.1.3 +>The Bugzilla Guide - 3.1.4 Development Release</TH ></TR @@ -151,7 +151,7 @@ VALIGN="TOP" intervals. More information on this is available in <A HREF="extraconfig.html#installation-whining" ->Section 2.3.4</A +>Section 2.3.3</A >. </P ></TD @@ -182,7 +182,7 @@ VALIGN="TOP" > This section does not cover the whineatnews.pl script. See <A HREF="extraconfig.html#installation-whining-cron" ->Section 2.3.3</A +>Section 2.3.2</A > for more information on The Whining Cron. </P @@ -425,7 +425,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN2712" +NAME="AEN2902" >5.13.4. Saving Your Changes</A ></H2 ><P diff --git a/docs/en/images/CVS/Entries b/docs/en/images/CVS/Entries new file mode 100644 index 000000000..cf69c9eca --- /dev/null +++ b/docs/en/images/CVS/Entries @@ -0,0 +1,7 @@ +/bzLifecycle.png/1.4/Fri Apr 4 06:48:16 2008/-kb/TBUGZILLA-3_1_4 +/bzLifecycle.xml/1.3/Fri Apr 4 06:48:17 2008//TBUGZILLA-3_1_4 +/caution.gif/1.2/Fri Apr 4 06:48:17 2008/-kb/TBUGZILLA-3_1_4 +/note.gif/1.1/Fri Apr 4 06:48:17 2008/-kb/TBUGZILLA-3_1_4 +/tip.gif/1.2/Fri Apr 4 06:48:17 2008/-kb/TBUGZILLA-3_1_4 +/warning.gif/1.2/Fri Apr 4 06:48:17 2008/-kb/TBUGZILLA-3_1_4 +D/callouts//// diff --git a/docs/en/images/CVS/Repository b/docs/en/images/CVS/Repository new file mode 100644 index 000000000..a6c04d0ff --- /dev/null +++ b/docs/en/images/CVS/Repository @@ -0,0 +1 @@ +mozilla/webtools/bugzilla/docs/en/images diff --git a/docs/images/callouts/CVS/Root b/docs/en/images/CVS/Root similarity index 100% rename from docs/images/callouts/CVS/Root rename to docs/en/images/CVS/Root diff --git a/docs/en/images/CVS/Tag b/docs/en/images/CVS/Tag new file mode 100644 index 000000000..3dd879c04 --- /dev/null +++ b/docs/en/images/CVS/Tag @@ -0,0 +1 @@ +NBUGZILLA-3_1_4 diff --git a/docs/images/bzLifecycle.png b/docs/en/images/bzLifecycle.png similarity index 100% rename from docs/images/bzLifecycle.png rename to docs/en/images/bzLifecycle.png diff --git a/docs/images/bzLifecycle.xml b/docs/en/images/bzLifecycle.xml similarity index 100% rename from docs/images/bzLifecycle.xml rename to docs/en/images/bzLifecycle.xml diff --git a/docs/images/callouts/1.gif b/docs/en/images/callouts/1.gif similarity index 100% rename from docs/images/callouts/1.gif rename to docs/en/images/callouts/1.gif diff --git a/docs/images/callouts/2.gif b/docs/en/images/callouts/2.gif similarity index 100% rename from docs/images/callouts/2.gif rename to docs/en/images/callouts/2.gif diff --git a/docs/images/callouts/3.gif b/docs/en/images/callouts/3.gif similarity index 100% rename from docs/images/callouts/3.gif rename to docs/en/images/callouts/3.gif diff --git a/docs/en/images/callouts/CVS/Entries b/docs/en/images/callouts/CVS/Entries new file mode 100644 index 000000000..019f28edf --- /dev/null +++ b/docs/en/images/callouts/CVS/Entries @@ -0,0 +1,4 @@ +/1.gif/1.1/Fri Apr 4 06:48:17 2008/-kb/TBUGZILLA-3_1_4 +/2.gif/1.1/Fri Apr 4 06:48:17 2008/-kb/TBUGZILLA-3_1_4 +/3.gif/1.1/Fri Apr 4 06:48:17 2008/-kb/TBUGZILLA-3_1_4 +D diff --git a/docs/en/images/callouts/CVS/Repository b/docs/en/images/callouts/CVS/Repository new file mode 100644 index 000000000..66bc4290a --- /dev/null +++ b/docs/en/images/callouts/CVS/Repository @@ -0,0 +1 @@ +mozilla/webtools/bugzilla/docs/en/images/callouts diff --git a/docs/images/CVS/Root b/docs/en/images/callouts/CVS/Root similarity index 100% rename from docs/images/CVS/Root rename to docs/en/images/callouts/CVS/Root diff --git a/docs/en/images/callouts/CVS/Tag b/docs/en/images/callouts/CVS/Tag new file mode 100644 index 000000000..3dd879c04 --- /dev/null +++ b/docs/en/images/callouts/CVS/Tag @@ -0,0 +1 @@ +NBUGZILLA-3_1_4 diff --git a/docs/images/caution.gif b/docs/en/images/caution.gif similarity index 100% rename from docs/images/caution.gif rename to docs/en/images/caution.gif diff --git a/docs/images/note.gif b/docs/en/images/note.gif similarity index 100% rename from docs/images/note.gif rename to docs/en/images/note.gif diff --git a/docs/images/tip.gif b/docs/en/images/tip.gif similarity index 100% rename from docs/images/tip.gif rename to docs/en/images/tip.gif diff --git a/docs/images/warning.gif b/docs/en/images/warning.gif similarity index 100% rename from docs/images/warning.gif rename to docs/en/images/warning.gif diff --git a/docs/en/pdf/Bugzilla-Guide.pdf b/docs/en/pdf/Bugzilla-Guide.pdf new file mode 100644 index 000000000..3e3686d95 --- /dev/null +++ b/docs/en/pdf/Bugzilla-Guide.pdf @@ -0,0 +1,32033 @@ +%PDF-1.4 +1 0 obj +<< /S /GoTo /D (1.0) >> +endobj +4 0 obj +(The Bugzilla Guide 3.1.4 Development Release) +endobj +5 0 obj +<< /S /GoTo /D (2.0) >> +endobj +8 0 obj +(Table of Contents) +endobj +9 0 obj +<< /S /GoTo /D (3.0) >> +endobj +12 0 obj +(List of Figures) +endobj +13 0 obj +<< /S /GoTo /D (4.0) >> +endobj +16 0 obj +(Chapter 1. About This Guide) +endobj +17 0 obj +<< /S /GoTo /D (4.1.1) >> +endobj +20 0 obj +(1.1. Copyright Information) +endobj +21 0 obj +<< /S /GoTo /D (4.2.1) >> +endobj +24 0 obj +(1.2. Disclaimer) +endobj +25 0 obj +<< /S /GoTo /D (4.3.1) >> +endobj +28 0 obj +(1.3. New Versions) +endobj +29 0 obj +<< /S /GoTo /D (4.4.1) >> +endobj +32 0 obj +(1.4. Credits) +endobj +33 0 obj +<< /S /GoTo /D (4.5.1) >> +endobj +36 0 obj +(1.5. Document Conventions) +endobj +37 0 obj +<< /S /GoTo /D (5.0) >> +endobj +40 0 obj +(Chapter 2. Installing Bugzilla) +endobj +41 0 obj +<< /S /GoTo /D (5.6.1) >> +endobj +44 0 obj +(2.1. Installation) +endobj +45 0 obj +<< /S /GoTo /D (5.6.1.2) >> +endobj +48 0 obj +(2.1.1. Perl) +endobj +49 0 obj +<< /S /GoTo /D (5.6.2.2) >> +endobj +52 0 obj +(2.1.2. Database Engine) +endobj +53 0 obj +<< /S /GoTo /D (5.6.2.1.3) >> +endobj +56 0 obj +(2.1.2.1. MySQL) +endobj +57 0 obj +<< /S /GoTo /D (5.6.2.2.3) >> +endobj +60 0 obj +(2.1.2.2. PostgreSQL) +endobj +61 0 obj +<< /S /GoTo /D (5.6.3.2) >> +endobj +64 0 obj +(2.1.3. Web Server) +endobj +65 0 obj +<< /S /GoTo /D (5.6.4.2) >> +endobj +68 0 obj +(2.1.4. Bugzilla) +endobj +69 0 obj +<< /S /GoTo /D (5.6.5.2) >> +endobj +72 0 obj +(2.1.5. Perl Modules) +endobj +73 0 obj +<< /S /GoTo /D (5.6.5.3.3) >> +endobj +76 0 obj +(2.1.5.1. DBD::mysql) +endobj +77 0 obj +<< /S /GoTo /D (5.6.5.4.3) >> +endobj +80 0 obj +(2.1.5.2. Template Toolkit \(2.15\)) +endobj +81 0 obj +<< /S /GoTo /D (5.6.5.5.3) >> +endobj +84 0 obj +(2.1.5.3. GD \(1.20\)) +endobj +85 0 obj +<< /S /GoTo /D (5.6.5.6.3) >> +endobj +88 0 obj +(2.1.5.4. Chart::Base \(1.0\)) +endobj +89 0 obj +<< /S /GoTo /D (5.6.5.7.3) >> +endobj +92 0 obj +(2.1.5.5. GD::Graph \(any\)) +endobj +93 0 obj +<< /S /GoTo /D (5.6.5.8.3) >> +endobj +96 0 obj +(2.1.5.6. GD::Text \(any\)) +endobj +97 0 obj +<< /S /GoTo /D (5.6.5.9.3) >> +endobj +100 0 obj +(2.1.5.7. XML::Twig \(any\)) +endobj +101 0 obj +<< /S /GoTo /D (5.6.5.10.3) >> +endobj +104 0 obj +(2.1.5.8. SOAP::Lite \(any\)) +endobj +105 0 obj +<< /S /GoTo /D (5.6.5.11.3) >> +endobj +108 0 obj +(2.1.5.9. PatchReader \(0.9.4\)) +endobj +109 0 obj +<< /S /GoTo /D (5.6.6.2) >> +endobj +112 0 obj +(2.1.6. Mail Transfer Agent \(MTA\)) +endobj +113 0 obj +<< /S /GoTo /D (5.6.7.2) >> +endobj +116 0 obj +(2.1.7. Installing Bugzilla on modperl) +endobj +117 0 obj +<< /S /GoTo /D (5.7.1) >> +endobj +120 0 obj +(2.2. Configuration) +endobj +121 0 obj +<< /S /GoTo /D (5.7.8.2) >> +endobj +124 0 obj +(2.2.1. localconfig) +endobj +125 0 obj +<< /S /GoTo /D (5.7.9.2) >> +endobj +128 0 obj +(2.2.2. Database Server) +endobj +129 0 obj +<< /S /GoTo /D (5.7.9.12.3) >> +endobj +132 0 obj +(2.2.2.1. Bugzilla Database Schema) +endobj +133 0 obj +<< /S /GoTo /D (5.7.9.13.3) >> +endobj +136 0 obj +(2.2.2.2. MySQL) +endobj +137 0 obj +<< /S /GoTo /D (5.7.9.13.1.4) >> +endobj +140 0 obj +(2.2.2.2.1. Allow large attachments) +endobj +141 0 obj +<< /S /GoTo /D (5.7.9.13.2.4) >> +endobj +144 0 obj +(2.2.2.2.2. Allow small words in fulltext indexes) +endobj +145 0 obj +<< /S /GoTo /D (5.7.9.13.3.4) >> +endobj +148 0 obj +(2.2.2.2.3. Add a user to MySQL) +endobj +149 0 obj +<< /S /GoTo /D (5.7.9.13.4.4) >> +endobj +152 0 obj +(2.2.2.2.4. Permit attachments table to grow beyond 4GB) +endobj +153 0 obj +<< /S /GoTo /D (5.7.9.14.3) >> +endobj +156 0 obj +(2.2.2.3. PostgreSQL) +endobj +157 0 obj +<< /S /GoTo /D (5.7.9.14.5.4) >> +endobj +160 0 obj +(2.2.2.3.1. Add a User to PostgreSQL) +endobj +161 0 obj +<< /S /GoTo /D (5.7.9.14.6.4) >> +endobj +164 0 obj +(2.2.2.3.2. Configure PostgreSQL) +endobj +165 0 obj +<< /S /GoTo /D (5.7.10.2) >> +endobj +168 0 obj +(2.2.3. checksetup.pl) +endobj +169 0 obj +<< /S /GoTo /D (5.7.11.2) >> +endobj +172 0 obj +(2.2.4. Web server) +endobj +173 0 obj +<< /S /GoTo /D (5.7.11.15.3) >> +endobj +176 0 obj +(2.2.4.1. Bugzilla using Apache) +endobj +177 0 obj +<< /S /GoTo /D (5.7.11.15.7.4) >> +endobj +180 0 obj +(2.2.4.1.1. Apache httpd with modcgi) +endobj +181 0 obj +<< /S /GoTo /D (5.7.11.15.8.4) >> +endobj +184 0 obj +(2.2.4.1.2. Apache httpd with modperl) +endobj +185 0 obj +<< /S /GoTo /D (5.7.11.16.3) >> +endobj +188 0 obj +(2.2.4.2. Microsoft Internet Information Services) +endobj +189 0 obj +<< /S /GoTo /D (5.7.12.2) >> +endobj +192 0 obj +(2.2.5. Bugzilla) +endobj +193 0 obj +<< /S /GoTo /D (5.8.1) >> +endobj +196 0 obj +(2.3. Optional Additional Configuration) +endobj +197 0 obj +<< /S /GoTo /D (5.8.13.2) >> +endobj +200 0 obj +(2.3.1. Bug Graphs) +endobj +201 0 obj +<< /S /GoTo /D (5.8.14.2) >> +endobj +204 0 obj +(2.3.2. The Whining Cron) +endobj +205 0 obj +<< /S /GoTo /D (5.8.15.2) >> +endobj +208 0 obj +(2.3.3. Whining) +endobj +209 0 obj +<< /S /GoTo /D (5.8.16.2) >> +endobj +212 0 obj +(2.3.4. Serving Alternate Formats with the right MIME type) +endobj +213 0 obj +<< /S /GoTo /D (5.9.1) >> +endobj +216 0 obj +(2.4. Multiple Bugzilla databases with a single installation) +endobj +217 0 obj +<< /S /GoTo /D (5.10.1) >> +endobj +220 0 obj +(2.5. OSSpecific Installation Notes) +endobj +221 0 obj +<< /S /GoTo /D (5.10.17.2) >> +endobj +224 0 obj +(2.5.1. Microsoft Windows) +endobj +225 0 obj +<< /S /GoTo /D (5.10.17.17.3) >> +endobj +228 0 obj +(2.5.1.1. Win32 Perl) +endobj +229 0 obj +<< /S /GoTo /D (5.10.17.18.3) >> +endobj +232 0 obj +(2.5.1.2. Perl Modules on Win32) +endobj +233 0 obj +<< /S /GoTo /D (5.10.17.19.3) >> +endobj +236 0 obj +(2.5.1.3. Code changes required to run on Win32) +endobj +237 0 obj +<< /S /GoTo /D (5.10.17.20.3) >> +endobj +240 0 obj +(2.5.1.4. Serving the web pages) +endobj +241 0 obj +<< /S /GoTo /D (5.10.17.21.3) >> +endobj +244 0 obj +(2.5.1.5. Sending Email) +endobj +245 0 obj +<< /S /GoTo /D (5.10.18.2) >> +endobj +248 0 obj +(2.5.2. Mac OS X) +endobj +249 0 obj +<< /S /GoTo /D (5.10.18.22.3) >> +endobj +252 0 obj +(2.5.2.1. Sendmail) +endobj +253 0 obj +<< /S /GoTo /D (5.10.18.23.3) >> +endobj +256 0 obj +(2.5.2.2. Libraries \046 Perl Modules on Mac OS X) +endobj +257 0 obj +<< /S /GoTo /D (5.10.19.2) >> +endobj +260 0 obj +(2.5.3. Linux Distributions) +endobj +261 0 obj +<< /S /GoTo /D (5.11.1) >> +endobj +264 0 obj +(2.6. UNIX \(nonroot\) Installation Notes) +endobj +265 0 obj +<< /S /GoTo /D (5.11.20.2) >> +endobj +268 0 obj +(2.6.1. Introduction) +endobj +269 0 obj +<< /S /GoTo /D (5.11.21.2) >> +endobj +272 0 obj +(2.6.2. MySQL) +endobj +273 0 obj +<< /S /GoTo /D (5.11.21.24.3) >> +endobj +276 0 obj +(2.6.2.1. Running MySQL as NonRoot) +endobj +277 0 obj +<< /S /GoTo /D (5.11.21.24.9.4) >> +endobj +280 0 obj +(2.6.2.1.1. The Custom Configuration Method) +endobj +281 0 obj +<< /S /GoTo /D (5.11.21.24.10.4) >> +endobj +284 0 obj +(2.6.2.1.2. The Custom Built Method) +endobj +285 0 obj +<< /S /GoTo /D (5.11.21.24.11.4) >> +endobj +288 0 obj +(2.6.2.1.3. Starting the Server) +endobj +289 0 obj +<< /S /GoTo /D (5.11.22.2) >> +endobj +292 0 obj +(2.6.3. Perl) +endobj +293 0 obj +<< /S /GoTo /D (5.11.23.2) >> +endobj +296 0 obj +(2.6.4. Perl Modules) +endobj +297 0 obj +<< /S /GoTo /D (5.11.24.2) >> +endobj +300 0 obj +(2.6.5. HTTP Server) +endobj +301 0 obj +<< /S /GoTo /D (5.11.24.25.3) >> +endobj +304 0 obj +(2.6.5.1. Running Apache as NonRoot) +endobj +305 0 obj +<< /S /GoTo /D (5.11.25.2) >> +endobj +308 0 obj +(2.6.6. Bugzilla) +endobj +309 0 obj +<< /S /GoTo /D (5.11.25.26.3) >> +endobj +312 0 obj +(2.6.6.1. suexec or shared hosting) +endobj +313 0 obj +<< /S /GoTo /D (6.0) >> +endobj +316 0 obj +(Chapter 3. Administering Bugzilla) +endobj +317 0 obj +<< /S /GoTo /D (6.12.1) >> +endobj +320 0 obj +(3.1. Bugzilla Configuration) +endobj +321 0 obj +<< /S /GoTo /D (6.12.26.2) >> +endobj +324 0 obj +(3.1.1. Required Settings) +endobj +325 0 obj +<< /S /GoTo /D (6.12.27.2) >> +endobj +328 0 obj +(3.1.2. Administrative Policies) +endobj +329 0 obj +<< /S /GoTo /D (6.12.28.2) >> +endobj +332 0 obj +(3.1.3. User Authentication) +endobj +333 0 obj +<< /S /GoTo /D (6.12.29.2) >> +endobj +336 0 obj +(3.1.4. Attachments) +endobj +337 0 obj +<< /S /GoTo /D (6.12.30.2) >> +endobj +340 0 obj +(3.1.5. Bug Change Policies) +endobj +341 0 obj +<< /S /GoTo /D (6.12.31.2) >> +endobj +344 0 obj +(3.1.6. Bug Fields) +endobj +345 0 obj +<< /S /GoTo /D (6.12.32.2) >> +endobj +348 0 obj +(3.1.7. Bug Moving) +endobj +349 0 obj +<< /S /GoTo /D (6.12.33.2) >> +endobj +352 0 obj +(3.1.8. Dependency Graphs) +endobj +353 0 obj +<< /S /GoTo /D (6.12.34.2) >> +endobj +356 0 obj +(3.1.9. Group Security) +endobj +357 0 obj +<< /S /GoTo /D (6.12.35.2) >> +endobj +360 0 obj +(3.1.10. LDAP Authentication) +endobj +361 0 obj +<< /S /GoTo /D (6.12.36.2) >> +endobj +364 0 obj +(3.1.11. RADIUS Authentication) +endobj +365 0 obj +<< /S /GoTo /D (6.12.37.2) >> +endobj +368 0 obj +(3.1.12. Email) +endobj +369 0 obj +<< /S /GoTo /D (6.12.38.2) >> +endobj +372 0 obj +(3.1.13. Patch Viewer) +endobj +373 0 obj +<< /S /GoTo /D (6.12.39.2) >> +endobj +376 0 obj +(3.1.14. Query Defaults) +endobj +377 0 obj +<< /S /GoTo /D (6.12.40.2) >> +endobj +380 0 obj +(3.1.15. Shadow Database) +endobj +381 0 obj +<< /S /GoTo /D (6.12.41.2) >> +endobj +384 0 obj +(3.1.16. User Matching) +endobj +385 0 obj +<< /S /GoTo /D (6.13.1) >> +endobj +388 0 obj +(3.2. User Administration) +endobj +389 0 obj +<< /S /GoTo /D (6.13.42.2) >> +endobj +392 0 obj +(3.2.1. Creating the Default User) +endobj +393 0 obj +<< /S /GoTo /D (6.13.43.2) >> +endobj +396 0 obj +(3.2.2. Managing Other Users) +endobj +397 0 obj +<< /S /GoTo /D (6.13.43.27.3) >> +endobj +400 0 obj +(3.2.2.1. Searching for existing users) +endobj +401 0 obj +<< /S /GoTo /D (6.13.43.28.3) >> +endobj +404 0 obj +(3.2.2.2. Creating new users) +endobj +405 0 obj +<< /S /GoTo /D (6.13.43.28.12.4) >> +endobj +408 0 obj +(3.2.2.2.1. Selfregistration) +endobj +409 0 obj +<< /S /GoTo /D (6.13.43.28.13.4) >> +endobj +412 0 obj +(3.2.2.2.2. Accounts created by an administrator) +endobj +413 0 obj +<< /S /GoTo /D (6.13.43.29.3) >> +endobj +416 0 obj +(3.2.2.3. Modifying Users) +endobj +417 0 obj +<< /S /GoTo /D (6.13.43.30.3) >> +endobj +420 0 obj +(3.2.2.4. Deleting Users) +endobj +421 0 obj +<< /S /GoTo /D (6.13.43.31.3) >> +endobj +424 0 obj +(3.2.2.5. Impersonating Users) +endobj +425 0 obj +<< /S /GoTo /D (6.14.1) >> +endobj +428 0 obj +(3.3. Classifications) +endobj +429 0 obj +<< /S /GoTo /D (6.15.1) >> +endobj +432 0 obj +(3.4. Products) +endobj +433 0 obj +<< /S /GoTo /D (6.15.44.2) >> +endobj +436 0 obj +(3.4.1. Creating New Products) +endobj +437 0 obj +<< /S /GoTo /D (6.15.45.2) >> +endobj +440 0 obj +(3.4.2. Editing Products) +endobj +441 0 obj +<< /S /GoTo /D (6.15.46.2) >> +endobj +444 0 obj +(3.4.3. Adding or Editing Components, Versions and Target Milestones) +endobj +445 0 obj +<< /S /GoTo /D (6.15.47.2) >> +endobj +448 0 obj +(3.4.4. Assigning Group Controls to Products) +endobj +449 0 obj +<< /S /GoTo /D (6.15.47.32.3) >> +endobj +452 0 obj +(3.4.4.1. Common Applications of Group Controls) +endobj +453 0 obj +<< /S /GoTo /D (6.16.1) >> +endobj +456 0 obj +(3.5. Components) +endobj +457 0 obj +<< /S /GoTo /D (6.17.1) >> +endobj +460 0 obj +(3.6. Versions) +endobj +461 0 obj +<< /S /GoTo /D (6.18.1) >> +endobj +464 0 obj +(3.7. Milestones) +endobj +465 0 obj +<< /S /GoTo /D (6.19.1) >> +endobj +468 0 obj +(3.8. Flags) +endobj +469 0 obj +<< /S /GoTo /D (6.19.48.2) >> +endobj +472 0 obj +(3.8.1. A Simple Example) +endobj +473 0 obj +<< /S /GoTo /D (6.19.49.2) >> +endobj +476 0 obj +(3.8.2. About Flags) +endobj +477 0 obj +<< /S /GoTo /D (6.19.49.33.3) >> +endobj +480 0 obj +(3.8.2.1. Values) +endobj +481 0 obj +<< /S /GoTo /D (6.19.50.2) >> +endobj +484 0 obj +(3.8.3. Using flag requests) +endobj +485 0 obj +<< /S /GoTo /D (6.19.51.2) >> +endobj +488 0 obj +(3.8.4. Two Types of Flags) +endobj +489 0 obj +<< /S /GoTo /D (6.19.51.34.3) >> +endobj +492 0 obj +(3.8.4.1. Attachment Flags) +endobj +493 0 obj +<< /S /GoTo /D (6.19.51.35.3) >> +endobj +496 0 obj +(3.8.4.2. Bug Flags) +endobj +497 0 obj +<< /S /GoTo /D (6.19.52.2) >> +endobj +500 0 obj +(3.8.5. Administering Flags) +endobj +501 0 obj +<< /S /GoTo /D (6.19.52.36.3) >> +endobj +504 0 obj +(3.8.5.1. Editing a Flag) +endobj +505 0 obj +<< /S /GoTo /D (6.19.52.37.3) >> +endobj +508 0 obj +(3.8.5.2. Creating a Flag) +endobj +509 0 obj +<< /S /GoTo /D (6.19.52.37.14.4) >> +endobj +512 0 obj +(3.8.5.2.1. Name) +endobj +513 0 obj +<< /S /GoTo /D (6.19.52.37.15.4) >> +endobj +516 0 obj +(3.8.5.2.2. Description) +endobj +517 0 obj +<< /S /GoTo /D (6.19.52.37.16.4) >> +endobj +520 0 obj +(3.8.5.2.3. Category) +endobj +521 0 obj +<< /S /GoTo /D (6.19.52.37.17.4) >> +endobj +524 0 obj +(3.8.5.2.4. Sort Key) +endobj +525 0 obj +<< /S /GoTo /D (6.19.52.37.18.4) >> +endobj +528 0 obj +(3.8.5.2.5. Active) +endobj +529 0 obj +<< /S /GoTo /D (6.19.52.37.19.4) >> +endobj +532 0 obj +(3.8.5.2.6. Requestable) +endobj +533 0 obj +<< /S /GoTo /D (6.19.52.37.20.4) >> +endobj +536 0 obj +(3.8.5.2.7. Specifically Requestable) +endobj +537 0 obj +<< /S /GoTo /D (6.19.52.37.21.4) >> +endobj +540 0 obj +(3.8.5.2.8. Multiplicable) +endobj +541 0 obj +<< /S /GoTo /D (6.19.52.37.22.4) >> +endobj +544 0 obj +(3.8.5.2.9. CC List) +endobj +545 0 obj +<< /S /GoTo /D (6.19.52.37.23.4) >> +endobj +548 0 obj +(3.8.5.2.10. Grant Group) +endobj +549 0 obj +<< /S /GoTo /D (6.19.52.37.24.4) >> +endobj +552 0 obj +(3.8.5.2.11. Request Group) +endobj +553 0 obj +<< /S /GoTo /D (6.19.52.38.3) >> +endobj +556 0 obj +(3.8.5.3. Deleting a Flag) +endobj +557 0 obj +<< /S /GoTo /D (6.20.1) >> +endobj +560 0 obj +(3.9. Keywords) +endobj +561 0 obj +<< /S /GoTo /D (6.21.1) >> +endobj +564 0 obj +(3.10. Custom Fields) +endobj +565 0 obj +<< /S /GoTo /D (6.21.53.2) >> +endobj +568 0 obj +(3.10.1. Adding Custom Fields) +endobj +569 0 obj +<< /S /GoTo /D (6.21.54.2) >> +endobj +572 0 obj +(3.10.2. Editing Custom Fields) +endobj +573 0 obj +<< /S /GoTo /D (6.21.55.2) >> +endobj +576 0 obj +(3.10.3. Deleting Custom Fields) +endobj +577 0 obj +<< /S /GoTo /D (6.22.1) >> +endobj +580 0 obj +(3.11. Legal Values) +endobj +581 0 obj +<< /S /GoTo /D (6.22.56.2) >> +endobj +584 0 obj +(3.11.1. Viewing/Editing legal values) +endobj +585 0 obj +<< /S /GoTo /D (6.22.57.2) >> +endobj +588 0 obj +(3.11.2. Deleting legal values) +endobj +589 0 obj +<< /S /GoTo /D (6.23.1) >> +endobj +592 0 obj +(3.12. Bug Status Workflow) +endobj +593 0 obj +<< /S /GoTo /D (6.24.1) >> +endobj +596 0 obj +(3.13. Voting) +endobj +597 0 obj +<< /S /GoTo /D (6.25.1) >> +endobj +600 0 obj +(3.14. Quips) +endobj +601 0 obj +<< /S /GoTo /D (6.26.1) >> +endobj +604 0 obj +(3.15. Groups and Group Security) +endobj +605 0 obj +<< /S /GoTo /D (6.26.58.2) >> +endobj +608 0 obj +(3.15.1. Creating Groups) +endobj +609 0 obj +<< /S /GoTo /D (6.26.59.2) >> +endobj +612 0 obj +(3.15.2. Editing Groups and Assigning Group Permissions) +endobj +613 0 obj +<< /S /GoTo /D (6.26.60.2) >> +endobj +616 0 obj +(3.15.3. Assigning Users to Groups) +endobj +617 0 obj +<< /S /GoTo /D (6.26.61.2) >> +endobj +620 0 obj +(3.15.4. Assigning Group Controls to Products) +endobj +621 0 obj +<< /S /GoTo /D (6.27.1) >> +endobj +624 0 obj +(3.16. Checking and Maintaining Database Integrity) +endobj +625 0 obj +<< /S /GoTo /D (6.28.1) >> +endobj +628 0 obj +(3.17. Upgrading to New Releases) +endobj +629 0 obj +<< /S /GoTo /D (6.28.62.2) >> +endobj +632 0 obj +(3.17.1. Version Definitions) +endobj +633 0 obj +<< /S /GoTo /D (6.28.63.2) >> +endobj +636 0 obj +(3.17.2. Upgrading Notifications) +endobj +637 0 obj +<< /S /GoTo /D (6.28.64.2) >> +endobj +640 0 obj +(3.17.3. Upgrading Methods and Procedure) +endobj +641 0 obj +<< /S /GoTo /D (6.28.64.39.3) >> +endobj +644 0 obj +(3.17.3.1. Upgrading using CVS) +endobj +645 0 obj +<< /S /GoTo /D (6.28.64.40.3) >> +endobj +648 0 obj +(3.17.3.2. Upgrading using the tarball) +endobj +649 0 obj +<< /S /GoTo /D (6.28.64.41.3) >> +endobj +652 0 obj +(3.17.3.3. Upgrading using patches) +endobj +653 0 obj +<< /S /GoTo /D (6.28.65.2) >> +endobj +656 0 obj +(3.17.4. Completing Your Upgrade) +endobj +657 0 obj +<< /S /GoTo /D (7.0) >> +endobj +660 0 obj +(Chapter 4. Bugzilla Security) +endobj +661 0 obj +<< /S /GoTo /D (7.29.1) >> +endobj +664 0 obj +(4.1. Operating System) +endobj +665 0 obj +<< /S /GoTo /D (7.29.66.2) >> +endobj +668 0 obj +(4.1.1. TCP/IP Ports) +endobj +669 0 obj +<< /S /GoTo /D (7.29.67.2) >> +endobj +672 0 obj +(4.1.2. System User Accounts) +endobj +673 0 obj +<< /S /GoTo /D (7.29.68.2) >> +endobj +676 0 obj +(4.1.3. The chroot Jail) +endobj +677 0 obj +<< /S /GoTo /D (7.30.1) >> +endobj +680 0 obj +(4.2. MySQL) +endobj +681 0 obj +<< /S /GoTo /D (7.30.69.2) >> +endobj +684 0 obj +(4.2.1. The MySQL System Account) +endobj +685 0 obj +<< /S /GoTo /D (7.30.70.2) >> +endobj +688 0 obj +(4.2.2. The MySQL root and anonymous Users) +endobj +689 0 obj +<< /S /GoTo /D (7.30.71.2) >> +endobj +692 0 obj +(4.2.3. Network Access) +endobj +693 0 obj +<< /S /GoTo /D (7.31.1) >> +endobj +696 0 obj +(4.3. Web server) +endobj +697 0 obj +<< /S /GoTo /D (7.31.72.2) >> +endobj +700 0 obj +(4.3.1. Disabling Remote Access to Bugzilla Configuration Files) +endobj +701 0 obj +<< /S /GoTo /D (7.32.1) >> +endobj +704 0 obj +(4.4. Bugzilla) +endobj +705 0 obj +<< /S /GoTo /D (7.32.73.2) >> +endobj +708 0 obj +(4.4.1. Prevent users injecting malicious Javascript) +endobj +709 0 obj +<< /S /GoTo /D (8.0) >> +endobj +712 0 obj +(Chapter 5. Using Bugzilla) +endobj +713 0 obj +<< /S /GoTo /D (8.33.1) >> +endobj +716 0 obj +(5.1. Introduction) +endobj +717 0 obj +<< /S /GoTo /D (8.34.1) >> +endobj +720 0 obj +(5.2. Create a Bugzilla Account) +endobj +721 0 obj +<< /S /GoTo /D (8.35.1) >> +endobj +724 0 obj +(5.3. Anatomy of a Bug) +endobj +725 0 obj +<< /S /GoTo /D (8.36.1) >> +endobj +728 0 obj +(5.4. Life Cycle of a Bug) +endobj +729 0 obj +<< /S /GoTo /D (8.37.1) >> +endobj +732 0 obj +(5.5. Searching for Bugs) +endobj +733 0 obj +<< /S /GoTo /D (8.37.74.2) >> +endobj +736 0 obj +(5.5.1. Boolean Charts) +endobj +737 0 obj +<< /S /GoTo /D (8.37.74.42.3) >> +endobj +740 0 obj +(5.5.1.1. Pronoun Substitution) +endobj +741 0 obj +<< /S /GoTo /D (8.37.74.43.3) >> +endobj +744 0 obj +(5.5.1.2. Negation) +endobj +745 0 obj +<< /S /GoTo /D (8.37.74.44.3) >> +endobj +748 0 obj +(5.5.1.3. Multiple Charts) +endobj +749 0 obj +<< /S /GoTo /D (8.37.75.2) >> +endobj +752 0 obj +(5.5.2. Quicksearch) +endobj +753 0 obj +<< /S /GoTo /D (8.37.76.2) >> +endobj +756 0 obj +(5.5.3. Case Sensitivity in Searches) +endobj +757 0 obj +<< /S /GoTo /D (8.37.77.2) >> +endobj +760 0 obj +(5.5.4. Bug Lists) +endobj +761 0 obj +<< /S /GoTo /D (8.37.78.2) >> +endobj +764 0 obj +(5.5.5. Adding/removing tags to/from bugs) +endobj +765 0 obj +<< /S /GoTo /D (8.38.1) >> +endobj +768 0 obj +(5.6. Filing Bugs) +endobj +769 0 obj +<< /S /GoTo /D (8.38.79.2) >> +endobj +772 0 obj +(5.6.1. Reporting a New Bug) +endobj +773 0 obj +<< /S /GoTo /D (8.38.80.2) >> +endobj +776 0 obj +(5.6.2. Clone an Existing Bug) +endobj +777 0 obj +<< /S /GoTo /D (8.39.1) >> +endobj +780 0 obj +(5.7. Attachments) +endobj +781 0 obj +<< /S /GoTo /D (8.39.81.2) >> +endobj +784 0 obj +(5.7.1. Patch Viewer) +endobj +785 0 obj +<< /S /GoTo /D (8.39.81.45.3) >> +endobj +788 0 obj +(5.7.1.1. Viewing Patches in Patch Viewer) +endobj +789 0 obj +<< /S /GoTo /D (8.39.81.46.3) >> +endobj +792 0 obj +(5.7.1.2. Seeing the Difference Between Two Patches) +endobj +793 0 obj +<< /S /GoTo /D (8.39.81.47.3) >> +endobj +796 0 obj +(5.7.1.3. Getting More Context in a Patch) +endobj +797 0 obj +<< /S /GoTo /D (8.39.81.48.3) >> +endobj +800 0 obj +(5.7.1.4. Collapsing and Expanding Sections of a Patch) +endobj +801 0 obj +<< /S /GoTo /D (8.39.81.49.3) >> +endobj +804 0 obj +(5.7.1.5. Linking to a Section of a Patch) +endobj +805 0 obj +<< /S /GoTo /D (8.39.81.50.3) >> +endobj +808 0 obj +(5.7.1.6. Going to Bonsai and LXR) +endobj +809 0 obj +<< /S /GoTo /D (8.39.81.51.3) >> +endobj +812 0 obj +(5.7.1.7. Creating a Unified Diff) +endobj +813 0 obj +<< /S /GoTo /D (8.40.1) >> +endobj +816 0 obj +(5.8. Hints and Tips) +endobj +817 0 obj +<< /S /GoTo /D (8.40.82.2) >> +endobj +820 0 obj +(5.8.1. Autolinkification) +endobj +821 0 obj +<< /S /GoTo /D (8.40.83.2) >> +endobj +824 0 obj +(5.8.2. Comments) +endobj +825 0 obj +<< /S /GoTo /D (8.40.84.2) >> +endobj +828 0 obj +(5.8.3. ServerSide Comment Wrapping) +endobj +829 0 obj +<< /S /GoTo /D (8.40.85.2) >> +endobj +832 0 obj +(5.8.4. Dependency Tree) +endobj +833 0 obj +<< /S /GoTo /D (8.41.1) >> +endobj +836 0 obj +(5.9. Time Tracking Information) +endobj +837 0 obj +<< /S /GoTo /D (8.42.1) >> +endobj +840 0 obj +(5.10. User Preferences) +endobj +841 0 obj +<< /S /GoTo /D (8.42.86.2) >> +endobj +844 0 obj +(5.10.1. General Preferences) +endobj +845 0 obj +<< /S /GoTo /D (8.42.87.2) >> +endobj +848 0 obj +(5.10.2. Email Preferences) +endobj +849 0 obj +<< /S /GoTo /D (8.42.88.2) >> +endobj +852 0 obj +(5.10.3. Saved Searches) +endobj +853 0 obj +<< /S /GoTo /D (8.42.89.2) >> +endobj +856 0 obj +(5.10.4. Name and Password) +endobj +857 0 obj +<< /S /GoTo /D (8.42.90.2) >> +endobj +860 0 obj +(5.10.5. Permissions) +endobj +861 0 obj +<< /S /GoTo /D (8.43.1) >> +endobj +864 0 obj +(5.11. Reports and Charts) +endobj +865 0 obj +<< /S /GoTo /D (8.43.91.2) >> +endobj +868 0 obj +(5.11.1. Reports) +endobj +869 0 obj +<< /S /GoTo /D (8.43.92.2) >> +endobj +872 0 obj +(5.11.2. Charts) +endobj +873 0 obj +<< /S /GoTo /D (8.43.92.52.3) >> +endobj +876 0 obj +(5.11.2.1. Creating Charts) +endobj +877 0 obj +<< /S /GoTo /D (8.43.92.53.3) >> +endobj +880 0 obj +(5.11.2.2. Creating New Data Sets) +endobj +881 0 obj +<< /S /GoTo /D (8.44.1) >> +endobj +884 0 obj +(5.12. Flags) +endobj +885 0 obj +<< /S /GoTo /D (8.45.1) >> +endobj +888 0 obj +(5.13. Whining) +endobj +889 0 obj +<< /S /GoTo /D (8.45.93.2) >> +endobj +892 0 obj +(5.13.1. The Event) +endobj +893 0 obj +<< /S /GoTo /D (8.45.94.2) >> +endobj +896 0 obj +(5.13.2. Whining Schedule) +endobj +897 0 obj +<< /S /GoTo /D (8.45.95.2) >> +endobj +900 0 obj +(5.13.3. Whining Searches) +endobj +901 0 obj +<< /S /GoTo /D (8.45.96.2) >> +endobj +904 0 obj +(5.13.4. Saving Your Changes) +endobj +905 0 obj +<< /S /GoTo /D (9.0) >> +endobj +908 0 obj +(Chapter 6. Customizing Bugzilla) +endobj +909 0 obj +<< /S /GoTo /D (9.46.1) >> +endobj +912 0 obj +(6.1. Custom Skins) +endobj +913 0 obj +<< /S /GoTo /D (9.47.1) >> +endobj +916 0 obj +(6.2. Template Customization) +endobj +917 0 obj +<< /S /GoTo /D (9.47.97.2) >> +endobj +920 0 obj +(6.2.1. Template Directory Structure) +endobj +921 0 obj +<< /S /GoTo /D (9.47.98.2) >> +endobj +924 0 obj +(6.2.2. Choosing a Customization Method) +endobj +925 0 obj +<< /S /GoTo /D (9.47.99.2) >> +endobj +928 0 obj +(6.2.3. How To Edit Templates) +endobj +929 0 obj +<< /S /GoTo /D (9.47.100.2) >> +endobj +932 0 obj +(6.2.4. Template Formats and Types) +endobj +933 0 obj +<< /S /GoTo /D (9.47.101.2) >> +endobj +936 0 obj +(6.2.5. Particular Templates) +endobj +937 0 obj +<< /S /GoTo /D (9.47.102.2) >> +endobj +940 0 obj +(6.2.6. Configuring Bugzilla to Detect the User's Language) +endobj +941 0 obj +<< /S /GoTo /D (9.48.1) >> +endobj +944 0 obj +(6.3. The Bugzilla Extension Mechanism) +endobj +945 0 obj +<< /S /GoTo /D (9.49.1) >> +endobj +948 0 obj +(6.4. Customizing Who Can Change What) +endobj +949 0 obj +<< /S /GoTo /D (9.50.1) >> +endobj +952 0 obj +(6.5. Integrating Bugzilla with ThirdParty Tools) +endobj +953 0 obj +<< /S /GoTo /D (9.50.103.2) >> +endobj +956 0 obj +(6.5.1. Bonsai) +endobj +957 0 obj +<< /S /GoTo /D (9.50.104.2) >> +endobj +960 0 obj +(6.5.2. CVS) +endobj +961 0 obj +<< /S /GoTo /D (9.50.105.2) >> +endobj +964 0 obj +(6.5.3. Perforce SCM) +endobj +965 0 obj +<< /S /GoTo /D (9.50.106.2) >> +endobj +968 0 obj +(6.5.4. Subversion) +endobj +969 0 obj +<< /S /GoTo /D (9.50.107.2) >> +endobj +972 0 obj +(6.5.5. Tinderbox/Tinderbox2) +endobj +973 0 obj +<< /S /GoTo /D (10.0) >> +endobj +976 0 obj +(Appendix A. Troubleshooting) +endobj +977 0 obj +<< /S /GoTo /D (10.51.1) >> +endobj +980 0 obj +(A.1. General Advice) +endobj +981 0 obj +<< /S /GoTo /D (10.52.1) >> +endobj +984 0 obj +(A.2. The Apache web server is not serving Bugzilla pages) +endobj +985 0 obj +<< /S /GoTo /D (10.53.1) >> +endobj +988 0 obj +(A.3. I installed a Perl module, but checksetup.pl claims it's not installed!) +endobj +989 0 obj +<< /S /GoTo /D (10.54.1) >> +endobj +992 0 obj +(A.4. DBD::Sponge::db prepare failed) +endobj +993 0 obj +<< /S /GoTo /D (10.55.1) >> +endobj +996 0 obj +(A.5. cannot chdir\(/var/spool/mqueue\)) +endobj +997 0 obj +<< /S /GoTo /D (10.56.1) >> +endobj +1000 0 obj +(A.6. Everybody is constantly being forced to relogin) +endobj +1001 0 obj +<< /S /GoTo /D (10.57.1) >> +endobj +1004 0 obj +(A.7. Some users are constantly being forced to relogin) +endobj +1005 0 obj +<< /S /GoTo /D (10.58.1) >> +endobj +1008 0 obj +(A.8. index.cgi doesn't show up unless specified in the URL) +endobj +1009 0 obj +<< /S /GoTo /D (10.59.1) >> +endobj +1012 0 obj +(A.9. checksetup.pl reports "Client does not support authentication protocol requested by server...") +endobj +1013 0 obj +<< /S /GoTo /D (11.0) >> +endobj +1016 0 obj +(Appendix B. Contrib) +endobj +1017 0 obj +<< /S /GoTo /D (11.60.1) >> +endobj +1020 0 obj +(B.1. Commandline Search Interface) +endobj +1021 0 obj +<< /S /GoTo /D (11.61.1) >> +endobj +1024 0 obj +(B.2. Commandline 'Send Unsent Bugmail' tool) +endobj +1025 0 obj +<< /S /GoTo /D (12.0) >> +endobj +1028 0 obj +(Appendix C. Manual Installation of Perl Modules) +endobj +1029 0 obj +<< /S /GoTo /D (12.62.1) >> +endobj +1032 0 obj +(C.1. Instructions) +endobj +1033 0 obj +<< /S /GoTo /D (12.63.1) >> +endobj +1036 0 obj +(C.2. Download Locations) +endobj +1037 0 obj +<< /S /GoTo /D (12.64.1) >> +endobj +1040 0 obj +(C.3. Optional Modules) +endobj +1041 0 obj +<< /S /GoTo /D (13.0) >> +endobj +1044 0 obj +(Appendix D. GNU Free Documentation License) +endobj +1045 0 obj +<< /S /GoTo /D (13.65.1) >> +endobj +1048 0 obj +(0. Preamble) +endobj +1049 0 obj +<< /S /GoTo /D (13.66.1) >> +endobj +1052 0 obj +(1. Applicability and Definition) +endobj +1053 0 obj +<< /S /GoTo /D (13.67.1) >> +endobj +1056 0 obj +(2. Verbatim Copying) +endobj +1057 0 obj +<< /S /GoTo /D (13.68.1) >> +endobj +1060 0 obj +(3. Copying in Quantity) +endobj +1061 0 obj +<< /S /GoTo /D (13.69.1) >> +endobj +1064 0 obj +(4. Modifications) +endobj +1065 0 obj +<< /S /GoTo /D (13.70.1) >> +endobj +1068 0 obj +(5. Combining Documents) +endobj +1069 0 obj +<< /S /GoTo /D (13.71.1) >> +endobj +1072 0 obj +(6. Collections of Documents) +endobj +1073 0 obj +<< /S /GoTo /D (13.72.1) >> +endobj +1076 0 obj +(7. Aggregation with Independent Works) +endobj +1077 0 obj +<< /S /GoTo /D (13.73.1) >> +endobj +1080 0 obj +(8. Translation) +endobj +1081 0 obj +<< /S /GoTo /D (13.74.1) >> +endobj +1084 0 obj +(9. Termination) +endobj +1085 0 obj +<< /S /GoTo /D (13.75.1) >> +endobj +1088 0 obj +(10. Future Revisions of this License) +endobj +1089 0 obj +<< /S /GoTo /D (13.76.1) >> +endobj +1092 0 obj +(How to use this License for your documents) +endobj +1093 0 obj +<< /S /GoTo /D (14.0) >> +endobj +1096 0 obj +(Glossary) +endobj +1097 0 obj +<< /S /GoTo /D (15.0) >> +endobj +1100 0 obj +(09, high ascii) +endobj +1101 0 obj +<< /S /GoTo /D (15.76.108.2) >> +endobj +1104 0 obj +(.htaccess) +endobj +1105 0 obj +<< /S /GoTo /D (16.0) >> +endobj +1108 0 obj +(A) +endobj +1109 0 obj +<< /S /GoTo /D (16.76.109.2) >> +endobj +1112 0 obj +(Apache) +endobj +1113 0 obj +<< /S /GoTo /D (16.76.109.54.3) >> +endobj +1116 0 obj +(Useful Directives when configuring Bugzilla) +endobj +1117 0 obj +<< /S /GoTo /D (17.0) >> +endobj +1120 0 obj +(B) +endobj +1121 0 obj +<< /S /GoTo /D (17.76.110.2) >> +endobj +1124 0 obj +(Bug) +endobj +1125 0 obj +<< /S /GoTo /D (17.76.111.2) >> +endobj +1128 0 obj +(Bug Number) +endobj +1129 0 obj +<< /S /GoTo /D (17.76.112.2) >> +endobj +1132 0 obj +(Bugzilla) +endobj +1133 0 obj +<< /S /GoTo /D (18.0) >> +endobj +1136 0 obj +(C) +endobj +1137 0 obj +<< /S /GoTo /D (18.76.113.2) >> +endobj +1140 0 obj +(Common Gateway Interface) +endobj +1141 0 obj +<< /S /GoTo /D (18.76.114.2) >> +endobj +1144 0 obj +(Component) +endobj +1145 0 obj +<< /S /GoTo /D (18.76.115.2) >> +endobj +1148 0 obj +(Comprehensive Perl Archive Network) +endobj +1149 0 obj +<< /S /GoTo /D (18.76.116.2) >> +endobj +1152 0 obj +(contrib) +endobj +1153 0 obj +<< /S /GoTo /D (19.0) >> +endobj +1156 0 obj +(D) +endobj +1157 0 obj +<< /S /GoTo /D (19.76.117.2) >> +endobj +1160 0 obj +(daemon) +endobj +1161 0 obj +<< /S /GoTo /D (19.76.118.2) >> +endobj +1164 0 obj +(DOS Attack) +endobj +1165 0 obj +<< /S /GoTo /D (20.0) >> +endobj +1168 0 obj +(G) +endobj +1169 0 obj +<< /S /GoTo /D (20.76.119.2) >> +endobj +1172 0 obj +(Groups) +endobj +1173 0 obj +<< /S /GoTo /D (21.0) >> +endobj +1176 0 obj +(J) +endobj +1177 0 obj +<< /S /GoTo /D (21.76.120.2) >> +endobj +1180 0 obj +(JavaScript) +endobj +1181 0 obj +<< /S /GoTo /D (22.0) >> +endobj +1184 0 obj +(M) +endobj +1185 0 obj +<< /S /GoTo /D (22.76.121.2) >> +endobj +1188 0 obj +(Message Transport Agent) +endobj +1189 0 obj +<< /S /GoTo /D (22.76.122.2) >> +endobj +1192 0 obj +(MySQL) +endobj +1193 0 obj +<< /S /GoTo /D (23.0) >> +endobj +1196 0 obj +(P) +endobj +1197 0 obj +<< /S /GoTo /D (23.76.123.2) >> +endobj +1200 0 obj +(Perl Package Manager) +endobj +1201 0 obj +<< /S /GoTo /D (23.76.124.2) >> +endobj +1204 0 obj +(Product) +endobj +1205 0 obj +<< /S /GoTo /D (23.76.125.2) >> +endobj +1208 0 obj +(Perl) +endobj +1209 0 obj +<< /S /GoTo /D (24.0) >> +endobj +1212 0 obj +(Q) +endobj +1213 0 obj +<< /S /GoTo /D (24.76.126.2) >> +endobj +1216 0 obj +(QA) +endobj +1217 0 obj +<< /S /GoTo /D (25.0) >> +endobj +1220 0 obj +(R) +endobj +1221 0 obj +<< /S /GoTo /D (25.76.127.2) >> +endobj +1224 0 obj +(Relational DataBase Management System) +endobj +1225 0 obj +<< /S /GoTo /D (25.76.128.2) >> +endobj +1228 0 obj +(Regular Expression) +endobj +1229 0 obj +<< /S /GoTo /D (26.0) >> +endobj +1232 0 obj +(S) +endobj +1233 0 obj +<< /S /GoTo /D (26.76.129.2) >> +endobj +1236 0 obj +(Service) +endobj +1237 0 obj +<< /S /GoTo /D (26.76.130.2) >> +endobj +1240 0 obj +(SGML ) +endobj +1241 0 obj +<< /S /GoTo /D (27.0) >> +endobj +1244 0 obj +(T) +endobj +1245 0 obj +<< /S /GoTo /D (27.76.131.2) >> +endobj +1248 0 obj +(Target Milestone) +endobj +1249 0 obj +<< /S /GoTo /D (27.76.132.2) >> +endobj +1252 0 obj +(Tool Command Language) +endobj +1253 0 obj +<< /S /GoTo /D (28.0) >> +endobj +1256 0 obj +(Z) +endobj +1257 0 obj +<< /S /GoTo /D (28.76.133.2) >> +endobj +1260 0 obj +(Zarro Boogs Found) +endobj +1261 0 obj +<< /S /GoTo /D [1262 0 R /Fit ] >> +endobj +1264 0 obj << +/Length 217 +/Filter /FlateDecode +>> +stream +xڍP�N1��+<� 1����Z*uD�É�R�*A;���B�ó������C��*8!��26���4�H\ȞB=~a��9��i�����CM�_A�� +j-23��S��JgXc�:�/�a��ks:��� H��u]:���DZ�u�yJ��p5W��?����eRܢ�"�wS���T���Ŀ��.ض�������ח�\�H!���+TUendstream +endobj +1262 0 obj << +/Type /Page +/Contents 1264 0 R +/Resources 1263 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 1271 0 R +>> endobj +1265 0 obj << +/D [1262 0 R /XYZ 71.731 729.2652 null] +>> endobj +1266 0 obj << +/D [1262 0 R /XYZ 71.731 718.3063 null] +>> endobj +1267 0 obj << +/D [1262 0 R /XYZ 71.731 718.3063 null] +>> endobj +2 0 obj << +/D [1262 0 R /XYZ 351.7094 667.9949 null] +>> endobj +1263 0 obj << +/Font << /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1274 0 obj << +/Length 525 +/Filter /FlateDecode +>> +stream +xڍT�n�0��)��HJ���A����B[ہ����AR1��/_r� Cၗ����q��G�EfRA�(������8Pr� ����ބf�J¢�V�>�?HU�b�Ww�H��Y�Q��� �%x���q���=oc�?2�a��Gc +�Ĵ�f�h���J��&lqE &��8w���7�->[!��PX!R��/�q� ZO%� � ʯ���Ce�2<ƀ?)�.�ڵ�l�\���}�*�o��ǹG�1A`�-y�:.�w���b��N���W+c���%���}V|�w���'9*�4W�{E#��n۸v� j��9�p����e�UޞMdSm���C]�K���&�;c�a[Z)�O +���2����jr�vA�ۥ�ʩ�ע��f���FVT�����J�MJ�d~��'�rc���� ����z���'�7�����y:�e���13?�/��^lJ��rFE�֧�iz>�c3N�4��HM�*5d�rx���v�d���U����.%Dendstream +endobj +1273 0 obj << +/Type /Page +/Contents 1274 0 R +/Resources 1272 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 1271 0 R +>> endobj +1275 0 obj << +/D [1273 0 R /XYZ 71.731 729.2652 null] +>> endobj +1272 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1281 0 obj << +/Length 58057 +/Filter /FlateDecode +>> +stream +xڔ�ђd�ae����#��tefUV�,q���1�a؎���I�0��8c���:�>����k3�@�<\���@wuW�Uǯ^��z?��ۿ�>������|������9ގ�^.�����œ��wo�����t��w��������������py��}�����|8�/_���ϯ������o�����?|���N�ׯ��/��w?���w?���7�������F��>���O�t;��C�]�|�j�o.�e�}t��B��f{���ǟ���������/������?��9�]/2���p}y��y�����W���=���\�r<�?^�O/���i�/���p������i�;uG~9��/�V~;�r��ȯ���R?��i�;��|�{����>�q��uG����k���i�;uG��������N�ܩ;���>��~;�r�>�_��szi�8M�#����}��4ʝ�#���˱}��4ʝ�#��?N���aT���x8]O�3�ɽPw������}��4ʝ�#�>���/�Qm���f�^�g~;�n�>�o�N���Z�u�+uG����ô���0���c�����ުo������j�_{Z��4ʝ�\~�^�K�!�8Ljg�χ�ǵ}��4���#������(w��z�ԏ���(~$>מ����K���iR/���^.�����(w�|{/oǏV~;�r��ȷw�z���4ʝ�\~�����>�q��uG���ӹ}��4ʝ�#����}��4ʝ�#����۩��N�ܩ������[���i�/���������N�ܩ;������}��4ʝ�#�#��v�N}.����zu�q��uG�����7(:�r��ȷ�s�h�8�r��ȷ�s~���4ʝ�\~�����>�q��uG�����(f�F�Sw���y9��}�F�Sw����ǹ~��(w�s�����zn�8M�#?^�_��>N�ܩ;����vl��(w�|{;oo�c��F�S�˯��y���}�&�Bݑoo���>�q�Nݑoog{J��v�Nݑoo�x}m��(w�s���v^>��>N�|���χ�����(w���p�xi�8�r��ȯ���X?��i�;�����r���?��i�����v.��V~;�r��ȷ��v>���i�;uG����'�V~;�r�>���s~m�8M�#��N�Q�8�jcWs|k��8�n��ȷW�r����4ʝ�\~z9��?��aR;s�|>����v�Nݑ��߯�V~;�r��ȯ���u9�jc>7��7�V��q��uG���������(w�|{5����è6�y{3��U�N�۩��۫9��g>N�|��ȷWs��_�ژ;��ͼ����it;uG~=?^���4ʝ�\��r�\_۟\�i�/���p|k�8�r�����˥}��4ʝ�#���[�s�8�r�>�_�����>�q��uG�������o�Q����vN�����(w�|{;Ǐ���N�ܩ�����9���}�&�Bݑoo��}��4ʝ�#;�}��&��(w��zx����~;�r�>�__o�����$_�;����rn�8�r��ȷ����>�q�Nݑoo��jb�F�S��?����"T��i�/���vN�����(w�|{;���Rt�Nݑoo��~��(w�S��������jb��Jݑ��뵕�N�ܩ;�����[+��F�Sw������N�ܩ�����\�/|�i�/���v�گ&�i�;uG����S���i�;uG����~��(w�s�i{;���u��uG���c�'":�r��ȷ���~M�N�ܩ;�����~��(w�s���p���&�Bݑ����ˊu�Nݑ�Ηv���(w�|{;����aT��u{5��:G�ɽPw�۫9���F�Sw�۫9��������^��~�Өv�s���^��y�4��|{/� �è6���p�hw9:�n��������q�N}.��N�Oj�äv��tx��_P���v�|{5o�.G�Q����j���è6�s����p�U���^�;��՜�]�N�ܩ;���ۯ&�i�;uG����k��o�Q���������Nst��uG~:\��W�4ʝ�#;��@G�Q�������~5�N�ܩ���۹��&�Bݑoo���4ʝ�#���k���:�r��ȷ�s>�v�N}*{��Ω�jb��Jݑoo��tt�Nݑoo���4ʝ�#?�}\��~;�r�>�_/�v���$_�;������jb�F�Sw�o��K;��i�;uG��������N�ܩ������_M��$_�;������F�Sw���9�_M��(w�|{;�c��o�Q������v�헖�4��|{;/l�}nf�/u>���G7�s�A�q��-WR��s~��n�P�_��S�/���>py�~�9]g����f�N})M������o�����?��9����~��~�ӏϺ���O �9�z�l�8>�3�o�X���C���uR��N�XC'W��Nͱ�ʭXCV;b �Z�p;b �\��;5�:�-���G"�*�5d�B�XC'W��N�XC'W��N�XC'W��N�XC%���,_�k��5�ܩk��5�ܩk��5�ܩk��3�b �\��;b �\��;b �\��;b �|��|�B���+��r�B���+��r�B���+��r�B����XC�/T�5tr�@�T�5tr�@�T�5tr�@�T�5T�k�� +��N�Xȝ +��N�Xȝ +��N�Xȝ +��J>c Y�P!���k��S!���k��S!���k��S!�P�g�!�*�:�b w*�:�b w*�:�b w*��]�!�W*�:�b w*�:�b w*�:�b w*�*��5d�Bͱ��=b �6&�:�b �v*�:�b wj�5Tn��ڙk�Ԋ5�۩k��5�ܩ9�йG��ƄXC�����^�k��5�ܩ9�йG��ƄXC�V��N�XC%���,_�9�йG��ƄXC�V��N�XC'W��N�XC%���,_�k��5�ܩk��5�ܩk��5�ܩk��3�b �\��;b �\��;b �\��;b �|��|�B���+��r�B���+��r�B���+��r�B����XC�/T�5tr�@�T�5tr�@�T�5tr�@�T�5T�k�� +��N�Xȝ +��N�Xȝ +��N�Xȝ +��F~k�� +��N�Xȝ +��N�Xȝ +��N�Xȝ +��J>c Y�P!���k��S!���k��S!���k��S!�P�g�!�*�:�b w*�:�b w*�:�b w*�*��5d�B�XC'W��N�XC'W��Nͱ��=b �6&�*��5d�B�XC'W��N���N}�5�����N�X�� +��J>c Y�Ps��s�X�� ��N�X�� +��N�Xȝ�c �[���v&�:�b �v*�:�b wj�5t�k��1!�P�g�!�*�:�b w*�:�b w*�:�b w*�*��5d�B�XC'W��N�XC'W��N�XC'W��N�XC%���,_�k��5�ܩk��5�ܩk��5�ܩkh�w��(_�k��5�ܩk��5�ܩk��5�ܩk��3�b �\��;b �\��;b �\��;b �|��|�B���+��r�B���+��r�B���+��r�B����XC�/T�5Ķ@k��X�Ca?�.tk��9~�5�?�ϯk���N�X����~���?�����v9�|����~������x���o����ot��sw\��������y�'Z��4���|�^�^[��4ʝ�#���c+��F�Sw����r���4ʝ�\����������$_�;����^��>N�ܩ;���?�����N�ܩ;���>��~;�r�>�_��szi�8M�#����}��4ʝ�#���˱}��4ʝ�#�n?ߟZ��è6�s�������>�q��uG~>����g>N�ܩ;���t��_�ژ;��ͼ����v�N��m������u�+uG~�@u�і�1�-թՖ�S�-��Ֆ�Ss[�r�-��΄�T�V[ +�N��T'W[ +�N�m�N}kK���m�J<�RY�P�-��Ֆ�S�-��Ֆ�S�-��Ֆ�S�-U�g[*�*��:��R w*��:��R w*��:��R w*��*�lKe�B��T'W[ +�N��T'W[ +�N��T'W[ +�N��T%�m�,_�Ж��jK�ܩЖ��jK�ܩЖ��jK�ܩЖ��-���R�\m)�;�R�\m)�;�R�\m)�;�R�|���|�B[���-r�B[���-r�B[���-r�B[��϶T�/ThKur��@�ThKur��@�ThKur��@�ThKU�ٖ�� +m�N��ȝ +m�N��ȝ +m�N��ȝ +m�F~ז�� +m�N��ȝ +m�N��ȝ +m�N��ȝ +m�J>�RY�Ps[�s���� m�N���� +m�N��ȝ��R�[m��v&��:��R�v*��:��R wjnKu�і�1�-U�g[*�*��:��R wjnKu�і�1�-թՖ�S�-U�g[*�jnKu�і�1�-թՖ�S�-��Ֆ�S�-U�g[*�*��:��R w*��:��R w*��:��R w*��*�lKe�B��T'W[ +�N��T'W[ +�N��T'W[ +�N��T%�m�,_�Ж��jK�ܩЖ��jK�ܩЖ��jK�ܩЖ��-���R�\m)�;�R�\m)�;�R�\m)�;�R�|���|�B[���-r�B[���-r�B[���-r�B[��ߵ��|�B[���-r�B[���-r�B[���-r�B[��϶T�/ThKur��@�ThKur��@�ThKur��@�ThKU�ٖ�� +m�N��ȝ +m�N��ȝ +m�N��ȝ +m�J>�RY�P�-��Ֆ�S�-��Ֆ�Ss[�s���� m�J=�RٽP�-��Ֆ�Sc[�S��R ~$B[��-j�B[��϶T�/�ܖ�ܣ-jcB[�S�-n�B[���-r��T�V[*�� m�N���� +m�N��ȝ��R�{��@mLhKU�ٖ�� +m�N��ȝ +m�N��ȝ +m�N��ȝ +m�J>�RY�P�-��Ֆ�S�-��Ֆ�S�-��Ֆ�S�-U�g[*�*��:��R w*��:��R w*��:��R w*���][*�W*��:��R w*��:��R w*��:��R w*��*�lKe�B��T'W[ +�N��T'W[ +�N��T'W[ +�N��T%�m�,_�Ж��jK�ܩЖ��jK�ܩЖ��jK�ܩЖ��-���R!�Զ��B�-��p�oK���m����R_�|�J�o]���oNo_��/�}s<����_����_���^ϟ?����1�>�"S38�:sC�!6��$���ֈ�j��E�#C�Vy��}$BZ��*,��D� +ڙJZ#BN��*&��D 5Ze�����B�u����B:�A�jD�5ZE������A�u䂢���F�PP�>!�ڻDP�:1��E��@�TY�h}$B��*���*�J%�#2@�T�h}$B���*���Ę�i���OT�� �S(g�'I���F��O�>!��h����G"$~�?Q�H��O��i��5"d}��>Q�H��O�U�'j���i� +�D�#">�v&|�ֈ��i���D�#�=�Vٞ�}$B���*���D��ڙ�IZ#B���*���D�4Z�y���i�F�0O�>!�Shg�'i�9�F�O�>!��h���G"$x�<Q�H��N��靤5"dw��;Q�H��N�Un'j���i� +�D�#";�v&v�ֈ��i���D�#�:�VY��}$BR��*���D��ڙ�IZ#BF��*���D�4Z�s����F�pN�>!��ڻdN�:r9�V���}$B(��*���DH�4Zr���q�B;�8IkĜ�i�#��<�4R�p���)�F�N�>s��*����<��4R�o����F��M�>s�M�>� vSHg�&Y���F��M�>s��M�>� m�H���G"Dm +�L�$�sΦ���M�>� d�H����G"$l�6Q�H�xM��隤5"dk��5Q�H�`M�U�&j���i� +�D�#"5�v&j�ֈ��i���D�#�4�VY��}$B���*H��D��ڙ�IZ#B���*B��D�4Z�g����F��L�>!:Shgr&i���F��L�>!4�h����G"$f�3Q�H��L��i��5"de��2Q�H��L�UN&j���i� +�D�#"2��K��!�h���G"�c��1Q�H�dL�U0&j��)�3��F�LL�U$&j��i���D�#�0�Va��}$B���$L�r0�V1��}$B��*��DH�4Z`����B;�/IkDȾ4ZE_�����F��K�>sꥱ��K�>� �RHg�%Y�y�F��K�>cإ�.QyO��K�T�%J�s)�3咴F���:".Q����K#U�%Z��ni� +�D�#1G[ +��-I�ȃ\K#U�%Z�ji�ʴD�#1'Z��D��,�t�Y�Ո�ei���D�#�,�V9��}$B���*���D��ڙ`IZ#B~��*���D�4ZeW���ɕF��J�>!�Rhgj%i���F��J�>!��h�W��G"�U��*Q�H�� +k�*A�Dȩ4Z�T���!�F��J�>!��hP��G"�S +�L�$�!��hM��G"S�r)Q�H�TJ�U(%j�I)�3���F�<J�U%j�Fi�ʢD�#�(�VA��}$B���J�2(��QEP�UF�5�@ٽʒ?y����W�}.�r�e���@y�%P�������_�����p}��<�ܯp�~}�$;ɓ��v��>��s\��������g �\��v�Nݑ_�ǷV~;�r�>��mo�|:��q��uG���ө}��4ʝ�#�����>�q�Nݑoo��~��(w�s��x8���}�&�Bݑ����k+��F�Sw�����>�q�Nݑ��S'W� �N��S%�i�,_��w�� +<�ܩy���<�ܩ�z��=�ܩ|��3����O�\�'�;�O�\�'�;5'�:��@�ژ���3��rP�\A(�;5G�:��B�ژ���ԊC�۩�j�w��(_�9չG( +�ƄXT�V. +�N�dT'W4 +�N��ʭtTV;�Q�Z)p;"R�\)�;5��:�-&�G"�*�LJe�B��T'WX +�N��T'W^ +�N��T'Wd +�N��T%���,_����� +N�ܩ����N�ܩ����O�ܩ���3A��2T�\!*�;bT�\9*�;�T�\Q*�;�T�|���|�B���+Pr�B���+Sr�B���+Vr�B����dU�/T�Vur��@�T�Wur�@�THXurE�@�TYU��� +9�N��ȝ +Q�N��ȝ +i�N��ȝ +��J>WY�P!s����S!v�ɕ��S!y����S!|U�g�*�*�:�X w*D�:�2X w*��:�bX w*��]+�W*d�:��X w*ı:��X w*$�:�"Y w*��*�Lee�B��=�Y�6&D�:��Y�v*��:��Y wjhUn%��ڙ���� +i�۩����i�ܩ9�չGT�Ƅ�V��i��^����� +l�ܩ9�չGf�Ƅ�V�Vl�N��V%�ɭ,_�9�չGx�Ƅ�V�V~�N�W'W��N�W%�)�,_����� +r�ܩ����r�ܩ����s�ܩ��3ѕ�2]�\�.�;b]�\�.�;�]�\�.�;�]�|���|�B���+�r�Bī�+�r�Bʫ�+�r�BЫ�ϤW�/T�zur��@�T�{ur�@�TH|urE�@�T}U���� +��N��ȝ +ѯN��ȝ +�N��ȝ +�F~���� +�N�ȝ +1�N�ȝ +I�N�(ȝ +a�J>�`Y�P!���S!�ɕ �S!���S!V�g2,�*d�:��a w*��:��a w*$�:�"b w*��*�L�e�B��X'WP�N��X'WV�N�i��=�b�6&�*�L�e�B��X'Wh�N���N}ˍ���ɱN���� +�J>�cY�Ps~�s���� �N��� +)�N�ȝ��d�[I��v&d�:��d�v*��:��d wjN�u�)�1!TV�g�,�*��:��e w*D�:��e w*��:��e w*�*�L�e�B��Y'W��N��Y'W��N��Y'W��N��Y%�i�,_��7�� +��ܩ9��ʜ�ܩ�:�䊝�ܩ<k�wɳ(_��=�� +��ܩ?��ʟ�ܩ�@�䊠�ܩB��3���rh�\A4�;�h�\Y4�;�h�\q4�;i�|&Ҳ|�B&��+�r�B,��+�r�B2��+�r�B8���tZ�/Tȧ�XP������N��p�%�� +�����ݔQ��d��n�?��O��w?�z�����7�/_��o�o_o���?��˳@������wZ���p=��;���[o>��W��<�O�d�3�[Щ�-��S�[���-��Sc��Sߺ ~$B���nAV/T�tru@�T�tru@�T�tru@�T�T��-�� +݂N�nȝ +݂N�nȝ +݂N�nȝ +݂J>�Y�P�[���-��S�[���-��S�[���-��S�[P�g� �*t:�� w*t:�� w*t:�� w*t*��d�B�nA'W���N�nA'W���N�nA'W���N�nA%�݂,_��-����ܩ�-����ܩ�-����ܩ�-��[����\��;��\��;��\��;��|v�|�B����[�r�B����[�r�B����[�r�B����u�|�B����[�r�B����[�r�B����[�r�B����nA�/��-�ܣ[�jcB��S�[�n�B����[�r��nA�V� �� ݂N�n�� +݂N�nȝ���{t@mL�T��-�� +݂N�nȝ���{t@mL�tju��T�T��-��{t@mL�tju��T�tru@�T�T��-�� +݂N�nȝ +݂N�nȝ +݂N�nȝ +݂J>�Y�P�[���-��S�[���-��S�[���-��S�[P�g� �*t:�� w*t:�� w*t:�� w*t*��d�B�nA'W���N�nA'W���N�nA'W���N�nA%�݂,_��-����ܩ�-����ܩ�-����ܩ�-h�w݂(_��-����ܩ�-����ܩ�-����ܩ�-��[����\��;��\��;��\��;��|v�|�B����[�r�B����[�r�B����[�r�B����nA�/T�tru@�T�tru@���-�ܣ[�jcB��R�nAv/T�tru@���-�Էn���-����ک�-��[��5w:���ژ�-����۩�-����ܩ�[P��-�jgB��S�[�n�B����[�r��nA��P��zv�{�B����[�r�B����[�r�B����[�r�B����nA�/T�tru@�T�tru@�T�tru@�T�T��-�� +݂N�nȝ +݂N�nȝ +݂N�nȝ +݂F~�-�� +݂N�nȝ +݂N�nȝ +݂N�nȝ +݂J>�Y�P�[���-��S�[���-��S�[���-��S�[P�g� �*t:�� w*t:�� w*t:�� w*t*��d�B�nA�ط�����_(t ��8]�ߌ}~%�������n�~<�~����������Ŷ_���n�t�kݚ���_~������O_��o�����?|�>�}���߿�W��������c�>�:�?>?5�o�s�]���r>\�o�O/�D~;�r���/������o�Q����p�\���v�N}.��f:����}�&�Bݑoo���>�q�Nݑoo�|}o��(w�|{;�����N�ܩ�����^��>N�|��ȷ�s|i�8�r��ȷ��rl�8�r��ȯ�������0�����q<��������^�;������>�q�Nݑo��^j��è6�y{3o��3��F�S�/�^�W��v��: �#�^��Һ�F�1w�ۛ9]�[��4���#�%�J�=�ܩ1�ԹG� ��̡�R=BO�vj=��z"�SS�T =����CO�X�'P/�z*�#�Dr���S)�'�;5��J�=�ܩ9���z�B͡�R>BO$wj=��z"�Ss詔��ɝ�CO�\�'�/�z*�#�Dr���S)�'�;5��J�=�ܩ9���z�B͡�R>BO$wj=��z"�Ss詔��ɝ�CO�\�'�/�z*�#�Dr���S)�'�;5��J�=�ܩ9���z�B͡�R>BO$wj=��z"�Ss詔��ɝ�CO�\�'�/�z*�#�Dr���S)�'�;5��J�=�ܩ9���z�B͡�R>BO$wj=��z"�Ss詔��ɝ�CO�|���|���S)�'�;5��J�=�ܩ9�T�G��N͡�N���j=��[���̡�R=BO�vj=��z"�Sc�s�����CO�z�����z*�#�Dr���S龅�Hm�z�� +=�{���S)�'�;5��J�-�Djc��S��'r;5��:�BO _�1�T�o�'R3��J�=�۩9�T�G��N͡�N���j=��z"�Ss詔��ɝ�CO�|��H��z�� +=�|���S)�'�;5��J�=�ܩ9�T�G��N͡�N���j=��z"�Ss詔��ɝ�CO�|��H��z�� +=�|���S)�'�;5��J�=�ܩ9�T�G��N͡�N���j=��z"�Ss詔��ɝ�CO�|��H��z��3���+5��J�=�ܩ9�T�G��N͡�R>BO$wj=ur��@�Ps詔��ɝ�CO�|��H��z*�#�Dr���S'W� �5��J�=�ܩ9�T�G��N͡�R>BO$wj=ur��@�Ps詔��ɝ�CO�|��H��z*ݷ����CO�Z�'p/�z*�#�Dr���S��z"�#1��J�=�ک9���z�B����}=�ژ9�T�G��N͡�R>BO$wj=u�z�3s�T�����CO�|��H��z*ݷ����CO�Z�'p/�z*�#�Dr���S)�'�;5��J�=�ܩ9���z�B͡�R>BO$wj=��z"�Ss詔��ɝ�CO�\�'�/�z*�#�Dr���S)�'�;5��J�=�ܩ9�T�g�)�Wj=��z"�Ss詔��ɝ�CO�|��H��z�� +=�|���S)�'�;5��J�=�ܩ9�T�G��N͡�N���j=��z"�Ss詔��ɝ�CO�|��H��z�� +=�|���S*��'��-��p����S��ot~��~ =�>=���~y��s�ǔ����<A5��ԗ���1��������x�n�Y��7�����}���v�����u���=\�I�hd���'ť�|�B\��+.r�B\��+.r�B\��+.r�B\��ϸT�/T�Kurť@�T�Kurť@�T�Kurť@�T�KU���� +q�N��ȝ +q�N��ȝ��R�{ĥ@mL�KU���� +q�N��ȝ��R�{ĥ@mL�Kujť��T�K5�T������#.jcB\�S+.n�B\��+.r��T�V\*�� q�N���� +q�N��ȝ�R����#�R�xƥ�z�B\��+.r�B\��+.r�B\��+.r�B\��ϸT�/T�Kurť@�T�Kurť@�T�Kurť@�T�KU���� +q�N��ȝ +q�N��ȝ +q�N��ȝ +q�J>�RY�P!.����S!.����S!.����S!.U�g\*�*ĥ:��R w*ĥ:��R w*ĥ:��R w*ĥ*��Ke�B��T'W\ +�N��T'W\ +�N��T'W\ +�N��T%�q�,_����K�ܩ���K�ܩ���K�ܩ���3.���R�\q)�;�R�\q)�;�R�\q)�;�R��..�+�R�\q)�;�R�\q)�;�R�\q)�;�R�|ƥ�|��T�q)P�R�Zq)p;�R�\q)�;5ǥ*��RY�L�Kujť��T�Kurť@�����#.jcB\�RϸTv/T�Kurť@�����#.jcB\�S+.n�B\��ϸT�/����#.jcB\�S+.n�B\��+.r�B\��ϸT�/T�Kurť@�T�Kurť@�T�Kurť@�T�KU���� +q�N��ȝ +q�N��ȝ +q�N��ȝ +q�J>�RY�P!.����S!.����S!.����S!.U�g\*�*ĥ:��R w*ĥ:��R w*ĥ:��R w*ĥ*��Ke�B��T'W\ +�N��T'W\ +�N��T'W\ +�N��T#��KE�J��T'W\ +�N��T'W\ +�N��T'W\ +�N��T%�q�,_����K�ܩ���K�ܩ���K�ܩ���3.���R�\q)�;�R�\q)�;�R�\q)�;�R�|ƥ�|�B\��+.r�B\��+.r��T�q)P�R�zƥ�{�B\��+.r�ƸT��ť@�H��T'V\ +�N��T%�q�,_�9.չG\ +�Ƅ�T�V\ +�N��T'W\ +�N�q�ʭ�TV;�R�Zq)p;�R�\q)�;5ǥ:��K�ژ���3.���R�\q)�;�R�\q)�;�R�\q)�;�R�|ƥ�|�B\��+.r�B\��+.r�B\��+.r�B\��ϸT�/T�Kurť@�T�Kurť@�T�Kurť@�T�K5�T��T�Kurť@�T�Kurť@�T�Kurť@�T�KU���� +q�N��ȝ +q�N��ȝ +q�N��ȝ +q�J>�RY�P!.����S!.����S!.����S!.U�g\*�*ĥb��K��F\��B!..������z�����s�������o_�}��^_wz���ػ�R#0�������(��=�ϟ����飻^w�R��tGHm��녶ӓ���ȝ +m�N��ȝ +m�N��ȝ +m�J>�NY�P�����v�S�����v�S�����v�S��T�g�)�*��:��N w*��:��N wjn;u��v�1��T�g�)�*��:��N wjn;u��v�1��ԩ�v�S������NQ�Rs۩s���� m�N���� +m�N��ȝ��N�[m��v&��:��N�v*��:��N wjl;u�[� ďDh;U��v�� +m�N��ȝ +m�N��ȝ +m�N��ȝ +m�J>�NY�P�����v�S�����v�S�����v�S��T�g�)�*��:��N w*��:��N w*��:��N w*��*�l;e�B��S'W� �N��S'W� �N��S'W� �N��S%�m�,_��v��j;�ܩ�v��j;�ܩ�v��j;�ܩ�v�����N�\m'�;�N�\m'�;�N�\m'�;�N�|���|�B۩���r�B۩���r�B۩���r�B۩�϶S�/Th;ur��@�Th;ur��@�Th;ur��@�Th;5�S��Th;ur��@�Th;ur��@�Th;ur��@�Th;U��v���N�{��@mLh;uj����Th;ur��@���v��j;e�3��ԩ�v�S�����v�Ss۩s���� m�J=�NٽP�����v�Ss۩s���� m�N���� +m�J>�NY�Ps۩s���� m�N���� +m�N��ȝ +m�J>�NY�P�����v�S�����v�S�����v�S��T�g�)�*��:��N w*��:��N w*��:��N w*��*�l;e�B��S'W� �N��S'W� �N��S'W� �N��S%�m�,_��v��j;�ܩ�v��j;�ܩ�v��j;�ܩ�v�����N�\m'�;�N�\m'�;�N�\m'�;�N�����+�N�\m'�;�N�\m'�;�N�\m'�;�N�|���|�B۩���r�B۩���r�B۩���r�B۩�϶S�/Th;ur��@�Th;ur��@�Th;ur��@�Th;U��v�� +m�N��ȝ +m�N��ȝ��N�{��@mLh;U��v�� +m�N��ȝ�N���v�#�N�Xm'P;�N�|���|��S�m'P�N�Zm'p;�N�\m'�;5��*��NY�Lh;uj����Th;ur��@���v�ܣ�jcB۩R϶Sv/Th;ur��@�Th;ur��@�Th;ur��@�Th;U��v�� +m�N��ȝ +m�N��ȝ +m�N��ȝ +m�J>�NY�P�����v�S�����v�S�����v�S������NQ�R�����v�S�����v�S�����v�S��T�g�)�*��:��N w*��:��N w*��:��N w*��*�l;e�B��S'W� �N��S'W� �N��S'W� �N��S%�m�,_��v�����m����S��_�vz�l�o�B�im�ӭ��o�����/�~���?~�������ս��t�^�y�Q����}�n���a���Bi�r���~����A�H��~%����^�������ܩ������ܩ������ܩ�ۯ�s���v��\�}�;v��\�}�;v��\�}�;v��|���|��n��k�r��n��k�r��n��k�r��n����~�/T��wr��A�T��wr��A�T��wr��A�T��W���� +��N��>ȝ +��N��>ȝ +��N��>ȝ +��J>w�Y�Pa��ɵ��Sa��ɵ��Sa��ɵ��Sa�_��n?�*��;�v� w*��;�v� w*��;�v� w*��+���g�B��~'�n�N��~'�n�N��~'�n�N��~#���G�J��~'�n�N��~'�n�N��~'�n�N��~%���,_�y�߹�n�Ƅ�~��n�N��~'�n�Nͻ�ʭ�~V;v��Z�}p;v��\�}�;5��;���ژ�ۯ�s���v��\�}�;5��;���ژ������۩�ۯ�s���5��;���ژ������۩������ܩ�ۯ�s���v��\�}�;v��\�}�;v��\�}�;v��|���|��n��k�r��n��k�r��n��k�r��n����~�/T��wr��A�T��wr��A�T��wr��A�T��W���� +��N��>ȝ +��N��>ȝ +��N��>ȝ +��J>w�Y�Pa��ɵ��Sa��ɵ��Sa��ɵ��Sa����v�Q�Ra��ɵ��Sa��ɵ��Sa��ɵ��Sa�_��n?�*��;�v� w*��;�v� w*��;�v� w*��+���g�B��~'�n�N��~'�n�N��~'�n�N��~%���,_�������ܩ������ܩy�߹�n�Ƅ�~�����^�������ܩq�ߩo�}?a�߉���Sa�_��n?�j��w���1a�ߩ���Sa��ɵ��S�n�rk���΄�~��n�N��~'�n�Nͻ��=v��6&��+���g�B��~'�n�N��~'�n�N��~'�n�N��~%���,_�������ܩ������ܩ������ܩ�ۯ�s���v��\�}�;v��\�}�;v��\�}�;v���n��+v��\�}�;v��\�}�;v��\�}�;v��|���|��n��k�r��n��k�r��n��k�r��n����~�/T��wr��A�T��wr��A�T��wr��A�T��W���� +��06ow�p��ۿ����n?\�w����~~<w�����o����¬�a�����N��������/��Z����s����;������P#��}P���=\��p���ʓ�<�9Ljg�GI�S�O�n�B����O�r��>A��� @�H�>A%�}��^��'����ܩ�'����ܩ�'����ܩ�'��O����\}�;��\}�;��\}�;��|� �|�B����O�r�B����O�r�B����O�r�B����>A�/T�tr� @�T�tr� @�T�tr� @�T�T��'�� +}�N�>ȝ +}�N�>ȝ +}�N�>ȝ +}�J>�Y�P�O���'��S�O���'��S�O���'��S�OP�g� �*� :�� w*� :�� w*� :�� w*� *��d�B�>A'W���N�>A'W���N�>A'W���N�>A#��D�J�>A'W���N�>A'W���N�>A'W���N�>A%�}�,_��OйG���Ƅ>A�V���N�>A'W���N�}�ʭ>AV;��Z}p;��\}�;5� :���ژ�'�ԳO����\}�;5� :���ژ�'����۩�'��O��5� :���ژ�'����۩�'����ܩ�'��O����\}�;��\}�;��\}�;��|� �|�B����O�r�B����O�r�B����O�r�B����>A�/T�tr� @�T�tr� @�T�tr� @�T�T��'�� +}�N�>ȝ +}�N�>ȝ +}�N�>ȝ +}�J>�Y�P�O���'��S�O���'��S�O���'��S�O����Q�R�O���'��S�O���'��S�O���'��S�OP�g� �*� :�� w*� :�� w*� :�� w*� *��d�B�>A'W���N�>A'W���N�>A'W���N�>A%�}�,_��'����ܩ�'����ܩ�OйG���Ƅ>A��}��^��'����ܩ�OЩo}?�OЉ�'��S�OP�g� �j�t��'��1�OЩ�'��S�O���'��Ss��r�O��΄>A�V���N�>A'W���N�}��=��6&� *��d�B�>A'W���N�>A'W���N�>A'W���N�>A%�}�,_��'����ܩ�'����ܩ�'����ܩ�'��O����\}�;��\}�;��\}�;����O�+��\}�;��\}�;��\}�;��|� �|�B����O�r�B����O�r�B����O�r�B����>A�/T�tr� @�T�tr� @�T�tr� @�T�T��'�� +}�����p��'��P����}��?�<n?��>��S�w}�ӭO����?��ݳH�i���������M�������N��i���kZP�-À��uҀ�N�u%��,_�0���P�ܩ0���P�ܩ0���P�ܩ0���s@��ԝ\j�;ԝ\j�;ԝ\j�;ԕ|��|���k@ r���k@ r���k@ r����u�/TPwr �A�TPwr �A�TPwr �A�TPW�9��� +�N�5ȝ +�N�5ȝ +�N�5ȝ +�J>�Y�Pa@��5��Sa@��5��Sa@��5��Sa@]��:�*�;�� w*�;�� w*�;�� w*��݀:�W*�;�� w*�;�� w*�;�� w*�+�Pg�B���=Ԡ6&�;���v*�;�� wjPWn ��ڙ0���P�۩0���P�ܩy@ݹǀ�Ƅu����^�0���P�ܩy@ݹǀ�Ƅu�ր�N�u%��,_�y@ݹǀ�Ƅu�ր�N�u'׀�N�u%��,_�0���P�ܩ0���P�ܩ0���P�ܩ0���s@��ԝ\j�;ԝ\j�;ԝ\j�;ԕ|��|���k@ r���k@ r���k@ r����u�/TPwr �A�TPwr �A�TPwr �A�TPW�9��� +�N�5ȝ +�N�5ȝ +�N�5ȝ +�F~7��� +�N�5ȝ +�N�5ȝ +�N�5ȝ +�J>�Y�Pa@��5��Sa@��5��Sa@��5��Sa@]��:�*�;�� w*�;�� w*�;�� w*�+�Pg�B�u'׀�N�u'׀�N���=Ԡ6&�+�Pg�B�u'׀�N��N}P����N�5�� +�J>�Y�P�s�5�� �N�5�� +�N�5ȝ�ԕ[�v&�;���v*�;�� wjPw�1��1a@]��:�*�;�� w*�;�� w*�;�� w*�+�Pg�B�u'׀�N�u'׀�N�u'׀�N�u%��,_�0���P�ܩ0���P�ܩ0���P�ܩ0�n�w�(_�0���P�ܩ0���P�ܩ0���P�ܩ0���s@��ԝ\j�;ԝ\j�;ԝ\j�;ԕ|��|���k@ r���k@ r���k@ r����u�/TP��o;������:\�w�������i�8�>~l����e��?~���86N���6��߿��|��?~���������������W?nB]������'������q<��'��8v��z���������<1��٘;���ti�_Β�������^�K��0���| ��?(�:��sǼ���/���_Β���������^zo�Il���B�����&�1������le#���w�����Z��q����1_����z&�1w��å}ҿ%�o�<q<�_��<�י;��m\��s��l��g�������v��Ƅ�GeV�#�� ���<��L(|Tf>�٘���̪{d�1��Q����fcBأ1ϮG4;��YQ�l6&$=*���lL�yTf�<�٘�h̳��΄�GeV�#�� �ʬ�G6�Y �l6&<��wD�3��Q���fcB��2�ܑ�ƄnGeV�#�� ю�<���L(vTf;�٘��̪ud�1��Q����fcB��1�NG4;*�Y��l6&$:*� +�lL�sTf�9�٘�h̳��΄2GeV�#�� Y�ʬ*G6��YI�l6&9 +�]�#�&�8*�b�lLHqTf�8�٘����pd�1!�јg�#����x8�����ʫ�F��Y�l6fo4bu7�Pݨ��nd�1!�Q�U��fc��F%���}$Bl����F;J�Y��l6f�lT�Q���G"46*�YlLl4��fg�F%q��}$BZ��Ƅ�FeVV#�� Q��<���L(jTf5�٘�Ө̪id�1��Q����fcBH�1ώF4;*�Y�l6&$4*� +�lL�gTf�3�٘�h̳��΄rFeV8#�� ٌʬjF6��YɌl6&3��eD�3��Q���fcB*�2����ƄNFeV&#�� ���<��L(dTf2�٘�Ǩ̪cd�1��Q����fcB�0�u1�yaB�2+���Ƅ$FeV#�� =�ʬF6b�y�0�ٙP¨� +ad�1!�Q�U��fcB�2+���Ƅ�Fc���hv&�/*���lLH_Tf�/�٘н���^d�1!zјg�"�� ŋʬ�E6r�Y��l6fn]T⑺��G"�.��\D�3�rQ���fc��E�.���}�ʪ�E���y�-�ٙ�lQ�G�"{������Zd�1�iQ����fc�E#V�"z�5�ʫ�ER�Y%�l6f�XT⑱��G"D,�lXD�3�`Q���fcB��2�^��ƄvEeV�"�� ��<���L�VTfE+�٘����*Vd�1�WQ����fcB��1�VE4;J�Y��l6&d**�*�lLhTTf%*�٘�(�w}�d^�P��̊Sd�1!MQ�U��fcB��2+K��Ƅ(Ec�M�hv&)*���lL�QTf�(�٘Т��JQd�1!Dјg�"�� �ʬE6�Y�l6&�'*���lL�O4�ٞ�fgBy"���D���N��&d'�o��W'^^������N���?�����ۥt�~=�~�-� �gwy���J�z����ǹ�;����p>}~��ɅV�8M�#?�Ǘ�V~;�r���/�����N�ܩ;�����Ժ�F�1wZ#AR�g�$�*�M:��& wj��t�Q7�1�oҩ8�S!q���'Q�Rs�s�� �� ��N�� �� +��N�� ȝ�s'�[���v&O:��'�v*DO:��' wj�t�[�ďDH�T��>�� +��N�� ȝ +�N� +ȝ + �N� +ȝ +�J>;(Y�P���ɕB�S!���UC�S����D�S!�R�g%�*TQ:��( w*�Q:��( w*�Q:��( w*�Q*��d�B�BJ'W"�N�HJ'W%�N�NJ'W(�N�TJ%���,_�PK��ʥ�ܩL��*��ܩ�L�䊦�ܩ�M�䳛���)�\��;�)�\��;�)�\�;*�|6T�|�BE��+�r�BH����r�BK��+�r�BN��ϞJ�/T(�tr%U@�T��trUU@�T�tr�U@�TH�4�J��T��tr�U@�T�trV@�Th�trEV@�TȬT��Y��K+�{�V@mL��tj�V��T�trW@�Ԝ\��j�d�3��ҩ�]�S!���U^�Ss{�s�� +�� ��J=�+ٽP���ɕ`�Ss��s� +�� �N��� +)�J>[,Y�Ps��s��� A�N�"�� +M�N�(ȝ +Y�J>�,Y�P���ɕf�S!���Ug�S����h�S!�R�g�%�*TZ:�2- w*�Z:�J- w*�Z:�b- w*�Z*��d�B�bK'W��N�hK'W��N�nK'W��N�tK%��,_�Po��ʷ�ܩp��*��ܩ�p�䊸�ܩ�q����J.�\)�;b.�\5�;z.�\A�;�.�����+�.�\Y�;�.�\e�;�.�\q�;�.�|�]�|�Bᥓ+�r�B䥓��r�B祓+�r�Bꥒ��K�/T��tr�^@�T�tr_@�Th�trE_@�TȾT��}�� +�N��ȝ +�N��ȝ��/�{`@mLH�T�ـ�� +�N�ȝC0��V��#Z0�X1P;r0�|�`�|��"L�IP�0�ZUp;�0�\a�;5�a*��0Y�L��tj�a��T�trb@��܈��#jcB&�R�NLv/T(�tr�b@�T��tr�b@�T��trc@�TH�T�ٌ�� +N�lȝ +�N�rȝ +�N�xȝ +��J>�1Y�P� �ɕ��S!"��U��S�#����S!%���Z2Q�R�&�ɕ��S!(��U��S�)����S!+S�gW&�*�e:��2 w*�e:��2 w*�e:�3 w*$f*�l�d�B��L'Wf�N��L'Wi�N��L'Wl�N��L%���,_�P��ٔ.9͙���L��_]�y�8��=��:s;vTu��V������×��?��_~��5D�~�~�Q�O�����ff'?�8�="�).��xv�������� �1s��T�8�����|�)H�����#Njg�8E�q +r;5�)J��S�ܩ)NQ���)H�H�q�N�8�j�S��� �Ss����8ɝ���|�)H�����S�|��8E)q +�;5�)J��S�ܩ9NQ�G���N�q�N�8�j�S��� �Ss����8ɝ���|�)H�����S�|��8E)q +�;5�)J��S�ܩ9NQ�G���N�q�N�8�j�S��� �Ss����8ɝ���|�)H�����S�|��8E)q +�;5�)J��S�ܩ9NQ�G���N�q�N�8�j�S��� �Ss����8ɝ���|�)H�����S�|��8E)q +�;5�)J��S�ܩ9NQ�G���N�q�J>�Y�Rs����8ɝ���|�)H���(�#NAr��8E'W��5�)J�-NAjc�8E�q +r;5�)J��S�ܩ1NѹG����q�R=��vj�S��� �Sc��t���6f�Stj�)��Ps����8ɝ���� �1s��T�8�����\q +�/��(ݷ8�����z�)����(�#NAr��8E'W��5�)J��S�ܩ9NQ�G���N�q�R>�$wj�Str�)@�Ps����8ɝ���|�)H���(�#NAr��8E'W��5�)J��S�ܩ9NQ�G���N�q�R>�$wj�Str�)@�Ps����8ɝ���|�)H���(�#NAr��8E'W��5�)J��S�ܩ9NQ�G���N�q�R>�$wj�ST������|�)H���(�#NAr��8E)q +�;5�):�� _�9NQ�G���N�q�R>�$wj�S��� �Ss���+N���|�)H���(�#NAr��8E)q +�;5�):�� _�9NQ�G���N�q�R>�$wj�S��[�����q�N�8�j�S��� �SS��T�S������x�)H�����S�|��8E��)Hm��(�#NAn��8E)q +�;5�):��S�ڙ9NQ�G���N�q�R>�$wj�S��[�����q�N�8�j�S��� �Ss����8ɝ���|�)H�����S�|��8E)q +�;5�)J��S�ܩ9NQ�G���N�q�N�8�j�S��� �Ss����8ɝ���|�)H�����3N��+5�)J��S�ܩ9NQ�G���N�q�R>�$wj�Str�)@�Ps����8ɝ���|�)H���(�#NAr��8E'W��5�)J��S�ܩ9NQ�G���N�q�R>�$wj�Str�)@�Ps�"G�8]��x��e7N�.������h??��q���'����a���}'�p;�S3Mq��)����������?<�K�~̝�/r<\?� +ϟ�݈9�r���F�O.�F�Y�Pa���5b�Sa���5b�Sa���5b�Sa�\��9�*��;�F� w*��;�F� w*��;�F� w*��+�1g�B�s'�N�s'�N�s'�N�s%�#�,_�0b��1�ܩ0b��1�ܩ0b��1�ܩ0b��sĜ�F̝\#f�;F̝\#f�;F̝\#f�;F̕|���|���k�r���k�r���k�r����s�/T1wr��A�T1wr��A�T1wr��A�T17�s��T1wr��A�T1wr��A�T1wr��A�T1W�9b��G̝{��AmL1wj����T1wr��A��<b��1g�3a�ܩ5b�Sa���5b�S�s�3�� #�J=G�ٽPa���5b�S�s�3�� #�N�3�� +#�J>G�Y�P�s�3�� #�N�3�� +#�N�3ȝ +#�J>G�Y�Pa���5b�Sa���5b�Sa���5b�Sa�\��9�*��;�F� w*��;�F� w*��;�F� w*��+�1g�B�s'�N�s'�N�s'�N�s%�#�,_�0b��1�ܩ0b��1�ܩ0b��1�ܩ0b��sĜ�F̝\#f�;F̝\#f�;F̝\#f�;F̍�n��+F̝\#f�;F̝\#f�;F̝\#f�;F̕|���|���k�r���k�r���k�r����s�/T1wr��A�T1wr��A�T1wr��A�T1W�9b�� +#�N�3ȝ +#�N�3ȝ�G̝{��AmL1W�9b�� +#�N�3ȝG̝�6b�#F̝X#fP;F̕|���|��s�#fPF̝Z#fp;F̝\#f�;5��+�F�Y�L1wj����T1wr��A��<b��c�jc�R�sv/T1wr��A�T1wr��A�T1wr��A�T1W�9b�� +#�N�3ȝ +#�N�3ȝ +#�N�3ȝ +#�J>G�Y�Pa���5b�Sa���5b�Sa���5b�Sa����F�Q�Ra���5b�Sa���5b�Sa���5b�Sa�\��9�*��;�F� w*��;�F� w*��;�F� w*��+�1g�B�s'�N�s'�N�s'�N�s%�#�,_�0b#�v�#���Å�������y�<N���6b��7�/_�����_������~������/������+��m���%����{ǻ��O�r�~vڙ:�uR���u��&���\(��@�TX'ur��@�TX'ur��@�TX'U�N�� +�N�uȝ +�N�uȝ +�N�uȝ +�J>�IY�Pa��ɵN�Sa��ɵN�Sa��ɵN�Sa�����IQ�Ra��ɵN�Sa��ɵN�Sa��ɵN�Sa�T��:)�j^'u�N�1a�ԩ�N�Sa��ɵN�S�:�rk���΄uR��: �N�uR'�: �N���=�I�6&��*�\'e�B�uR'�: �N���=�I�6&��:��I�v*��*�\'e�B���=�I�6&��:��I�v*��:��I w*��*�\'e�B�uR'�: �N�uR'�: �N�uR'�: �N�uR%��,_��N��Z'�ܩ�N��Z'�ܩ�N��Z'�ܩ�N��s����I�\�$�;�I�\�$�;�I�\�$�;�I�|���|��:��k�r��:��k�r��:��k�r��:���uR�/TX'ur��@�TX'ur��@�TX'ur��@�TX'5�uR��TX'ur��@�TX'ur��@�TX'ur��@�TX'U�N�� +�N�uȝ +�N�uȝ +�N�uȝ +�J>�IY�Pa��ɵN�Sa��ɵN�Sa��ɵN�Sa�T��:)�*��:��I w*��:��I wj^'u�N�1a�T��:)�*��:��I wj\'u��: ďDX'ub��@�TX'U�N���I�{��@mLX'uj����TX'ur��@�ԼN��Z'e�3a�ԩ�N�Sa��ɵN�S�:�s�u�� �J=�IٽPa��ɵN�Sa��ɵN�Sa��ɵN�Sa�T��:)�*��:��I w*��:��I w*��:��I w*��*�\'e�B�uR'�: �N�uR'�: �N�uR'�: �N�uR#�['E�J�uR'�: �N�uR'�: �N�uR'�: �N�uR%��,_��N��Z'�ܩ�N��Z'�ܩ�N��Z'�ܩ�N��s����I�\�$�;�I�\�$�;�I�\�$�;�I�|���|��:)�f�u\h���/t�_'���뤷�ך��C��N��:�|['����x8�<� /�o�?� ����-~�����������N=�v�����p|��@��e�|���iR/���p�|��N~;�r���/�����N�ܩ;��}0;���&ȝ +�]���ﮙ���f'�w��S�kvr}wM�;��f'�w��S�kV���5�|��w����� w*|w�N�� r��w����� w*|w�J>��f�/T�\�]�N������5A�T�\�]�N��Y��w��� +�]���k�ܩ��5;���&ȝ +�]���k�ܩ��5+�ܯg�B��z'�~�N��z'�~�N��z'�~�N��z%���,_��_��گ�ܩ�_��گ�ܩ�_��گ�ܩ�_��s�����\�u�;��\�u�;��\�u�;���n��+��\�u�;��\�u�;��\�u�;��|�׳|���z��uP��Z�up;��\�u�;5��+���Y�Lدwj����Tدwr��A�Լ_��c�jc�~�R��zv/Tدwr��A�Լ_��c�jc�~�Sk�n��~����z�/Լ_��c�jc�~�Sk�n��~��k�r��~����z�/Tدwr��A�Tدwr��A�Tدwr��A�TدW�_�� +��N��:ȝ +��N��:ȝ +��N��:ȝ +��J>��Y�Pa��ɵ_�Sa��ɵ_�Sa��ɵ_�Sa�^��~=�*��;��� w*��;��� w*��;��� w*��+�ܯg�B��z'�~�N��z'�~�N��z'�~�N��z#�ۯG�J��z'�~�N��z'�~�N��z'�~�N��z%���,_��_��گ�ܩ�_��گ�ܩ�_��گ�ܩ�_��s�����\�u�;��\�u�;��\�u�;��|�׳|��~��k�r��~��k�r���z��uP��z�׳{��~��k�r���z����A�H��z'�~�N��z%���,_�y��~�Ƅ�z��~�N��z'�~�N���ʭ�zV;��Z�up;��\�u�;5��;�د�ژ�_��s�����\�u�;��\�u�;��\�u�;��|�׳|��~��k�r��~��k�r��~��k�r��~����z�/Tدwr��A�Tدwr��A�Tدwr��A�Tد7��z��Tدwr��A�Tدwr��A�Tدwr��A�TدW�_�� +��N��:ȝ +��N��:ȝ +��N��:ȝ +��J>��Y�Pa��ɵ_�Sa��ɵ_�Sa��ɵ_�Sa�^��~=�*����ݯÅ�~��Ba�.����`�~��>����~}������~����۟������_���?߱��~�^����;������c�c�x�9���y[>�P[�ܩ0���sl��Ɩ�\cK�;Ɩ�\cK�;Ɩ�\cK�;Ɩ�|�-�|��ز�kl r��ز�kl r��ز�kl r��ز�ϱe�/T[vr�-A�T[vr�-A�T[vr�-A�T[V�9��� +c�N��%ȝ +c�N��%ȝ +c�N��%ȝ +c�J>ǖY�Pal��5��Sal��5��Sal��5��Sal���ƖQ�Ral��5��Sal��5��Sal��5��SalY���2�j[v�1��1al٩5��Sal��5��S�زrkl��΄�e����N��e'���N�c��=Ɩ�6&�-+�[f�B��e'���N�c��=Ɩ�6&�-;�Ɩ�v*�-+�[f�B�c��=Ɩ�6&�-;�Ɩ�v*�-;�Ɩ w*�-+�[f�B��e'���N��e'���N��e'���N��e%�c�,_�0���[�ܩ0���[�ܩ0���[�ܩ0���sl��Ɩ�\cK�;Ɩ�\cK�;Ɩ�\cK�;Ɩ�|�-�|��ز�kl r��ز�kl r��ز�kl r��ز�ϱe�/T[vr�-A�T[vr�-A�T[vr�-A�T[6�e��T[vr�-A�T[vr�-A�T[vr�-A�T[V�9��� +c�N��%ȝ +c�N��%ȝ +c�N��%ȝ +c�J>ǖY�Pal��5��Sal��5��Sal��5��SalY���2�*�-;�Ɩ w*�-;�Ɩ wj[v�1��1alY���2�*�-;�Ɩ wj[v���ďD[vb�-A�T[V�9���ǖ�{�-AmL[vj�-��T[vr�-A��<���[f�3al٩5��Sal��5��S�زs��%�� c�J=ǖٽPal��5��Sal��5��Sal��5��SalY���2�*�-;�Ɩ w*�-;�Ɩ w*�-;�Ɩ w*�-+�[f�B��e'���N��e'���N��e'���N��e#�[F�J��e'���N��e'���N��e'���N��e%�c�,_�0���[�ܩ0���[�ܩ0���[�ܩ0���sl��Ɩ�\cK�;Ɩ�\cK�;Ɩ�\cK�;Ɩ�|�-�|���2,۱%\h�-�/Ɩ�B�7>]����`ky;4��o�V�����������Z~��7Ƿ��}ol��ۯ���W;^��;xk��=��wK��6ih��Ƅ�ec�+�hv&l,+�&��lLXVf�+�٘����Wf�1aZ٘�2�� ��ʬYe6F��Y��l6&,*+���lL�S6湦�fg�2kJ��Ƅ!ee֎2�� +�ʬe6&��y.(�ٙ���̚Of�1a<Y����fc�r�2k8��Ƅ�dc���hv&l&+�&��lLLVf�%�٘����Kf�1a*Y�ɼ0a'Y�5��fc�H�2k#��Ƅ�de�@2�� ���<ב��̼���c���DFV^�"�ؘ����Ef�1�$�k�F�=d��2�� c�ʬ-d63/!+�Bf�#f��w� �ؙ���̚@f�1�����c�>a�Xy5~�bc���1��c4;3�+�=f�#F��W��,6&,+���lL�;6�v�fg�ֱ2k��Ƅ�ce��1�� +�ʬ�c6&��y.�ٙ�o�̚7f�1a�X��m�fc²�2kؘ�ƄYcc���hv&l+�&��lL4Vf��٘�f��3f�1a�ؘ�1�� ;�ʬc6F��Y�l6&,+���lL�/6�^�fg�v�2k���Ƅ�be�n1�� ��ʬ�b6&���n������Ys�l6&�+����lLX*Vf �٘0Sl�s��΄�be�D1�� �ʬ}b6։�Y��l6&L�\&F�3a�X�5K�fc�(�2k���ƄEbe� 1�� s��<��L�"VfM�٘0D���!f�1� +��b�>a��x�1�� ��ʬ�a63�+�m{��<XVV �ט0;l�su��̛�J<&���H��a���0�� k�ʬ�a63O ����kD�V^��ؘ02���f�1�°��a�>a^�x�0�� ��ʬia6���Y��l6&� ++�F��lL�6�(�fg�2kN��Ƅ1ae֖0�� K�ʬ!a6f��y��ٙ�!�̚f�1a@X���fc�z�2k<��Ƅ�`a�[&��`e�l0�� ��ʬ�`6��Y��l6&��\F�3a+X�5�fc�P�2k'��Ƅ�`e�H0�� ��<���L�Vf��٘0���f�1aX�5�fc�,�1�U`4;6���v�o3�w� ������{�����v�� p������"���|��������/���?�;��e��5v�������?�{�!<�/���=�Гq��4���|x�^.��v�Nݑ��d'� �N�If'�&�N�Uf%���,_�0���Zf�ܩ����g�ܩ0����g�ܩ�Ь�s���F��\+M�;v��\CM�;���\[M�;֚�|�5�|��`��k� r��f��k� r��l��k� r��r����f�/Tovr�7A�T�ovr 8A�T�pvrm8A�TXqV�9��� +C�N�%'ȝ +[�N�1'ȝ +s�N�='ȝ +��F~7�� +��N�U'ȝ +��N�a'ȝ +��N�m'ȝ +��J>�Y�P���s��'�� �N��'�� +3�N��'ȝ����[SϬv&�=;�֞�v*�=;�� wj�|v���1a�Y���3�*?;��� wj�~v�1��1a�٩���SaZ��4�j�v��1aک5�Sa +�ɵ�Sa Z��4�*B;�� w*lB;�F� w*�B;�v� w*,C+���f�B�qh'�:�N�}h'�@�N��h'�F�N��h%�3�,_�0��Z��ܩ�����ܩ0��ڋ�ܩ���s2��F��\�Q�;v��\�Q�;���\�Q�;֣�|�G�|���kA +r���kD +r���kG +r����MI�|���kM +r���kP +r�¤��kS +r�ª���Yi�/T�vr-KA�Tؖvr�KA�T��vr�KA�TX�V�91�� +#�N��)ȝ +;�N��)ȝ +S�N��)ȝ +k�J>�Y�Pap�ɵ8�Sas��5:�S��s��)�� ��J=��ٽPa|�ɵ>�S���S�� ~$��k� +j�� +���j�/�<D��c� +jc��Sk� +n����k� +r��Ej��$5�� ��N�U*�� +��N�a*ȝ����{lSAmLX�V�9O�� +�N��*ȝ +�N��*ȝ +3�N��*ȝ +K�J>��Y�Pa��ɵV�Sa���5X�Sa��ɵY�Sa�Z��l5�*W;��� w*lW;�ƫ w*�W;��� w*,X�݄5�W*�X;�V� w*�X;��� w*LY;��� w*�Y+���f�B�Ak'ע�N�Mk'ר�N�Yk'�N�ek%���,_�0n��Z��ܩ�o����ܩ0q��ڸ�ܩ�r��s����a��.]�Bc�z��u ZƮo0v�����Ʈ�����Ʈ��?��ϵ���������o��~8?�����7<~NZ���S��x��z��X=>�PZ=f�B��c'���N��c'���N��c'���N��c%���,_��z��Z=�ܩ�z��Z=�ܩ�z��Z=�ܩ�z��s���V��\�G�;V��\�G�;V��\�G�;V��|��|��걓k�r��걓k�r��걓k�r��걒��c�/TX=vr�A�TX=vr�A�TX=vr�A�TX=6��c��TX=vr�A�TX=vr�A�TX=vr�A�TX=V�z��W��{�AmLX=vj���TX=vr�A�Լz��Z=f�3a�ة�z�Sa��ɵz�S��s��#�� ��J=W�ٽPa��ɵz�S��s��#�� ��N��#�� +��J>W�Y�P��s��#�� ��N��#�� +��N��#ȝ +��J>W�Y�Pa��ɵz�Sa��ɵz�Sa��ɵz�Sa�X���1�*�;�V� w*�;�V� w*�;�V� w*�+�\=f�B��c'���N��c'���N��c'���N��c%���,_��z��Z=�ܩ�z��Z=�ܩ�z��Z=�ܩ�z��s���V��\�G�;V��\�G�;V�������zK+ۿ�G�AD2��dΛ�;300�^����r��]�ru������Y��������'��Gk�"%u}�ڡ��N�걑�T�Q�R�z��A�T�;��G�;��N���N�걒��1�*T��\�#ȝ +�c'W�r�B���U=�ܩP=V�Y=f�B�걓�z�S�z��A�T�;��G�;��J>��,_�P=vrU� w*T��\�#ȝ����=�GP��J=���^�P=vrU� wj�;��z�{"T��X�#�� +�c%��c�/�\=v�Q=�ژP=vjU��v*T��\�#ȝ���ʭ�1�� �c�V�n�B���U=�ܩ�z�ܣz�1�z�Գz�� +�c'W�r�B���U=�ܩP=vrU� w*T��|V�Y�P�z��A�T�;��G�;��N���N�걒��1�*T��\�#ȝ +�c'W�r�B���U=�ܩP=6��1�W*T��\�#ȝ +�c'W�r�B���U=�ܩP=V�Y=f�B�걓�z�S�z��A�T�;��G�;��J>��,_�P=vrU� w*T��\�#ȝ +�c'W�r�B�X�g�������#�Шo_(T��~�����w�^r���f�x�V�����~���/��|�����v�/����������/[��i2���{�ؾi�����N��e'Ws �R>�K�;57��|4�$wjn.K�h.I���\vr5� _���,壹$�SssY�GsIr��沔���N��e'Ws �R>�K�;57��|4�$wjn.K�h.I���\vr5� _���,壹$�SssY�GsIr��沔���N��e'Ws �R>�K�;57��|4�$wjn.K�h.I���\V��\f�J��e)�%ɝ���R>�K�;57��|4�$wjn.;��K�/��\��ksIjc��T���N��e)�%ɝ���=�KP;37��z4��vjn.K�h.I���\��ksIjc��S���B��e)�%ɝ���}m.Im��\���\�۩����j.A�PcsY���%�����R=�Kr;57��|4�$wjn.;��K�/��\���\�ܩ��,壹$�SssY�GsIr��沓���B��e)�%ɝ���R>�K�;57��|4�$wjn.;��K�/��\���\�ܩ��,壹$�SssY�GsIr��沓���B��e)�%ɝ���R>�K�;57��|4�$wjn.;��K�/��\���\�ܩ��,壹$�SssY�GsIr��沒��2�Wjn.K�h.I���\���\�ܩ��,壹$�Sss���\�|��沔���N��e)�%ɝ���R>�K�;57��\�%�jn.K�h.I���\���\�ܩ��,壹$�Sss���\�|��沔���N��e)�%ɝ���}m.Im��\vj5��^���,壹$�SSsY�ߚK�'�����N��e'Ws ����}m.Im��\���\�۩��,壹$�ScsٹGs jg��T���N��e)�%ɝ���}m.Im��\vj5��^���,壹$�SssY�GsIr��沔���N��e'Ws �R>�K�;57��|4�$wjn.K�h.I���\vr5� _���,壹$�SssY�GsIr��沔���N��e%��e����\���\�ܩ��,壹$�SssY�GsIr��沓���B��e)�%ɝ���R>�K�;57��|4�$wjn.;��K�/��\���\�ܩ��,壹$�SssY�GsIr��沓���B��e.��^��\�{����2��on._����'���O�����\��%���퇟�������.Ώ�&�O���^~��ƽ~��Ǘ��r�w��g~w��!���B)��S!���3��� +�]'W~r�B~�ɕ߁ܩ��ur�w w*�w�|�wY�P!�����@�T��:��;�;�N���N������.�*�w�\�ȝ +�]'W~r�B~�ɕ߁ܩ��U��e�B����+��S!�����@�T��:��;�;�F~��E�J����+��S!�����@�T��:��;�;�J>�,_�9���#��1!�������T��:��;�;5�w�[�]V;�N���N����+��Ss~G~jcB~W�g~���N���N��]���� �]�V~n�B~W�g~��5�w�{�w�6&�w�Z��� +�]'W~r�B~W�g~���N���N����+��S!�����@�T��*���|�B~�ɕ߁ܩ��ur�w w*�w�\�ȝ +�]%��]�/T��:��;�;�N���N����+��S!���3��� +�]'W~r�B~�ɕ߁ܩ��ur�w w*�w�|�wY�P!�����@�T��:��;�;�N���N������wQ�R!�����@�T��:��;�;�N���N������.�*�w�\�ȝ +�]'W~r�B~�ɕ߁ܩ��U��e�B����+��S!�����@�T��:��;�;�J>�,_���ur�w w*�w�\�ȝ���=�;P�J=��^���ur�w wj��:�5��{"�w�X��� +�]%��]�/Ԝ�u�߁ژ��uj�w�v*�w�\�ȝ��ʭ�.�� �]�V~n�B~�ɕ߁ܩ9���#��1!���3��� +�]'W~r�B~�ɕ߁ܩ��ur�w w*�w�|�wY�P!�����@�T��:��;�;�N���N������.�*�w�\�ȝ +�]'W~r�B~�ɕ߁ܩ��5��.�W*�w�\�ȝ +�]'W~r�B~�ɕ߁ܩ��U��e�B����+��S!�����@�T��:��;�;�J>�,_���ur�w w*�w�\�ȝ +�]'W~r�B~W�g~���X�u�����n_(�w��pܟv�����~��~~�=���������t;m�w�9=6��k~���>�����}��×_�mTx���o3���?����?�O�w��������[������I����#�U��(Tqw^(UqY�P�����@�T��:��8�;��N�*�N�*���*.�*Tq�\Uȝ +U\'Wr�B��UŁܩP�U�Y�e�B�*�����S�����@�T��:��8�;��J>��,_�P�urUq w*Tq�\Uȝ +U\'Wr�B��o��(_�P�urUq w*Tq�\Uȝ +U\'Wr�BW�g��5Wq�{Tq�6&Tq�ZU�� +U\'Wr��*�r���jgBשUŁ۩P�urUq wj��:���@mL��*���{�B��UŁܩ���ܣ��1���Ԫ���T��*���|��*�s�*�Ƅ*�S���S�����@�T��*���|�B��UŁܩP�urUq w*Tq�\Uȝ +U\%�U\�/T��:��8�;��N�*�N�*�����S���䳊�� +U\'Wr�B��UŁܩP�urUq w*Tq�|VqY�P�����@�T��:��8�;��N�*�N�*���*.�*Tq�\Uȝ +U\'Wr�B��UŁܩP�5�*.�W*Tq�\Uȝ +U\'Wr�B��UŁܩP�U�Y�e�B�*�����S�����@�T��:��8�;��J>��,_�P�urUq w*Tq�\Uȝ +U\'Wr�BW�g����N�*�N�*�����SsGjcBW�g����N�*�N�U\��Vq ~O�*����S���䳊���=�8P��N�*�N�*�����SsW�U�e�3���Ԫ���T��:��8�;5Wq�{Tq�6&Tq�zVqٽP�����@�T��:��8�;��N�*�N�*���*.�*Tq�\Uȝ +U\'Wr�B��UŁܩP�U�Y�e�B�*�����S�����@�T��:��8�;��F~S�E�J�*�����S�����@�T��:��8�;��J>��,_�P�urUq w*Tq�\Uȝ +U\'Wr�BW�g����N�*�N�*�����S�����@�T��*���|�BB����U���*.��R���;�v���G���c��{�Vq���o>���Ƿ��ۿ����>���W?y�����_��_>~��1�����Os������q+��yP���<���;�� �;�N�<�N�<���<(�*�A�\yȝ +yP'Wr�B�ɕ�ܩ�U�e�B�<��+�S!��ʃ@�Tȃ:�� �;�F~�E�J�<��+�S!��ʃ@�Tȃ:�� �;�J>�,_�9��#�1!��ʃ��Tȃ:�� �;5�A�[yPV;�N�<�N�<��+�SsԹGjcBT�g���N�<�N�yP�y�� yP�Vn�BT�g��5�A�{�A�6&�A�Zy�� +yP'Wr�BT�g���N�<�N�<��+�S!��ʃ@�Tȃ*�̃�|�B�ɕ�ܩ�ur�A w*�A�\yȝ +yP%�yP�/Tȃ:�� �;�N�<�N�<��+�S!��3�� +yP'Wr�B�ɕ�ܩ�ur�A w*�A�|�AY�P!��ʃ@�Tȃ:�� �;�N�<�N�<����AQ�R!��ʃ@�Tȃ:�� �;�N�<�N�<���<(�*�A�\yȝ +yP'Wr�B�ɕ�ܩ�U�e�B�<��+�S!��ʃ@�Tȃ:�� �;�J>�,_��ur�A w*�A�\yȝ���=� P�J=��^��ur�A wj̃:�5�{"�A�Xy�� +yP%�yP�/Ԝu��ژ�uj�A�v*�A�\yȝ��ʭ<(�� yP�Vn�B�ɕ�ܩ9��#�1!��3�� +yP'Wr�B�ɕ�ܩ�ur�A w*�A�|�AY�P!��ʃ@�Tȃ:�� �;�N�<�N�<���<(�*�A�\yȝ +yP'Wr�B�ɕ�ܩ�5�<(�W*�A�\yȝ +yP'Wr�B�ɕ�ܩ�U�e�B�<��+�S!��ʃ@�Tȃ:�� �;�J>�,_��ur�A w*�A�\yȝ +yP'Wr�BT�g���P��y��ȃn_(�Aᅾ�n��x��<������?8<���t���S㡷4�����_�����ǿ~�����_�u����.��> w>�����]�����4��Q�ݾ��e�_�������۬��0���a>�N�˟�U���d6��r��7+��a2s�|�N_�O��0��y�|:'��=�37���d�P~��a2s�|�N��=&�17̧���ܕ��Y�'��w�����ؙ�����P~��a2s���{|n�oϒ�=qC{�>���G}}��Ƽ�P=�����7��慹a>!����Y�'nh�����K�>Lbcn��_�������٘�����p���g�k� �a��z*���0���a~��O��G=&�17̧�s�I���x������������u���m<���y<Lfcn������w+��a2s�|�F����}}��Ƽo>���á����`v����<�O{<Lfcn�����X~��a2s�|�N�K��a2����=�>���x���0vO�����٘���|y)?��0���a>힞_�O��0��y��t�N�.�ؘ��`v�����_R�a2s�|�������٘�q�we����lL��1ϋ��ٙp-xe֭��lL��2�J�l6&\^�ux6no��2�hv&\^�5���Ƅ��ʬ��l6&��Tf��d�1a�1υ�hv&��Tf��d�1aܧ2k�'�� �>�Y�>�lL��i�s�'�� �>�Y�>�lL������fcOe֘O6�| +�͒O2/L��̚��fcOeֆO6|*�|�٘0�Ә�zO4;3o�T�1ݓ��0�Sy�ۓ�Ƅ՞ʬўl6f��i�Z�^#�^O��\O�z*��z�٘y������}O����;Wz�ؙ��S�5ѓ���=�x��d�{"��T^��d�1a��1�e�hvf���c�'{�a���j�'�� �<�Y�<�lL��i�s�'�� [<�YS<�lL�����fc� +Oe�O6&x�\��fg��Ne��N6�w*��w�٘��S�5���Ƅٝ�<Ww�ٙ��S�5���Ƅ��ʬ��l6&��Tf��d�1aj�1ϥ�hv&��Tf��d�1ad�2kc'�� ;�Y;�lL��i�s]'�� �:�Y�:�lL֩����fcªNe֨N6&u +�͢N2/L�ө̚��fcNe֖N6�t*��t�٘0�Ә�N4;6t*�&t�٘0�S�����Ƅ��ʬ�l6&L�4湜�΄ݜʬٜl6&��Tfm�d�1a1�2k0'�� s9�y��D�3a+�2k*'�� C9�Y;9�l̼�S��HN��'�DN�9Q�L�ǩ̚��fc�q��{����w<XƩ���^c�,Nc��8��̼�S��$N��'� N��N�p*��p�٘y +�k 'z�;8�W38YlL������fc��J<p��=�o�\��bg��Me��M6�o*�vo�٘�zS�5z��Ƅɛ�<o�ٙ�wS�5w��Ƅ��ʬ��l6&,�Tf �d�1a�1ϕ�hv&l�TfM�d�1a�2k�&�� �6�Y�6�lL��)�7�6ɼ0aצ2k�&�� �6�Y�6�lLX�����fcMc�k6��Lز�̚��fcMe֎M6Vl*�Fl�٘0aӘ�M4;�k*��k�٘0^S��]��Ƅ�8@�[O��=�<E�ݾ��a{�e�u�����n�������Dw;��ƀ��:����>|���rw��p��o,�'��|�U�Ƅ�6�{�ч���w^'�>d�B��N���;5o?t�1��jc��C����� +��f"�Wj���c�Ƅ�N�!p;� :�� @�ԼQ�5��΄A�N�Ep;6!:�F!@��8ѩ�� ~O�e�J<�!�z��8D'�:ȝ +��\ w*LDtrmD�ܩ�Q��LD�/T���Z���Sa+��k,�N���N���;#*����� +��\� w*�Ftr G�ܩ0�ɵr��zD%��Y�Pa@��kA�N� �N� �;f$:�v$@�TX���sJ"�*�Itr�I�ܩ�'��5(r�¤D'צȝ +��|�Jd�B�a�N�e �;�%:��%@�T����ڗ��Saa��ω�,_�02�ɵ2r���D'��ȝ +S�\[ w*�MT�97��':�'@�T�����Sav��kw�N��F~3=�+�':��'@�T؟�����Sa���k��N��J>g(�|��!��=�(@mLآ�����Sa���k��N͋�[�Y�L���Z���Sa���k��N���{lS�ژ�NQ��<Ev/T���Z���S�FE�#�6&�Ttj�T�۩�TQ��TE�/�<Vѹ�Z�� {�Z��v*LVtrmV�ܩ�ZQ��lE�/T���Z���Sa���k��N���N�� +�;,*����� +#�\+ w*�Xtr Y�ܩ0e�ɵer�E%�sY�PaТ�k��N�M�N�Q�;f-:�v-@�TX���s�"�*�[tr�[�ܩ�o��5pr���E'��ȝ ++�|�\d�B���N���;�.:��.@�T����ڻ��Sa��L^D�J�ыN���;v/:��/@�T����ھ��Sa������,_�0��ɵ�r��F'�ȝ +3�\; w*,aT�9����0:��0@�T�������Sa��k�N�U�J>g1�|��0F'�2ȝ +��\� wj����c�Ƅ��J='2�{��HF'�Jȝw2:�u(��0�щ��j��ZF%�sY�P�`F���6&lftj�f�۩0��ɵ�r���ʭ錬v&�gtj�g�۩����5�r�� ��=64@mLXѨ�sF#�*itr-i�ܩ����5�r�F'מȝ +��|Njd�B�Q�N�U �;v5:��5@�T��������Sa]���y�,_�0��ɵ�r���F'��ȝ +3�\; w*,m4(_�0��ɵ�r���F'��ȝ +��\� w*�nT�9����7:��7@�T�������Sa~��k�N��J>'8�|��G'� +ȝ +;�\C w*Lq�%�n�^h�qܾPZ�o��qi���_���7�a�c<6�8�s�χo��ï���������O���u��_w���L���k�;��7>�Y��WV=�ơ���:���S�����A��X�w�k=��D��+��z�B=��UσܩP�wr�� w*��\�<ȝ +�|%��|�/T��;��y�;��N�z�N�z�����S���䳞�� +�|'W=r�B=��UσܩP�wr�� w*��|��Y�P�����A�T��;��y�;��N�z�N�z���z>�*��\�<ȝ +�|'W=r�B=��UσܩP�W�Y�g�B�z�����S�����A�T��;��y�;��J>��,_�P�wr�� w*��\�<ȝ +�|'W=r�B=_�g=����N�z�N�z�����S�����A�T���M=�+��N�z�N�z�����S�����A�T��+���|��z�s�z�Ƅz�S���S�����A��\�Wn��Y�L��;��yp;��N�z�N��|��<�� �|���|v/T��;��y�;5��{��6&��Z�<�� +�|%��|�/�\�w�QσژP�wj���v*��\�<ȝ +�|%��|�/T��;��y�;��N�z�N�z�����S���䳞�� +�|'W=r�B=��UσܩP�wr�� w*��|��Y�P�����A�T��;��y�;��N�z�N�z���z>�*��\�<ȝ +�|'W=r�B=��UσܩP�W�Y�g�B�z�����S�����A�T��;��y�;��F~S�G�J�z�����S�����A�T��;��y�;��J>��,_�P�wr�� w*��\�<ȝ +�|'W=r�B=_�g=����N�z�N�z�����S�����A�T��+���|�B=��UσܩP�wr�� wj��;���AmL��+���{�B=��Uσܩ�����z��P�wb��v*��|��Y�Ps=߹G=jcB=ߩUσ۩P�wr�� wj��+����v&��Z�<�� +�|'W=r��z�s�z�Ƅz�R�z>�*��\�<ȝ +�|'W=r�B=��UσܩP�W�Y�g�B�z�����S�����A�T��;��y�;��J>��,_�P�wr�� w*��\�<ȝ +�|'W=r�B=��o��(_�P�wr�� w*��\�<ȝ +�|'W=r�B=_�g=����N�z�N�z�����S�����A�T��+���|�B=��UσܩP�wr�� w*���n�yx�Q�߾P������z<���5��?v��}=��a�}xو篏���������������-�?}��kp�_����7����}y=�:ze���ܻ���$�P�$H�ԜI��I�ܩ9����$@�Ps&Q�G&Ar��L���L��N͙D)�ɝ�3�J>3�,_�9�(�#� �Ss&Q�G&Ar��L���L��N͙D'W&�3��}�$Hm̜I��I�۩9�(�#� �Sc&ѹG&jg�L�T�L��N͙D)�ɝ3��}�$Hm̜Itje�^�9�(�#� �Sc&Q������3�R=2 r;5g�\��j�$J�5� �1s&Q�G&An��L���L��N͙D'W&�3�R>2 �;5g�|d$wj�$J��$H�ԜItre _�9�(�#� �Ss&Q�G&Ar��L���L��N͙D'W&�3�R>2 �;5g�|d$wj�$J��$H�ԜItre _�9�(�#� �Ss&Q�G&Ar��L���L��N͙D'W&�3�R>2 �;5g�|d$wj�$J��$H�ԜIT�Id�J͙D)�ɝ�3�R>2 �;5g�|d$wj�$:�2 �/ԜI��I�ܩ9�(�#� �Ss&Q�G&Ar��L��+���B͙D)�ɝ�3�R>2 �;5g�|d$wj�$:�2 �/ԜI��I�ܩ9�(�#� �Sc&Q������3�N�L�5g�|d$wj�$J�[&A��ĜI��I�ک9����$@�Pc&Q������3�R=2 r;5g�|d$wj�$:��$@�̜I��I�۩9�(�#� �Sc&Q������3�N�L�5g�|d$wj�$J��$H�ԜI��I�ܩ9����$@�Ps&Q�G&Ar��L���L��N͙D)�ɝ�3�N�L�5g�|d$wj�$J��$H�ԜI��I�ܩ9���3���3�R>2 �;5g�|d$wj�$J��$H�ԜItre _�9�(�#� �Ss&Q�G&Ar��L���L��N͙D'W&�3�R>2 �;5g�|d$wj�$�a�*���>�����L"�ђI<A&q:�.�a�$�S3���������덂�KK.?O��������UB� /���o��❛��n��>۷�ڙ�6�R=n3$�S�m��|�fHr���K��m�$~O̷vb�fꅚo3,��6C�;5�fX��m�$wj�Ͱ���I��|�a'�m� _��6�R>n3$�S�m��|�fHr���K��͐�Nͷvr�f�o3,��6C�;5�fX��m�$wj�Ͱ���I��|�a'�m� _��6�R>n3$�S�m��|�fHr���K��͐�Nͷvr�f�o3,��6C�;5�fX��m�$wj�Ͱ���I��|�a'�m� _��6�R>n3$�S�m��|�fHr���K��͐�Nͷvr�f�o3,���A�T��;�2}�;2�N�L�N�L���L?�*d��\�>ȝ +�~'W�r�B��ɕ�ܩ��7�L?�W*d��\�>ȝ +�~'W�r�B��ɕ�ܩ��W��g�B͙~��>�� �~�V�n�B��ɕ�ܩ9ӯ����ڙ��wje��v*d��\�>ȝ�3��=2}P2�J=3��^���wre� wj��;���AmL��;�2}p;2�J>3�,_�9���#��1!�������T��;�2}�;2�J>3�,_���wre� w*d��\�>ȝ +�~'W�r�B�_�g���2�N�L�N�L��+��S!�����A�T��+����|�B��ɕ�ܩ��wre� w*d��\�>ȝ +�~%��~�/T��;�2}�;2�N�L�N�L��+��S!ӯ�3��� +�~'W�r�B��ɕ�ܩ��wre� w*d���&ӏ� +�~'W�r�B��ɕ�ܩ��wre� w*d��|f�Y�P!�����A�T��;�2}�;2�N�L�N�L���L?�*d��\�>ȝ +�~'W�r�B��ɕ�ܩ��W��g�B�L��+��S!�����A�Ԝ�w��ژ��W��g�B�L��+��Sc�ߩ��>��!�����A�T��+����|��L�s�L�ƄL�S+��S!�����A�Ԝ�Wne�Y�L��;�2}p;2�N�L�N͙~��>�� �~���~v/T��;�2}�;2�N�L�N�L��+��S!ӯ�3��� +�~'W�r�B��ɕ�ܩ��wre� w*d��|f�Y�P!�����A�T��;�2}�;2�N�L�N�L���d�Q�R!�����A�T��;�2}�;2�N�L�N�L���L?�*d��\�>ȝ +�~'W�r�B��ɕ�ܩ��W��g�B�L��+��S!�����A�T��ci�e��B#ӿ}���7�ͷ��/�O�鏧f��f�����~���^��x~���O�n�&������6���B�r<��-CG|�uRGn�BG\�gG��:�N���N�����#�S�#���A�T�+�숳|�BG����ܩ�wru� w*tĝ\1ȝ +q%�q�/T�;�:b�;:�N���N�����#�S�#��#�� +q'WGr�BG����ܩ�wru� w*tĕ|v�Y�P�#���A�T�;�:b�;:�N���N����ώ8�*tĝ\1ȝ +q'WGr�BG����ܩ�W��g�B�����#�S�#���A�T�;�:b�;:�F~�G�J�����#�S�#���A�T�;�:b�;:�J>;�,_��#�ܣ#�1�#�����T�;�:b�;5wĕ[qV;:�N���N�����#�SsGܹGGjcBG\�gG��:�N���N�q�1�� q�VGn�BG\�gG��5wĝ{tĠ6&tĝZ1�� +q'WGr�BG\�gG��:�N���N�����#�S�#���A�T�+�숳|�BG����ܩ�wru� w*tĝ\1ȝ +q%�q�/T�;�:b�;:�N���N�����#�S�#��#�� +q'WGr�BG����ܩ�wru� w*tĕ|v�Y�P�#���A�T�;�:b�;:�N���N�����t�Q�R�#���A�T�;�:b�;:�N���N����ώ8�*tĝ\1ȝ +q'WGr�BG����ܩ�W��g�B�����#�S�#���A�T�;�:b�;:�J>;�,_��wru� w*tĝ\1ȝ�;��=:bP:�J=;��^��wru� wj�;��#�{"tĝX1�� +q%�q�/��w���ژ�wju��v*tĝ\1ȝ�;�ʭ�8�� q�VGn�BG����ܩ�#�ܣ#�1�#�Գ#�� +q'WGr�BG����ܩ�wru� w*tĕ|v�Y�P�#���A�T�;�:b�;:�N���N����ώ8�*tĝ\1ȝ +q'WGr�BG����ܩ�7�8�W*tĝ\1ȝ +q'WGr�BG����ܩ�W��g�B�����#�S�#���A�T�;�:b�;:�J>;�,_��wru� w*tĝ\1ȝ +q�`ێ^htķ/������?펇˟^ǎx�z������O����|���szl�ģ#�?��_?~��/�_>�+�_Og���7�3���y����z��+���z��{�����ˁ�;�s���0���a~�=>>������v�|܉��u�:ȝ�oZ�ܺi=�� 7�wjݴn��M�\7��ܩ��N}�i��p�z%�7�g�B���;�nZ�S��N���A�TXH��ZH��Sa!��υ�,_����ɵ��r��BB'�Bȝ + �\ w*,$T�:�@�TXH��ZH��Sa!��k!�N���J>�|��BB'�Bȝ + �\ w*,$tr-$�ܩ��P��BB�/TXH��ZH��Sa!��k!�N���N���;*�\H�� + �\ w*,$tr-$�ܩ���ɵ��r��BB%� Y�Pa!��k!�N���N���;:�@�TXH��s!!�*,$tr-$�ܩ���ɵ��r��BB'�Bȝ + ��f!!�W*,$tr-$�ܩ���ɵ��r��BB'�Bȝ + �|.$d�B� �{,$�ژ��Щ���n��BB'�Bȝ�*��ڙ��Щ���n��BB'�Bȝ�:�XH��1a!�Rυ��^����ɵ��r�慄�=@mLXH��ZH��Sa!��υ�,_�y!�s��P:���TXH��ZH��Sa!��υ�,_����ɵ��r��BB'�Bȝ + �\ w*,$T�:�@�TXH��ZH��Sa!��k!�N���J>�|��BB'�Bȝ + �\ w*,$tr-$�ܩ��P��BB�/TXH��ZH��Sa!��k!�N���N���;*�\H�� + �\ w*,$tr-$�ܩ���ɵ��r��BB#�YH�� + �\ w*,$tr-$�ܩ���ɵ��r��BB%� Y�Pa!��k!�N���N���;:�@�TXH��s!!�*,$tr-$�ܩ���ɵ��r��BB'�Bȝ + �|.$d�B���N���;:�@�Լ�й�B�� �z.$d�B���N���;5.$t��B��a!�k!�N���J>�|�慄�=@mLXH��ZH��Sa!��k!�N� �[ Y�LXH��ZH��Sa!��k!�N� �{,$�ژ��P��BBv/TXH��ZH��Sa!��k!�N���N���;*�\H�� + �\ w*,$tr-$�ܩ���ɵ��r��BB%� Y�Pa!��k!�N���N���;:�@�TXHh�7 Q�Ra!��k!�N���N���;:�@�TXH��s!!�*,$tr-$�ܩ���ɵ��r��BB'�Bȝ + �|.$d�B���N���;:�@�TXHq���/4n_h�^Ho�,$<�B���(.Ge`!a<6�ׅ�����w���/~���?~���ǯ�V��u�� ��[ ���a��ܿ^v!���s�^y��7v//��/tG~}�Nݐ?��k��è6���{y:������v��R�رh�7�Q�R�:F���6&�ctj�c�۩���ɵ�r��u�ʭu��v&�ctj�c�۩���ɵ�r��u�N}]���{"�cT⹎���1:��1@�TX���Z���Sa��k�N�u�J>�1�|��:F'�:ȝ +��\� w*�ctr�c�ܩ��Q��:F�/TX���Z���Sa��k�N�u�N�u�;�1*�\��� +��\� w*�ctr�c�ܩ���ɵ�r��:F%��Y�Pa��k�N�u�N�u�;�1:��1@�TXǨ�s#�*�ctr�c�ܩ���ɵ�r��:F'�:ȝ +��|�cd�B�u�N�u�;�1:��1@�TX���Z���Sa���u�,_����ɵ�r��:F'�:ȝ +��\� w*�c4�u�(_����ɵ�r��:F'�:ȝ +��\� w*�cT�5�ctjc�:F��:�� +��\� wj^Ǩ�Z��jg�:F��:�� +��\� wj^���c�Ƅu�J=�1�{��:F'�:ȝ��1:�X���1a�Sk�N�u�J>�1�|��u��=�1@mLX���Z���Sa��k�N�u�J>�1�|��:F'�:ȝ +��\� w*�ctr�c�ܩ��Q��:F�/TX���Z���Sa��k�N�u�N�u�;�1*�\��� +��\� w*�ctr�c�ܩ���ɵ�r��:F%��Y�Pa��k�N�u�N�u�;�1:��1@�TXǨ�s#�*�ctr�c�ܩ���ɵ�r��:F'�:ȝ +���f#�W*�ctr�c�ܩ���ɵ�r��:F'�:ȝ +��|�cd�B�u�N�u�;�1:��1@�TX���Z���Sa���u�,_����ɵ�r��:F'�:ȝ +��\� w*�cT��1:��1@�TX���Z���S�:F���6&�cT깎���1:��1@�Ը�ѩ�� ~O�u�N�uP;�1*�\����1:�X���1a�Sk�N�u�N�u�;5�cTn�cd�3a�Sk�N�u�N�u�;5�ctjc�:F���ٽPa��k�N�u�N�u�;�1:��1@�TXǨ�s#�*�ctr�c�ܩ���ɵ�r��:F'�:ȝ +��|�cd�B�u�N�u�;�1:��1@�TX���Z���Sa��߬cD�J�u�N�u�;�1:��1@�TX���Z���Sa���u�,_����ɵ�r��:F'�:ȝ +��\� w*�cT��1:��1@�TX���Z���Sa#�9���Bc����:Fx�?^������f�v�ݩ��aw��G_����px�X=�>���6�������??}��������/?���?��ᇟ>�K����<�F쯷ߝ^�������A��gt����B��� +EP'Wr�B��U�ܩPurA w*A�|AY�P���*�@�T(�:�� �;��N�"�N�"���"(�*A�\Eȝ +EP'Wr�B��U�ܩP5�"(�W*A�\Eȝ +EP'Wr�B��U�ܩPU�Ye�B�EP�E�� EP�Vn�B��U�ܩ���*��ڙPujA�v*A�\Eȝ����=� P��J=���^�PurA wj.�:�(�@mL(�:�� p;��J>��,_���ܣ�1���*���T(�:�� �;��J>��,_�PurA w*A�\Eȝ +EP'Wr�BT�g����N�"�N�"����S���*�@�T(�*�,��|�B��U�ܩPurA w*A�\Eȝ +EP%�EP�/T(�:�� �;��N�"�N�"����S����� +EP'Wr�B��U�ܩPurA w*A����� +EP'Wr�B��U�ܩPurA w*A�|AY�P���*�@�T(�:�� �;��N�"�N�"���"(�*A�\Eȝ +EP'Wr�B��U�ܩPU�Ye�B�"����S���*�@��\u�Q�ژPU�Ye�B�"����Scԩ�E�����*�@�T(�*�,��|��"�s�"�Ƅ"�S��S���*�@��\UnAY�L(�:�� p;��N�"�N�EP�E�� EP��EPv/T(�:�� �;��N�"�N�"����S����� +EP'Wr�B��U�ܩPurA w*A�|AY�P���*�@�T(�:�� �;��N�"�N�"���AQ�R���*�@�T(�:�� �;��N�"�N�"���"(�*A�\Eȝ +EP'Wr�B��U�ܩPU�Ye�B�"����S���*�@�T(�B��A�B��}�T�7��E��uw�������,��EП>����_��oo��_�}������~����}���������ǧ>��:;��;7��~ا��Lh���?�����pw�&���S�\%�'�|��p�{���1�\�� 8p;N�ur���S�\%�'�|�� �N�p w*����:r�� �N�p w*�����\�/T8��u�N�p�\'�@�T8��u�N�p�|���� +'�:�N��ܩp���ȝ +'�:�N��ܩp���pY�P�\'� 8�;N�ur���S�\'� 8�;N�U�y.�*����:r�� �N�p w*����:r�� �F~s.�W*����:r�� �N�p w*����:r�� �J>O�e�B�p�\'�@�T8��u�N�p�\'�@�T8W�� �,_�p���ȝ +'�:�N��ܩp���ȝ +'�*�<��N�ur���S�\'� 8�;5������� '�*�<��N�ur���S� �N}=��D8u�N�p�|����O�u�q�Ƅp�Z'���T8��u�N�'�*�N�e�3�\�� 8p;N�ur���S� ��=N��ژp�R�pٽP�\'� 8�;N�ur���S�\'� 8�;N�U�y.�*����:r�� �N�p w*����:r�� �J>O�e�B�p�\'�@�T8��u�N�p�\'�@�T8��oN�E�J�p�\'�@�T8��u�N�p�\'�@�T8W�� �,_�p���ȝ +'�:�N��ܩp���ȝ +'�*�<��N�ur���S�\'� 8�;N��CY� 8x�q����O�'����?펇˟^�pg�����χ�����e��x��س��=�&�����{|���e�;�~~��Ǎ��B8=~��ĝwϽ{��ݟ�����6��*O�|�n����ᥕ_�F�S7�ϻ����ʯO�ܩ������u�=�jc�7��w����3O�{�n����C����Q�� ����v�=�jcn����ӱ�̯O�۩����_����1�\O�|�n��_��e�~{���0�����V}}�Nݐ����K��_�F�S������ŕ��0���a>�_O��=�F�S7�ϻ������(w���{�?��Ϣ�=��q�ۿ<��x��uC~�^���>�F�S7������0���4ʝ�!?7���c�>�r�ޗ�����~��i�/� ���y<��x�Nݐ���������(w����<<=����(w�}�q�{x}j?��4����{:=��x�Nݐ?�^^ڏ}<�r�n�O����c�>�r�ޗ?�������T��4������_��i�;uC~�v���>�F�S7��߭?���(w�}�������;�`]�&�Bݐ������Y�x�Nݐ������cO�ܩ�qQX'��c w*\?V���cY�P���N���@�T�~����1�;���~�N���*��~,�*\?��u�ȝ +ur]?r���c�\�ܩp�X%�e�B���:���S���N���@�T�~����1�;�k�7E�J���:���S���N���@�T�~����1�;������,_�����=��1���N�����T�~����1�;5_?V�u�XV;��Ժ~�N���:���S��c�{\?jc��c�z^?�����~�N�u�1�jc��J��� +�� +�+�|��d�B��+�{���ژ0�ҩ5�n���J'�� +ȝ +�+�|��d�B��N���;�W:��W@�T_��_�Sa|����,_�0���5�r���J'�� +ȝ +�+�\�+ w*��T�9����W:��W@�T_��_�Sa|��k|�N��J>�W�|���J'�� +ȝ +�+�\�+ w*��tr���ܩ0�R���J�/T_��_�Sa|��k|�N��N���;�W���J��T_��_�Sa|��k|�N��N���;�W*�_�� +�+�\�+ w*��tr���ܩ0���5�r���J%��+Y�Pa|��k|�N��N���;�W:��W@�T_��s|%�*��tr���ܩ0���5�r����=�W@mL_��s|%�*��tr���ܩq|�S_�W@���+�X�+�v*��T�9���5��t�1�jc��J��� +�� +�+�\�+ wj_��_�jg��J��� +�� +�+�\�+ wj_��c|�Ƅ�J=�W�{���J'�� +ȝ +�+�\�+ w*��tr���ܩ0�R���J�/T_��_�Sa|��k|�N��N���;�W*�_�� +�+�\�+ w*��tr���ܩ0���5�r���J#�_�� +�+�\�+ w*��tr���ܩ0���5�r���J%��+Y�Pa|��k|�N��N���;�W:��W@�T_��s|%�*��tr���ܩ0���5�r���J��W������ퟷ�W�}�M����3�4�r������[�9��ː��W�驷��ux�~�\,����_��/�t����yxx��_��[گ�����_��WX?������~z��c;û�B!�#�Ss�W�G�Gr�������N�^'W��3�R>2<�;5gx�|dx$wj��J���H�Ԝ�urex _�9�+�#�#�Ss�W�G�Gr�������N�^'W��3�R>2<�;5gx�|dx$wj��J���H�Ԝ�urex _�9�+�#�#�Ss�W�G�Gr�������N�^%�^��Ԝ���ܩ9�+�#�#�Ss�W�G�Gr����+��B�^�fx�6f��J�����Ԝ���ܩ1���#��3s�W�G�Gn�������N�^�fx�6f��:�2<p/Ԝ���ܩ1�+������^����3�N��5fx����ژ9�+�#�#�Ss�W�G�Gr����+��B�^)ɝ�3�R>2<�;5gx�|dx$wj��:�2<�/Ԝ���ܩ9�+�#�#�Ss�W�G�Gr����+��B�^)ɝ�3�R>2<�;5gx�|dx$wj��:�2<�/Ԝ���ܩ9�+�#�#�Ss�W�G�Gr����+��B�^)ɝ�3�R>2<�;5gx�|dx$wj��*���|�������N�^)ɝ�3�R>2<�;5gx�\�j��J���H�Ԝ���ܩ9�+�#�#�Ss��ɕ�|�������N�^)ɝ�3�R>2<�;5gx�\�j��J���H�Ԝ���ܩ1�+������^�V�3�R>2<�;5ex��-�#�{b��J���H�Ԝ�urex _�1�+������^����3�R>2<�;5fx�{dx�vf��J�����Ԝ���ܩ1�+������^�V�3�R>2<�;5gx�|dx$wj��J���H�Ԝ�urex _�9�+�#�#�Ss�W�G�Gr�������N�^'W��3�R>2<�;5gx�|dx$wj��J���H�Ԝ�U��e�J�^)ɝ�3�R>2<�;5gx�|dx$wj��:�2<�/Ԝ���ܩ9�+�#�#�Ss�W�G�Gr����+��B�^)ɝ�3�R>2<�;5gx��2<z��s�^h����7��w��j�{����w������o�����O���"�~��7��㯳�����u?4��x�ݫn�}�}��&�1��Хz�Mn����+��:�Wj��t_�&�1��Хz�Mn����K����N��Cw�q?4����.��~hr;5�]����$wj��T��M���|?t'��Р^��~�R>�&�S��Х|�Mr����K����N��Cwr� ��.��~h�;5�]����$wj������I��|?t'��� _��~�R>�&�S��Х|�Mr����K����N��Cwr� � +��\� w*Str S�ܩ0L��5Lr��0E%��Y�Pa���k��N�a�N�a +�;�):��)@�T���s�"�*Str S�ܩ0L��5Lr��0E'�0ȝ +��|Sd�B�a�N�a +�;�):��)@�T������Sa����a�,_�0L��5Lr��0E'�0ȝ +��\� w*S4�a�(_�0L��5Lr��0E'�0ȝ +��\� w*ST�9L��5St�1Ljc�0E��0�� +��\� wj�����jg�0E��0�� +��\� wj���c��Ƅa�J=�)�{��0E'�0ȝ��):����1a��Sk��N�a�J>�)�|��a��=�)@mL������Sa���k��N�a�J>�)�|��0E'�0ȝ +��\� w*Str S�ܩ0LQ��0E�/T������Sa���k��N�a�N�a +�;�)*���� +��\� w*Str S�ܩ0L��5Lr��0E%��Y�Pa���k��N�a�N�a +�;�):��)@�T���s�"�*Str S�ܩ0L��5Lr��0E'�0ȝ +���f�"�W*Str S�ܩ0L��5Lr��0E'�0ȝ +��|Sd�B�a�N�a +�;�):��)@�T������Sa����a�,_�0L��5Lr��0E'�0ȝ +��\� w*ST�9L���):��)@�T������S�0E���6&ST�9L���):��)@��8Lѩ�� ~O�a�N�a +P;�)*���):����1a��Sk��N�a�N�a +�;5STn Sd�3a��Sk��N�a�N�a +�;5St�1Ljc�0E���ٽPa���k��N�a�N�a +�;�):��)@�T���s�"�*Str S�ܩ0L��5Lr��0E'�0ȝ +��|Sd�B�a�N�a +�;�):��)@�T������Sa����SD�J�a�N�a +�;�):��)@�T������Sa����a�,_�0L��5Lr��0E'�0ȝ +��\� w*ST�9L���):��)@�T������Sa�",*���Bc�����0Ex��>L�|���)�;h���:L�O?}|���ӧ/��\W*����Ϭ��˹���بxںz&�7��T߾tH��OJ�A�TH�;��j�;��N���N����Ϥ:�*$՝\I5ȝ +Iu'WR r�BR�ɕT�ܩ�TW�Tg�B����+��S!���J�A�TH�;��j�;��J>��,_��Twr%� w*$՝\I5ȝ +Iu'WR r�BR]�gR����N���N����+��S!���J�A�TH�+�L��|�BR�ɕT�ܩ�Twr%� w*$՝\I5ȝ +Iu%�Iu�/TH�;��j�;��N���N����+��S!���3��� +Iu'WR r�BR�ɕT�ܩ�Twr%� w*$Ս�&��� +Iu'WR r�BR�ɕT�ܩ�Twr%� w*$Օ|&�Y�PsRݹGR jcBRݩ�T�۩�Twr%� wjN�+���v&$՝ZI5�� +Iu'WR r�椺s���Ƅ��RϤ:�*$՝\I5ȝ����=�jP��N���N����Ϥ:�jN�;�H�AmLH�;��jp;��N���N����Ϥ:�*$՝\I5ȝ +Iu'WR r�BR�ɕT�ܩ�TW�Tg�B����+��S!���J�A�TH�;��j�;��J>��,_��Twr%� w*$՝\I5ȝ +Iu'WR r�BR]�gR����N���N����+��S!���J�A�TH�+�L��|�BR�ɕT�ܩ�Twr%� w*$՝\I5ȝ +Iu#�I��|�BR�ɕT�ܩ�Twr%� w*$՝\I5ȝ +Iu%�Iu�/TH�;��j�;��N���N����+��S!���3��� +Iu'WR r�BR�ɕT�ܩ�Twr%� w*$Օ|&�Y�P!���J�A�TH�;��j�;5'՝{$ՠ6&$Օz&�ٽP!���J�A�ԘTw�kR ��DH�;��jP;��J>��,_�9���#��1!���J���TH�;��j�;5'Օ[IuV;��N���N����+��SsRݹGR jcBR]�gR����N���N����+��S!���J�A�TH�+�L��|�BR�ɕT�ܩ�Twr%� w*$՝\I5ȝ +Iu%�Iu�/TH�;��j�;��N���N����+��S!�n�7Iu��TH�;��j�;��N���N����+��S!���3��� +Iu'WR r�BR�ɕT�ܩ�Twr%� w*$Օ|&�Y�P!���J�A�TH�;��j�;����I5��H�o_(%��~{R�t<�|��JI�xl$Շ����/�y���4����ӯ�����oڟ ���"��x��+.���t؝�/w_���4ʝ�!�.��ɯO�ܩ�����?3���aT��u�{<=���x��uC~ؽ���|<�r�nȟw�ϵ��aTs�|�f���g~}�N��<����ӡ��i��� �����v��o�ژ��7���Ҫ�O�۩��W��?���(w�}����\���r_&�37̇��������v��y�?����x�Nݐ�v��G��Y�'n�p���J<�O�z���I'�� ȝ +�'�\�' w*̟tr͟�ܩ0R���I�/T�?��?�Sa���k��N���N���;�O*��?�� +�'�\�' w*̟tr͟�ܩ0��5r���I%��'Y�Pa���k��N���N���;�O:��O@�T�?��s�$�*̟tr͟�ܩ0��5r���I'�� ȝ +�'�|Οd�B���N���;�O:��O@�T�?��?�Sa������,_�0��5r���I'�� ȝ +�'�\�' w*̟T�9���O:��O@�T�?��?�Sa���k��N���F~3�+�O:��O@�T�?��?�Sa���k��N���J>�O�|�����=�O@mL�?�Ԛ?�Sa���k��N��'�[�'Y�L�?�Ԛ?�Sa���k��N��'�{̟�ژ0R���Iv/T�?��?�S��I��'�6&̟tj͟�۩0R���I�/�<ҹ�� �� �'�Z�'�v*̟tr͟�ܩ0R���I�/T�?��?�Sa���k��N���N���;�O*��?�� +�'�\�' w*̟tr͟�ܩ0��5r���I%��'Y�Pa���k��N���N���;�O:��O@�T�?��s�$�*̟tr͟�ܩ0��5r���I'�� ȝ +�'�|Οd�B���N���;�O:��O@�T�?��?�Sa����̟D�J���N���;�O:��O@�T�?��?�Sa������,_�0��5r���I'�� ȝ +�'�\�' w*̟T�9���O:��O@�T�?��?�Sa���k��N���J>�O�|���I'�� ȝ +�'�\�' wj�?��c��Ƅ��J=�O�{���I'�� ȝ�O:�u���0҉5j���I%��'Y�P��I��'�6&̟tj͟�۩0��5r����ʭ���v&̟tj͟�۩0��5r�����=�O@mL�?��s�$�*̟tr͟�ܩ0��5r���I'�� ȝ +�'�|Οd�B���N���;�O:��O@�T�?��?�Sa������,_�0��5r���I'�� ȝ +�'�\�' w*̟4���(_�0��5r���I'�� ȝ +�'�\�' w*̟T�9���O:��O@�T�?��?�Sa���k��N���J>�O�|���I'�� ȝ +�'�\�' w*̟���v�^h̟ܾP�? o���O��˞�͟������:��_��2��/����ǯ_>|��������������?|�����?}���_}�����O?����_�����_�������y���x�*w�������rs�&�����t8Cs���;��T�y�&�*����:Cr���N�34 w*����:Cr���J>��d�B�34�\gh@�T8C��u��N�34�\gh@�T8CS���,_�p���� ȝ +gh:��Ѐܩp���� ȝ +gh*�<C����tr���S�M'��;��tr���S�M#�9C�+��tr���S�M'��;��tr���S�M%�gh�|���N�34 w*����:Cr���N�34 w*�����M�/T8C��u��N�34�\gh@�T8C��u��N�34�|���� +gh:��Ѐܩp���� ȝ���t�q��Ƅ34�z���� +gh:��Ѐܩ�M�����{"����:Cj���J>��d�B�gh:�8Cjc��N�34�v*����:Cr��34�[gh�ڙp��S� �� +gh:��Ѐܩ�M�gh@mL8CS����^�p���� ȝ +gh:��Ѐܩp���� ȝ +gh*�<C����tr���S�M'��;��tr���S�M%�gh�|���N�34 w*����:Cr���N�34 w*��i�7gh�|���N�34 w*����:Cr���N�34 w*�����M�/T8C��u��N�34�\gh@�T8C��u��N�34�|���� +gh:��Ѐܩp���� ȝ +gh� ��8Cs�B�����F�S�p��3�p���Ϸ����?�O�����6�>u=@3���鯟�}����0����������ˇo��ï��3��/?��/�~�p�w~���u��x��/����D��r:n��{b����n~��kb�˄1��}O�)��;�Ģؙ�#V�5#����#b�xl�e�{",�U^ �e�1a>�1���hvf���c:,{�a8��j7,�� �a�Y�a�lL�k�s1,�� {a�Ysa�lL��:��ƄS��Y��٘pı1����L8�X�u�1�� �+��6f�1�dce���l6&kl��Tc4;�4Vfi�fc�ʬ��lL8�X�u�1�� G�<��΄s��Y��٘p��2�c6N0Vf`�fc����<O/F�3��be���l6&\��:���ƄS��Y��٘pd�0ߜXL� �+��+f�1�be�Y�l6&�T��:���Ƅc��y�R�fg��ʬ#��lL8�X�u>1�� �+�'f�1�hbc�'�ٙp.�2�Xb6%Vf�I�fc�ʬ��lL8�ؘ�i�hv&�E��:���Ƅ���Y��٘�b%���=� 6�y1�� �+��f�1����{={���xp���a��6�y�0����V�q�0{���a��y�,6&�6��:l����G �NF��a��1�,6&2��:c����'+�8`���p����ӅQ�L8[X�u�0�� +��f�1�Tae֡�l6&)l��Da4;�Vf'�fc�a�ʬ���lL8IX�u�0�� ��<E�΄3��YG�٘p��2��`6NVf�fc����|sr0�&���:6��ƄC��Yg�٘pb�2��`6�6�yZ0�� g+�� +f�1�`e�9�l6&���:$��Ƅ#��y��fg���ʬ��lL8X�u60�� '�����یs�7o��n��o>x�M����|*p<�v,��z,����?���O����������oO�}���ϟ�}�u���p<�����z��t8�6>��v���_����{�cX�>�v����y�;���(w�}�q�{x��ӥ���I�P7�������_�F�S7�ϻ����cO�ܩ�������دO�ܩ��O�o���O�J>�&�Bݐ����k����Q�� ���9���x�Nݐ����C��_�F�S�˟��������$_���ߟZ��i�;uC~�vۏ}<�r�n�O�H���4ʝz_��p��������$_�����rl?��4ʝ�!:�[�����4ʝ�!?;OO��~}�N�/?����s����I�P7��o���~��i�;uC~�v_ڏ}<�r�n�����tl�קQ���������~��i�/� �aw�g_����Q�� ���>��x�Nݐ�v�Ӿ�دO�ܩ�O�=<���ew���i��� ���y~<����(w���w��V~}�Nݐ���������(w�}�������cO�|�n���N����0���a>���S������� ���yx�?���(w�F ��{ym�ׇI�� �a�xz��ק��� ��$;��K�;5ח�{䗠6&��z�ٽP����0A�Ԝav��a�ژPbvj���v*Ę�|֘Y�Ps�ٹG� jcB�٩�d�۩Pevre� w*���|��Y�P����3A�T�3;��L�; +�N�D�N�H���J3�*t��\�&ȝ +�f'W� r�B��ɕk�ܩlV�Ylf�B�f��+��S!����6A�T(7;��M�;��J>��,_��ovr� w*$��\ 'ȝ +g'W� r�B�Y�gə�Z�N���N�������S����J:A�T�:�M��+��N���N�������S�����;A�T<+�,<�|�B���y�ܩ�yvru� w*���\�'ȝ +�g%��g�/T�=;��O�;��N���N�곓+��S!������ +�g'W� r�B�����ܩ����#�1!�Գ�� +h'W +r���S_[P�'B ډ���ک�V�Y�f�B�Mh�Q(�� Yh�V +n�B�ɕ��ܩ9�ܪC�ڙЇvj��v*$��\�(ȝ�+��=2QPB�J=K��^�ЊvrŢ w*䢝\�(ȝ +�h'W2 +r�B4Z�g5����N�p�N�t����S����GA�TH+�,H�|�BC����ܩ��vru� w*���\))ȝ +1i#��I�|�BO����ܩ��vr5� w*T��\Y)ȝ +ai%�ei�/ThK;��R�;��N���N�´�+1�S!2��2�� +�i'Wh +r�Bj��՚�ܩP��&��M�Foz�B����4������xx��.N�������~��I��u���szl4��qŧ���������/����������O���ki�x�]��~#�w{�^�?���L�w���?u����z^���?/��#�>�r�nD����p�{%O�|�n�����k+�>�r�n�G����ܩ�wr�� w*�ŕ|��Y�P�-��j�A�Th�;��b�;��N���N����϶8�*�ŝ\m1ȝ +mq'W[r�B[����ܩ�W��g�B�����-�S�-��j�A�Th�;��b�;��J>��,_��wr�� w*�ŝ\m1ȝ +mq'W[r�B[\�g[����N���N�����-�S�-��j�A�Th�+�l��|�B[����ܩ�wr�� w*�ŝ\m1ȝ +mq#�i��|�B[����ܩ�wr�� w*�ŝ\m1ȝ +mq%�mq�/��w���ژ�wj���v*�ŝ\m1ȝ���ʭ�8�� mq�V[n�B[����ܩ�-�ܣ-�1�-�Գ-�� +mq'W[r�涸s���Ƅ��S�-�S�-��-�����=�bP��N���N�����-�S�-��-�� +mq'W[r�B[����ܩ�wr�� w*�ŕ|��Y�P�-��j�A�Th�;��b�;��N���N����϶8�*�ŝ\m1ȝ +mq'W[r�B[����ܩ�W��g�B�����-�S�-��j�A�Th�;��b�;��J>��,_��wr�� w*�ŝ\m1ȝ +mq'W[r�B[��o��(_��wr�� w*�ŝ\m1ȝ +mq'W[r�B[\�g[����N���N�����-�S�-��j�A�Th�+�l��|�B[����ܩ�wr�� w*�ŝ\m1ȝ +mq%�mq�/Th�;��b�;��N���N�mq�m1�� mq��mqv/Th�;��b�;5�ŝ����=��N���N����϶8�jn�;�h�AmLh�;��bp;��N���N�mq�V[��΄��S�-�S�-��j�A���w���ژ�W��g�B�����-�S�-��j�A�Th�;��b�;��J>��,_��wr�� w*�ŝ\m1ȝ +mq'W[r�B[\�g[����N���N�����-�S�-��j�A�Th��M[�+��N���N�����-�S�-��j�A�Th�+�l��|�B[����ܩ�wr�� w*�ŝ\m1ȝ +mq%�mq�/Th�;��b�;��N���N��8t�m[/4���Jmqx���Ͽ&��z:�����p���������!����U/v���틽��q�������{}��i��nh��,Pendstream +endobj +1280 0 obj << +/Type /Page +/Contents 1281 0 R +/Resources 1279 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 1271 0 R +/Annots [ 1283 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1327 0 R 1328 0 R 1329 0 R 1330 0 R 1331 0 R 1332 0 R 1333 0 R 1334 0 R 1335 0 R 1336 0 R 1337 0 R 1338 0 R 1339 0 R 1340 0 R 1341 0 R 1342 0 R 1343 0 R 1344 0 R 1345 0 R 1346 0 R 1347 0 R 1348 0 R 1349 0 R 1350 0 R 1351 0 R 1352 0 R 1353 0 R 1354 0 R 1355 0 R 1356 0 R 1357 0 R 1358 0 R 1359 0 R 1360 0 R 1361 0 R 1362 0 R 1363 0 R 1364 0 R 1365 0 R 1366 0 R 1367 0 R 1368 0 R 1369 0 R 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R ] +>> endobj +1283 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 678.8395 159.0925 687.8158] +/Subtype /Link +/A << /S /GoTo /D (about) >> +>> endobj +1287 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 678.8395 538.9788 687.8158] +/Subtype /Link +/A << /S /GoTo /D (about) >> +>> endobj +1288 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 661.4597 204.4624 672.3637] +/Subtype /Link +/A << /S /GoTo /D (copyright) >> +>> endobj +1289 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 661.4597 538.9788 672.3637] +/Subtype /Link +/A << /S /GoTo /D (copyright) >> +>> endobj +1290 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 650.5656 157.7875 659.4122] +/Subtype /Link +/A << /S /GoTo /D (disclaimer) >> +>> endobj +1291 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 650.5656 538.9788 659.4122] +/Subtype /Link +/A << /S /GoTo /D (disclaimer) >> +>> endobj +1292 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 637.6142 169.4341 646.4608] +/Subtype /Link +/A << /S /GoTo /D (newversions) >> +>> endobj +1293 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 637.6142 538.9788 646.4608] +/Subtype /Link +/A << /S /GoTo /D (newversions) >> +>> endobj +1294 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 624.6627 142.8538 633.5094] +/Subtype /Link +/A << /S /GoTo /D (credits) >> +>> endobj +1295 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 624.6627 538.9788 633.5094] +/Subtype /Link +/A << /S /GoTo /D (credits) >> +>> endobj +1296 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 611.7113 207.8898 620.5579] +/Subtype /Link +/A << /S /GoTo /D (conventions) >> +>> endobj +1297 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 611.7113 538.9788 620.5579] +/Subtype /Link +/A << /S /GoTo /D (conventions) >> +>> endobj +1298 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 594.446 160.477 605.3251] +/Subtype /Link +/A << /S /GoTo /D (installing-bugzilla) >> +>> endobj +1299 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 594.446 538.9788 605.3251] +/Subtype /Link +/A << /S /GoTo /D (installing-bugzilla) >> +>> endobj +1300 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 581.0264 158.9033 589.873] +/Subtype /Link +/A << /S /GoTo /D (installation) >> +>> endobj +1301 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 581.0264 538.9788 589.873] +/Subtype /Link +/A << /S /GoTo /D (installation) >> +>> endobj +1302 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 568.0749 161.5041 576.9216] +/Subtype /Link +/A << /S /GoTo /D (install-perl) >> +>> endobj +1303 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 568.0749 538.9788 576.9216] +/Subtype /Link +/A << /S /GoTo /D (install-perl) >> +>> endobj +1304 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 553.0662 212.6818 563.9701] +/Subtype /Link +/A << /S /GoTo /D (install-database) >> +>> endobj +1305 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 553.0662 538.9788 563.9701] +/Subtype /Link +/A << /S /GoTo /D (install-database) >> +>> endobj +1306 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 540.1148 209.4942 551.0187] +/Subtype /Link +/A << /S /GoTo /D (install-mysql) >> +>> endobj +1307 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 540.1148 538.9788 551.0187] +/Subtype /Link +/A << /S /GoTo /D (install-mysql) >> +>> endobj +1308 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 527.1634 225.5437 538.0673] +/Subtype /Link +/A << /S /GoTo /D (install-pg) >> +>> endobj +1309 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 527.1634 538.9788 538.0673] +/Subtype /Link +/A << /S /GoTo /D (install-pg) >> +>> endobj +1310 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 516.2692 191.8105 525.1159] +/Subtype /Link +/A << /S /GoTo /D (install-webserver) >> +>> endobj +1311 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 516.2692 538.9788 525.1159] +/Subtype /Link +/A << /S /GoTo /D (install-webserver) >> +>> endobj +1312 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 501.2605 179.2174 512.1644] +/Subtype /Link +/A << /S /GoTo /D (install-bzfiles) >> +>> endobj +1313 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 501.2605 538.9788 512.1644] +/Subtype /Link +/A << /S /GoTo /D (install-bzfiles) >> +>> endobj +1314 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 490.3663 198.8636 499.213] +/Subtype /Link +/A << /S /GoTo /D (install-perlmodules) >> +>> endobj +1315 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 490.3663 538.9788 499.213] +/Subtype /Link +/A << /S /GoTo /D (install-perlmodules) >> +>> endobj +1316 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 475.3576 227.7652 486.2616] +/Subtype /Link +/A << /S /GoTo /D (install-modules-dbd-mysql) >> +>> endobj +1317 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 475.3576 538.9788 486.2616] +/Subtype /Link +/A << /S /GoTo /D (install-modules-dbd-mysql) >> +>> endobj +1318 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 462.4062 271.3616 473.3101] +/Subtype /Link +/A << /S /GoTo /D (install-modules-template) >> +>> endobj +1319 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 462.4062 538.9788 473.3101] +/Subtype /Link +/A << /S /GoTo /D (install-modules-template) >> +>> endobj +1320 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 449.8284 217.7832 460.3587] +/Subtype /Link +/A << /S /GoTo /D (install-modules-gd) >> +>> endobj +1321 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 449.8284 538.9788 460.3587] +/Subtype /Link +/A << /S /GoTo /D (install-modules-gd) >> +>> endobj +1322 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 436.8769 245.4586 447.4073] +/Subtype /Link +/A << /S /GoTo /D (install-modules-chart-base) >> +>> endobj +1323 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 436.8769 538.9788 447.4073] +/Subtype /Link +/A << /S /GoTo /D (install-modules-chart-base) >> +>> endobj +1324 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 423.5519 245.0207 434.4558] +/Subtype /Link +/A << /S /GoTo /D (install-modules-gd-graph) >> +>> endobj +1325 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 423.5519 538.9788 434.4558] +/Subtype /Link +/A << /S /GoTo /D (install-modules-gd-graph) >> +>> endobj +1326 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 410.6005 237.5389 421.5044] +/Subtype /Link +/A << /S /GoTo /D (install-modules-gd-text) >> +>> endobj +1327 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 410.6005 538.9788 421.5044] +/Subtype /Link +/A << /S /GoTo /D (install-modules-gd-text) >> +>> endobj +1328 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 397.649 248.1091 408.553] +/Subtype /Link +/A << /S /GoTo /D (install-modules-xml-twig) >> +>> endobj +1329 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 397.649 538.9788 408.553] +/Subtype /Link +/A << /S /GoTo /D (install-modules-xml-twig) >> +>> endobj +1330 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 384.6976 246.9034 395.6015] +/Subtype /Link +/A << /S /GoTo /D (install-modules-soap-lite) >> +>> endobj +1331 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 384.6976 538.9788 395.6015] +/Subtype /Link +/A << /S /GoTo /D (install-modules-soap-lite) >> +>> endobj +1332 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 372.1198 256.0891 382.6501] +/Subtype /Link +/A << /S /GoTo /D (install-modules-patchreader) >> +>> endobj +1333 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 372.1198 538.9788 382.6501] +/Subtype /Link +/A << /S /GoTo /D (install-modules-patchreader) >> +>> endobj +1334 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 358.7947 257.3339 369.6987] +/Subtype /Link +/A << /S /GoTo /D (install-MTA) >> +>> endobj +1335 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 358.7947 538.9788 369.6987] +/Subtype /Link +/A << /S /GoTo /D (install-MTA) >> +>> endobj +1336 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 345.8433 272.4767 356.7472] +/Subtype /Link +/A << /S /GoTo /D (using-mod_perl-with-bugzilla) >> +>> endobj +1337 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [532.005 345.8433 538.9788 356.7472] +/Subtype /Link +/A << /S /GoTo /D (using-mod_perl-with-bugzilla) >> +>> endobj +1338 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 332.8919 169.4242 343.7958] +/Subtype /Link +/A << /S /GoTo /D (configuration) >> +>> endobj +1339 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 332.8919 538.9788 343.7958] +/Subtype /Link +/A << /S /GoTo /D (configuration) >> +>> endobj +1340 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 319.9404 189.7281 330.8444] +/Subtype /Link +/A << /S /GoTo /D (localconfig) >> +>> endobj +1341 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 319.9404 538.9788 330.8444] +/Subtype /Link +/A << /S /GoTo /D (localconfig) >> +>> endobj +1342 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 309.0463 210.3107 317.8929] +/Subtype /Link +/A << /S /GoTo /D (database-engine) >> +>> endobj +1343 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 309.0463 538.9788 317.8929] +/Subtype /Link +/A << /S /GoTo /D (database-engine) >> +>> endobj +1344 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 294.0376 283.635 304.9415] +/Subtype /Link +/A << /S /GoTo /D (database-schema) >> +>> endobj +1345 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 294.0376 538.9788 304.9415] +/Subtype /Link +/A << /S /GoTo /D (database-schema) >> +>> endobj +1346 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 281.0861 209.4942 291.9901] +/Subtype /Link +/A << /S /GoTo /D (mysql) >> +>> endobj +1347 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 281.0861 538.9788 291.9901] +/Subtype /Link +/A << /S /GoTo /D (mysql) >> +>> endobj +1348 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 268.1347 225.5437 279.0386] +/Subtype /Link +/A << /S /GoTo /D (postgresql) >> +>> endobj +1349 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 268.1347 538.9788 279.0386] +/Subtype /Link +/A << /S /GoTo /D (postgresql) >> +>> endobj +1350 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 255.1833 199.9596 266.0872] +/Subtype /Link +/A << /S /GoTo /D (548) >> +>> endobj +1351 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 255.1833 538.9788 266.0872] +/Subtype /Link +/A << /S /GoTo /D (548) >> +>> endobj +1352 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 244.2891 190.1467 253.1358] +/Subtype /Link +/A << /S /GoTo /D (http) >> +>> endobj +1353 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 244.2891 538.9788 253.1358] +/Subtype /Link +/A << /S /GoTo /D (http) >> +>> endobj +1354 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 229.2804 267.5956 240.1843] +/Subtype /Link +/A << /S /GoTo /D (http-apache) >> +>> endobj +1355 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 229.2804 538.9788 240.1843] +/Subtype /Link +/A << /S /GoTo /D (http-apache) >> +>> endobj +1356 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 218.3863 335.9283 227.2329] +/Subtype /Link +/A << /S /GoTo /D (http-iis) >> +>> endobj +1357 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 218.3863 538.9788 227.2329] +/Subtype /Link +/A << /S /GoTo /D (http-iis) >> +>> endobj +1358 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 203.3775 179.2174 214.2815] +/Subtype /Link +/A << /S /GoTo /D (install-config-bugzilla) >> +>> endobj +1359 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 203.3775 538.9788 214.2815] +/Subtype /Link +/A << /S /GoTo /D (install-config-bugzilla) >> +>> endobj +1360 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 190.4261 251.894 201.33] +/Subtype /Link +/A << /S /GoTo /D (extraconfig) >> +>> endobj +1361 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 190.4261 538.9788 201.33] +/Subtype /Link +/A << /S /GoTo /D (extraconfig) >> +>> endobj +1362 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 177.4747 193.3247 188.3786] +/Subtype /Link +/A << /S /GoTo /D (698) >> +>> endobj +1363 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 177.4747 538.9788 188.3786] +/Subtype /Link +/A << /S /GoTo /D (698) >> +>> endobj +1364 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 164.5233 220.7218 175.4272] +/Subtype /Link +/A << /S /GoTo /D (installation-whining-cron) >> +>> endobj +1365 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 164.5233 538.9788 175.4272] +/Subtype /Link +/A << /S /GoTo /D (installation-whining-cron) >> +>> endobj +1366 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 151.5718 180.3235 162.4758] +/Subtype /Link +/A << /S /GoTo /D (installation-whining) >> +>> endobj +1367 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 151.5718 538.9788 162.4758] +/Subtype /Link +/A << /S /GoTo /D (installation-whining) >> +>> endobj +1368 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 138.6204 356.441 149.5243] +/Subtype /Link +/A << /S /GoTo /D (apache-addtype) >> +>> endobj +1369 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 138.6204 538.9788 149.5243] +/Subtype /Link +/A << /S /GoTo /D (apache-addtype) >> +>> endobj +1370 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 125.669 325.4962 136.5729] +/Subtype /Link +/A << /S /GoTo /D (multiple-bz-dbs) >> +>> endobj +1371 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 125.669 538.9788 136.5729] +/Subtype /Link +/A << /S /GoTo /D (multiple-bz-dbs) >> +>> endobj +1372 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 112.7175 235.2761 123.6215] +/Subtype /Link +/A << /S /GoTo /D (os-specific) >> +>> endobj +1373 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 112.7175 538.9788 123.6215] +/Subtype /Link +/A << /S /GoTo /D (os-specific) >> +>> endobj +1374 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 101.7038 224.7763 110.67] +/Subtype /Link +/A << /S /GoTo /D (os-win32) >> +>> endobj +1375 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 101.7038 538.9788 110.67] +/Subtype /Link +/A << /S /GoTo /D (os-win32) >> +>> endobj +1282 0 obj << +/D [1280 0 R /XYZ 71.731 729.2652 null] +>> endobj +6 0 obj << +/D [1280 0 R /XYZ 244.3315 703.236 null] +>> endobj +1279 0 obj << +/Font << /F23 1270 0 R /F32 1286 0 R /F27 1278 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1426 0 obj << +/Length 58546 +/Filter /FlateDecode +>> +stream +xڔ�_��W������r�\.�U��r%˶��zw���a{�#���Ȳ?�Q]8yPy��/��̼����Ev7O���t���w���|����uw8�������w��W����o�<�N����t�7��ϻ�����O������S�����t�����ew|>�ߞ�7����>��{ݽ�����7�S�����a���_���^������������>�����?�o���$�p�>�����=���{:?�7~P��o?���z����:�N����=�oO#��i�ٿ���i�=u��NχS�ߞF�S���s<��x��%u�~;�c������ ����ۏ}<���n��o����ⷧ�����~����~��i� ��{��ڏ}<���n��_����>�F�S7����t�?��ӈ{�c�����\^J|<M����_�����cO#����9���xqO��������oO#����9�ۏ}<M����_�����ⷧ�� ���<ڏ}<���n�������oO#���g��c���� _R7��OM����>�F�S7����e�ⷧ�� ��������i�=�1~�~;ϧ�cO��n��o�xn?��4➺�_����ⷧ�� ����/�-~{qO}��^�����cO��n�����}��>�F�S7��������ӈ{�~�o/��c�=���>ďOO��y�p= ����_�����oO#����y9�[��4➺�����=���>���o���~��i� ����?�#m����ٿ���xmO�����ө��oO#��������o��qw��k��4ڞ������˱�oO#��ew8�����H[�c�x�f^�{<M����_�����3O#����yn��~{i�ܐ���qj���h{�c�����g>�&|I���_;��F�27��7�tl?��4ڞ��_v�����}{qO}��<�N���/.�i� ��۟_ڏ}<���n�/����~��i�=u�~;/�_��ӈ{�c�t�v����>�&|I������rh��ӈ{�~�v��cO#����ٿ���i�=�1~�~;���cO��n�Ƿ��~��i�=uٽ���_&���� ��{����4���<�^·�cO��n������~��i�=u�~;/���>�F�S7����|i��ӈ{�c����\�&T��i� ���N��>�F�S7�뷳?��xqO�����ӹ��oO#��秧����Ŋ�|M�������ⷧ�� �e�|~}i��ӈ{�~�@*��ӈ{�c|�vNO��>�&|I���������oO#����y>��xqO������P췧����������>�&|I����ξ�=���n��o����ⷧ�� ��������i�=�1~|�/��cO��n����|j?��4➺��쎧s������ ������|<��e>���_������d/����9����xqO���_ͱ��=���� �������4Ҟ��~/���<�4�K�~�^��#m�����zh?��4ڞ���w�K�g�xqO}���v��/j����� ��;���zmO���_��K������ ����?��������������z��%u�~5�s������ �������zqO���_�ӥ��oO#���n���~��i� ��;]���zqO��_v��S������ ��;����zqO}��^��S[��ӄ/����yi:zqO�����s{�XO#����9���4��y�~;��4��|M����ξ-��i�=u�~;OmAGO#��y��z�?��ӈ{�c|��{��=M����v/��4��F�S7��ө-��i�=u�~;/���~{qO}����s{�XO��n��o�-��i�=u�~;��4��F�S7��s�(���B��r�����=�����ϻ����g���og�2���w������zj�������?���?��ӧ_����/~�������� �筆��9���>�(��9�^(�s����)���!�Ss;��G;�pO��W;�%5�sJ|�s����)���!�Ss;��G;�pO��W;�%5�sJ|�s����)���!�Ss;��G;�pO�� +�휌����S⣝C���vN��vរ�9%>�9�{jn�t��9�/���Sڷvі��9%=�9d{jn��h���٣��g�vNI�vٞ��9%>�9�{jl����C�e�vNG������9%>�9�{jl����C�e�vNI�vٞ��9�v�Kjl����C�e�vNI�vٞ��9%>�9�{jn�t��9�/���S⣝C���vN��vរ�9%>�9�{jn�t��9�/���S⣝C���vN��vរ�9%>�9�{jn�t��9�/���S⣝C���vN��vរ�9%>�9�{jn�t��9�/���S⣝C���vN��vរ�9%>�9�{jn�t��9�/���S⣝C���vN��vរ�9%>�9�{jn�T�l�d|M����=5�sJ|�s����)���!�Ss;����|I����=5�sJ|�s����)���!�Ss;����|I����=5�sJ|�s����)���!�Ss;����|I����=5�sJ|�s����)�[;�h��휎V;�%5�sJ|�s����)��v�s;��G;�hO��W;�%5�sJ���!�2s;��G;�lO����=5�s:{�s�����)���!�Ss;��G;�pO��Ҿ�s������h�s�^Rs;��G;�pO����=5�sJ|�s�����p�s�_Rs;��G;�pO����=5�sJ|�s�����p�s�_Rs;��G;�pO����=5�sJ|�s���Ω��������9%>�9�{jn��h��S⣝C���vN�������9%>�9�{jn��h��S⣝C���vN�������9%>�9�{jn��h����#U;�^��܇ +��FK;�:<]j���t�v�xj�s��vο����?��_����������ϟ~|�w�~����})�;������w/�~��_m�l���Cq�Cq�?�p(���Cq`{*���y(.�Kj>���PЖ ��:Z����T8��:��¡� +���2��¡�ס8�=�u���p(��u(pO�Cq>�e|I�Cq�Cq�{*��p��S�P\��P�� +��*|���� +��:\����T8��:��¡�ס8�=�U�<��%�u���p(��u(pO�Cq�Cq�{*���y(.�K*��p��S�P\��P�� +��:\����T8��w��"��¡�ס8�=�u���p(��u(pO�Cq>�e|I�Cq�Cq�{*��p��S�P\��P�� +��*|���� +��:\����T8��:��¡�ס8�=�U�<��%�u���p(��u(pO͇�:{��2�P\E�Cq�^R�P\��P���u��P��P\�PО +��*|������u�8�e¡��֡8�=�u����P\e�P\�=�u�Ł��p(��u(pO͇�:{��2�P\E�Cq�^R�P\��P�� +��:\����T8��:��¡� +���2��¡�ס8�=�u���p(��u(pO�Cq>�e|I�Cq�Cq�{*��p��S�P\��P�� +����P\��T8��:��¡�ס8�=�u���p(��硸�/�p(��u(pO�Cq�Cq�{*��p��S�P\��Cq_R�P\��P�� +��:\����T8Oeu����ơ�GϞ�Ņ7�ݓէ�����ō�桸�ۡ�������/��o���>���������v���M���/�����=�~n�U�N���o����>��1����M_�~{qO�X���>��3���Pw�k�pO����P7�� +C���n�=��+|ug|I����P7�� +C���n�=��;\C݀{*uW����� +C���n�=��;\C݀{*uw����T�n��0�����Sa���5� ���Pw�k�pO��� +�C�_R�Pwg��n�-��;ZC�`{*uw�����<�]��δg�PwGk�lO����P7�����;{um�0�]�s�;�K*uw�����<��٣��eB'���I�S��T᳓��%5w�:{t���L�$u�:I`{*t�:\�$�=:I>;I_R�����$��I�pu���T�$u�:I�{*t�*|v�2��B'���I�S�����$��I�pu���T�$U��$e|I�NR�����B'���I�S�����$��I���I��� +��W' pO�NR�����B'���I�S��T᳓��%:I�N�� +��W' pO�NR�����B'���:I_S�����$��I�pu���T�$u�:I�{*t�*|v�2��B'���I�S�����$��I�pu���T�$U��$e|I�NR�����B'���I�S�����$��I���I��� +��W' pO�NR������NRg�NЖ ������l/��I�pu�����I��[' ����I�`u���T�$U��$e|I͝���$�-:I�N؞ +��W' pO͝��V')Ӟ ���V' lO�NR������NRg�NЖ ������l/��I�pu���T�$u�:I�{*t�:\�$�=:I>;I_R�����$��I�pu���T�$u�:I�{*t�*|v�2��B'���I�S�����$��I�pu���T�$5�]')�k*t�:\�$�=:I�N�� +��W' pO�NR��NRƗT�$u�:I�{*t�:\�$�=:I�N�� +�� +����/��I�pu���T�$u�:I�{*t�bo��$��N҇�O�$�7�ݝ�����H;ݷ�f#�E��/?��������?-G��_��N��������y�~t<���o�"J���_v=�~��NO/�Go�@�=L�e>�����ח�N���q�r9�J��0ɖ�!�vO�s�i��I�� ��{9��O��0ɖ�X~�~'/oKi��0Ȟ�!_�������l���;9����x�d�ܐ������o�l�5��wrؗ��xd�ܐ������L�|{�d�ܐGó�UͲeBi���ͲeBc��ga4ʞ u�JV[4˖ ]�JVU4˖ E�JVO4˖ -�F�%�({&TD+Y �,[&�C+Y��,[&�C+Y��,[&4CyC��P�d�B�l�� �dUB�l�P�d�A�l��-�2h��L��V���Y�L�V�j�Y�L(�V�:�Y�Lh�6�,�F�3s���G�3���Y��~f�2��Y��}f�2s볁U���%B�r��̰eB߳�U�̲e�g��gv?&Bӳqg�3 5�JV�3˖�;�<*������U�3Ö ��F���({f�vV�hvf�c"�:+W��[&�:+Y��,[&4:y:��P�d�9�l���dU9�l�P�d�8�l���l�Y⌲gB�����̲eB��U�̲eBy����̲eBs��gq3ʞ ��JVk3˖ ��JVe3˖ ��JV_3˖ m�F�e�({&T5+YM�,[&�4+Y5�,[&�4+Y�,[&44y4��PϬd�3�l��ͬdU3�l�P̬d�2�l���,�Rf��L�dV��Y�L�cV��Y�L(cV���Y�Lhb6�,bF�3��Y�jaf�2��Yɪ`f�2��Y��_f�2�}�ȳ|eτ�e%�y�e˄�e%�v�e˄�e%�s�e˄�e#��e�=ꖕ��e�-�����e�-3-+x�,��1Z��;K��L�XV��Y��د��[�2��\Y��Vf�2�Y�ȳXe�̵� +���~L�Ne�R�a˄Be%�O�e��m�V�2��U��U�2Ö =�JV�2˖�K�<:���� �Ɲ�{&�'+Y��,[&t'+Y��,[&'+Y��,[&�&y�&��P��d5&�l�З�d�%�l�P��du%�l�Дl�Y���gBM��Ւ̲eBG��U�̲eBA��Տ̲eB;���ʑI^2�Y�jFf�2�YɪEf�2�Y��Df�2��ȳeτ:d%� �e˄.d%� +�e˄"d%��e˄d#�d�=*���d�-�����c�-ʏۥ�����fT��������|���잏o������_���?۾��}���lT�szl���������?�������쯽���������Sk��|�����Ǹ�\v��o�u������/�|�����p9���j���^R7���|~����=���n���T��#m����yy�?���h{����Oׯ���W� ��_S7��W�vL���F�27��7s8�[��4ڞ��_������oO#����y��v�}{�h�ܐ��������h{�~�������ӈ{�~ٝ��۳L|����������D/���{9��|<���n�������~{qO��������oO#���o�xl?��4�K�~�v�~�Rⷧ�� |�;t�&#��T��p�F�Q�s8"�K*LGt��#��TX��p�G��0 ��Z���SaC���DƗT���p�H�$�ᚒ��SaL�õ&��D��A��/�0)��ڔ��SaU��5+��°D�kYpO�m� +��_Ra^�õ/����D�kbpO������� +;>�&2����D�kkpO������� +��� �=6'*|�Nd|I�ى���� +��� �=�':\��{*�O4���E��T���pmP�B�ᚡ��Sa��õD���E��1��/�y����Ж ��I +�=F):\��{jޥ�l Sd�3a����M���:E�k�pO��=*��Lب��9R��%f*:\;�{j^���1U�e�XEGk�lO��� +��_R�dEg�� +�-V+:Z�`{*Wt��+��Tخ��9^��%�+:\��{*,Xt�&,��T��p�X�cQ�s�"�K*LYt��,��TX��p�Y��0h��Z���SaӢ��EƗT���p�Z�l�ᚶ��Saܢõn��¾E�ρ��/�0q��ڸ��Sa��5s����E�k�pO��� +�c_Ra�õw����E�k�pO�ы���� +� ~7|�5�/:\��{*�_t��/��T��p-`��Q�s#�K*�`t�v0��TX��pMa��0���Z���Sa��� FƗT���pmb�������Sa�õ����6F��q��/�0�������Sa!��5���摌�+@[&�dT����� +S���=5�et�m.���0���Z���Sa3���hFƗ�<���c7h˄匎�t؞ +����=5�gT�42�0�������SaE��5����!��K@[&liT����� +s�= �=5:\��{*�jt�V5��T�ը�9���%�5:\��{*�kt��5��T��p-l��Q�sd#�K*�lt�v6��TX��pMm��0���Z���Sao���7"����F�kspO�Ս���� +��� �=�7*|�od|I������� +� �=F8:\+�{*�pT����� +S�-�=�8:\s�{*r�)�v�^hLr|���~�m�ǧ��l^�p�xjNr���#x�������=�~|����-��M�3��l�߿dh�?x��X�Scc��o�u�?&Bc��gc=�K*4�;\�u�=���:�� +��WcpO��z���zƗTh�w��{*4�;\�u�=���:�� +�� +����/��X�p5��Th�w��{*4�;\�u�=�>�_R����j���X�p5��Th�w��{*4�+|6�3��Bc���X�S����j���X�p5��Th�W�l�g|I��z�����Bc���X�S����j���X���X��� +��WcpO��z�����Bc���X�S��^ᳱ��%���:�� +��WcpO��z�����Bc����_S����j���X�p5��Th�w��{*4�+|6�3����zg��:Ж ���VclO��z�������ze���iτ�zG����Bc���X�Ssc��Gch˄�zE��z��Th�w��{jn�w�h�m��X�h5���Th�W�l�g|I͍���u�-���:؞ +��WcpO��z���zƗTh�w��{*4�;\�u�=���:�� +�� +����/��X�p5��Th�w��{*4�;\�u�=�>�_R����j���X�p5��Th�w��{*4�+|6�3��Bc���X�S����j���X�p5��Th�W�l�g|I��z�����Bc���X�S����j���Xo��z��Th�w��{*4�;\�u�=���:�� +�� +����/��X�p5��Th�w��{*4�;\�u�=�>�_R����j���X�p5��Th�w��{*4�+|6�3��Bc���X�S����j���٣��eBc��gc=�K*4�;\�u�=56�;��X�c"4�;X�u�=�>�_Rsc��Gch˄�zG����Bc���X�Ssc���XϴgBc���X�S����j���٣��eBc��gc=�K*4�;\�u�=���:�� +��WcpO��z���zƗTh�w��{*4�;\�u�=���:�� +�� +����/��X�p5��Th�w��{*4�;\�u�=� ~�X��� +��WcpO��z�����Bc���X�S��^ᳱ��%���:�� +��WcpO��z�����Bc��gc=�K*4�;\�u�=���:�� +��X����B������~wc��'��r<Cc}<5�[c�?|������_������/�����������O���������?�������������Ew������e�㟇��Q�����P܃�I����T8W��P\Ɨ�|(��ǡ8�-�u�Ł��p(��u(pO�Cq>�e|I�Cq�Cq�{*��p��S�P\��P�� +��*|���� +��:\����T8��:��¡�ס8�=�U�<��%�u���p(��u(pO�Cq�Cq�{*���y(.�K*��p��S�P\��P�� +��:\����T8W��P\ƗT8��:��¡�ס8�=�u���p(����E|M�Cq�Cq�{*��p��S�P\��P�� +��*|���� +��:\����T8��:��¡�ס8�=�U�<��%�u���p(��u(pO�Cq�Cq�{*���y(.�K*��p��S�P\��P����u�8�e¡����ⲽ�¡�ס8�=5���ۡ8�?&¡�֡8�=�U�<��%5���q(h˄Cq�Cq`{*��p��S��֡�L{&��h��S�P\��P����u�8�e¡����ⲽ�¡�ס8�=�u���p(��u(pO�Cq>�e|I�Cq�Cq�{*��p��S�P\��P�� +��*|���� +��:\����T8��:��¡�ס8�=�5�ݡ����p(��u(pO�Cq�Cq�{*��p��S�P\��Cq_R�P\��P�� +��:\����T8��:��¡� +���2��¡�ס8�=�u���p(.������Cq���Cq�_v�Ƿz��_��}�}zޝ���Ʃ����:���������_~��������~����/������ml��w��Χ�]�m��m��n�x�B��=n��p�����m>o���� +�}t�n���Sᶏ�m�{*�����pO��>*|����%n��p�����m��>��T����u��� +�}T���#�K*�����pO��>:\�}��p�G���=n���y�GƗT����u��� +�}t�n���Sᶏ�m�{*��Q�/�p�G���=n��p�����m��>��T�����m_Rᶏ�m�{*�����pO��>:\�}��p�G���>2���m��>��T����u��� +�}t�n���Sᶏ���#�k*�����pO��>:\�}��p�G���=n���y�GƗ�|�Gg��>��L����u�؞ +�}t�n���S�m���>2�p�GG��=n��p������>:{���e�m=o���� +�}t�n���S�m�=��@[&�;Z�f�=��>��_Rs���G�h˄bsG����B���Ul�S��\��%���b3�� +��W�pO�bs�����B���g�9�K*�;\�f�=���b3�� +��W�pO�bs��bsƗT(6w��̀{*�;\�f�=���b3�� +�� +���/�Pl�p��T(6w��̀{*�;\�f�=��>��_R����*6�Pl�p��T(6w��̀{*�����5���b3�� +��W�pO�bs�����B���g�9�K*�;\�f�=���b3�� +��W�pO�bs��bsƗT(6w��̀{*�;\�f�=���b3�� +�� +���/�Pl�p��T(6w��̀{j.6w�(6m�Pl��Yl��� +��W�pO��掾�����V�hO�bs��bsƗ�\l��Ql�2����*6���Pl�p���\l�l�3�Pl�h���T(6w��̀{j.6w�(6m�Pl��Yl��� +��W�pO�bs�����B���Ul�S��\��%���b3�� +��W�pO�bs�����B���g�9�K*�;\�f�=���b3�� +��W�pO�bs���#��B���Ul�S����*6�Pl�p��T(6W�,6g|I�bs�����B���Ul�S����*6�Pl��Yl��� +��W�pO�bs�����B�9�p�b3��(6(���������g������N�o�%����������cz��|��������~���������������������_���Z���������w~y�=���ݿ��w~9����Ϊ������ڮ�=z�PK#�Ss-��UK|I͵��4�=5��J|����\K+�QK#�Ss-��UK|I͵��4�=5��J|����\K+�QK#�Ss-��UK|I͵��4�=5��J|����\K+�QK#�Ss-��UK|I͵��4�=5��J|����\K+�QK#�Ss-��g--�kj�������V⣖F���ZZ��Zរki�Z�Kj������F�e�ZZI�Zٞ�ki%>ji�{j��u���홹�Vң�F���ZZ��Z�ki�}��m����Ѫ�����ZZ��Z�ki�}��m���Vң�F���ZZ�����ki�}��m���Vң�F���ZZ��Zរki�Z�Kj�������V⣖F���ZZ��Zរki�Z�Kj�������V⣖F���ZZ��Zរki�Z�Kj�������V⣖F���ZZ��Zរki�Z�Kj�������V⣖F���ZZ��Zរki�Z�Kj�������V⣖F���ZZ��Zរki>ki_Ss-��G-�pO͵��4�=5��J|����\K�p���_Rs-��G-�pO͵��4�=5��J|����\K�p���_Rs-��G-�pO͵��4�=5��J|����\K�p���_Rs-��G-�pO͵��4�=5��J�VK#�2s-��UK{I͵��4�=5��J���F���\K+�QK#�Ss-��UK|I���Ҿ�҈��\K+�QK#�Ss-��G-�pO�����4�=3��Jz�����\K+�QK#�Sc-��o�4�-3��:Z�4���\K+�QK#�Ss-��G-�pO͵��4�=5��:\�4���\K+�QK#�Ss-��G-�pO͵��4�=5��:\�4���\K+�QK#�Ss-��G-�pO͵��4�=5��*|��2���ZZ��Zរki%>ji�{j��������᪥���ZZ��Zរki%>ji�{j��������᪥���ZZ��Zរki%>ji�{j����TYK��=����]KKo����|9_v���3ܷ��F1m�ճ_���o�V=�7w��� �;d��NOǍ��[���o"���}x���B������}��#m��ew~y>���i�=���������c��i��� ��ռB������� ���N疾=���n�ׯf�?��ӈ{�c|�j��1Ze�&�37����zi���4ڞ��_��tym?��4➺�_v��#��,�7n������O��n�k�K|\�L���˒K|\�L���˒K|\�L���˒;\�%���˒K|\�L���˒K|\�L���˒K|\�L���˒;\�%���˒K|\�L���˒K|\�L���˒K|\�L���˒;\�%���˒K|\�L���˒K\��{*�Rt�V)��TX���J��%V):\��{*�Rt�V)��TX��p�R�JQ�s�"�K*�Rt�V)��TX��p�R�J��Z���Sa����*EƗTX��p�R�J��Z���Sa��õJ���*E��U��/��J��Z���Sa��õJ���*E�k�pO�U��[���� +��U +�=V):\��{*�Rt�V)��TX���J��%5�Rt�X���2a����J���*E�k�pOͫ��U�L{&�Rt�V)��TX��p�R��y����*Ж �=W)����*E�k�pOͫ�=V)��LX��h�R����JQ�s�"�Kj^���J�e�*EGk�lO�U��*�� +�>W)2���*E�k�pO�U��*�� +��U +�=V)*|�Rd|I�U��*�� +��U +�=V):\��{*�RT�\���� +��U +�=V):\��{*�Rt�V)��TX���J��%V):\��{*�Rt�V)��TX��p�R�JQ�s�"�K*�Rt�V)��TX��p�R�J��Z���Sa����V)"���*E�k�pO�U��*�� +��U +�=V)*|�Rd|I�U��*�� +��U +�=V):\��{*�RT�\���� +��U +�=V):\��{*�Rt�V)��TX���J��%V):\��{*�Rt�V)��ԼJ��c�h˄U�����^Ra��õJ���U����R��1V):X�@{*�RT�\�����W):{�R�m��J��Z���Sa��õJ���U���*E�=V):Z�`{*�Rt�V)��ԼJ��c�h˄U�����^Ra��õJ���*E�k�pO�U��*�� +�>W)2���*E�k�pO�U��*�� +��U +�=V)*|�Rd|I�U��*�� +��U +�=V):\��{*�R4��*E��TX��p�R�J��Z���Sa��õJ���*E��U��/��J��Z���Sa��õJ���*E�k�pO�U� +��_Ra��õJ���*E�k�pO�U���ЭR��U��a�"���_����r��(ŷ��?����(���������e���3�������=����?^��(�����/8�����&�e�;���ƃZ��4�K�~�]�O��=���n���i��ⷧ�� ��;�����F�27F@�����~��i��� |L�t��W���<���cxh˄ᕎ�� +؞ +�+ ~7��55�t�^�2ax��5�����J�kxpO��+���L{&�t��W��T^�p ���qx��o�+�L�� +��+�^Rax��5�����J�kxpO���� +�� +�+>�W2����J�kxpO���� +�� +�+���=�W*|�d|I���� +�� +�+���=�W:\�+�{*�T�^��� +�+���=�W:\�+�{*�t��W��T^��9���%�W:\�+�{*�t��W��T^�p ���0�R�sx%�K*�t��W��T^�p ���0���^�Sax����JƗT^�p ���0���^�Sax��5�����J��ᕌ/�0���^�Sax��5�����J�kxpO���^��� +�+���=�W:\�+�{*�t��W��T^��9���%5�t�^�2ax��5�����J�kxpO��+���L{&�t��W��T^�p ���yx���� +Ж �+=�W�����J�kxpO��+�=�W��L^�h ����0�R�sx%�Kj^��1��e��JGkxlO���� +�� +�+>�W2����J�kxpO���� +�� +�+���=�W*|�d|I���� +�� +�+���=�W:\�+�{*�T�^��� +�+���=�W:\�+�{*�t��W��T^��9���%�W:\�+�{*�t��W��T^�p ���0�R�sx%�K*�t��W��T^�p ���0���^�Sax���W"����J�kxpO���� +�� +�+���=�W*|�d|I���� +�� +�+���=�W:\�+�{*�T�^��� +�+���=�W:\�+�{*�t��W��T^��9���%�W:\�+�{*�t��W���<���cxh˄ᕊ��+�^Rax��5����ᕎ� ���1�W:X�+@{*�T�^�����W:{��m�0���^�Sax��5��������J�=�W:Z�+`{*�t��W���<���cxh˄ᕊ��+�^Rax��5�����J�kxpO���� +�� +�+>�W2����J�kxpO���� +�� +�+���=�W*|�d|I���� +�� +�+���=�W:\�+�{*�4���J��T^�p ���0���^�Sax��5�����J��ᕌ/�0���^�Sax��5�����J�kxpO�� +��+_Rax��5�����J�kxpO��0������&ax%�������{���&�<w�������˯��_x���Sswe[^��߾|���/�3,����_����~���~���Q��w���a�|ܟ7>ݻ���0�o�����/��o�p~��u~pO�����ۀ{*�߮�y~;�Kj>�����6Ж �;Z���T8���:� ����ە��ۙ�L8���:� �������m�=5����q~h˄��=�og{I�����ۀ{j>�����6Ж �;Z���T8�]���vƗ�|~����m�-�ow��o���p~��u~pO���>�og|I�����ۀ{*���p���S��v���6�� +�+|����� +�;\��T8���:� �������m�=�oW�<���%�ow��o�p~��u~pO�����ۀ{*�߮�y~;�K*���p���S��v���6�� +�;\��T8�]���vƗT8���:� �������m�=�ow��o�p~����oG|M�����ۀ{*���p���S��v���6�� +�+|����� +�;\��T8���:� �������m�=�oW�<���%�ow��o�p~��u~pO�����ۀ{*�߮�y~;�K*���p���S��v���6����ow�8� �e��튞緳�������m�=5������m�?&�����m�=�oW�<���%5����q~h˄�����`{*���p���S�������L{&���h���S��v���6����ow�8� �e��튞緳�������m�=�ow��o�p~��u~pO���>�og|I�����ۀ{*���p���S��v���6�� +�+|����� +�;\��T8���:� �������m�=�o7���툯�p~��u~pO�����ۀ{*���p���S��v����_R��v���6�� +�;\��T8���:� ����� +��3�������m�=�ow��o�p~;�0n�o����NI��o�7��g�or~��͙�q��x;���~�i�B����_�.�݇����u8��������?�̯7���z�~��{�������=���n�����{�~{qO��/���ti��ӈ{�c�|�v^���>�&|I���������ӈ{�~�v��s�ߞF�S7�q�l��Z�=����yEmƗT����uE-�� +W�v����S���=���2�ڊ�W�f{I�+j;\W������W�m�pEmG�Z�=��m�+j#���+j;{\Q�e���+j��T����uE-������l]Q�iτ+j;ZWԂ��pEm��Z�=5^Q�ѷ+j��W�V�6�K*\Q�ẢpO�+j;\W��pEm��Z�=����yEmƗT����uE-�� +W�v����S�����{*\Q[��ڌ/�pEm��Z�=���p]Q�����+j�T������_R�����{*\Q�ẢpO�+j;\W��pEm��+j3�����+j�T����uE-�� +W�v����S�� +�W�f|I�+j;\W��pEm��Z�=���p]Q����>����� +W�v����S�����{*\Q�ẢpO�+j+|^Q��%���p]Q�����+j�T����uE-�� +W�6���Q��T�8�pM�0q��8�Sa��5q����Q�ω��/�y⨳��Ж G��#�=&�:\G�{j�8�lMe�3a⨣5q����Q�k�pO�G�=&���L�8��9q��%&�:\G�{j�8��1q�e��QGk�lO��� +�G_R��Qg��#�-&�:ZG`{*Lu�&���T�8��9q��%&�:\G�{*Lu�&���T�8�pM�0qT�s�(�K*Lu�&���T�8�pM�0q��8�Sa����QƗT�8�pM�0q��8�Sa��5q����Q�ω��/�0q��8�Sa��5q����Q�k�pO��� +�G_Ra��5q����Q�k�pO������� +G ~7q�5&�:\G�{*Lu�&���T�8�pM�0qT�s�(�K*Lu�&���T�8�pM�0q��8�Sa����QƗT�8�pM�0q��8�Sa��5q����Q�ω��/�0q��8�Sa��5q��扣�G@[&LU��8��� +G��#�=5Nu�m����0q���8�Sa����QƗ�<q��c�h˄�����؞ +G��#�=5OU�&�2�0q�њ8�Sa��5q��扣�G@[&LU��8��� +G��#�=&�:\G�{*Lu�&���T�8��9q��%&�:\G�{*Lu�&���T�8�pM�0qT�s�(�K*Lu�&���T�8�pM�0q��8�Sa���&�"����Q�k�pO������� +G��#�=&�*|Ne|I������� +G��#�=&�:\G�{*LU��8��� +G��#�=&�:\G�{*Lř�n�^hL}�zޞ8 +o��'��?Χ��LG4q�|?q�~?�����/��yw��;^#bk��5x47�"�F��ˆ��/�6"��捆� @[&l4t�6��T�h�pm4��y����ѐiτ����F؞ + ���=5n4t�m������P�s�!�K*l4t�6��T�h�pm4�����h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC�ύ��/������h��Sa��õ�����FC�k�pO��� +� _Ra��õ�����FC�k�pO����F�� + >72���FC�k�pO����F�� + ���=6*|n4d|I����F�� + ���=6:\ �{*l4T��h��� + ���=6:\ �{*l4t�6��T�h��ѐ�%6:\ �{*l4t�6��T�h�pm4����w _Sa��õ�����FC�k�pO����F�� + >72��捆� @[&l4t�6��T�h�pm4��y����ѐiτ����F؞ + ���=5o4t��h��2a����FC��T�h�pm4��y����FЖ ���=6*|n4d|I� �=6��L�h�hm4��������h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC�ύ��/������h��Sa��õ�����FC�k�pO��� +� _Ra��õ�����FC�k�pO����F�� + >72���FC�k�pO����F�� + ���=6*|n4d|I����F�� + ���=6:\ �{*l44��FC��T�h�pm4�����h��Sa��õ�����FC�ύ��/������h��Sa��õ�����FC�k�pO��� +� _Ra��õ�����FC�k�pO����F�� + >72���FC�k�pO����F���7:{l4�m���P�s�!�K*l4t�6��Ը��ѷ��?&�FCk�hO��� +� _R�FCg���-6:Z `{*l4t�6��Լ�P��hȴg�FCGk�lO����F���7:{l4�m���P�s�!�K*l4t�6��T�h�pm4�����h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC�ύ��/������h��Sa��õ�����FC�k�pO�����h��� + ���=6:\ �{*l4t�6��T�h��ѐ�%6:\ �{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4�����x����a!l4�7�� �����p������hx�m4����?���?}����q��O??�i������=�﴿��xz晆���i��0�����LC���<���c�h˄����L؞ +3 ���=5�4T�f2�0��њi��Sa���5����ƙ����4��1f*x�4dzI����L�� +3 ���=f:\3 �{*�4T��i��� +3 ���=f:\3 �{*�4t�f��T�i��9Ӑ�%f:\3 �{*�4t�f��T�i�p�4��0�P�s�!�K*�4t�f��T�i�p�4��0���i��Sa����LCƗT�i�p�4��0���i��Sa���5�����LC�ϙ��/�0���i��Sa���5�����LC�k�pO��� +�3 _Ra���5�����LC�k�pO����L�� +3 >g2���LC�k�pO����L�� +3 ���=f�n�!�k*�4t�f��T�i�p�4��0���i��Sa����LCƗ�<���c�h˄����L؞ +3 ���=5�4T�f2�0��њi��Sa���5����晆�3 @[&�4T��i��� +3 ���=5�4t��i��2a���5�����LC�ϙ��/�y����LЖ 3 ���=f:\3 �{*�4T��i��� +3 ���=f:\3 �{*�4t�f��T�i��9Ӑ�%f:\3 �{*�4t�f��T�i�p�4��0�P�s�!�K*�4t�f��T�i�p�4��0���i��Sa����LCƗT�i�p�4��0���i��Sa���5�����LC�ϙ��/�0���i��Sa���5�����LC�k�pO�����i��� +3 ���=f:\3 �{*�4t�f��T�i��9Ӑ�%f:\3 �{*�4t�f��T�i�p�4��0�P�s�!�K*�4t�f��T�i�p�4��0���i��Sa����LCƗT�i�p�4��0���i��S�LCg���-f*z�4d{I����L��g:�6����D�i�`�4���0�P�s�!�Kj�i��1���e�LCGk�lO����L���g*[3 ��L�i�h�4���0���i��S�LCg���-f*z�4d{I����L�� +3 ���=f:\3 �{*�4T��i��� +3 ���=f:\3 �{*�4t�f��T�i��9Ӑ�%f:\3 �{*�4t�f��T�i�p�4��0���w3 _Sa���5�����LC�k�pO����L�� +3 >g2���LC�k�pO����L�� +3 ���=f*|�4d|I����L�� +3 ���=f´@;��/4f>L!����F�_�����Ӛ8��|�=�G_O��_�.�����i��f��/_>��������ß��������_��������_׳⧷���w���/z���?�����Ώ��<?~�����P:?�5Ώw�Ώ�p~��u~pO������{*���y~<�Kj>?����8Ж ��;Z����T8?��:?����㕭���L8?��:?�������q�=5���q~h˄��=Ϗg{I������{j>?����8Ж ��;Z����T8?^���xƗ�|~����q�-Ώw�Ώ���p~��u~pO���>Ϗg|I������{*��p��S��x���8�� +��+|���� +��;\���T8?��:?�������q�=ΏW�<?��%Ώw�Ώ�p~��u~pO������{*���y~<�K*��p��S��x���8�� +��;\���T8?^���xƗT8?��:?�������q�=Ώw�Ώ�p~���ΏG|M������{*��p��S��x���8�� +��+|���� +��;\���T8?��:?�������q�=ΏW�<?��%Ώw�Ώ�p~��u~pO������{*���y~<�K*��p��S��x���8���Ϗw�8?�e����dz�������q�=5�����q�?&�����q�=ΏW�<?��%5���q~h˄�����`{*��p��S�������L{&��h��S��x���8���Ϗw�8?�e����dz�������q�=Ώw�Ώ�p~��u~pO���>Ϗg|I������{*��p��S��x���8�� +��+|���� +��;\���T8?��:?�������q�=Ώ7���p~��u~pO������{*��p��S��x����_R��x���8�� +��;\���T8?��:?����� +���3�������q�=Ώw�Ώ�p~<onϏ����Ni�l�o����{�\��}�k�n�u��t;?�o~�������~X��;_v��{4��|����.����� ���o��G<x��܇w\���e�;��_h��ӄ/��qw�?�[��4➺��vǧ�s�ߞF�S7����zh���������~w���|<M����w�����ӈ{�~�N���0Җ�!߮�,�qy'ٞ�/��yyg���xygi�.�$�2��%=.�$�S��%>.�$�S�坝=.��3��%=.�$�S��%>.�$�S��%�~y'�����;�^R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>�W��<�R�s|%�kj_)�1�B�����+�{j_)�1�B������ +�Kj_)��� +і��WJz�����y|���� +��W:{����y|���� +ٞ��WJ|���q|��o�+D[f_�h��������+�{j_)��� +і��WJz�����y|��5����WJ�6�B�e���+d{j_)�1�B������ +�Kj_)�1�B�����+�{j_)�1�B������ +�Kj_)�1�B�����+�{j_)�1�B������ +�Kj_)�1�B�����+�{j_)�1�B������ +�Kj_)�1�B�����+�{j_)�1�B������ +�Kj_)�1�B�����+�{j_)�1�B���� +��+_S��J����=5����_!�S��J����=5��t��W�_R��J����=5����_!�S��J����=5��t��W�_R��J����=5����_!�S��J����=5��t��W�_R��J����=5����_!�S��Ji��W���<���_{I��+%>�W��4�R���+L��+%<�W���<���_|I��+�}_!�2��JI���=5����_!�S��Jg���=3����_!�S��J����=5����m|�h���+�����<�R�c|�pO��+%>�W��<�R�c|�pO��+�����<�R�c|�pO��+%>�W��<�R�c|�pO��+�����<�R�c|�pO��+%>�W��<�R�c|�pO��+>�W2�����+�{j_)�1�B�����+�{j_�p��������+�{j_)�1�B�����+�{j_�p��������+�{j_)�1�B����<R���ݞ�8p�=�����^ީ����;�Ԝ^�w��ۧ?�_������O~�Ͼ�|�����ϟ~|��~��K>tbΧ�_3߽�z�����u�笪�ˬ���`BU���� +�� +U� +�U��/�PU�pUU��T��t��*�{*TU:\U�=�*>�*_R���᪪��PU�pUU��T��t��*�{*TU����5�*�� +�� +U�WUpO��J�����BU��gU%�Kj��t����m�PU�hUU��T��t��*�{j��T��*��L��t��*`{*TU:\U�=5WU:{TU��L��T���d{I��J������Jg�� +Ж U��VUlO��J�ϪJƗ�\U��QU�2���Ѫ����PU�pUU��T��T���d|I��J�����BU��UU�S���᪪��PU��YU��� +U�WUpO��J�����BU��UU�S��Rᳪ��%�*�� +�� +U�WUpO��J�����BU��gU%�K*TU:\U�=�*�� +�� +U�WUpO��J�ϪJƗT��t��*�{*TU:\U�=�*�� +�� +U����D|M��J�����BU��UU�S���᪪��PU��YU��� +U�WUpO��J�����BU��UU�S��Rᳪ��%�*�� +�� +U�WUpO��J�����BU��gU%�K*TU:\U�=�*�� +����*�=�*@[&TU*zVU���BU��UU�ScU��oU�?&BU��UU�S��Rᳪ��%5WU:{TU��L��t��*`{*TU:\U�=5WU*[U�L{&TU:ZU�=�*�� +����*�=�*@[&TU*zVU���BU��UU�S���᪪��PU�pUU��T��T���d|I��J�����BU��UU�S���᪪��PU��YU��� +U�WUpO��J�����BU��UU�S����wU����PU�pUU��T��t��*�{*TU:\U�=�*>�*_R���᪪��PU�pUU��T��t��*�{*TU*|VU2��BU��UU�S���᪪��PU ���/4�* +!���������$o��n�/�:�w�o'�_^w��˼%�����f�����{o����_?��˯�~~+��+�������Gy���e9n]<o�/<o���pk�J���pko���^�=5������^�-n���yko��T����uk/���o���qk/Ж ��v�n��S������7�kj����ǭ�@[&���Ѻ�lO�[{;\�������֭���L����uk/؞ +��v�n��S㭽}�����pko�[{3����[{�T����uk/�� +��v�n��S��� +���f|I�[{;\���pko���^�=n��p�����>o���� +��v�n��S�����{*���ẵpO�[{+|�ڛ�%n��p������[{�T����uk/�� +��V���7�K*���ẵpO�[{;\���pko���^�=n���ykoƗT����uk/�� +��v��P��T�B�pM���0�R�s +%�K*L�t��P��T�B�pM���0���B�Sa +���JƗT�B�pM���0���B�Sa +��5����J��M�D|M�)�� +�� +S(�)�=�P:\S(�{*L�T��B�����P:{L��m�0��њB�Sa +��5����)���J�=�P:ZS(`{*L�t��P���<���c +h˄)���S(�^Ra +��5����)��S(@[&L�t��P��T�B��9���%5O�t��B�2a +��5����J�k +pO�)� +�S(_Ra +��5����J�k +pO�)�� +�� +S(>�P2���J�k +pO�)�� +�� +S(�)�=�P*|N�d|I�)�� +�� +S(�)�=�P:\S(�{*L�T��B��� +S(�)�=�P:\S(�{*L�t��P��T�B��9���%�P:\S(�{*L�t��P��T�B�pM���0���wS(_Sa +��5����J�k +pO�)�� +�� +S(>�P2���J�k +pO�)�� +�� +S(�)�=�P*|N�d|I�)�� +�� +S(�)�=�P:\S(�{*L�T��B��� +S(�)�=�P:\S(�{j�B��1��e�JE�)�l/�0���B�S�JGߦP���S(�)�=�P*|N�d|I�S(�=�P��L�B�hM����0���B�S�Jek +%Ӟ S(�)�=�P:\S(�{j�B��1��e�JE�)�l/�0���B�Sa +��5����J�k +pO�)� +�S(_Ra +��5����J�k +pO�)�� +�� +S(>�P2���J�k +pO�)�� +�� +S(�)�=�P�n +%�k*L�t��P��T�B�pM���0���B�Sa +���JƗT�B�pM���0���B�Sa +��5����J��)��/�0���B�Sa +��5����J���P�������S(������g�S(����������ğ�w/Ǎ���S��)�q_��O������~z:�巟����/kI���S��^=A���O��_�7.督��f��;�ɀ�m�b@�-3�4���k�0P�� +Ȱe�R@%k( ˖g*����y�Шs" �� ��}�,[&�T���l�0 P�ZȲe�.@#�Y�({&�T�6�l��P�Ȳe�@%k ˖ [��<����0P��Ȳe� +@%k ˖ ����,[&��y����P��du��l����d��l�P��d���l���o�Y���gBῒ��ϲeBۿ�U�ϲeBտ���ϲeBϿ�g�?ʞ %�JV�?˖ �JV�?˖ ��JV�?˖ ��F���({&�+Y��,[&��+Y��,[&T�+Y��,[&��y����P�du��l���d��l�P�d���l���/� +��L(�W���Y�Lh�W���Y�L��W���Y�L��7��G�3si��Gg?���_�*�g�2��_�j�g�2sW��UՏ�%BQ�r��ϰeBK��U�ϲe�~��~v?&B?�qg=? ��JV7?˖���<��������U+?Ö ��F���({f.�W���g�c"��+We�[&T�+YM�,[&��y���P¯du�l����d�l�P��d��l�нo�Y���gB�ջϲeB뾒U�ϲeB徒ոϲeB߾�g�>ʞ e�JV�>˖ M�JV�>˖ 5�JV�>˖ �F��({&�+Y��,[&��+Y��,[&T�+Y��,[&��y���P��du�l�Ш�d�l�P��d��l�Х/�*}��L(�W�z�Y�Lh�W�J�Y�L��W��Y�L��7��G�3�<_���g�2�9_�*�g�2�6_�j�g�2�3�ȳ2eτ�|%�/�e˄�|%�,�e˄�|%�)�e˄�|#Ϛ|�=J|�-|�-3��+x���1��;���L(�W�z�Y��؊��[)>��_�j�g�2��ȳe��e� +]��~L�&|��a˄|%��e���V>����U�=Ö ��JV�=˖���<�������Ɲ��{&��+Y��,[&4�+Y��,[&��+Ym�,[&t�yVݣ�Pt�d�ܳl��r�d�ܳl�Pq�d5ܳl��oo�Yo��gB����mϲeB���UlϲeB����jϲeB����*�I^2��^��g�2��^�*�g�2��^�j�g�2���ȳ�eτ{%�Þe˄{%���e˄�z%���e˄�z#��z�=�땬�z�-Z땬�z�-*��붱��f���&�շ_����e�||��㷐=�߿^�l�v���߽\���o���ب����?~���}��ӏ���>����/�e��\��Ow9?���OP7����xV���x����u����L�:s�>s��Th4w�*̀{*��;\�f�=z��b3�� +�� +���/��n�p՛�T(8w�{*t�;\%g�=j�>{�_R����:�Pv�p���T�;w� +π{*T�+|v�3��B��U{�S����j>��}�p���T�?W��?g|I�t�� ��B ��Ղ�S���*B�P���م��� +m�WpO�Bt�� ��B'��U��S�]���%���j4�� +��W;pO�~t�� ��BE��gG:�K*��;\5i�=����4�� +]�WYpO��t����#��Bc��U��S�4��jM�Л�p��T�NW��Ng|I�����i�- +��5؞ +�W�pO�5��V�:Ӟ M�V�lO�2u��M ���>ug�B5Ж �ꊞ��l/�Ъ�pժ��\���Ѭ�2�[��*W���P���ٯ����֝=*�@[&��;Z-k�=z���5�� +U� +�]�/�ж�pխ�T(\w�׀{*t�;\�k�=j�>{�_R�y��^�P��p���T�_w� +{*T�+|v�3��B��U��S����jb����p���T�cW��cg|I�Fv��� ��B)�����S����*f�Pͮ������ +��W=pO��v��� ��BG��U��S����w=툯����pU��T(kw��ڀ{*��;\�m�=*�>;�_R����m�P��p5��T�nw��ۀ{*Է+|��3��B���U��S����jq����p��T�rW��rg|I�6w��� ��B������Ss���G�h˄ZwE�^w��Thvw��݀{j,ww��� ��D�ww� +�@{*T�+|v�3���wg��7Ж E�V�lO��w��� ���we��iτ�wG�� ��B�����SsﻳG�h˄�wE��w��Thw��߀{*�;\ p�=:��8�� +5� +�=��/���pU��T(�w����{*��;\�p�=*�>;�_R��᪅�P�p5��T�w���{*�����5���8�� +%�WKpO��x��(��BU��gW<�K*��;\uq�= +���8�� +��WipO��x���xƗTh�w���{*��;\�q�=������F����R�<���!��[������xlt���������|�����xx��������������?��6��~'���W�;|�lχ�y�Q>+���g����C�����gƗT�|v�*��{*T>;\�O�=*���'�� +�� +��ό/�P��pU>�T�|v�*��{*T>;\�O�=*�>+�_R����|�P��pU>�T�|v�*��{*T>+|V>3��B��U��S����|�P��pU>�T�|V��|f|I��g��� ��B��U��S����|�P���Y���� +��W�pO��g��� ��B��U��S����w�ψ��P��pU>�T�|v�*��{*T>;\�O�=*�>+�_Rs峳G�h˄�gG�� ��B��U��Ss峲U�̴gB峣U��S����|��٣� �eB峢g�3�K*T>;\�O�=5W>;{T>��L�|v�*�`{*T>+|V>3����gg��'Ж �ώV�lO��g��� ��B��g�3�K*T>;\�O�=*���'�� +��W�pO��g���gƗT�|v�*��{*T>;\�O�=*���'�� +�� +��ό/�P��pU>�T�|v�*��{*T>;\�O�=*�>+�_R����|�P��pU>�T�|v�*��{*T>+|V>3��B��U��S����|�P��pU>�T�|6�]�3�k*T>;\�O�=*���'�� +��W�pO��g���gƗT�|v�*��{*T>;\�O�=*���'�� +�� +��ό/�P��pU>�T�|v�*��{*T>;\�O�=*�>+�_R����|�P��pU>��\���Q��2��Yѳ��%*���'��+�}�|�1*���'О +�� +��ό/����٣� �eB峣U��S����|�Y٪|f�3���Ѫ|���P��pU>��\���Q��2��Yѳ��%*���'�� +��W�pO��g��� ��B��g�3�K*T>;\�O�=*���'�� +��W�pO��g���gƗT�|v�*��{*T>;\�O�=*���'�� +����|F|M��g��� ��B��U��S����|�P���Y���� +��W�pO��g��� ��B��U��S��Y���%*���'�� +��W�pO��g�%v�Ox�Q�����v�3���6������r���xlT>�������Ϸ��o���ӗ_?���_?������{=��~����v��i���oW���c�8\$��u�E�`{*\$[��"ٌ/�p�l��"Y�=.��p]$���E��V1�� +�� +���/��*�p���Thw�Zŀ{*��;\�b�=Z�>[�_R�U��j��*�p���Thw�Zŀ{*��+|��3��B����*�S�U��j��*�p���ThW�lg|I�Vq��U��B����*�S�U��j��*���*��� +��W�pO�Vq��U��B����*�S�U\�U��%Z��V1�� +��W�pO�Vq��U��B����Z�_S�U��j��*�p���Thw�Zŀ{*��+|��3���Vqg�V1Ж ��V�lO�Vq��U���Vqe�U�iτVqG�U��B����*�Ss���G�h˄VqE�Vq��Thw�Zŀ{jnw�hm��*�h����ThW�lg|Iͭ���b�-Z��V1؞ +��W�pO�Vq��VqƗThw�Zŀ{*��;\�b�=Z��V1�� +�� +���/��*�p���Thw�Zŀ{*��;\�b�=Z�>[�_R�U��j��*�p���Thw�Zŀ{*��+|��3��B����*�S�U��j��*�p���ThW�lg|I�Vq��U��B����*�S�U��j��*n�Vq��Thw�Zŀ{*��;\�b�=Z��V1�� +�� +���/��*�p���Thw�Zŀ{*��;\�b�=Z�>[�_R�U��j��*�p���Thw�Zŀ{*��+|��3��B����*�S�U��jU�٣U�eB���g�8�K*��;\�b�=5��;��*�c"��;X�b�=Z�>[�_Rs���G�h˄VqG�U��B����*�Ss����*δgB����*�S�U��jU�٣U�eB���g�8�K*��;\�b�=Z��V1�� +��W�pO�Vq��VqƗThw�Zŀ{*��;\�b�=Z��V1�� +�� +���/��*�p���Thw�Zŀ{*��;\�b�=Z� ~�*��� +��W�pO�Vq��U��B����*�S�U\�U��%Z��V1�� +��W�pO�Vq��U��B���g�8�K*��;\�b�=Z��V1�� +��Ђm[��B�U|�B�U��w������O�V����q�쯿�����/�.���_�w������H��|���p�z��Ύ�[����u.������y@ߞF�S����o?� +�Ӏ���qw>�Z��a�-sC�~3�ӹ�oO������ٟ����4���_���Ki�&�37����zi�����_��4W��Wr����� �)��L4Q��Vڔ�Ev��TӺ�5�Py��� �ǽv�cA���Ne"��7��oZ�f��:��ސ���9Ѫ=����k_�_�I}Po��>��{���i�7���}���O�R~9����R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�|C��:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0�t_�!H]�yB��0��:CH�� yS�a�^��n�<!�k��M��!�| C����0�t_�!H]�y©3�:CH�� yS�a�C����0�T�ar7u�p�C������}� u1�a�^��n�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��yB��0�,?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�8!ݗaRs�p�C�����R��!H��iB��C��#q���5A���N�a��qB�/��.�<!�k��M��!�| C����0�s�aP7s���5A���R��!H��qB�/��.�<�����A��!�| C����0���a�7u���5A���N�a��yB��0ɛ:CH�� yS�a)_�$o�<�����A��!�| C����0���a�7u���5A���J��!f�I��!�| C����0���a�7u���5A���N�a��yB��0ɛ:CH�� yS�a)_�$o�<�����A��!�| C����0���a�7u��V �0]�r�Å�a��F�}�������/{0���a���a���o�����?���?~����~��O?��������z���3}~�"��+�����y�������My�,?���:y�^�7�^'O��B����{A�T�{�|罳��B����{A�T�{�<y/ț +y��'�yS!�U���� +y��'�yS!�u�� o*�N���M��W�w�;�*�N���M���ɓ������:y�^�7�^%�y�,?���:y�^�7�^'O��B����{A�T�{�|罳��B����{A�T�{�<y/ț +y��'�yS!�U���� +y��'�yS!�u�� o*�N���M���ȯ��Q~R!�u�� o*�N���M���ɓ������*��{g�A��^�^y/�� y�S'�wS!�u�� o��*w��Y�L�{�:y/�� +y��'�yS�W��bBޫ�;���^'O���y�s���ń�ש�������*��{g�A��^�^y/�� y�S'�wS!�u�� o*�J���Y~P!�u�� o*�N���M���ɓ������*��{g�A���ɓ������:y�^�7�^'O��Bޫ�;���^'O��B����{A�T�{�<y/ț +y���w�T�{�<y/ț +y��'�yS!�u�� o*�J���Y~P!�u�� o*�N���M���ɓ�������U�;�O*�N���M���ɓ������:y�^�7�^%�y�,?���:y�^�7�^'O��B����{A�T�{�|罳��B����{A�T�{�<y/ț +y��'�yS!�U���� +y��'�yS!�u�� o��:��{A]L�{�z罳��B����{A��1�u�K��D�{�8y/�� +y���w��9�u�������:u�^p7�^'O���y�r'��̈́�ש�������:y�^�7u�{�{彠.&�J����}P!�u�� o*�N���M���ɓ������*��{g�A���ɓ������:y�^�7�^'O��Bޫ�;���^'O��B����{A�T�{�<y/ț +y��_彣��B����{A�T�{�<y/ț +y��'�yS!�U���� +y��'�yS!�u�� o*�N���M��W�w�;�*�N���M���ɓ�������)��{�B+セД�7:�ޯ��>?߽><=Q��������������߾��v��׆W��1����7����z���M�M/�>\��w���=�>�|z�O��~9M�zC��������/�Q���织g��~�ża~�d�>�g~9���x���G���Gt#�i����������aT���yx~���it7���������r�M�������˫t_���7̏w��^�ǽN���7��oJ�f��:��ސ��=�G��Y$�x���������iR������>�u�M�!�\������/�Q���5�����ySa�C�� �,?�0�����ySa���3��� ��g��M�A%߃���� ��g��M�A'� ț +�N�A�79�|r�� +�N�A�79�<� o*r8y9@�T�P�=�1�*r8y9@�T�p�r���0�����ySa�C�� �,?�0�����ySa���3��� ��g��M�A%߃���� ��g��M�A'� ț +�N�A�79�|r�� +�N�A�79�<� o*r8y9@�T�0�A�Q~Ra���3��� ��g��M�A'� ț +�J�9f�A�9�{ r���0�����wSa���3��ʝA�Y�L�p�r���0�����yS�A�^��.&r(���9�<� o�<���k��ńA�� �� +�J�9f�A�9�{ r���0�����wSa���3��� ���A�Y~Pa���3��� ��g��M�A'� ț +�J�9f�A�A'� ț +�N�A�79�<� o*r(���9�<� o*r8y9@�T�p�r���0ȡ�{�c�T�p�r���0�����ySa���3��� ���A�Y~Pa���3��� ��g��M�A'� ț +�F~5�1�O*r8y9@�T�p�r���0�����ySa�C�� �,?�0�����ySa���3��� ��g��M�A%߃���� ��g��M�A'� ț +�N�A�79�|r�� +�N�A�79�<� o�<���k��ńA�ރ���� ��g��M9��2��D�p�r���0ȡ�{�c��y�ù� �� �N�Ap79�<� o�<ȡ���̈́A�� �� +�N�A�7u�p�5��b� �R�A��}Pa���3��� ��g��M�A'� ț +�J�9f�A�A'� ț +�N�A�79�<� o*r(���9�<� o*r8y9@�T�p�r���0�a�W����� ��g��M�A'� ț +�N�A�79�|r�� +�N�A�79�<� o*r8y9@�T�P�=�1�*r8y9@�T�p�r���0�1.I�A����0z��� �p�c��9�>�}9 {�Sk���8��Ͽ�����������cxz���f|r����/o���ȑu��k���6�y�ib�!��jb2�yB��(���H�I��"�,.&�A(s� fs1�1#���-",A(o� fq1aB��1��9n@(�eb�~����������LXP�?��b��2g�a6v�9����0�`�{�a47�9����0���Y{��ń�e���l.&=��y�̈́�e���l.&L<(sfs1a�A�3�0�� �Ƽ�Fs3a�A�3�0�� �ʜU��\L�tP�L:��b �1�=���LXsP�9��b�2g�a6v�93���0�`�{�a47�9���0ߠ�Yo��ń�e�t�l.&7��m�̈́�e�h�l.&L6(sfs1a�A�3�0�� c Ƽ�Fs3a�A�3�0�� 3 ʜ���\L�hP�L4��b�@�0_�3L� �ʜq��\L�fP�,3��b�.�2g�a6F�yo2��fJ�f�G"�1(o�fq1a�A�3�0��91qvFoa�Ay3�0�� ʜ��\�yA������H������������^��Ŝg�x�.�ޏD�\P�L.��b���1e���ymA������H������,.&�,(sffs1ad�����hn&,,(sfs1a^A���0�� � +ʜi��\LV0潫0�� � +ʜQ��\L�TP�,*��b�2gNa6��yo)��f�2gHa6f�9+ +������̙P��ńc�� �������O��ń�e�r�l.&�&(sffs1a4���f�hn&,&(sfs1a.A���0�� [ ʜ���\LJ櫝��|0a%A�3�0�� ʜ���\L�GP��#��b�8�1�m���LXFP�#��b�,�2ga66�9����0�`�{a47��9c���0���YB��ńe��l.&� ��@�̈́e���l.&�(s�fs1��%^���#��w���f��2g�`6s�<P����l����e����-&���:�͜��x �ޏD�9Pެ��b�Ɓ2g�`6s80����"º��f�`� �9������Y�����ƻ7 Fq3a�@�3h0�� sʜ5��\L�2P�L��b�1����LX1P���b�2g�`6��9����0^`�{�`47��9����0[��Y-��ń�e�d�l.&��^�d>��V��+��ń�e�R�l.&�(sf +fs1a����F�hn&,(s +fs1a�@��N0�� �ʜi��\L&0�K0�� �ʜQ��\L�$P�,��b�����̷Yk���0Fp�:�}����ݷ��g#�~�k�^/k�������������������=����D����X�>Ηח�7����!��J���������L�+ț +�����u�TH^�<�+ț +ի�'{yS!|u� o*��J���Y~P!u��� o*�N��M���S������*�ag�A������P�:yrX�7�X'O�B��;����X'O�B��IcA�T�c�<u,ț +}���@v�THd�<�,ț +���'�yS!�u� o*��J�c�Y~P!�u��� o*�N�d�M�h��S͂����*�gg�A�t�����P�:y�Y�7Z'OA�BCk�W�(?���:y:Z�7JZ'OJ�BL��iA�T�i�|�����I�s���ń�֩�Ղ���:y�Z�7unk�;q��n&�N���M���ɓ��sd�ܫ�u1��U���� +�����yS��ֹWn�bBp��)n��Thn�|G�����٭s���ń�֩�ނ���:y�[�7�[%��,?���:y\�7*\'O��B���)qA�Thq�|Ǹ���B����qA�T(r�<I.ț +Q����yS��U���� +i����yS��u�� o*�N�B�M�FW�w�;�*d�N�N�M�R�ɓꂼ��:yj]�7z]%���,?���:y�]�7�]'O��B���)wA�Thw��*��'�]'O��B���IxA�T�x�</ț +���w�THy�<-/ț +5��'�yS!�u�� o*4�J���Y~P!�u�t� o*��N���M����S������*�|g�A���������P�:y2_�7u}�{���.&��J�c��}P!�u��� o�X�:�%��G"D�N���M��W�w�;���:�jA]L��:�/�� +����yS�X���fB�����T(��<)0ț:��νj`Pz`��A��>��;y�`�7�`'O�B��)�A�Th��|�����B���A�T(��<�0ț +����yS�V� +�� +����yS�v��� o*�N�b�M�f�ȯ��Q~R!v�t� o*��N�t�M�x��S����+��g�A��������P;y2b�7Bb'OI�BK��;&��rb'OO�BQ��I�A�T����U�p���w�ow�Í~{X�p�~?���� +��ݭ��������/?��o���<�:������eW��Q>߿>�*��K����`__wx �'�ރ ��o�V� +{V7^���y6�� +��v��M_��ԗwb��#ފ����س����<o�yS���N��c������Y�ySa1@��b�,?����Y�ySa1�ɳ���b��g1��M���%ߋ����b��g1��M���'�b�ț +�N����7�|/�� +�N����7�<� o*,8y@�TXP�0�*,8y@�TXp�,������Y�ySa1@��b�,?����Y�ySa1�ɳ���b��g1��M���%ߋ����b��g1��M���'�b�ț +�N����7�|/�� +�N����7�<� o*,8y@�TX0�ŀQ~Ra1�ɳ���b��g1��M���'�b�ț +�J�f�A��{-������Y�wSa1�ɳ��ʝŀY�LXp�,������Y�yS����^��.&,(�^���<� o���k1��ń����b��� +�J�f�A��{-������Y�wSa1�ɳ���b���ŀY~Pa1�ɳ���b��g1��M���'�b�ț +�J�f�A���'�b�ț +�N����7�<� o*,(�^���<� o*,8y@�TXp�,������{1`�TXp�,������Y�ySa1�ɳ���b���ŀY~Pa1�ɳ���b��g1��M���'�b�ț +�F~�0�O*,8y@�TXp�,������Y�ySa1@��b�,?����Y�ySa1�ɳ���b��g1��M���%ߋ����b��g1��M���'�b�ț +�N����7�|/�� +�N����7�<� o���k1��ń���ދ����b��g1��M�����DXp�,������{1`��y1���b��� �N���p7�<� o���Y��̈́����b��� +�N����7u^p���b�b�R�ŀ�}Pa1�ɳ���b��g1��M���'�b�ț +�J�f�A���'�b�ț +�N����7�<� o*,(�^���<� o*,8y@�TXp�,����`�W�����b��g1��M���'�b�ț +�N����7�|/�� +�N����7�<� o*,8y@�TXP�0�*,8y@�TXp�,����0f�n1�.�>T��b�p�߾������-�ck1���;��?��������������/���_~������?�J_�߿�~e���߽>���wc;�{��HϹZ�O.4�����B���i=A�Th=�<�'ț +�����yS��T��z�� +�����yS��t� o*��N���M��S�w�9�*��N���M�����z����z:yZO�7ZO%߭�,?��z:yZO�7ZO'O� �B���i=A�Th=�|�����B���i=A�Th=�<�'ț +�����yS��T��z�� +�����yS��t� o*��N���M���ȯZ�Q~R��t� o*��N���M�����z����z*�n=g�A�[O�^�'�� ��S��wS��t� o��z*wZ�Y�Lh=�:�'�� +�����yS��ӹW� �bB�Ի���ZO'O� �έ�s���ń�ө�z����z*�n=g�A�[O�^�'�� ��S��wS��t� o*��J�[�Y~P��t� o*��N���M�����z����z*�n=g�A�����z����z:yZO�7ZO'O� �B�����ZO'O� �B���i=A�Th=�<�'ț +�����s�Th=�<�'ț +�����yS��t� o*��J�[�Y~P��t� o*��N���M�����z����z�U�9�O*��N���M�����z����z:yZO�7ZO%߭�,?��z:yZO�7ZO'O� �B���i=A�Th=�|�����B���i=A�Th=�<�'ț +�����yS��T��z�� +�����yS��t� o��z:�j=A]Lh=�z�����B���i=A�Ա�t�K� �Dh=�8�'�� +�����s�Թ�t��z����z:uZOp7ZO'O� �έ�r����̈́�ө�z����z:yZO�7un=�{���.&��J�[��}P��t� o*��N���M�����z����z*�n=g�A�����z����z:yZO�7ZO'O� �B�����ZO'O� �B���i=A�Th=�<�'ț +���_�����B���i=A�Th=�<�'ț +�����yS��T��z�� +�����yS��t� o*��N���M��S�w�9�*��N���M�����z����zY�m=�B����S��p���z��������ih=�{ح�����?�����Uz>��=<���}�H�~�{�Uz��� +1U����O.4U���B����@�T���<�ț +՟���yS��S�]��� +՟���yS��s�T o*TN���M��O�w�7�*TN���M����S����P�9y�?�7�?%���,?�P�9y�?�7�?'O��B����@�T���|W���B����@�T���<�ț +՟���yS��3��o��T���<�ț +՟���yS��s�T o*TJ���Y~P��ϹW��bB��ԩ���T���<�ț:Wʝ�oV7�?�N��B����@�Թ�s�U����P�)���f�A����S����s��ܫ�u1��s�T�n*TJ���Y~P��ϹW��bB��ԩ���T���<�ț +՟���o�T���<�ț +՟���yS��s�T o*TJ���Y~P��s�T o*TN���M����S����P�)���f�A����S����P�9y�?�7�?'O��B�������?'O��B����@�T���<�ț +՟���o�T���<�ț +՟���yS��s�T o*TF~U��� +՟���yS��s�T o*TN���M��O�w�7�*TN���M����S����P�9y�?�7�?%���,?�P�9y�?�7�?'O��B����@�T���|W���B����@�T���<�ț:Wν�?P�?�����>�P�9y�?�7u����R���#�?'N��B������u���{U�.&TN���M����S����s��ܩ�fu3��s�T�n*TN���M��?�^��� ՟R��ovT���<�ț +՟���yS��s�T o*TJ���Y~P��s�T o*TN���M����S����P�)���f�A����S����P�9y�?�7�?'O��B�g�W��(?�P�9y�?�7�?'O��B����@�T���|W���B����@�T���<�ț +՟���yS��S�]��� +՟���yS��s�T o*Tc��?�Ъ�>�u�����F���{x�vw����K��p�������O�<�=<��5�|v�_n>����ק�{��:��~w�u��__>��'��i�7�������ۓ�_N�����_����K�:M�zC������}�FySo��>�/�����(o� �����/����0����������}��4�� ����ˣ}��4ʛzC�|�������7�o���'��/����ϛ�/o���G'�i������ٺ�Fu1o��>������FwSo��>���{��r�M�\~���|y���aR7�����۫���it7��������}��4ʛzC�z����gQ���������/���Ӥ>�7�o���}��4ʛzC���|��f��(o� ��g�����4ʛ������y|��}�&�A�!�t�c_�Q���O���>�u�M�!����V~9���/�w�h�u~Ѽ��͓����|�h��M�_4/�kr��M�'g�<�3 ?��䌔���7u����59C�Γ3R�&gH��yr��39�:O�H���!yS��)_�3$o�<9#�kr��M�'g�<�3 ?��䌔���7u����59C�Γ3R�&gH��yr��39�:O�H���!yS��)_�3$o�<9#�kr��M�'g�<�3 ?��䌔���7u����59C�Γ3R�&gH��yrF����,?��䌔���7u����59C�Γ3R�&gH��yr��39�:N�H�er��Ŝ'g�zMΐ���䌔���7u��q�59�fΓ3R�&g���yrF���ɛ:N�H�er��Ŝ'g�:�3�>��䌔���7u��������9O�H���!wS��'����89#ݗ�Rs����59C�Γ3R�&gH��yr��39�:O�H���!yS��)_�3$o�<9#�kr��M�'g�<�3 ?��䌔���7u����59C�Γ3R�&gH��yr��39�:O�H���!yS��)_�3$o�<9#�kr��M�'g�<�3 ?��䌔���7u����59C�Γ3R�&gH��yr��39�:O�H���!yS��)_�3$o�<9#�kr��M�'g�|O���:O�H���!yS��)_�3$o�<9#�kr��M�'g�<�3 ?��䌔���7u����59C�Γ3R�&gH��yr��39�:O�H���!yS��)_�3$o�<9#�kr��M�'g�<�3 ?��䌔���7u����59C3�}��!u1�������<9#�kr��M�&g�����?��)^�3�n�<9�䙜�A'g��29C�bΓ3R�&g���yrF���ɛ:N�8���u3���^�3�n�<9#�kr��M'g��29C�bΓ3N��p�yrF���ɛ:O�H���!yS��)_�3$o�<9�䙜�A�'g�|Mΐ���䌔���7u����59C�Γ3N����yrF���ɛ:O�H���!yS��)_�3$o�<9��{rf���yrF���ɛ:O�H���!yS��)_�3$o�<9�䙜�A�'g�|Mΐ���䌔���7u����59C�Γ3N����yrF���ɛ:O�H���!yS�əy6EM�Ѕ.�>κܞ��n��'g^��~�z�əu,�3��ə������������_���~��������r��w���?�+m������ҷ�5�݂���-����[��u��p7v�<� o�[���-��̈́���n�� +�N���7u�-p��n�?a�@��n��>��[���-�ySa��ɳ[���n��g���M��%����n��g���M��'�nț +�N���7v�|��� +�N���7v�<� o*�8yv@�T�-P�[0�*�8yv@�T�-p������[���-�ySa�@��n�,?��[���-�ySa��ɳ[���n��g���M��%����n��g���M��'�nț +�N���7v�|��� +�N���7v�<� o*�8yv@�T�-P�[0�*�8yv@�T�-p������[���-�ySa��ȯvF�I��'�nț +�N���7v�<� o*�(��-��u�-p�[��b�n�Sg���M��'�nț:�(wvfu3a����[���n��g���M�w�{�����[��{�`vT�-p������n�s��Pv�:��n*�(��-��u�-p�[��b�n�Sg���M��'�nț +�J�wf�A��'�nț +�N���7v�<� o*�(��-��v�<� o*�8yv@�T�-p������[��{�`�T�-p������[���-�ySa��ɳ[���n���݂Y~Pa��ɳ[���n��g���M��'�nț +�J�wf�A��'�nț +�N���7v�<� o*���n�(?��[���-�ySa��ɳ[���n��g���M��%����n��g���M��'�nț +�N���7v�|��� +�N���7v�<� o*�8yv@�T�-P�[0�*�8yv@�T�-p������n�s��Pv�z��� +�N���7u�-p��n�?a����[���n���݂Y~P���^��.&�8uv��T�-p������n�rg�`V7v�:��n*�8yv@��y����n�� �J�wf�A��'�nț +�N���7v�<� o*�(��-��v�<� o*�8yv@�T�-p������[��{�`�T�-p������[���-�ySa��ɳ[���n��_��� +�N���7v�<� o*�8yv@�T�-P�[0�*�8yv@�T�-p������[���-�ySa�@��n�,?��[���-�ySa��ɳ[���n�P������-�� �t{�`��o�-x��J0[�멇o{���2[���ǿ���������_~������_�f��Y�~�ߤO��W��n $��"�����x���L�<�� +�'�yS�xީ/�<�?!�W���� +�'�yS!�w��� o*��N�x�M�x^�w<?�*��N�x�M�x��σ���;y�y�7�y%���,?��;y�y�7�y'O<�B<���A�T��|����B<���A�T��<�<ț +�'�yS!�W���� +�'�yS!�w��� o*��N�x�M�x^�w<?�*��N�x�M�x��σ���;y�y�7�y%���,?��;y�y�7�y'O<�B<���A�T��|����B<���A�T��<�<ț +�'�yS!�7�x~��T��<�<ț +�'�yS!�w��� o*��J���Y~P�xW<�bB<�ԉ���T��<�<ț:��ʝx~V7�y�N<�B<���A��9�w�σ���+���g�A�x��σ��s<��+�u1!�w����n*��J���Y~P�xW<�bB<�ԉ���T��<�<ț +��x~�T��<�<ț +�'�yS!�w��� o*��J���Y~P!�w��� o*��N�x�M�x��σ���+���g�A�x��σ���;y�y�7�y'O<�B<��;����y'O<�B<���A�T��<�<ț +��x~�T��<�<ț +�'�yS!�w��� o*��F~Ϗ� +�'�yS!�w��� o*��N�x�M�x^�w<?�*��N�x�M�x��σ���;y�y�7�y%���,?��;y�y�7�y'O<�B<���A�T��|����B<���A�T��<�<ț:��ν�yP�y�����>��;y�y�7u���σ�#�y'N<�B<��;���u��{��.&��N�x�M�x��σ��s<�܉�gu3!�w����n*��N�x�M��y�^�<�� �R�x~vT��<�<ț +�'�yS!�w��� o*��J���Y~P!�w��� o*��N�x�M�x��σ���+���g�A�x��σ���;y�y�7�y'O<�B<o�W��(?��;y�y�7�y'O<�B<���A�T��|����B<���A�T��<�<ț +�'�yS!�W���� +�'�yS!�w��� o*��c���y�Њ�?�C<?����oVx�E���u,���K=�/��_�����������_~�~��g��F����+��@__�����z��N��/=$՟\hJ�A�TH��<I5ț +I��'�yS!�V�T�� +I��'�yS!�v�$� o*$�N���M��Z�wR=�*$�N���M���ɓT����T;y�j�7�j%�I�,?��T;y�j�7�j'OR �BR��I�A�TH��|'ճ��BR��I�A�TH��<I5ț +I��'�yS!�V�T�� +I��'�yS!�v�$� o*$�N���M��Z�wR=�*$�N���M���ɓT����T;y�j�7�j%�I�,?��T;y�j�7�j'OR �BR��I�A�TH���*��'�j'OR �BR��I�A�TH��<I5ț +I���z��9�v�T����T;u�jp7�j'OR ��I�r'���̈́�ک�T����T;y�j�7uN��{%ՠ.&$�J����}P!�v�$� o�T;�J�A]LH��:I5�� +I���z��9�v�T����T;u�jp7�j'OR �BR��;����j'OR �BR��I�A�TH��<I5ț +I���z�TH��<I5ț +I��'�yS!�v�$� o*$�J���Y~P!�v�$� o*$�N���M���ɓT����T+�N�g�A���ɓT����T;y�j�7�j'OR �BR��;����j'OR �BR��I�A�TH��<I5ț +I��_%գ��BR��I�A�TH��<I5ț +I��'�yS!�V�T�� +I��'�yS!�v�$� o*$�N���M��Z�wR=�*$�N���M���ɓT����T;y�j�7�j%�I�,?��T;y�j�7�j'OR ��I�s���ń�Z�wR=�*$�N���M�j��$� �H��ډ�T����T+�N�g�A��j�^I5�� I�S'�wS!�v�$� o�T+w��Y�LH��:I5�� +I��'�yS�ڹWR �bBR��;����j'OR �BR��I�A�TH��<I5ț +I���z�TH��<I5ț +I��'�yS!�v�$� o*$�J���Y~P!�v�$� o*$�N���M���ɓT����T�UR=�O*$�N���M���ɓT����T;y�j�7�j%�I�,?��T;y�j�7�j'OR �BR��I�A�TH��|'ճ��BR��I�A�TH��<I5ț +I�X���.�����T7��I�����=%��X���KR�����_���?��������~�T��o^��Jw���.��y��e�w�r��]��n*�����.r�7u|�S_�E�Dx��p~VT�<�<ț +ἓ'�yS!�w�� o*��J���Y~P!�w�� o*��N�p�M�p�����+��g�A�p�����;y�y�7�y'O8�B8��;����y'O8�B8�� �A�T�<�<ț +ἒ�p~�T�<�<ț +ἓ'�yS!�w�� o*��J���Y~P!�w�� o*��N�p�M�p�����+��g�A�p�����;y�y�7�y'O8�B8��;����y'O8�B8�� �A�T�<�<ț +ἑ_����B8�� �A�T�<�<ț +ἓ'�yS!�W����:��ν�yP�y�N8�B8�� �A��9�W��;u�yp7�y'O8���s�p�ńp^�w8?�*��N�p�M��y�^�<�� �S'�wS!�W����:��ν�yP�y�N8�B8�� �A�T�|����B8�� �A�T�<�<ț +ἓ'�yS!�W���� +ἓ'�yS!�w�� o*��N�p�M�p^�w8?�*��N�p�M�p�����;y�y�7�y%���,?��;y�y�7�y'O8�B8�� �A�T�|����B8�� �A�T�<�<ț +ἓ'�yS!�7�p~��T�<�<ț +ἓ'�yS!�w�� o*��J���Y~P!�w�� o*��N�p�M�p�����+��g�A�p�����;y�y�7�y'O8�B8��;����y'O8�B8�� �A��9�w����+��g�A�p����c8�ԗp���;q�yP7�y%���,?�s8��+�u1!�w���n*��N�p�M��y�N8?�� �S'�wS!�w�� o��;� +�A]L�z����B8�� �A�T�<�<ț +ἓ'�yS!�W���� +ἓ'�yS!�w�� o*��N�p�M�p^�w8?�*��N�p�M�p�����;y�y�7�y#� +�G�I�p�����;y�y�7�y'O8�B8��;����y'O8�B8�� �A�T�<�<ț +ἒ�p~�T�<�<ț +ἓ'�yS!�jo�ÅV8�!N�z;�n��7E�������ߞ�~��������חϯ�����l��h���_��O?���_���/?���������\_����w�����א�{�{x���c�{w^���������D}9��~�#�_���~}t��I�!�{y��0��~�ża~�d�_��r�M�!�h�_�3��FySo�\��;������Y��wSa!�ɳ�N}Y���G",D(�^���"�< o*,D8y"@�TX�p�,D������{!b�TX�p�,D������Y��ySa!�ɳ��B��Y~Pa!�ɳ��B��g!�M��'�Bț +J�"f�A��'�Bț +N���7"�< o*,D(�^���"�< o*,D8y"@�TX�p�,D������{!b�TX�p�,D������Y��ySa!�ɳ��B��Y~Pa!�ɳ��B��g!�M��'�Bț +J�"f�A��'�Bț +N���7"�< o*,D��B�(?����Y��ySa!�ɳ��B��g!�M��%�����ν"@]LX�p�,D������Y��yS���BĬn&,D8u"��TX�p�,D����B�s��P"�z/D�� +N���7u^�p��b�B�Sg!�M��%�����ν"@]LX�p�,D������Y��ySa!B��B�,?����Y��ySa!�ɳ��B��g!�M��%�����B��g!�M��'�Bț +N���7"�|/D�� +N���7"�< o*,D8y"@�TX�P�1�*,D8y"@�TX�p�,D������Y��ySa!B��B�,?����Y��ySa!�ɳ��B��g!�M��#�Z��'"�< o*,D8y"@�TX�p�,D������{!b�TX�p�,D������Y��ySa!�ɳ��B��Y~Pa!�ɳ��B��g!�M��'�Bț +J�"f�A��'�Bț +N���7u^�p��b�B�R�}Pa!�ɳ�N}Y���G",D8q"@�TX�P�1����k!�ń���B�� +N���7u^�P�,D��f�B�Sg!�M��'�Bț:/D8�Z��u1a!B��B��>����Y��ySa!�ɳ��B��g!�M��%�����B��g!�M��'�Bț +N���7"�|/D�� +N���7"�< o*,D8y"@�TX�0Q~Ra!�ɳ��B��g!�M��'�Bț +J�"f�A��'�Bț +N���7"�< o*,D(�^���"�< o*,D8y"@�TX�V �B\h-D|�a"�������������쯟/.�{��{�������ӗ���?�=X�rlmD�_V"��/?���O?����������������~�۟~�Z�8���K1tu�O�#��>�x�W���3���!��BS8�*d�N��M��ɓ����:y2@�72@%��,?��:y2@�72@'O�B����A�T���|g����B����A�T���< ț +��'yS!T��� +��'yS!t�d� o*d�N��M�P�w8�*d�N��M��ɓ����:y2@�72@#���G�I��ɓ����:y2@�72@'O�B��;��u���{e��.&d�N��M��ɓ���s����gu3!t�d��n*d�N��M�3@�^ �� �R�pvT���< ț:g�ν2@P2@�N�B��;��u���{e��.&d�N��M��ɓ����*���g�A��ɓ����:y2@�72@'O�B��;��2@'O�B����A�T���< ț +���p�T���< ț +��'yS!t�d� o*d�J�3�Y~P!t�d� o*d�N��M��ɓ����*���g�A��ɓ����:y2@�72@'O�Bh�W�(?��:y2@�72@'O�B����A�T���|g����B����A�T���< ț +��'yS!T��� +��'yS!t�d� o*d�N��M�P�w8�*d�N��M��ɓ���s��+u1!T��� +��'yS�Щ/ �?!t�d��n*d�J�3�Y~P�йW�bB������T���< ț:g�ʝpV72@�N�B����A��9t�����*���g�A��ɓ����:y2@�72@'O�B��;��2@'O�B����A�T���< ț +���p�T���< ț +��'yS!t�d� o*d�F~��� +��'yS!t�d� o*d�N��M�P�w8�*d�N��M��ɓ����:y2@�72@%��,?��:y2@�72@'O�B8$j6���Cj7d�Í�� 2����Q�`��p�,��~���O�������������߾���r�w���~{�K��_^89�<�>���'?����I�7u~ᤓ煓 ?��'�|�p��M�_8)�녓$o���I)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Թ4��U����si��)MA~P��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Թ4��U����si��)MA~P��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Թ4��U����si��4��'u.M�|��$o�\�J�*MI�Թ4��U����si��)MA~P��T�/�)��9��R�JSr7u.M�|��$o�X�:�*MA�̹4��U����si*�4%yS��T�/�)��9��N���u.M�|��$o�X�J��4%u1��T�WiJ�Υ���4�AKS龔��.�\�J�*M��Թ4��U����si��)MA~P��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Թ4��U����si��)MA~P��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Թ4��U����si��)MA~P��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��J�K�Y~R��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Թ4��U����si��)MA~P��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Ա4��KiJ�bΥ�S�4�A�KS)_�)ɛ:��R��4%�G�\�J�*MI�Թ4u� ?�ci*ݗҔ�ŜKS�^�)��:��R�JS�7u,M�{���n�\�J�*M��Թ4��U����ci*ݗҔ�ŜKS�Ni +�:��R�JS�7u.M�|��$o�\�J�*MI�Թ4u� ?�si*�4%yS��T�WiJ�Υ���Ҕ�M�KS'Oi +�:��R�JS�7u.M�|��$o�\�J�*MI�Թ4U�]���:��R�JS�7u.M�|��$o�\�J�*MI�Թ4u� ?�si*�4%yS��T�WiJ�Υ���Ҕ�M�KS'Oi +�:��R�JS�7u.M�|��$o�\��M�*M�B�sk�ۥ�t�������~Y3��O�wO������)~yz��^����L�'�����?&5��?_B���w��O�/��ۧ��������ovW9�9����HOw90���r��_f(>��T�� +倓��yS�p� o*�N�r��M�r�ȯʁQ~R�p� o*�N�r��M�r��S���P(�.f�A���^���� �S��wS�p� o�\(wʁY�L(�:���� +倓��yS�r��W9��bB9�Ի���'O9����s�r��ńr��S���P(�.f�A���^���� �S��wS�p� o*�J�ˁY~P�p� o*�N�r��M�r��S���P(�.f�A�r��S���P8y��7�'O9��B9�����'O9��B9��)@�T(�<��ț +倒�r`�T(�<��ț +倓��yS�p� o*�J�ˁY~P�p� o*�N�r��M�r��S���P�U90�O*�N�r��M�r��S���P8y��7�%���,?�P8y��7�'O9��B9��)@�T(�|����B9��)@�T(�<��ț +倓��yS�P�]�� +倓��yS�p� o�\8�*@]L(�z����B9��)@�Աp�K9��D(�8���� +倒�r`�Թp�U���P8u�p7�'O9����r���̈́r��S���P8y��7u.�{��.&�J�ˁ�}P�p� o*�N�r��M�r��S���P(�.f�A�r��S���P8y��7�'O9��B9�����'O9��B9��)@�T(�<��ț +們_����B9��)@�T(�<��ț +倓��yS�P�]�� +倓��yS�p� o*�N�r��M�r@�w90�*�N�r��M�r��S���P?�n���*>�|�P7:ʁ�P�}9����7(֩]�wT��_~�a�?�������S*����Z�?te>S��ߞ��J��s���W�\�~xu�'�^��«s�<��yS��9J�_�3�*�:�����7^���yuț +��q�:�M�W�(�~u�,?���'ϫs@�Txu����9 o*�:�����7^�����9���«s�<��yS��9N�W瀼���'O��B���;���8'O��B��� �@�T��<ț +��_p���B��� �@�T��<ț +��'�yS!�S����:pν8P8�N��B��� �@��9�S�p����9u8p78'O����s���ń�N�w�7�*pN���M�8�^�� �S'�wS!�S����:pν8P8�N��B��� �@�T��|p���B��� �@�T��<ț +��'�yS!�S���� +��'�yS!�s�p o*pN���M��N�w�7�*pN���M���������9y8�78%��,?��9y8�78'O��B��� �@�T��|p���B��� �@�T��<ț +��'�yS!�3��n��T��<ț +��'�yS!�s�p o*pJ��Y~P!�s�p o*pN���M���������)��f�A���������9y8�78'O��B���;���8'O��B��� �@��9�s������)��f�A��������c��ԗ����9q8P78%��,?�s���+�u1!�s�p�n*pN���M�8�N�7�� �S'�wS!�s�p o��9� +�@]L��zp���B��� �@�T��<ț +��'�yS!�S���� +��'�yS!�s�p o*pN���M��N�w�7�*pN���M���������9y8�78#� +�F�I���������9y8�78'O��B���;���8'O��B��� �@�T��<ț +����n�T��<ț +��'�yS!�B-���V��!3{�� 7�ͯ��������Ln�֩�=^�����o���}��a������wz�{z���~���///x��p���ԟ^�>��Ʌ>�_N���7����/_��Q�u����|U�N���M���������:yZC�7ZC%߭�,?��:yZC�7ZC'Ok�Bk��i A�Th �|�����Bk��i A�Th �<�!ț +����5yS�5T���� +����5yS�5t� o*��N���M��P�wk8�*��N���M���������:yZC�7ZC#�j G�I���������:yZC�7ZC'Ok�Bk��5��un �{���.&��N���M��������sk��i gu3�5t괆�n*��N���M�[C�^�!�� ��R��pvTh �<�!ț:��νZCPZC�Nk�Bk��5��un �{���.&��N���M���������*�n g�A���������:yZC�7ZC'Ok�Bk��5��ZC'Ok�Bk��i A�Th �<�!ț +�����p�Th �<�!ț +����5yS�5t� o*��J�[�Y~P�5t� o*��N���M���������*�n g�A���������:yZC�7ZC'Ok�Bkh�W��(?��:yZC�7ZC'Ok�Bk��i A�Th �|�����Bk��i A�Th �<�!ț +����5yS�5T���� +����5yS�5t� o*��N���M��P�wk8�*��N���M��������sk�ܫ5u1�5T���� +����5yS��Щ/�!�?�5tⴆ�n*��J�[�Y~P��йWk�bBk��i ��Th �<�!ț:��ʝ�pV7ZC�Nk�Bk��i A�Թ5t������*�n g�A���������:yZC�7ZC'Ok�Bk��5��ZC'Ok�Bk��i A�Th �<�!ț +�����p�Th �<�!ț +����5yS�5t� o*��F~��� +����5yS�5t� o*��N���M��P�wk8�*��N���M���������:yZC�7ZC%߭�,?��:yZC�7ZC'Ok�Bk8�q�5����C�7��Í~sk������{h ש�>]Z���O?�������v%;�������=>��������9���珩?��=���^���4ʛz�s�������%_�I~Po�ᄒ>?[��4ʛzC�BP'O^ +�B^���KA�T�K�|祳��B^���KA�T�K�<y)ț +y��'/yS!/U��� +y��'/yS!/u�� o*�N���M��T�w^:�*�N���M���ɓ������:y�R�7�R%�y�,?���:y�R�7�R'O^ +�B^���KA�T�K�|祳��B^���KA�T�K�<y)ț +y��'/yS!/5�t��T�K�<y)ț +y��'/yS!/u�� o*�J���Y~P�ԹW^ +�bB^���K��T�K�<y)ț:�ʝ�tV7�R�N^ +�B^���KA��9/u�����*��Kg�A���ɓ����s^��+/u1!/u���n*�J���Y~P�ԹW^ +�bB^���K��T�K�<y)ț +y���t�T�K�<y)ț +y��'/yS!/u�� o*�J���Y~P!/u�� o*�N���M���ɓ������*��Kg�A���ɓ������:y�R�7�R'O^ +�B^��;/���R'O^ +�B^���KA�T�K�<y)ț +y���t�T�K�<y)ț +y��'/yS!/u�� o*�F~���� +y��'/yS!/u�� o*�N���M��T�w^:�*�N���M���ɓ������:y�R�7�R%�y�,?���:y�R�7�R'O^ +�B^���KA�T�K�|祳��B^���KA�T�K�<y)ț:�ν�RP�R��y��>���:y�R�7u�K������#�R'N^ +�B^��;/��u�K�{奠.&�N���M���ɓ����s^���Kgu3!/u���n*�N���M��R�^y)�� y�R�tvT�K�<y)ț +y��'/yS!/u�� o*�J���Y~P!/u�� o*�N���M���ɓ������*��Kg�A���ɓ������:y�R�7�R'O^ +�B^j�Wy�(?���:y�R�7�R'O^ +�B^���KA�T�K�|祳��B^���KA�T�K�<y)ț +y��'/yS!/U��� +y��'/yS!/u�� o*�c��R���K?D�/����FG^����ǻ�oo_T�y�:��ү���������/���?Pc�e=������,��=���.��K����C��Ʌ��M���S`���P`9y +,�7 +,%��,?�P`9y +,�7 +,'O��B���)�@�T(��|X���B���)�@�T(��<ț +����yS��R�]`�� +����yS��r�X o*XN��M��ȯ +�Q~R��r�X o*XN��M���S`���P`)�.�f�A�,�^�� �S��wS��r�X o�\`)w +�Y�L(��:�� +����yS�˹W��bB��Ի��� +,'O����s��ń˩S`���P`)�.�f�A�,�^�� �S��wS��r�X o*XJ��Y~P��r�X o*XN��M���S`���P`)�.�f�A���S`���P`9y +,�7 +,'O��B������ +,'O��B���)�@�T(��<ț +���k�T(��<ț +����yS��r�X o*XJ��Y~P��r�X o*XN��M���S`���P`�U�5�O*XN��M���S`���P`9y +,�7 +,%��,?�P`9y +,�7 +,'O��B���)�@�T(��|X���B���)�@�T(��<ț +����yS��R�]`�� +����yS��r�X o�\`9�*�@]L(��zX���B���)�@�Ա�r�K��D(��8�� +���k�Թ�r�U`���P`9u +,p7 +,'O����r����̈́˩S`���P`9y +,�7u.��{X�.&XJ���}P��r�X o*XN��M���S`���P`)�.�f�A���S`���P`9y +,�7 +,'O��B������ +,'O��B���)�@�T(��<ț +��_X���B���)�@�T(��<ț +����yS��R�]`�� +����yS��r�X o*XN��M�K�w�5�*XN��M���S`���P` Ő-��B����9��.����M�ǧ_��^������ӯ���Ƿ��?��:�S���K}����������?��ӟ>�������_���r>���/O7��;���^4�>����������)}r�O��(o� �����닕_N���7�w�ߞ��r�M�\����<|��}�&�A�!�t��ǾN���7�o�Η{���i�7����������~�����������>�u����������>�u�M�!�{x���Q]��O��~���n���ϗ�����;aF�� ?�7�o����:��è.� ��'��k��r�M�!�h�_�3��FyS?�߿}4�Q�ܗän� �����FwSoȟ��_��g�N���7�w����z���k�{�b�:M�zC���<���N���7�o����o�9��4ʛzC���<=��~9���x�ۧ��h�:M�zC���<<�ǾN���7���N�7������q'ϛ�A�Tx��7��� +ow�y�M�7�;y�<�ǝ<oyS���J��<>�*�y����q�7�<��y�8ț +ow�y�M�7�+���vo�<�7 o*��8yvo@�Tؽq��ހ���{��{�f�Tؽq��ހ���{��ٽySa��ɳ{���ݛY~Pa��ɳ{��g��M��'�� ț +�7J�wof�A��'�� ț +�7N���7vo�<�7 o*������(?��{��ٽySa��ɳ{��g��M��%7���λ7νvo@]Lؽq��ހ���{��ٽyS�����ͬn&��8uvo��Tؽq��ހ����s��Pvo�z���� +�7N���7uq�{�b��Sg��M��%7���λ7νvo@]Lؽq��ހ���{��ٽySa�F����,?��{��ٽySa��ɳ{��g��M��%7����g��M��'�� ț +�7N���7vo�|���� +�7N���7vo�<�7 o*��8yvo@�TؽQ�{3�*��8yvo@�Tؽq��ހ���{��ٽySa�F����,?��{��ٽySa��ɳ{��g��M��#�ڽ�'vo�<�7 o*��8yvo@�Tؽq��ހ���{��{�f�Tؽq��ހ���{��ٽySa��ɳ{���ݛY~Pa��ɳ{��g��M��'�� ț +�7J�wof�A��'�� ț +�7N���7uq�{�b��R�ݛ�}Pa��ɳ{7N}ٽ�G"��8qvo@�TؽQ�{3��{��k��ń���� �� +�7N���7uQ�����f��Sg��M��'�� ț:��8�ڽu1a�F�����>��{��ٽySa��ɳ{��g��M��%7����g��M��'�� ț +�7N���7vo�|���� +�7N���7vo�<�7 o*��8yvo@�Tؽ1�ݛQ~Ra��ɳ{��g��M��'�� ț +�7J�wof�A��'�� ț +�7N���7vo�<�7 o*��(���vo�<�7 o*��8yvo@�Tؽ7[�� \h��|X�vo���ݛ�_x^�}}�ݛu�����e�������~9�n��n���^��g����˭����7¯ >^0�>��܄�z������:��4�� ��ݷ��W+��FySoȟ���Z��4ʛzC���|yҏ�r�M�\�|����>�u���������듕_N���7��w�/�����(o� �����~��(o�u�5��{Tk�T�r�j���0����ySaT��3��¨���Q�Y~PaT��3��¨��gT�M�G��{�j���0���{TkvT�r�j����s�Q-PF��:�Z�n*�j�ը�(?��s�Q-PF��:�Z�n*�j9yF�@��yTK�3�5�� �ZN�Q-p7F��<�Z o�8��ԗQ-$¨��Q�Y}PaT��3��¨��gT�M�Q-'Ϩț +�ZJ�G�f�A�Q-'Ϩț +�ZN�Q-�7F��<�Z o*�j)�՚�F��<�Z o*�j9yF�@�T�r�j���0���{Tk�T�r�j���0����ySaT��3��¨���Q�Y~PaT��3��¨��gT�M�Q-'Ϩț +�ZJ�G�f�A�Q-'Ϩț +�ZN�Q-�7F��<�Z o*�j)�՚�F��<�Z o*�j9yF�@�T�r�j���0���{Tk�T�r�j���0����ySaT��3��¨��_�j�� +�ZN�Q-�7F��<�Z o*�j9yF�@�T�R�=�5��<���kT�ńQ-�Ψ�� +�ZN�Q-�7u�R�j��f¨�SgT�M�Q-'Ϩț:�j9��u1aTK�����>�0����yS�Q-�^�Z�.&�j9uF���T�R�=�5��<���kT�ńQ-�Ψ�� +�ZN�Q-�7F��|�j�� +�ZN�Q-�7F��<�Z o*�j9yF�@�T�R�=�5�*�j9yF�@�T�r�j���0����ySaTK����,?�0����ySaT��3��¨��gT�M�Q-%ߣZ���¨��gT�M�Q-'Ϩț +�ZN�Q-�7F��|�j�� +�ZN�Q-�7F��<�Z o*�j9yF�@�T�2�Q�Q~RaT��3��¨��gT�M�Q-'Ϩț +�ZJ�G�f�A�Q-'Ϩț +�ZN�Q-�7F��<�Z o*�j)�՚�F��<�Z o*�j9yF�@�T�r�j���0���{Tk�T�r�j���0����yS�Q-�^�Z�.&�j)�՚�F��<�Z o�8��ԗQ-$¨�gT�M�Q-%ߣZ���ΣZνF�@]L�r�j���0����yS�Q-�Ψ֬n&�j9uF���T�r�j����s�Q-PF��z�j�� +�ZN�Q-�7F��<�Z o*�j9yF�@�T�R�=�5�*�j9yF�@�T�r�j���0����ySaTK����,?�0����ySaT��3��¨��gT�M�Q-#���'F��<�Z o*�j9yF�@�T�r�j���0���{Tk�T�r�j���0����ySaT��3��¨���Q�Y~PaT��3��¨��gT�M�Q�qʍj��֨և�aTk��۟���L��Y��C/��>=�r�����!w����r��??^]����^����:�~���ߛ���-���p.Fendstream +endobj +1425 0 obj << +/Type /Page +/Contents 1426 0 R +/Resources 1424 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 1271 0 R +/Annots [ 1428 0 R 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R 1438 0 R 1439 0 R 1440 0 R 1441 0 R 1442 0 R 1443 0 R 1444 0 R 1445 0 R 1446 0 R 1447 0 R 1448 0 R 1449 0 R 1450 0 R 1451 0 R 1452 0 R 1453 0 R 1454 0 R 1455 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R 1464 0 R 1465 0 R 1466 0 R 1467 0 R 1468 0 R 1469 0 R 1470 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1480 0 R 1481 0 R 1482 0 R 1483 0 R 1484 0 R 1485 0 R 1486 0 R 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R 1492 0 R 1493 0 R 1494 0 R 1495 0 R 1496 0 R 1497 0 R 1498 0 R 1499 0 R 1500 0 R 1501 0 R 1502 0 R 1503 0 R 1504 0 R 1505 0 R 1506 0 R 1507 0 R 1508 0 R 1509 0 R 1510 0 R 1511 0 R 1512 0 R 1513 0 R 1514 0 R 1515 0 R 1516 0 R 1517 0 R 1518 0 R 1519 0 R 1520 0 R 1521 0 R ] +>> endobj +1428 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 707.1283 222.0968 716.0945] +/Subtype /Link +/A << /S /GoTo /D (win32-perl) >> +>> endobj +1429 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 707.1283 538.9788 716.0945] +/Subtype /Link +/A << /S /GoTo /D (win32-perl) >> +>> endobj +1430 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 694.1769 271.9096 703.1431] +/Subtype /Link +/A << /S /GoTo /D (win32-perl-modules) >> +>> endobj +1431 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 694.1769 538.9788 703.1431] +/Subtype /Link +/A << /S /GoTo /D (win32-perl-modules) >> +>> endobj +1432 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 679.2877 335.8098 690.1917] +/Subtype /Link +/A << /S /GoTo /D (win32-code-changes) >> +>> endobj +1433 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 679.2877 538.9788 690.1917] +/Subtype /Link +/A << /S /GoTo /D (win32-code-changes) >> +>> endobj +1434 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 666.3363 266.7589 677.2402] +/Subtype /Link +/A << /S /GoTo /D (win32-http) >> +>> endobj +1435 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 666.3363 538.9788 677.2402] +/Subtype /Link +/A << /S /GoTo /D (win32-http) >> +>> endobj +1436 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 653.3849 235.7852 664.2888] +/Subtype /Link +/A << /S /GoTo /D (win32-email) >> +>> endobj +1437 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 653.3849 538.9788 664.2888] +/Subtype /Link +/A << /S /GoTo /D (win32-email) >> +>> endobj +1438 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 642.4907 188.0644 651.3374] +/Subtype /Link +/A << /S /GoTo /D (os-macosx) >> +>> endobj +1439 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 642.4907 538.9788 651.3374] +/Subtype /Link +/A << /S /GoTo /D (os-macosx) >> +>> endobj +1440 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 629.5393 214.4752 638.3859] +/Subtype /Link +/A << /S /GoTo /D (macosx-sendmail) >> +>> endobj +1441 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 629.5393 538.9788 638.3859] +/Subtype /Link +/A << /S /GoTo /D (macosx-sendmail) >> +>> endobj +1442 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 616.5879 336.4965 625.4345] +/Subtype /Link +/A << /S /GoTo /D (macosx-libraries) >> +>> endobj +1443 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 616.5879 538.9788 625.4345] +/Subtype /Link +/A << /S /GoTo /D (macosx-libraries) >> +>> endobj +1444 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 603.6364 223.5807 612.4831] +/Subtype /Link +/A << /S /GoTo /D (os-linux) >> +>> endobj +1445 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 603.6364 538.9788 612.4831] +/Subtype /Link +/A << /S /GoTo /D (os-linux) >> +>> endobj +1446 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 589.0013 255.4605 599.5316] +/Subtype /Link +/A << /S /GoTo /D (nonroot) >> +>> endobj +1447 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 589.0013 538.9788 599.5316] +/Subtype /Link +/A << /S /GoTo /D (nonroot) >> +>> endobj +1448 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 577.7336 194.7094 586.5802] +/Subtype /Link +/A << /S /GoTo /D (871) >> +>> endobj +1449 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 577.7336 538.9788 586.5802] +/Subtype /Link +/A << /S /GoTo /D (871) >> +>> endobj +1450 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 562.7248 178.1119 573.6288] +/Subtype /Link +/A << /S /GoTo /D (875) >> +>> endobj +1451 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 562.7248 538.9788 573.6288] +/Subtype /Link +/A << /S /GoTo /D (875) >> +>> endobj +1452 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 549.7734 299.4363 560.6774] +/Subtype /Link +/A << /S /GoTo /D (883) >> +>> endobj +1453 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 549.7734 538.9788 560.6774] +/Subtype /Link +/A << /S /GoTo /D (883) >> +>> endobj +1454 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 538.8793 161.5041 547.7259] +/Subtype /Link +/A << /S /GoTo /D (910) >> +>> endobj +1455 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 538.8793 538.9788 547.7259] +/Subtype /Link +/A << /S /GoTo /D (910) >> +>> endobj +1456 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 525.9278 198.8636 534.7745] +/Subtype /Link +/A << /S /GoTo /D (install-perlmodules-nonroot) >> +>> endobj +1457 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 525.9278 538.9788 534.7745] +/Subtype /Link +/A << /S /GoTo /D (install-perlmodules-nonroot) >> +>> endobj +1458 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 512.9764 198.7046 521.8231] +/Subtype /Link +/A << /S /GoTo /D (932) >> +>> endobj +1459 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 512.9764 538.9788 521.8231] +/Subtype /Link +/A << /S /GoTo /D (932) >> +>> endobj +1460 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 497.9677 297.2047 508.8716] +/Subtype /Link +/A << /S /GoTo /D (935) >> +>> endobj +1461 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 497.9677 538.9788 508.8716] +/Subtype /Link +/A << /S /GoTo /D (935) >> +>> endobj +1462 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 485.0163 179.2174 495.9202] +/Subtype /Link +/A << /S /GoTo /D (944) >> +>> endobj +1463 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 485.0163 538.9788 495.9202] +/Subtype /Link +/A << /S /GoTo /D (944) >> +>> endobj +1464 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 472.0648 274.7589 482.9688] +/Subtype /Link +/A << /S /GoTo /D (suexec) >> +>> endobj +1465 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 472.0648 538.9788 482.9688] +/Subtype /Link +/A << /S /GoTo /D (suexec) >> +>> endobj +1466 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 456.8568 181.498 467.7359] +/Subtype /Link +/A << /S /GoTo /D (administration) >> +>> endobj +1467 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 456.8568 538.9788 467.7359] +/Subtype /Link +/A << /S /GoTo /D (administration) >> +>> endobj +1468 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 441.3799 205.6777 452.2838] +/Subtype /Link +/A << /S /GoTo /D (parameters) >> +>> endobj +1469 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 441.3799 538.9788 452.2838] +/Subtype /Link +/A << /S /GoTo /D (parameters) >> +>> endobj +1470 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 428.4285 216.577 439.3324] +/Subtype /Link +/A << /S /GoTo /D (param-requiredsettings) >> +>> endobj +1471 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 428.4285 538.9788 439.3324] +/Subtype /Link +/A << /S /GoTo /D (param-requiredsettings) >> +>> endobj +1472 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 417.4147 238.8728 426.381] +/Subtype /Link +/A << /S /GoTo /D (param-admin-policies) >> +>> endobj +1473 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 417.4147 538.9788 426.381] +/Subtype /Link +/A << /S /GoTo /D (param-admin-policies) >> +>> endobj +1474 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 404.4633 225.9716 413.4295] +/Subtype /Link +/A << /S /GoTo /D (param-user-authentication) >> +>> endobj +1475 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 404.4633 538.9788 413.4295] +/Subtype /Link +/A << /S /GoTo /D (param-user-authentication) >> +>> endobj +1476 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 391.5119 195.815 400.4781] +/Subtype /Link +/A << /S /GoTo /D (param-attachments) >> +>> endobj +1477 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 391.5119 538.9788 400.4781] +/Subtype /Link +/A << /S /GoTo /D (param-attachments) >> +>> endobj +1478 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 376.6227 229.0303 387.5267] +/Subtype /Link +/A << /S /GoTo /D (param-bug-change-policies) >> +>> endobj +1479 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 376.6227 538.9788 387.5267] +/Subtype /Link +/A << /S /GoTo /D (param-bug-change-policies) >> +>> endobj +1480 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 363.6713 188.9111 374.5752] +/Subtype /Link +/A << /S /GoTo /D (param-bugfields) >> +>> endobj +1481 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 363.6713 538.9788 374.5752] +/Subtype /Link +/A << /S /GoTo /D (param-bugfields) >> +>> endobj +1482 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 350.7199 195.955 361.6238] +/Subtype /Link +/A << /S /GoTo /D (param-bugmoving) >> +>> endobj +1483 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 350.7199 538.9788 361.6238] +/Subtype /Link +/A << /S /GoTo /D (param-bugmoving) >> +>> endobj +1484 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 337.7684 226.3608 348.6724] +/Subtype /Link +/A << /S /GoTo /D (param-dependency-graphs) >> +>> endobj +1485 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 337.7684 538.9788 348.6724] +/Subtype /Link +/A << /S /GoTo /D (param-dependency-graphs) >> +>> endobj +1486 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 324.817 206.6047 335.721] +/Subtype /Link +/A << /S /GoTo /D (param-group-security) >> +>> endobj +1487 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 324.817 538.9788 335.721] +/Subtype /Link +/A << /S /GoTo /D (param-group-security) >> +>> endobj +1488 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 313.9229 237.7576 322.7695] +/Subtype /Link +/A << /S /GoTo /D (bzldap) >> +>> endobj +1489 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 313.9229 538.9788 322.7695] +/Subtype /Link +/A << /S /GoTo /D (bzldap) >> +>> endobj +1490 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 300.9714 249.2244 309.8181] +/Subtype /Link +/A << /S /GoTo /D (bzradius) >> +>> endobj +1491 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 300.9714 538.9788 309.8181] +/Subtype /Link +/A << /S /GoTo /D (bzradius) >> +>> endobj +1492 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 288.02 174.2362 296.8667] +/Subtype /Link +/A << /S /GoTo /D (param-email) >> +>> endobj +1493 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 288.02 538.9788 296.8667] +/Subtype /Link +/A << /S /GoTo /D (param-email) >> +>> endobj +1494 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 275.0686 203.3868 283.9152] +/Subtype /Link +/A << /S /GoTo /D (param-patchviewer) >> +>> endobj +1495 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 275.0686 538.9788 283.9152] +/Subtype /Link +/A << /S /GoTo /D (param-patchviewer) >> +>> endobj +1496 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 260.0599 211.4763 270.9638] +/Subtype /Link +/A << /S /GoTo /D (param-querydefaults) >> +>> endobj +1497 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 260.0599 538.9788 270.9638] +/Subtype /Link +/A << /S /GoTo /D (param-querydefaults) >> +>> endobj +1498 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 249.1657 221.2895 258.0124] +/Subtype /Link +/A << /S /GoTo /D (param-shadowdatabase) >> +>> endobj +1499 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 249.1657 538.9788 258.0124] +/Subtype /Link +/A << /S /GoTo /D (param-shadowdatabase) >> +>> endobj +1500 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 234.157 209.9221 245.0609] +/Subtype /Link +/A << /S /GoTo /D (admin-usermatching) >> +>> endobj +1501 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 234.157 538.9788 245.0609] +/Subtype /Link +/A << /S /GoTo /D (admin-usermatching) >> +>> endobj +1502 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 223.2628 195.705 232.1095] +/Subtype /Link +/A << /S /GoTo /D (useradmin) >> +>> endobj +1503 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 223.2628 538.9788 232.1095] +/Subtype /Link +/A << /S /GoTo /D (useradmin) >> +>> endobj +1504 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 208.2541 247.9988 219.1581] +/Subtype /Link +/A << /S /GoTo /D (defaultuser) >> +>> endobj +1505 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 208.2541 538.9788 219.1581] +/Subtype /Link +/A << /S /GoTo /D (defaultuser) >> +>> endobj +1506 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 195.3027 236.2033 206.2066] +/Subtype /Link +/A << /S /GoTo /D (manageusers) >> +>> endobj +1507 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 195.3027 538.9788 206.2066] +/Subtype /Link +/A << /S /GoTo /D (manageusers) >> +>> endobj +1508 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 182.3513 287.6402 193.2552] +/Subtype /Link +/A << /S /GoTo /D (user-account-search) >> +>> endobj +1509 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 182.3513 538.9788 193.2552] +/Subtype /Link +/A << /S /GoTo /D (user-account-search) >> +>> endobj +1510 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 169.3998 252.9506 180.3038] +/Subtype /Link +/A << /S /GoTo /D (createnewusers) >> +>> endobj +1511 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 169.3998 538.9788 180.3038] +/Subtype /Link +/A << /S /GoTo /D (createnewusers) >> +>> endobj +1512 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 156.4484 244.6319 167.3523] +/Subtype /Link +/A << /S /GoTo /D (modifyusers) >> +>> endobj +1513 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 156.4484 538.9788 167.3523] +/Subtype /Link +/A << /S /GoTo /D (modifyusers) >> +>> endobj +1514 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 143.497 236.323 154.4009] +/Subtype /Link +/A << /S /GoTo /D (user-account-deletion) >> +>> endobj +1515 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 143.497 538.9788 154.4009] +/Subtype /Link +/A << /S /GoTo /D (user-account-deletion) >> +>> endobj +1516 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 130.5455 259.5657 141.4495] +/Subtype /Link +/A << /S /GoTo /D (impersonatingusers) >> +>> endobj +1517 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 130.5455 538.9788 141.4495] +/Subtype /Link +/A << /S /GoTo /D (impersonatingusers) >> +>> endobj +1518 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 119.6514 172.1932 128.498] +/Subtype /Link +/A << /S /GoTo /D (classifications) >> +>> endobj +1519 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 119.6514 538.9788 128.498] +/Subtype /Link +/A << /S /GoTo /D (classifications) >> +>> endobj +1520 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 106.7 148.9411 115.5466] +/Subtype /Link +/A << /S /GoTo /D (products) >> +>> endobj +1521 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 106.7 538.9788 115.5466] +/Subtype /Link +/A << /S /GoTo /D (products) >> +>> endobj +1427 0 obj << +/D [1425 0 R /XYZ 71.731 729.2652 null] +>> endobj +1424 0 obj << +/Font << /F27 1278 0 R /F32 1286 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1571 0 obj << +/Length 54959 +/Filter /FlateDecode +>> +stream +xڔ�M�$W���} +.I`�/��*#H�RoffA5�),����������c'�=���-�����%23���7�����v���?����z9~����7?-�����z�|��u�7/���χ��|�?�����=����S��cw�n�|��w����v����矏�o���x��/������_~��=�λ������������O���?��x������������_>�������?�E��t�n��7϶?�aw>^��"����_�<��}x�]y��a�\/���4�%u?�.��5��ӈ{�~��o�c����� ���\o�k_O#����\�� /�����k��� |�tN����ӈ{��|:�}���ӈ{�k��|:�C���i�K��|:��=��ӈ{��|:�c���i�=u_���8ů}=�����o�?����ӄ�� |�G�휾�qqO��/������i�=u_>��%~��i�=�5~_>��5}��4�%u_>��-}��4➺�/���R|=���n�˧s��S|=�����˧���}�&��n���Ͼ���ӈ{�~������ӈ{�����C���ӈ{�K������ߝt�N^S7��ӹ�)��F�S7��ӹ�)��F�S7��? ����?,��霾�q�/�N���qi�ܐ���pI��8���n������|=����Ə���������� ��;�o1��F�S7���v��R|=���n�����H���H[�k��|2�����.����\��;��� |�h������H[憼|2��5���h{�k��|4�c���i�K��|4��~?��en��'�?��|�F�S7����8���i�=�5~���s�7�q��v��%}��4➺�_v��5}��4➺�/��%�{�8����Ư˧s���}�&��n�˧s�S|=���n�˧s���}�F�S7���9<��F�S_���9���>N^R7�������>N#��ewy��&�ӈ{�~������������}���k� /��i�����>N#����\��k��� |�t��{�������c�t���8MxI���O�xM_�8���n�˧s���}�F�S7�������F�S_���~w~��߬�4�5u?���=��ӈ{�~ٝo�K����� ��{���k_O#����\��k� /����\�_O#���霏�k��� |�tN���������q�t�����ӄ�� |�t韈�4➺�/���|K��4➺��v��%~��i�=�5~��N�k���i�K�~��o����ӈ{�~ٝ�����ӈ{��|:����0Җ�Z>/�����q�쒺�/�鑾�qqO������_�"�1q�]>��>~��i�=�5~Y>�C�g�:MxI����%�#�qi�ܐ/��㘾�qmO��o��=�o�8����Ư��1���z�h�ܐ����|M��4ڞ��/�咾�qqO����&�?��e��o�'sJo�4�%u_>��-}��4➺�/�!�M�ӈ{��|8�{���ӈ{�k�������ӄ�� �������:���n����O_�8���n�����&�i�=�5�X>��!}��4�%u_>��1}��4➺�/��9�M�ӈ{��|:�S���ӈ{�K��_>�cz�X������.�_O#�����ӂ�N#��mwy\��F�S_��nO::MxI�����-�M�ӈ{�~���iAG��� |�t.���������q�t��mb�&��n�˧sN::���n�˧sJo�4➺�/��q��3��P��%^�������ѹ���Gy��m�����S�s�qv���.��;=�'h|��h|���~�y>7;����p�]�y����/��x. Ƿ/���><n��~8����Wү���F�S7������W�!��F�S7���+��zᏉ����������.���\���� |�\.˯�C|=���n��gs>Ư}=�����O˧s:��}�&��n�˧s<��}�F�S7���9���>N#��Zr�Q�'�S��|��:xI���!>��{j_��Q�'�S��|���<��W�3\�y�Kj_��Q�'�S��|���<��W�C|T� �Ծ:���^R��|���<��W�C|T� �Ծ:�:O�����Wu��W�C|T� �Ծ:�:O������y�=���g���Ծ:�:O������y�=��·����}u>�U�������y�=��·����}u>�Gu�pO���>��=^S��|���<��W�C|T� �Ծ:�:O�����Wu��V�C{��m�}u>�Gu�lO���!>��{j[���Q��3��|H��<ٞ�W�C|T� �Զ:�ku�h�����<�%��·����mu>���<і�W�CzT���Ծ:���^R��|h��y�-��·��Γ��}u>�Gu�pO�����<�%��·����}u>�Gu�pO���!>��{j_��pU�/�}u>�Gu�pO���!>��{j_��Q�'�S��|��:xI���!>��{j_��Q�'�S��|���<��W�3\�y�Kj_��Q�'�S��|���<��W�C|T� �Ծ:���^R��|���<��W�C|T� �Ծ:�:O����������}u>�Gu�pO���!>��{j_��Q�'�S��|��:xI���!>��{j_��Q�'�S��|���<��W�3\�y�Kj_��Q�'�S��|���<��W�C|T� �Ծ:���^R��|���<��W�C|T� �Զ:�ku�h�����<�%��·����]u>�߫�L��!<��D{j_��pU�/�mu>���<і�W�CzT���Ծ:�:O�������y�=��·��Γ��}u>�Gu�pOm��V牶̾:�Ѫ]R��|���<��W�C|T� �Ծ:�:O�����Wu��W�C|T� �Ծ:�:O������y�=���g���Ծ:�:O������y�=��·����}u>�gu��kj_��Q�'�S��|���<��W�C|T� �Ծ:���^R��|���<��W�C|T� �Ծ:�:O�����Wu��W�C|T� �Ծ:�:O�������U���s�߬�wOT���Ò�˯��������بΟ���?��������N�Ͽ��o�����/�����ſ|w8�����������_|�����߿;ܿ��ӗ������O��,��^���o�"~�����mya[?Zz~վ��e��{h��z�@ݗQ�{*|���2 +pO�/�2\_F��eT��/�z��Q�/���T�2*��e�� +_Fe����S�˨�_F�xI�/�2\_F��eT���(�=���p}��Q>���� +_Fe����S�˨חQ�{j�eTf�/���L�2*��Q�]R�˨חQ�{j�eTF�_F�1���`}��Q>���������(�-���h}��Q�/�����˨�֗Q=��eTF��(�=���p}���_Fe��2 +h˄/�"z~��%���p}��Q�/���T�2*��e�� +_FE��2��K*|���2 +pO�/�2\_F��eT���(�=�����eT��T�2*��e�� +_Fe����S�˨חQ�{*|��O_F�xM�/�2\_F��eT���(�=���p}��Q>���� +_Fe����S�˨חQ�{*|���2 +pO�/�"|~��%���p}��Q�/���T�2���#�2 +h|��@ݗQ�����cw�?��e�86��:�/�>���_��������m|����e����o0���S��6���<��_Ǡ�^�ӴQ��4������i��M�xM�i�״�� +�F�i#�=��2\�F�{*LE��6���Oe��6�2a�(�5m��´Q�k�pO���"[�F=�0m�њ6�Sa�(�5m����F�=����L�6��9m��%��2\�F�{j?m��c�h˄i��ִ؞ +�F>��z����F�=����L�6�hM���0m��6�Sa�(��Q��T�6�pM�0m��6�Sa�(�5m��´Q��i�/�0m��6�Sa�(�5m��´Q�k�pO�i���F=^Ra�(�5m��´Q�k�pO�i�״�� +�F>��z��´Q�k�pO�i�״�� +�F�i#�=��"|N�xI�i�״�� +�F�i#�=��2\�F�{*L%��m���p�<�u�pO������{*�&�p�&�S�6y����=^R�6y��69�� +��3\���T�M��M���m����{���m��mr�=n�g�n��p�<�u�pO���>o��xI������{*�&�p�&�S���=n�m�p�<��m��.�p�<�u�pOmo�g�z����p�<�u�hO���>o��xI�o�g��M�e�m��mr�=n�g�n���m���m��L�M�ѺM���m��mr�=��M���69Ж ��#z�&�� +��3\���T�M��M���m��mr�=n�G��M��%n�g�n��p�<�u�pO������{*�&��y���K*�&�p�&�S�6y��69�� +��3\���T�M��O��[���m��mr�=n�g�n��p�<�u�pO���>o��xI������{*�&�p�&�S�6y��69�� +��#|�&�� +��3\���T�M��M���m��zsz�h�&~��6y�Dߟ���~Y��&?�v�_}]���ik�h=5͛䇝v���ۯ���헟���/s��۾b^.!v������@�2������۞����"]�z�+jnc�g�.c��e�U�H�M�^�L�����V+{&\d���e˄X��X�l�p�*�u���-�^%�z�ʞ �"Y��z�2��U$��U/[&\��dݸ�e˄�V�<�[��g�e�H�]�^�L�iɺh�˖ "Y��z�2�U"�+V��p�*�u���-nWE�.W��e�ժH�ͪ^�L�W���ZU+{&\��dݩ�e˄U��U�l�p�*�u���-�R��U�N.�p�*�u���-nQE�.Q��e��H� �^�L�?����T+{&\��dݝ�e˄�S���S�l�pm*�uk��-�L%�2�ʞ �"Y��z�2�T$�T/[&\��dݔ�e˄{R�<�I��g�%�H��^�L�!ɺ �˖�_���q;�w?&�ݨĝW�Z�3�bT$�^T/[f{+*r�KQ��!�DE�nD��e�}�D�סZ�3��P<�B���D� ���Ö נ"Y��z�2�;P �+P�k�p*ru���-n?E�.?��e�W�"x�|�ݏ�p�)q絧�L��ɺ��˖ 7�"Y�z�2�S$�S/[&�uJ�yթ�=.:E��9��e�-�H�%�^�L��ɺ��˖ ��y^ojeτ�M���M�l�p�)�u���-�5E�n5��e�@~����%.4E��3��e�m�H�e�^�L��ɺ��˖ ��y^cjeτKL��;L�l�p�)�u���-�/E�n/��e�ݥD�W�Z�3��R$��R/[&�Z�d]Z�e˄+K�wh�K�ӌKOOs>l�W�~��Vq:��2��Il�?��� +}>�.������c:�~a����z��v��ۯ��_����������>��}x�]}���t{����_O#��}w��}G���i�=�5~;�N��9��i�K��|:�{���i�=u_>��۟f�zqO���O���_�zqO}��߮����>N^R7���9���>N#������k��� �����#<��#m����aw��w>N�]R7���v;��|�F�S7���x����H[憼|2�s����h{�K|������`��i�k��|4�kj�F�27��9^o)��F�S7��9��w��F�S_��ه������ ���>���=N����uw�?�w>N#��}w�_�׳L|���m���q�蒺�/������qqO�������G���F�S7��9��F�S_���9���>N^R7���9���>N#������k��� |�t��c����������?.�k� /����4}��4➺�_w��-}��4➺��w��-~��i�=�5~Y>���0F�8MxI�������E��� |�tN����ӈ{��|:�}���ӈ{�k��|:�C���i�K�����C���qqO���OgL_�8���n����q�_�zqO}���������q��v��9}��4➺�_����!��ӈ{��|:�K���ӈ{�k��|:�k���i�K��|:�[���i�=u_>��-}��4➺�/���~N��4��,������q��v�?���>N#��ew���>N#��� f�������EK𧟋��5~.Z�����s�2\? pO�������h�{*�\��?��Kj�s�2{�\4�-~.ZF�碁���s�2\? pO�.Zd����g��E�h�\4�=~.Z������E���sр�L��h=.Zo�T��h������?-���E�2��e�~.؞ +?-���E����\��;<@[&,�d��x��T��p�����s���K*L�d�6y��TX��p����0̓�Z��Sa�'��8O��T���p���Г���Sa�'õ����NO�ϡ�/�0Փ����Sa�'�5����`O�k�pO�͞��==^Ra�'õ����rO�k�pO���z�� +�=>|z��O�k�pO���� +C>�%�=�|�i̧�k*��d��|��TX��pM���0��Z��Sa�'��O��T���pm������Sa�'õ�����O�ϑ�/�0�����Sa�'�5�����O�k�pO�����?=^Ra�'õ�����O�k�pO�2{,��m����s���K*��d�����v(�� �?&�PkhO���C@=^R�)��[@@[&�e����T�p-��&Pdk��=f�2Z�@`{*,e������~(��:Ж �@=�z���DP�k#pO����L�� +CA�� �=��"|��xI����^�� +�A�� �=F�2\�A�{*�E��� +�A�� �=փ2\�A�{*e����T�J����0#����SaI(�5%��P�kMpO�=���B=^RaR(õ)��ªP�kVpO�a�ײ�� +�B>Džz��¼P�k_pO������� +#C�TN�24f���|��j�� �ah�_�as9���8�>4t]����������?�Qh��p�����g������������q��]x��:��1�0��[��~|�@� /��i�8��{����� ��;N�_O#��������=��ӈ{����awz���>N^R7𱁕�Z��SaY+õ���²V�kYpO�e���Z=^RaY+õ���²V�kYpO�e�ײ�� +�Z>��z��²V�kYpO�e�ײ���/ke�X��2aY+��Vo�TX��p-k���Vf�e-�-��2Z�Z`{*,k%�ӲV���~Y+�DzЖ �Z�e-�=��2\�Z�{j���Z��iτe��ֲ؞ +�Z�e-�=�]���uY������sY��K*,ke�����TX��p-k���Z��SaY+��V��TX��p-k���Z��SaY+õ���²V��e�/�����Z��SaY+õ���²V�kYpO�e���Z=^RaY+õ���²V�kYpO�e�ײ�� +�Z>��z��²V�kYpO�e�ײ�� +�Z�e-�=��"|.k�xI�e�ײ�� +�Z�e-�=��2\�Z�{*,kE�\��� +�Z�e-�=��2\�Z�{*,ke�����TX֊���%��2\�Z�{*,ke�����TX��p-k���O�Z-^SaY+õ���²V�kYpO�e�ײ�� +�Z>��z����Z�=����LX��h-k�������Z��S�e��ֲVO{&,ke�����TX��p-k���Vf�e-�-��"z.k�vI�e�ײ���/ke�X��2aY+�����²V��e�/���Vf�e-�-��2Z�Z`{*,ke�����TX֊���%��2\�Z�{*,ke�����TX��p-k��sY��K*,ke�����TX��p-k���Z��SaY+��V��TX��p-k���Z��SaY+õ���²V��e�/�����Z��SaY+õ���²V�kYpO�e���Z=^RaY+õ���²V�kYpO�e�ײ�� +�Z �����5��2\�Z�{*,ke�����TX��p-k��sY��K*,ke�����TX��p-k���Z��SaY+��V��TX��p-k���Z��SaY+õ���²V��e�/�����Z��SaY+õ�����Z�=����LX֊蹬��%��2\�Z�{j������aY+�����²V��e�/���Vf�e-�-��2Z�Z`{*,ke������~Y+����Ӟ �Z�e-�=��2\�Z�{j����cYh˄e����Z�]RaY+õ���²V�kYpO�e�ײ�� +�Z>��z��²V�kYpO�e�ײ�� +�Z�e-�=��"|.k�xI�e�ײ�� +�Z�e-�=��2\�Z�{*,k%�ӲV��TX��p-k���Z��SaY+õ���²V��e�/�����Z��SaY+õ���²V�kYpO�e���Z=^RaY+õ���²V�kYpO�e�f*]ւ�Z��-k5O��^�,k�S��Z�uY�?��˧�_~����W[N��ۯ[���)���o���Y�9��>�Xz~�fb��uK=^Rab)�5�����R�kb pO������� +K>'�z����R�kb pO������� +K��%�=&�"|N,�xI������� +K��%�=��X��1��e��RDω��.�0���X�S����K@[&L,e�&���T�XJ𧉥����Rf��%�-&�2ZK`{*L,e�&����~b)�5��Ӟ K��%�=&�2\K�{j;������ab)���RO�T�X�pM,�0���X�Sab)�5�����R�ω�/�0���X�Sab)�5�����R�kb pO����K=^Rab)�5�����R�kb pO������� +K>'�z����R�kb pO������� +K��%�=&�"|N,�xI������� +K��%�=&�2\K�{*L,E��X�� +K��%�=&�2\K�{*L,e�&���T�X��9���%&�2\K�{*L,e�&���T�X�pM,�0��sb��K*L,e�&���T�X�pM,�0���X�Sab)��&�Z����R�kb pO������� +K��%�=&�"|N,�xI�'�2{L,m�0��њX�Sab)�5����K������L�X�hM,���0���X�S����K@[&L,E��X�� +K��%�=��X��1��e��RFkb lO����K=^R����K@[&L,e�&���T�X�pM,�0��sb��K*L,e�&���T�X�pM,�0���X�Sab)���R��T�X�pM,�0���X�Sab)�5�����R�ω�/�0���X�Sab)�5�����R�kb pO����K=^Rab)�5�����R�kb pO������� +K>'�z����R�kb pO������� +K��%�=&��ib��k*L,e�&���T�X�pM,�0���X�Sab)���R��T�X�pM,�0���X�Sab)�5�����R�ω�/�0���X�Sab)�5�����R�kb pO����K=^Rab)�5�����R�kb pO�'�2{L,m�0��sb��K*L,e�&����vb)�%�?&��Rkb hO����K=^R����K@[&L,e�&���T�X�pM,���Rdkb��=&�2ZK`{*L,e�&����~b)���Ж K='�z����R�kb pO������� +K��%�=&�"|N,�xI������� +K��%�=&�2\K�{*L,E��X�� +K��%�=&�2\K�{*L,e�&���T�XJ𧉥��0���X�Sab)�5�����R�kb pO����K=^Rab)�5�����R�kb pO������� +K>'�z����R�kb pO������� +K�HP:�4&���|ޞXj��O,�ϻ��x���q�}b�N,���~��J���z}�Sͧh���~<]�֕N������E�t:���� ��{�ޮG�x��zqO}��������� /��i�?�S|=���n�˧sy�.'��ӈ{��|:�C���ӈ{�k��|:���r"|�&��n�˧s<��}�F�S7���9���>N#��[�pM��0��s�K*L�e�&���T�p�pM��0��p�Sa�-��[��T�p�pM��0��p�Sa�-�5���[�� �/�0��p�Sa�-�5����n�=&܀�L�p��9���%&�2\n�{j?��c� h˄ ��ք؞ +n �4���5��p��1��e[Fk� lO� �ׄ���O�E�&�z�3a�-�5���[�k� pOm'�2z�p�c"L�E�p�� +n� 7�=&�2\n�{*L�e�&���T�p��9���%&�2\n�{*L�e�&���T�p�pM��0��s�K*L�e�&���T�p�pM��0��p�Sa�-��[��T�p�pM��0��p�Sa�-�5���[�� �/�0��p�Sa�-�5���[�k� pO� ��n=^Ra�-�5���[�k� pO� �ׄ�� +n>'�z��[�k� pO� �ׄ�� +n� 7�=&�"|N��xI� �ׄ�� +n� 7�=&�2\n�{*L�%�ӄ[��T�p�pM��0��p�Sa�-�5���[�� �/���[f� 7�-&�2Zn`{*L�e�&����~�-�5��Ӟ n� 7�=&�2\n�{j?��c� h˄ ���n�]Ra�-�5����n�=&܀�L�p�hM����0��s�Kj?��c� h˄ ��ք؞ +n� 7�=&�"|N��xI� �ׄ�� +n� 7�=&�2\n�{*L�E��p�� +n� 7�=&�2\n�{*L�e�&���T�p��9���%&�2\n�{*L�e�&���T�p�pM��0��s�K*L�e�&���T�p�pM��0��p�Sa�-��[��T�p�pM��0��p�Sa�-�5���[�?M��xM� �ׄ�� +n� 7�=&�2\n�{*L�E��p�� +n� 7�=&�2\n�{*L�e�&���T�p��9���%&�2\n�{*L�e�&���T�p�pM��0��s�K*L�e�&���T�p�pM����[f� 7�-&�"zN��vI� �ׄ���N�e�:���D�p�`M���0��s�Kj?��c� h˄ ��ք؞ +n� 7�=��p�lM���g[Fk� lO� �ׄ���O�e��p�2a�-��[o�T�p�pM��0��p�Sa�-�5���[�� �/�0��p�Sa�-�5���[�k� pO� ��n=^Ra�-�5���[�k� pO� �ׄ�� +n �4���5&�2\n�{*L�e�&���T�p�pM��0��s�K*L�e�&���T�p�pM��0��p�Sa�-��[��T�p�pM��0��p�SaY"K'���Ƅ��un�}>�w��۷���}y��vx,��{��|y��7���㜎���:������������_�����ߔ"��ۆ����3Y���~��v�����u��Sow�_=Pө&�S�Nu��N5��w�C|t� �ԾS���T^R�Nu��N5��w�C|t� �ԾS�SM�����W���w�C|t� �ԾS�SM������j�=��Tg�:Հ�ԾS�SM������j�=��T���T�}�:�թ������j�=��T���T�}�:�G��pO�;��N5�%��T���T�}�:�G��pO�;�!>:Մ{jߩ�pu�/�}�:�G��pO�;�!>:Մ{jߩ�ѩ&�S�Nu��S xI�;�!>:Մ{jߩ�ѩ&�S�Nu��N5��w�#|v�{������j�=��T���T�}�:�G��pO�;��N5�%��T��ک&�2�NuH�N5ٞ�w�C|t� �ԶS�٣S �g����j�=��T���T�m�:��N5і�w�3Z�j�Kjߩ�ѩ&�S�Nuh��j�-��T���T���}�:�թ������^;�D[fߩ�ѩ&�S�Nu��N5��w�3\�j�Kjߩ�ѩ&�S�Nu��N5��w�C|t� �ԾS���T^R�Nu��N5��w�C|t� �ԾS�SM�����W���w�C|t� �ԾS�SM������j�=��Tg�:Հ�ԾS�SM������j�=��T���T�}�:�թ������j�=��T���T�}�:�G��pO�;�>;�=^S�Nu��N5��w�C|t� �ԾS�SM�����W���w�C|t� �ԾS�SM������j�=��Tg�:Հ�ԾS�SM������j�=��T���T�}�:�թ������j�=��T���T�m�:��N5і�w�3Z�j�Kjߩ�ѩ&�S�NuH�w� ���w�Cxt���ԾS���T^R�Nuh��j�-��T���T���}�:�G��pOm;ՙ=:�@{fߩ�ѩ&�S�Nu��N5��v�C{�Tm�}�:�թ������j�=��T���T�}�:�G��pO�;��N5�%��T���T�}�:�G��pO�;�!>:Մ{jߩ�pu�/�}�:�G��pO�;�!>:Մ{jߩ�ѩ&�S�Nu��Nu��ԾS�SM������j�=��T���T�}�:�թ������j�=��T���T�}�:�G��pO�;��N5�%��T���T�}�:�G��pO�;�}8�T���><Pөt��ԩ��w���L��qlt���S��������_~��s�������'�OP}����k����-�v������s�uW�;^�/���~i�ܐ���|K��4ڞ�������i�k��|4o�2��0Җ�!/���zK��4ڞ��/�����4➺�痏�����^��iw}�ӏ{�F�S7���۵G���i�=u���+�zᏉ cC"��2EO�TX��p-S�L��Z���Sa�"õL���2E��e�/��L��Z���Sa�"õL���2E�k�pO�e���=^Ra�"õL���2E�k�pO�e��2�� +�>�)z���2E�k�pO�e��2�� +��e +�=�)"|.S�xI�e��2�� +��e +�=�)2\��{*,SD�\��� +��e +�=�)2\��{*,Sd��)��TX���L��%�)2\��{*,Sd��)��TX��p-S�L�s���K*,Sd��)��TX��p-S�L��Z���Sa�"���)Z���2E�k�pO�e��2�� +��e +�=�)"|.S�xI�)2{,S�m��L��Z���Sa�"õL������e���LX��h-S����L��Z���S�e���@[&,SD�\��� +��e +�=�_���L�e�2EFk�lO�e���=^R�e���@[&,Sd��)��TX��p-S�L�s���K*,Sd��)��TX��p-S�L��Z���Sa�"��2E��TX��p-S�L��Z���Sa�"õL���2E��e�/��L��Z���Sa�"õL���2E�k�pO�e���=^Ra�"õL���2E�k�pO�e��2�� +�>�)z���2E�k�pO�e��2�� +��e +�=�)�i���k*,Sd��)��TX��p-S�L��Z���Sa�"��2E��TX��p-S�L��Z���Sa�"õL���2E��e�/��L��Z���Sa�"õL���2E�k�pO�e���=^Ra�"õL���2E�k�pO�)2{,S�m��L�s���K*,Sd��)���v�"��e +�?&�2Ek�hO�e���=^R�e���@[&,Sd��)��TX��p-S���2Edk���=�)2Z�`{*,Sd��)���~�"��2Ж �=�)z���2E�k�pO�e��2�� +��e +�=�)"|.S�xI�e��2�� +��e +�=�)2\��{*,SD�\��� +��e +�=�)2\��{*,Sd��)��TX�H�e����L��Z���Sa�"õL���2E�k�pO�e���=^Ra�"õL���2E�k�pO�e��2�� +�>�)z���2E�k�pO�e��2�� +���B�L4�)��|�^�h�����<��/k�e��iw�����[��mc3c�z?���w�R�a���p8|��/�������� ����'9�N���&��(xJh6 +���(x�8�F؞ +���=��(�lm��g�FAFk��lO����F���nd��Q���D�(��Q��%6 +2\�{*ld�6 +��T�(�pm�Q�s���K*ld�6 +��T�(�pm�Q���(��Sa� ��FA��T�(�pm�Q���(��Sa� õQ����FA�ύ�/��Q���(��Sa� õQ����FA�k��pO����=^Ra� õQ����FA�k��pO����F�� +>7 +z���FA�k��pO����F�� +���=6 +"|n�xI����F�� +���=6 +2\�{*lD��(�� +���=6 +2\�{*ld�6 +��T�(H𧍂���Q���(��Sa� õQ����FA�k��pO����=^R����@[&ld�6 +��T�(�pm���FAdk���=6 +2Z`{*ld�6 +���~� ��FЖ =7 +z���FA�k��pO�7 +2{l�m��Q���(��Sa� ��FA���~� ��FЖ ���=6 +2\�{*lD��(�� +���=6 +2\�{*ld�6 +��T�(��Q��%6 +2\�{*ld�6 +��T�(�pm�Q�s���K*ld�6 +��T�(�pm�Q���(��Sa� ��FA��T�(�pm�Q���(��Sa� õQ����FA�ύ�/��Q���(��Sa� õQ����FA�k��pO����(h� +���=6 +2\�{*ld�6 +��T�(��Q��%6 +2\�{*ld�6 +��T�(�pm�Q�s���K*ld�6 +��T�(�pm�Q���(��Sa� ��FA��T�(�pm�Q���(��S����@[&lD��(�� +���=��(��u������Q���(��Sa� ��FA���~� ��FЖ ���=6 +2\�{j�Q��(�iτ����F؞ +���=��(��Q��e�FADύ��.��Q���(��Sa� õQ����FA�k��pO����=^Ra� õQ����FA�k��pO����F�� +>7 +z���FA�k��pO����F�� +���=6 +�i���k*ld�6 +��T�(�pm�Q���(��Sa� ��FA��T�(�pm�Q���(��Sa� õQ����FA�ύ�/��Q���(��Sa� õQ����FAӰO7 +���F��u�}>�w��۷��F���w�����7̏��w��+㜎����:R��>���O������O?����O���?}�R��oWk�<���.���n��^u��W���M���u�j�=z��^5�� +��W�pO�^u��^u��T�Ug�zՀ{*��3\�j�=z��^5�� +�����/�Ы�p���T�Ug�zՀ{*��3\�j�=z�>{�=^R�W���U�Ы�p���T�Ug�zՀ{*��#|��{��B�:�ի�S�W���U�Ы�p���T�UG��U�xI�^u��W ��B�:�ի�S�W���U�Ы��٫�� +��W�pO�^u��W ��B�:�ի�S�W�W��%z��^5�� +��W�pO�^u��W ��B�:��z�-^S�W���U�Ы�p���T�Ug�zՀ{*��#|��{�������j�-z��^5؞ +��W�pO�{Ց�^uO{&��3Z�j�=z��^5�����3{����L�UG��U�vI�^u��W �������j�-z��^5؞ +�����/�}�:�G�h˄^uF�W ��B�:�ի�S�W�W��%z��^5�� +��W�pO�^u��W ��B�:�g���K*��3\�j�=z��^5�� +��W�pO�^u��^u��T�Ug�zՀ{*��3\�j�=z��^5�� +�����/�Ы�p���T�Ug�zՀ{*��3\�j�=z�>{�=^R�W���U�Ы�p���T�Ug�zՀ{*����W��5z��^5�� +��W�pO�^u��W ��B�:�g���K*��3\�j�=z��^5�� +��W�pO�^u��^u��T�Ug�zՀ{*��3\�j�=z��^5�� +�����/�Ы�p���T�Ug�zՀ{j߫��ѫ�2�WѳW��%z��^5�����3z�U�1z��^5О +�����/�}�:�G�h˄^uF�W ��B�:�ի�S�^ud�W�Ӟ ��V�lO�^u��W �������j�-z�={ս]R�W���U�Ы�p���T�Ug�zՀ{*��#|��{��B�:�ի�S�W���U�Ы�p���T�UG��U�xI�^u��W ��B�:�ի�S�W���U�ЫN�^u��T�Ug�zՀ{*��3\�j�=z��^5�� +�����/�Ы�p���T�Ug�zՀ{*��3\�j�=z�>{�=^R�W���U�Ы�p���T�U� �W 4z������'�����$�ˁz����U��^�_�������o{�_���}���o������_~��E�z�������Sԗ��{ꭖ����_�,:?�u4E�����T(:g��{*�#|�{��B�9�Ut�S���*:�Pt�p��T(:G�,:�xI��s�����B�9�Ut�S���*:�Pt��Yt�� +E�W�pO��s�����B�9�Ut�S������%����3�� +E�W�pO��s�����B�9�gѹ�K*�3\Eg�=����3�� +E�W�pO��s�Ϣs��T(:g��{*�3\Eg�=����3�� +E��E�/�Pt�p��T(:g��{*�3\Eg�=�� �Ttn� +E�W�pO��s�����B�9�Ut�S������%�/:g�(:m�Pt�h���T(:g��{j_t�l�{�3���*:���Pt�p��Ծ�٣��eB�9�gѹ�K*�3\Eg�=�/:g�(:m�Pt�h���T(:G�,:�xI�Ι=��@[&�3ZEg�=����3�� +E��E�/�Pt�p��T(:g��{*�3\Eg�=��>��=^R���*:�Pt�p��T(:g��{*�#|�{��B�9�Ut�S���*:�Pt�p��T(:G�,:�xI��s�����B�9�Ut�S���*:�Pt��Yt�� +E�W�pO��s�����B�9�Ut�S���OE���Pt�p��T(:g��{*�3\Eg�=��>��=^R���*:�Pt�p��T(:g��{*�#|�{��B�9�Ut�S���*:�Pt�p��T(:G�,:�xI��s�����B�9�Ut�S��sf��3Ж E爞E��.�Pt�p��Զ��k����Pt�`���T(:G�,:�xI�Ι=��@[&�3ZEg�=����3����#[E��L(:g���`{*�3\Eg�=�/:g�(:m�Pt��Yt�� +E�W�pO��s�����B�9�Ut�S������%����3�� +E�W�pO��s�����B�9�gѹ�K*�3\Eg�=����3�� +E�W�pO��s�?�[��B�9�Ut�S���*:�Pt�p��T(:G�,:�xI��s�����B�9�Ut�S���*:�Pt��Yt�� +E�W�pO��s�����Bѹ��fEgx�Qt~~��u���<����yy�_ִE��iw�����?�n=���z��Ts>�E�������뗮�|��~�#��3�_k[��Y�{���~�O���^<PW��� +u�W�pO��_�����B�/�U��S������%�~���� +u�W�pO��_�����B�/�gݯ�K*��2\u?�=�~���� +u�W�pO��_�Ϻ_��T��e��~�{*��2\u?�=�~���� +u��u�/�P��p����T��e��~�{*��2\u?�=�~ �T�k� +u�W�pO��_�����B�/�U��S������%���e���m�P��h����T��e��~�{j_��l��z�3��Ѫ����P��p����Ծ�٣��eB�/�gݯ�K*��2\u?�=���e���m�P��h����T��E����xI��~�=�~@[&��2Zu?�=�~���� +u��u�/�P��p����T��e��~�{*��2\u?�=�~>�~=^R�����P��p����T��e��~�{*��"|��z��B�/�U��S�����P��p����T��E����xI��_�����B�/�U��S�����P���Y��� +u�W�pO��_�����B�/�U��S���Ou���P��p����T��e��~�{*��2\u?�=�~>�~=^R�����P��p����T��e��~�{*��"|��z��B�/�U��S�����P��p����T��E����xI��_�����B�/�U��S��_f��Ж u���u��.�P��p����Զ��k����P��`����T��E����xI��~�=�~@[&��2Zu?�=�~�������"[u���L��e��~`{*��2\u?�=���e���m�P���Y��� +u�W�pO��_�����B�/�U��S������%�~���� +u�W�pO��_�����B�/�gݯ�K*��2\u?�=�~���� +u�W�pO��_�?��Z��B�/�U��S�����P��p����T��E����xI��_�����B�/�U��S�����P���Y��� +u�W�pO��_�����Bݯ���u?x�Q�{~����<���λ��x���85�~ǵ��O������Ӽ]�xr^�.��V��p�}���}��ԇ�|�C��m��a^����4�%u?Y5���Z�T�y���� +����k�p��V�=~^k�ϟ���%~^k������Z3\?�pO��ך��y��{*����?���K*�����k�S��f�~^+�� +?�5�U��S������% +��7�� +�W�pO�w��� ��B�;�g���K*�3\n�= +��7�� +�W�pO�w��w��T(pg� +܀{*�3\n�= +��7�� +���/�P��p��T(pg� +܀{*�3\n�= +�>�=^R����*p�P��p��T(pg� +܀{*������5 +��7�� +�W�pO�w��� ��B�;�g���Kj_���Q��2����*p���P��p��Ծ��*p��gB�;�U��S����*p�}�;�G�h˄wD�wo�T(pg� +܀{j_���Q��2����*p���P���Y�����3{���L(pg� +�`{*�3\n�= +�>�=^R����*p�P��p��T(pg� +܀{*�#|�{��B�;�U��S����*p�P��p��T(pG�,p�xI�w��� ��B�;�U��S����*p�P���Y��� +�W�pO�w��� ��B�;�U��S������% +��7�� +�W�pO�w��� ��B�;�� +�-^S����*p�P��p��T(pg� +܀{*�#|�{��B�;�U��S����*p�P��p��T(pG�,p�xI�w��� ��B�;�U��S����*p�P���Y��� +�W�pO�w��� �����n�- +�=ܽ]R����*p�m�;��7�����*p��P���Y�����3{���L(pg� +�`{*�3\n�=�/pG� +�=�P��h���T(pg� +܀{j_���Q��2��ѳ���% +��7�� +�W�pO�w��� ��B�;�g���K*�3\n�= +��7�� +�W�pO�w��w��T(pg� +܀{*�3\n�= +��7�� +�*p�xM�w��� ��B�;�U��S����*p�P���Y��� +�W�pO�w��� ��B�;�U��S������% +��7�� +�W�pO�wS=N��@����@]��y��χ��|z���-p����~������ �qN�F��2~^���ן?���Ͽ�U��� +O^}���~�G��Zq�ȳV���M���u�b�=j�>k�=^R�V���P+�pՊ�T�g�jŀ{*Ԋ#|֊{��B�8�U+�S�V���P+�pՊ�T�G���xI�Zq��V��B�8�U+�S�V���P+��Y+�� +��W�pO�Zq��V��B�8�U+�S�V�V��%j��Z1�� +��W�pO�Zq��V��B�8�g���K*Ԋ3\�b�=j��Z1�� +��W�pO�Zq��Zq��T�g�jŀ{*Ԋ3\�b�=j��Z1�� +����xM�Zq��V��B�8�U+�S�V���P+��Y+���3{Ԋ��L�g�j�`{*Ԋ3\�b�=��G�j�=�P+�hՊ��T�g�jŀ{j_+��Q+�2�VѳV��%j��Z1���3{Ԋ��L�g�j�`{*Ԋ#|֊{�������b�-j��Z1؞ +��W�pO�Zq��Zq��T�g�jŀ{*Ԋ3\�b�=j��Z1�� +�����/�P+�pՊ�T�g�jŀ{*Ԋ3\�b�=j�>k�=^R�V���P+�pՊ�T�g�jŀ{*Ԋ#|֊{��B�8�U+�S�V���P+�pՊ�T�G���xI�Zq��V��B�8�U+�S�V���P+N�Zq��T�g�jŀ{*Ԋ3\�b�=j��Z1�� +�����/�P+�pՊ�T�g�jŀ{*Ԋ3\�b�=j�>k�=^R�V���P+�pՊ�T�g�jŀ{*Ԋ#|֊{��B�8�U+�S�V���}�8�G�h˄ZqD�Zqo�T�g�jŀ{j[+��V��D�g�j�@{*Ԋ#|֊{�������b�-j��Z1؞ +��W�pO�kő�ZqO{&Ԋ3Z�b�=j��Z1���3{Ԋ��L�G���vI�Zq��V��B�8�U+�S�V���P+��Y+�� +��W�pO�Zq��V��B�8�U+�S�V�V��%j��Z1�� +��W�pO�Zq��V��B�8��j�-^S�V���P+�pՊ�T�g�jŀ{*Ԋ#|֊{��B�8�U+�S�V���P+�pՊ�T�G���xI�Zq��V��B�8�U+�S�V��`�Z1<Ш??PW+n���\�����3�q�.�z��T*>���?�������Z�<.�9��f�:��}�n��Up}�h +��z���ꁚ�+��\C|\ �Ծ���*�^R��k���+��\C|\ �Ծ���J����W���\C|\ �Ծ���J����W�=�/�f� +���Ծ���J����W�=�/���(��}�5�Up����W�=�/���(��}�5�G��pO����+�%�/���(��}�5�G��pO��!> +��{j_p�p\/�}�5�G��pO��!> +��{j_p �Qp%�S��k�ςk��Ծ���J����W�=�/���(��}�5�Up�����^�D[f_p �Qp%�S��k���+��\3{\��̾�ң�J����W�=�-���Zp%�2��kF�� +vI��!> +��{j[p ���J�e�אW�=�/�f� +���Զ��k��h���!= +�d{j_p �Qp%�S��k��� +xI��!> +��{j_p �Qp%�S��k���+��\3\W�Kj_p �Qp%�S��k���+��\C|\ �Ծ���*�^R��k���+��\C|\ �Ծ���J����W���\C|\ �Ծ���J����W�=�/�f� +���Ծ���J����W�=�/���(��}�5�g���kj_p �Qp%�S��k���+��\C|\ �Ծ���*�^R��k���+��\C|\ �Ծ���J����W���\C|\ �Ծ���J����W�=�/�f� +���Ծ���J����W�=�-���Zp%�2��kF�� +vI��!> +��{jWp ���+���k��+ў�\3\W�Kj[p ���J�e�אW�=�/���(��m�5�G�h���!= +�d{j_p �Qp%�Sۂkh�W�-�/�f� +�`�Ծ���J����W�=�/���(��}�5�Up����W�=�/���(��}�5�G��pO����+�%�/���(��}�5�G��pO��!> +��{j_p��Yp���\C|\ �Ծ���J����W�=�/�f� +���Ծ���J����W�=�/���(��}�5�Up����W�=�/���(��}��+d�Wz��܇j +������m_p�f���\���O?� ��ۍ��7�䋆��r�l����>��y>?v��|�@]ϳ�K*�<3\=O�=z���'�� +=�W�pO��g�Ϟg��T�yf�z��{*�<3\=O�=z���'�� +=��=�/����p�<�T�yf�z��{*�<3\=O�=z�>{�=^R����y����p�<�T�yf�z��{*�<#|�<{��B�3����S����y����p�<�T�yF��y�xI��g��� ��B�3����S����y���L�g��T�yf�z��{*�<3\=O�=z���'�� +=��=�/�}�3�G�h˄�gF�� ��B�3����S��gd���Ӟ =όV�lO��g��� ���=��=O�-z�={��]R����y�}�3�G�h˄�gF�� ��B�3�gϳ�Kj�������2����y������p�<�T�yF��y�xI��g��� ��B�3����S����y�������� +=�W�pO��g��� ��B�3����S������%z���'�� +=�W�pO��g��� ��B�3�gϳ�K*�<3\=O�=z���'�� +=�W�pO��g�Ϟg��T�yf�z��{*�<3\=O�=z���'�� +=��y�xM��g��� ��B�3����S����y�������� +=�W�pO��g��� ��B�3����S������%z���'�� +=�W�pO��g��� ��B�3�gϳ�K*�<3\=O�=z���'����<3{�<��L�yF��y�vI��g��� ���=ό^{��L��g�� ��B�3�gϳ�Kj�������2����y������p�<�Ծ���y��gB�3����S����y�}�3�G�h˄�gDϞgo�T�yf�z��{*�<3\=O�=z���'�� +=��=�/����p�<�T�yf�z��{*�<3\=O�=z�>{�=^R����y����p�<�T�yf�z��{*�<�����5z���'�� +=�W�pO��g��� ��B�3�gϳ�K*�<3\=O�=z���'�� +=�W�pO��g�Ϟg��T�yf�z��{*�<3\=O�=z�M-1�y������o�=���p�s��������y�S��yZ{��ק_>�������y�{�'z���|~���⁺�g��T�yf�z��{*�<3\=O�=z���'�� +=��=�/����p�<�T�yf�z��{*�<3\=O�=z�>{�=^R����y����p�<�T�yf�z��{*�<#|�<{��B�3����S����y����p�<�T�yF��y�xI��g��� ��B�3����S����y�������� +=�W�pO��g��� ��B�3����S���O=������p�<�T�yf�z��{*�<3\=O�=z�>{�=^R��gf��'Ж =όV�lO��g��� ���=��Vϳ�=z���'؞ +=�W�pO�{��=z�@[&�<#z�<{��B�3����S��gf��'Ж =όV�lO��g�Ϟg��Ծ�٣� �eB�3����S����y�������� +=�W�pO��g��� ��B�3����S������%z���'�� +=�W�pO��g��� ��B�3�gϳ�K*�<3\=O�=z���'�� +=�W�pO��g�Ϟg��T�yf�z��{*�<3\=O�=z���'�� +=��=�/����p�<�T�yf�z��{*�<3\=O�=z� ���l� +=�W�pO��g��� ��B�3����S������%z���'�� +=�W�pO��g��� ��B�3�gϳ�K*�<3\=O�=z���'�� +=�W�pO��g�Ϟg��T�yf�z��{*�<3\=O�=��yf��ym�������� +=�W�pOm{���<��=�V�hO��g�Ϟg��Ծ�٣� �eB�3����S����y�}�3����iτ�gF�� ��B�3����S��gf��'Ж =ψ�=��.����p�<�T�yf�z��{*�<3\=O�=z�>{�=^R����y����p�<�T�yf�z��{*�<#|�<{��B�3����S����y����p�<�T�y&�Sϳ�k*�<3\=O�=z���'�� +=�W�pO��g�Ϟg��T�yf�z��{*�<3\=O�=z���'�� +=��=�/����p�<�T�yf�z��{*�<�Zb��=��:?�{��}�C����W]�s��������Ϗ����G�t���X;������O�.�����������O}x������I�����o�Ϸ����b��s�vW�;�}�@/��4➺��w����x������������=��i�K�~���s����� ��;ݮ�k��� ���_��k_O#����\n�k� /������k��� |�tNo���i�=u_>��#~��i�=�5~_>��>}��4�%u_>��>}��4➺�/������qqO�����/�2��0Җ�Z~v��1}��4�%u?�n�S���i�=u�.�����H[憼|2�s����h{���~�h�o��: xM������Vyf�F�27��9^o)��F�S7��9��w��F�S_��ه������ ���>���=N����uw�?�w>N#��}w�_�׳L|���m���q�蒺�/������qqO�����������F�S7��9��F�S_���9���>N^R7���9���>N#������k��� |Be�zqO����3S=^Raf*�53����T�kf +pO������� +3S>g�z����T�kf +pO������� +3S��)�=f�"|�L�xI������� +3S��)�=f�2\3S�{*�LE����� +3S��)�=f�2\3S�{*�Le�f���T����93��%f�2\3S�{*�Le�f���T���p�L�03�sf��K*�Le�f���T���p�L�03�ᚙ�Saf*��f�Z����T�kf +pO������� +3S��)�=f�"|�L�xI�g�2{�Lm�03�њ��Saf*�53���3S������L���h�L���03�ᚙ�S����3S@[&�LE����� +3S��)�=�����13�e��TFkf +lO����3S=^R����3S@[&�Le�f���T���p�L�03�sf��K*�Le�f���T���p�L�03�ᚙ�Saf*���T��T���p�L�03�ᚙ�Saf*�53����T�ϙ�/�03�ᚙ�Saf*�53����T�kf +pO����3S=^Raf*�53����T�kf +pO������� +3S>g�z����T�kf +pO������� +3S��)�=f��if��k*�Le�f���T���p�L�03�ᚙ�Saf*���T��T���p�L�03�ᚙ�Saf*�53����T�ϙ�/�03�ᚙ�Saf*�53����T�kf +pO����3S=^Raf*�53����T�kf +pO�g�2{�Lm�03�sf��K*�Le�f����vf*�י)�?&��Tkf +hO����3S=^R����3S@[&�Le�f���T���p�L���Tdkf��=f�2Z3S`{*�Le�f����~f*���Ж 3S=g�z����T�kf +pO������� +3S��)�=f�"|�L�xI������� +3S��)�=f�2\3S�{*�LE����� +3S��)�=f�2\3S�{*�Le�f���T��J𧙩��03�ᚙ�Saf*�53����T�kf +pO����3S=^Raf*�53����T�kf +pO������� +3S>g�z����T�kf +pO������� +3S�<R634f�����j���L]`f�tݝ��+�L�S�3S��/�w���������?��be� ��.� z���7o�L���Y�����60/���Sa�&���L��T��p ���0�����S���0@[&�D���� +0��=����1��e��LFk�lO���i���d���2a�&�5�����L�k�pO�`"[0=�0�����Sa�&�5����0����1`"x��tI������ +0��=`2\0�{*�D���� +0��=`2\0�{*�d�`��T���9���%`2\0�{*�d�`��T��p ���0��s���K*�d�`��T��p ���0�����Sa�&���L��T��p ���0�����Sa�&�5�����L���/�0�����Sa�&�5�����L�k�pO���0=^Ra�&�5�����L�k�pO������ +0>`z����L�k�pO������ +0��=`�i���k*�d�`��T��p ���0�����Sa�&���L���~�&���Ж 0��=`2\0�{j?����iτ����؞ +0��=����1��e��LD���.�0�����S���0@[&�d�`��T���9���%����1��e��LFk�lO������ +0>`z����L�k�pO������ +0��=`"|��xI������ +0��=`2\0�{*�D���� +0��=`2\0�{*�d�`��T���9���%`2\0�{*�d�`��T��p ���0��s���K*�d�`��T��p ���0�����Sa�&��`Z����L�k�pO������ +0��=`"|��xI������ +0��=`2\0�{*�D���� +0��=`2\0�{*�d�`��T���9���%`2\0�{*�d�`���~�&���Ж 0=`z����L�k�pOm`2z��c"�d�`��T���9���%����1��e��LFk�lO��������D�`z�3a�&�5�����L�k�pO�`2{��m�0��s���K*�d�`��T��p ���0�����Sa�&���L��T��p ���0�����Sa�&�5�����L���/�0�����Sa�&�5�����L�k�pO���i� +0��=`2\0�{*�d�`��T���9���%`2\0�{*�d�`��T��p ���0��s���K*�d�`��T��p ���0��/�D0�@c������找?���������/WU��{_o?O���xܘ=�tL0�u����_Ja�������oO�?�aw>^����p�>�,\>?zS�|�@]�pO��e��p ��B�2�U��S�p�p��% +���%�� +��W�pO��e��p ��B�2�g��K*.3\�K�= +���%�� +��W�pO��e���e��T(\f� +��{*.3\�K�= +���%�� +�����/�P��p.�T(\f� +��{*.3\�K�= +�>�=^R�p��*\�P��p.�T(\f� +��{*.��p��5 +���%�� +��W�pO��e��p ��B�2�g��Kj_���Q��2�p��*\���P��p.�Ծp�*\��gB�2�U��S�p��*\�}�2�G�h˄�eD��eo�T(\f� +��{j_���Q��2�p��*\���P���Y����.3{.��L(\f� +�`{*.3\�K�= +�>�=^R�p��*\�P��p.�T(\f� +��{*.#|.{��B�2�U��S�p��*\�P��p.�T(\F�,\�xI��e��p ��B�2�U��S�p��*\�P���Y��� +��W�pO��e��p ��B�2�U��S�p�p��% +���%�� +��W�pO��e��p ��B�2�� +�-^S�p��*\�P��p.�T(\f� +��{*.#|.{��B�2�U��S�p��*\�P��p.�T(\F�,\�xI��e��p ��B�2�U��S�p��*\�P���Y��� +��W�pO��e��p �������K�- +�=��]R�p��*\�m�2���%��p��*\��P���Y����.3{.��L(\f� +�`{*.3\�K�=�/\F� +�=�P��h.��T(\f� +��{j_���Q��2�pѳp��% +���%�� +��W�pO��e��p ��B�2�g��K*.3\�K�= +���%�� +��W�pO��e���e��T(\f� +��{*.3\�K�= +���%�� +��*\�xM��e��p ��B�2�U��S�p��*\�P���Y��� +��W�pO��e��p ��B�2�U��S�p�p��% +���%�� +��W�pO��e�L��@�p��@��v�y�?^����qL���Z��ӏ?�����ٟ�Axٸ|�Nwn\��>����4._<P�S�q��j\�и�p5.�Th\F�l\�xI��e��q ��B�2�ո�S�q��j\�и��ٸ�� +��W�pO��e��q ��B�2�ո�S�q�q��%���%�� +��W�pO��e��q ��B�2�g��K*4.3\�K�=���%�� +��W�pO��e���e��Th\f���{*4.3\�K�=���%����;;�I��ފ�u����0�� @81� �Ohq aH���ݧz���V�j�����k}S-�C�Y���l��e�O*��\�%ȝ +�e'Wq r�Bq��U\�ܩP\V�]\f����s���Ƅ�S���S����*.A��\\Vn�Y�L(.;��Kp;��N���N��e�^�%�� �e���ev*��\�%ȝ���ν�KP��N���N�Ⲓ��2�5��{��6&��Z�%�� +�e'Wq r�BqY�wq�� +�e'Wq r�Bq��U\�ܩP\vr� w*��|�Y>�P\vr� w*��\�%ȝ +�e'Wq r�BqY�wq�� +�e'Wq r�Bq��U\�ܩP\vr� w*��|�Y>�P\vr� w*��\�%ȝ +�e'Wq r�BqY�wq�� +�e'Wq r�Bq��U\�ܩP\vr� w*�������I�ⲓ���S����*.A�T(.;��K�;��J���,T(.;��K�;��N���N�ⲓ���S���仸��A�ⲓ���S����*.A�T(.;��K�;��J���,T(.;��K�;��N���N��e�^�%�� �e���ev*��\�%ȝ��N}..A���e'Vq j�BqY�wq�僚��ν�KP��N���N�ⲓ���SsqY�U\f�3����*.��T(.;��K�;5��{��6&��z��=�P\vr� w*��\�%ȝ +�e'Wq r�BqY�wq�� +�e'Wq r�Bq��U\�ܩP\vr� w*��|�Y>�P\vr� w*��\�%ȝ +�e'Wq r�Bq��/��(�T(.;��K�;��N���N�ⲓ���S���仸��A�ⲓ���S����*.A�T(.;��K�;��J���,T(.;��K�;��N���N��2��mq /����J�ex�Q\>Aqy<�������\\�1��sq�w�~������ǻ���K�����g�[�� +���/;<��B!<$�Ssx���|PsxX�WxHr��𰔯��N��a)_�!ɝ���N��䃚��R��C�;5���|��$wjK� +I��vr�� ����ܩ9<,�+<$�SsxX�WxHr���+<���𰔯��N��a)_�!ɝ���R��C�;5���\�!�5���|��$wjK� +I�����ܩ9<��;<��I��a)_�!ɝ���R��C�;5���|��$wj;��C�jK�9<$�1sxX�WxHn��𰔯��N��a�^�!�����R��Cr;5���|��$wjK�9<$�1sxة�{PsxX�WxHr���t��CR3���z���vj;��C�jK�9<$�1sxX�WxHn��𰔯��N��a'Wx�A��a)_�!ɝ���R��C�;5���|��$wj;��C�jK� +I�����ܩ9<,�+<$�Ssx���|PsxX�WxHr��𰔯��N��a)_�!ɝ���N��䃚��R��C�;5���|��$wjK� +I��vr�� ����ܩ9<,�+<$�SsxX�WxHr�����0�'5���|��$wjK� +I�����ܩ9<�� +A>�9<,�+<$�SsxX�WxHr��𰔯��N��a'Wx�A��a)_�!ɝ���R��C�;5���|��$wj;��C�jK� +I�����ܩ1<,�������a�Vx�A��a)_�!ɝ���R�5<$�GbK� +I��vr�� ���sxHjc��T���N��a)_�!ɝ��ν�CP;3���z���vjK� +I����sxHjc��S+<���𰔯��N��a)_�!ɝ���R��C�;5���\�!�5���|��$wjK� +I�����ܩ9<�� +A>�9<,�+<$�SsxX�WxHr��𰔯��N��a%��a�OjK� +I�����ܩ9<,�+<$�Ssx���|PsxX�WxHr��𰔯��N��a)_�!ɝ���N��䃚��R��C�;5���|��$wjSW���B��>�P�}��"����Y��z<�������}<����;ګ���S���p���oO���ۧo������������ۧQ��N��~�t������/y<��O/��z��{����x����O������i�;�����x|�;b���4ʝzC�z�������O�ܩ�寧���}����I>�7䧟������(w� ��sh?��4ʝzC�z���g����aT���p����~��ir� ������~��i�;������v}�Ƽa>�d�����4��z=�?�h���X#�� ���ӏ�Ɵe���>�jc�0�~2�/���4��zC~��^����4ʝz]~����?����I�������k��^O�۩7��w��3_O�ܩ7�w��G��Y$^�>�/����&��ސ�~.χ�_O�ܩ7䧟�������Q����������O�ܩ����O�xl?��4������y8��z�N�!?�t��Ǿ�F�So�O?����V~~�N�1�r��{j?��4����x����~��i�;��|��tr���ܩ���ɵ�r�� +N%�+8Y>����ɵ�r�� +N'� +ȝ ++8�\+8 w*��T� ++8�\+8 w*��tr���ܩ���ɵ�r�� +N%�+8Y>����ɵ�r�� +N'� +ȝ ++8�\+8 w*��T� ++8�\+8 w*��tr���ܩ���ɵ�r�� +N%�+8Y>����ɵ�r�� +N'� +ȝ ++8�\+8 w*��4��(�TX���Z��Sa��k�N��N��;Vp*�^���A�+8�{���ژ��ө��n�� +N'� +ȝ�Wp*�Vp�ڙ��ө��n�� +N'� +ȝ�Wp:�Z��1a�R���TX���Z��S� +N�^+8�6&��tj���۩��S�� +N�j^���k�Ƅ�N�p;Vp:�Vp@�TX���{'�Vp:�Vp@�TX���Z��Sa��k�N��J�Wp�|Pa��k�N��N��;Vp:�Vp@�TX���{'�Vp:�Vp@�TX���Z��Sa��k�N��J�Wp�|Pa��k�N��N��;Vp:�Vp@�TX���{'�Vp:�Vp@�TX���Z��Sa��k�N��F~��� ++8�\+8 w*��tr���ܩ���ɵ�r�� +N%�+8Y>����ɵ�r�� +N'� +ȝ ++8�\+8 w*��T� ++8�\+8 w*��tr���ܩ���ɵ�r�� +N%�+8Y>����ɵ�r�� +N'� +ȝ�Wp:�Z��1a�R���TX���Z��S� +N�>����#Vp:�Vp@�TX���{'�5��tjc� +N�� +�� ++8�\+8 wj^���Z��jg� +N�� +�� ++8�\+8 wj^���k�Ƅ�J�Wp�{Pa��k�N��N��;Vp:�Vp@�TX���{'�Vp:�Vp@�TX���Z��Sa��k�N��J�Wp�|Pa��k�N��N��;Vp:�Vp@�TX�i�+8Q>����ɵ�r�� +N'� +ȝ ++8�\+8 w*��T� ++8�\+8 w*��tr���ܩ���ɵ�r�� +N%�+8Y>����ɵ�r�� +N'� +ȝ ++8a��]��Z+8�/�Vp�����z�x|���i�px;!�\?���O��s}�`=�Ǵ���p�����7?|�����᧿������ϧ���������^]�yx~<����W�+9�ǧ[��E�U�T��U�R���R �N�R���R)�J�N�R �N�R���T�S�T��*�@�T(�*�.��|P�T��*�@�T(�:�J%�;J�N�R �N�R���R)�J�N�R �N�R���T�S�T��*�@�T(��E�� +�R'W�r�B���U*�ܩP*ur�J w*�J�|�JY>��T�ܫT�1�T��*���T(�:�J%�;5�J�[�RV;J�N�R �N�R���T�Ss�ԹW�jcB�T�w��݃ +�R'W�r��R�s�R �ƄR�S�T�S�T��T��AͥR�^��� �R�V�n�B���U*�ܩP*U�]*e��B���U*�ܩP*ur�J w*�J�\�ȝ +�R%ߥR�*�J�\�ȝ +�R'W�r�B���U*�ܩP*U�]*e��B���U*�ܩP*ur�J w*�J�\�ȝ +�R%ߥR�*�J�\�ȝ +�R'W�r�B���U*�ܩP*U�]*e��B���U*�ܩP*ur�J w*�J�\�ȝ +�R#�(��|R�T��*�@�T(�:�J%�;J�N�R �N�R���R)�J�N�R �N�R���T�S�T��*�@�T(�*�.��|P�T��*�@�T(�:�J%�;J�N�R �N�R���R)�J�N�R �N�R���T�Ss�ԹW�jcB�T�w��݃ +�R'W�r��R�S�K%$B�ԉU*�کP*U�]*e���R�s�R �ƄR�S�T�S�T��*�@��\*Un�JY�L(�:�J%p;J�N�R �NͥR�^��� �R�ޥRv*�J�\�ȝ +�R'W�r�B���U*�ܩP*U�]*e��B���U*�ܩP*ur�J w*�J�\�ȝ +�R%ߥR�*�J�\�ȝ +�R'W�r�B���U*�ܩP*5�R)�'J�N�R �N�R���T�S�T��*�@�T(�*�.��|P�T��*�@�T(�:�J%�;J�N�R �N�R���R)�J�N�R �N�R���T�S�T +�L[*��R���K��F�Tz�R�����Y��O�Sz8wJ���O��a��������7����7�Ȓ�7�_��b��_B�^��2�k��٘�|�Y�ɗ�Ƅo�k����ٙ�u|�Y�Ɨ�Ƅ����*�l6&|_e���e�1�[����hv&|_e�7�e�1���*��~/�� _�W���{�lL��Ƽ�x/�� _�W���{�lL�νʬ�5�� keVŚ�Ƅ��1�5�� keV���Ƅz�2+^�fcB�Z�U�f�1�[m�;[�fgB�Z�լf�1�X�� +V�٘��Vfժ�lLhU�NU�ٙ�Vfu��lL�T+�"�l6&$��Y�j6���|��&�`B�Z�զf�1�L�� +S�٘��VfU��lLhR�NR�ٙ9H�īG�ޏD�Q+�b�,6&���Y%j63w��Xj�"�ʫ5�� jeV������i%^�i�~$B{�xwz�΄�2�;�fc����4{?!9��*N�ؘЛ6杛F�3slZ�Wk���P�V^��YlL�L+�*�l6&4��y'���LL+���l6&ԥ�Yqi6��ʬ�4�� ]ic�Yi4;��ʬ�4�� EieVP��Ƅ��2�&�fcBKژwJ�΄��2�#�fcBEZ��f�1!!��*H�٘Џ6杏F�3!��jG�٘P�Vf���lL�F+���l6&4��y'���LF+�z�l6&Ԣ�Y�h6R�ʬR4�� �ha��D�y0!��jD�٘P�Vf��lL�C+���l6&���y����LC+���l6&T��YQh6��ʬ"4�� =hc�9h4;b�ʬ4�� %heV��Ƅ�2��fcBژw�΄��2���fcB�Y�f�1s�Y�W�����}6ޝ}F�3!���j>�٘������3[?� ����=�ט�z6�zF�3s�Y�W白�PyV^E�YlLH<+� +�l6f�;����5"ĝ�Wmg��ʬ�3�����J�����H�����3�� AgeVϙ�Ƅ��2+��fcB�Y�Urf�1��l�;�fgB�Y��pf�1��� +8�٘�oVf՛�lLh7�N7�ٙnVfu��lL�6+���l6&$��Y�f6z��|�k&�`B�Y��jf�1�Ԭ� +5�٘�iVfU��lLh4�N4�ٙhVf���lL�3+���l6&���Yef6��Ƽ��hv&D��YMf6��ʬ 3�� 9f��3�͊1/�&���_��߫8>��6!}i��O[Ϗ_�.�:���b�1=uN1W��~;7�����Ͽ�����緯������������_�Kn�C���>��3���`�/��8��0O��/7B���c�^g�?�=<��+�sE}~�N�!�{9���H'??�r�^��G������0��y�|�{~{}n�������������|=�r�ސ���[�_�E�G�u�����r�~��iR� ����|h?��4ʝzC~���'ݥ��4ʝzC~��<>���i�;�F�}����Ǿ�&��ސ���+��S!���j�A�T��;��z�;�J��,Th�;�"{�;2�N���N�Ҿ�+��S!��件��A��+��S!���j�A�T��;��{�;��J���,Th�;��{�;��N���N���+��S!¯����A���+��S!���j�A�T��;�r|�;��J���,Th�;��|�;��N�.�N�2��+��S!ί����A�>��+��S!���j�A�T��;�2}�;B�F~Q�G��B����ܩ��wr�� w*��\�>ȝ +�~%��~�j��;� +�AmLH�;��}p;��N�|�N��V���΄��S+��S!�����A��\�w��ژ�W�]�g��B����ܩ9��ܫ��1��������T�+�.��|Ps�߹W�jcB�ߩ���۩P�wr%� w*D��|W�Y>���wr�� w*���\�?ȝ +�'W�r�B�_�w�� +�'W�r�B������ܩP�wr�� w*���|��Y>���wr ��ܩ0�ɵ�r�� +@'��ȝ +C��|/d���@'��ȝ +s��\{� w*,trM�ܩ0 +P��*@�*�tr �ܩ0 �ɵ �r��:@'�<�ȝ +��b! �'6:�F@�T� ��� ��Sa)��k*��N���J���|Pa/��k0��N�ɀN����;V:�f@�T��{9 ��:��@�T������SaA��kB��N��J�W�|PaG��kH��N�)�N�-�;5� t�5'�jc @�ދ�=��)��5*�r��Y�N}���G",tbM�ک0.P���@�j���k`��Ƅ��N��p;V:�f@��<4P��4��΄��N��p;�:��@�Լ8й����� ��z�d����@'���ȝ +��\� w*�tr��ܩ0@P��A�*ltr��ܩ0C�ɵC�r��A'�ȝ +c�|�d���A'� ȝ +��\� w*�tr��ܩ0L��/� �|Ra���k���N�y�N�}�; +:�& +@�T)��{� �v +:�� +@�T�*���*��Sa���k���N���J��|Pa���k���N�قN���;�ba�M����J��~�z���������S����y�������7I����/".���������|����ė�s��n�������?1��BW��Q���������R��&��ސ��^[��i�;�����9ۏ}=�r�ސ�~:����~~�N�.>��ۏ}=M�A�!?�>=����(w� ���������(w� �����s����F�S��_N?����c_O�|Po�O?����c_O�ܩ7䧟�����w���(w� ����V��Q������O������$���O�p�~��i�;����ӹ?��z�N�!�{�7*�_F�1���w��g��&��ސ�^^��g��F�Soȟ��k�ׇQm���O�����O�۩7�N?��������4�'�����չת�� �^�Z�^�v*�zur�z�ܩyիrk�+�� �^�Z�^�v*�zur�z�ܩqիS�W�@���^�x�ze��ªW'תȝ +�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r�ªW'תȝ +�^�|�ze��ªW'תȝ +�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r�ªW'תȝ +�^�|�ze��ªW'תȝ +�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r�ªW'תȝ +�^�|�ze��ªW'תȝ +�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r�ªW'תȝ +�^��b�+�'V�:�V�@�TX���Z��Saի�k��N�U�J�W��|P�W�^�^�6&�zuj�z�۩���ɵ�r��U�ʭU��v&�zuj�z�۩���ɵ�r��U�νV�@mLX���{�+�V�:�V�@�Լ�չת�� �^�Z�^�v*�zU��僚W�:�Z��1aիSk��N�U�N�U/�;V�*�^���A�U�N�U/�;V�:�V�@�TX���Z��Saի��U�,TX���Z��Saի�k��N�U�N�U/�;V�*�^���A�U�N�U/�;V�:�V�@�TX���Z��Saի��U�,TX���Z��Saի�k��N�U�N�U/�;V�*�^���A�U�N�U/�;V�:�V�@�TX���Z��Saի�_�zE��ªW'תȝ +�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r�ªW'תȝ +�^�|�ze��ªW'תȝ +�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r��U�νV�@mLX���{�+�V�:�V�@�Ը�թϫ^ �H�U�N�U/P;V�*�^���Aͫ^�{�z�ژ��թ��n�ªW'תȝ�W�*�V��ڙ��թ��n�ªW'תȝ�W�:�Z��1aիR�U��TX���Z��Saի�k��N�U�N�U/�;V�*�^���A�U�N�U/�;V�:�V�@�TX���Z��Saի��U�,TX���Z��Saի�k��N�U�N�U/�;V��ŪW�O*�zur�z�ܩ���ɵ�r�ªW'תȝ +�^�|�ze��ªW'תȝ +�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r�ªWX�jW���֪���U��Fc�� V�o��^��U���y������~��o����������/�s��p��xs��xz�/�_O�}x�+{^k����11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;5��u�5&jcX��cb�=�0&��5&r��1�ν��@mL���SaL��_��E���1�ν��@mL���SaL��kL�N�cb�[cbY�L���SaL��kL�N�cb��<&�D��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;��:���@�Tk�cbQ>�0&��5&r�X'טȝ +cb�\cb w*��U�=&�僚��:��1aL�SkL�N�1�N�11�;5��Un��e�3aL�SkL�N�1�N�11�;5��u�5&jcX��cb�=�0&��5&r��1�ν��@mL���SaL���1�,�<&ֹט�� cb�Zcb�v*��ur���ܩ0&V���X�*��ur���ܩ0&��5&r�X'טȝ +cb�|��e��X'טȝ +cb�\cb w*��ur���ܩ0&V���X�*��ur���ܩ0&��5&r�X'טȝ +cb�|��e��X'טȝ +cb�\cb w*��ur���ܩ0&V���X�*��ur���ܩ0&��5&r�X'טȝ +cb��bL,�'��:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;5��u�5&jcX��cb�=�0&��5&r��1�N}�G"��ub���ک0&V���X�j��kL�Ƅ1�N�11p;��:���@��<&V�5&��΄1�N�11p;��:���@��<&ֹט�� cb�z��e��X'טȝ +cb�\cb w*��ur���ܩ0&V���X�*��ur���ܩ0&��5&r�X'טȝ +cb�|��e��X'טȝ +cb�\cb w*��ur���ܩ0&��/�Ģ|RaL��kL�N�1�N�11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;���$V;&/���._�����Xx�1&�cb��w������1���yL��<&�����������������?��O��>��lz_�w���p�������g{���_��|/!��>)���A�̷�+��S!����|A�T�|;�2_�;2�J�3�,T�|;�2_�;2�N���N�̷�+��S!��;���A�̷�+��S!����|A�T�|;�2_�;2�J�3�,T�|;�2_�;2�N���N�̷�+��S!��;���A�̷�+��S!����|A�T�|;�2_�;2�J�3�,T�|;�2_�;2�N���N�̷�+��S!��;���A�̷�+��S!����|A�T�|;�2_�;2�F~��F��B��ɕ��ܩ��vre� w*d��\�/ȝ +�o%ߙo�j�|;��|AmL�|;�2_p;2�N���N͙o�V��΄̷S+��S!����|A�Ԝ�v���ژ��V��f��B��ɕ��ܩ9���+��1!����|��T�|+��|�|Ps�۹W�jcB�۩���۩��vre� w*d��|g�Y>���vre� w*d��\�/ȝ +�o'W�r�B�[�w�� +�o'W�r�B��ɕ��ܩ��vre� w*d��|g�Y>���vre� w*d��\�/ȝ +�o'W�r�B�[�w�� +�o'W�r�B��ɕ��ܩ��vre� w*d��|g�Y>���vre� w*d��\�/ȝ +�o'W�r�B���/2�(�T�|;�2_�;2�N���N�̷�+��S!��;���A�̷�+��S!����|A�T�|;�2_�;2�J�3�,T�|;�2_�;2�N���N�̷�+��S!��;���A�̷�+��S!����|A�Ԝ�v���ژ��V��f��B��ɕ��ܩ1���������vbe��v*d��|g�Y>�9���+��1!����|��T�|;�2_�;5g��[�oV;2�N���N�̷�+��Ss�۹W�jcB�[�w�݃ +�o'W�r�B��ɕ��ܩ��vre� w*d��|g�Y>���vre� w*d��\�/ȝ +�o'W�r�B�[�w�� +�o'W�r�B��ɕ��ܩ��vre� w*d���"��I�̷�+��S!����|A�T�|;�2_�;2�J�3�,T�|;�2_�;2�N���N�̷�+��S!��;���A�̷�+��S!����|A�T�|c��e��B+�|����7���������O�S�{8�����~��~V��v�-��o7_��1���s���_>}������!�_��t������Y>^���^}Qt~_=��}o}Q���E�$�H�_݉�EѠ��Eѥ|}Q4ɝ��(���/�&�S�E��U��ܩ� ��*�A>�� /� '�SsA^�WANr�悼�����N�y'WA�A�y)_9ɝ��R� +r�;5�|�$wj.�;� +r�j.�K�*�I��\���U��ܩ� /� '�SsA��U��|PsA^�WANr�悼�����N�y)_9ɝ��N��䃚�R� +r�;5�|�$wj.�K�*�I��\�wr� �\���U��ܩ� /� '�SsA^�WANr�悼�� ��悼�����N�y)_9ɝ��R� +r�;5�|�Y>�� /� '�SsA^�WANr�悼�����N�y'WA�A�y�>�6f.�K�*����\���U��ܩ� �ܫ �3sA^�WANn�悼�����N�y�>�6f.�;� +rpj.�K�*�I��X���sANjc悼T����N�y'WA�A�y�>�6f.�K�*����\���U��ܩ� ��*�A>�� /� '�SsA^�WANr�悼�����N�y'WA�A�y)_9ɝ��R� +r�;5�|�$wj.�;� +r�j.�K�*�I��\���U��ܩ� /� '�SsA��U��|PsA^�WANr�悼�����N�y)_9ɝ��N��䃚�R� +r�;5�|�$wj.�K�*�I��\�W�]�g��悼�����N�y)_9ɝ��R� +r�;5�\9�5�|�$wj.�K�*�I��\���U��ܩ� ��*�A>�� /� '�SsA^�WANr�悼�����N�y'WA�A�y)_9ɝ��R� +r�;5��\��ژ� ��*��=�� /� '�SSA^���$�H�y)^9����N�����}.�Im�\���U��۩� /� '�ScAWAjg悼T����N�y)_9ɝ��}.�Im�\�wj���\���U��ܩ� /� '�SsA^�WANr�悼�� ��悼�����N�y)_9ɝ��R� +r�;5�\9�5�|�$wj.�K�*�I��\���U��ܩ� �� ��I�y)_9ɝ��R� +r�;5�|�$wj.�;� +r�j.�K�*�I��\���U��ܩ� /� '�SsA��U��|PsA^�WANr�悼�����N�y�����^��܇z:�,������ +��#��1�����a��9��������3_��>��~8��?��뵫����r���8ܽ��n|�_���藸��+�BW^'� +�۩p*��u*r�©P'שȝ +�B�|� +e��©P'שȝ +�B�\�B w*� +ur� +�ܩp*T���P�*� +ur� +�ܩp*��u*r�©P'שȝ +�B�|� +e��©P'שȝ +�B�\�B w*� +ur� +�ܩp*T���P�*� +ur� +�ܩp*��u*r�©P'שȝ +�B���T(�'N�:�N�@�T8��:�S�T���T�N�S�J�O��|P�T���T�N�S�N�S!�;N�:�N�@�T8���T(�N�:�N�@�T8��:�S�T���T�N�S�J�O��|P�T���T�N�S�N�S!�;5� +u�u*jc©P�ާB�=�p*��u*r��S�N}>�G"� +ub� +�کp*T���P�j>���T�ƄS�N�S!p;N�:�N�@��|*T�u*��΄S�N�S!p;N�:�N�@��|*Թש�� �B�z� +e��©P'שȝ +�B�\�B w*� +ur� +�ܩp*T���P�*� +ur� +�ܩp*��u*r�©P'שȝ +�B�|� +e��©P'שȝ +�B�\�B w*� +ur� +�ܩp*��/N��|R�T���T�N�S�N�S!�;N�:�N�@�T8���T(�N�:�N�@�T8��:�S�T���T�N�S�J�O��|P�T���T�N�S�N�S!�;N�©J{*/�N�._�����Px���e���x{{�K��S::�]=��~��|)�������\��2����������O����+س����=�&�FG�3a2�2k1:�� {ѕYs��lL���ڊ�fc�Rtc�C���L����Z��fc�Fte�Dt6�+����٘�ݘ�8t4;��+����٘�]�5��ƄQ�ʬM�l6&,B7�=�΄9�ʬ5�l6&lAWfMAg�1a�2k:�� +Ѕ�b:�&�+���٘��\�5���Ƅ��ʬ��l6&,?7�=���̳ϕx�>g�G"l>W^M>g�1a�2k�9���מ�ƞ�0�\y����Ƅ��ʬ��l6fy��k�9{?a����(v&�;Wf�;g�1�s%^������ΕW��YlLXun�{�9���'�+�Zt�ޏD�s���s�bcse֖s6���r�fgB�U��fe�1!̪�겲٘PeUfEY�lLH��.��ٙ�cUf�X�lL��*�Z�l6&�X�Y!V62�Ƽ+�hv&4X�Y V6�ʬ�*�� �UeV|��Ƅ��1��*�� �UeVv��Ƅ�2���fcBqU�\e�1!�j̻��fgBkU��Ze�1!���ꬲ٘PYUfEV�lLH� +�Ea�̃ }UeV^��Ƅ��2���fcBYU�Ve�1!�j̻��fgBSU��Te�1!���ꩲ٘PSUf�T�lLH��.��ٙ�QUfeT�lL��*��l6&T�YU6�Ƽ�hv&�S�Y�T6©ʬn*�����J�����H�d���b*�� �TeV.��ƌ�T�=�R����TeU(��ƄL�1�J*����J����H�@���bcBU�Ge�1sՈUFE�����ʢ�ؘEUf5Q�l�\DU�De�G"�P�w�PQ�Lh�*�R�l6&�P�YT6*�ʬ*�� Tc�T4;��ʬ�)�� �SeV���Ƅ�2+|�fcB�Ԙw��΄�2+y�fcB�T��;e�1�v�̊��٘�:��)�:�ʬ�)�� �SeV��Ƅ©2+p�fcB�Ԙw��΄��2+m�fcB�T��5e�1�j�̊��٘�45�]4E�3�g��ʙ�٘3Uf�L�lL(�n�6mȔ�fuLo��t;c��:��b:������2���:��;�3���?}����j��_~����|�ǧ�r��럋7�a����֧}qDQ����Έ��P�#�Sᒸ���N�c�J����|P�=q�^Š6&�wj��۩pU��uVr����ʭ��v&�wj�۩p^��u_r���νN�AmL82����8��;��A��|jܹ1�� �ƝZ���v*W�}q�僚o�;�::�1��S���N���N��c�;��+��>��A���N�d�;N�;�n�A�T�B��:C�S����K�,T�E��:F�S�����N���N��d�;��+��J��A���N��d�;N�;�n�A�T�N��:O�S�@����,T�Q��:R�S�L���N�N�K�N�Se�;��+��V��A�{�N��e�;N�;�n�A�T�Z��:[�S�p��_\.G����r'��2ȝ +�˝\�� w*\0wr�0�ܩp�\��s�*�1wr2�ܩp���u�r��5s'�93ȝ +͕|_4g���Ms'�Q3ȝ +g͝\w� w*\6wr�6�ܩp�\��us�*�7wr8�ܩp���u�r��+�νΜAmL8t����9�n�;���A��x�ܩ��� �H���N��gP;��+��z��A�wϝ{>�ژp�ܩu�n���s'��3ȝ��+�.��ڙpݩu n��t'�4ȝ�/�;�:��1��R�k��T����:��S�$���&�N���N��h�;�+�����A���N��h�;Σ;��A�T����:��S�H���+�,T����:��S�T���V�N�k�N�si�;����t�O*�LwrM�ܩp6��u7 r���t'��4ȝ +�ӕ|_Og����t'�5ȝ +'ԝ\7� w*\Qwr�Q�ܩpH]��%u�*�RwrS�ܩpN��uO r��Eu8�mO���M������F_������w������/K��������W[���:�����E�����_���������_���ϧ�������?�맯�����oO����>���>�_��Ի�W?��joWk��ơ/ua����n�;.�;�.�A�T������S����,�|�ݹ�e7�� �ݝZ���v*\vwr]v�ܩ���r�;�� �ݝZ���v*\vwr]v�ܩ���s��nP.�+�����A���N��n�;5_vw�u� jc�ew��e7�� +�ݕ|_vg�����ν.�AmL���Ժ��S���N���J�/��|P���N���N��n�;.�;�.�A�T�����;�.�;�.�A�T������S���N���J�/��|P���N���N��n�;.�;�.�A�T�����;�.�;�.�A�T������S���N���J�/��|P���N���N��n�;.�;�.�A�T��n���Q>�p���u� r��ew'�e7ȝ +�ݝ\�� w*\vW�}ٝ� +�ݝ\�� w*\vwr]v�ܩp���u� r��ew%ߗ�Y>�p���u� r��ew'�e7ȝ +�ݝ\�� w*\vW�}ٝ� +�ݝ\�� w*\vwr]v�ܩ���s��nP.�+�����A���N��n�;5^vw��e7�?��N���J�/��|P�ew�^�ݠ6&\vwj]v�۩p���u� r����ʭ��v&\vwj]v�۩p���u� r����ν.�AmL�����;�.�;�.�A�T������S���N���J�/��|P���N���N��n�;.�;�.�A�T�����;�.�;�.�A�T������S���N���F~q�� +�ݝ\�� w*\vwr]v�ܩp���u� r��ew%ߗ�Y>�p���u� r��ew'�e7ȝ +�ݝ\�� w*\vW�}ٝ� +�ݝ\�� w*\vwr]v�ܩp�/���nx�u�}�B�;����~x;����.��S����e����_��{p�I����ۇ�o������?���_?�}�w������y�ׇ�����x�;���q�E����8���_���4ʝzC�|w8���\'??�r�ސ��=߿�i����F�S���3?��z��zC~�{z}n?��4ʝzC�|w���~��i�;�����������O�ܩ��O������v+�z��zC~��<���z�N�!?�t�o�Ǿ�F�So�O?��}����F�S�˟O?��C����I>�7䧟���O���4ʝzC~���?��z�N�!=��X��Q�������X��Ǿ�&��ސ�_ۏ}=�r�ސ?��O����4ʝzC~��<=���i�;������y|n?��4������9���z�N�!?�t^ڏ}=�r�ސ�~:���V~~�N�.;�t��ڏ}=M�A�!?ޝ���~��i�;������������(w� �����P��Q�����b�Em� +�m'Wmr�Bm��UۂܩP�vrն w*Զ�|Y>����ܫ��1���Ԫm��T�m;�j[�;5�[�mV;j�N���N�ڶ����Ssm۹WmjcBm[�wm�݃ +�m'Wmr��ڶs���ƄڶS���S���件��A͵m�^�-�� �m�Vmn�Bm��UۂܩP�V�]�f��Bm��UۂܩP�vrն w*Զ�\�-ȝ +�m%ߵm�*Զ�\�-ȝ +�m'Wmr�Bm��UۂܩP�V�]�f��Bm��UۂܩP�vrն w*Զ�\�-ȝ +�m%ߵm�*Զ�\�-ȝ +�m'Wmr�Bm��UۂܩP�V�]�f��Bm��UۂܩP�vrն w*Զ�\�-ȝ +�m#��m�|R����mA�T�m;�j[�;j�N���N�ڶ���6�j�N���N�ڶ����S����mA�T�m+��m�|P����mA�T�m;�j[�;j�N���N�ڶ���6�j�N���N�ڶ����Ssm۹WmjcBm[�wm�݃ +�m'Wmr��ڶS�k[$BmۉUۂکP�V�]�f���ڶs���ƄڶS���S����mA��\�VnնY�L�m;�j[p;j�N���N͵m�^�-�� �m�mv*Զ�\�-ȝ +�m'Wmr�Bm��UۂܩP�V�]�f��Bm��UۂܩP�vrն w*Զ�\�-ȝ +�m%ߵm�*Զ�\�-ȝ +�m'Wmr�Bm��UۂܩP�6��6�'j�N���N�ڶ����S����mA�T�m+��m�|P����mA�T�m;�j[�;j�N���N�ڶ���6�j�N���N�ڶ����S�� 5h[�����o���xx�{|�Xcm{8���������|����7vW�M��1���sq��o��7�~����:kҧ����ϧ�͕�����K�v!���鷚��*�������w���܇w�Қ�����7��N���N�ķ�+��S!���J|A�TH|+�N|�|P!���J|A�TH|;�_�;�N���N�ķ���7��N���N�ķ�+��S!���J|A�TH|+�N|�|P!���J|A�TH|;�_�;�N���N�ķ���7��N���N�ķ�+��S!���J|A�TH|+�N|�|P!���J|A�TH|;�_�;�N���N�ķ���7��N���N�ķ�+��S!���J|A�TH|�E�� +�o'W�r�B��ɕ��ܩ��vr%� w*$��|'�Y>�9���+��1!���J|��TH|;�_�;5'��[�oV;�N���N�ķ�+��Ss�۹W�jcB�[�w�݃ +�o'W�r��ķs���ƄķS+��S!��;���A͉o�^�/�� �o�V�n�B��ɕ��ܩ��V��f��B��ɕ��ܩ��vr%� w*$��\�/ȝ +�o%߉o�*$��\�/ȝ +�o'W�r�B��ɕ��ܩ��V��f��B��ɕ��ܩ��vr%� w*$��\�/ȝ +�o%߉o�*$��\�/ȝ +�o'W�r�B��ɕ��ܩ��V��f��B��ɕ��ܩ��vr%� w*$��\�/ȝ +�o#�H|�|R!���J|A�TH|;�_�;�N���N�ķ���7��N���N�ķ�+��S!���J|A�TH|+�N|�|P!���J|A�TH|;�_�;�N���N�ķ���7��N���N�ķ�+��Ss�۹W�jcB�[�w�݃ +�o'W�r��ķS�_$B�ۉ���ک��V��f���ķs���ƄķS+��S!���J|A�Ԝ�Vn%�Y�LH|;�_p;�N���N͉o�^�/�� �o�މov*$��\�/ȝ +�o'W�r�B��ɕ��ܩ��V��f��B��ɕ��ܩ��vr%� w*$��\�/ȝ +�o%߉o�*$��\�/ȝ +�o'W�r�B��ɕ��ܩ��6��7�'�N���N�ķ�+��S!���J|A�TH|+�N|�|P!���J|A�TH|;�_�;�N���N�ķ���7��N���N�ķ�+��S!� )j�������R����'����o�O������c�;�}����<��ϟx}��������w�>o�����������.)��������N���+��S!���;���A���+��S!�����@�T��:�28�;2�J�3�,T��:�28�;2�N��N���+��S!���;���A���+��S!�����@�T��:�28�;2�J�3�,T��:�28�;2�N��N���+��S!�k�\�O*dp�\ȝ +\'Wr�B�ɕ��ܩ��U��e����s��Ƅ�S+��S!�����@�Ԝ�UnepY�L��:�28p;2�N��N�\�^�� \��\v*dp�\ȝ�3�ν28P2�N��N����.�5gp�{ep�6&dp�Z�� +\'Wr�BW�w�� +\'Wr�B�ɕ��ܩ��urep w*dp�|gpY>���urep w*dp�\ȝ +\'Wr�BW�w�� +\'Wr�B�ɕ��ܩ��urep w*dp�|gpY>���urep w*dp�\ȝ +\'Wr�BW�w�� +\'Wr�B�ɕ��ܩ��urep w*dp��"���I���+��S!�����@�T��:�28�;2�J�3�,T��:�28�;2�N��N���+��S!���;���A���+��S!�����@�T��:�28�;2�J�3�,T��:�28�;2�N��N�\�^�� \��\v*dp�\ȝ3�N}��@��\'Vj�BW�w�僚3�ν28P2�N��N���+��SsW���e�3!�������T��:�28�;5gp�{ep�6&dp�zgp�=���urep w*dp�\ȝ +\'Wr�BW�w�� +\'Wr�B�ɕ��ܩ��urep w*dp�|gpY>���urep w*dp�\ȝ +\'Wr�B��/2�(�T��:�28�;2�N��N���+��S!���;���A���+��S!�����@�T��:�28�;2�J�3�,T��:�28�;2�N��N�.�Zm/�2��J\x�ߝ�N�x}~�N�)�;��|��/?����ở����������o�|���wo/��|��i�^nfq�dϿ"=��Wt�����Kv�;5_�W�}ɞ哚/�K��d'�S�%{)_��$wj�d/�뒝�N͗�\�� �x�^�ϗ�6f�d/�뒝�N͗�|]��ܩ�s�KvP;3_���u�Nn��K�R�.�I��x�^�ϗ�6f�d�Ժd���K�R�.�I��x�^�ϗ�6f�d/�뒝�N͗�\�� �x�^�ϗ�6f�d/�뒝�N͗�|]��ܩ�����䃚/�K��d'�S�%{)_��$wj�d/�뒝�N͗�\�� �|�^��%;ɝ�/�K��d'�S�%{)_��$wj�d��d���K�R�.�I��|�^��%;ɝ�/�K��d'�S�%{'�%;�5_���u�Nr��K�R�.�I��|�^��%;ɝ�/�;�.�A>������Kv�;5_���u�Nr��K�R�.�I��|�^��%{�Oj�d/�뒝�N͗�|]��ܩ�����Kv�;5_�wr]��|P�%{)_��$wj�d/�뒝�N͗�|]��ܩ�����䃚/�K��d'�S�%{)_��$wj�d/�뒝�N͗�\�� �|�^��%;ɝ�/�K��d'�S�%{�>_��ژ���S�܃�/�K��d'�S�%{��z�N��|�^��%;���/�;�.�A>��t�/�Im�|�^��%;���/�K��d'�S�%{�^��vf�d/�뒝�N͗�|]��ܩ�t�/�Im�|�ީu��A͗�|]��ܩ�����Kv�;5_���u�Nr��K�N�Kv�j�d/�뒝�N͗�|]��ܩ�����Kv�;5_�wr]��|P�%{)_��$wj�d/�뒝�N͗�|]��ܩ�����K�,��|�^��%;ɝ�/�K��d'�S�%{)_��$wj�d��d���K�R�.�I��|�^��%;ɝ�/�K��d'�S�%{'�%;�5_���u�Nr��K�R�.�I��|ɞo��Kvz��s^����%{z�?�O���5���x���}�~Sy<>ݸc??���b?\�c��W������K,��/ox�[\��o���Z"���|��_,q�m��J�٘�[%:��R 03�Dg^�(fc���:�lvf�2�μ�K����$љ�I�٘�k$:�� 03�De�WHd�3�Ht���`6f���ά�&�� �MeVo��Ƅڦ0_�6�<���Tf�6�lL�l*�2�l6&D6�Y�M6 +�Ƽ�hvf�k*�k��#ښʫ�&�� aMeVW����UM#VT�F�����bcBOS���d�1sLS�WK���P�4��D�3!��̪h�٘����+��ޏDh*���,6&�3�y�3��̜�T�U�d�G"t3�W�L��ʬf&�� �Lc��L4;r�ʬZ&�� �LeV*��ƄP�2���fcB%Әw$�΄D�2���fcBS���d�1!���jc�٘P�4��D�3!��̪b�٘��Tf%1�lLb*�z�l6&�0�y�0��LHa*�J�l6&t0�YL6"�ʬ&�� Lc�L4;�ʬ�%�� �KeV���Ƅ�2�{�fcB�R�/��dLH^*���l6&�.�Y�K6b�ʬ�%�� �KcޡK4;2�ʬ�%�� �KeV��Ƅ��2�o�fcB�Ҙw��΄��2�l�fcB�R���d�1!j��jZ�٘P�4��D�3!g�̪Y�٘вTf�,�l��T�ձd�G"T,�wG,Q�LHX*� +�l6f�W*�9_��<�W*�ڕ�5&�+�y�+��̜�T�U�d�G"4+�W�J��ʬ^%���k�F�X%z��J�U���ƄN�2+S�fc�H��F%{?�Pi�;P�bgB�R�U�d�1�M��JS�٘�Tfu)�lL�R�R�ٙ��Tf)�lL�Q*�r�l6&�(�Y-J6J�ƼC�hv&d(�YJ6�ʬ%�� JeV��Ƅ��0_�'�<���Tf�'�lL�N*���l6&D'�Y�I6��Ƽ��hv&�&�Y�I6Z�ʬ�$�� �IeVg��Ƅʤ1��$�� �IeVa��Ƅ��2+/�fcB\r;�hے�6+-�x�T��~���<?�_��P�|}�CZ�i���t���~���~��� ����4/�Տ�����{q�~�H�闿�p�~��i:ȝ +��\�� w*ܧwr��ܩp���/nԣ|R�J���L�N�C�N�Ku�;n�;���A�T8W���^=�5_�w�u�jc��z���:�� +w�\�� wj>]�ܺ]�jg��z���:�� +�\� wj�a����Ƅ3�J��س{Pᒽ���N���{]��ژp�ީu�n��I{%�7�Y>����s��vP�;�.���T�m��:n�SἽ����,T�p��:q�S�Ƚ����N�;�N�Cw�;N�+��u��A�k�N�sw�;�;�.�A�T�y��:z�S�콒��,T�|��:}�S�������N���N�x�;N�+�����A�+�N�3x�;�;�.�A�T����:��S����{�,T����:��S�(���*�N���N��x�;N���m|�O*\�wr�ǃܩp ��u!r�|'ב<ȝ +g�|��g��¥|'ש<ȝ +��\�� w*��wr̃ܩp2_���|�*\�wr�̓ܩp8��u9r���|'��<ȝ +��|��g���}'� =ȝ +G��\W� wj������ƄS�J�o�{Pᚾ���N����|Q�D����:��Sᬾ���,�|Y߹�i=�� ���Z���v*��wrܩ�ľr��>�� W��Zg��v*�wr]ڃܩ�־s�c{P��+�����A���N��{�;��;���A�T����:��S�������,T����:��S������N��N�#|�;��+�����A�K�N�S|�;��;���A�T����:��S�$��_��G���U~'�Y>ȝ +���\�� w*��wr�ܩp�_��}~�*\�wr��ܩp���u�r�~'ס>ȝ +���|��g��µ~'>ȝ +��\� w*��ǫ��h^h]�_��������F��n��pw�����Sw�G����w���/�~�_J�v���~1p��q���v�^_@|������1������S�K:��5��N�� ������;�:���F#��N�F�N�F������S����j4@�Th4�E�� +�F'W�r�B����h�ܩ�htr5 w*4�|7Y>����ܫ���1����j4��Th4:� �;57�[�FV;�N�F�N�F������Ss�ѹW�jcB�Q�w��݃ +�F'W�r��F�s�F�ƄF�S����S�Ѩ����A͍F�^��� �F�V�n�B����h�ܩ�hT��hd��B����h�ܩ�htr5 w*4�\�ȝ +�F%ߍF�*4�\�ȝ +�F'W�r�B����h�ܩ�hT��hd��B����h�ܩ�htr5 w*4�\�ȝ +�F%ߍF�*4�\�ȝ +�F'W�r�B����h�ܩ�hT��hd��B����h�ܩ�htr5 w*4�\�ȝ +�F#�h4�|R����j4@�Th4:� �;�N�F�N�F���F#��N�F�N�F������S����j4@�Th4*�n4�|P����j4@�Th4:� �;�N�F�N�F���F#��N�F�N�F������Ss�ѹW�jcB�Q�w��݃ +�F'W�r��F�S� $B�щ�h�ک�hT��hd���F�s�F�ƄF�S����S����j4@���hTn5Y�Lh4:� p;�N�F�N͍F�^��� �F�ލFv*4�\�ȝ +�F'W�r�B����h�ܩ�hT��hd��B����h�ܩ�htr5 w*4�\�ȝ +�F%ߍF�*4�\�ȝ +�F'W�r�B����h�ܩ�h4�F#�'�N�F�N�F������S����j4@�Th4*�n4�|P����j4@�Th4:� �;�N�F�N�F���F#��N�F�N�F������S��%A�h��F���n7���xx=��_��uj4o��}�~>����i����*��s�����~��Ye����p�����~�L8>�K��_+��������<� +5��O?�/o�%���y���z�t|����"??�r�^�?����W���$�����������4ʝzC~���?��z�N�!?��o��c??�r�^���*����~��i�� ���������(w� ���������O�ܩ7������O�ܩ7���U�e��B��ɕ��ܩ��ur�h w*�h�\)ȝ +)Z%�)Z�*�h�\)ȝ +)Z'W�r�B��ɕ��ܩ��5�-�'R�N� �N���+E�S!E��J�@�TH�*�NѲ|Ps�ֹW�jcB�֩���۩��ur�h wjN�*�R��v&�h�Z)�� +)Z'W�r���s� �Ƅ�R�-�R�N� �N�)Z�^)�� )Z�V�n�B�V�w��僚S�νR4PR�N� �N���+E�S!E��;E��A���+E�S!E��J�@�TH�:�R4�;R�J�S�,TH�:�R4�;R�N� �N���+E�S!E��;E��A���+E�S!E��J�@�TH�:�R4�;R�J�S�,TH�:�R4�;R�N� �N���+E�S!E��;E��A���+E�S!E��J�@�TH�:�R4�;R�F~��E��B��ɕ��ܩ��ur�h w*�h�\)ȝ +)Z%�)Z�*�h�\)ȝ +)Z'W�r�B��ɕ��ܩ��U�e��B��ɕ��ܩ��ur�h w*�h�\)ȝ +)Z%�)Z�*�h�\)ȝ +)Z'W�r���s� �Ƅ�R�-�R�N� �N�)Z�>�h �H��+E�S!E��;E��A�)Z�^)�� )Z�V�n�B��ɕ��ܩ9E��JѲڙ��uj�h�v*�h�\)ȝ�S�νR4PR�J�S��TH�:�R4�;R�N� �N���+E�S!E��;E��A���+E�S!E��J�@�TH�:�R4�;R�J�S�,TH�:�R4�;R�N� �N���+E�S!Ek�)Z�O*�h�\)ȝ +)Z'W�r�B��ɕ��ܩ��U�e��B��ɕ��ܩ��ur�h w*�h�\)ȝ +)Z%�)Z�*�h�\)ȝ +)Z'W�r�B�[�.E�Z)���-����OM�~���v��||����������!w���7���/^�x��o����{�ߛ�u�Z�����endstream +endobj +1570 0 obj << +/Type /Page +/Contents 1571 0 R +/Resources 1569 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 1271 0 R +/Annots [ 1573 0 R 1574 0 R 1575 0 R 1576 0 R 1577 0 R 1578 0 R 1579 0 R 1580 0 R 1581 0 R 1582 0 R 1583 0 R 1584 0 R 1585 0 R 1586 0 R 1587 0 R 1588 0 R 1589 0 R 1590 0 R 1591 0 R 1592 0 R 1593 0 R 1594 0 R 1595 0 R 1596 0 R 1597 0 R 1598 0 R 1599 0 R 1600 0 R 1601 0 R 1602 0 R 1603 0 R 1604 0 R 1605 0 R 1606 0 R 1607 0 R 1608 0 R 1609 0 R 1610 0 R 1611 0 R 1612 0 R 1613 0 R 1614 0 R 1615 0 R 1616 0 R 1617 0 R 1618 0 R 1619 0 R 1620 0 R 1621 0 R 1622 0 R 1623 0 R 1624 0 R 1625 0 R 1626 0 R 1627 0 R 1628 0 R 1629 0 R 1630 0 R 1631 0 R 1632 0 R 1633 0 R 1634 0 R 1635 0 R 1636 0 R 1637 0 R 1638 0 R 1639 0 R 1640 0 R 1641 0 R 1642 0 R 1643 0 R 1644 0 R 1645 0 R 1646 0 R 1647 0 R 1648 0 R 1649 0 R 1650 0 R 1651 0 R 1652 0 R 1653 0 R 1654 0 R 1655 0 R 1656 0 R 1657 0 R 1658 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R ] +>> endobj +1573 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 705.1906 238.1759 716.0945] +/Subtype /Link +/A << /S /GoTo /D (create-product) >> +>> endobj +1574 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 705.1906 538.9788 716.0945] +/Subtype /Link +/A << /S /GoTo /D (create-product) >> +>> endobj +1575 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 692.2392 212.1537 703.1431] +/Subtype /Link +/A << /S /GoTo /D (edit-products) >> +>> endobj +1576 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 692.2392 538.9788 703.1431] +/Subtype /Link +/A << /S /GoTo /D (edit-products) >> +>> endobj +1577 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 679.2877 400.7249 690.1917] +/Subtype /Link +/A << /S /GoTo /D (comps-vers-miles-products) >> +>> endobj +1578 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 679.2877 538.9788 690.1917] +/Subtype /Link +/A << /S /GoTo /D (comps-vers-miles-products) >> +>> endobj +1579 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 666.3363 298.2202 677.2402] +/Subtype /Link +/A << /S /GoTo /D (product-group-controls) >> +>> endobj +1580 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 666.3363 538.9788 677.2402] +/Subtype /Link +/A << /S /GoTo /D (product-group-controls) >> +>> endobj +1581 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 653.3849 342.8827 664.2888] +/Subtype /Link +/A << /S /GoTo /D (group-control-examples) >> +>> endobj +1582 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 653.3849 538.9788 664.2888] +/Subtype /Link +/A << /S /GoTo /D (group-control-examples) >> +>> endobj +1583 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 640.4334 164.4429 651.3374] +/Subtype /Link +/A << /S /GoTo /D (components) >> +>> endobj +1584 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 640.4334 538.9788 651.3374] +/Subtype /Link +/A << /S /GoTo /D (components) >> +>> endobj +1585 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 629.5393 148.3831 638.3859] +/Subtype /Link +/A << /S /GoTo /D (versions) >> +>> endobj +1586 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 629.5393 538.9788 638.3859] +/Subtype /Link +/A << /S /GoTo /D (versions) >> +>> endobj +1587 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 616.5879 157.7975 625.4345] +/Subtype /Link +/A << /S /GoTo /D (milestones) >> +>> endobj +1588 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 616.5879 538.9788 625.4345] +/Subtype /Link +/A << /S /GoTo /D (milestones) >> +>> endobj +1589 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 601.5791 135.6609 612.4831] +/Subtype /Link +/A << /S /GoTo /D (flags-overview) >> +>> endobj +1590 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 601.5791 538.9788 612.4831] +/Subtype /Link +/A << /S /GoTo /D (flags-overview) >> +>> endobj +1591 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 588.6277 221.2794 599.5316] +/Subtype /Link +/A << /S /GoTo /D (flags-simpleexample) >> +>> endobj +1592 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 588.6277 538.9788 599.5316] +/Subtype /Link +/A << /S /GoTo /D (flags-simpleexample) >> +>> endobj +1593 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 575.6763 194.4404 586.5802] +/Subtype /Link +/A << /S /GoTo /D (flags-about) >> +>> endobj +1594 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 575.6763 538.9788 586.5802] +/Subtype /Link +/A << /S /GoTo /D (flags-about) >> +>> endobj +1595 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 564.7821 203.3969 573.6288] +/Subtype /Link +/A << /S /GoTo /D (flag-values) >> +>> endobj +1596 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 564.7821 538.9788 573.6288] +/Subtype /Link +/A << /S /GoTo /D (flag-values) >> +>> endobj +1597 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 549.7734 221.8273 560.6774] +/Subtype /Link +/A << /S /GoTo /D (flag-askto) >> +>> endobj +1598 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 549.7734 538.9788 560.6774] +/Subtype /Link +/A << /S /GoTo /D (flag-askto) >> +>> endobj +1599 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 536.822 223.7305 547.7259] +/Subtype /Link +/A << /S /GoTo /D (flag-types) >> +>> endobj +1600 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 536.822 538.9788 547.7259] +/Subtype /Link +/A << /S /GoTo /D (flag-types) >> +>> endobj +1601 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 523.8706 247.4013 534.7745] +/Subtype /Link +/A << /S /GoTo /D (flag-type-attachment) >> +>> endobj +1602 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 523.8706 538.9788 534.7745] +/Subtype /Link +/A << /S /GoTo /D (flag-type-attachment) >> +>> endobj +1603 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 510.9191 217.5239 521.8231] +/Subtype /Link +/A << /S /GoTo /D (flag-type-bug) >> +>> endobj +1604 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 510.9191 538.9788 521.8231] +/Subtype /Link +/A << /S /GoTo /D (flag-type-bug) >> +>> endobj +1605 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 497.9677 227.0973 508.8716] +/Subtype /Link +/A << /S /GoTo /D (flags-admin) >> +>> endobj +1606 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 497.9677 538.9788 508.8716] +/Subtype /Link +/A << /S /GoTo /D (flags-admin) >> +>> endobj +1607 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 485.0163 233.2945 495.9202] +/Subtype /Link +/A << /S /GoTo /D (flags-edit) >> +>> endobj +1608 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 485.0163 538.9788 495.9202] +/Subtype /Link +/A << /S /GoTo /D (flags-edit) >> +>> endobj +1609 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 472.0648 238.2658 482.9688] +/Subtype /Link +/A << /S /GoTo /D (flags-create) >> +>> endobj +1610 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 472.0648 538.9788 482.9688] +/Subtype /Link +/A << /S /GoTo /D (flags-create) >> +>> endobj +1611 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 459.1134 238.2658 470.0173] +/Subtype /Link +/A << /S /GoTo /D (flags-delete) >> +>> endobj +1612 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 459.1134 538.9788 470.0173] +/Subtype /Link +/A << /S /GoTo /D (flags-delete) >> +>> endobj +1613 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 446.162 154.5204 457.0659] +/Subtype /Link +/A << /S /GoTo /D (keywords) >> +>> endobj +1614 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 446.162 538.9788 457.0659] +/Subtype /Link +/A << /S /GoTo /D (keywords) >> +>> endobj +1615 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 435.1482 176.9058 444.1145] +/Subtype /Link +/A << /S /GoTo /D (custom-fields) >> +>> endobj +1616 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 435.1482 538.9788 444.1145] +/Subtype /Link +/A << /S /GoTo /D (custom-fields) >> +>> endobj +1617 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 420.2591 240.6665 431.163] +/Subtype /Link +/A << /S /GoTo /D (add-custom-fields) >> +>> endobj +1618 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 420.2591 538.9788 431.163] +/Subtype /Link +/A << /S /GoTo /D (add-custom-fields) >> +>> endobj +1619 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 407.3077 240.1184 418.2116] +/Subtype /Link +/A << /S /GoTo /D (edit-custom-fields) >> +>> endobj +1620 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 407.3077 538.9788 418.2116] +/Subtype /Link +/A << /S /GoTo /D (edit-custom-fields) >> +>> endobj +1621 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 394.3562 245.0896 405.2602] +/Subtype /Link +/A << /S /GoTo /D (delete-custom-fields) >> +>> endobj +1622 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 394.3562 538.9788 405.2602] +/Subtype /Link +/A << /S /GoTo /D (delete-custom-fields) >> +>> endobj +1623 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 381.4048 170.5899 392.3087] +/Subtype /Link +/A << /S /GoTo /D (edit-values) >> +>> endobj +1624 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 381.4048 538.9788 392.3087] +/Subtype /Link +/A << /S /GoTo /D (edit-values) >> +>> endobj +1625 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 368.4534 265.3636 379.3573] +/Subtype /Link +/A << /S /GoTo /D (edit-values-list) >> +>> endobj +1626 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 368.4534 538.9788 379.3573] +/Subtype /Link +/A << /S /GoTo /D (edit-values-list) >> +>> endobj +1627 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 355.5019 234.1012 366.4059] +/Subtype /Link +/A << /S /GoTo /D (edit-values-delete) >> +>> endobj +1628 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 355.5019 538.9788 366.4059] +/Subtype /Link +/A << /S /GoTo /D (edit-values-delete) >> +>> endobj +1629 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 342.5505 204.353 353.4544] +/Subtype /Link +/A << /S /GoTo /D (bug_status_workflow) >> +>> endobj +1630 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 342.5505 538.9788 353.4544] +/Subtype /Link +/A << /S /GoTo /D (bug_status_workflow) >> +>> endobj +1631 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 329.5991 145.4444 340.503] +/Subtype /Link +/A << /S /GoTo /D (voting) >> +>> endobj +1632 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 329.5991 538.9788 340.503] +/Subtype /Link +/A << /S /GoTo /D (voting) >> +>> endobj +1633 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 316.6476 142.8541 327.5516] +/Subtype /Link +/A << /S /GoTo /D (quips) >> +>> endobj +1634 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 316.6476 538.9788 327.5516] +/Subtype /Link +/A << /S /GoTo /D (quips) >> +>> endobj +1635 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 303.6962 228.9009 314.6001] +/Subtype /Link +/A << /S /GoTo /D (groups) >> +>> endobj +1636 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 303.6962 538.9788 314.6001] +/Subtype /Link +/A << /S /GoTo /D (groups) >> +>> endobj +1637 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 290.7448 216.5673 301.6487] +/Subtype /Link +/A << /S /GoTo /D (create-groups) >> +>> endobj +1638 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 290.7448 538.9788 301.6487] +/Subtype /Link +/A << /S /GoTo /D (create-groups) >> +>> endobj +1639 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 277.7933 349.9657 288.6973] +/Subtype /Link +/A << /S /GoTo /D (edit-groups) >> +>> endobj +1640 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 277.7933 538.9788 288.6973] +/Subtype /Link +/A << /S /GoTo /D (edit-groups) >> +>> endobj +1641 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 264.8419 258.0811 275.7458] +/Subtype /Link +/A << /S /GoTo /D (users-and-groups) >> +>> endobj +1642 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 264.8419 538.9788 275.7458] +/Subtype /Link +/A << /S /GoTo /D (users-and-groups) >> +>> endobj +1643 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 251.8905 303.2015 262.7944] +/Subtype /Link +/A << /S /GoTo /D (2000) >> +>> endobj +1644 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 251.8905 538.9788 262.7944] +/Subtype /Link +/A << /S /GoTo /D (2000) >> +>> endobj +1645 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 238.939 300.9695 249.843] +/Subtype /Link +/A << /S /GoTo /D (sanitycheck) >> +>> endobj +1646 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 238.939 538.9788 249.843] +/Subtype /Link +/A << /S /GoTo /D (sanitycheck) >> +>> endobj +1647 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 225.9876 230.3053 236.8915] +/Subtype /Link +/A << /S /GoTo /D (upgrading) >> +>> endobj +1648 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 225.9876 538.9788 236.8915] +/Subtype /Link +/A << /S /GoTo /D (upgrading) >> +>> endobj +1649 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 215.0935 227.6454 223.9401] +/Subtype /Link +/A << /S /GoTo /D (upgrading-version-defns) >> +>> endobj +1650 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 215.0935 538.9788 223.9401] +/Subtype /Link +/A << /S /GoTo /D (upgrading-version-defns) >> +>> endobj +1651 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 200.0847 252.8209 210.9887] +/Subtype /Link +/A << /S /GoTo /D (upgrading-notifications) >> +>> endobj +1652 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 200.0847 538.9788 210.9887] +/Subtype /Link +/A << /S /GoTo /D (upgrading-notifications) >> +>> endobj +1653 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 187.1333 295.9691 198.0373] +/Subtype /Link +/A << /S /GoTo /D (upgrading-methods) >> +>> endobj +1654 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 187.1333 538.9788 198.0373] +/Subtype /Link +/A << /S /GoTo /D (upgrading-methods) >> +>> endobj +1655 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 174.1819 270.3755 185.0858] +/Subtype /Link +/A << /S /GoTo /D (upgrade-cvs) >> +>> endobj +1656 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 174.1819 538.9788 185.0858] +/Subtype /Link +/A << /S /GoTo /D (upgrade-cvs) >> +>> endobj +1657 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 161.2305 291.1172 172.1344] +/Subtype /Link +/A << /S /GoTo /D (upgrade-tarball) >> +>> endobj +1658 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 161.2305 538.9788 172.1344] +/Subtype /Link +/A << /S /GoTo /D (upgrade-tarball) >> +>> endobj +1659 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 148.279 280.8759 159.183] +/Subtype /Link +/A << /S /GoTo /D (upgrade-patches) >> +>> endobj +1660 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 148.279 538.9788 159.183] +/Subtype /Link +/A << /S /GoTo /D (upgrade-patches) >> +>> endobj +1661 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 135.3276 256.1486 146.2315] +/Subtype /Link +/A << /S /GoTo /D (upgrading-completion) >> +>> endobj +1662 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 135.3276 538.9788 146.2315] +/Subtype /Link +/A << /S /GoTo /D (upgrading-completion) >> +>> endobj +1572 0 obj << +/D [1570 0 R /XYZ 71.731 729.2652 null] +>> endobj +1569 0 obj << +/Font << /F27 1278 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1710 0 obj << +/Length 59164 +/Filter /FlateDecode +>> +stream +xڔ�O��W����|�^v/*P(�rfl9��䱧^X^Pԝ�lRA^����~�NT��ˎY49|;`����<��=m�w�����z������|yy��������y�K���o��/������Ƀ��G��?>?ޞ�/��9|}�N����C���7�����������?��^�x�O��������?>�<��~�������������o������������������p~}{��=��xx;��;?Ǘ��|<��k�s�^�a}A�������=�oO#���pz;_K|<M�������˹�oO#�;��pz��o�xqO������R���������?���k���� _Rw���9_۷}<�����ۧs�����i�=u�>���m�=���>Ưۧ��Ծ��i�|�t�O��>�F�Sw���y:�o�xqO�������xi�|,�����=O��������}��ӈ{���t�R�#m�;��ɼ�����4ڞ���gxx>��:\O�����Gs�����H[掼}2ϗז�=������G����ⷧ����q�h�ʟB������t��]ۏ{<���������־��i�=u�.�[��Y�?'>f�����S�����^Rw��s��7|<��������r|k��ӈ{��}6���m�=���>�Oۧs:�o�x��%u�>��S������|�t���mO#�;���<�<���i�=�1~>��^ڷ}<M�����/�/[��4➺�_O����>�F�Sw�����Z�����������\_J|<M����o�ι���F�Sw���9��o�xqO���O��T��������e�t����>�&|I���O�xl3�F�Sw���yzn���4➺�_�S��ߞF�S�O���}��ӄ/�;��p~=�o�xqO��_���˱�oO#�;��鼼�o��i�=�1~�>��}��ӄ/�;���^۷}<�����ۧ��K-~{qO���O�x=���i�=�1��}:Oo��>�&|I��O��Ǿ�mO#�;�����Ծ��i�=u����X�����ԇ����p}=�� ��_Sw��ӹ<�[��4➺�o�����ⷧ����WK����?n���ܾ��i�|�tڟE�����y�h�/�{>�F�Sw���>]����4��~:�X���D{�|:<__k��4ڞ���^_���=��������孵?F�2˧�y�?��4�K��}4/O�{>�F�Sw���i�������y�dN�KKߞF�S����y~n���4�K��}4���xi�ܑ�O���NO���;��p|;�߷��������r=��rO��������}��ӈ{��r�\.��>�F�Sw���y���>�F�S���9��o�x��%u�>�����oO#�;���<_۷}<�����ۧs|����ӈ{�c�u�t�O��>�&|I���O��}��ӈ{��rxy;��LO#�;���t}����ӈ{�c��txy}n���4�K�~:<]N��>�F�Sw���y9�o�xqO���O�ܞ&�ӈ{�c�m�t��J|<M����o���}��ӈ{��}:��\��F�Sw���yz����ӈ{�C���t8�����4�k��|x�^�-~{qO��_�k/-~{qO��_o�O��~{qO}��O��|�ӄ/�;��鼴���4➺�o����}��ӈ{��}:���m�=���>Ɵ�O�=P�� _Rw���9��#����|�t��3�zqO��_��m�=���>�OO�ӵ-��i���p}m��i�=u9�.mAGO#�;���ߗ�������y�h�m;GO������Gsj�9zqO�������ߞE�s��},�O�~{iO}��l�˱�=O=M����o�K�[�a�-sG~9<���=����ே�k�O�xqO}�_�����n�;�����(��h{��}4/m/GO#�;�����#m�����9����4�K��}4�m/GO#�;������zqO�����Z����������p|k�9z��%u>\��ib=�����/��-��i�=u=\^���zqO}��m�Υ-��i�|�t^ڂ��F�Sw���9����4➺�o���T�����ԇ�����<����4�k��}:Ƕ�����|�t�ڂ��F�Sw����ۥ~�oO#������t�4�K��|xymO�i�=u9<]ڂ��F�Sw���yy����ӈ{�c�y�t��ib=M����o�ι-��i�=u�>�S{�XO#�;���<�t�C�o(/�<_OG�ٍ���.���^oםg?������3���������������[��/����zi�/_�K�驏���m����_~���?��6���_�~�˺�q~���]�é������'�����>���5�G/g �h��k �5��ԼR�c �pO�k �}[!�2�HI�5�=5��T�\����@J��B�e�5��k d{j^)�B���5��k @{f^)�B���5�k �{jZ)�5�?'�5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5� +�k _S�H��5�=5����X!�S�H��5�=5��t��@�_R�Hi��@��̼R�c �lO�k %>�@�Ը��c h��k %=�@��ԼR�c �pO�k �}[!�2�HGk �%5����X!�S�Hi��@��̼R�c �lO�k �5��ԸRڷ5�-3����X!�S�H��5�=5��t��@�_R�H��5�=5����X!�S�H��5�=5��t��@�_R�H��5�=5����X!�S�H��5�=5��t��@�_R�H��5�=5����X!�S�H��5�=5��t��@�_R�H��5�=5����X!�S�H��5�=5��t��@�_R�H��5�=5����X!�S�H��5�=5��T�\�����@J|���y ���រ�@J|���y �õ����@J|���y ���រ�@J|���y �õ����@J|���y ���រ�@J|���y �õ����@J|���y �����@J��B�e�5����Kj^)�B���5���X!�sb^)�B���5���Kj\)��і��@Jz�����y �����@:{����y ���ٞ��@J|���q ��ok D[f^�h������5�k �{j^)�B���5�k �{j^�p������5�k �{j^)�B���5�k �{j^�p������5�k �{j^)�B���5�k �{j^����55����X!�S�H��5�=5����X!�S�H�k �%5����X!�S�H��5�=5����X!�S�H�k �%5����X!�S�H��5�=5����r �^���O/(���W����z8�����pa�������������ك�{ c�O��O��������Ͽ|�u�cx=����x'�k ������h�/V �/6l4<xAi�!�kj�h�����e�FCGk�lO����F���7*[ ��L�h�hm4��������h��S�FCG�6��� <72���FC�k�pO����F�� + ���=6*|n4d|I����F�� + ���=6:\ �{*l4T��h��� + ���=6:\ �{*l4t�6��T�h��ѐ�%6:\ �{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4�����h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC�ύ��/������h��Sa��õ�����FC�k�pO��� +� _Ra��õ�����FC�k�pO����F�� + ~���56:\ �{*l4t�6��T�h�pm4��P�s�!�Kj�h�����e�FCGk�lO����F���7*[ ��L�h�hm4��������h��S�FCg���-6*zn4d{I����F���7:{l4�m������h��Sa����FCƗԼ���c�h˄����F؞ + ���=6*|n4d|I����F�� + ���=6:\ �{*l4T��h��� + ���=6:\ �{*l4t�6��T�h��ѐ�%6:\ �{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4�����h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC��m4D|M����F�� + ���=6:\ �{*l4T��h��� + ���=6:\ �{*l4t�6��T�h��ѐ�%6:\ �{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4��y����FЖ =7����FC�k�pO� }�h��s"l4t�6��T�h��ѐ�%5o4t��h��2a���������FC�k�pO� ����L{&l4t�6��T�h�pm4��y����FЖ =7����FC�k�pO����F�� + ���=6*|n4d|I����F�� + ���=6:\ �{*l4T��h��� + ���=6:\ �{*l4t�6��T�hh��������h��Sa��õ�����FC�k�pO��� +� _Ra��õ�����FC�k�pO����F�� + >72���FC�k�pO����F�� + aZ��h�46�_P�h��o�h�~!��v=�F�xll4<�6����~��?�Ͽ~����������u�������"w���^�^_w�ջ�i|�iz��C���JMS�=��>��_R�i��j���4�p5M�Th�v����{*4M+|6M3��BӴ��4�S�i��j���4�p5M�Th�V�l�f|I��i��i +��BӴ��4�S�i��j���4���4��� +M�W�pO��i��i +��BӴ��4�S�iZ�i��%����)�� +M�W�pO��i��i +��BӴ�g�4�K*4M;\MS�=����)�� +M�W�pO��i��5M#��BӴ��4�S�i��j���4�p5M�Th�V�l�f|I�M��MS�-����)؞ +M�W�pO�M��V�4Ӟ MӎV�lO��i��i +���ig��)Ж Mӊ�M�l/��4�p5M���4���4�2�i��j�����4���4�������=��@[&4M;ZMS�=����)�� +M� +�Mӌ/��4�p5M�Th�v����{*4M;\MS�=��>��_R�i��j���4�p5M�Th�v����{*4M+|6M3��BӴ��4�S�i��j���4�p5M�Th�V�l�f|I��i��i +��BӴ��4�S�i��j���4���4��� +M�W�pO��i��i +��BӴ��4�S�i��wMӈ���4�p5M�Th�v����{*4M;\MS�=��>��_R�i��j���4�p5M�Th�v����{*4M+|6M3��BӴ��4�S�i��j���4�p5M�Th�V�l�f|I��i��i +��BӴ��4�SsӴ�G�h˄�iEϦi��Th�v����{jl�v��i +��Dh�v���@{*4M+|6M3���ig��)Ж MӎV�lO��i��i +���ie�i�iτ�iG�i +��BӴ��4�SsӴ�G�h˄�iEϦi��Th�v����{*4M;\MS�=����)�� +M� +�Mӌ/��4�p5M�Th�v����{*4M;\MS�=��>��_R�i��j���4�p5M�Th�v����{*4M��i�5����)�� +M�W�pO��i��i +��BӴ�g�4�K*4M;\MS�=����)�� +M�W�pO��i�ϦiƗTh�v����{*4M;\MS�=����5M�����JM��������y���ߞ���hz�������o����w���w9����z}{�ޟ��_��������no��c���~|t�����K��~ +Ǘ���i��v组p����h�����I�;���p�s��vg�=5���ѷ���;W��9�K*�����pO�;\�;�p�s��vg�=nw��y�sƗT�ݹ�u�3�� +�;w�:��{*t�;\�{�=:�>;�_R�s�����й�pu��T��w�:��{*t�+|v�3��B��չ�S�s�����й�pu��T��W���g|I��}��s��B��չ�S�s�����й��ٹ��� +��W�pO��}��s��B��չ�S�s_�s��%:���=�� +��W�pO��}��s��B��g�>�K*t�;\�{�=:���=�� +��W�pO��}��u�#��B��չ�S�s�����й�pu��T��W���g|I͝���{�-:���=؞ +��W�pO͝��V�>Ӟ ���V�lO��}��s����}g��=Ж ������l/�й�pu���ܹ��ѹ�2�s���܃��й��ٹ����;��=:�@[&t�;Z�{�=:���=�� +�� +����/�й�pu��T��w�:��{*t�;\�{�=:�>;�_R�s�����й�pu��T��w�:��{*t�+|v�3��B��չ�S�s�����й�pu��T��W���g|I��}��s��B��չ�S�s�����й��ٹ��� +��W�pO��}��s��B��չ�S�s��w�����й�pu��T��w�:��{*t�;\�{�=:�>;�_R�s�����й�pu��T��w�:��{*t�+|v�3��B��չ�S�s�����й�pu��T��W���g|I��}��s��B��չ�Ss羳G�h˄�}E��}��T��w�:��{j��w��s��D��w�:�@{*t�+|v�3����}g��=Ж ���V�lO��}��s����}e�s�iτ�}G�s��B��չ�Ss羳G�h˄�}E��}��T��w�:��{*t�;\�{�=:���=�� +�� +����/�й�pu��T��w�:��{*t�;\�{�=:�>;�_R�s�����й�pu��T��w�:��{*t���s�5:���=�� +��W�pO��}��s��B��g�>�K*t�;\�{�=:���=�� +��W�pO��}���}ƗT��w�:��{*t�;\�{�=:����u������J�����������3�Թ�~|��������������K�驏�����?�������/��~��[��.z}�^��/;o���v8�|�� �:=����t=��߿*��෧�������D�X��i��tx{~����i�=u�>��}��ӈ{��}:O��m�=���>�/����ܾ��i��t�^_�-~{qO��/���}��ӈ{�~=\/��m�=���>�_�O��}��ӄ/�;���|[&���ӈ{��}:�������ӈ{��}:�o��~{qO}�_�O���}��ӄ/�;����ڷ}<�����ۧ�tl���4➺�_��?m�쏇��������|}n���4�K�~:�����|<��������?F�2w��y9����i�=�q��i�h�/��Ӏ��;��Ѽ���쏇���y�d�/�-}{mO����8����ӈ{�δ�mz��5�iτ9��֜؞ +s^�9/�=5�yu�m��ω0�U�s�+�K*�yu����T���p�y�0�����SaΫ��WƗT���p�y�0�����SaΫ�5���W��9��/�0�����SaΫ�5���W�k�pO�9� +�s^_RaΫ�5���W�k�pO�9�ל�� +s^>�2��W�k�pO�9�ל�� +s^�9/�=�*|�ye|I�9�ל�� +s^�9/�=�:\s^�{*�yU������ +s^�9/�=�:\s^�{*�yu����T���9��%�:\s^�{*�yu����T���p�y�0���ws^_SaΫ�5���W�k�pO�9�ל�� +s^>�2���9��s^@[&�yu����T���p�y�yΫ�5�iτ9��֜؞ +s^�9/�=5�yu����2aΫ��W��T���p�y�yΫ�ǜЖ s^�9/�=�*|�ye|I�s^�=漀�L���h�y���0�����SaΫ��WƗT���p�y�0�����SaΫ�5���W��9��/�0�����SaΫ�5���W�k�pO�9� +�s^_RaΫ�5���W�k�pO�9�ל�� +s^>�2��W�k�pO�9�ל�� +s^�9/�=�*|�ye|I�9�ל�� +s^�9/�=�:\s^�{*�y5�ݜW��T���p�y�0�����SaΫ�5���W��9��/�0�����SaΫ�5���W�k�pO�9� +�s^_RaΫ�5���W�k�pO�9�ל�� +s^>�2��W�k�pO�9�ל����:{�ym�0�U�s�+�K*�yu�����8��ѷ9/�?'Wk�hO�9� +�s^_R�Wg�9/�-�:Zs^`{*�yu�����<�Uٚ�ʴgWGk�lO�9�ל����:{�ym�0�U�s�+�K*�yu����T���p�y�0�����SaΫ��WƗT���p�y�0�����SaΫ�5���W��9��/�0�����SaΫ�5���W�k�pO�9������ +s^�9/�=�:\s^�{*�yu����T���9��%�:\s^�{*�yu����T���p�y�0�U�s�+�K*�yu����T���p�y�0�W��9/xAc����9����x>^�����i��x|����v��� ��|ܙ=��1�u�Mz��_��o{}����_��������������O������w�a�u����Dſ�ى��[��/(u���T�Du�:Q�{*t�*|v�2��B'��Չ�S����D�Љ�pu���T�DU��De|I�NT����B'��Չ�S����D�Љ��ى��� +��W' +pO�NT����B'��Չ�S���w�����Љ�pu���T�Du�:Q�{*t�:\�(�=:Q>;Q_Rs'��G' +h˄NTG���B'��Չ�Ss'��ՉʴgB'��Չ�S����D�٣�eB'��g'*�K*t�:\�(�=5w�:{t���L�Du�:Q`{*t�*|v�2���NTg�NЖ ���V' +lO�NT����B'��g'*�K*t�:\�(�=:Q�N�� +��W' +pO�NT��NTƗT�Du�:Q�{*t�:\�(�=:Q�N�� +�� +����/�Љ�pu���T�Du�:Q�{*t�:\�(�=:Q>;Q_R����D�Љ�pu���T�Du�:Q�{*t�*|v�2��B'��Չ�S����D�Љ�pu���T�D5�]'*�k*t�:\�(�=:Q�N�� +��W' +pO�NT��NTƗT�Du�:Q�{*t�:\�(�=:Q�N�� +�� +����/�Љ�pu���T�Du�:Q�{*t�:\�(�=:Q>;Q_R����D�Љ�pu����܉��щ�2�Uѳ��%:Q�N��;Q}�D�9:Q�NО +�� +����/���٣�eB'��Չ�S����DU��De�3����D���Љ�pu����܉��щ�2�Uѳ��%:Q�N�� +��W' +pO�NT����B'��g'*�K*t�:\�(�=:Q�N�� +��W' +pO�NT��NTƗT�Du�:Q�{*t�:\�(�=:Q�N�� +����DE|M�NT����B'��Չ�S����D�Љ��ى��� +��W' +pO�NT����B'��Չ�S�U���%:Q�N�� +��W' +pO�NT,�t�(xA�u��.��������N����V�D}<vQ'�9t�����闟���������O�m���~���?_~���ۯ����_~]���������l�<o?j<��Nb�E������$��Nb��$fg���@[&�Ĭ�y3�K*���p���S�I��'1��L8���:� ���I� +�'13��擘�=Nbm�p��ulO�������{*�Ĭ�y3�K*���p���S�$f��$&�� +'1;\'1�T8�Y��$fƗT8���:� ���I��IL�=Nbv�Nb�p���Ǐ/�p��upO�������{*���p���S�$f�ϓ�_R�$f��$&�� +'1;\'1�T8���:� ���I� +�'13���I��IL�=Nbv�Nb�p��upO��� ~w3�k*���p���S�$f��$&�� +'1;\'1�T8�Y��$fƗT8���:� ���I��IL�=Nbv�Nb�p���Ǐ/�p��upO�������{*���p���S�$f�ϓ�_R�$f��$&�� +'1;\'1��|���IL�-NbV�<���%Nbv�Nb��$fG�Nb�9Nbv�Nb��p���Ǐ/��$fg���@[&���h���S�$f��$&���ObV�Nbf�3�$fG�$&؞ +'1;\'1��|���IL�-NbV�<���%Nbv�Nb�p��upO�������{*�Ĭ�y3�K*���p���S�$f��$&�� +'1;\'1�T8�Y��$fƗT8���:� ���I��IL�=Nbv�Nb�p���NbF|M�������{*���p���S�$f��$&�� +'1+|����� +'1;\'1�T8���:� ���I��IL�=NbV�<���%Nbv�Nb�p��upO����`{^�8�y���I�������ۿsO��gps<6Nb�n'1�ӗ����O�����Gs�_~]NT>?m��}�'*��ۿ�w���_��B|��O/x�>�����K?x9���h{�~�~F��s��=����������ߞE�s�c��x8�>�o�x��%u�>�˱}��ӈ{��}./�?����ӈ{��}6���m�=���>�Oۧs:�o�x��%u�>��S������|�t���mO#�;���<��,��oO#������Ҿ��i��tx�^ڷ}<���������k�������zx���o��i�=�1��}:/�?����4�K��}:��mO#�;����ڷ}<�����ۧsz����ӈ{��}:ۧ�|l���4�K�>.�p]c���5F�k���T�ƨ�u��� +�U���(�K*\c���pO�k�:\��p�Q��#�=�1��y�QƗT�ƨ�u��� +�u��1�S���5F�{*\cT����/�p�Q��#�=�1�p]c���5F�k���T�ƨ��1��� +�u��1�S���5F�{*\c���pO�k�*|^c��%5_c���#�-�1�h]c���5F�k����|�Qe��L{&\c��*σ��P��p����\���Q��2�<_ѳ<��%����<�����=��@[&��;Z�y�=��>��_Rsy��Gyh˄�|G�<��By��U��S�<_�<��%����<�� +��WypO��|��<��By��gy>�K*��;\�y�=����<�� +��WypO��|���|ƗT(�w���{*��;\�y�=����<�� +�� +����/�P��p���T(�w���{*��;\�y�=��>��_R�<��*��P��p���T(�w���{*����<�5����<�� +��WypO��|��<��By��gy>�K*��;\�y�=����<�� +��WypO��|���|ƗT(�w���{*��;\�y�=����<�� +�� +����/�P��p���T(�w���{j.�w�(�m�P���Y���� +��WypO�����������VyhO��|���|Ɨ�\���Q��2�<��*σ��P��p����\��l��3�P��h����T(�w���{j.�w�(�m�P���Y���� +��WypO��|��<��By��U��S�<_�<��%����<�� +��WypO��|��<��By��gy>�K*��;\�y�=����<�� +��WypO��|�ߕ�#��By��U��S�<��*��P��p���T(�W�,�g|I��|��<��By��U��S�<��*��P���Y���� +��WypO��|��<��By>����<��Q��A�<^ѷ���cy~���r~�-����t��9x���cz�:?�����O���_?���/����}��_�������}������t�y'�/�������旫�>����~Ns8���_ϊ�� _Rw���z}9���i�=u�N��c�ߞF�Sw���z��o��i�=�1��}:/���>�&|I���O�|m���4➺�o�����ⷧ��|�t�����4���n���S���� _Rw���9>�o�xqO���O��ؾ��i�=u�^��֔���H[�c��}~�}���d/�;����zj���4➺�_ϗ��xi�ܑ�O��\�緧����}����9��:\O�����G�����?F�2w��y�����i�=u�>��Ǟ�=����L�|L#u��[�3��RI��%�=5�-���["�S��RI�-�91�-u�斀^R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-U��[�����J|�-�yn����រ�J|�-�yn��5����J�6�D�e湥�sKd{j�[*�1�D��ƹ��sK@{f�[*�1�D��湥sK�{j�[*���і��:ZsK`/�yn������J�6�D�e湥�sKd{j�[�p�-��ƹ�Ҿ�-m�yn����ٞ��J|�-�yn��5�����J|�-�yn����រ�J|�-�yn��5�����J|�-�yn����រ�J|�-�yn��5�����J|�-�yn����រ�J|�-�yn��5�����J|�-�yn����រ�J|�-�yn��5�����J|�-�yn����រ�J|�-�yn����R���<�T�cn�pO�sK%>���<�T�cn�pO�sK��%���<�T�cn�pO�sK%>���<�T�cn�pO�sK��%���<�T�cn�pO�sK%>���<�T�cn�pO�sK��%���<�T�cn�pO�sK%>���8�Tڷ�%�-3�-u���^R��R���%�=5�-��������R ��%�=5�-u���_R��Ri�斈��<�T�cn�lO�sK%>���8���cn h��sK%=����<�T�cn�pO�sK�}�["�2��RGkn �%5�-���["�S��R���%�=5�-���["�S��R�kn �%5�-���["�S��R���%�=5�-���["�S��R�kn �%5�-���["�S��R���%�=5�-���["�S��R�Ϲ����yn����រ�J|�-�yn����រ�:\sK�/�yn����រ�J|�-�yn����រ�:\sK�/�yn����រ�J|�-�yn)m�sK�n�}zA����RzE<�������4�t<�m��};��zٞ��wf�s��N\:�&���~�����O������_~���������������?��?��~��?�ǟ�/OO�������O���Ï_~}���/��|!'���G���q���]D�f��o9|����o��T�f���7�_R���7�{*|����fpO�o�;\߬���z��o�3���7��o��T�f����:�� +߬w��Y�S����f=�k*|����fpO�o�;\߬���z��u�=�Y����zƗT�f����:�� +߬w��Y�S���7�{*|�^����/���z��u�=�Y�p}����7��o��T�f���7�_R���7�{*|����fpO�߬w��fh˄o�+z~���%�Y�p}����o�;���:�����7�@{*|�^����/�����߬m���zG�u�=�Y�p}����o�+[߬g�3����7�`{*|����fpO�߬w��fh˄o�+z~���%�Y�p}����7��o��T�f����:�� +߬W��f=�K*|����fpO�o�;\߬���z��u�=�Y����zƗT�f����:�� +߬w��Y�S���7�{*|���w߬G|M�o�;\߬���z��u�=�Y�p}����7�>�Y��� +߬w��Y�S���7�{*|����fpO�o�+|~���%�Y�p}����7��o��T�f=|��~�/h|�~���7����]N������>�W?�kr���|9\O�U��t �ۿm�w�.:_o�o_����>����������a��=�7��4�K�~:�=���z�ߞF�Sw�ퟕ���oO#�;��X��u]�� +�UU���*�K*\W�Ắ +pO��:\�U�p]U��*�=����y]UƗT����u]�� +�Uu����SẪ�uU�{*\WU�/�p]U��*�=���p]W����:{\W�e�uU=����� +�Uu����S�uU�=���2Ẫ��uU`{*\W��w�UE|M��Uu��� +h˄�:Z�U���p]U��*�=5_WUٺ�*Ӟ �Uu����SẪ�uU�{j����o�U�9����y]U��T����u]�� +�Uu����SẪ�uU�{*\WU�/�p]U��*�=���p]W���uU����T�����uU_RẪ�uU�{*\W�Ắ +pO��:\�U�p]U���2���uU����T����u]�� +�Uu����SẪ +��Ue|I��:\�U�p]U��*�=���p]W���uU>����� +�Uu����SẪ�uU�{*\W�Ắ +pO��*|^W��%���p]W���uU����T����u]�� +�UU���*�K*\W�Ắ +pO��:\�U�p]U��*�=��j��"���uU����T����u]�� +�Uu����SẪ +��Ue|I��Uu��� +h˄�:Z�U���p]U��*�=5_WUٺ�*Ӟ �Uu����SẪ�uU�{j�����uU@[&\WU��l/�p]U��*�=5_W���*�-���h]W���uU>����������q]Ж �Uu����SẪ�uU�{*\WU�/�p]U��*�=���p]W���uU����T�����uU_RẪ�uU�{*\W�Ắ +pO��:\�U�p]U���2���uU����T����5���¨V�kTpO�Q� +��Z_RaT��5���¨V�kTpO�Q�ר�� +�Z>G�2��¨V�kTpO�Q�ר�� +�Z�Q-�=F��nT+�k*�ju�F���T��p�j�0�����SaT���VƗT��p�j�0�����SaT��5���¨V��Q��/�0�����SaT��5���¨V�kTpO�Q� +��Z_RaT��5���¨V�kTpOͣZ�=F���Lժ�9���%F�:\�Z�{j���ۨ��aT��5���¨V��Q��/�yT��ǨЖ �Z�Q-�=F�:\�Z�{jժl�je�3aT��5���¨V�kTpOͣZ�=F���Lժ�9���%F�:\�Z�{*�ju�F���T��p�j�0�U�sT+�K*�ju�F���T��p�j�0�����SaT���VƗT��p�j�0�����SaT��5���¨V�ߍjE|M�Q�ר�� +�Z�Q-�=F�:\�Z�{*�jU����� +�Z�Q-�=F�:\�Z�{*�ju�F���Tժ�9���%F�:\�Z�{*�ju�F���T� +�P����1�u��.��Q������^n_��uU�1�5����_���������/������o�~��vO�?��_������ݏ?|��Ͽ������O�yK������]O�������S��sx/C�\S5�ƿ�y���ou��ꃗ�f�3��jG��*؞ +P;\P��|����T�-�V�<���%�v�����jg��@[&@�h@�S��j���_R���P��L8���:� +�����T�=�V�<���%�v���p���u�pO�����{*@��y�5�K*@�p@�S��j���*�� +P;\P�T8�Z���jƗT8���:� +�����T�=�v���p����Ԍ/�p���u�pO�����{*@�p@�S��j���_R��j���*�� +P;\P�T8���:� +�����;��5�v���p���u�pO�����{*@��y�5�K*@�p@�S��j���*�� +P;\P�T8�Z���jƗT8���:� +�����T�=�v���p����Ԍ/�p���u�pO�����{j>�����*Ж P+z@��� +P;\P��x���oP��P;XP��T8�Z���jƗ�|����T�-�v�����p���u�pO�P+[P3�p���u�lO�����{j>�����*Ж P+z@��� +P;\P�T8���:� +�����T�=�V�<���%�v���p���u�pO�����{*@��y�5�K*@�p@�S��j���*�� +P;\P�T8���wP#�����T�=�v���p���u�pO��>�f|I�����{*@�p@�S��j���*�� +P+|@��� +P;\P�T8���:� +����x�;� +/h@�A��jxEۯ.ۯI�dm�l��Ϗ�z=^�MО����f����=4�yU/�c���W)ݿ��t8?��v�4����t����z�^ʷ_�W���_���E���o�W�@�=L�e�����J�m�Y��t������ {&\d[ɺ�6˖ ��V�.�Ͳe����l�l�pm#��k��pym%���,[&�\[ɺ�6˖ ��V�n�Ͳe��<����g ����j�l�p[m%��,[&\U[ɺ�6˖ ��6�6ʞ ��V��Ͳe� ���j�l��z� +��f�s"�M۸�j�{&\L[ɺ�6˖�o���q)mv?'���i3l�pm!�]G��%3_F[��.��~N��h+W�f�2��J�-�Y��|m� +��Z"\@[��6Ö ��V�.�Ͳeƫg+�v�lV?�����:����g¥���;g�l�p�l%���,[&\7[ɺm6˖ w�6�j6ʞ �V��Ͳe�-���Kf�l�p�l%��,[&�/���z�({&\.[ɺ[6˖ 7�V�.�Ͳeµ���[e�l�p�l#�+e��p�l%�>�,[&�&[ɺL6˖ W�V�n�Ͳe�=��<����g�%���;d�l�p�l%��,[&\[ɺ=6˖ w�6�:6ʞ �V��Ͳe���Kc�l�pel%���,[&�����({&\[ɺ+6˖ 7�V�.�Ͳe�5���[b�l�pGl#�+b��pAl%�~�,[&�[ɺ6˖ W�V�n�Ͳe½��|w-l��L���u'l�-n��d]�e˄�`+Y��f�2�.�F�W�F�3�E�<����D��ru l�-���d pe�2��Vk}+���[���[&oU�v��l�yu����Vv?'��V��ŭ{&�mU�液l�yl����Vv?'��V�jh+Ö 3[�<W���yc����Vv?'��V�j_+Ö �Z��q�,[&Lk5�\֊�g®V%kV+˖ �Z��M�,[&,jU���l�0���sM+ʞ [Z��)�,[&iU�v��l���U��ʲeV#��({&�gU�泲l�0�U���ʲe�rV%k8+˖ �Y�<W��왰�Uɚ�ʲe�`V%k/+˖ kY����,[&Le5�\ʊ�g�NV%k&+˖ #Y����,[&,dU���l�0�U�w�XI^2a��5��e˄a�J�.V�-V�*Y�XY�L��j么eτ=�J�V�-ư*Y[XY�LXªd ae�2a��� +V�=6�*YXY�L��d�_e�2a���5~�e˄�F��WQ�Lؽ�d�^e�2a����y�e�̋W<���9�w�]E�3a몒5u�eˌCW�{۹��<X��T�\e�2a⪑��U�=3�[U����D��\m[e�2a٪�5l�e�̳V �U��Z"lZU�&�2l�0hU�ڳʲe�5� +cV���SV�;��"왰cUɚ�ʲeU%k�*˖ V���,[&�W5�\���g�vU%k�*˖ �U��ݪ,[&�VU�F��l�0Y��s�*ʞ {U����,[&�UU����l��TU��ʲe�LU!߭T%yɄ��J�DU�-�*Y�TY�LX��d�Se�2a����2U�=v�*Y�TY�L��dmRe�2a���5H�e˄9�F�kTQ�Lآ�dMQe�2a����C�e˄�4�ԍP�W36��^��e�j��|������� T��@�~غ���.���p}�~��pk<��>V���������~���?���l����{�w�����W�����X_䜬��a���J�5�{*��t�vk��TX���9]��%�k:\�5�{*��t�l��T���pm��bS�s�&�K*�t��l��Tز�p����yΦ�Ǟ Ж �6='m���¨M�k�pOͻ6�=�m��L���hmۀ���n��w�6_S��Mg���-6n:Z#7`{*��t�vn��ԼtSٚ�ɴg��MGk�lO����� ��'o:��y��DX���9{��%�o:\�7�{*l�t��o��T���p����S�s'�K*��t�Vp��T���p ���0������Sa ���NƗT��p-�������Sa�õ����2N��i��/�0���Z��Sa��5����DN�k#pO��� +�39_Ra(�õ����VN�k,pO����^�� +�9>'s2���hN�k5pO�ݜ�p�� +�9���=�s*|��d|I��ׂ�� +:��=ft:\;:�{*,�T������ +c:�5�=�t:\�:�{*L�t�6u��TX�i�Y����0���Z��Sa[��5���¼N�k_pO��� +�;_R��Ng���-vv:ZC;`{*L�t��v��Լ�Sٚ�ɴg��NGkqlO�͝�����gw:{���m���S�sz'�K*��t��w��Լ���c�h˄ ���؞ ++<>gx2���!��K<@[&l�t��x��T���p����S�s�'�K*��t�Vy��T���p ���0������Sa����<OƗT��p-�������Sa��õ����RO�ϩ��/�0���Z��Sa���5����dO�k�pO�՞ +��=_Ra��õ����vO�k�pO����~�� +>>'|2��O�k�pO��א�� +S>�-�=�|�n�'�k*�t�}��T���p����0������Sa٧��OƗT��p��������Sa�õ�����O�ϙ��/�0���Z��Sa��5�����O�k�pO�ş +��?_Ra��õ�����O�k�pO��?�=���LX���9���%�:\@�{j�������a������P��)��/�y���Ж {@�A �=&�:\�@�{j^�l�e�3a������6P�kpO��@�=����LX��9��%F�:\+A�{*�u�����T� +�pmT�s.(�K*u����T��p��0��� �Sa9���tPƗT�p����SaB�õ!��P���E|M�!�ג�� +[B�1!�=�:\{B�{*, +U����� +�B�U!�=v�:\�B�{*Lu�����TX��9/��%�:\C�{*lu�F���T� +S9����14t����PxE�SC�~;����.��gVG�O}L =ߦ���/�}�����}��?�����Ï?��������~����}����>|o�oO{3D�uǗ?j���>Ժ��T���� +��W�pO�Zw��� ��B���U��S��]�֝�%j��Z7�� +��W�pO�Zw��� ��B���g�;�K*Ժ;\�n�=j��Z7�� +��W�pO�Zw��ZwƗT�uw�j݀{*Ժ;\�n�=j��Z7�� +�� +���/�P��pպ�T�uw�j݀{*Ժ;\�n�=j�>k�_R����u�P��pպ�T�uw�j݀{*Ժ+|ֺ3��B���U��S����u�P��pպ�T�uW��ug|I�Zw��� ��B���U��S����u�P�n�Zw��T�uw�j݀{*Ժ;\�n�=j��Z7�� +�� +���/����٣� �eB���U��S����u�]٪ug�3���Ѫu���P��pպ��\���Q��2��]ѳ֝�%j��Z7���kݝ=j�@[&Ժ;Z�n�=j�>k�_Rs���G�h˄ZwG�� ��B���U��S��]�֝�%j��Z7�� +��W�pO�Zw��� ��B���g�;�K*Ժ;\�n�=j��Z7�� +��W�pO�Zw��ZwƗT�uw�j݀{*Ժ;\�n�=j��Z7�� +�� +���/�P��pպ�T�uw�j݀{*Ժ;\�n�=j�>k�_R����u�P��pպ�T�uw�j݀{*Ժ����5j��Z7�� +��W�pO�Zw��� ��B���g�;�K*Ժ;\�n�=j��Z7�� +��W�pO�Zw��ZwƗT�uw�j݀{*Ժ;\�n�=j��Z7�� +�� +���/�P��pպ�T�uw�j݀{j�uw��um�P��Y���� +��W�pO��պ����V�hO�Zw��ZwƗ�\���Q��2���Ѫu���P��pպ��\�lպ3�P��hպ��T�uw�j݀{j�uw��um�P��Y���� +��W�pO�Zw��� ��B���U��S��]�֝�%j��Z7�� +��W�pO�Zw��� ��B���g�;�K*Ժ;\�n�=j��Z7�� +��W�pO�Zw��պ#��B���U��S����u�P��pպ�T�uW��ug|I�Zw��� ��B���U��S����u�P��Y���� +��W�pO�Zw��� ��B�;V��Z7��Q�A��^�R�>�Z���tx�~f�k�z��}�պ��������~������n�8^/�+���=xi����ؽ6��z=���/+���ا��|�Ƿ��������O����������ⷧ���rx�����H[掼}2/��=�=���>n'<m�y��z��i���|�h��K��a�-sG�>���kKߞF�Sw���9�����i�=�1~�>��ki�&�3w����vm?��4ڞ��_�_�����xqO���Mi���8���8Gk��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G��q����y����8រ�9J|�s�y����8រ�9:\��/�q���o�D[f�(�1�A���q���{j���1��g�q���d{j�(�1�A���q�Ҿ�sm�y���5�����9J|�s�q���o�D[f�(�1�A���q��8�Kj�(��8і��9Jz�s���y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9*|�sd|M��%>�9��<�Q�c��pO��%>�9��<�����|I��%>�9��<�Q�c��pO��%>�9��<�����|I��%>�9��<�Q�c��pO��%>�9��<�����|I��%>�9��<�Q�c��pO���}� �2�8GGk��%5�s��� �S�8GI�s�91�s��� �S�8G�k��%5�s��m��h���%=�9���<�Q�c��pO���=�9���<�Q�c��lO��%>�9��8�Qڷq�-3�st��9�^R�8G��q�=5�s��� �S�8G��q�=5�st��9�_R�8G��q�=5�s��� �S�8G��q�=5�st��9�_R�8G��q�=5�s��� �S�8G��q�=5�sT�������9J|�s�y����8រ�9J|�s�y���5�����9J|�s�y����8រ�9J|�s�y���5�����9J|�s�y����8រ�9ҒD9�A/��ܧt��s�W�7�s���.'�O}�s�o������G�����R�tl?�??����_G:^.緽��9V_������x�z�XЖ c�� +�=�*�n�"�kj���1V�e�XEGk�lO����X����**[c��L��h�U���0V�����S�XEG��*���c<�*2���XE�k�pO����X�� +c�� +�=�**|�Ud|I����X�� +c�� +�=�*:\c�{*�UT����� +c�� +�=�*:\c�{*�Ut��*��T���9V��%�*:\c�{*�Ut��*��T��p�U��0VQ�s�"�K*�Ut��*��T��p�U��0V�����Sa����XEƗT��p�U��0V�����Sa���5V���XE�ϱ��/�0V�����Sa���5V���XE�k�pO��� +�c_Ra���5V���XE�k�pO����X�� +c ~7V�5�*:\c�{*�Ut��*��T��p�U��0VQ�s�"�Kj���1V�e�XEGk�lO����X����**[c��L��h�U���0V�����S�XEg�� +�-�**z�Ud{I����X����*:{�U�m�0V�����Sa����XEƗ�<V��c�h˄����X؞ +c�� +�=�**|�Ud|I����X�� +c�� +�=�*:\c�{*�UT����� +c�� +�=�*:\c�{*�Ut��*��T���9V��%�*:\c�{*�Ut��*��T��p�U��0VQ�s�"�K*�Ut��*��T��p�U��0V�����Sa����XEƗT��p�U��0V�����Sa���5V���XE�ߍUD|M����X�� +c�� +�=�*:\c�{*�UT����� +c�� +�=�*:\c�{*�Ut��*��T���9V��%�*:\c�{*�Ut��*��T��p�U��0VQ�s�"�K*�Ut��*��T��p�U��y����XЖ c=�*����XE�k�pO�c}���s"�Ut��*��T���9V��%5�Ut����2a���5V���XE�k�pO�c����L{&�Ut��*��T��p�U��y����XЖ c=�*����XE�k�pO����X�� +c�� +�=�**|�Ud|I����X�� +c�� +�=�*:\c�{*�UT����� +c�� +�=�*:\c�{*�Ut��*��T�h���0V�����Sa���5V���XE�k�pO��� +�c_Ra���5V���XE�k�pO����X�� +c>�*2���XE�k�pO����X�� +caQ���4�*�_��u�"��e���*.����X�x�c���6V��_������?�����*~]f�o�/��w��P���;T{���/���s�^����1d���y�=5�ct�����2a��5����<F���cD|M���=�1��L���h�c���0������S�<Fek#Ӟ ��y�=�1:\��{j�����<��a���<F��T���p�c��0������Sa��5����<F��y��/�0������Sa��5����<F�kpO�y� +��_Ra��5����<F�kpO�y��<�� +�>�12���<F�kpO�y��<�� +��y�=�1*|�cd|I�y��<�� +��y�=�1:\��{*�cT������ +��y�=�1:\��{*�ct��1��T�Ǩ�9���%�1:\��{*�ct��1��T���p�c��0�Q�s#�K*�ct��1��T���p�c��0������Sa����1"���<F�kpO�y��<�� +��y�=�1*|�cd|I���=�1��L���h�c���0������S�<Fek#Ӟ ��y�=�1:\��{j����1��e�<FE�y�l/�0������S�<Fg�y�-�1:Z�`{*�cT��������1:{�c�m�0��њ���Sa��5����<F��y��/�0������Sa��5����<F�kpO�y� +��_Ra��5����<F�kpO�y��<�� +�>�12���<F�kpO�y��<�� +��y�=�1*|�cd|I�y��<�� +��y�=�1:\��{*�cT������ +��y�=�1:\��{*�ct��1��T��h�y����0������Sa��5����<F�kpO�y� +��_Ra��5����<F�kpO�y��<�� +�>�12���<F�kpO�y��<�� +��y�=�1*|�cd|I�y��<�� +��y�=5�ct�����2a���<F��T���p�c��q��o��N�y��<О +�>�12���y���@[&�ct��1��T���p�c��y��5��iτy���<؞ +��y�=5�ct�����2a���<F��T���p�c��0������Sa��5����<F��y��/�0������Sa��5����<F�kpO�y� +��_Ra��5����<F�kpO�y��<�� +� ~7��5�1:\��{*�ct��1��T���p�c��0�Q�s#�K*�ct��1��T���p�c��0������Sa���<FƗT���p�c��0������Sa#�9�����<���\��1�+���x=�O��^���~85q|����v�y�E����3{0��cc �x��������w?}��?��w�|���:����ڝ���O��o��b@|�s1���ŀ/(-��y1����iτŀ��b�؞ +�����=5.t�m1��ω�P�s1 �K*,t���TX�p-���Z��Sa1���b@ƗTX�p-���Z��Sa1�õ����b@��ŀ�/����Z��Sa1�õ����b@�k1�pO�ŀ +��_Ra1�õ����b@�k1�pO�ŀ�b��� +�>2���b@�k1�pO�ŀ�b��� +�����=*|.d|I�ŀ�b��� +�����=:\��{*,T�\��� +�����=:\��{*,t���TX����%:\��{*,t���TX�p-���w�_Sa1�õ����b@�k1�pO�ŀ�b��� +�>2���ŀ��@[&,t���TX�p-��y1����iτŀ��b�؞ +�����=5/t�X��2a1���b@��TX�p-��y1���b�Ж �����=*|.d|I͋�=��LX�h-������Z��Sa1���b@ƗTX�p-���Z��Sa1�õ����b@��ŀ�/����Z��Sa1�õ����b@�k1�pO�ŀ +��_Ra1�õ����b@�k1�pO�ŀ�b��� +�>2���b@�k1�pO�ŀ�b��� +�����=*|.d|I�ŀ�b��� +�����=:\��{*,4��b@��TX�p-���Z��Sa1�õ����b@��ŀ�/����Z��Sa1�õ����b@�k1�pO�ŀ +��_Ra1�õ����b@�k1�pO�ŀ�b��� +�>2���b@�k1�pO�ŀ�b����:{,�m��P�s1 �K*,t���Ը�ѷ���?'�b@k1�hO�ŀ +��_R�b@g����-:Z�`{*,t���ԼP�Zȴg�b@Gk1�lO�ŀ�b����:{,�m��P�s1 �K*,t���TX�p-���Z��Sa1���b@ƗTX�p-���Z��Sa1�õ����b@��ŀ�/����Z��Sa1�õ����b@�k1�pO�ŀ�[��� +�����=:\��{*,t���TX����%:\��{*,t���TX�p-�P�s1 �K*,t���TX�p-�k��b����p���b@xE<������Ӛ�p>�߾�:?o?�=��ܞ͵���O����Ͽ���������������Z[?ۯ.�����|}��m��Uzų}u��C�j}1�{�e˄�U%�x�e˄�U%�u�e˄�U#��U�= +W���U�-�V���U�-�V���U�-zV�<kVQ�L(YU�:VY�LhXU� +VY�L�WU��UY�L�V5�VE�3�XU��Ue�2�UU�*Ue�2�RU�jTe�2�OU�wu�$/�P��du��l�Ф�d��l�P��d���l�Сj�Y���g�U��Tv?'B{�rU�ʰeBu��՜ʲe��T�6]K��T�3�a˄�T%�0�e��u� +m��~N��T�ΪT�=�R���T�-3��*x����9*R���T�-�Q�<�QQ��\���э���DhFU��Q�L�EU�ZQY�L�D5�DE�3�U��Ce�2� U�*Ce�2� +U�jBe�2��ȳeτT%��e˄T%���e˄�S%���e˄�S#��S�=�O���S�-ZO���S�-*O���S�-�N�<�NQ�L(;U��NY�Lh:U��NY�L�9U�ZNY�L�85�8E�3��T��7e�2��T�*7e�2��T�j6e�2��T�w��$/�Pj�du��l��h�d��l�Pg�d���l��ej�Ye��gB����cʲeB���UbʲeB����`ʲeB��g})ʞ �JVw)˖ ͥJVq)˖ ��JVk)˖ ��F���({&�*Y}�,[&��*Ye�,[f�*U�h*e�s"��w֔"�PR�du��l���T���RV?�A=�R�NʮeB7��g5)ʞ��I<zI������U))Ö ��JV#)˖��H �:Rt-�H��.R�-�H��"R�-3א*x����9:H�;+H�L( U��GY�LhU��GY�L�U��GY�L�5�E�3�tT��e�2�qT�*e�2�nT�je�2�k�ȳjeτ�Q%�g�e˄�Q%�d�e˄�Q%�a�e˄~Q!�Ջ��dB����-ʲeB���U,ʲeB����*ʲeB���g�(ʞ ��JV�(˖ m�JV�(˖ U�JV�(˖ =�F�5�({&��*Y�,[&4�*Y�,[&ԇRߥk�W3�Cw�����9su��m����x���fy��V�O_�p|��������V��Wq���"�����th��2�Wz�����.�|��ҥ��{j����o�^�9.���y�e��T����u�%�� +�^v�.��S���ץ��{*\zY���ˌ/�p�e���K�=.��p]z ��¥��K/�T����祗_R���ץ��{*\z���pO�K/;\�^�p�e��K/3��¥��K/�T����u�%�� +�^v�.��S��� +���/�л�p��T�^w��׀{*��;\�k�= +�>�_R����*a�P��p���Thbw��{*��+|��3��B��U��S�����d����pղ�T(fW�lfg|I�nv��� ��B=�����S����h�P�n�v��T�iw��ڀ{*T�;\]m�=����6�� +�� +���/����٣� �eBm�����S����n�]�jog�3����*p���P��pu�������Q��2��]ѳɝ�%���27����ܝ=��@[&4�;Z�n�=J�>[�_Rs���G�h˄jwG�� ��B���U��S��]���%:���7�� +5�W�pO��w��� ��Bٻ�g�;�K*��;\�o�=*���7�� +��W�pO��w���wƗT�~w��߀{*Կ;\�o�=�� +8�� +%� +�-��/���p��T��w����{*��;\up�= +�>�_R���*��P�p���Th�w���{*�����5����8�� +�WGpO��x��&��BQ��gS<�K*t�;\eq�=����8�� +��WepO��x���xƗT�w���{*T�;\�q�=����8�� +� +� �/��!�p���T��w�z�{jn�w���m�P&���&��� +}�W�pO���u�����V�hO�by��fyƗ��-��Q.�2�^��ꗃ���0�pU���\2�l��3��3�h���T��w���{jn�w���m�P8���8��� +��W�pO��y��w��B��U=�S�|^�}��%���:�� +�WpO�z�����B��g=�K*t�;\et�=���>:�� +��W%pO�Rz�ߵ�#��B/��UL�S�������N�p���T(�W�l�g|I��z�����BM���S�S���᪪�PV���V��� +}�WapO��z�����Bk=T���:���[�A��^��\�����\������l��n����ۏ_��?~������~����:����;�_���|�~���^�%��zg�������J��{*�,;\%K�=J���%�� +%� +�%ˌ/�P��p�,�T(Yv�J��{*�,;\%K�=J�>K�_R�d��*Y�P��p�,�T(Yv�J��{*�,+|�,3��Bɲ�U��S�d��*Y�P��p�,�T(YV�,Yf|I��e��d ��Bɲ�U��S�d��*Y�P���Y���� +%�W�pO��e��d ��Bɲ�U��S�d��w%ˈ��P��p�,�T(Yv�J��{*�,;\%K�=J�>K�_Rsɲ�G�h˄�eG�d ��Bɲ�U��Ssɲ�U�̴gBɲ�U��S�d��*Yd�٣d �eBɲ�g�2�K*�,;\%K�=5�,;{�,��L(Yv�J�`{*�,+|�,3���eg��%Ж %ˎV�lO��e��d ��Bɲ�g�2�K*�,;\%K�=J���%�� +%�W�pO��e�ϒeƗT(Yv�J��{*�,;\%K�=J���%�� +%� +�%ˌ/�P��p�,�T(Yv�J��{*�,;\%K�=J�>K�_R�d��*Y�P��p�,�T(Yv�J��{*�,+|�,3��Bɲ�U��S�d��*Y����K���y���e��9y\�0Ɍ����ڴ�XF��]<̿WdU��F�᷷V�?�I����pO��e��d ��Bɲ�/J���P��p�,�T(Yv�J��{*�,;\%K�=J��K��P��p�,�T(Yv�J��{*�,;\%K�=J��K��P��p�,�T(Yv�J��{*�,;\%K�=J��K��P��p�,�T(Yv�J��{j.Yv�*Ym�P���]���H��e��d ��ƒeG�K��L��e�d ��Bɲ�w�2�#5�,;{�,��L(Yv�J�`{*�,;\%K�=5�,+[%�L{&�,;Z%K�=J���%���K���J�@[&�,+z�,�=R�d��*Y�P��p�,�T(Yv�J��{*�,+|�,3>R�d��*Y�P��p�,�T(Yv�J��{*�,+|�,3>R�d��*Y�P��p�,�T(Yv�J��{*�,��d� +%�W�pO��e��d ��Bɲ�U��S�dY�d�� +%�W�pO��e��d ��Bɲ�U��S�dY�d�� +%�W�pO��e��d ��B�24ے%|�U���@/��K�������?���>���o��������z�r=��V�r�����Ͽ��_?������?������G���1˕���[�����W��v4��c>���8�w/O�/W?���4ڞz�2��pw�����4�3�~�{y����#m�7��O������O���7�ӏ��R����o�>�h��IVe�&�3o��=�}~mO��ow� ��Ʒow�����L��oW�~�v�G*�}����m�=��z�6�� +o��p�}pO��oW�~�v�G*�}����m�=��z�6�� +o��p�}pO��oW����H�a��0�� +��a�=�!:\��{*CT����H�a��0�� +��a�=�!:\��{*CT����H�a��0�� +��a�=�!:\��{*CT����H�a��0�� +��a�=�!:\��{*CT����H�a��0�� +��a�=�!:\��{*CT����H�a��0�� +��a�=�!:\��{*C4��0D�g*Ct��!��T��p C��0�����Sa���0D�Gj���5�e�0DGklO�a��0����!*[���L��h C���0�����S�0Dg�a�-�!*zCd{��0D�kpO�����!��L��h C���0Q�{"�#5Ct����2a��5���0D�kpO�a� +���0�����Sa��5���0D�kpO�a� +���0�����Sa��5���0D�kpO�a� +���0�����Sa��5���0D�kpO�a� +���0�����Sa��5���0D�kpO�a� +���0�����Sa��5���0D�kpO�a�����L�a��0�� +��a�=�!:\��{*CT����H�a��0�� +��a�=�!:\��{*CT����H�a��0�� +��a�=�!:\��{*CT����H�a��0�� +��a�=5Ct����2a���0D�G*Ct��!���8���a�?&�0DkhO�a� +���y���0Ж ��a�=�!:\��{j��l Cd�3a��5���0D�kpO�����!��L���=�� +��a�=�!:\��{*Ct��!��T���=�� +��a�=�!:\��{*Ct��!��T���=�� +��a�=�!:\��{*Ct��!��T�h��a���T��p C��0�����Sa��5���0D��a���T��p C��0�����Sa��5���0D��a���T��p C��0�����Sa"������0��J����a���v<>a���!�۷��_�o��ݧ/�~���LJ�����������e�ߧ#>�z�~�z<�-��+�p��v��7s�vZa~)�[a�>Ph�>Rs+��W+�pOͭ�_�0�=5��J|����� +�p�����V�F���VX��Vរ[a%�Za�{jn�u�Za���� ++�� +#�Ss+��W+�pOͭ�_�0�=5��:\�0�Gjn���j�V�F���VX��Vរ[a�[a���V�F���VX��Vរ[a%�Za�{jn�u�Za���� ++�s+�h�̭��^�0�=5��J|����� +��� +�3s+��W+�lOͭ�_�0�=5��J�� +#�2s+��� +{��VX��V�[a�}n�m��VҫF���VX���H����>���� ++�� +#�Ss+��W+�pOͭ�W+�[a%�Za�{jn���j�V�F���VX���Hͭ�_�0�=5��J|����� ++�� +#�Ss+��� +|��VX��Vរ[a%�Za�{jn���j���j�>Rs+��W+�pOͭ�_�0�=5��J|����� +�p�����V�F���VX��Vរ[a%�Za�{jn�U�n�e|��VX��Vរ[a%�Za�{jn���j���j�>Rs+��W+�pOͭ�_�0�=5��J|����� +�p�����V�F���VX��Vរ[a%�Za�{jn�u�Za���� ++�� +#�Ss+��W+�pO����>���� +�h�����V�F���VXIo��11��Jx���� +�p�����V��Vі�[a%�Zad{jn���j��٫�g�VXI�Vٞ�[a%�Za�{jl����F�e�VXG��Hͭ�_�0�=5��J|����� ++�� +#�Ss+��� +|��VX��Vរ[a%�Za�{jn���j���j�>Rs+��W+�pOͭ�_�0�=5��J|����� +��� +��Lͭ�_�0�=5��J|����� ++�� +#�Ss+��� +|��VX��Vរ[a%�Za�{jn���j���j�>Rs+��W+�pOͭ�_�0�=5��R]�l��:?���VX�D��v�]����Za�� +{<����_���_���_������;����?/�`����Ҹo~=�����>|����������_�@W��ӈ{� �����?���a�-�ƫ�w�/%��&{����w//��;_O#�7�.��멉���z�^��&�S��+|��:�35����ϯ�&�2��Kz���lOͯ�.��zj�=5�����멁���z�^��&�S��K|���pOM��.�ﯧ&�cb~=u���@���z�_��&�S��K|���pOͯ�.��zj�=5�����zj�Gj~=u���S����%�^OM����S��z=5រ_O��z=5�#5������ ���z�_��&�S��K|���pOͯ��p���_O]���Ԅ{j~=u���S����%�!�=�H*|�d|��I�k�pO�!�� �� +C$�!�=�H*|�d|��I�k�pO�!�� �� +C$�!�=�H*|�d|��I�k�pO�!�� �� +C$�!�=�H*|�d|��I�k�pO�!�� �� +C$�!�=�H�b�$�3�H:\C$�{*�t��H��T"�p ���0DR�{�$�#5�t�"�2a���5D���I�k�pO�C$��!�L{&�t��H��T"�p ���y���� Ж C$��H�=Ra���5D���!��^C$@[&�t��H��T"��=D�H:{ ��m�0D��"�Sa���5D���I��!���T"�p ���0D��"�Sa���5D���I��!���T"�p ���0D��"�Sa���5D���I��!���T"�p ���0D��"�Sa���5D���I��!���T"�p ���0D��"�Sa���5D���I��!���T"�p ���0D��"�Sa���5D���I�_�D|��I�k�pO�!�� �� +C$�!�=�H*|�d|��I�k�pO�!�� �� +C$�!�=�H*|�d|��I�k�pO�!�� �� +C$�!�=�H*|�d|��I�k�pO�!�� ����H:{ ��m�0DR�{�$�#�H:\C$�{j"��� �a���5D���I��!����<D��k�h˄!��� ؞ +C$�!�=5�T��H2�0D��"�Sa���5D���!��^C$@[&�T�"��H�!�� �� +C$�!�=�H:\C$�{*�T�"��H�!�� �� +C$�!�=�H:\C$�{*�T�"��H�!�� �� +C$�!�=�H:\C$�{*�4��I�g*�t��H��T"�p ���0D��"�Sa����I�G*�t��H��T"�p ���0D��"�Sa����I�G*�t��H��T"�p ���0D'4�!�@k����!���~�������# ������y��o��>����ӟ����b�/�a��?������?�ᗟ��������p�ÿ�q����;����o6.>�|O�������Հ'�5���P!��R� �#*� +�� +�W��pO� +A��B���B���/*��P!�pU��T�t�*�{*T:\�=*�+��B�٫B��eB���U!��S�B���BP٪d�3�B�Ѫ���P!�pU���\!��U!��2�BPѻB�� +�W��pO���^�-*� +؞ +� +�����\!��U!��2�B�Ѫ���P!�pU��T�T��d|�B���U!��S�B����P!�pU��T�T��d|�B���U!��S�B����P!�pU��T�T��d|�B���U!��S�B����P!�pU��T�T��d|�B���U!��S�B����P!�pU��T�T��d|�B���U!��S�B����P!�pU��T�4�E� �3*� +�� +�W��pO� +A��B���B���w� �#*� +�� +�W��pO� +A��B���B���w� �#*� +�� +�W��pO� +A��B���B���w� �#*� +�� +�W��pO���^�-*�+��P!�pU���X!��s�����P!�`U��T�T��d|�� +Ag� +Ж ��V��lO� +A��B���� +Ae�B�iτ +AG�B���B���U!��Ss���W��h˄ +AE� +A�G*T:\�=*� +�� +�W��pO� +A�� +A�G*T:\�=*� +�� +�W��pO� +A�� +A�G*T:\�=*� +�� +�W��pO� +A�_T">S�B����P!�pU��T�t�*�{*T*|W2>R�B����P!�pU��T�t�*�{*T*|W2>R�B����P!�pU��T�����B�hU.?���v� |�o(r||��E��������ğw��^]�d���~#�?�|n�/������^i���������v�����^c�|�;�}�G�Wz��s�[��x����x�]��O#�7������xv��i�=��z�A<����i�=�:�r��<��_�z��z?�t_ۯ}=�����O?���zv��i�=�~��<��_��i�=��K{O?����k_O>Ro����w%����������^�J�2�]��ߕ�� +�J�p�+pO��J����d�-ޕ��zW2؞ +�Jn��w%G|��w%w�zW2Ж �J�h�+lO�w%w�ޕ���w%W�ޕ�iτw%w�ޕ��»�;\�J�S㻒;���d�?&»�+x�+9�#ޕ��zW2�� +�J�p�+pO�w%w�ޕ��»�+|�+9�#ޕ��zW2�� +�J�p�+pO�w%w�ޕ��»�+|�+9�#ޕ��zW2�� +�J�p�+pO�w%w�ޕ��»�+|�+9�#ޕ��zW2�� +�J�p�+pO�w%w�ޕ��»�+|�+9�#ޕ��zW2�� +�J�p�+pO�w%w�ޕ��»�+|�+9�#ޕ��zW2�� +�J�p�+pO�w%w�ޕ��»�+|�+9�#ޕ��zW2�� +�J�p�+pO�w%w�ޕ����Q���T:�p �0t��:�Sa��5t����Q�_E|���Q�k�pO������� +CG��#�=��*|e|�档�^CG@[&u�����T:�p �y訲5t�iτ�����؞ +CG��#�=5u�:�2a訢��Q�G*u������<t��k�h˄�����؞ +CG���2>R��Qg��#�-��:ZCG`{*u�����T:��=t�� +CG��#�=��:\CG�{*u�����T:��=t�� +CG��#�=��:\CG�{*u�����T:��=t�� +CG��#�=��:\CG�{*u�����T:��=t�� +CG��#�=��:\CG�{*u�����T:��=t�� +CG��#�=��:\CG�{*u�����T:j������T:�p �0t��:�Sa��5t����Q���T:�p �0t��:�Sa��5t����Q���T:�p �0t��:�Sa��5t����Q���T:�p �0t��:�S��Qg��#�-��*ze{���Q�k�pO�CG}:�c"u�����T:��=t��:{ m�0t��:�Sa��5t��档���Q�=��:ZCG`{*u������<t��k�h˄����CG��0t��:�Sa��5t����Q�k�pO��� +�CG�0t��:�Sa��5t����Q�k�pO��� +�CG�0t��:�Sa��5t����Q�k�pO����:��L������� +CG��#�=��:\CG�{*U�:��H������� +CG��#�=��:\CG�{*U�:��H������� +CG��#�=���NO;th ]~�4t>�oW��\��w%������v��>���_�j��������LJ��]#H�z�Ǘ��+����7W�ތ���W�뮗��Pw��R�pO��k��� +��Bݵ�w�5�#���+�� +u�W�pO��k��� +��Bݵ�w�5�#���+�� +u�W�pO��k��� +��Bݵ�w�5�#���+�� +u�W�pO��k��� +��Bݵ�w�5�#���+�� +u�W�pO��k��� +��Bݵ�w�5�#���+�� +u�W�pO��k��� +��Bݵ�w�5�#���+�� +u�W�pO��k��� +��Bݵ�/���Pw�p�]�T��v�ꮀ{*�];\uW�=�������٫� +�eBݵ�Uw�S���᪻�Z٪�f�3���Ѫ����Pw�p�]��\w��Uw�2��Zѻ�� +u�W�pO�u��^uW�-���+؞ +u� +�u��\w��Uw�2���Ѫ����Pw�p�]�T��V���f|�Bݵ�Uw�S���᪻�Pw�p�]�T��V���f|�Bݵ�Uw�S���᪻�Pw�p�]�T��V���f|�Bݵ�Uw�S���᪻�Pw�p�]�T��V���f|�Bݵ�Uw�S���᪻�Pw�p�]�T��V���f|�Bݵ�Uw�S���᪻�Pw�p�]�T��6�E�5�3���+�� +u�W�pO��k��� +��Bݵ�w�5�#���+�� +u�W�pO��k��� +��Bݵ�w�5�#���+�� +u�W�pO��k��� +��Bݵ�w�5�#���+�� +u�W�pO�u��^uW�-�����Pw�p�]��Xw��s����Pw�`�]��T��V���f|��kg��+Ж uV�lO��k��� +���ke��iτ�kG�� +��Bݵ�Uw�Ssݵ�W�h˄�kE�k�G*�];\uW�=���+�� +u�W�pO��k��k�G*�];\uW�=���+�� +u�W�pO��k��k�G*�];\uW�=���+�� +u�W�pO��k�_�]#>S���᪻�Pw�p�]�T��v�ꮀ{*�]+|�]3>R���᪻�Pw�p�]�T��v�ꮀ{*�]+|�]3>R���᪻�Pw�p�]�T���Bf[w��ꮗ(�]�'��u������v���zl�]�u���_>���_�����?>���Wˮ����z��K�?������f�U}���w���������{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M��o� +}�W�pO��i��o +��Bߴ��7�S�oZ�o��������@[&�M;Z}S�=����)��������i�=����)؞ +}�W�pO�}��^}S�-��������7�p�M���7���7�2�o��ꛂ���7���7��H�}��^}S�-����)؞ +}�W�pO��i��i�G*�M;\}S�=����)�� +}�W�pO��i��i�G*�M;\}S�=����)�� +}�W�pO��i��i�G*�M;\}S�=����)�� +}�W�pO��i��i�G*�M;\}S�=����)�� +}�W�pO��i��i�G*�M;\}S�=����)�� +}�W�pO��i�_�M#>S�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M���7���7�2�oZѻo�� +}�W�pO�}ӎ>�M��}�V�hO��i��i�Gj�v��m��7�h�M��T�v����{j�V�����L�v���`{*�M;\}S�=5�M;{�M��L�V��f{�Bߴ��7�S�o�����7�p�M�T�V��f|�Bߴ��7�S�o�����7�p�M�T�V��f|�Bߴ��7�S�o�����7�p�M�T�6�E�4�3����)�� +}�W�pO��i��o +��Bߴ�w�4�#����)�� +}�W�pO��i��o +��Bߴ�w�4�#����)�� +}�W�pO��i�D�}S�@�oz��^n�M�'���"����Y����oϏ��H����������;?�|n��������O���?���W����������������Ʒ�����?��F�z��g���������'�W>���4�z�{}~��x~~qO����O/�%��&|���O?����k_O#�7��O�����~~qO���~:o��~~qO����~:���&|���O?��}��������sh���4�z�{y�zgi˼.��^��|=M�H���^^��w��F�So��wϵ��a�-�|��<=����i�=�z�����y|����Ӏ����G�~W���F�2oȧ����KK��F�So������O#�����Gs_�b=L�gސ�w�o��{=��������o�w��F�So�w��W��Y�?&^gw����_O=Roয়�����ӈ{� ��syz��??�����O?�LJ�k??����X�9�t���k_O>Roয়�ñ���ӈ{� |Mu�����T�p �04T�{h(�#��:\CC�{* u�����T�p �04T�{h(�#��:\CC�{* u�����T�p �04T�{h(�#��:\CC�{* u�����T�p �04T�{h(�#��:\CC�{* u�����T�p �04T�{h(�#��:\CC�{* u�����T�p �04T�{h(�#��:\CC�{* u�����T�p �04��CC��04���Sah��54����P�khpO��� +�CC�yh����Ж CC��!�=��:\CC�{j�l e�3ah��54����P�khpO�CC������L��=4�� +CC��!�=5 u��2ah��54����P����<4��khh˄�����؞ +CC��!�=��*| e|���P�khpO������� +CC��!�=��*| e|���P�khpO������� +CC��!�=��*| e|���P�khpO������� +CC��!�=��*| e|���P�khpO������� +CC��!�=��*| e|���P�khpO������� +CC��!�=���bh(�3��:\CC�{* u�����T�p �04T�{h(�#��:\CC�{* u�����T�p �04T�{h(�#��:\CC�{* u�����T�p �04T�{h(�#��:\CC�{* u������<4��khh˄����CC��04���S��PG������CC��!�=��*| e|�桡�^CC@[& u�����T�p �yh��54�iτ�����؞ +CC��!�=5 u��2ah����P�G* u�����T�p �04���Sah����P�G* u�����T�p �04���Sah����P�G* u�����T�p �04���Sah��/��">Sah��54����P�khpO������� +CC���2>Rah��54����P�khpO������� +CC���2>Rah��54����P�khpO�����S �ZCC�( �O�����?�NCC������ޯ���N��x~�1{���ckj�p��?�~�����������|���O?><���~��/w������T������?�������^õ�2>S�^Ci����̼�P�k��lO�{ %���Ը���k�h��{ %����Լ�P�k��pOM{ %�}�����y�������H�{ %���Լ�P�k��pO�{ %���Լ����k�|�潆_{ �{j�k(��@��潆_{ �{j�k�p�5�>R�^C����=5�5���k �S�^C����=5�5t����y����^រ�J|�5�y����^រ�:\{ ��Լ�P�k��pO�{ %���Լ�P�k��pO�{ ���Gj�k(��@��潆_{ �{j�k(��@��潆�^�#5�5���k �S�^C����=5�5���k �S�^C�k���J|�5�y����^រ�J|�5�y����^C�gj�k(��@��潆_{ �{j�k(��@��潆�^�#5�5��y��h��{ %����Լ�P�k��pO�{ �����̼�P�k��lO�{ %���Ը�P���-3�5t����y����^��J���@�e潆�^{ d{j�k�p�5�>R�^Ci����̼�P�k��lO�{ %���Լ����k�|�潆_{ �{j�k(��@��潆_{ �{j�k�p�5�>R�^C����=5�5���k �S�^C����=5�5t����y����^រ�J|�5�y����^រ�:\{ ��Լ�P�k��pO�{ %���Լ�P�k��pO�{ ���Gj�k(��@��潆_{ �{j�k(��@��潆 +�{ ��y����^រ�J|�5�y����^រ�:\{ ��Լ�P�k��pO�{ %���Լ�P�k��pO�{ ���Gj�k(��@��潆_{ �{j�k(��@��潆�^�#5�5���k �S�^C����=5�5��y��h��{ ���Gj�k(��@���������@��ļ�P�k��hO�{ ���Gj�k(��^і��Jz�5���y����^��:{�5��y����^ٞ��J|�5�q����{ D[f�k�h�5�=R�^C����=5�5���k �S�^C����=5�5t����y����^រ�J|�5�y����^រ�:\{ ��Լ�P�k��pO�{ %���Լ�P�k��pO�{ ��2>S�^C����=5�5���k �S�^C����=5�5t����y����^រ�J|�5�y����^រ�:\{ ��Լ�P�k��pO�{ %���Լא�ʽ�@��>|���ͽ������x��■�{ �ǻ�o���������������^kX{ � ����F>��������Ǻ���_������C����ۭ�ŵq�u�k��_h�6��ҵq�Gj�6��um�eµqG��lO�k�1�����+[�ƙ�L�6�h]���pm��6�S�qg�kc�-��+z_g{�µq���pO��Ɲ�����L�6�h]���pm\���8�#5_w��6�2�ڸ�um��µq���pO�k� +����pm��6�S�ڸ�um��µq���pO�k� +����pm��6�S�ڸ�um��µq���pO�k� +����pm��6�S�ڸ�um��µq���pO�k� +����pm��6�S�ڸ�um��µq���pO�k� +����pm��6�S�ڸ�um��µq���pO�k���6��L�k�1�� +���kc�=��;\�ƀ{*\W��6��H�k�1�� +���kc�=��;\�ƀ{*\W��6��H�k�1�� +���kc�=��;\�ƀ{*\W��6��H�k�1�� +���kc�=5_w��6�2�ڸ���q�G*\w�����xm���kc�?&µq��hO�k� +�����ڸ�1Ж ���kc�=��;\�ƀ{j�6�l]g�3�ڸ�um��µq���pO��Ɲ�����L�6��}m�� +���kc�=��;\�ƀ{*\w����T�6��}m�� +���kc�=��;\�ƀ{*\w����T�6��}m�� +���kc�=��;\�ƀ{*\w����T�6n��k��T�6�p]�pm��6�S�ڸ�um��µq��k㌏T�6�p]�pm��6�S�ڸ�um��µq��k㌏T�6�p]�pm��6�S��8��v����ֵ��J�����k���������S����|m��O�td���?}�������˧/�?�{����t�:��_����?�<�ǭ��������.>��I�_�n�˝��ݗ;���p�s����=.w:\�;�{*\�T�����H�˝���� +�;���=.w:\�;�{*\�T�����H�˝���� +�;���=.w:\�;�{*\�T�����H�˝���� +�;���=.w:\�;�{*\�T�����H�˝���� +�;���=.w:\�;�{*\�4���N�g*\�t�.w��T���p]���p�����S�r����N�G*\�t�.w��T���p]���p�����S�r����N�G*\�t�.w��T���p]���p�����S�r����N�G*\�t�.w��T���p]����r����Ж �;�/w�=R�r��u����˝�>_���1.w:X�;@{*\�T�����H͗;��.w��L���h]���p�����S��Ne�r'Ӟ �;���=.w:\�;�{j����u��e��NE�˝l�T���p]���p�����S�r��u�����N��˝��T���p]���p�����S�r��u�����N��˝��T���p]���p�����S�r��u�����N�_\�D|���N��rpO�˝���� +�;���=.w*|_�d|���N��rpO�˝���� +�;���=.w*|_�d|���N��rpO�˝���� +�;�^��܁�.w.?P�� �h\�<������^N�ϗ;�}�s<_���O_��t������������k����q)�'���������.?ٕq����Eo��=���߃~���A���2!�� +˄�� 3>R�2ag�eB�-� ;Z˄`{*,v�� �ԼLX�Z&̴g�2aGk�lO�e��2!���� ;{-m��LX�{�0�#� ;\˄�{j^&��L�e�2aGk�lO�e� +�˄�y����2!Ж ˄�eB�=� ;\˄�{*,V�^&��H�e��}3�� +����f�=�;\�̀{*�7W��o��H����}3�� +����f�=�;\�̀{*�7W��o��H����}3�� +����f�=�;\�̀{*�7W��o��H����}3�� +����f�=�;\�̀{*�7W��o��H����}3�� +����f�=�;\�̀{*�77��}s�g*�7w���T�o�p�7�p���o�SᾹ��}s�G*�7w���T�o�p�7�p���o�SᾹ��}s�G*�7w���T�o�p�7�p���o�SᾹ��}s�G*�7w���T�o�p�7������}3Ж ���=RᾹ�u������>�7�1�;X��@{*�7W��o��H��͝��L�o�h�7���p���o�S�}se�9Ӟ ����f�=�;\�̀{j�o��u��e�}sE���l�T�o�p�7�p���o�SᾹ�u����}s���挏T�o�p�7�p���o�SᾹ�u����}s���挏T�o�p�7�p���o�SᾹ�u����}s�_�7G|��}s��pO����}3�� +����f�=�+|�7g|��}s��pO����}3�� +����f�=�+|�7g|��}s��pO����}3�� +���ζ�o���/?��������~�2�����?�}�zj�7?ޭC�?�駿��矾������/���w�~����_��E�������?�y����9 +�O�_���G�/u��\�Z��ȕ��G��T8�p����p>��:�S�|����H�G*��t��G��T8�p����p>��:�S�|����H�G*��t��G��T8�p����p>��:�S�|����H�G*��t��G��T8�p����p>��:�S�|��/�G">S�|��u>����H��|pO������ +�#��G2>R�|��u>����H��|pO������ +�#��G2>R�|��u>����H��|pO������ +�#��G2>R�|��u>����H��|pO��#���G��L8��}>�� +�#���=5��t��|���p>��:�S�|����H�Gj>��u>�e��HG�|lO��������G*[�#��L8�h�����p>��:�S��Hg���-�G*z��d{���H��|pO������ +�#���=�G*|��d|���H��|pO������ +�#���=�G*|��d|���H��|pO������ +�#���=�G��|$�3�G:\�#�{*��t��G��T8�p����p>R��|$�#�G:\�#�{*��t��G��T8�p����p>R��|$�#�G:\�#�{*��t��G��T8����|�u>r����H�D��|��x�vx;���zj��<��G����o����U��d�]�<����{��7������{���w�~����s~yW��w��ǫ� +~~qO��� ��2 �� +ˀ�e@�=�+|/f|��e��^ˀ@[&,v����TX�p-�y����iτe���2 ؞ +ˀ�e@�=5/v�Z�2a���2`�G*,v���Լ��kh˄e���2 ؞ +ˀ��3>R�2`g�e@�-�;Zˀ`{*,v���TX���� +ˀ�e@�=�;\ˀ�{*,v���TX��}ڝ� +����n�=N�;\�݀{*�vw�N��T8���}ڝ� +����n�=N�;\�݀{*�vw�N��T8���}ڝ� +����n�=N�;\�݀{*�vw�N��T8���}ڝ� +����n�=N�;\�݀{*�vw�N��T8�n�����T8��p�v�p���:��Sᴻ�u� ���iw���T8��p�v�p���:��Sᴻ�u� ���iw���T8��p�v�p���:��Sᴻ�u� ���iw���T8��p�v�p���:��S�iwg��n�-N�+z�vg{��iw��pO���}>��c"�vw�N���T8���}ڝ�O�;{�vm�p���:��Sᴻ�u� �������iw�=N�;Z��`{*�vw�N���|����h˄��ާ���p���:��Sᴻ�u� ���iw��pO��� +ߧ��p���:��Sᴻ�u� ���iw��pO��� +ߧ��p���:��Sᴻ�u� ���iw��pO����8��L����i7�� +����n�=N�;\�݀{*�vW�>���H����i7�� +����n�=N�;\�݀{*�vW�>���H����i7�� +����n�=N�Åq{� h�v_~�t�>�o~�����A^��{=�O��כ�����_�lC�����q�}�=�㷋��q�+~���'�=~������s~!w��~�Ǘ��t??��������������O#�7����c���F�S���g�ݿ�_�z��z?���گ}=�������^��ۯ}=�����_��k??����h |�U�t��|�BY��U���S����*k��P��p�5��T(kT�.kd|��Fg��Ж e��VYlO��F������Fe���iτ�FG����BY��U���SsY��WYh˄�FE�F�G*�5:\e �=5�5:{�5��L(kt��`{*�5*|�52>RsY��WYh˄�FG����BY��U���S��QỬ�� +e�WYpO��F�����BY��U���S��QỬ�� +e�WYpO��F�����BY��U���S��QỬ�� +e�WYpO��F�����BY��U���S��QỬ�� +e�WYpO��F�����BY��U���S��QỬ�� +e�WYpO��F�����BY��U���S����e���T(kt���{*�5:\e �=����� +e� +�e���T(kt���{*�5:\e �=����� +e� +�e���T(kt���{*�5:\e �=����� +e� +�e���T(kt���{*�5:\e �=5�5:{�5��L(kT�.kd{�BY��U���ScY���e �?&BY��U���S��QỬ������@[&�5:Ze �=����������F�=���؞ +e�WYpO�e��^e �-�����P��p�5��T(kt���{*�5:\e �=����P��p�5��T(kt���{*�5:\e �=����P��p�5��T(kt���{*�5:\e �=� ~Qֈ�L��F�����BY��U���S����*k��P֨�]���H��F�����BY��U���S����*k��P֨�]���H��F�����BY��U���S��AM���h�5.?P*k�O��w���N��_��zj�5^�e�����O_��8����/������O����ÏO?�a��?��=��^|��?���e�S���z��/d���������z�M|=M�H��������v��i�=��t�_y:���i�=�~��<=�_��i�=�FMe�x*|��2>R���j���p����Thu��A�{*��*|��2>R���j���p����Thu��A�{*����� +��W;pO�vP����B;����S�T����A���A@[&��:Z� �=�A�v����A��vP�=�A�v؞ +��W;pO����^� �-�A��A����p����������2���j���������H����^� �-�A�v؞ +��W;pO�vP��vP�G*��:\� �=�A�v�� +��W;pO�vP��vP�G*��:\� �=�A�v�� +��W;pO�vP��vP�G*��:\� �=�A�v�� +��W;pO�vP��vP�G*��:\� �=�A�v�� +��W;pO�vP��vP�G*��:\� �=�A�v�� +��W;pO�vP�_��">S���j���p����Thu��A�{*��*|��2>R���j���p����Thu��A�{*��*|��2>R���j���p����Thu��A�{*��*|��2>R���j���p����������2�Tѻ�� +��W;pO����>�������V;hO�vP��vP�Gjnu�jm���h����Thu��A�{jnU��A��Lhu��A`{*��:\� �=5��:{����LhU�ne{�B;����S���j���p����ThU�ne|�B;����S���j���p����ThU�ne|�B;����S���j���p����Th5�E;(�3�A�v�� +��W;pO�vP����B;��w;(�#�A�v�� +��W;pO�vP����B;��w;(�#�A�v�� +��W;pO�vP��t� �@�t��R;(|�o(r||��Ej�������G⇷��_�������z=7����_��j�l���O?|�˯��/�����o.E�\w��/���}^�w�����(h=��S���|w<��\�@W��ӈ{� ���������O#����ӏ���P��i�G� ���9ܷ_�zqO���~:���k_O#�7���ݗ������������������d��������~��i�=��|��\��F�2oȧ���c����F�S��p�O?�ǧc��i�g� ���9>���������'�����������Gs�kO���F�S��ӏ������7�����k��^O���7����[���������s��{Ꮙ�ه��������D������|h���4�z?�\�o-~~qO���~6���~~qO��O?�����ӄ�����pl���4�z?�t���F�Soয়���C���F�S�㏇�����k_O>Ro�ǻ����k_O#�7��������ӈ{� ���������O#����O������ӄ������� ��F�So�������ӈ{� ���9��_��i�=�:�|��<گ}=M�H���~:�C����4�z?�O�گ}=�����σ1%�fh��<C�ᚡ|���_34�{j��)�5CC����_34�{j���p���>R�M���=5�Д���!�S�M���=5��t�fh��y���� រghJ|���y���� រgh*|��d|���_34�{j��)�5CC����_34�{j���p���>R�Mi�gh���<CS�k��lO�34%�fh��8C��k�h��34%�fh���<CS�k��pO�34�}��!�2�MGk�쑚ghJ|���q����34D[f��)�5CC����� �#5�Д�y��h��34%�fh���<CS�k��pO�34��Gj��)�5CC����_34�{j��)�5CC����� �#5�Д���!�S�M���=5�Д���!�S�M�k��ghJ|���y���� រghJ|���y���5C�H�34%�fh��<CS�k��pO�34%�fh��<C�ᚡ|���_34�{j��)�5CC����_34�{j����=C��ghJ|���y���� រghJ|���y���5C�H�34%�fh��<CS�k��pO�34%�fh��<C�ᚡ|���_34�{j��)�5CC����_34�{j���p���>R�M���=5�Д���!�S�Mi�gh���<C�њ�{���_34�{j��)��34L�34%�fh���<C�ᚡ|����>��m�y���� ٞ�ghJ|���q���� О�ghJz�А��y���� �ghJ�<CC�e���� �#5�Д���!�S�M���=5�Д���!�S�M�k��ghJ|���y���� រghJ|���y���5C�H�34%�fh��<CS�k��pO�34%�fh��<CS�{�&�35�Д���!�S�M���=5�Д���!�S�M�k��ghJ|���y���� រghJ|���y���5C�H�34%�fh��<CS�k��pO�34i6����t~�� +34����������^����.�����}�~~=ޝ�V�xc�`=�����<E�7����?}��/��J����~����k���ui�G:�_��Z��h�Ǐ���7�ׯ|��^�Sc{����u�?&B{��w{=�#����:�� +��W{pO��z�����B{��w{=�#����:�� +��W{pO��z�����B{��w{=�#����:�� +��W{pO��z�����B{��w{=�#����:�� +��W{pO��z�����B{��w{=�#����:�� +��W{pO��z�����B{��w{=�#����:�� +��W{pO��z�����B{��w{=�#����:�� +��W{pO��z�����B{��w{=�#����:�� +��W{pO��z�����B{��/�����^�p���Th�w���{*��;\�u�=���������٫��eB{���^�S����j��^�j�g�3����j�����^�p�����^���^�2��^ѻ��� +��W{pO����^�u�-����:؞ +�� +�������^���^�2����j�����^�p���Th�W�n�g|�B{���^�S����j���^�p���Th�W�n�g|�B{���^�S����j���^�p���Th�W�n�g|�B{���^�S����j���^�p���Th�W�n�g|�B{���^�S����j���^�p���Th�W�n�g|�B{���^�S����j���^�p���Th�7�E{=�3����:�� +��W{pO��z�����B{��w{=�#����:�� +��W{pO��z�����B{��w{=�#����:�� +��W{pO��z�����B{��w{=�#����:�� +��W{pO����^�u�-��������^�p�����^��s{����^�`�ׁ�Th�W�n�g|���zg��:Ж ���V{lO��z�������ze���iτ�zG����B{���^�Ss{��W{h˄�zE��z�G*��;\�u�=����:�� +��W{pO��z���z�G*��;\�u�=����:�� +��W{pO��z���z�G*��;\�u�=����:�� +��W{pO��z�_��#>S����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th���u�^����(���'��Gj����"����j�?����������_����r|���je����wx}�{����Ϗ}����yx;�=�>�\�8�^O�=Ro�ǻ���?����ӈ{� ���Ṷ�?��eސO?����;??���^�"ܟ~4��o��z�z?�h��:���H[� ���yx~i���h{� ���9�����i�=��*��Gs�Z�燉������h-q�������Z���S�GG��8���K��82=Ra��õ����G�k�pO�%���� +K��82>Ra��õ����G�k�pO�%���� +K��82>Ra��õ����G�k�pO�%���� +K��82>Ra��õ����G�k�pO�%���� +K��82>Ra��õ����G�k�pO�%���� +K��82>Ra��õ����G�k�pO�%���� +K��82>Ra��õ����G�k�pO�%���� +K��82>Ra��õ����G�k�pO�%���� +K ~��� +K�%�=�8:\K�{*,qt��8��TX��đ8:{-q�m�����Z���Sa��õ����%���G�=�8:ZK`{*,qt��8��Լ���k�h˄%���K������Z���S�Gg�%�-�8:ZK`{*,qT�^���H�K���8��LX��h-q�������Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa���/�8">Sa��õ����G�k�pO�%���� +K��82>Ra��õ����G�k�pO�%���� +K��82>Ra��õ����G�k�pO�%���� +K��82>Ra��õ����G�k�pO�K���8��LX��đ� +K�%�=5.qt�y��������Z���Sa����G�Gj^�����e�GGk�lO�%������8*[K��LX��h-q�������Z���S�Gg�%�-�8*z/qd{��G�k�pO�%���� +K�%�=�8*|/qd|��G�k�pO�%���� +K�%�=�8*|/qd|��G�k�pO�%���� +K�%�=�8�b�#�3�8:\K�{*,qt��8��TX��p-q��Q�{�#�#�8:\K�{*,qt��8��TX��p-q��Q�{�#�#�8:\K�{*,qt��8��TX�K�|���q��^�n/q�O�ۗ8N��p��=Z�X��%��y��w�~��O?|��LJ���w���Ӈ������뗟���_�x�������c~��o���^��/�*�W��*����T��RSpO��J��J�G*4U:\M�=�*�� +�� +M�WSpO��J��J�G*4U:\M�=�*�� +�� +M�WSpO��J�_4U">S����j����T�p5U��Th�t��*�{*4U*|7U2>RsS��WSh˄�JG����BS���T�SsS���TɴgBS���T�S����j����٫��eBS��wS%�#�*�� +����*���*@[&4U:ZM�=�*��*����٫��eBS���T�S����j����T���T��H��J�����BS���T�S����j����T���T��H��J�����BS���T�S����j����T���T��H��J�����BS���T�S����j����T���T��H��J�����BS���T�S����j����T���T��H��J�����BS���T�S����j����Ti���J�g*4U:\M�=�*�� +�� +M�WSpO��J��J�G*4U:\M�=�*�� +�� +M�WSpO��J��J�G*4U:\M�=�*�� +�� +M�WSpO��J��J�G*4U:\M�=�*�� +����*���*@[&4U*z7U�=R����j������ +�����j�����T���T��H�M��^M�-�*�� +؞ +M�WSpO�M��VS%Ӟ M��VSlO��J������Jg�� +Ж M���M�l�Th�t��*�{*4U:\M�=�*�� +�� +M� +�M���Th�t��*�{*4U:\M�=�*�� +�� +M� +�M���Th�t��*�{*4U:\M�=�*�� +�� +M��h�D|�BS���T�S����j����T�p5U��Th�T�n�d|�BS���T�S����j����T�p5U��Th�T�n�d|�BS���T�S����j����T����h5U.?Pj��O4�*O�Ty|<�=�2����<�{*��/���ӧ/�/������?�x|��O��O_���-mr�D����V'e��0}���Ë�|�m���~�aV?���u��0�� �9�d��0˖ /9�d��0˖ o8�d��0˖ �7l��v�({&�۰��j�,[&�ذ��^�,[&�հ��R�,[&�Ұ�� ���>�J���l��2�Jֻ�l��&�J�l���F�o1��g�;+Y�0̲e�+Y�/̲e��+Y//̲e«y��0ʞ �-�d��0˖ /-�d��0˖ o,�d��0˖ �+l����({&�������,[&������βeB���U�βeB�w�;ʞ ��JV�;˖ ��JV�;˖ }�JV�;˖ e�F�]�({&4�+YE�,[&Լ+Y-�,[&t�+Y�,[&���ߝ� ��JV�;˖ ��JV�;˖ ��JV�;˖ ��Fޝ�({fntW�*tg�c"Թ+Wm�[&t�+YU�,[f.r7�z�ѵDhqW�J��L�pW��Y���߮�U����D(o7��nG�3��]�*ng�2sm��Wk;���]��lg�2���Ȼ�e��m� +^e��~L��v媩�a˄�v%���e˄�v#�v�=ڕ��v�-�ٕ�vv�-�ٕ�jv�-�ٍ�{�Q�LheW�J�Y�L�dW��Y�L�cW���Y�L(c7��bG�3��]�*bg�2��]�jag�2��]ɪ`g�2���Ȼeτ�u%�|�e˄�u%�y�e˄�u%�v�e˄�u#��u�=ו��u�-�֕��u�-�֕��u�-�օ|ѳN�Ȅ�u%�d�e˄�u%�a�e˄~u%�^�e˄ru#�nu�=�Օ�bu�-jՕ�Vu�-:Օ�Ju�- +Ս���Q�LhSW���Y�L�RW���Y�L�QW�j�Y�L(Q7��PG�3�A]�*Pg�2�>]�jOg�2sw��Wu:��8ݸ�7aτ�t%�4�eˌ���=7���!�ҕ��tv-�ҍ���Q��ܔ��U����D�IW�Z��L�HW�*�Y��\�n`���k�Ў�\��3l�P��d5��l��]���ݏ�P�n�݉��gB#��U�βeB��ՆβeB��U�βeB��w:ʞ -�JV :˖ �JV:˖ ��JV�9˖ ��F���({&4�+Y��,[&Ԟ+Y��,[&t�+Y��,[&����� m�JV�9˖ U�JV�9˖ =�JV�9˖ %�F��({&4�+Y�,[&ԛ+Y��,[&t�+Y��,[&�y�����j�d���l�Pi�d5��l��g�ݾm���Ӭ6�ŧIe���۟U��6!�u������o +}<��_��������e~��h-����O������}�w��/���?�����_��z����f�����r�ڼ+��װ;����P���R�pO��m��x��B���w�6�#ڷ��-�� +�WpO�n�����B ��w7�#���*.�� +e�WpO�>n�����B%��w'7�#Z��Z.�� +��W3pO�nn�����B=��w?7�#���.�� +%�WKpO��n�����BU��wW7�#ں��.�� +��WcpO��n�����Bm��wo7�#����.�� +��W{pO��n�����B���w�7�#Z��/�� +E�W�pO�.o�����B���/�������pUz�T(�v�Z��{*�z;\�^�=���������٫��eB������S����*��[���f�3���Ѫ����P��p�}������U��2��[ѻ�� +��W�pO����^�_�-����/؞ +�� +��ߌ������U�2���j�����p��T�W��g|�B��U�S���j�� �p���T�W��g|�B3��U �S���j���p��T�W��g|�BK��U�S�(��j +���p���T�W��g|�Bc��U�S�4��j ���p��T�W��g|�B{��U�S�@��j��!�p���T�7�E�8�3���*1�� +e�W�pO�>q��P��B���w�8�#Z��Z1�� +��W�pO�nq��\��B���w�8�#���1�� +%�W�pO��q��h��Bո�w�8�#����1�� +��W�pO͝��^�c�-j��{����<�pU���X>��s�����?�`���T� W�� g|��rg�2Ж E�VlO�.r������:re���iτFrG����B)���J�Ss/��W1h˄jrE�nr�G*��;\�d�= +���2�� +�WIpO��r��r�G*4�;\Ue�=����2�� +}�WapO��r���r�G*��;\�e�=����2�� +��WypO��r�_��#>S����0�Pb�p���T�1w��̀{*T�+|w�3>R����3�Ph�p5��T�4w�J̀{*Ԛ+|��3>R����6�Pn�p���T�7�n[p��Η(U��'�����˧��8���w�O�}���������_��O�|���O���>�~�����º�M����&�ϧ_0\=������z�����+����a�-��v�{x}���^O�=Ro�ǻ���c���F�So��wϵ��a�-�|��<=����i�=�z!����y|:v��|���O?������0ҖyC>�d�_Z��4ڞz?�h/�w~~qO���ӏ��`V��a�=�|�{~{m��i�=��|����;_O#�7���+��,�oS�/����&z����rG�kpO�=���� +{ �=�=�@*|�d|��H�kpO�=���� +{ �=�=�@*|�d|��H�kpO�=���� +{ �=�=�@*|�d|��H�kpO�=���� +{ �=�=�@*|�d|��H�kpO�=���� +{ �=�=�@*|�d|��H�kpO�=���� +{ �=�=�@*|�d|��H�kpO�=���� +{ �=�=�@*|�d|��H�kpO�=���� +{ �=�=�@�b$�3�@:\{ �{*�t��@��T��p��R�{$�#5�t���2a������H�kpO�{ ��=�L{&�t��@��T��p���y���Ж { ��@�=Ra�õ���=��^{ @[&�t��@��T������@:{��m������Sa�õ���H��=���T��p������Sa�õ���H��=���T��p������Sa�õ���H��=���T��p������Sa�õ���H��=���T��p������Sa�õ���H��=���T��p������Sa�õ���H�_�D|��H�kpO�=���� +{ �=�=�@*|�d|��H�kpO�=���� +{ �=�=�@*|�d|��H�kpO�=���� +{ �=�=�@*|�d|��H�kpO�=������@:{��m��R�{$�#�@:\{ �{j�����a������H��=���Լ��kh˄=���؞ +{ �=�=5�T��@2홰����Sa�õ���=��^{ @[&�T����H�=���� +{ �=�=�@:\{ �{*�T����H�=���� +{ �=�=�@:\{ �{*�T����H�=���� +{ �=�=�@:\{ �{*�4��H�g*�t��@��T��p������Sa���H�G*�t��@��T��p������Sa���H�G*�t��@��T��p���W,�=�@k���<�� ��O����z�폳��/l�N�����������g�szL� ��&�����/?� gAN���$�B��^|?����/��^?���^~�P���R�pO�zm��^��B���U��S�^[�^�� +��W�pO�zm��^��B���U��S�^[�^�� +��W�pO�zm��^��B���U��S�^[�^�� +��W�pO�zm��^��B���U��S�^[�^�� +��W�pO�zm��^��B���U��S�^[�^�� +��W�pO�zm��^��B���U��S�^[�^�� +��W�pO�zm��^��B���U��S�^���ڈ�T��v�굀{*�k;\�Z�=��z-�� +�� +��ڌ��\���U��2�^�Ѫׂ��P��p�k��\��l�k3�P��h�k��T��v�굀{j��v���m�P���]���H�zm��^���zmg�z-Ж �ڎV�lO�zm��zm�Gj��v���m�P��h�k��T��v�굀{*�k+|�k3>R�^����P��p�k�T��v�굀{*�k+|�k3>R�^����P��p�k�T��v�굀{*�k+|�k3>R�^����P��p�k�T��v�굀{*�k+|�k3>R�^����P��p�k�T��v�굀{*�k+|�k3>R�^����P��p�k�T��v�굀{*�k��^� +��W�pO�zm��^��B���U��S�^[�^�� +��W�pO�zm��^��B���U��S�^[�^�� +��W�pO�zm��^��B���U��S�^[�^�� +��W�pO�zm��^���zmg�z-Ж �ڊ���l�T��v�굀{j��v��^��D��v��@{*�k+|�k3>Rs���W�h˄zmG�^��B���U��Ss���U�ʹgB���U��S�^���^�٫^�eB���w�6�#��z-�� +��W�pO�zm��^��B���w�6�#��z-�� +��W�pO�zm��^��B���w�6�#��z-�� +��W�pO�zm��^��B���/���P��p�k�T��v�굀{*�k;\�Z�=����P��p�k�T��v�굀{*�k;\�Z�=����P��p�k�T��v�굀{*�kC����Z�������������$�YO�wO���`]{��p�r��������>���/>�������_���?}���.���Fy1endstream +endobj +1709 0 obj << +/Type /Page +/Contents 1710 0 R +/Resources 1708 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 1271 0 R +/Annots [ 1712 0 R 1713 0 R 1714 0 R 1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1749 0 R 1750 0 R 1751 0 R 1752 0 R 1753 0 R 1754 0 R 1755 0 R 1756 0 R 1757 0 R 1758 0 R 1759 0 R 1760 0 R 1761 0 R 1762 0 R 1763 0 R 1764 0 R 1765 0 R 1766 0 R 1767 0 R 1768 0 R 1769 0 R 1770 0 R 1771 0 R 1772 0 R 1773 0 R 1774 0 R 1775 0 R 1776 0 R 1777 0 R 1778 0 R 1779 0 R 1780 0 R 1781 0 R 1782 0 R 1783 0 R 1784 0 R 1785 0 R 1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R ] +>> endobj +1712 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 705.325 155.476 716.2042] +/Subtype /Link +/A << /S /GoTo /D (security) >> +>> endobj +1713 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 705.325 538.9788 716.2042] +/Subtype /Link +/A << /S /GoTo /D (security) >> +>> endobj +1714 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 689.8481 185.7426 700.7521] +/Subtype /Link +/A << /S /GoTo /D (security-os) >> +>> endobj +1715 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 689.8481 538.9788 700.7521] +/Subtype /Link +/A << /S /GoTo /D (security-os) >> +>> endobj +1716 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 678.954 198.3256 687.8006] +/Subtype /Link +/A << /S /GoTo /D (security-os-ports) >> +>> endobj +1717 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 678.954 538.9788 687.8006] +/Subtype /Link +/A << /S /GoTo /D (security-os-ports) >> +>> endobj +1718 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 663.9453 236.2132 674.8492] +/Subtype /Link +/A << /S /GoTo /D (security-os-accounts) >> +>> endobj +1719 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 663.9453 538.9788 674.8492] +/Subtype /Link +/A << /S /GoTo /D (security-os-accounts) >> +>> endobj +1720 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 653.0117 212.0444 661.8978] +/Subtype /Link +/A << /S /GoTo /D (security-os-chroot) >> +>> endobj +1724 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 653.0117 538.9788 661.8978] +/Subtype /Link +/A << /S /GoTo /D (security-os-chroot) >> +>> endobj +1725 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 638.0424 146.7296 648.9463] +/Subtype /Link +/A << /S /GoTo /D (security-mysql) >> +>> endobj +1726 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 638.0424 538.9788 648.9463] +/Subtype /Link +/A << /S /GoTo /D (security-mysql) >> +>> endobj +1727 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 625.091 264.1684 635.9949] +/Subtype /Link +/A << /S /GoTo /D (security-mysql-account) >> +>> endobj +1728 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 625.091 538.9788 635.9949] +/Subtype /Link +/A << /S /GoTo /D (security-mysql-account) >> +>> endobj +1729 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 612.1396 322.6588 623.0435] +/Subtype /Link +/A << /S /GoTo /D (security-mysql-root) >> +>> endobj +1730 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 612.1396 538.9788 623.0435] +/Subtype /Link +/A << /S /GoTo /D (security-mysql-root) >> +>> endobj +1731 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 601.2454 210.9184 610.0921] +/Subtype /Link +/A << /S /GoTo /D (security-mysql-network) >> +>> endobj +1732 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 601.2454 538.9788 610.0921] +/Subtype /Link +/A << /S /GoTo /D (security-mysql-network) >> +>> endobj +1733 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 588.294 158.7644 597.1406] +/Subtype /Link +/A << /S /GoTo /D (security-webserver) >> +>> endobj +1734 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 588.294 538.9788 597.1406] +/Subtype /Link +/A << /S /GoTo /D (security-webserver) >> +>> endobj +1735 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 573.2853 374.5924 584.1892] +/Subtype /Link +/A << /S /GoTo /D (security-webserver-access) >> +>> endobj +1736 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 573.2853 538.9788 584.1892] +/Subtype /Link +/A << /S /GoTo /D (security-webserver-access) >> +>> endobj +1737 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 560.3338 147.8351 571.2378] +/Subtype /Link +/A << /S /GoTo /D (security-bugzilla) >> +>> endobj +1738 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 560.3338 538.9788 571.2378] +/Subtype /Link +/A << /S /GoTo /D (security-bugzilla) >> +>> endobj +1739 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 547.3824 318.9317 558.2863] +/Subtype /Link +/A << /S /GoTo /D (security-bugzilla-charset) >> +>> endobj +1740 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 547.3824 538.9788 558.2863] +/Subtype /Link +/A << /S /GoTo /D (security-bugzilla-charset) >> +>> endobj +1741 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 532.1744 144.4176 543.0535] +/Subtype /Link +/A << /S /GoTo /D (using) >> +>> endobj +1742 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 532.1744 538.9788 543.0535] +/Subtype /Link +/A << /S /GoTo /D (using) >> +>> endobj +1743 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 518.7548 163.3271 527.6014] +/Subtype /Link +/A << /S /GoTo /D (using-intro) >> +>> endobj +1744 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 518.7548 538.9788 527.6014] +/Subtype /Link +/A << /S /GoTo /D (using-intro) >> +>> endobj +1745 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 503.746 219.4857 514.65] +/Subtype /Link +/A << /S /GoTo /D (myaccount) >> +>> endobj +1746 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 503.746 538.9788 514.65] +/Subtype /Link +/A << /S /GoTo /D (myaccount) >> +>> endobj +1747 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 490.7946 187.9547 501.6985] +/Subtype /Link +/A << /S /GoTo /D (bug_page) >> +>> endobj +1748 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 490.7946 538.9788 501.6985] +/Subtype /Link +/A << /S /GoTo /D (bug_page) >> +>> endobj +1749 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 477.8432 193.2048 488.7471] +/Subtype /Link +/A << /S /GoTo /D (lifecycle) >> +>> endobj +1750 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 477.8432 538.9788 488.7471] +/Subtype /Link +/A << /S /GoTo /D (lifecycle) >> +>> endobj +1751 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 464.8917 190.9931 475.7957] +/Subtype /Link +/A << /S /GoTo /D (query) >> +>> endobj +1752 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 464.8917 538.9788 475.7957] +/Subtype /Link +/A << /S /GoTo /D (query) >> +>> endobj +1753 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 453.9976 207.1625 462.8442] +/Subtype /Link +/A << /S /GoTo /D (boolean) >> +>> endobj +1754 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 453.9976 538.9788 462.8442] +/Subtype /Link +/A << /S /GoTo /D (boolean) >> +>> endobj +1755 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 440.9266 261.2595 449.8928] +/Subtype /Link +/A << /S /GoTo /D (pronouns) >> +>> endobj +1756 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 440.9266 538.9788 449.8928] +/Subtype /Link +/A << /S /GoTo /D (pronouns) >> +>> endobj +1757 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 426.0374 213.1605 436.9414] +/Subtype /Link +/A << /S /GoTo /D (negation) >> +>> endobj +1758 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 426.0374 538.9788 436.9414] +/Subtype /Link +/A << /S /GoTo /D (negation) >> +>> endobj +1759 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 413.086 239.6603 423.9899] +/Subtype /Link +/A << /S /GoTo /D (multiplecharts) >> +>> endobj +1760 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 413.086 538.9788 423.9899] +/Subtype /Link +/A << /S /GoTo /D (multiplecharts) >> +>> endobj +1761 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 400.5082 195.2473 411.0385] +/Subtype /Link +/A << /S /GoTo /D (quicksearch) >> +>> endobj +1762 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 400.5082 538.9788 411.0385] +/Subtype /Link +/A << /S /GoTo /D (quicksearch) >> +>> endobj +1763 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 387.1831 257.8315 398.0871] +/Subtype /Link +/A << /S /GoTo /D (casesensitivity) >> +>> endobj +1764 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 387.1831 538.9788 398.0871] +/Subtype /Link +/A << /S /GoTo /D (casesensitivity) >> +>> endobj +1765 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 374.2317 183.9298 385.1357] +/Subtype /Link +/A << /S /GoTo /D (list) >> +>> endobj +1766 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 374.2317 538.9788 385.1357] +/Subtype /Link +/A << /S /GoTo /D (list) >> +>> endobj +1767 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 361.2803 288.1781 372.1842] +/Subtype /Link +/A << /S /GoTo /D (individual-buglists) >> +>> endobj +1768 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 361.2803 538.9788 372.1842] +/Subtype /Link +/A << /S /GoTo /D (individual-buglists) >> +>> endobj +1769 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 348.3289 160.8562 359.2328] +/Subtype /Link +/A << /S /GoTo /D (bugreports) >> +>> endobj +1770 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 348.3289 538.9788 359.2328] +/Subtype /Link +/A << /S /GoTo /D (bugreports) >> +>> endobj +1771 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 335.3774 232.368 346.2814] +/Subtype /Link +/A << /S /GoTo /D (fillingbugs) >> +>> endobj +1772 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 335.3774 538.9788 346.2814] +/Subtype /Link +/A << /S /GoTo /D (fillingbugs) >> +>> endobj +1773 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 322.426 235.9544 333.3299] +/Subtype /Link +/A << /S /GoTo /D (cloningbugs) >> +>> endobj +1774 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 322.426 538.9788 333.3299] +/Subtype /Link +/A << /S /GoTo /D (cloningbugs) >> +>> endobj +1775 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 311.5318 164.4326 320.3785] +/Subtype /Link +/A << /S /GoTo /D (attachments) >> +>> endobj +1776 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 311.5318 538.9788 320.3785] +/Subtype /Link +/A << /S /GoTo /D (attachments) >> +>> endobj +1777 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 298.5804 198.4055 307.4271] +/Subtype /Link +/A << /S /GoTo /D (patchviewer) >> +>> endobj +1778 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 298.5804 538.9788 307.4271] +/Subtype /Link +/A << /S /GoTo /D (patchviewer) >> +>> endobj +1779 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 283.5717 308.7609 294.4756] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_view) >> +>> endobj +1780 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 283.5717 538.9788 294.4756] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_view) >> +>> endobj +1781 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 270.6203 353.433 281.5242] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_diff) >> +>> endobj +1782 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 270.6203 538.9788 281.5242] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_diff) >> +>> endobj +1783 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 257.6688 306.3201 268.5728] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_context) >> +>> endobj +1784 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 257.6688 538.9788 268.5728] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_context) >> +>> endobj +1785 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 244.7174 360.9847 255.6213] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_collapse) >> +>> endobj +1786 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 244.7174 538.9788 255.6213] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_collapse) >> +>> endobj +1787 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 231.766 300.1035 242.6699] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_link) >> +>> endobj +1788 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 231.766 538.9788 242.6699] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_link) >> +>> endobj +1789 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 218.8145 281.4438 229.7185] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_bonsai_lxr) >> +>> endobj +1790 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 218.8145 538.9788 229.7185] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_bonsai_lxr) >> +>> endobj +1791 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 205.8631 269.2792 216.767] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_unified_diff) >> +>> endobj +1792 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 205.8631 538.9788 216.767] +/Subtype /Link +/A << /S /GoTo /D (patchviewer_unified_diff) >> +>> endobj +1793 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 192.9117 172.3929 203.8156] +/Subtype /Link +/A << /S /GoTo /D (hintsandtips) >> +>> endobj +1794 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 192.9117 538.9788 203.8156] +/Subtype /Link +/A << /S /GoTo /D (hintsandtips) >> +>> endobj +1795 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 182.0175 213.5384 190.8642] +/Subtype /Link +/A << /S /GoTo /D (2644) >> +>> endobj +1796 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 182.0175 538.9788 190.8642] +/Subtype /Link +/A << /S /GoTo /D (2644) >> +>> endobj +1797 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 169.0661 188.6321 177.9127] +/Subtype /Link +/A << /S /GoTo /D (commenting) >> +>> endobj +1798 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 169.0661 538.9788 177.9127] +/Subtype /Link +/A << /S /GoTo /D (commenting) >> +>> endobj +1799 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 154.0574 276.2629 164.9613] +/Subtype /Link +/A << /S /GoTo /D (comment-wrapping) >> +>> endobj +1800 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 154.0574 538.9788 164.9613] +/Subtype /Link +/A << /S /GoTo /D (comment-wrapping) >> +>> endobj +1801 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 141.1059 215.4916 152.0099] +/Subtype /Link +/A << /S /GoTo /D (dependencytree) >> +>> endobj +1802 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 141.1059 538.9788 152.0099] +/Subtype /Link +/A << /S /GoTo /D (dependencytree) >> +>> endobj +1803 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 128.1545 222.9429 139.0584] +/Subtype /Link +/A << /S /GoTo /D (timetracking) >> +>> endobj +1804 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 128.1545 538.9788 139.0584] +/Subtype /Link +/A << /S /GoTo /D (timetracking) >> +>> endobj +1805 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 117.2604 186.8186 126.107] +/Subtype /Link +/A << /S /GoTo /D (userpreferences) >> +>> endobj +1806 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 117.2604 538.9788 126.107] +/Subtype /Link +/A << /S /GoTo /D (userpreferences) >> +>> endobj +1807 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 104.3089 230.9231 113.1556] +/Subtype /Link +/A << /S /GoTo /D (generalpreferences) >> +>> endobj +1808 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 104.3089 538.9788 113.1556] +/Subtype /Link +/A << /S /GoTo /D (generalpreferences) >> +>> endobj +1711 0 obj << +/D [1709 0 R /XYZ 71.731 729.2652 null] +>> endobj +1708 0 obj << +/Font << /F32 1286 0 R /F27 1278 0 R /F35 1723 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1858 0 obj << +/Length 55168 +/Filter /FlateDecode +>> +stream +xڔ�M�$Wbe�ׯ��\�O��Ƕ����0*��̂�ʮ"��H��֯���<�s����|<�Ҍ������������w�����w�������o����C��?�GN���p�_���Gw��v����7�;������S����|�_������;��c�������������r�|������������|{���v��w�;�߾���~��_������~��ˏ���w���������x8v����g�_�~w���?��ḻ\�G�d��tɻ��.��y���^��Q�� �mw9���R�8�r�������x,��4����t�����(w���t������(w���t����.��(w�k�i�{{?��}�&�Bݐw�ۥ���4ʝ�!��ޮ�����(w���;_��m�F�S_����s��K�8M�!�?��{{��i�;uC~:������(w���t�o�m�F�S_�/��sط�}�&�Bݐߟ�~k��(w���t��m�Q�� �����c}��Q�������۱���4����;]O�m�Q�� ��������q�Nݐߟ��\���i�;���v:��K�8M�!�?�㵽��4ʝ�!�?��]j��(w���t��S+�F�S_���O������4����������q�Nݐ�w�������(w�����}}��Q�ԗ�����v}��;�u�+uC~:�é�?N�ܩ���9���q�Nݐ?~��?�ܩ�����9���>N�|�n��O��(jF�17��G�?��|�F�S7��}����q�N}-?�����O�q����0w�۵V?N�۩���z�[��4ʝ�!�������0����|�?�s���ir/� ��ќ��{>N�ܩ���9���?�ژ���9�/��q�N}-?������q��uC~4����0���a�?��c{��it;uC~���O���q�N}-?��.�S���8M�!?���s{��i�;uC~�].�����(w���t�����4ʝ�Z~�?�ӵ���4����t��C+�F�S7���s���}�F�S7�����o��4ʝ�Z~�?��[{��i�/� ��鼽��}�F�S7����}�~�0N�ܩ����v�o��4ʝ�Z~{������$_�����rlo�8�r�n��O�|jo�8�r�n��O�t����i�;�����t� ��q��uC~:�K{��i�;uC~:�K{��i�;uC~:o���?N�ܩ/姷����V~��� _�����v����i�;uC~ޝ���V�8�r�nȯ���[}��Q�������\���>N�|�n��O�?���i�;uC~:�C{��i�;uC~:�C}��Q���������m�I�P7����o�"��(w���t�N�V�8�r�nȯ�������(w�k��mw�]��>N�|�n�������q�Nݐ�w�˵���4ʝ�!�?�����aT��t4�[{��ir/� �����{>N�ܩ���9����3qC{,����?N�ک����sٷ_��i�/� ����_�Qm� �ywx?��|�F�S7����V��6N�ܩ�嗷ݡ�E�q����0v�K� �:�n�n���|n��8�r�n���=�jc�6_�O��~7�N�{�n���pm��8�r�n��f�~7�N�ܩ���y�շ�q�N}-�������m�I�P7����~7�N�ܩ��n{ko�8�r�nȯ�˵�nb�F�S_���O��::M�!�?�s��4ʝ�!�?�S���:�r�n��O�x�o��4ʝ�R~~�?�C���: �!�?�}��4ʝ�!����@G�Q�� �uw~�Է�q�N}-߿��nm���$_����|m��X�Q�� �y�vi�F�S7���s~�o��4ʝ�Z~�?�S���:M�!�?�S��4ʝ�!�?�c���:�r�n��O����O(^G���m���nt��]/�������/������4_���Gh�uLM���4���������o����|����"l��w���ťv��f�}�w�����e�ܧ�^�]}�hw������?N�ܩ�����V��Y&n������v)��4���ћ��Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��;�*v�/�\���Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��;�*v�/�\���Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��;�*v�/�\���Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��+��س|�抽�����N�{);ɝ�+�R>*v�;5W�\;�j��K��b'�1s�^�G�Nn�抽�����N�{�;���+�R=*vr;5W�|T�$wj��K��b'�1s�ީU��{�抽�����N�{�~T�6f��K������\�wrU� _��b/ݏ�����{�;���+�R>*v�;5W�\;�j��K���I��\���Q��ܩ�b/�b'�Ss���U��|�抽�����N�{);ɝ�+�R>*v�;5W�\;�j��K���I��\���Q��ܩ�b/�b'�Ss���U��|�抽�����N�{);ɝ�+�R>*v�;5W�\;�j��K���I��\���Q��ܩ�b/�b'�Ss�^�gŞ�+5W�|T�$wj��K���I��\���Q��ܩ�b���A�Ps�^�G�Nr�抽�����N�{);ɝ�+�N���5W�|T�$wj��K���I��\���Q��ܩ�b���A�Ps�^�G�Nr�抽�����N�{�~T�6f��;�*vp/�\���Q��ܩ�b/�_+v&抽����N�{'W��+�����Im�\���Q��۩�b/�b'�Sc�G�jg抽T����N�{);ɝ+�����Im�\�wjU��^��b/�b'�Ss�^�G�Nr�抽�����N�{'W��+�R>*v�;5W�|T�$wj��K���I��\�wrU� _��b/�b'�Ss�^�G�Nr�抽�����N�{%�{���\���Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��;�*v�/�\���Q��ܩ�b/�b'�SsŞ��b�z��tA��fŞ�h����ܗ��V��ۍ*�qL��Q��������_}��b������_~����o�������>�=�I�����������6^�,m��?��/.(�� w*���\�-ȝ +�m'Wir�Bi[�gi��J�N���N�Ҷ����S����*mA�T(m+�,m�|�Bi��UڂܩP�vr�� w*���\�-ȝ +�m%��m�/T(m;�J[�;J�N���N�Ҷ����S���䳴�� +�m'Wir�Bi��UڂܩP�vr�� w*���|��Y�P����*mA�T(m;�J[�;J�N���N�Ҷ���6�*���\�-ȝ +�m'Wir�Bi��UڂܩP�6��6�W*���\�-ȝ +�m'Wir�Bi��UڂܩP�V�Y�f�Bͥm��-�� �m�Vin�Bi��Uڂܩ����*m�ڙP�vj���v*���\�-ȝ�K��=J[PJ�J=K��^�P�vr�� wj.m;�(mAmL(m;�J[p;J�J>K�,_����ܣ��1����*m��T(m;�J[�;J�J>K�,_�P�vr�� w*���\�-ȝ +�m'Wir�Bi[�gi��J�N���N�Ҷ����S����*mA�T(m+�,m�|�Bi��UڂܩP�vr�� w*���\�-ȝ +�m%��m�/T(m;�J[�;J�N���N�Ҷ����S���䳴�� +�m'Wir�Bi��UڂܩP�vr�� w*�������� +�m'Wir�Bi��UڂܩP�vr�� w*���|��Y�P����*mA�T(m;�J[�;J�N���N�Ҷ���6�*���\�-ȝ +�m'Wir�Bi��UڂܩP�V�Y�f�B�Ҷ����S����*mA��\�v�QڂژP�V�Y�f�B�Ҷ����Sci۩�-�?����*mA�T(m+�,m�|��Ҷs���ƄҶS���S����*mA��\�Vn��Y�L(m;�J[p;J�N���Nͥm��-�� �m���mv/T(m;�J[�;J�N���N�Ҷ����S���䳴�� +�m'Wir�Bi��UڂܩP�vr�� w*���|��Y�P����*mA�T(m;�J[�;J�N���N�Ҷ�?��Q�R����*mA�T(m;�J[�;J�N���N�Ҷ���6�*���\�-ȝ +�m'Wir�Bi��UڂܩP�V�Y�f�B�Ҷ����S����*mA�T(mc ڕ�pA��}��Tچ+���}yߝn�'*m�1���Gi�/_~������O?.�����]O���Ƿ��7�������O|��ܧ�\�?�m����v|yA����� _�������X���aTs�|��k�~�F�S7��G�����q�N�x)���|�yR�~&�37���Z/B�S�E�\/B�S��;��E� �L��W��"��^��"�N���ܩ�"�N���ܩ�"�N���ܩ�"�J>��|��<C'�<ȝ +��\� w*�3tr�3�ܩ0�P��<C�/T�g��g��Sa���k��N�y�N�y�;�*��g�� +��\� w*�3tr�3�ܩ0���5��r��<C%��Y�Pa���k��N�y�N�y�;�:��@�T�g��s�!�*�3tr�3�ܩ0���5��r��<C'�<ȝ +��|�3d�B�y�N�y�;�:��@�T�g��g��Sa����y�,_�0���5��r��<C'�<ȝ +��\� w*�34�y�(_�0���5��r��<C'�<ȝ +��\� w*�3T�9ϐ�5�3t�1��jc�<C��<�� +��\� wj�g�ܚg�jg�<C��<�� +��\� wj�g��c��Ƅy�J=��{��<C'�<ȝ��:��g��1a��Sk��N�y�J>��|��y��=�@mL�g�Ԛg��Sa���k��N�y�J>��|��<C'�<ȝ +��\� w*�3tr�3�ܩ0�P��<C�/T�g��g��Sa���k��N�y�N�y�;�*��g�� +��\� w*�3tr�3�ܩ0���5��r��<C%��Y�Pa���k��N�y�N�y�;�:��@�T�g��s�!�*�3tr�3�ܩ0���5��r��<C'�<ȝ +���i�!�W*�3tr�3�ܩ0���5��r��<C'�<ȝ +��|�3d�B�y�N�y�;�:��@�T�g��g��Sa����y�,_�0���5��r��<C'�<ȝ +��\� w*�3T�9ϐ��:��@�T�g��g��S�<C���6&�3T�9ϐ��:��@��8�Щ� �L�y�N�yP;�*��g���:��g��1a��Sk��N�y�N�y�;5�3Tn�3d�3a��Sk��N�y�N�y�;5�3t�1��jc�<C���ٽPa���k��N�y�N�y�;�:��@�T�g��s�!�*�3tr�3�ܩ0���5��r��<C'�<ȝ +��|�3d�B�y�N�y�;�:��@�T�g��g��Sa���?�3D�J�y�N�y�;�:��@�T�g��g��Sa����y�,_�0���5��r��<C'�<ȝ +��\� w*�3T�9ϐ��:��@�T�g��g��Sa�!L��pAc�����<C��߾(r<}|d��]N�}I�|ٝ����8��f�?���/���Ͽ�boA��?�������j���'�:�p��mok��;\�ǩ�+ޭ�2��kIYlL��(�O�ɼ0�6D%������W�YlLX�����fc�I�F�E��5"�AT^�Ad�1a�2k"��� *�c"[?�`�����u&l@TfM@d�1a��2k�!�� ��Y��lL�~h�s�!�� ��Y��lL}���|�fc��Ce��C6��\{�fg��Ce��C6�*�v�٘��P�5��Ƅ���<�ٙ��P�5��Ƅq�ʬm�l6&,;Tf ;d�1a֡1�U�hv&l:TfM:d�1aС2k�!�� k�Yc�lL�rh�s�!�� ;�Y3�lLq���p�fcCeրC6��\o�fg�vCe�tC6�*�v�٘��P�5ڐ�ƄɆ�<�ٙ��P�5א�Ƅ��ʬ��l6&,5Tf 5d�1a��0?�4$���ʬ��l6&4Tf�3d�1a��2k�!�� ��y.3D�3�.C%������W�YlLXd��d�fc�9�F�5��5"l1T^M1d�1a��2k�!���W*�a���D�`h�s�!�� ��Y��l�<�P���B�~&��B���Bf�\]�fg�ͅJ<&��3*���ؘ��P�5���Ƅ���<��ٙ��P�5���Ƅ��ʬ��l6&,,Tf ,d�1a^�1�u�hv&l+TfM+d�1aX�2kW!�� � +�Y� +�lL�Th�sQ!�� { +�Ys +�lLS���R�fcBeB6f�\Q�fgBeքB6*���٘��P�5���Ƅ��<��ٙ��P�5���Ƅфʬ̈́l6&,&Tf &d�1a.�0?�%$���ʬ��l6&%Tf�$d�1a%�2k$!�� �y.$D�3a�2k!�� ��Y��lLXF��F�fc�,Bc����L�D�̚D�fc� Be�B6�*���٘0�И�B4;v*�f�٘0�P��������x d�g"�4~�΄�ʬ�l6f>���݃l�ăՃʪу�5&L4�x���{�x�d�g"�T^md�1a�2k� ���g�V��qPy5q��Ƅ��ʬ}�l6f^7��c� {?aڠ��e�(v&�Tf�d�1aԠ2k� �� ��Y��lL�3h�s� �� [�YS�lL2���1�fcAeֈA6&�\0�fg�~Ae�|A6�*���٘�\P�5\��Ƅق���Z��6*�&�٘0XP��W��Ƅ��ʬ��l6&L4�T�΄��ʬ��l6&�Tfmd�1a��2k� �� ��y�D�3a��2k� �� ��Y��lLX%����Q�|5c���j��ۓۗ��������E����~����������7B�qNǴJ����?�;}|���_���vݺw��~w<����ǹO���������^��Q�� �ew|��r~'�F�S7��������0���1���n������^����z=��|�F�S7�e��=�6@mL��������Saq��?MnD�Jͣ�{�n�ژ��ѩ5�n���F'��ȝ��7*��7�ڙ0�ѩ��n��G'�ȝg8:�c�ğ���Q��GV/T���Z���Sa���k��N�I�N�M�;V9*����� +��\� w*lstr�s�ܩ0��ɵ�r��BG%�Y�Pa���k��N���N���;�::��:@�TX��s�#�*vtr-v�ܩ����5�r��lG'�nȝ +��|Nwd�B��N���;�;:�<@�T��������Saţ���,_�0��ɵ�r�G'טȝ +s�\{ w*,zT�9��F=:�V=@�T�������Saڣ�k��N�u�J>�=�|���G'��ȝ +�\# w*�|tr�|�ܩ���ȟ�>�|���G'��ȝ +{�\� w*L~trm~�ܩ��Q���G�/�<�ѹ���� ��Z��v*�tr��ܩy�rk$�� # �Z+ �v*�tr ��ܩy +�s�-P�@*���� +� �\� wj���c�ƄY�N�]p;�A*�����A:�X�1a�Sk �N���N���;VB*�� �� +C!�\K! w*l�tr���ܩ0�ɵr��bH%��!Y�Pa4��k5�N�ݐN���;�C:��C@�TX��s>$�*�tr-��ܩ�!��5"r�H'ȝ +K"�|N�d�B�1�N�5�;�D:�E@�T�����SaU���Y�,_�0,�ɵ,r�¶H'ȝ +�"�\�" w*,�4(_�02�ɵ2r���H'��ȝ +S#�\[# w*��T�97��G:�G@�T����Sav��kw�N��J>�G�|���H'��ȝ +�#�\$ w*L�trm��ܩ�BR��I�/T"��Z"�Sa���k��N�s$�{쑀ژ�HR��$Iv/T%��Z%�S�.I�~���3�I:��I@�TX'��s�$�j(��c��Ƅ��N��p;fJ:�vJ@�ԼTR�5U��΄��N��p;�J:�K@��<Yҹ�f �� �%�zΖd�B��N���;�K:��K@�T�/���/�Sa���� �,_�0b�ɵbr�I'א ȝ +S&�\[& w*��T�9g��M:�M@�T�4��5�Sa֤�k��N�e�F�4m�+�M:��M@�T�7��8�Sa⤓k��N���J>gN�|���I'�� ȝ +['�\c' w*̝tr흀ܩ�xR���I�/T=��Z=�Sa���k��N�铸��m�����J�'ኖ��͟��ۜ�42�i���?��?�j������ӿ�wϟ\/���?�ɗ8�}��u�z��_zqA/��(w��ɘh��s�%�*�tr ��ܩ0���5�r����=�_@mL~��s�%�*�tr ��ܩy��s��P�_:��_��T~i�O�/Q�R��K��/�6&�tj ��۩0���5�r���ʭᗬv&�tj ��۩0���5�r���N�~�g"�T�9����_:��_@�T~��~�Sa���k��N��J>�_�|���K'��ȝ +�/�\�/ w*�tr ��ܩ0�R���K�/T~��~�Sa���k��N��N���;�_*�~�� +�/�\�/ w*�tr ��ܩ0���5�r���K%��/Y�Pa���k��N��N���;�_:��_@�T~��s�%�*�tr ��ܩ0���5�r���K'��ȝ +�/�|�d�B��N���;�_:��_@�T~��~�Sa�����,_�0���5�r���K'��ȝ +�/�\�/ w*�4��(_�0���5�r���K'��ȝ +�/�\�/ w*�T�9���5�t�1�jc��K����� +�/�\�/ wj~��~�jg��K����� +�/�\�/ wj~��c��Ƅ�J=�_�{���K'��ȝ��_:�~�1a��Sk��N��J>�_�|����=�_@mL~��~�Sa���k��N��J>�_�|���K'��ȝ +�/�\�/ w*�tr ��ܩ0�R���K�/T~��~�Sa���k��N��N���;�_*�~�� +�/�\�/ w*�tr ��ܩ0���5�r���K%��/Y�Pa���k��N��N���;�_:��_@�T~��s�%�*�tr ��ܩ0���5�r���K'��ȝ +�/��i�%�W*�tr ��ܩ0���5�r���K'��ȝ +�/�|�d�B��N���;�_:��_@�T~��~�Sa�����,_�0���5�r���K'��ȝ +�/�\�/ w*�T�9����_:��_@�T~��~�S��K��/�6&�T�9����_:��_@��8�ҩ�/ �L��N��P;�_*�~�_:�~�1a��Sk��N��N���;5�Tn �d�3a��Sk��N��N���;5�t�1�jc��K���/ٽPa���k��N��N���;�_:��_@�T~��s�%�*�tr ��ܩ0���5�r���K'��ȝ +�/�|�d�B��N���;�_:��_@�T~��~�Sa���? �D�J��N���;�_:��_@�T~��~�Sa�����,_�0���5�r���K'��ȝ +�/�\�/ w*�T�9����_:��_@�T~��~�Sa�%.�t�/pAc����no��/�~w|?ݯ��Ú8�r:�N�����?���x�X=xө�ٗ�~����������Gx����t~Q��鴿n�̧�0^� �/9Ć/.(ņ w*Ć�|ƆY�P!6�� A�T� ;�bC�;b�N���N�ذ���0�*Ć�\�!ȝ +�a'Wlr�Bl���ܩV�f�B�ذ�+6�S!6�� A�T� ;�bC�;b�J>c�,_�vrņ w*Ć�\�!ȝ +�a'Wlr�BlX�gl��b�N���N�ذ�+6�S!6�� A�T� �Sl�+b�N���N�ذ�+6�S!6�� A�T� +�� �|��ذs���ƄذS+6�S!6�� A��VnņY�L� ;�bCp;b�N���Nͱa��!�� �a���av/T� ;�bC�;5dž�{Ć�6&Ć�Z�!�� +�a%��a�/�v��ژvjņ�v*Ć�\�!ȝ +�a%��a�/T� ;�bC�;b�N���N�ذ�+6�S!6��36�� +�a'Wlr�Bl���ܩvrņ w*Ć�|ƆY�P!6�� A�T� ;�bC�;b�N���N�ذ���0�*Ć�\�!ȝ +�a'Wlr�Bl���ܩV�f�B�ذ�+6�S!6�� A�T� ;�bC�;b�F�F�J�ذ�+6�S!6�� A�T� ;�bC�;b�J>c�,_�vrņ w*Ć�\�!ȝ +�a'Wlr�BlX�gl��b�N���N�ذ�+6�S!6�� A�T� +�� �|�Bl���ܩvrņ wj� ;�� AmL� +�� �{�Bl���ܩ16�ԏ�ğ�vbņ�v*Ć�|ƆY�PslعGljcBlة�۩vrņ wj� +�bìv&Ć�Z�!�� +�a'Wlr��ذs���ƄذR��0�*Ć�\�!ȝ +�a'Wlr�Bl���ܩV�f�B�ذ�+6�S!6�� A�T� ;�bC�;b�J>c�,_�vrņ w*Ć�\�!ȝ +�a'Wlr�Bl�ȟb�(_�vrņ w*Ć�\�!ȝ +�a'Wlr�BlX�gl��b�N���N�ذ�+6�S!6�� A�T� +�� �|�Bl���ܩvrņ w*Ć��kcC��>_P� ��ݱ��iw=��SO���el�߾|w8�_��~���_��_��(�������O��W���>�em�@��H�i�P���B��B�,_��tr�" w*�"�\�ȝ +�H'W(r�B(R�g(��B�N�P�N�P��+�S!�� +E@�TE�S(�+B�N�P�N�P��+�S!�� +E@�TE*�E�|��P�s�P�ƄP�S+�S!�� +E@���Tn�"Y�LE:�Bp;B�N�P�N͡H���� �H���Hv/TE:�B�;5�"�{�"�6&�"�Z��� +�H%��H�/��t���ژ�tj�"�v*�"�\�ȝ +�H%��H�/TE:�B�;B�N�P�N�P��+�S!��3�� +�H'W(r�B(����ܩ�tr�" w*�"�|�"Y�P!�� +E@�TE:�B�;B�N�P�N�P���P$�*�"�\�ȝ +�H'W(r�B(����ܩ�T��d�B�P��+�S!�� +E@�TE:�B�;B�F��D�J�P��+�S!�� +E@�TE:�B�;B�J>C�,_��tr�" w*�"�\�ȝ +�H'W(r�B(R�g(��B�N�P�N�P��+�S!�� +E@�TE*�E�|�B(����ܩ�tr�" wjE:�E@mLE*�E�{�B(����ܩ1�ԏPğ��tb�"�v*�"�|�"Y�Ps(ҹG(jcB(ҩ��۩�tr�" wjE*�B��v&�"�Z��� +�H'W(r��P�s�P�ƄP�R�P$�*�"�\�ȝ +�H'W(r�B(����ܩ�T��d�B�P��+�S!�� +E@�TE:�B�;B�J>C�,_��tr�" w*�"�\�ȝ +�H'W(r�B(�ȟB�(_��tr�" w*�"�\�ȝ +�H'W(r�B(R�g(��B�N�P�N�P��+�S!�� +E@�TE*�E�|�B(����ܩ�tr�" w*�"!chC���<_P +E���E����#��_�>�<u���r�����}��������1�z�"#��|��%���w��=�_���y���O������$��t���-O�vy��^^�˄��(w���;��?Z��Q�� �m�~ڟ[��4ʝ�Z~�?��a_��i�/� ����m�Q�� �����m�Q�� ��鼝���8�r���_��������4������ΧV�8�r�n�/������q�Nݐ�v�˥���(w�k���t������$_����9���>N�ܩ���9ޮ��q�Nݐߟ���(w�k���to�m�I�P7����ko�8�r�n��O�m���q�Nݐ�v�����aT�����ۡ���4�����^��=�Q�� �ew��Qm� ��ɜO�=�F�S_��o�Gs:;�N�|�n���xi�_�ژ���9\���q�Nݐ�����V�8�r�������)�0���a>�.��q���v�������{>N�ܩ���R����3������o� �I�P7���rٷ7|�F�S7���r���i�;uC~6�C}��Q���������m�I�P7���s8��}�F�S7����?��}�F�S7����v>���i�;u�����������4����;�?}l��(w���n�R>�xOr��7ޗ���{�;5���� _�����|���N�o�/���$wj~�})o�'�S��;��x��x_���I�����R>�xOr��7ޗ���{�;5���� _�����|���N�o�/���$wj~�})Cf$wj2��2�B�Cf�|��ܩyȬ��!3�;5���1dFr��!�N�!3�/�<dV�ǐɝ���J�2#�S�Y)Cf$wj2��s�,�Wj2+�cȌ�N�Cf�|��ܩyȬ��!3�;5�ur ��|��!���2#�1�Y�Cf�vj2+�cȌ�N�Cf�{��ڙyȬT�!3r;5���1dFr��!���2#�1�Y��j2+�cȌ�N�Cf��1dFjc�!�R=�����<d��5d���J�cȌ���Cf�z��۩yȬ��!3�;5�ur ��|��!�R>��H��<dV�ǐɝ���J�2#�S�Y'א�j2+�cȌ�N�Cf�|��ܩyȬ��!3�;5�ur ��|��!�R>��H��<dV�ǐɝ���J�2#�S�Y'א�j2+�cȌ�N�Cf�|��ܩyȬ��!3�;5�ur ��|��!�R>��H��<dV�ǐɝ���J�2#�S�Y%�CfY�R�Y)Cf$wj2+�cȌ�N�Cf�|��ܩyȬ�k��5���1dFr��!�R>��H��<dV�ǐɝ���:���@�P�Y)Cf$wj2+�cȌ�N�Cf�|��ܩyȬ�k��5���1dFr��!�R>��H��8dV�Cf�6f2��2�B�Cf�|��ܩiȬT2#�gb2+�cȌ�N�Cf�\Cf _�qȬt?��Hm�<dV�ǐ�����J�2#�S�Y�Cf�vf2+�cȌ�N�Cf�|��ܩqȬt?��Hm�<d֩5d��J�2#�S�Y)Cf$wj2+�cȌ�N�Cf�\Cf _�yȬ��!3�;5���1dFr��!�R>��H��<d��5d�J�2#�S�Y)Cf$wj2+�cȌ�N�Cf�|�e�J�Cf�|��ܩyȬ��!3�;5���1dFr��!�N�!3�/�<dV�ǐɝ���J�2#�S�Y)Cf$wj2��2�B�Cf�|��ܩyȬ��!3�;5��=�rȌ.�q�����Cf銖!����<d6N=�̎�!����~�x��2�tW>� 剾��_�6���T��9-�|�aZ���i)�;��:���@�T����sZ*�*LKurMK�ܩ0-��5-r�´T'״ȝ +�R�|NKe�B�i�N�i)�;��:���@�T���䚖�SaZ���i�,_�0-��5-r�´T'״ȝ���:����1aZ�R�i��^�0-��5-r��i��=��@mL���Ԛ��SaZ��?MKE�J��R�{LK�ژ0-թ5-n�´T'״ȝ���*����ڙ0-թ5-n�´T'״ȝ��:�cZ +ğ�0-U��TV/T���䚖�SaZ��kZ +�N�i�N�i)�;��*����� +�R�\�R w*LKurMK�ܩ0-��5-r�´T%��RY�PaZ��kZ +�N�i�N�i)�;��:���@�T����sZ*�*LKurMK�ܩ0-��5-r�´T'״ȝ +�R�|NKe�B�i�N�i)�;��:���@�T���䚖�SaZ���i�,_�0-��5-r�´T'״ȝ +�R�\�R w*LKU�9-����:���@�T���䚖�SaZ��kZ +�N�i�J>���|�´T'״ȝ +�R�\�R w*LKurMK�ܩ0-�ȟ���|�´T'״ȝ +�R�\�R w*LKurMK�ܩ0-U��T�/�<-չǴ�� �R�Z�R�v*LKurMK�ܩyZ�rkZ*�� �R�Z�R�v*LKurMK�ܩyZ�s�i)P��*����� +�R�\�R wj����cZ +�Ƅi�N�i)p;��*�����:����1aZ�SkZ +�N�i�N�i)�;��*����� +�R�\�R w*LKurMK�ܩ0-��5-r�´T%��RY�PaZ��kZ +�N�i�N�i)�;��:���@�T����sZ*�*LKurMK�ܩ0-��5-r�´T'״ȝ +�R�|NKe�B�i�N�i)�;��:���@�T���䚖�SaZ���i�,_�0-��5-r�´T'״ȝ +�R�\�R w*LK5�i�(_�0-��5-r�´T'״ȝ +�R�\�R w*LKU�9-����:���@�T���䚖�SaZ��kZ +�N�i�J>���|�´T'״ȝ +�R�\�R w*LKurMK�ܩ0-U��T�/T���䚖�SaZ��kZ +�N��R�{LK�ژ0-U��Tv/T���䚖�S�T�~LK��3��:���@�T����sZ*�j����cZ +�Ƅi�N�i)p;��:���@��<-U�5-��΄i�N�i)p;��:���@��<-չǴ�� �R�zNKe�B�i�N�i)�;��:���@�T���䚖�SaZ���i�,_�0-��5-r�´T'״ȝ +�R�\�R w*LKU�9-����:���@�T���䚖�SaZ��kZ +�N�i�F�4-�+��:���@�T���䚖�SaZ��kZ +�N�i�J>���|�´T'״ȝ +�R�\�R w*LKurMK�ܩ0-U��T�/T���䚖�SaZ��kZ +�N�i�8��MK��i��J�R�~w��v��ǟ^�i�������o��|��v�X�ұ����j[j�X�����|�������o����:����4!/���r��~chjc<!�0���a���1@��<�ѹ�0�� ��Z��v*c4�a�(_�y�s�aP�1:��1��T������S�0F��0FV;�1:��1��T������S�0F�~c��3�1*���� +��\� w*ctr c�ܩ0���5�r��0F%��Y�Pa��k�N�a�N�a�;�1:��1@�Tƨ�s#�*ctr c�ܩ0���5�r��0F'�0ȝ +��|cd�B�a�N�a�;�1:��1@�T������Sa���a�,_�0���5�r��0F'�0ȝ +��\� w*cT�9����1:��1@�T������Sa��k�N�a�J>�1�|��0F'�0ȝ +��\� w*ctr c�ܩ0�Q��0F�/T������Sa��k�N�a�N�a�;�1��0F��T������Sa��k�N�a�N�a�;�1*���1:����1a�Sk�N�a�N�a�;5cTn cd�3a�Sk�N�a�N�a�;5ct�1�jc�0F���ٽPa��k�N���{c�ژ0�ѩ5�n��0F%��Y�P�0F���6&ctj c�۩0���5�r��0F%��Y�Pa��k�N�a�N�a�;�1:��1@�Tƨ�s#�*ctr c�ܩ0���5�r��0F'�0ȝ +��|cd�B�a�N�a�;�1:��1@�T������Sa���a�,_�0���5�r��0F'�0ȝ +��\� w*cT�9����1:��1@�T������Sa��k�N�a�F�4��+�1:��1@�T������Sa��k�N�a�J>�1�|��0F'�0ȝ +��\� w*ctr c�ܩ0�Q��0F�/T������Sa��k�N�a�N�a�;�1*���� +��\� w*ctr c�ܩy�s�aP�1*���� +��\� wj��ԏa&�0F'�0�� +��|cd�B���{c�ژ0�ѩ5�n��0F'�0ȝ��1*��1�ڙ0�ѩ5�n��0F'�0ȝ��1:����1a�R�a��^�0���5�r��0F'�0ȝ +��\� w*cT�9����1:��1@�T������Sa��k�N�a�J>�1�|��0F'�0ȝ +��\� w*ctr c�ܩ0��ȟ�1�|��0F'�0ȝ +��\� w*ctr c�ܩ0�Q��0F�/T������Sa��k�N�a�N�a�;�1*���� +��\� w*ctr c�ܩ0���a��1��|A���0F����� ����+,c�cZ�8<�1��������o����ǿ��˫|�x��P�I�����Wi^�ͧ�9^�L���8$�/.(%� w*$͝\I3ȝ +Is%�Is�/TH�;��f�;��N���N����+i�S!i��3i�� +Is'W�r�B��ɕ4�ܩ�4wr%� w*$͕|&�Y�P!i��J�A�TH�;��f�;��N���N����Ϥ9�*$͝\I3ȝ +Is'W�r�B��ɕ4�ܩ�4W�4g�B����+i�S!i��J�A�TH�;��f�;��J>��,_��4wr%� w*$͝\I3ȝ +Is'W�r�B�\�gҜ���N���N����+i�S!i��J�A�TH��S��+��N���N����+i�S!i��J�A�TH�+�L��|�椹s���Ƅ��S+i�S!i��J�A�Ԝ4Wn%�Y�LH�;��fp;��N���N�Is�I3�� Is��Isv/TH�;��f�;5'͝{$͠6&$͝ZI3�� +Is%�Is�/Ԝ4w�4�ژ�4wj%��v*$͝\I3ȝ +Is%�Is�/TH�;��f�;��N���N����+i�S!i��3i�� +Is'W�r�B��ɕ4�ܩ�4wr%� w*$͕|&�Y�P!i��J�A�TH�;��f�;��N���N����Ϥ9�*$͝\I3ȝ +Is'W�r�B��ɕ4�ܩ�4W�4g�B����+i�S!i��J�A�TH�;��f�;��F��4G�J����+i�S!i��J�A�TH�;��f�;��J>��,_��4wr%� w*$͝\I3ȝ +Is'W�r�B�\�gҜ���N���N����+i�S!i��J�A�TH�+�L��|�B��ɕ4�ܩ�4wr%� wjN�;�H�AmLH�+�L��{�B��ɕ4�ܩ1i�ԏ�ğ��4wb%͠v*$͕|&�Y�Ps�ܹG�jcB�ܩ�4�۩�4wr%� wjN�+���v&$͝ZI3�� +Is'W�r�椹s���Ƅ��RϤ9�*$͝\I3ȝ +Is'W�r�B��ɕ4�ܩ�4W�4g�B����+i�S!i��J�A�TH�;��f�;��J>��,_��4wr%� w*$͝\I3ȝ +Is'W�r�B��ȟ��(_��4wr%� w*$͝\I3ȝ +Is'W�r�B�\�gҜ���N���N����+i�S!i��J�A�TH�+�L��|�B��ɕ4�ܩ�4wr%� w*$�1��f���4?_PJ����I��~%���qLI��e��������/���aw��������9�\4��E���������N�����h�S�h��h�� +Es'W�r�B���U4�ܩP4wr� w*͕|�Y�P�h��*�A�T(�;��f�;��N���N����Ϣ9�*͝\E3ȝ +Es'W�r�B���U4�ܩP4W�Y4g�B�����h�S�h��*�A�T(�;��f�;��J>��,_�P4wr� w*͝\E3ȝ +Es'W�r�B�\�gќ���N���N�����h�S�h��*�A�T(�+�,��|�B���U4�ܩP4wr� w*͝\E3ȝ +Es#*��|�B���U4�ܩP4wr� w*͝\E3ȝ +Es%�Es�/�\4w�Q4�ژP4wj��v*͝\E3ȝ���ʭ�9�� Es�V�n�B���U4�ܩ�h�ܣh�1�h�Գh�� +Es'W�r�梹s���Ƅ��S�h�S�h��h���=�fP��N���N�����h�S�h��h�� +Es'W�r�B���U4�ܩP4wr� w*͕|�Y�P�h��*�A�T(�;��f�;��N���N����Ϣ9�*͝\E3ȝ +Es'W�r�B���U4�ܩP4W�Y4g�B�����h�S�h��*�A�T(�;��f�;��J>��,_�P4wr� w*͝\E3ȝ +Es'W�r�B��ȟ��(_�P4wr� w*͝\E3ȝ +Es'W�r�B�\�gќ���N���N�����h�S�h��*�A�T(�+�,��|�B���U4�ܩP4wr� w*͝\E3ȝ +Es%�Es�/T(�;��f�;��N���N�Es�E3�� Es��Esv/T(�;��f�;5͝�Q4��3��N���N����Ϣ9�j.�;�(�AmL(�;��fp;��N���N�Es�Vќ�΄��S�h�S�h��*�A��\4w�Q4�ژP4W�Y4g�B�����h�S�h��*�A�T(�;��f�;��J>��,_�P4wr� w*͝\E3ȝ +Es'W�r�B�\�gќ���N���N�����h�S�h��*�A�T(��S��+��N���N�����h�S�h��*�A�T(�+�,��|�B���U4�ܩP4wr� w*͝\E3ȝ +Es%�Es�/T(�;��f�;��N���N��9D�m�4�������pE�|�y��W*���̢��(�����o��������~���O�����㟿��O/����H�ܗw�~k.[��,N��8}��������N�ⴒ��4�*��\�)ȝ +�i'Wq +r�Bq��U��ܩP�V�Y�f�B�ⴓ�8�S�8��*NA�T(N;��S�;��J>��,_�P�vr� w*��\�)ȝ +�i'Wq +r�BqZ�gq����N���N�ⴓ�8�S�8��*NA�T(N+�,N�|�Bq��U��ܩP�vr� w*��\�)ȝ +�i%��i�/T(N;��S�;��N���N�ⴓ�8�S�8m�O�i��T(N;��S�;��N���N�ⴓ�8�S�8��8���=�SP��N���N�ⴓ�8�SsqZ�U�f�3�8��*N��T(N;��S�;5��{��6&��z�ٽP�8��*NA��\�v�Q��ژP�vj��v*��|�Y�PsqڹGq +jcBqکU��۩P�vr� w*��|�Y�P�8��*NA�T(N;��S�;��N���N�ⴒ��4�*��\�)ȝ +�i'Wq +r�Bq��U��ܩP�V�Y�f�B�ⴓ�8�S�8��*NA�T(N;��S�;��J>��,_�P�vr� w*��\�)ȝ +�i'Wq +r�BqZ�gq����N���N�ⴓ�8�S�8��*NA�T(N�Sq�+��N���N�ⴓ�8�S�8��*NA�T(N+�,N�|�Bq��U��ܩP�vr� w*��\�)ȝ +�i%��i�/T(N;��S�;��N���N�ⴓ�8�S�8��8�� +�i'Wq +r�Bq��U��ܩ�8�ܣ8�1�8�Գ8�� +�i'Wq +r���S?�S&BqډU��کP�V�Y�f�B��i��)�� �i�Vq +n�Bq��U��ܩ�8��*N�ڙP�vj��v*��\�)ȝ����=�SP��J=���^�P�vr� w*��\�)ȝ +�i'Wq +r�BqZ�gq����N���N�ⴓ�8�S�8��*NA�T(N+�,N�|�Bq��U��ܩP�vr� w*��\�)ȝ +�i#*N�|�Bq��U��ܩP�vr� w*��\�)ȝ +�i%��i�/T(N;��S�;��N���N�ⴓ�8�S�8��8�� +�i'Wq +r�Bq��U��ܩP��&�+N�Fq�|A�8 Wt���r�������mO����u��������#��������+{�ҡ��<B���/�����S���۟����{������'���羽_����z��N7�Z��t���z.����KQ/.��q�Nݐ�v��Ǘ�:��4ʝ�Z~��})�I�P7����ko�8�r�n��O�m���q�Nݐ�v_�;��è6�k��~w��{>N�{�nȏ������q�Nݐ���Qm� ��ɜO�=�F�S_�7o�Gs���T#�i��� ���||�i��z���0ߟ��rmՏ��v���h����?N�ܩ���=|�yy�~&�37������>�q�Nݐ_v��{{��i�;uC~�]�[��Y&����������4����\.�����(w���\�_����(w���lN���?N�ܩ;(��s<��}�&�Bݐߟ�����q�Nݐ���N���;�g:��g@�T����s~&�*��tr�πܩ0?��5?r���L'��ȝ +�3�|��d�B���N���;�g:��g@�T���䚟�Sa~�����,_�0?��5?r���L'��ȝ +�3�\�3 w*��T�9?���g:��g@�T���䚟�Sa~��k~�N���J>�g�|���L'��ȝ +�3�\�3 w*��tr�πܩ0?S���L�/T���䚟�Sa~��k~�N���N���;�g���L��T���䚟�Sa~��k~�N���N���;�g*������g:����1a~�Sk~�N���N���;5��Tn��d�3a~�Sk~�N���N���;5��t�1?jc��L���3ٽPa~��k~�N��3�{�πژ0?ө5?n���L%��3Y�P��L��3�6&��tj�π۩0?��5?r���L%��3Y�Pa~��k~�N���N���;�g:��g@�T����s~&�*��tr�πܩ0?��5?r���L'��ȝ +�3�|��d�B���N���;�g:��g@�T���䚟�Sa~�����,_�0?��5?r���L'��ȝ +�3�\�3 w*��T�9?���g:��g@�T���䚟�Sa~��k~�N���F�4?�+�g:��g@�T���䚟�Sa~��k~�N���J>�g�|���L'��ȝ +�3�\�3 w*��tr�πܩ0?S���L�/T���䚟�Sa~��k~�N���N���;�g*����� +�3�\�3 w*��tr�πܩy~�s��P�g*����� +�3�\�3 wj���ԏ�&��L'���� +�3�|��d�B��3�{�πژ0?ө5?n���L'��ȝ��g*��g�ڙ0?ө5?n���L'��ȝ��g:����1a~�R����^�0?��5?r���L'��ȝ +�3�\�3 w*��T�9?���g:��g@�T���䚟�Sa~��k~�N���J>�g�|���L'��ȝ +�3�\�3 w*��tr�πܩ0?�ȟ�g�|���L'��ȝ +�3�\�3 w*��tr�πܩ0?S���L�/T���䚟�Sa~��k~�N���N���;�g*����� +�3�\�3 w*��tr�πܩ0?fS����1?�|A����L��߾(r<}|d�u~����������K���l��e�qL����?M�|����~��e�����?Sx֬7q��k{�N�]>��,_��}���/���|=����/��$_���>N)�;$wj^�)�cu��Nͫ;�|��ܩyu��ku�5���Cr��՝R>VwH�Ը�S��;�6f^���Z��Bͫ;�|��ܩqu�t?VwHm̼�S������Ww*�\���WwJ�cu���̫;�z��۩yu�����;5��tjg�՝R=Vw��Լ�S���ɝ�VwJ���&�՝N��P/Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝N���/Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝N���/Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝N���/Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝J>Ww�|��՝R>VwH�Լ�S���ɝ�WwJ�X�!�S��N'���j\�)ݏ�R3��걺Cn��՝R>VwH�Ը�ӹ�����WwJ�X�!�S��N)�;$wj\�)ݏ�R3��tj��{��՝R>VwH�Ը�S��;�6f^�)�cu��Nͫ;�\�; _�qu�t?VwHm̼�S������WwJ�X�!�S��N'���j^�)�cu��Nͫ;�|��ܩyu�����;5��tr��|��՝R>VwH�Լ�S���ɝ�WwJ�X�!�S��N'���j^�)�cu��Nͫ;�|��ܩyu�����;5��tr��|��՝R>VwH�Լ�S���ɝ�WwJ�X�!�S��N'���j^�)�cu��Nͫ;�|��ܩyu�����;5��T�+5���Cr��՝R>VwH�Լ�S���ɝ�Ww:�Vw@�P��N)�;$wj^�)�cu��Nͫ;�|��ܩyu��ku�5���Cr��՝R>VwH�Լ�S���ɝ�Ww:�Vw@�P��N)�;$wj^�)�cu��N��;����Cjc�՝N��p/Լ�S���ɝ�VwJ���&�՝R<VwH�Լ��ɵ��WwJ�cu���̫;�z��۩yu�����;5��tjg�՝R=Vw��Լ�S���ɝWwJ�cu���̫;�Z�;�^�yu�����;5���Cr��՝R>VwH�Լ��ɵ��WwJ�X�!�S��N)�;$wj^�)�cu��Nͫ;�\�; _�yu�����;5���Cr��՝R>VwH�Լ�S���N��Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝N���/Լ�S���ɝ�WwJ�X�!�S��N��Vw��>]PX�IW�����rv^ݹww�VwƩ��;�����}�����������~��?��v�Z��} +O����o�[�t���?_v�_\N +���T�;�z�;5���Ѓ�3�J<��^��wr� w*��\=ȝ +}'W@r�B@_�g@���N���N����+��S!��� +�A�T�+��|�B@��Ѓܩ�wr� w*��\=ȝ +}%�}�/T�;�z�;�N���N����+��S!���3��� +}'W@r�B@��Ѓܩ�wr� w*��|�Y�P!��� +�A�T�;�z�;�N���N����π>�*��\=ȝ +}'W@r�B@��Ѓܩ�W��g�B����+��S!��� +�A�T�;�z�;�F��G�J����+��S!��� +�A�T�;�z�;�J>�,_�9���#��1!��� +���T�;�z�;5��[}V;�N���N����+��Ss@߹G@jcB@_�g@���N���N�}�=�� }�V@n�B@_�g@��5��{��6&��Z=�� +}'W@r�B@_�g@���N���N����+��S!��� +�A�T�+��|�B@��Ѓܩ�wr� w*��\=ȝ +}%�}�/T�;�z�;�N���N����+��S!���3��� +}'W@r�B@��Ѓܩ�wr� w*��|�Y�P!��� +�A�T�;�z�;�N���N����?�Q�R!��� +�A�T�;�z�;�N���N����π>�*��\=ȝ +}'W@r�B@��Ѓܩ�W��g�B����+��S!��� +�A�T�;�z�;�J>�,_��wr� w*��\=ȝ���=zP�J=��^��wr� wj�;�#��g"��X=�� +}%�}�/��w�Ѓژ�wj��v*��\=ȝ��ʭ�>�� }�V@n�B@��Ѓܩ9���#��1!���3��� +}'W@r�B@��Ѓܩ�wr� w*��|�Y�P!��� +�A�T�;�z�;�N���N����π>�*��\=ȝ +}'W@r�B@��Ѓܩ�7�>�W*��\=ȝ +}'W@r�B@��Ѓܩ�W��g�B����+��S!��� +�A�T�;�z�;�J>�,_��wr� w*��\=ȝ +}����.h����pE�;�o����O�S@�߿��������̟��_�^^����H�������/��������_��~���_^�W���x�����W�[=�̢��bfQ�?��E����E�ܩ�EureQ w*dQ�|fQY�P!���ʢ@�TȢ:��(�;��N�, +�N�,���,*�*dQ�\Yȝ +YT'Wr�B�ɕE�ܩ�EU�Ee�B�,��+��S!���ʢ@�TȢ:��(�;��F��EE�J�,��+��S!���ʢ@�TȢ:��(�;��J>��,_�9���#��1!���ʢ��TȢ:��(�;5gQ�[YTV;��N�, +�N�,��+��SsչGjcBU�g����N�, +�N�YT�Y�� YT�Vn�BU�g��5gQ�{dQ�6&dQ�ZY�� +YT'Wr�BU�g����N�, +�N�,��+��S!���ʢ@�TȢ*�̢�|�B�ɕE�ܩ�EureQ w*dQ�\Yȝ +YT%�YT�/TȢ:��(�;��N�, +�N�,��+��S!���3��� +YT'Wr�B�ɕE�ܩ�EureQ w*dQ�|fQY�P!���ʢ@�TȢ:��(�;��N�, +�N�,��?eQQ�R!���ʢ@�TȢ:��(�;��N�, +�N�,���,*�*dQ�\Yȝ +YT'Wr�B�ɕE�ܩ�EU�Ee�B�,��+��S!���ʢ@�TȢ:��(�;��J>��,_��EureQ w*dQ�\Yȝ����=�(P��J=���^��EureQ wj̢:�#��g"dQ�XY�� +YT%�YT�/ԜEu�E�ژ�EujeQ�v*dQ�\Yȝ���ʭ,*�� YT�Vn�B�ɕE�ܩ9���#��1!���3��� +YT'Wr�B�ɕE�ܩ�EureQ w*dQ�|fQY�P!���ʢ@�TȢ:��(�;��N�, +�N�,���,*�*dQ�\Yȝ +YT'Wr�B�ɕE�ܩ�E5�,*�W*dQ�\Yȝ +YT'Wr�B�ɕE�ܩ�EU�Ee�B�,��+��S!���ʢ@�TȢ:��(�;��J>��,_��EureQ w*dQ�\Yȝ +YT�v�, +.hdQ����pEKu�,��y��v:Q5��,j�[����O���㟾����^/��?��������*��\>�T��2�4�p9n�Q3Z�?�-<�DB���zR��r�B�P�g�����N�h�N�h��+Z��S!Z��@�T��S��+��N�h�N�h��+Z��S!Z��@�T�*���|��h�s�h�Ƅh�S+Z��S!Z��@��-TnEY�L�:��p;��N�h�N��B���� �B���Bv/T�:���;5G�{D�6&D�Z��� +�B%��B�/�-t�-�ژ-tjE�v*D�\�ȝ +�B%��B�/T�:���;��N�h�N�h��+Z��S!Z��3Z�� +�B'W��r�B���-�ܩ-trE w*D�|FY�P!Z��@�T�:���;��N�h�N�h���h!�*D�\�ȝ +�B'W��r�B���-�ܩ-T�-d�B�h��+Z��S!Z��@�T�:���;��F�-D�J�h��+Z��S!Z��@�T�:���;��J>��,_�-trE w*D�\�ȝ +�B'W��r�B�P�g�����N�h�N�h��+Z��S!Z��@�T�*���|�B���-�ܩ-trE wj�:��@mL�*���{�B���-�ܩ1Z�ԏhğ�-tbE�v*D�|FY�Ps�йG��jcB�Щ-�۩-trE wj�*����v&D�Z��� +�B'W��r��h�s�h�Ƅh�R�h!�*D�\�ȝ +�B'W��r�B���-�ܩ-T�-d�B�h��+Z��S!Z��@�T�:���;��J>��,_�-trE w*D�\�ȝ +�B'W��r�B��ȟ��(_�-trE w*D�\�ȝ +�B'W��r�B�P�g�����N�h�N�h��+Z��S!Z��@�T�*���|�B���-�ܩ-trE w*D����h.hD����pE��\N���x�f�qj$�G�������������_���u}��/�7�o��o����X���e�m.������_���CǞ�w���������b^���l� �e�v���2?�٘���|�����a2��|&�_{�8fgn�����^��q����0ߟ����0���a�?��[{���l̍�ݟ�a_��q���0�W8Uf�*�� o���z)T6^ U��F�l6&��1��AE�3�eP�Y��fc�*�^��Ƅ�@Uf�*�� �j��P��LxTe����٘���ʬ�2�� eeVD��Ƅ��1ς2�� �deV>��Ƅx�2���fcB9Y�Nf�1!�,�O�d2/Lh&+���l6&��Y�d6j�ʬX2�� �dc��d4;3w��xd�����d�U#��ƄB�2+��fc�<����^#BYy�Ff�1!����"�٘����#����DH"�,"�ؙ�CVf��l�CV��Bf�g"���W!d2��<+�hvfn +�H ��3�ʫ�1�� �ceV���Ƅ��1��1�� �ceV���Ƅ�2�y�fcB�X�<f�1!wl̳v�fgB�X��:f�1!t����٘P9VfE��lLH�,�ٙ�7Vf��lL�+���l6&���Yac6���<��hv&4��YIc6��ʬ�1�� 5ceV̘�Ƅ��1ϒ1�� ceVƘ�Ƅ��2�a�fcB�X�0f�1!_,�O�b2/Lh+���l6&���Y�b6��ʬh1�� �bc��b4;z�ʬ\1�� �beV���ƄR�2+T�fcB�ؘg��΄F�2+Q�fcB�X��'f�1�N�̊�٘�&6�Y&F�3�K����٘%Vf5��l�\$V�$f�g"䈍wֈQ�Lh+�R�l6f+�C��O<�+�"��5&$��y�����V�f�g"ć�W�a��ʬ�0�����F��0z��a�Ur��Ƅ�2�7�fc�ڰ��0{?!5l��4�bgBgX��f�1!2��j�٘PVf��lL���ٙ�Vf���lL+���l6&T��YQa6���<��hv&�Y9a6b�ʬ�0�� %aeVH��Ƅ��0?U�ɼ0�!��J�٘Vf���lL�+���l6&���y����L�+���l6&D��Y�`6��ʬ`0�� �`c��`4;Z�ʬT0�� �`eV'��ƄJp�_k#�|5�|���e;ܾ���<�w���B��86��n �����n���������<�u������o/B���Ƿ?^�y������� +δ(��f[�� +qыJuȝ +}Q'W`r�Bb����ܩPU�e�B�Ш��4�S�5�䊍@�Tȍ:�z#�;��J>��,_�urUG w*tG�\�ȝ +�Q'W{r�B}T�g~���N� �N���+B�S!C���@�T(��S��+b�N� �N���+H�S!I��j�@�T��*�̒�|��0�s�2 �Ƅ6�S+N�S!O���@��\(Un%JY�L��:�*%p;:�N�P �NͩR���� �R���Rv/T�:��%�;57K�{DK�6&dK�Z��� +�R%��R�/�/u�Q/�ژ�/ujL�v*$L�\ ȝ +S%�S�/T�:�J&�;Z�N�� �N�����g�S�h��3i�� +QS'W�r�B���6�ܩ�6ur�M w*�M�|�MY�P!p��*�@�Th�:�"'�;2�N�� �N�ҩ���)�*�N�\�ȝ +�S'W�r�B����<�ܩP=U�=e�B�𩓫|�S�}�䊟@�Tȟ:��'�; +�F��@E�J������S���� +�@�TH�:�Z(�;j�J>s�,_�DurQ w*4Q�\Qȝ +YT'Wr�BU�g���N�: +�N�>��+��S!���j�@�T��*�̤�|�B(��UJ�ܩ�Jur�R wjΥ:��@mL(�*�L��{�B4��UM�ܩ���ԏp +ğ��Nub�S�v*�S�|�SY�Ps@չGAjcBCթQ�۩�QuruT wj.�*�R��v&�T�Z5�� +=U'WPr�椪s�� +�Ƅ��RϬ*�*�U�\eȝ +mU'W\r�B^���W�ܩPXU�Xe�B�Ȫ����S���� +�@�TH�:�Z+�;j�J>s�,_�\urW w*4W�\�ȝ +�U'Wwr�By�ȟҫ(_�_ur�W w*�W�\ȝ + V'W�r�B�U�g���B�N��N���+��S!����@�T(�*�L��|�B���Ue�ܩ�eur�Y w*�Y�j�,��g=_���]g�+Z�3�Y���۞�ql�Y�G��/1��?�������n��v�쎧�?`x2�xi�GI��b�o���ۇ��u��ůߴ~�����g�/.h���$_����r��;�?N�ܩ��n������i�;uC~�ѷ���;��4ʝ���F�J>_��^����@�;�����@�;^����@�;�X��+�|��K;��r��{;�^r�«;��r���+�l|�|�B������ܩ��vr5� w*4��\�/ȝ +�o%��o�/Th|;�_�;�N���N�Ʒ����S������ +�o'W�r�B������ܩ��vr5� w*4��|6�Y�P����j|A�Th|;�_�;�N���N�Ʒ�?5�Q�R����j|A�Th|;�_�;�N���N�Ʒ���7�jn|;�h|AmLh|;�_p;�N���N͍o�V��΄ƷS���S����j|A����v����ژ��V���f�B�Ʒ����Ss�۹G�jcB�۩���۩��V���f�B͍o��/�� �o�V�n�B������ܩ��V���f�B�Ʒ����S����j|A�Th|;�_�;�J>�,_���vr5� w*4��\�/ȝ +�o'W�r�B�[�g���N���N�Ʒ����S����j|A�Th|+�l|�|�B������ܩ��vr5� w*4��\�/ȝ +�o%��o�/Th|;�_�;�N���N�Ʒ����S��m�O�o��Th|;�_�;�N���N�Ʒ����S������ +�o'W�r�B������ܩ��vr5� w*4��|6�Y�P����j|A�Th|;�_�;�N���N�Ʒ���7�*4��\�/ȝ +�o'W�r��Ʒs���ƄƷR��7�*4��\�/ȝ�N�h|A���o'V�j�����_s�ם����Kk� H컱{f�#f":�ݻ7}S��RŔ�4U%��W������'������=O��mJ�e:�>;�_RsǷ�G�h˄�oG����BǷ����SsǷ���ʹgBǷ����S��������٣��eBǷ�g�7�K*t|;\_�=:���/�� +�W�pO��o�ώoƗT��v�:��{*t|;\_�=:���/�� +� +�ߌ/����pu|�T��v�:��{*t|;\_�=:� ~���� +�W�pO��o�����BǷ����S��[���%:���/�� +�W�pO��o�����BǷ�g�7�K*t|;\_�=:���/�� +�PEm;���F�����oxE��+���w|8=P�w<6:��K��ϟ>����폿|~��Ǘ�O�����?|x��Ͼ~z�������������5��Ͽ�����˷5��w��ݏO������]���+�����h�:މ�y�s��;o��t�����N��xpO�� +��;_R�x��u�����N��xpO������ +�;>�w2����N��xpO������ +�;���=�w*|�d|I������ +�;���=�w:\�;�{*�T�<���� +�;���=�w:\�;�{*�t��w��T8�i�㝈��p���:��S�x��u�����N��xpO�� +��;_R�x��u�����N��xpO������ +�;>�w2����N��xpO������ +�;���=�w*|�d|I������ +�;���=5�t�8��2�x����N��T8��p����x��/�;��N����О +�;>�w2������;@[&�t��w��T8��p����x��u��iτ㝎��؞ +�;���=5�t�8��2�x����N��T8��p���p���:��S�x��u�����N��㝌/�p���:��S�x��u�����N��xpO�� +��;_R�x��u�����N��xpO������ +�; ~u��5�w:\�;�{*�t��w��T8��p���p�S��x'�K*�t��w��T8��p���p���:��S�x����NƗT8��p���p���:��S�x'܋��;������:=n�W���9�=�f��w���v�{�[��˯�o���z9�9\w�i��>��o�������>�������O�>���v����o��/⍩��ۭ��9��z��d{����_R�s��9g�=5�9���s&�S�s��9g�=5�9w��_R�s��9g�=5�9���s&�S�s��9g�=5�9w��_R�s��9g�=5�9���s&�S�s��9g�=5�9w��_R�s��9g�=5�9���s&�S�s��9g�=5�9W��s�����K|�9�yι�ǜ3រ�K|�9�yι�5����K�2�L�e�9�s�d{j�s.�1�L���9��s�@{f�s.�1�L���9�s΄{j�s.�˜3і��;Zs�`/�yι�ǜ3��K�2�L�e�9�s�d{j�s�p�9���9�Ҿ�9m�yι�ǜ3ٞ��K|�9�yι�5�����K|4����+��#�Ss#��G#�pO͍�W#�%57�J|4����+��#�Ss#��G#�pO͍�W#�%57�J|4����+��#�Ss#��G#�pO͍�W#�%57�J|4����+��#�Ss#��G#�pO͍�W#�%57�J|4����+��#�Ss#��G#�pO͍� +�������V�F���FX��Fរa%>a�{jn�u�a�/��V�F���FX��Fរa%>a�{jn�u�a�/��V�F���FX��Fរa%>a�{jn�u�a�/��V�F���FX��F�a�}i�m����j�����FX��Fរa%��#�ubn���h������j����FXi_aD[fn���h�����V�F���FXg�FО�a%=ad{jn���h�VڗFі�a�F�Kjn���h�V�F���FX��Fរa�F�Kjn���h�V�F���FX��Fរa�F�Kjn���h�V�F���FX��Fរa>a_Ss#��G#�pO͍��0�=57�J|4�����p5��_Rs#��G#�pO͍��0�=57�J|4�����p5��_Rs#��G#�pO͍��0�=57�R]�l���<���FXzE����{x8��^n���^awc���/_?���j��������w�:؟z��ǧ�����[%�����^�� +��w[�����#�Yf7���Qo��ԍ�S����F�Ѝ��ٍ��� +ݨW7 +pO�nT����B7��Ս�S�U���%�Q�n�� +ݨW7 +pO�nT����B7��g7*�K*t�:\�(�=�Q�n�� +ݨW7 +pO�nT�_u�"��B7��Ս�S����F�Ѝ�pu���T�FU��Fe|I�ݨ��(�-�Q�n؞ +ݨW7 +pO�ݨ�V7*Ӟ ݨ�V7 +lO�nT�����nTg�nЖ ݨ��ݨl/�Ѝ�pu����܍��э�2����F���Ѝ��ٍ�����Q�=�Q@[&t�:Z�(�=�Q�n�� +ݨ +�ݨ�/�Ѝ�pu���T�Fu��Q�{*t�:\�(�=�Q>�Q_R����F�Ѝ�pu���T�Fu��Q�{*t�*|v�2��B7��Ս�S����F�Ѝ�pu���T�FU��Fe|I�nT����B7��Ս�S����F�Ѝ��ٍ��� +ݨW7 +pO�nT����B7��Ս�S���Wݨ���Ѝ�pu���T�Fu��Q�{*t�:\�(�=�Q>�Q_R����F�Ѝ�pu���T�Fu��Q�{*t�*|v�2��B7��Ս�S����F�Ѝ�pu���T�FU��Fe|I�nT����B7��Ս�Ss7��G7 +h˄nTE�nT��T�Fu��Q�{j�Fu����D�Fu��Q@{*t�*|v�2���nTg�nЖ ݨ�V7 +lO�nT�����nTe��iτnTG���B7��Ս�Ss7��G7 +h˄nTE�nT��T�Fu��Q�{*t�:\�(�=�Q�n�� +ݨ +�ݨ�/�Ѝ�pu���T�Fu��Q�{*t�:\�(�=�Q>�Q_R����F�Ѝ�pu���T�Fu��Q�{*t����5�Q�n�� +ݨW7 +pO�nT����B7��g7*�K*t�:\�(�=�Q�n�� +ݨW7 +pO�nT��nTƗT�Fu��Q�{*t�:\�(�=�Q���v���n��z�ow��+Z�Q�Ѝ:w�ۻ;�F��^�Q��n�?|�������?���~��o����__���������}�������7�>}��������/p�^�����Ont�^���g����?dh��R� �K*4 +:\��=�F�� +��W��pO�FA�_5 +"��B����(��S�Q��j���(�p5 +��ThT�ld|I͍����-�F؞ +��W��pO͍��V� Ӟ ���V��lO�FA��Q����FAg�FЖ ������l/��(�p5 +����(���(��2�Q��j����(���(�����=@[&4 +:Z��=�F�� +�� +����/��(�p5 +��Tht��{*4 +:\��=>_R�Q��j���(�p5 +��Tht��{*4 +*|6 +2��B����(��S�Q��j���(�p5 +��ThT�ld|I�FA��Q���B����(��S�Q��j���(���(��� +��W��pO�FA��Q���B����(��S�Q��W������(�p5 +��Tht��{*4 +:\��=>_R�Q��j���(�p5 +��Tht��{*4 +*|6 +2��B����(��S�Q��j���(�p5 +��ThT�ld|I�FA��Q���B����(��Ss���G��h˄FAE�FA��Tht��{jlt��Q���Dht�@{*4 +*|6 +2���FAg�FЖ ���V��lO�FA��Q����FAe�Q�iτFAG�Q���B����(��Ss���G��h˄FAE�FA��Tht��{*4 +:\��=�F�� +�� +����/��(�p5 +��Tht��{*4 +:\��=>_R�Q��j���(�p5 +��Tht��{*4 +��Q�5�F�� +��W��pO�FA��Q���B���g� �K*4 +:\��=�F�� +��W��pO�FA��FAƗTht��{*4 +:\��=m�����x�n�W��iwwx��:}��~�x���_����������h�/��?}����{���������3�_�~���l���{w�=������ۭ��;No��7���$[�|:�����S%_&�2ߖO����f���a�=sC>��o�w{<L�en���;|���$[�|�=<ޖ�˳�N|�}��nO��[=�37�����P���a�-sC>�n�-��,��7������}�/l�oWjn�?����T�z8�K�|��<_�V�˳�N�`�?���C�^&�27��d�о�I�̷������w_��7����x*��a�-sC>������l��iwl��_%�U����~��)���0���!��}�>��I�� ��Ӹ��G�|y�d�ܐ�?����ݾ<L�e�-�?�á|��� {�|����w{<L�en��ɯ��J�<L�en�����m)_&�2ߖ�����������aw:���x�d�ܐ��������l��iw|h����$[�����gr����y<�gn���]��z�d�ܐ�?��c�n��I�� ��39ܴ���a�-s�KN�?��}�n��A�� y|l%_&�2�[e+Y_*�e˄���d}�l�-�O�����F�3��d+Y�%�e˄o��d}�l�-�F���-�Y�L��F�_!eτ/��d}l�-�=����Y�L���J�7�f�2a契��K�=&^*Y/Y�L�w�dͻd�2aܥ���e˄e�B�vI� �.��U�,[&l�T�&]�l�0�R��sɲeK#�1�({f�r������R��qɰeK%k�%˖�\X.ѵD�o�\��d�2a���5ݒe���-<v[��:V[w��D�3a����ؒe��{-<�Z��:�Z*W[-�LXji�9�e��3-<VZ��:6Z*W-�Lh�d��d�2a����8K�=�Y*Y�,Y�L�e�dͲd�2a����ɒe˄E�F��,Q�L�c�d��d�2a���5Œe˄!�J�K�-VXy��D�3a������e˄��J��J�-�W*Y�+Y�LX^i�9�eτٕJ��J�-6W*Y�+Y�L\�d��d�2am����J�=�V*YK+Y�L�Y�dͬd�2ad�����e˄��B�XI� �*��u�,[&l�T��U�l�0�R��UɲeªJ#�Q�({&L�T�U�l���RɚSɲeJ%kK%˖ K*�<�T��0�R�ZQɲeJ%kB%˖ *����,[&��4�O��g�tJ%k9%˖ �)��ٔ,[fM�ౙ����Ҹs0% s)����,[f�J���TJV_��PJ�j'%�� +)�<GR��y"���BJv_'�>J�j%Ö �(��m�,[f^Fi` �D�a�r���a˄M�J�$J�-3�T��C���DXCi�9�aτ)�J�J�-vP*Y3(Y�LA�dm�d�2a����J�=�O*Y�'Y�L�>�dM�d�2a����{�e˄ՓF��'Q�L�<�d-�d�2a裸5w�e˄��J��I�-�N +�j�$�K&̜T�VN�l��qRɚ8ɲe��I%k�$˖ �&�<�M��0mR�Z6ɲe®I%k�$˖ �&��M�,[&,�4�4��gI%k�$˖ [&��)�,[&�l�q�;&�Ռ��W�VL�_�o1���=�b��ؽfLn/3&���4������`������sߘ0y��?��i�U�/�幻�/n 8w����͗�~yqO��O������<���n���w����O��n�ca��5[���pM�k�pO���x �� +�5>�k2��M�k�pO�� ���wl:{��m�0eS�s�&�K*��t��l���<h��c�h˄M��֨ ؞ +�6 ~�k�55/�t����2aܦ��n��¾M�k�pO�7����L{&��t�fn��T��p-���q릣/c7��N��� +�{7�^Ra��5y����M�k�pO�ݛ�� �� +�7>�o2����M�k�pO����� +8��=fp*|��d|I�%���� +c8�5�=�p:\�8�{*L�T������ +�8�Y�=�q:\�8�{*l�t��q��T�ǩ�%r:\9�{*��t�Vr��T���p ���0�S�s+'�K*��t��r��T��p-�������Sa6���nNƗTX��pM���0���Z��Sa?��5���N�� ��/�������SaH�õ���N�kLpO�9���Ӊ�� +�:�I�=Fu:\�:�{*��t��u��T�֩�%5��t����2a`��������N�kdpO�3;����L{&,�t��v��T��p����yo����Ж �;=7w�����N�kvpO��;�=�w��L���h����0�S�s'�Kj^���1��e�OGk�lO����� +S<>�x2���O�k�pO�A��"�� +�<�Q�=fy*|��d|I�e��4�� +�<�u�=�y:\=�{*L�T������ ++=���=�z:\K=�{*l�t��z��T���ד�%{:\�=�{*��t�V{��T���p ���0�S�s�'�K*��t��{��T��p-�������SaƧ��v|"��O�k�pO�1�ך�� +{>�A�=&}*|n�d|I�U��� +�>�e�=�}:\�>�{*��T������ +?���=F~:\+?�{*��t��~��T�������%�~:\s?�{*�t���Լ���c�h˄ٟ���?�^Ra���5��������:�:X@@{*L�U�������W�:{��m�0��Z�Sa��5���9���P�=�:Z�@`{*�u�V���Լ��ch˄i����@�^Ra��5���@P�k!pO����H�� +3A>w�2���RP�k*pO����Z�� +{A�� �=&�*|ne|I�ՠ�l�� +�A�� �=��:\�A�{*�5��~P��TX�pM�0"��Z�SaG��5$��P��-��/��&���SaP�õ(��¦P�kTpO�Y� +��B_RaY��5-��¸P�k]pO�}�8�� �C�/(M�W��7�n/�6��ccc�p��ǧ������O/��/��oM"<�?������n�?��7rN�ת���� +�x9i��lO����T���� +*[S��L�*�hM���0U��*��S�TAG_� +�~�S<� +2���TA�k��pO����T�� +S���=� +*|Nd|I����T�� +S���=� +:\S�{*LT��*��� +S���=� +:\S�{*Lt�� +��T�*��9U��%� +:\S�{*Lt�� +��T�*�pM��0UP�s� �K*Lt�� +��T�*�pM��0U��*��Sa����TAƗT�*�pM��0U��*��Sa���5U����TA�ϩ��/�0U��*��Sa���5U����TA�k��pO��� +�S_Ra���5U����TA�k��pO����T�� +S ~5U�5� +:\S�{*Lt�� +��T�*�pM��0UP�s� �Kj�*��1U��e�TAGk��lO����T���� +*[S��L�*�hM���0U��*��S�TAg���-� +*zNd{I����T���� +:{L�m�0U�њ*��Sa����TAƗ�<U��c��h˄����T؞ +S���=� +*|Nd|I����T�� +S���=� +:\S�{*LT��*��� +S���=� +:\S�{*Lt�� +��T�*��9U��%� +:\S�{*Lt�� +��T�*�pM��0UP�s� �K*Lt�� +��T�*�pM��0U��*��Sa����TAƗT�*�pM��0U��*��Sa���5U����TA�_MD|M����T�� +S���=� +:\S�{*LT��*��� +S���=� +:\S�{*Lt�� +��T�*��9U��%� +:\S�{*Lt�� +��T�*�pM��0UP�s� �K*Lt�� +��T�*�pM��y����TЖ S=� +����TA�k��pO�S}�*��u"Lt�� +��T�*��9U��%5Ot��*��2a���5U����TA�k��pO�S����L{&Lt�� +��T�*�pM��y����TЖ S=� +����TA�k��pO����T�� +S���=� +*|Nd|I����T�� +S���=� +:\S�{*LT��*��� +S���=� +:\S�{*Lt�� +��T�*h𫩂���0U��*��Sa���5U����TA�k��pO��� +�S_Ra���5U����TA�k��pO����T�� +S>� +2���TA�k��pO����T�� +S�a�N�S�/��n{� ���>U��o��遦 +�cc���2U�_��v��ߞ����_���{:����]S�V������N�����-���ܫW��h��������q~���_�F�S7����X�/#m��i�p��җ���ԍ������/�\O��n�����@[&ct��1��T��p c��y��5��iτa���0؞ +��a�=5ct�e�0�Q�s#�K*ct��1��T��p c��0������Sa���0FƗT��p c��0������Sa��5����0F��a��/�0������Sa��5����0F�kpO�a� +��_Ra��5����0F�kpO�a��0�� +�>�12���0F�kpO�a��0�� +��a�=�1*|cd|I�a��0�� +��a�=�1:\��{*cT����� +��a�=�1:\��{*ct��1��Tƨ�9���%�1:\��{*ct��1��T��p c��0���W�_Sa��5����0F�kpO�a��0�� +�>�12���a���@[&ct��1��T��p c��y��5��iτa���0؞ +��a�=5ct����2a���0F��T��p c��y���0Ж ��a�=�1*|cd|I���=�1��L��h c���0������Sa���0FƗT��p c��0������Sa��5����0F��a��/�0������Sa��5����0F�kpO�a� +��_Ra��5����0F�kpO�a��0�� +�>�12���0F�kpO�a��0�� +��a�=�1*|cd|I�a��0�� +��a�=�1:\��{*c4��0F��T��p c��0������Sa��5����0F��a��/�0������Sa��5����0F�kpO�a� +��_Ra��5����0F�kpO�a��0�� +�>�12���0F�kpO�a��0����1:{c�m�0�Q�s#�K*ct��1���8��їa�_'�0FkhO�a� +��_R�0Fg�a�-�1:Z�`{*ct��1���<�Q��ȴg�0FGklO�a��0����1:{c�m�0�Q�s#�K*ct��1��T��p c��0������Sa���0FƗT��p c��0������Sa��5����0F��a��/�0������Sa��5����0F�kpO�a��ƈ�� +��a�=�1:\��{*ct��1��Tƨ�9���%�1:\��{*ct��1��T��p c��0�Q�s#�K*ct��1��T��p c��0���axAc���a���~�0��?so��ߧa��[ c�_�1�����7�?�����O���W��v�u����}d��������ȸj�^E�����-�7^Pj���2���2��� +-�W�pO��i��e +��B˴��2�S�eZ�e��%Z���)�� +-�W�pO��i��e +��B˴�g�4�K*�L;\-S�=Z���)�� +-�W�pO��i�ϖiƗTh�v�Z��{*�L;\-S�=Z���)�� +-� +�-ӌ/��2�p�L�Th�v�Z��{*�L;\-S�=Z�>[�_R�e��j���2�p�L�Th�v�Z��{*�L��e�5Z���)�� +-�W�pO��i��e +��B˴�g�4�Kjn�v�h�m��2�h�L��Th�v�Z��{jn�V�Z���Lh�v�Z�`{*�L;\-S�=5�L;{�L��Lh�V�l�f{I��i��e +���ig��)Ж -ӎV�lO��i�ϖiƗ��2���2�2�e��j�����2�p�L�Th�V�l�f|I��i��e +��B˴��2�S�e��j���2���2��� +-�W�pO��i��e +��B˴��2�S�eZ�e��%Z���)�� +-�W�pO��i��e +��B˴�g�4�K*�L;\-S�=Z���)�� +-�W�pO��i�ϖiƗTh�v�Z��{*�L;\-S�=Z���)�� +-��j�F|M��i��e +��B˴��2�S�e��j���2���2��� +-�W�pO��i��e +��B˴��2�S�eZ�e��%Z���)�� +-�W�pO��i��e +��B˴�g�4�K*�L;\-S�=Z���)���[��=Z�@[&�L+z�L���B˴��2�Sc˴�/-S�_'B˴��2�S�eZ�e��%5�L;{�L��Lh�v�Z�`{*�L;\-S�=5�L+[-�L{&�L;Z-S�=Z���)���[��=Z�@[&�L+z�L���B˴��2�S�e��j���2�p�L�Th�V�l�f|I��i��e +��B˴��2�S�e��j���2���2��� +-�W�pO��i��e +��B˴��2�S�e��W-ӈ���2�p�L�Th�v�Z��{*�L;\-S�=Z�>[�_R�e��j���2�p�L�Th�v�Z��{*�L+|�L3��B˴��2�S�e��j���2 �ȶe +/h�L�_Pj��Wt�����I�����}��}�e���=~=�?���;镝�;o���Sz��u�W�K������ͧ_�����O�����������_����ZZ�����n��� ���;�X=���_B~����o��7��ӈ{�~�=���[��4��6~���w�O��n����t�◧�� ��;<۷}<���n���x����ӈ{��������mO��n���ݩ}��ӈ{�~��N-~yqO���?�����i�=�m�t���o�x��%u?�t�7��>�F�S7��O�f߾��i�=u?�ο͕���H[����~w{�m���4�K�~�=<��|<���n��_v����0Җ�!�2�w�{~ymO}�fws����:\O��n������/#m���'s{|h���h{�~�ќ����/O#�o�����b<L�gnȇ��������h{�~��O��{>�F�S7���X��>���ķ���n�pӾ��i��� ��s9��7|<���n�������/O#���gsw[�헧�ԍ���O�ph���4�K�~���ڷ}<���n��=�+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩 +�+S_S��T���)�=5�L��X�"�S��T���)�=5�Lu�V��_R��Ti_V���̼2U�ce�lO�+S%>V��Ը2��ce +h��+S%=V���Լ2U�ce�pO�+S�}Y�"�2��TGke +�%5�L��X�"�S��Ti_V���̼2U�ce�lO�+S��)��Ը2Uڗ�)�-3�L��X�"�S��T���)�=5�Lu�V��_R��T���)�=5�L��X�"�S��T���)�=5�Lu�V��_R��T���)�=5�L��X�"�S��T���)�=5�Lu�V��_R��T���)�=5�L��X�"�S��T���)�=5�Lu�V��_R��T���)�=5�L��X�"�S��T���)�=5�Lu�V��_R��T���)�=5�L��X�"�S��T���)�=5�LU�\�����W�J|�L�ye����រW�J|�L�ye�õ2���W�J|�L�ye����រW�J|�L�ye�õ2���W�J|�L�ye����រW�J|�L�ye�õ2���W�J|�L�ye�����W�J��2E�e敩����Kj^�*�2E������~Y�"�ub^�*�2E��敩���Kj\�*���і�W�Jz�L���ye�����W�:{�L�ye����ٞ�W�J|�L�qe��/+SD[f^��h�L���敩+S�{j^�*�2E��敩+S�{j^��p�L��敩+S�{j^�*�2E��敩+S�{j^��p�L��敩+S�{j^�*�2E��敩+S�{j^���2��55�L��X�"�S��T���)�=5�L��X�"�S��T�ke +�%5�L��X�"�S��T���)�=5�L��X�"�S��T�ke +�%5�L��X�"�S��T���)�=5�L�y�je�^��W/��~se*��_������7�����7�:�����%�<s�=�=�5�S/;S����������/������?���rsz����ַ������+Ss�%�ֹ�r�b��/(m�d|I� ���� +,� �=5o�t��`�2a����K��T�`�pm���y����Ж ,� �=6X�j�%�kj�`����e�KGk�lO� �����7X*[,��L�`�hm���������`�S�KG_6X�~�,<7X2���K�k�pO� ���� +,� �=6X*|n�d|I� ���� +,� �=6X:\,�{*l�T��`��� +,� �=6X:\,�{*l�t�6X��T�`�����%6X:\,�{*l�t�6X��T�`�pm���R�s�%�K*l�t�6X��T�`�pm������`�Sa����KƗT�`�pm������`�Sa��õ����K�� ��/������`�Sa��õ����K�k�pO� � +�,_Ra��õ����K�k�pO� ���� +, ~���56X:\,�{*l�t�6X��T�`�pm���R�s�%�Kj�`����e�KGk�lO� �����7X*[,��L�`�hm���������`�S�Kg� �-6X*zn�d{I� �����7X:{l��m������`�Sa����KƗԼ���c�h˄ ���؞ +,� �=6X*|n�d|I� ���� +,� �=6X:\,�{*l�T��`��� +,� �=6X:\,�{*l�t�6X��T�`�����%6X:\,�{*l�t�6X��T�`�pm���R�s�%�K*l�t�6X��T�`�pm������`�Sa����KƗT�`�pm������`�Sa��õ����K�_m�D|M� ���� +,� �=6X:\,�{*l�T��`��� +,� �=6X:\,�{*l�t�6X��T�`�����%6X:\,�{*l�t�6X��T�`�pm���R�s�%�K*l�t�6X��T�`�pm���y����Ж ,=7X����K�k�pO�,}�`�u"l�t�6X��T�`�����%5o�t��`�2a��������K�k�pO�,�� �L{&l�t�6X��T�`�pm���y����Ж ,=7X����K�k�pO� ���� +,� �=6X*|n�d|I� ���� +,� �=6X:\,�{*l�T��`��� +,� �=6X:\,�{*l�t�6X��T�`i� ���������`�Sa��õ����K�k�pO� � +�,_Ra��õ����K�k�pO� ���� +,>7X2���K�k�pO� ���� +,q<��`�46X�_P�` ��z������iww�y� ������e��~z���������黗����߾�����埿���??~�:x��Ǘ�_~���>�{�g?�����z����yx����E�m�5��~�G2��[lj��p����Ilj�^R�8��u�������lj@[&'v����T8N��y���%5'v�8N�2�8��u����qb��8pO��� +�lj_R�8��u����qb��8pO����q"�� +lj>�3���qb��8pO����q"�� +lj��D�=�+|'f|I����q"�� +lj��D�=�;\lj�{*'V�<N��� +lj��D�=�;\lj�{*'v���T8N��y���%�;\lj�{*'v���T8N�p'�p���Wlj_S�8��u����qb��8pO����q"�� +lj>�3���qb��8pO����q"�� +lj��D�=�+|'f|I����q"�� +lj��D�=�;\lj�{*'V�<N��� +lj��D�=�;\lj�{j>N��q��e�qbE���l/�p���:N�S�qbG_�~�lj��D�=�+|'f|I�lj�=���L8N�h'���p���:N�S�qbe�81Ӟ lj��D�=�;\lj�{j>N��q��e�qbE���l/�p���:N�S�8��u����qb��8pO��� +�lj_R�8��u����qb��8pO����q"�� +lj>�3���qb��8pO����q"�� +lj��D�=���81�k*'v���T8N�p'�p���:N�S�8���qbƗT8N�p'�p���:N�S�8��u����qb���Č/�p���:N�S�8��u����qb��k���������+��ljw���q�x��8�p9N������/_�}�����?�������W�����|x�?_��w���|����?�����w�3v����������_����|���������_~������W����w���x�û��\?����o���[H������7�5u�n�{v~[Ow�?�ϕ�:?W�~G��Jo������ +�+u�>W�S�s� +��+e|I�ϕ:\�+��R��s%�=>W�p}�����J>?W��� +�+u�>W�S�s���J�{*|����\ pO�ϕ*|~���%>W�p}�����J�ϕ�����Rg�ϕ��L�\����J�^R�s���J�{j�\��/�+�:>W�`}�����J>?W����?W���Ж �+u�>W�S�s���J�{j�\����R�=>W�h}�����J�ϕ�����Rg�ϕ��L�\����J�^R�s���J�{*|����\ pO�ϕ:\�+��R��ϕ2����J�ϕ��T�\������ +�+u�>W�S�s� +��+e|I�ϕ:\�+��R��s%�=>W�p}�����J ~��R��T�\������ +�+u�>W�S�s���J�{*|�T��s��/��R��s%�=>W�p}�����J�ϕ��T�\����J_R�s���J�{*|����\ pO�ϕ�g ��J����J�/(}�^���=|�t8�(nO��塗O��.�*��������/?�����������??����e��_���|����'N�7\ߝ�{�!L��8<��ܫo�N����W��}��I_��e˄/�n��]�Q�L���J�mg�2�k�+Y߲�e˄�خd}�v�-�`����kG�3�۵+Y_��e˄�֮d}�v�-�W�����Y�L�R�F�ߩeτoԮd}�v�-�N���m�Y�L�.�J�Wig�2ዴy~�v�=�E���%�Y�L� +�J�7hg�2���+Y_��e˄/�n����Q�L���J�gg�2�k�+Yߚ�e˄�̮d}ev�-�0����/;�K&|[v%�˲�l��Uٕ�o�βe��dW��&;˖ _����;�����+x|Avv_'��cW��;Ö ߍ]��j�,[f�b���bG��[�+W_��a˄�Įd}#v�-3v����N���Ɲs��L��dmMf�2��d����N������d�-6&yNLF�3��d�}��N�u��ոd�-�%+Y˒Y�Lؕl�9+eτQ�J֦d�-%+Y��Y�L���d�If�2aK���d�=�$+Y;�Y�LX��d�Hf�2aB��� �e˄��F��Q�L��dmGf�2a9��5�e˄��J�jd�-6#yNFF�3a0����e˄��J�Xd�-�"+YK�Y�L؉l�9eτ��J�Fd�-"+Y�Y�L���d�Cf�2a����!��d�0d%���e˄�^%���e˄�^%���e˄�^#��^�=J{���^�-{���^�-�z���^�-�z�<�zQ�L(�U�zzY�Lh�U�JzY�L��U�zY�L��5��E�3��W���e�2��W�*�e�2s-��G+/������aτB^%���eˌm�ʽ���*�x��&^v-zx�<kxQ��\«������Dh�U� +x�L��U��wY��ܽk`U�k�P��\��2l�к�d��l��rW��q��зk�Y���gBٮ�յ˲eBӮ�U�˲eBͮ�ղ˲eBǮ�g�.ʞ �JV�.˖ ��JV�.˖ պJV�.˖ ��F���({&��*Y��,[&4�*Y��,[&��*Ym�,[&t� +��J��%�t��]�-Zt��]�-*t��]�-�s�<�sQ�L(�U��sY�Lh�U��sY�L��U�ZsY�L��5��E�3�0W���e�2�-W�*�e�2�*�]�j�r�Ռ��իy<n��_�o�_�?���v�%<���S/E��KQ��w5n��O?���/7�7�۷�����/?����߿<��t��د�����:��kX�އ�遻r�1�r��Ж{����� +�� +����/�Й�p����T��u�zs�{*4�:\�9�=�s>�s_R�?��*��P��pu���Th�u�jt�{*�*|6�2��B���U��S�N�����Ш�pU���T(�U�l�e|I�^]��X��B���խ�S�]����P���ٰ��� +�W�pO��]��g��BӮ�U��S�l��Wm����з�p���T��u�:w�{*��:\�;�=�w>�w_Rs���G�h˄�]G���B��U��Ss ����˴gB��U��S��������٣��eB!��g#/�K*t�:\�<�=5��:{��Lh�u��y`{*��*|��2���~^g��Ж ��VGlO��^�����BQ��gS/�K*t�:\e=�=�z���� +��WepO��^���^ƗT��u��{�{*T�:\�=�=�{���� +� +� ��/����p����T��u�z|�{*4�:\U>�=�|>�|_R����*��P��pu���Th�u�j}�{*�*|6�2��B���U��S����������pU���T(�5�U�/�k*��:\E?�=�~���� +m�W�pO��_���_ƗT��u�J�{*��:\�?�=����� +� +����/����p��T��v�:��{*��;\5@�=��>��_R���*�P�p������Q �2�Xѳ��%z��b ����}��:ځ�z О +� +� ��/��#�٣$�eBM����S�)�� +,X�jf�3�/��*���P�pu�����Q�2�8Xѳ9��%���� �� +��WpO�a��B��B���g�0�K*�;\EB�=���.!�� +m�W�pO�Ba��FaƗT�v�J��{*� +;\�B�=���j!�� +���jF|M�~a��`��BŰ��1�S�e���P4���4��� +]�W�pO��a��o��B��U9�S�tX�u��%z���!�� +��W�pO��a��u�CxA�x��R1����@�9���� ���K�xi ���}������|���x����?}����ǯ.��wO�?�x���O��������???}������m����������\���a�pu�����������xA��pO�c� +���_R�sg�cg�-��;Z��`{*;w�����|�\�:vδg±sG��lO�c�ױ3�����;{;m�p�\���9�K*;w�����|�����h˄c�ֱ3؞ +��>��3���c����@[&;w�����T8v�p;�p�\���9�K*;w����T8v�p;�p���:v�S�ع��sƗT8v�p;�p���:v�S�ع�u���±s��c�/�p���:v�S�ع�u���±s���pO�c� +���_R�ع�u���±s���pO�c�ױ3�� +��>��3��±s���pO�c�ױ3�� +���cg�=�����9�k*;w����T8v�p;�p���:v�S�ع��sƗT8v�p;�p���:v�S�ع�u���±s��c�/�p���:v�S�ع�u���±s���pO�c� +���_R�ع�u���±s���pO��Ν=����L8v��y��%��;\�{j<v��˱3���ع�u���±s��c�/��ع�DZ3Ж ���cg�=��;\�{j>v�l;g�3�ع�u���±s���pO��Ν=����L8v��y��%��;\�{*;w����T8v�p;�p�\���9�K*;w����T8v�p;�p���:v�S�ع��sƗT8v�p;�p���:v�S�ع�u���±s�_;G|M�c�ױ3�� +���cg�=��;\�{*;W�<v��� +���cg�=��;\�{*;w����T8v��y��%��;\�{*;w����T8v�w�ݱ3��q�|��ұsxE˱�}>v�?ο`z9v~�;���_�^��/_�>_Μ�}~������?����]��7�����H����6�Y�c���ۗ�o��pyK��������{j����qy�g��ے��d{j��-�qyK�����Ҿ\�m���uy���/oK|\����/��D[f��-�qyK�������-�Kj��-���-і�/oKz\ޒ�������-រ/o;\���/������-រ/oK|\�������-រ/o;\���/������-រ/oK|\�������-រ/o;\���/������-រ/oK|\�������-រ/o;\���/������-រ/oK|\�������-រ/o;\���/������-រ/oK|\�������-រ/o+|^�f|M͗�%>.o ��|y[���pO͗�%>.o ��|y�Ẽ|I͗�%>.o ��|y[���pO͗�%>.o ��|y�Ẽ|I͗�%>.o ��|y[���pO͗�%>.o ��|y�Ẽ|I͗�%>.o ��|y[���pO����}��%�2��mG���%5_ޖ���%�S��mI�\��:1_ޖ�%�S��m����%5^ޖ���h�̗�%=.o���|y[���pO����=.o���|y[���lO͗�%>.o ��xy[ڗ�[�-3_�v�.o�^R��m���[�=5_ޖ���%�S��m���[�=5_�v�.o_R��m���[�=5_ޖ���%�S��m���[�=5_�v�.o_R��m���[�=5_ޖ���%�S��m���[�=5_�V�������/oK|\�������-រ/oK|\�����uy���/oK|\�������-រ/oK|\�����uy���/oK|\�������-រ/o��guyK/��ܫ���yy�^�o�>�f�r�/o�S/���_߭?�����N�g�w�������~�z���}����'�?�v�7��������ݟ���r���O����o��ޟ/��/���/??}��_nnn������#ޟ.G�����������W�7ޗ�������<��o�<��~����/(�]�pvU���*�K*�]u�ή��T8��p�]�pv��:��S�����UƗT8��p�]�pv��:��S���uv����U�ϳ��/�pv��:��S���uv����U��� +pO��� +�gW_R���uv����U��� +pO������� +gW>Ϯ2����U��� +pO������� +gW��+�=ή���*�k*�]u�ή��T8��p�]�pv��:��S�����UƗT8��p�]�pv��:��S���uv����U�ϳ��/�pv��:��S���uv����U��� +pO��� +�gW_R���uv����U��� +pO�gW�=ή��L8���yv��%ή:\gW�{j<��������쪃uv����U�ϳ��/��쪳��Ж gW��+�=ή:\gW�{j>��l�]e�3�쪣uv����U��� +pO�gW�=ή��L8���yv��%ή:\gW�{*�]u�ή��T8��p�]�pvU���*�K*�]u�ή��T8��p�]�pv��:��S�����UƗT8��p�]�pv��:��S���uv����U�_�]E|M������� +gW��+�=ή:\gW�{*�]U�<���� +gW��+�=ή:\gW�{*�]u�ή��T8���yv��%ή:\gW�{*�]u�ή��T8� +g:����qvu��O�gW��泫翎x�y���������e�������__�������c���O��^��˟?��x9�z��z�G?��_~~~�2���ן��������.wT?���������y��u[}wR�����-���������������Q�$�������n����e1�a���w,����J�,���b��_3���/��_�T�e����"�� +�,v�~Y�S����e1�k*�����epO�_;\�,���b��E�=~Y����bƗT�e����"�� +�,v�~Y�S���/��{*��X��Ō/���b��E�=~Y�p�����/����ExA����~Y��w����������o��o�c?�w����vww{��+;�w�|e����������?�������E���G������u������u +��?�n�=��/NϽzy��q�?�����/h��ӄ/�����֞��;��4➺����|a�ᗧ�� �������4��6~8�tn���>�&|I����LJ�mO#��qww:�o�xqO��O�LJ���<�������ww���mO��n����}��ӈ{�~���ߴo�xqO���?��}��_�F�S����?������ӄ/����s{۾��i�=u?�t���mO#����ssW�헧�Է��~wx�k���4�K�~؝N�w-~yqO�����ñ}��ӈ{�~ڝ���m�<������=�?�o�x��%u?�t�N��>�F�S7��O��|d�ᗧ�� ��ӹ}����ӈ{�����ӹ�i���4�K�~���oڷ}<���n���;}��ӈ{�~�=<���\F�2ߖ����m�����^R7���/��{>�F�S7��_�k��a�-sC>�d������4ڞ�&~�������Ԯ��4�k�~��\�̓l�<��en�����/O�����G�����ӈ{������i�:e<L�gn�� ���=�F�S7��nzl���4➺��v��-��Y�_'����w���� O��n���q߾��i�=u?�\���-~yqO���?����m�<������?�á}��ӄ/����s{h���4➺��:���mO#����ss�◧�Է�����}��ӄ/��aw:�o�xqO��������mO#��iw|����ӈ{������s*�ޓ�&|I���?���/P�4➺��:���mO#����s�����ӈ{�����ӹݷo�x��%u?�t������4➺��:7���>�F�S7�����P�헧�Է����о��i� ���{�k���4➺�ߟ�W��-~yqO���?����m�<�������?��c���� _R7��O��о��i�=u?�tnڷ}<���n����t�◧�Է��_7۷}<M����v���k���4➺���N�7��>�F�S7���p��o��i�=��q�����a_�M(= �����:�ۻ�<���n����a�◧�� ���9��Q�_�F�S������}��ӄ/������5F�27��f߾��i�=u?�hn��{~yqO}���=<����D{�|�ݞj��4ڞ����N��<���n��m{y6F�2ߖ��}��O���n����M������ ���i�Q��H[�|���ǖ�<���n�<_:c>�&|I���?�}m�<��en�c��5� ��°v�kXpO�a� +���_RaX��5� ��°v�kXpO�a�װ6�� +��>��3��°v�kXpO�a�װ6�� +���am�=��+|kg|I�a�װ6�� +���am�=��;\�ڀ{*kW����� +���am�=��;\�ڀ{*kw����T֮�9���%��;\�ڀ{*kw����T��p k�0���W��_SaX��5� ��°v�kXpO�a�װ6�� +��>��3��°v�kXpO�a�װ6�� +���am�=��+|kg|I�a�װ6�� +���am�=��;\�ڀ{*kW����� +���am�=��;\�ڀ{j���1� �e°vE�a�l/�0�����S�vG_��~����am�=��+|kg|I��ڝ=����L��h k���0�����S�vekX;Ӟ ���am�=��;\�ڀ{j���1� �e°vE�a�l/�0�����SaX��5� ��°v�kXpO�a� +���_RaX��5� ��°v�k+pO����V"�� +[�>�3���Vb�k+pO����V"�� +[���D�=��j+1�k*l%v���T�J�pm%����J�Sa+���VbƗT�J�pm%����J�Sa+�õ����Vb�ϭČ/������J�Sa+�õ����Vb�k�����������^���v�J����Л�= k��^���K��_�}���|z�W������?��������~������Oo�,o����T<�{skS�����x����7^P�>��}�pu�T�>V��>f|I��c�����B����}�S�����>��}���}��� +��W�pO��c�����B����}�S��X����%����#�� +��W�pO��c�����B���g�1�K*t;\�G�=����#�� +��W�pO��c���cƗT�>v����{*t;\�G�=����#�� +����>F|M��c�����B����}�S�����>��}���}�������=��@[&t;Z�G�=����#��������c�=����#؞ +��W�pO�����G�-��=���^R�����>��٣��eB����}�S��X����%5w;{t��L�>v���`{*t;\�G�=��>��_R�����>��}�pu�T�>v����{*t+|v3��B����}�S�����>��}�pu�T�>V��>f|I��c�����B����}�S�����>��}���}��� +��W�pO��c�����B����}�S��X����%����#�� +��W�pO��c�����B������_S�����>��}�pu�T�>v����{*t+|v3��B����}�S�����>��}�pu�T�>V��>f|I��c�����B����}�S�����>��}���}��� +��W�pO��c�������cg��#Ж �NJ���l/��}�pu���}��K���}�`u��T�>V��>f|I�����G�-����#؞ +��W�pO����V�1Ӟ �ǎV�lO��c�������cg��#Ж �NJ���l/��}�pu�T�>v����{*t;\�G�=��>��_R�����>��}�pu�T�>v����{*t+|v3��B����}�S�����>��}�pu�T�>6�U�1�k*t;\�G�=����#�� +��W�pO��c���cƗT�>v����{*t;\�G�=����#�� +�� +��nj/��}�pu�T�>v����{*tC9��>��������]w/;;wo�v���=t�S/��������������<}�����ˏ���~��O�~��a=����<�}�������t�*C�C��������pH��J��{*�w���T8�o�C����pH��:��Sᐾ�uH���!}��pO�C� +���_R�!}g�Cz�-�;Z��`{*�w����|H_�:�ϴg�!}G�lO�C��!=����;{�m�pH_��>�K*�w����|H���h˄C���!=؞ +��>�3���C����@[&�w����T8��p��pH_��>�K*�w���T8��p��pH��:��Sᐾ��!}ƗT8��p��pH��:��Sᐾ�uH���!}��C��/�pH��:��Sᐾ�uH���!}��pO�C� +���_Rᐾ�uH���!}��pO�C��!=�� +��>�3���!}��pO�C��!=�� +���Cz�=���>�k*�w���T8��p��pH��:��Sᐾ��!}ƗT8��p��pH��:��Sᐾ�uH���!}��C��/�pH��:��Sᐾ�uH���!}��pO�C� +���_Rᐾ�uH���!}��pO͇��=遶L8���yH��%�;\��{j<����!=��ᐾ�uH���!}��C��/������!=Ж ���Cz�=�;\��{j>��l�g�3ᐾ�uH���!}��pO͇��=遶L8���yH��%�;\��{*�w���T8��p��pH_��>�K*�w���T8��p��pH��:��Sᐾ��!}ƗT8��p��pH��:��Sᐾ�uH���!}�_�G|M�C��!=�� +���Cz�=�;\��{*�W�<���� +���Cz�=�;\��{*�w���T8���yH��%�;\��{*�w���T8�����!=��qH���!}xE�~8����� ����a�p|�������!���8/���h/�����������7_�U��?���-endstream +endobj +1857 0 obj << +/Type /Page +/Contents 1858 0 R +/Resources 1856 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 1950 0 R +/Annots [ 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R 1920 0 R 1921 0 R 1922 0 R 1923 0 R 1924 0 R 1925 0 R 1926 0 R 1927 0 R 1928 0 R 1929 0 R 1930 0 R 1931 0 R 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R 1938 0 R 1939 0 R 1940 0 R 1941 0 R 1942 0 R 1943 0 R 1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R ] +>> endobj +1860 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 707.2479 223.1921 716.0945] +/Subtype /Link +/A << /S /GoTo /D (emailpreferences) >> +>> endobj +1861 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 707.2479 538.9788 716.0945] +/Subtype /Link +/A << /S /GoTo /D (emailpreferences) >> +>> endobj +1862 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 694.2965 212.3333 703.1431] +/Subtype /Link +/A << /S /GoTo /D (savedsearches) >> +>> endobj +1863 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 694.2965 538.9788 703.1431] +/Subtype /Link +/A << /S /GoTo /D (savedsearches) >> +>> endobj +1864 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 681.345 231.5312 690.1917] +/Subtype /Link +/A << /S /GoTo /D (accountpreferences) >> +>> endobj +1865 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 681.345 538.9788 690.1917] +/Subtype /Link +/A << /S /GoTo /D (accountpreferences) >> +>> endobj +1866 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 668.3936 198.5945 677.2402] +/Subtype /Link +/A << /S /GoTo /D (permissionsettings) >> +>> endobj +1867 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 668.3936 538.9788 677.2402] +/Subtype /Link +/A << /S /GoTo /D (permissionsettings) >> +>> endobj +1868 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 653.3849 195.4263 664.2888] +/Subtype /Link +/A << /S /GoTo /D (reporting) >> +>> endobj +1869 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 653.3849 538.9788 664.2888] +/Subtype /Link +/A << /S /GoTo /D (reporting) >> +>> endobj +1870 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 640.4334 181.4293 651.3374] +/Subtype /Link +/A << /S /GoTo /D (reports) >> +>> endobj +1871 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 640.4334 538.9788 651.3374] +/Subtype /Link +/A << /S /GoTo /D (reports) >> +>> endobj +1872 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 629.5393 176.4479 638.3859] +/Subtype /Link +/A << /S /GoTo /D (charts) >> +>> endobj +1873 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 629.5393 538.9788 638.3859] +/Subtype /Link +/A << /S /GoTo /D (charts) >> +>> endobj +1874 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 614.5306 244.6318 625.4345] +/Subtype /Link +/A << /S /GoTo /D (2841) >> +>> endobj +1875 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 614.5306 538.9788 625.4345] +/Subtype /Link +/A << /S /GoTo /D (2841) >> +>> endobj +1876 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.4658 601.5791 277.5779 612.4831] +/Subtype /Link +/A << /S /GoTo /D (charts-new-series) >> +>> endobj +1877 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 601.5791 538.9788 612.4831] +/Subtype /Link +/A << /S /GoTo /D (charts-new-series) >> +>> endobj +1878 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 588.6277 140.6423 599.5316] +/Subtype /Link +/A << /S /GoTo /D (flags) >> +>> endobj +1879 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 588.6277 538.9788 599.5316] +/Subtype /Link +/A << /S /GoTo /D (flags) >> +>> endobj +1880 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 575.6763 153.9225 586.5802] +/Subtype /Link +/A << /S /GoTo /D (whining) >> +>> endobj +1881 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 575.6763 538.9788 586.5802] +/Subtype /Link +/A << /S /GoTo /D (whining) >> +>> endobj +1882 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 564.7821 191.5117 573.6288] +/Subtype /Link +/A << /S /GoTo /D (whining-overview) >> +>> endobj +1883 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 564.7821 538.9788 573.6288] +/Subtype /Link +/A << /S /GoTo /D (whining-overview) >> +>> endobj +1884 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 549.7734 224.3182 560.6774] +/Subtype /Link +/A << /S /GoTo /D (whining-schedule) >> +>> endobj +1885 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 549.7734 538.9788 560.6774] +/Subtype /Link +/A << /S /GoTo /D (whining-schedule) >> +>> endobj +1886 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 536.822 223.2023 547.7259] +/Subtype /Link +/A << /S /GoTo /D (whining-query) >> +>> endobj +1887 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 536.822 538.9788 547.7259] +/Subtype /Link +/A << /S /GoTo /D (whining-query) >> +>> endobj +1888 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 523.8706 236.5823 534.7745] +/Subtype /Link +/A << /S /GoTo /D (2901) >> +>> endobj +1889 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 523.8706 538.9788 534.7745] +/Subtype /Link +/A << /S /GoTo /D (2901) >> +>> endobj +1890 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 508.6625 173.7473 519.5417] +/Subtype /Link +/A << /S /GoTo /D (customization) >> +>> endobj +1891 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 508.6625 538.9788 519.5417] +/Subtype /Link +/A << /S /GoTo /D (customization) >> +>> endobj +1892 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 495.2429 169.7129 504.0896] +/Subtype /Link +/A << /S /GoTo /D (cust-skins) >> +>> endobj +1893 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 495.2429 538.9788 504.0896] +/Subtype /Link +/A << /S /GoTo /D (cust-skins) >> +>> endobj +1894 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 480.2342 211.6151 491.1381] +/Subtype /Link +/A << /S /GoTo /D (cust-templates) >> +>> endobj +1895 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 480.2342 538.9788 491.1381] +/Subtype /Link +/A << /S /GoTo /D (cust-templates) >> +>> endobj +1896 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 467.2828 262.0659 478.1867] +/Subtype /Link +/A << /S /GoTo /D (template-directory) >> +>> endobj +1897 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 467.2828 538.9788 478.1867] +/Subtype /Link +/A << /S /GoTo /D (template-directory) >> +>> endobj +1898 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 454.3313 284.6611 465.2353] +/Subtype /Link +/A << /S /GoTo /D (template-method) >> +>> endobj +1899 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 454.3313 538.9788 465.2353] +/Subtype /Link +/A << /S /GoTo /D (template-method) >> +>> endobj +1900 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 441.3799 239.7302 452.2838] +/Subtype /Link +/A << /S /GoTo /D (template-edit) >> +>> endobj +1901 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 441.3799 538.9788 452.2838] +/Subtype /Link +/A << /S /GoTo /D (template-edit) >> +>> endobj +1902 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 428.4285 260.3028 439.3324] +/Subtype /Link +/A << /S /GoTo /D (template-formats) >> +>> endobj +1903 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 428.4285 538.9788 439.3324] +/Subtype /Link +/A << /S /GoTo /D (template-formats) >> +>> endobj +1904 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 415.477 227.3364 426.381] +/Subtype /Link +/A << /S /GoTo /D (template-specific) >> +>> endobj +1905 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 415.477 538.9788 426.381] +/Subtype /Link +/A << /S /GoTo /D (template-specific) >> +>> endobj +1906 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 402.5256 352.9843 413.4295] +/Subtype /Link +/A << /S /GoTo /D (template-http-accept) >> +>> endobj +1907 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 402.5256 538.9788 413.4295] +/Subtype /Link +/A << /S /GoTo /D (template-http-accept) >> +>> endobj +1908 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 389.5742 257.1342 400.4781] +/Subtype /Link +/A << /S /GoTo /D (cust-hooks) >> +>> endobj +1909 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 389.5742 538.9788 400.4781] +/Subtype /Link +/A << /S /GoTo /D (cust-hooks) >> +>> endobj +1910 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 376.6227 262.3947 387.5267] +/Subtype /Link +/A << /S /GoTo /D (cust-change-permissions) >> +>> endobj +1911 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 376.6227 538.9788 387.5267] +/Subtype /Link +/A << /S /GoTo /D (cust-change-permissions) >> +>> endobj +1912 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 363.6713 287.3108 374.5752] +/Subtype /Link +/A << /S /GoTo /D (integration) >> +>> endobj +1913 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 363.6713 538.9788 374.5752] +/Subtype /Link +/A << /S /GoTo /D (integration) >> +>> endobj +1914 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 352.6576 173.1304 361.6238] +/Subtype /Link +/A << /S /GoTo /D (bonsai) >> +>> endobj +1915 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 352.6576 538.9788 361.6238] +/Subtype /Link +/A << /S /GoTo /D (bonsai) >> +>> endobj +1916 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 339.7061 164.8317 348.6724] +/Subtype /Link +/A << /S /GoTo /D (cvs) >> +>> endobj +1917 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 339.7061 538.9788 348.6724] +/Subtype /Link +/A << /S /GoTo /D (cvs) >> +>> endobj +1918 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 326.7547 202.7292 335.721] +/Subtype /Link +/A << /S /GoTo /D (scm) >> +>> endobj +1919 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 326.7547 538.9788 335.721] +/Subtype /Link +/A << /S /GoTo /D (scm) >> +>> endobj +1920 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 313.8033 189.9874 322.7695] +/Subtype /Link +/A << /S /GoTo /D (svn) >> +>> endobj +1921 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 313.8033 538.9788 322.7695] +/Subtype /Link +/A << /S /GoTo /D (svn) >> +>> endobj +1922 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.5554 300.8518 235.5163 309.8181] +/Subtype /Link +/A << /S /GoTo /D (tinderbox) >> +>> endobj +1923 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 300.8518 538.9788 309.8181] +/Subtype /Link +/A << /S /GoTo /D (tinderbox) >> +>> endobj +1924 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 283.7061 154.2906 294.5853] +/Subtype /Link +/A << /S /GoTo /D (troubleshooting) >> +>> endobj +1925 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 283.7061 538.9788 294.5853] +/Subtype /Link +/A << /S /GoTo /D (troubleshooting) >> +>> endobj +1926 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 270.1669 179.0778 279.1332] +/Subtype /Link +/A << /S /GoTo /D (general-advice) >> +>> endobj +1927 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 270.1669 538.9788 279.1332] +/Subtype /Link +/A << /S /GoTo /D (general-advice) >> +>> endobj +1928 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 255.2778 328.0678 266.1817] +/Subtype /Link +/A << /S /GoTo /D (trbl-testserver) >> +>> endobj +1929 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 255.2778 538.9788 266.1817] +/Subtype /Link +/A << /S /GoTo /D (trbl-testserver) >> +>> endobj +1930 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 243.0436 401.6009 253.2303] +/Subtype /Link +/A << /S /GoTo /D (trbl-perlmodule) >> +>> endobj +1931 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 243.0436 538.9788 253.2303] +/Subtype /Link +/A << /S /GoTo /D (trbl-perlmodule) >> +>> endobj +1932 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 229.3749 245.6774 240.2789] +/Subtype /Link +/A << /S /GoTo /D (trbl-dbdSponge) >> +>> endobj +1933 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 229.3749 538.9788 240.2789] +/Subtype /Link +/A << /S /GoTo /D (trbl-dbdSponge) >> +>> endobj +1934 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 216.4235 246.3548 227.3274] +/Subtype /Link +/A << /S /GoTo /D (paranoid-security) >> +>> endobj +1935 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 216.4235 538.9788 227.3274] +/Subtype /Link +/A << /S /GoTo /D (paranoid-security) >> +>> endobj +1936 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 203.4721 305.9511 214.376] +/Subtype /Link +/A << /S /GoTo /D (trbl-relogin-everyone) >> +>> endobj +1937 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 203.4721 538.9788 214.376] +/Subtype /Link +/A << /S /GoTo /D (trbl-relogin-everyone) >> +>> endobj +1938 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 190.5206 313.5621 201.4246] +/Subtype /Link +/A << /S /GoTo /D (trbl-relogin-some) >> +>> endobj +1939 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 190.5206 538.9788 201.4246] +/Subtype /Link +/A << /S /GoTo /D (trbl-relogin-some) >> +>> endobj +1940 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 177.5692 344.6957 188.4731] +/Subtype /Link +/A << /S /GoTo /D (trbl-index) >> +>> endobj +1941 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 177.5692 538.9788 188.4731] +/Subtype /Link +/A << /S /GoTo /D (trbl-index) >> +>> endobj +1942 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 164.6178 485.6352 175.5217] +/Subtype /Link +/A << /S /GoTo /D (trbl-passwd-encryption) >> +>> endobj +1943 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 164.6178 538.9788 175.5217] +/Subtype /Link +/A << /S /GoTo /D (trbl-passwd-encryption) >> +>> endobj +1944 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 151.3127 118.1166 160.2889] +/Subtype /Link +/A << /S /GoTo /D (patches) >> +>> endobj +1945 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 151.3127 538.9788 160.2889] +/Subtype /Link +/A << /S /GoTo /D (patches) >> +>> endobj +1946 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 135.8705 242.8977 144.8368] +/Subtype /Link +/A << /S /GoTo /D (cmdline) >> +>> endobj +1947 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 135.8705 538.9788 144.8368] +/Subtype /Link +/A << /S /GoTo /D (cmdline) >> +>> endobj +1948 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 120.9814 293.3978 131.8854] +/Subtype /Link +/A << /S /GoTo /D (cmdline-bugmail) >> +>> endobj +1949 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 120.9814 538.9788 131.8854] +/Subtype /Link +/A << /S /GoTo /D (cmdline-bugmail) >> +>> endobj +1859 0 obj << +/D [1857 0 R /XYZ 71.731 729.2652 null] +>> endobj +1856 0 obj << +/Font << /F27 1278 0 R /F32 1286 0 R /F35 1723 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1998 0 obj << +/Length 25214 +/Filter /FlateDecode +>> +stream +xڕ�K�$ə]��_Q˪E۸�ۗ����n9�!C.� 0e +��z����W=��~�B(B2�X�U�#2�������on�r;m�q|,��������7ھ��nݏ����xY��y������ay���S���o��r:�no���������7��q=^����4������}��w�����������������?���/��~y���|�����������s�������������������i����������#��m�C~��_��~8:����s^����x�8���&�@��O��~����4ʝ:�_���vL��i�;u"�/��-���4ʝ�Z~����~ ��4��D����#��v�N�ȷ�sz���N�ܩ��vN�����(w�k�u{;�5��v��u"��κ�S�~�N�ȷ�s8���N�ܩ�}9?N��Q����������^{;M�:���_��鵷�(w�D~��'�5��Q�ԉ|{;�K|��i�;�������5��v��u"����^{;�r�N����n)��Q�ԉ|{;������(w�k�c{;�Gz��4��D~Z�_��ko�Q�ԉ�������i�;u"߾����F�S_�O��r���L�� ���v��s*�O�ܩ��v.�5��Q�ԉ|��P�B�S_�����鵷�$���v��E�è6�ļ�����y;�n�N������Q�����a�=��~��Μ�O��~���it;u"�,�������(w�D~_��G�~?�jc�6��7s�_w;M�:�o��rH=F�S'��՜ӟ��è6�ļ���zM��it;�������1��v��u"�^����ژ��f����it;u"�/������(w�k��\���'�v��u"?-��^{;�r�N��z����N�ܩ��v.����4ʝ�Z~�����^{;M�:�oo�t?���4ʝ:�oo�xO���F�S'���������(w�k�m{;�!��v��u"����^{;�r�N���X�?&��(w�D~_�c|��i�;���~X.�cz��4��D~Z�Sz��4ʝ:�oo�rN���F�S'�����T��F�S_����~ +��4��D����5��v�N�ȷ��^�ko�Q�ԉ|{;�[|��i�;���|8,��=�ÊN�|�N���q��S�~�N��/�������4ʝ:�ߖ��_�~�N}-_��s=���N�|�N��۹��T��F�S'��휏鵷�(w�D����1���4ʝ�Z~����^{;M�:�oogM?"��(w�D���������(w�D~[�K|��i�;���tXN�kz��4��D~\�kz��4ʝ:�_����^{;�r�N���I���F�1_��۫9��;o��=P'��՜靷�(w�D���S���,�?'�����Q������^��c�:M�:�o�%��@;�jcN̗��8�w�N�۩�m�����i�;���zX��Oj�aR;sb>.��������v�D����%��v�N�ȷW�����ژ�ͷ�͜��&�irԉ|{5�[z��4ʝ:�o�fM?�X�Q�ԉ|{9�{|��i�;���~X��#��v��u"?.�{���:�r�N�e��ko�Q�ԉ��\o�g�4ʝ�Z����uM���&�@�ȷ�s9���N�ܩ��v��g�4ʝ:�oo�t��}?�r���_��9��M�� ���v��1��Q�ԉ|{;�t���(w�D~[.�k|��i�;��|=,�{:��i�ԉ��\n�g�4ʝ:�_��5��4ʝ:�oo��}?�r�����sN?�X�I>P'���'��i����_��.��r8��nt������H���O~������������3�������#���9�G=�����l�N�!ץ�������m�~���X�a� ���'��}r������|H�����@��t��/�|?�r�N���~��S�~�N}-����r;��v��u"�����^{;�r�N���9�o�|?�r�N���9>�k�O�ܩ�����鵷�$���v�Cz��4ʝ:�oo簦��N�ܩ�}�m�����è6�k�c]��cz��4��D~Zn�Sz��4ʝ:�_��5v�F�1'���\������ד���jΗS&�i��ԉ|{5�k�~?�jcN�ۛ9^o�z?�n�N�۫�~�I��i�;��|�^�!�-D;LjgŅ�������F�S'���靷�(w�D~_���v�����uYo����iRԉ|{/�5��v�N�ȷ�rY�|?�r�N�ۻ9�k�O�ܩ����N鵷�$���v�����i�;u"���zN���F�S'��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;��wj�H��;��wH�Ժ��[q��N��;��wH�Ժ���U��@-�;�{/�ژuq'T����ZwBy+�ܩeq's����YwBu+�۩uq'���ɝZwB�^�!�1��N�Vq��.��V�!�S��N�ދ;�6f]� խ�Cn��ŝL���jY� �{q��Ƭ�;��w��Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;��wj�H��;��wH�Ժ��[q��N��;��wH�Ժ���U��@��;��wH�Ժ��[q��N��;��wH�Ժ���U��@��;��wH�Ժ��[q��N��;��wH�Ժ���U��@��;��wH�Ժ��[q��N-�;�{/�ژuq'S���ZwBy+�ܩUq'T�wH��XwBq+�کuq'����ZwB�^�!�1��N�n�r;�.��V�!�S��N�n�P;�.��V�!�S��N(o��;�,�Cjc�ŝL���j]� 學Cr��ŝPފ;$wj]� 學Cr��ŝL���j]� 學Cr��ŝPފ;$wj]� 學Cr��ŝL���j]� 學Cr��ŝPފ;$wj]� 學Cr��ŝHދ;�|��ŝPފ;$wj]� 學Cr��ŝPފ;$wj]���*�|��ŝPފ;$wj]� 學Cr��ŝPފ;$wj]���*�|��ŝ*w��s�*�T��\��?�[w��u�ŝv꽸s܋;��������}����x�������<������')< ��|�n��| +��܃�]^<P,(�#�d�,��1!X��,��S!X��,��S�`A�V��V;��Z�p;��\��;�d�=X��DD�,����\��;��\��;��\��;���j�@�`A&W���N�`A&W���N�`A&W���N�`A$���Z>P!X��,��S!X��,��S!X��,��S!X�{���Tdr@�Tdr@�Tdr@�TD�,����\��;��\��;��\��;���j�@�`A&W���N�`A&W���N�`A&W���N�`A$���Z>P!X��,��S!X��,��S!X��,��S!X�{���Tdr@�Tdr@�Tdr@�T$�`A)�,�� +�ܩ,�� +�ܩ,�� +�ܩ,��=XP�j,��-X�jcB� S+X�n�B� �+X�r����ȭ`A�v&2���v*2�� wj,��-X�jcB� R�`A��,�� +�ܩu� s�`�� ��L�`�� +��Hރ�|�����݂�6&2���v*2�� w*"y�� +��L�`ȝ +��L�`ȝ +��L�`ȝ +��Hރ�|�B� �+X�r�B� �+X�r�B� �+X�r�B� ��`A-�,�� +�ܩ,�� +�ܩ,�� +�ܩ,��=XP�*2�� w*2�� w*2�� w*"y�� +��L�`ȝ +��L�`ȝ +��L�`ȝ +��D�,(�#��\��;��\��;��\��;���j�@�`A&W���N�`A&W���N�`A&W���N�`A$���Z>P!X��,��S!X��,��S!X��,��S!X�{���Tdr@�Tdr@��:X��[���Ƅ`A�����=P!X��,��S�`A�ރ �H�`A&V���N�`A$���Z>P�`A�n�P��Z�p;��\��;�Dnj�3!X��,��S!X��,��S�`A�n�P���j�@�`A&W���N�`A&W���N�`A&W���N�`A$���Z>P!X��,��S!X��,��S!X��,��S!X�{���Tdr@�Tdr@�Tdr@�T$�`A)�,�� +�ܩ,�� +�ܩ,�� +�ܩ,��=XP�*2�� w*2�� w*2�� w*"y�� +��r`���Z�����`A�Hs�`����q?C���z��`�����8��?������_�4� +�w����ϳnd?�B��r��_��Q۱���݄u9������i^4�����i��N�T��F�S'��r����è6��� +�Z] +p;����KQ�Gjݥ�ܭKjcB�"S�Kn�B�"��Kr��]�ȭ.E�v&t)2���v*t)2�� wj٥��{���Х�ĽKQ�*t)2�� w*t)2�� w*t)2�� w*t)"y�R�� +]�L�.ȝ +]�L�.ȝ +]�L�.ȝ +]�H�|�B�"��Kr�B�"��Kr�B�"��Kr�B�"��.E-�Х���R�ܩХ���R�ܩХ���R�ܩХ��KQ�*t)2�� w*t)2�� w*t)2�� w*t)"y�R�� +]�L�.ȝ +]�L�.ȝ +]�L�.ȝ +]�H�|�B�"��Kr�B�"��Kr�B�"��Kr�B�"��.E-�Х���R�ܩХ���R�ܩХ���R�ܩХH�O]�R>R�K��ե��S�K��ե��S�K��ե��S�K�{���ԺK��[��Ƅ.E�V��N�.E&W��N���[]�Z�L�Rdju)��T�Rdru)@�ԺK��[��Ƅ.E��]��=P�K��ե��S�.E�n] +P��Z] +p;���w)j�@����u)@mL�Rdju)��T�Rdru)@�T�RD�ޥ����\] +�;��\] +�;��\] +�;���w)j�@�.E&W��N�.E&W��N�.E&W��N�.E$�]�Z>P�K��ե��S�K��ե��S�K��ե��S�K�{���T�Rdru)@�T�Rdru)@�T�Rdru)@�T�RD�ޥ����\] +�;��\] +�;��\] +�;����KQ�G*t)2�� w*t)2�� w*t)2�� w*t)"y�R�� +]�L�.ȝ +]�L�.ȝ +]�L�.ȝ +]�H�|�B�"��Kr�B�"��Kr�B�"��Kr�B�"��.E-�Х���R�ܩХ���R�ܩu�"s�.�� ]�Hݻ�{�B�"��Kr��]�L�w)@��]�L�.�� +]�H�|��]��ݺ�6&t)2���v*t)2�� wjݥ���R�jgB�"S�Kn�B�"��Kr��]��ݺ�6&t)"u�R�� +]�L�.ȝ +]�L�.ȝ +]�L�.ȝ +]�H�|�B�"��Kr�B�"��Kr�B�"��Kr�B�"��.E-�Х���R�ܩХ���R�ܩХ���R�ܩХH�O]�R>R�K��ե��S�K��ե��S�K��ե��S�K�{���T�Rdru)@�T�Rdru)@�T�Rdru)@�T�RD�ޥ���EN!�R��.�����KQ<������[��K�^��|��<u[��o�{��a{z�����h�)z{���M��O���?��O߭�o?}z�o���ï����ߊ���ϟ����O�����}��c��p�]'7��:-}u��)V�/�Z��ܩ�:��Z��ܩ�:��Z��ܩ�:��}uZ�*�N3�V� w*�N3�V� w*�N3�V� w*�N#y_��� +��L��)ȝ +��L��)ȝ +��L��)ȝ +��H�W��|���4�ku +r���4�ku +r���4�ku +r���4���i-��:��Z��ܩ�:��Z��ܩ�:��Z��ܩ�:��}uZ�*�N3�V� w*�N3�V� w*�N3�V� w*�N#y_��� +��L��)ȝ +��L��)ȝ +��L��)ȝ +��D��:-�#V��\�S�;V��\�S�;V��\�S�;V����Nk�@�W����NAmLX�fj�N��TX�fr�NA��zu��:��΄�i����N��i&���N�W����NAmLX�F�:��V��\�S�;�^�f�:�1au���:�Sau��괖�zu�����Ƅ�i����N��i&���N��i$��Z>Pau�ɵ:�Sau�ɵ:�Sau�ɵ:�Sau��괖TX�fr�NA�TX�fr�NA�TX�fr�NA�TX�F�:��V��\�S�;V��\�S�;V��\�S�;V����Nk�@��i&���N��i&���N��i&���N��i$��Z>Pau�ɵ:�Sau�ɵ:�Sau�ɵ:�Sau�ȟV��|���4�ku +r���4�ku +r���4�ku +r���4���i-��:��Z��ܩ�:��Z��ܩ�:��Z��ܩ�:��}uZ�*�N3�V� w*�N3�V� w*�N3�V� w*�N#y_��� +��L��)ȝ +��L��)ȝZ�N3w[��ژ�:��}uZ�*�N3�V� wj�:�������:��Z��ک�:��}uZ�j�:��mu +jc��4Sku +n���4�ku +r�֫�ȭ�i�v&�N3�V��v*�N3�V� wj�:��mu +jc��4R��i���:��Z��ܩ�:��Z��ܩ�:��Z��ܩ�:��}uZ�*�N3�V� w*�N3�V� w*�N3�V� w*�N#y_��� +��L��)ȝ +��L��)ȝ +��L��)ȝ +��D��:-�#V��\�S�;V��\�S�;V��\�S�;V����Nk�@��i&���N��i&���N��i&���N��i$��Z>PauZl"��)<P[�>?�z8�W��#=5�buڿ�麜�}5�v������?����?��Üt}�̟������no�I?���q��ϼ���܇���y�����_<��~�N��������ՙ|?�r���o��l������&�@�ȷ�s<���N�ܩ�oߛ^{;�r�N���9��k�O�ܩ���u9=�鵷�$��i��/�T��F�S'��r�]�ko�Q�ԉ��ܯ�����(w�k�m{;�[z��4��D����=��v�N�ȷ�sz��z&�O�ܩ��v������(w�k�}{;�Cz��4��D�����^{;�r�N���9�鵷�(w�D~_n�c�~?�jc�6?��x?�w�N�{�N��v;�w�N�ܩ�u9^c��aTsb������~�N}=*<l����Q�D�� ���j�>�>s�F�1'�����T��F�S'��լ�����(w�k������)�0��91���㞾�v�N�ȯ�z�w�N�ܩ�}��W��Y$���e��o�I=P'���\����i�;u"������|?�r�N�ۻ9�k�O�ܩ��S�_E��Ԫ��Z�\M-�;�Z�\M-�;�Z�\M-�;�Z��7�j�@��V&WS�N��V&WS�N��V&WS�N��V$�M�Z>P�������S�������S�������S���{S��Thjer5�@�Thjer5�@�Thjer5�@�ThjE��Ԫ��Z�\M-�;�Z�\M-�;�Z�\M-�;�Z��7�j�@��V&WS�N��V&WS�N��V&WS�N��V$�M�Z>P�������S�������S�������S���ȟ�Z�|�BS+���r�BS+���r�BS+���r�BS+���V-�uS+s���� M�L���� +M�L��ȝZ7�"��Z�ڙ����jj�۩����jj�ܩuS+s���� M�HݛZ�{�BS+���r��M��ݚZ�6&4�2��Z�v*4�"yoj��Z7�2wkj�ژ����jj�۩����jj�ܩ�Ԋ佩U�*4�2��Z w*4�2��Z w*4�2��Z w*4�"yoj�� +M�L��ȝ +M�L��ȝ +M�L��ȝ +M�HޛZ�|�BS+���r�BS+���r�BS+���r�BS+���V-�����jj�ܩ����jj�ܩ����jj�ܩ�Ԋ佩U�*4�2��Z w*4�2��Z w*4�2��Z w*4��SS���Thjer5�@�Thjer5�@�Thjer5�@�ThjE��Ԫ��Z�\M-�;�Z�\M-�;�Z�\M-�;�Z��7�j�@��V&WS�N��V&WS�N��V&WS�N��V$�M�Z>P�������S�������S�V�nM-P�Z��7�j�@��V&WS�N-�Z�zoj��#�Z�XM-P;�Z��7�j�@��Z��5�@mLhjej5���Thjer5�@�Ժ���Ԫ�΄�V�VS�N��V&WS�N��Z��5�@mLhjE��Ԫ��Z�\M-�;�Z�\M-�;�Z�\M-�;�Z��7�j�@��V&WS�N��V&WS�N��V&WS�N��V$�M�Z>P�������S�������S�������S���ȟ�Z�|�BS+���r�BS+���r�BS+���r�BS+���V-�����jj�ܩ����jj�ܩ����jj�ܩ�Ԋ佩U�*4��0T�ԂjM��*�Z�#=7�����M�;�Q�Z���l/j�������?|������_߿��/x���}������_>�2n���o��n~�Z�ɽj�\=y�5?=x1k��Z5�^g¦92k�\�� ��Ȭ=sm6&��#��̵٘0eN�}�\�� ;�Ȭsm6&��#�6̵٘�`��0�fc�|91��riv&l�#��˵٘0\���-�fc�j92k�\�� ����˥ٙ�W�̚+�fc�X92k�\�� K�Ȭ�rm6&̔s_)�fg�F92k�\�� �Ȭ}rm6&��#��ɵ٘0MN�}�\�� ��ȬYrm6&��#�6ɵ٘�H��$�fc�91�5riv&l�#��ȵ٘0D���!�fc� +92k�\�� ���ȥٙ�?�̚�fc��82k{\�� ��Ȭ�qm6&̎���2L�GfM�k�1ap��7��Ƅ�qd�ظ6�Ɖ�/�K�3�q$n3����#�ȫ�q-6&,�#�Ƶ٘��8k]\z���ȫiq-6&�#�vŵ٘��8�Qq��H�Iq���R�L�Gf͉k�1�1q$n[����K�ȫ!q-6&̈s_�fg��H�&ĵ�#đW��ZlLXGf��k�1a:���r�4;vÑY���lL Gfm�k�1a1�5��Ƅ�pb�k���L� +GfM�k�1a(����Ƅ�pd�H�6&�/�K�3a�5��Ƅqpd�6�6���Y���lL�'� +.�΄Mpd�$�6��Y{��lLXGf��k�1a +����4;v��Y3��lLGfm�k�1a�5���Ƅ�o`~Z�V� ��Ȭ�om6&#�v��٘������fc��71��oiv&�}#�澵٘0������fc��72k�[�� 3���W��ٙ��̚��fc��72k�[�� ��Ȭqom6&L{s_��fg®72k�[�� ��ȬMom6f���m�[{?aΛx���;���YS��l�r�y�om���odՈ��&���/xK�3��n$n�������ȫ�n-6&,w#����٘�l7k�[z���ȫ�n-6&v#����٘�Z7��n��H��n��K�R�L��Ff�tk�1a���ѭ�Ƅ�nd�@�6湉��sK�3a��5ͭ�Ƅand�.�6V��Y���lL��&��-�΄=nd��6Ƹ�Y[��lLX�Ff qk�1a���V��y`�72k�[�� �Ȭ�mm6&�o#�Ʒ�٘0�M�}y[�� ��Ȭ�mm6&�n#�6��٘������fc��61��miv&lm�Ih6����-m�����v�<��v�7~��� +C�v��Ɏ����~��뷟~�������o����n=|���_�4|��}���>F�d��:.���{}��}]N��>v^>��}x�_�������z!�O�ܩ�u9�o���Q�ԉ������.s�F�1'_ +~]��cz��4��D~Zn�Sz��4ʝ:�_��5v�F�1'���\������ɗ��^���O��\�A>R'��ռ}�\�~?�jcN�ۛ9^o�z?�n�N�۫Yo��Q��ɗ��^��_F��0��91���㞾�v�N�ȯ�~靷�(w�D����{���Щ��=TQ�*�*2�Z w*�*2�r w*+2�� w*4+"y�V�� +يL�nȝ +�L�tȝ +�L�zȝ +��H��|�B�"��ar�B�"�+cr�B�"��dr�B�"���E-������Y�ܩP���JZ�ܩ���Z�ܩе��=lQ�*�-2�� w*�-2�� w*.2� + w*4."y�\�� +��L��ȝ +��L��ȝ +��L��ȝ +��Hރ�|�B�"��yr�B�"�+{r�B�"��|r�B�"���E-������_�ܩP���J`�ܩ���`�ܩ��H�O!�R>R!�������S���ɕ���S!���U���S���{���:���[�Ƅ2F�V�N�8F&W�N���[��Z�LHddj52��T�ddre2@��:���[)�ƄVF��=P!�������S�bF�n�P��Z�p;����3j�@�����3@mL�gdj�3��Thdr4@�ThhD�Ѩ�2�\ �;J�\) �;b�\5 �;z��5j�@��F&WS�N��F&WV�N��F&WY�N��F$�q�Z>P!�������S���ɕ���S!���U���S���{h��THmdr�6@�T�mdr�6@�Tndr7@�ThnD�ݨ���\� �;��\� �;��\� �;���)�Q�G*$82� w*T82�2 w*�82�J w*�8"y�q�� +9�L�ȝ +E�L�$ȝ +Q�L�*ȝ +]�H���|�B�#���r�B�#�+�r�B�#���r�B�#��HG-������t�ܩP���Ju�ܩu�#s�Z�� ��H݃�{�B�#���r��ՎL�g;@���L�r�� +�H���|��������6&<2��v*D<2�* wj��� +y�jgB�#S��n�B�#�+�r��A��݊�6&4="u�z�� +Y�L��ȝ +e�L��ȝ +q�L��ȝ +}�H��|�B�#���r�B�#�+�r�B�#���r�B�#���G-������}�ܩP���J~�ܩ���~�ܩ��H�O�R>R!�������S���ɕ���S!���U��S��{��TȀdru@@�T(�dr�@@�T��dr�@@�T�D���� E�"m���(��m�9�����fA.��]�Y�z{��26@~���_�������_>���1Gq[����֟��h�r�^.�2�ި������Fū�)��u�"��FɝZ6*B�ި �1�FE�n� +r;�nTD�ި��#�lT��QAjc֍�P��vjݨ�QAr�������vfݨխQAn�֍�P�$wjը�� +$֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�H��|�֍�P�$wjݨ�QAr�֍�P�$wjݨ��jT�|����н7*Hm̺Q�[���N���5*H�ԲQ��[��ά��5*��ԺQ�[���N-�{oT�ژu�"S�Q�Z7*BykT�ܩe�"t� +R�nT��֨ �S�FE&W���lT��QAjc֍�P��vjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�H��|�֍�P�$wjݨ�QAr�֍�P�$wjݨ��jT�|�֍�P�$wjݨ�QAr�֍�P�$wjݨ��jT�|�֍�P�$wjݨ�QAr�֍�P�$wjݨ��jT�|�֍�P�$wjݨ�QAr����н7*Hm̺Q��ը��@���5*H�ԪQ��$�H���5*H�ԺQ��ը��@-�{oT�ژu�"T�F��Z7*BykT�ܩe�"s�F��Y7*BukT�۩u�"��FɝZ6*B�ި �1�FE�V���nT��֨ �S�FE(o� +�;�nT��֨ �S�FE&W���nT��֨ �S�FE(o� +�;�nT��֨ �S�FE&W���nT��֨ �S�FE(o� +�;�nT��֨ �S�FE$Z>R�FE(o� +�;�nT��֨ �S�FE(o� +�;�nTdr5*@>P�FE(o� +�;�nT��֨ �S�FE(o� +�;�nTdr5*@>P�FE�S�@��T5*�GhT����p�A���z{��ި������������뗟��������*�/n������K�rz��7t�S�܇����r�_�/�|?�r�N���t{��_&�O�ܩ�}�_��T��F�S_�o�۹��ko�I>P'����鵷�(w�D���������(w�D����#���4ʝ�Z~����^{;M�:�oog=���N�ܩ��vkz��4ʝ:��m���z?�6&�~"u���� +��L��ȝZ�~2w���ژ�������۩��I�O��R>R��O�n�Pz?�Z�p;z?�\��;���Dn�~j�3�������S�������S��O��{? �H��O$Z=P�������S�������S�������S���{淪T��dr�~@�T��dr�~@�T��dr�~@�T��D�����z?�\��;z?�\��;z?�\��;z?���~j�@��O&W��N��O&W��N��O&W��N��O$⦅Z>P�������S�������S�������S���{淪T��dr�~@�T��dr�~@�T��dr�~@�T��D�����z?�\��;z?�\��;z?�\��;z?���~j�@��O&W��N��O&W��N��O&W��N��O"���� +��L��ȝ +��L��ȝ +��L��ȝ +��H�{?�|�ֽ���z?�6&�~2�z?�v*�~2�z? wj�������jgB�'S��n�B�'���r�ֽ���z?�6&�~"u���� +��L��ȝZ�~2w���ژ�������۩�����S�j���ܭ�jcB�'S��n�B�'���r�B�'���O-��������ܩ�������ܩ�������ܩ�����S�*�~2�z? w*�~2�z? w*�~2�z? w*�~"y���� +��L��ȝ +��L��ȝ +��L��ȝ +��H�{?�|�B�'���r�B�'���r�B�'���r�B�'���O-��������ܩ�������ܩ�������ܩ��I�O��R>R�������S�������S�������S���{淪T��dr�~@�T��dr�~@�T��dr�~@�T��D�����z?�\��;z?�\��;z?�\��;z?���~j�@��O&W��N��O&W��N�{?���~@mL��D�����z?�\��;���d���D��db�~@�T��D��������d����1�������S�������S��O�V�V;z?�Z�p;z?�\��;���d����1���{�vT��dr�~@�T��dr�~@�T��dr�~@�T��D�����z?�\��;z?�\��;z?�\��;z?���~j�@��O&W��N��O&W��N��O&W��N��O"���� +��L��ȝ +��L��ȝ +��L��ȝ +��H�{?�|�B�'���r�B�'���r�B�'���r�B�'���O-����k5Q���~�h=\罟⑆��z?�u���z��O;��h����_�����|�������?���O_~��U�ാ�֓�e��8��VA���U���E���U��R>R�VA�n�PZ�Z�p;Z�\��;�nDn� +j�3�U���*��S�U���*��S�VA��[ �H�VA$Z=P�U���*��S�U���*��S�U���*��S�U�{���Thdr� +@�Thdr� +@�Thdr� +@�ThD��*��Z�\��;Z�\��;Z�\��;Z��� +j�@�VA&W���N�VA&W���N�VA&W���N�VA$Z>P�U���*��S�U���*��S�U���*��S�U�{���Thdr� +@�Thdr� +@�Thdr� +@�ThD��*��Z�\��;Z�\��;Z�\��;Z��� +j�@�VA&W���N�VA&W���N�VA&W���N�VA"j�� +��L�Vȝ +��L�Vȝ +��L�Vȝ +��H�[�|�֭���Z�6&� +2�Z�v*� +2�Z wj�*��j�jgB� S�U�n�B� ��U�r�֭���Z�6&� +"uo�� +��L�VȝZ� +2wk�ژ�*��j�۩�*��UP�j�*�ܭU�jcB� S�U�n�B� ��U�r�B� ��VA-��*��j�ܩ�*��j�ܩ�*��j�ܩ�*��UP�*� +2�Z w*� +2�Z w*� +2�Z w*� +"yo�� +��L�Vȝ +��L�Vȝ +��L�Vȝ +��H�[�|�B� ��U�r�B� ��U�r�B� ��U�r�B� ��VA-��*��j�ܩ�*��j�ܩ�*��j�ܩ�*H�O��R>R�U���*��S�U���*��S�U���*��S�U�{���Thdr� +@�Thdr� +@�Thdr� +@�ThD��*��Z�\��;Z�\��;Z�\��;Z��� +j�@�VA&W���N�VA&W���N�[��� +@mLhD��*��Z�\��;�ld�U��Dhdb� +@�ThD��*���nd��*��1�U���*��S�U���*��S�VA�V��V;Z�Z�p;Z�\��;�nd��*��1�U�{��vThdr� +@�Thdr� +@�Thdr� +@�ThD��*��Z�\��;Z�\��;Z�\��;Z��� +j�@�VA&W���N�VA&W���N�VA&W���N�VA"j�� +��L�Vȝ +��L�Vȝ +��L�Vȝ +��H�[�|�B� ��U�r�B� ��U�r�B� ��U�r�B� ��VA-��*��Q���� +�h=�歂���V�������VA;��hW� +~����|�����o��G�����'�?ۺ��q9O.��������!��ǩ���v*�3��� wj9$������0$��}H^�*�3��� w*�3��� w*�3��� w*�#y��� +C�L�!9ȝ +C�L�!9ȝ +C�L�!9ȝ +C�Hއ�|�<�kHr�<�kHr�<�kHr�<��!y-�0$����ܩ0$����ܩ0$����ܩ0$��}H^�*�3��� w*�3��� w*�3��� w*�#y��� +C�L�!9ȝ +C�L�!9ȝ +C�L�!9ȝ +C�Hއ�|�<�kHr�<�kHr�<�kHr�<��!y-�0$����ܩ0$����ܩ0$����ܩ0$O�OC�R>RaH��5$�SaH��5$�SaH��5$�SaH������zH��ې�Ƅ!y��N�!y&א�N���[C�Z�L�gj ���T�gr �A��zH��ې�Ƅ!y��C��=PaH��5$�S�!y�nCrP��ZCrp;�䑼�k�@��䙻 �AmL�gj ���T�gr �A�T�G�>$����\Cr�;��\Cr�;��\Cr�;�䑼�k�@�!y&א�N�!y&א�N�!y&א�N�!y$�C�Z>PaH��5$�SaH��5$�SaH��5$�SaH�����T�gr �A�T�gr �A�T�gr �A�T�G�>$����\Cr�;��\Cr�;��\Cr�;���iH^�G*�3��� w*�3��� w*�3��� w*�#y��� +C�L�!9ȝ +C�L�!9ȝ +C�L�!9ȝ +C�Hއ�|�<�kHr�<�kHr�<�kHr�<��!y-�0$����ܩ0$����ܩ��<s�!9�� C�H݇�{�<�kHr��C�L��A��C�L�!9�� +C�Hއ�|��C��݆�6&�3����v*�3��� wj=$����jg<SkHn�<�kHr��C��݆�6&�#u��� +C�L�!9ȝ +C�L�!9ȝ +C�L�!9ȝ +C�Hއ�|�<�kHr�<�kHr�<�kHr�<��!y-�0$����ܩ0$����ܩ0$����ܩ0$O�OC�R>RaH��5$�SaH��5$�SaH��5$�SaH�����T�gr �A�T�gr �A�T�gr �A�T�G�>$������9���!���C�⑆!���o�*s9�aH�N�=�m���?��O߭�o�����������o����������_>m�ߗ_�}w?|������_�>"�������vO��yh�?�>�z�1�T �@�ThE�>Ъ�Z�\-�;Z�\-�;Z�\-�;Z���j�@��V&�@�N��V&�@�N��V&�@�N��V$��Z>Pa���5��Sa���5��Sa���5��Sa���@��Ther �@�Ther �@�Ther �@�Th%�V)�0���h�ܩ0���h�ܩ0���h�ܩ0Њ�}�U�j=���m�jc�@+Sk�n��@+�k�r���ȭ�V�v&�2�Z�v*�2�Z wj=���m�jc�@+R��V��0���h�ܩ�@+s���� �L���� +�H�Z�|�����Z�6&�2�Z�v*�2�Z w*�"yh�� +�L��ȝ +�L��ȝ +�L��ȝ +�H�Z�|��@+�k�r��@+�k�r��@+�k�r��@+���V-�0���h�ܩ0���h�ܩ0���h�ܩ0Њ�}�U�*�2�Z w*�2�Z w*�2�Z w*�"yh�� +�L��ȝ +�L��ȝ +�L��ȝ +�D�4�*�#Z�\-�;Z�\-�;Z�\-�;Z���j�@��V&�@�N��V&�@�N��V&�@�N��V$��Z>Pa���5��Sa���5��Sa���5��Sa���@��Ther �@�Ther �@��z����@�Ƅ�V����=Pa���5��SˁV��Z �H��V&�@�N��V$��Z>P�V�n-PZ�Z-p;Z�\-�;�hEn �j�3a���5��Sa���5��S�V�n-PZ���j�@��V&�@�N��V&�@�N��V&�@�N��V$��Z>Pa���5��Sa���5��Sa���5��Sa���@��Ther �@�Ther �@�Ther �@�Th%�V)�0���h�ܩ0���h�ܩ0���h�ܩ0Њ�}�U�*�2�Z w*�2�Z w*�2�Z w*�"yh�� +�r1� ����@���ʁV�H�W�<�����g���ϳ~�����O�����m�=����(���N�`����6\��u�~!Z�u����iN����q��i^���d6��|]������d6��|_�����d6�k�u]N�sx��0��91����r��a2sb�.��5��v��Ɯ����zMo{?Lfc�6߶wr�����ٙ��N����a2sb�����㹑y?LfcN��;9>����٘�����m��`v�ļ����v;LfcN��;9��m��d6��|�~]<������H|�}���~���3'��r��«n��l̉������,y?'��}\��U�Il��3���B�o� �:\��ļ����Ȏ��g���8�n��x����0��91o/d��W�&�1'_�}�2��x?^#N��+�G��0��91�/o���d6������#�oG���7�����'�v�Μ��W����a2sbn_�>2��l̉�}=�ȼ&�1'_��}1����ٙs�J��y?LfcN����G��0��91��a���d6��볷/`���a0;sbn_�>2��l̉�}��ȼ&�1'��u�#�~��Ɯ$��O��0��91��X���d6���jH�Y���lL,Ef��j�1����{\�4;�J�Ye��lL�*Efe�j�1!���T��Ƅ�Rb�A���L�)EfՔj�1����R��Ƅ�RdVG�6*J��G�J�3!��UP��Ƅ~RdV>�6�I�Y���lL('%�N*�΄lRdV5�6�I�Yɤ�lL&Ef��j�1����bI�y`B*)2��T�� ��ȬLRm6&D�"�I�٘PHJ�=�T��Y�"q�#�ޏDh#E^��j�1!���E��Ƭ�H�XQ��kDH"E^�j�1����C��ƬcH����j�G"��o!�bgB)2��T��Y7�"qK �ޏD E^��j�1�~��{��4;�NE�V>����=����bcB�(2�yT�� ţ�܃G�ٙ�;�̪�fcB�(2+uT�� ��Ȭ�Qm6&T�s��fgB�(2�pT�� }�Ȭ�Qm6&č"��F�٘P6J�=lT�� Y�Ȭ�Qm6&4�"��F�٘4����fcB�(1��Qiv&��"�JF�٘�1����fcB�(2�aT�� ���F�ٙ�/�̪�fcB�(2+]T�� �ȬnQm6&T��S��2LHEf�j�1�W��+��ƄXQdV��6JE����J�3!S�U)��ƄFQdV��6E�Y}��lL�%�'*�΄4QdV��6�D�YY��lL�Ef5�j�1�H��{��4;rD�Y5��lLhEf��j�1�Q$n�������#D�ؙ� ��*�fc���Ȼ�j�ć"��C�טPJ�=<T��Yg�"q��ޏDhE^%�j�1!8����ƬkC�X���kDH E^��j�1�3����Ƭ#C��5�j�G"�o�bgB^(2�.T�� m�Ȭ�Pm6&��"��B�٘PJ�=*T�� I�Ȭ�Pm6&�"�rB�٘��j �fcBI(1��Piv&d�"�*B�٘���J�fcB@(2�T�� �������A�Y��lL�Efe�j�1!����ƄbPb�����L�EfՂj�1��� +��ƄPPdV'�6*A��G�J�3!T%n�BP�4-��4��>�͟�o����~�~ծ�@��ۓ=����ӟ?���o�6>��_<�q���q��T�)���r����x�*�r�B2'��fN-�P�����ܩ���*�ܩ�����ܩ�ω佟S�*t2�: w*Dt2�*: w*tt2�B: w*�t"yo��� +5�L��ȝ +A�L��ȝZ7u2w��ژ�ՉԽ�S�*�u2��: wj��ܭ�jcB_'S+�n�Bb'�?5vJ�H�+;��ev@mL�dj�v��Th�dr�v@��:���۩�΄�N�Vr�N��N&Wu�N-�;�z��#�;���wj�@��N&W~�N��O&W��N�O&W��N�O$��Z>P�ēɕ��S!Ɠ�U��S�Ǔ���S!��{���T��drey@�T�dr�y@�Th�dr�y@�T��D���� +=�\��;"=�\��;:=�\��;R=���zj�@�ZO&W��N�`O&W��N�fO&W��N�lO$�ݞZ>P�ܓɕ��S!ޓ�U��S�ߓ���S!��{ç�T��dre|@�T�dr�|@�Th�dr�|@�T��D�����>�\I�;�>�\U�;�>�\a�;�>����S�G*�}2��> w*~2� +? w*4~2�"? w*d~"y����Z�~2wK��ژ��Ԫ��۩���� +��ܩu�'r��S�� ՟L���� +�L��ȝZ�2w���ژ���Խ�S�*�2�@ wj�ܭjcB(S+n�B +(��P-�u (s��� A�L�"�� +M�L�(ȝ +Y�H@�|�B(�+ r�B(��r�B(�+r�B"(��FP-�P ����ܩ +��*�ܩ� +���ܩ���T�*�2��A w*D�2��A w*t�2��A w*��"yo�� +��L�|ȝ +�L��ȝ + �L��ȝ +�H�;B�|�BI(�+%r�BL(��&r�BO(�+(r�BR(�?5�J�H��P&WV�N��P&WY�N��P&W\�N��P$�}�Z>P�0�ɕ�S!2��U�S�3���S!5�{k��T� er�@�Ter�@�TherE�@�T�E�����C�\�!�;�C�\�!�;��e� �1!A�{��vT�ere�@��2D����?�E��#�S!G�{���ԺH��[��Ƅ(Q�V��N�.Q&W��N��D�[m�Z�L�ej���Ter�@�ԺQ��[��ƄLQ��=P�T�ɕ*�S!V��U+�S�W��,�S!Y�{���T�ere�@�Ter��@�Therŋ@�T�E��/�� +F�\ #�;"F�\#�;:F�\!#�;RF���eT�G*Ԍ2�rF w*�2��F w*4�2��F w*d�"y��� +e�L��ȝ +q�L��ȝ +}�L��ȝ +��H�G�|�B�����#x��9z~�2tT<�P:�@��p]��`�P:j��mO�㯿��ӧ��>}w�|��>���뗟߿�������y����ç/?G��폏o����0�������}r�O[���ӷ��?�b��-"ȝ +[�L�-"ȝ +[�L�-"ȝ +[�H��|��1�k�r��1�k�r��1�k�r��1��-b-��E���"�ܩ�E���"�ܩ�E���"�ܩ�E��}�X�*l3��� w*l3��� w*l3��� w*l#y�"�� +[�L�-"ȝ +[�L�-"ȝ +[�L�-"ȝ +[�H��|��1�k�r��1�k�r��1�k�r��1�?mK�H�-b&��N�-b&��N�-b&��N�-b$�[�Z>P�-b�n[DP���Z[Dp;���\[D�;��"Fnmk�3a����E�Sa��ɵE�S�-b�n[DP����ok�@�-b&��N�����mAmL�"fjm��T�"F�E����"f�E�1a����E�Sa��ɵE�Sa�����T�"frmA�T�"frmA�T�"frmA�T�"F�E�����\[D�;���\[D�;���\[D�;����ok�@�-b&��N�-b&��N�-b&��N�-b$�[�Z>Pa��ɵE�Sa��ɵE�Sa��ɵE�Sa�����T�"frmA�T�"frmA�T�"frmA�T�"&�-b)��E���"�ܩ�E���"�ܩ�E���"�ܩ�E��}�X�*l3��� w*l3��� w*l3��� w*l#y�"�� +[�L�-"ȝ +[�L�-"ȝ +[�L�-"ȝ +[�H��|��1�k�r��1�k�r��[��ݶ��6&l#u�"�� +[�L�-"ȝZn3��E�G"l3����v*l#y�"��Zo3w�"�ژ�E���"�۩�E���"�ܩ�1rk�X�� [�L�-"�� +[�L�-"ȝZo3w�"�ژ�E��}�X�*l3��� w*l3��� w*l3��� w*l#y�"�� +[�L�-"ȝ +[�L�-"ȝ +[�L�-"ȝ +[�H��|��1�k�r��1�k�r��1�k�r��1�?mK�H�-b&��N�-b&��N�-b&��N�-b$�[�Z>Pa��ɵE�Sa��ɵE�Sa��ɵE�Sa�����T�"��t�Զ���x�a�x�����iyl�����:��h�����Cï����ϟf�������������O��ï��嗟��ĺi�o���6�8�&jBR��t��p>!y�@ń��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB�������zB�ۄ��N�'$��MHH��zB�ۄ��N�'$�\��rB�� ��YOHBu���۩��$�� ɝZNH2w���ڙ��$T� ��ZOHBy���ܩ�$t�R���djMH�=P� I(o�;�����}BBjc��P�&$�vj=!�䚐�|���нOHHm�zB�ۄ��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB�������zB�ۄ��N�'$��MHH��zB�ۄ��N�'$�\��zB�ۄ��N�'$��MHH��zB�ۄ��N�'$�\��zB�ۄ��N�'$��MHH��zB�ۄ��N�'$�\��zB�ۄ��N�'$��MHH��rB�� ��YOH2�&$����$�� ɝZMHB��������$� ��ZOH2�&$ ��$t�R�����6!!�S� I(o�;���d�6!�3� I�nr;�����6!!�S� I��'$�6f=!�Ԛ��{���P�&$$wj=! �mBBr���P�&$$wj=!�䚐�|���P�&$$wj=! �mBBr���P�&$$wj=!�䚐�|���P�&$$wj=! �mBBr���P�&$$wj=!��}BR�Gj=! �mBBr���P�&$$wj=! �mBBr���L� �j=! �mBBr���P�&$$wj=! �mBBr���L� �j=!�fᄄh?�ၪ I�H�o���o��>/i{ŧ����������O��ݗ�a���=��S����=�?���矿���t�ᱜ�okxB����&�x�\غ�����gT�O�s�kx��z^���}z�@/��i�;u"�.�����f��4ʝ:�?���tM��i�;����������F�v��u"����^{;�r�N���9��]m&�O�ܩ��v�k|��i�;�������5��v��u"�~6|��ko�Q�ԉ��������i�;u"�/�����f��4ʝ�Z~^����^{;M�:�oo�zH���F�S'���\鵷�(w�D����_�~�N}-�lo�t\Cy;M�:�oo�xL���F�S'��������i�;u"����_�~�N}-����qN���&�@��O��~9���4ʝ:�_���^{;�r�N���~���F�S_˷���.����i�ԉ|{;�{z��4ʝ:�oo����|?�r�N���9>�k�O�ܩ�����鵷�$���v�Cz��4ʝ:�oo簦��N�ܩ�}�=����Qm���Ǻ�����irԉ���n����i�;u"�.�k�~?�jcN�ۛ���;�O�۩�7��՜/�Dt�#u"�^M�!�v�Ɯ��7s��R�~�N�ȷW���;�O�ܩ����j�?��äv��|Z��{���it;u"�.����y;�r�N����W��Y$���e��o�I=P'���\����i�;u"���e}���4ʝ:�o�{>��F�S_�O��9��ko�I>P'���O鵷�(w�D�����^{;�r�N������ʝ�Z~^���^{;M�:������^{;�r�N���p����N�ܩ�}�\o��Q������v.��cO:M�:�oo��E�Q�ԉ|{;�Gz��4ʝ:�oo�t��}?�r���_��s\�ko�I>P'����k���v�N�ȷ�s8���N�ܩ�}9?N��Q��I+�<����i�ԉ��3�� w*$3�� w*$3�� w*$#yO4�� +��L�D#ȝ +��L�D#ȝ +��L�D#ȝ +��H���|�B�1�+�r�B�1�+�r�B�1�+�r�B�1�?%K�H�Dc&W��N�Dc&W��N�Dc&W��N�Dc$��Z>P�Dc�n�FP��Z�Fp;��\�F�;�N4Fn%k�3!ј��h�S!јɕh�S�Dc�n�FP���'k�@�Dc&W��N����%AmLH4fj%��TH4F�h���N4f�h�1!ј��h�S!јɕh�S!��{���TH4fr%A�TH4fr%A�TH4fr%A�TH4F�h����\�F�;��\�F�;��\�F�;���'k�@�Dc&W��N�Dc&W��N�Dc&W��N�Dc$��Z>P!јɕh�S!јɕh�S!јɕh�S!��{���TH4fr%A�TH4fr%A�TH4fr%A�TH4&�Dc)��h��J4�ܩ�h��J4�ܩ�h��J4�ܩ�h��=�X�*$3�� w*$3�� w*$3�� w*$#yO4�� +��L�D#ȝ +��L�D#ȝ +��L�D#ȝ +��H���|�B�1�+�r�B�1�+�r�։�����6&$#uO4�� +��L�D#ȝZ&3��h�G"$3���v*$#yO4��Z'3wK4�ژ�h��J4�۩�h��J4�ܩu�1r+�X�� ��L�D#�� +��L�D#ȝZ'3wK4�ژ�h��=�X�*$3�� w*$3�� w*$3�� w*$#yO4�� +��L�D#ȝ +��L�D#ȝ +��L�D#ȝ +��H���|�B�1�+�r�B�1�+�r�B�1�+�r�B�1�?%K�H�Dc&W��N�Dc&W��N�Dc&W��N�Dc$��Z>P!јɕh�S!јɕh�S!јɕh�S!��{���TH4��4�������y��x��D�����`t?Ս��r_���h�������?K�ޞ�}��y�hה��|-�endstream +endobj +1997 0 obj << +/Type /Page +/Contents 1998 0 R +/Resources 1996 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 1950 0 R +/Annots [ 2000 0 R 2001 0 R 2002 0 R 2003 0 R 2004 0 R 2005 0 R 2006 0 R 2007 0 R 2008 0 R 2009 0 R 2010 0 R 2011 0 R 2012 0 R 2013 0 R 2014 0 R 2015 0 R 2016 0 R 2017 0 R 2018 0 R 2019 0 R 2020 0 R 2021 0 R 2022 0 R 2023 0 R 2024 0 R 2025 0 R 2026 0 R 2027 0 R 2028 0 R 2029 0 R 2030 0 R 2031 0 R 2032 0 R 2033 0 R 2034 0 R 2035 0 R ] +>> endobj +2000 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 707.2279 239.1315 716.2042] +/Subtype /Link +/A << /S /GoTo /D (install-perlmodules-manual) >> +>> endobj +2001 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 707.2279 538.9788 716.2042] +/Subtype /Link +/A << /S /GoTo /D (install-perlmodules-manual) >> +>> endobj +2002 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 691.9054 162.7788 700.7521] +/Subtype /Link +/A << /S /GoTo /D (modules-manual-instructions) >> +>> endobj +2003 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 691.9054 538.9788 700.7521] +/Subtype /Link +/A << /S /GoTo /D (modules-manual-instructions) >> +>> endobj +2004 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 678.954 198.7739 687.8006] +/Subtype /Link +/A << /S /GoTo /D (modules-manual-download) >> +>> endobj +2005 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 678.954 538.9788 687.8006] +/Subtype /Link +/A << /S /GoTo /D (modules-manual-download) >> +>> endobj +2006 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 663.9453 187.9643 674.8492] +/Subtype /Link +/A << /S /GoTo /D (modules-manual-optional) >> +>> endobj +2007 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 663.9453 538.9788 674.8492] +/Subtype /Link +/A << /S /GoTo /D (modules-manual-optional) >> +>> endobj +2008 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 650.6402 231.092 659.6164] +/Subtype /Link +/A << /S /GoTo /D (gfdl) >> +>> endobj +2009 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 650.6402 538.9788 659.6164] +/Subtype /Link +/A << /S /GoTo /D (gfdl) >> +>> endobj +2010 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 635.3176 144.2287 644.1643] +/Subtype /Link +/A << /S /GoTo /D (gfdl-0) >> +>> endobj +2011 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 635.3176 538.9788 644.1643] +/Subtype /Link +/A << /S /GoTo /D (gfdl-0) >> +>> endobj +2012 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 620.3089 218.9576 631.2129] +/Subtype /Link +/A << /S /GoTo /D (gfdl-1) >> +>> endobj +2013 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 620.3089 538.9788 631.2129] +/Subtype /Link +/A << /S /GoTo /D (gfdl-1) >> +>> endobj +2014 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 607.3575 179.8349 618.2614] +/Subtype /Link +/A << /S /GoTo /D (gfdl-2) >> +>> endobj +2015 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 607.3575 538.9788 618.2614] +/Subtype /Link +/A << /S /GoTo /D (gfdl-2) >> +>> endobj +2016 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 594.4061 188.4227 605.31] +/Subtype /Link +/A << /S /GoTo /D (gfdl-3) >> +>> endobj +2017 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 594.4061 538.9788 605.31] +/Subtype /Link +/A << /S /GoTo /D (gfdl-3) >> +>> endobj +2018 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 583.5119 161.952 592.3586] +/Subtype /Link +/A << /S /GoTo /D (gfdl-4) >> +>> endobj +2019 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 583.5119 538.9788 592.3586] +/Subtype /Link +/A << /S /GoTo /D (gfdl-4) >> +>> endobj +2020 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 568.5032 199.3117 579.4071] +/Subtype /Link +/A << /S /GoTo /D (gfdl-5) >> +>> endobj +2021 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 568.5032 538.9788 579.4071] +/Subtype /Link +/A << /S /GoTo /D (gfdl-5) >> +>> endobj +2022 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 557.6091 210.6488 566.4557] +/Subtype /Link +/A << /S /GoTo /D (gfdl-6) >> +>> endobj +2023 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 557.6091 538.9788 566.4557] +/Subtype /Link +/A << /S /GoTo /D (gfdl-6) >> +>> endobj +2024 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 542.6003 256.3975 553.5043] +/Subtype /Link +/A << /S /GoTo /D (gfdl-7) >> +>> endobj +2025 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 542.6003 538.9788 553.5043] +/Subtype /Link +/A << /S /GoTo /D (gfdl-7) >> +>> endobj +2026 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 531.7062 151.6308 540.5528] +/Subtype /Link +/A << /S /GoTo /D (gfdl-8) >> +>> endobj +2027 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 531.7062 538.9788 540.5528] +/Subtype /Link +/A << /S /GoTo /D (gfdl-8) >> +>> endobj +2028 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 518.6352 155.1576 527.6014] +/Subtype /Link +/A << /S /GoTo /D (gfdl-9) >> +>> endobj +2029 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 518.6352 538.9788 527.6014] +/Subtype /Link +/A << /S /GoTo /D (gfdl-9) >> +>> endobj +2030 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 505.8033 240.2873 514.65] +/Subtype /Link +/A << /S /GoTo /D (gfdl-10) >> +>> endobj +2031 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 505.8033 538.9788 514.65] +/Subtype /Link +/A << /S /GoTo /D (gfdl-10) >> +>> endobj +2032 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [94.6451 490.7946 272.646 501.6985] +/Subtype /Link +/A << /S /GoTo /D (gfdl-howto) >> +>> endobj +2033 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 490.7946 538.9788 501.6985] +/Subtype /Link +/A << /S /GoTo /D (gfdl-howto) >> +>> endobj +2034 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 475.5866 110.3657 486.4657] +/Subtype /Link +/A << /S /GoTo /D (glossary) >> +>> endobj +2035 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.0424 475.5866 538.9788 486.4657] +/Subtype /Link +/A << /S /GoTo /D (glossary) >> +>> endobj +1999 0 obj << +/D [1997 0 R /XYZ 71.731 729.2652 null] +>> endobj +1996 0 obj << +/Font << /F32 1286 0 R /F27 1278 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2056 0 obj << +/Length 1858 +/Filter /FlateDecode +>> +stream +xڍ�KoTG�=�b��p�ߏ-R)�һ(���B"�����ק��n�n爅��� + c�� 7/�ג|���Z���o/������/�Z],��o�PRs��z{�����o���������M��b���_z��?�z�[������>����������>ne~nmÍR�� 3��y�~�v�?�r�O�ء�c����/^���W�����Ƿ�?z>�|��������������F�Lk|��س1�胋Y><������끒<�z<����!�: Y����Xz���[ ��Zbn=�AV�;i�0�u�!'WGg��֭^]胝�JC\�xw��s�_6��\h��J#��jಗ�4�u���^J,>�.�ɑ�LC\���$�I��J#��jಝ�ر�4�u���vBfǾ�.�����g������(��W�VO��ʎ}�!�[ �:�;����n5��DX|�!�[�x��<�|��F����e;y�c_i��V�����}�!�[ \��<=����n=�U�;��F����e;!��bV���e;>�c_i��V�.�D�}�!�[�x��5lbǾ���xr�ev�+ q�j�E>��i��V��B�}�!�[�x���ʎ}�~i5p�Nj��W���e;2%�i��V�턞Y|�!�[�������}�~i5����>v�+ q�j����ٱ�4�u��w�z��>�G<y�z�7�v��V��ԘY|�!�[ \�SR`n5pَ<��LC\��� �I��J#��j��U� +CZu��&v�+ m�j�_��4�u���>�F��4��bo4=��֭^\k=��LC\�xw�־�!�:�r��z�+��K���j�gg��.���3�CZu�l&���3 m�z����";�F����e5���aH�NC��x�Gw; m�j�݅���=�g�xW{f�\V�VO.�}�!�[ ��Z+;����n5p�N���W���W�Nn��W�V���Y|�!�[ \�;;����n5p�N��g���7�N���W�V��xώ}�!�[ ��2�e�JC\�xw�Gz�3 q�zƻw�Ev�+��K��'�kbǾ�.�)��JC\��l'���3 q�zƇlG�"�F����e;��c_i��V/O���c_i��V���F�}�!�[�x�����/Vv��V�n��Y|�!�[ ���Fan5��F���g����Ne/|�i�_Z \�SBfn5p�N���W���e;)�c�i���3e;1�c_i�_Z \����4�u���v|n,>��\��LC\����]��J#��j����^V��^\���JC\��l��y� +CZu��,�ɝ��J#��jಚ4ؙ�4�u���jK?g!�e���Z��>Ӑ֭g��^�=ϝF����e/�VҪӐ��#�3_ih�Vo�u�_�JC\����]���fѺӐ�k���x���[ \VS +;n5pY ���aH�γ���-X,��Ⱦ���&����4�u���j{5�NC\��,�wz�3 q�zƻwa����4�/�]����; q�j�Ņ�ޠ���\m���; q�zƇl��7��4�/�.�)� :; q�jಝ�^M��.�I��LC\���e;���x�~m5p�N`o��i��V��x�����n5��ʨ��g����|go��i�_Z <��ث�w�����Ag�!�[ \�S=����n=�Q��٫�w�V��d�����n5p�Nb�&�i��V��D��Ow�?���x��؝����}q��.'Z���7G�o��P��2�����O�a�N&_@~v���r�RO���y����?�Beendstream +endobj +2055 0 obj << +/Type /Page +/Contents 2056 0 R +/Resources 2054 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 1950 0 R +/Annots [ 2058 0 R 2059 0 R ] +>> endobj +2058 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 676.8022 201.5132 687.7061] +/Subtype /Link +/A << /S /GoTo /D (lifecycle-image) >> +>> endobj +2059 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [527.0237 676.8022 538.9788 687.7061] +/Subtype /Link +/A << /S /GoTo /D (lifecycle-image) >> +>> endobj +2057 0 obj << +/D [2055 0 R /XYZ 71.731 729.2652 null] +>> endobj +10 0 obj << +/D [2055 0 R /XYZ 214.0665 703.236 null] +>> endobj +2054 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2063 0 obj << +/Length 2510 +/Filter /FlateDecode +>> +stream +xڥYY��8~ϯh̓�e֕yʱ���l �Y,v���h�Y�JT:=�~�,��I0��1YU,�_T�7�o���b�� +?J��<�n��{��6M�( S�,p�I��E�7멒�/6��& +�4ɓ����U�Q��<T������n����}�}�k�Ç��yt7�J����i 3? +�-j ����4#���Լiϫ0�:s8���f����Nʚ�u�M�)��E��$ED�d�$�N��<s��.{���A��_��(�5���t�Ŀ��y�e%��L;�����wS��m����������<[t�E���yr8OJޡ�et�4�:�ݝLߣ�qƇ��C��+���m��N�J�I��/6i���ڴ/=���?1����q64�qrɂ]"���r�ݽ�;K�봐ފ��*��B8g��t�_M��^��QQx�Vaz��sG�-d���!�0�VL�A�eeᝇ]m�#� +E�R�̗ +6Y۽}D���PY�'�f⣱G^дL�oV�:��*�J\�˹܂w@e��7-n)�`�<���)_-)J� +Tl���kU~^O�ϴW������5��<�LS�C�+7�ü��Øj���T�_�|�i�.�Qj=�|4 ����Y��g�T�+���ڄm�@��?6a��� ϵ� �B^Z�ۭʐ��8�I���̶��QaX�%1�j`�w�=��y��a��Ls`!�Y付�e��B��=aROb������M۬u�K�5%����oG(G~��[:��ʡS�*�����N��*G��(I�rDR9ޚ�D7�ʜ��߭�1L�«!6�ڙ��'���+y.���L����$�L��Ҫa�N����P1+�ɜL��<��tif���P���QwڈF%[�t�FV�0�3�gل���eLL-"�(�|/�Pu�q�' ��1t�4�g�=�9 $j"�R'u�L��?�V�nyR��&qV�m8ssC"�f@�����۵=!7g5�j{Q���QǣR�lQ���Z.���k��JvH�uk1�ng��;��N�,�ܝ�f(�l�N +�*I<�)���ZVK^G�j@T��')�:Q�nS��6-ȧ�j��箭�X�Hu,����Zl���q�Z �Q�a�qH���h�r�Bl-2 �$E��*1J��l"�.�'� 6��f���&���X�X�h U���H�ZZ������(�E���tc��_�`��2��!����N��6�z�v�.]��Vo��֞u:(�B��qyQٱCx��!)�`��4A +E�z4� ���6I�� zU[��.0N��<@�%9#���5u{���,dl9"@��>#�7H?tZ�pI�m�2�a����k&�E������=�n�i� �v[c�J�j�D�R���C\Q��<4�2��}��Ԓ��Z �g�K=-�_�JKR�c� {��.�.#�z��-%�ɦR/2��%��Q6���A��b�U���?�x�%���hL�s�|�(�����>��$�� �������T��#xW����mh4�.M� O@����* ]s���z���f��h�t�?C 6��Y��2��3ch|�k�3�.�NB��7l�!��W������'���=��'�V�u����}3�1��i$�B��-�o�T�Nx`���gν���[�7�D����[����:���@ ���LaB�� ��/�������u/�Gw����-����3�c'���L"��X��\����z|�b>���r��'ʨ��}qDG�!5�8�:'������ɋÔ:O$�=��l��/)�=B�s+�w��Q��J��ب��x���j�G=��:��Y��C���֊�q2���9W��ڙ���K����>�h�z�>� +8�3А�w&P\���uxu�u�w�m�~�gm��7���,�@e�a�QD�_� �tX�o���\I�1���Pn��< Ku�B�^�夈A�mV<樇zyy��w�؆�� +���E�M���N°�R�҄i��N��k�z^�jL5�,r_gL�m ����*�Us���/Y�$#p�z�g;���<�y +�~�oh(�im�p�0-R�ZcU�$S��kH�\�����my#ĸh\(����j����g�ۙuF~��N�|�~��yi]��N-?�C� ��K�tu�����"d�Ex�VX�)���������A2��g̝̫�R��w顐o��4���o�*I'z���@|A4s[�\�����]K�����5;��`�H��_��:�R�&���w�9�T7�u���~��U�w���;���CR`���-�̓"����M�?��:I���a��S@�������0 �c�'m�xu�������l���d�a�������^�1&�+��s��U�g�����{xm����X��D���!S-~_��D�>����%q�A���˽�m����~�jiendstream +endobj +2062 0 obj << +/Type /Page +/Contents 2063 0 R +/Resources 2061 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 1950 0 R +/Annots [ 2067 0 R ] +>> endobj +2067 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [370.6589 581.7312 416.7299 591.744] +/Subtype /Link +/A << /S /GoTo /D (gfdl) >> +>> endobj +1379 0 obj << +/D [2062 0 R /XYZ 71.731 718.3063 null] +>> endobj +14 0 obj << +/D [2062 0 R /XYZ 350.6594 703.236 null] +>> endobj +1380 0 obj << +/D [2062 0 R /XYZ 71.731 692.504 null] +>> endobj +18 0 obj << +/D [2062 0 R /XYZ 285.3895 651.1593 null] +>> endobj +2064 0 obj << +/D [2062 0 R /XYZ 71.731 638.7213 null] +>> endobj +2065 0 obj << +/D [2062 0 R /XYZ 71.731 627.4433 null] +>> endobj +2066 0 obj << +/D [2062 0 R /XYZ 71.731 617.4806 null] +>> endobj +2068 0 obj << +/D [2062 0 R /XYZ 71.731 577.7461 null] +>> endobj +1381 0 obj << +/D [2062 0 R /XYZ 71.731 546.6463 null] +>> endobj +22 0 obj << +/D [2062 0 R /XYZ 191.9617 503.5488 null] +>> endobj +2069 0 obj << +/D [2062 0 R /XYZ 71.731 494.726 null] +>> endobj +2070 0 obj << +/D [2062 0 R /XYZ 71.731 448.9486 null] +>> endobj +2071 0 obj << +/D [2062 0 R /XYZ 71.731 405.113 null] +>> endobj +1382 0 obj << +/D [2062 0 R /XYZ 71.731 348.326 null] +>> endobj +26 0 obj << +/D [2062 0 R /XYZ 216.7521 305.2285 null] +>> endobj +2072 0 obj << +/D [2062 0 R /XYZ 71.731 296.4057 null] +>> endobj +2073 0 obj << +/D [2062 0 R /XYZ 71.731 263.5798 null] +>> endobj +2074 0 obj << +/D [2062 0 R /XYZ 345.2585 252.7851 null] +>> endobj +2075 0 obj << +/D [2062 0 R /XYZ 184.7184 239.8337 null] +>> endobj +2076 0 obj << +/D [2062 0 R /XYZ 71.731 226.8823 null] +>> endobj +2077 0 obj << +/D [2062 0 R /XYZ 71.731 206.7927 null] +>> endobj +2078 0 obj << +/D [2062 0 R /XYZ 510.3166 195.9981 null] +>> endobj +2079 0 obj << +/D [2062 0 R /XYZ 302.6003 183.0467 null] +>> endobj +2080 0 obj << +/D [2062 0 R /XYZ 71.731 170.0952 null] +>> endobj +2081 0 obj << +/D [2062 0 R /XYZ 71.731 162.9571 null] +>> endobj +2082 0 obj << +/D [2062 0 R /XYZ 269.4844 139.2111 null] +>> endobj +2083 0 obj << +/D [2062 0 R /XYZ 495.373 139.2111 null] +>> endobj +2084 0 obj << +/D [2062 0 R /XYZ 266.5633 126.2596 null] +>> endobj +2085 0 obj << +/D [2062 0 R /XYZ 501.4602 126.2596 null] +>> endobj +2086 0 obj << +/D [2062 0 R /XYZ 315.9163 113.3082 null] +>> endobj +2087 0 obj << +/D [2062 0 R /XYZ 71.731 100.3568 null] +>> endobj +2088 0 obj << +/D [2062 0 R /XYZ 312.3486 100.3568 null] +>> endobj +2089 0 obj << +/D [2062 0 R /XYZ 512.5285 100.3568 null] +>> endobj +2061 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2092 0 obj << +/Length 2082 +/Filter /FlateDecode +>> +stream +xڭX_o��Oa���DEQ����f7��8��^�^h���ȢN�6���r(Yvl�]�!93$�7���"��YF�'^�q��Y�y��0�� �,��|�tu�f���e�L�tv{7K�8dYJg�Ü�|v[�;xW�ֈn~�( !~߮To����F�C/K1����7�܌f�2� N.p�z��8�,q�l��4��[�o�*cڋ�B��+ĝ��$�"l�Y����ы�<��~�M�5?�fr�V�|�-o���LU>>>�S�S��]pk��}VfSOU�8�,P���5l��ᒑ���� �͗Ip�k-A�k|���w�PoJ$~H]���}���v���B��ƈ٧�9`N�'�["�$ +T_��_��!p�(��jի�o��92ot�� Q �G�t}��yYJ#U�k�y���Z�3ok���*Tcxap�=�+�:'lX��*���.k�.�{mʉ��3yS����30VLXb}��(�)Cӑ0��0˃w��}h/3=& ���%q"��V� +�f�L��(�%j5������mZ� /=%�mT���Z���kQ�L��v�p�8���0,����l��T����J���@k֞���!W��m�1�x� l�;�Cp\ca�=M�nŎ�[��vg��n�!���Q�pa�g;�$P�b`�$���������*�W�o8�uv˽�Z��;�!+�f�7�<]�q�K��_��Z<���B��x�h7+4��D�,J���`�,�V�f���Zꆇ0��[�aN�܋�u?��� tG4ZJq�,�����w�Ӓ0�If�V��$a� ��\vq6|������(���m��~��r� +߶�k�%;��D���hMҡ#�C�ЕhA�5I3h�o�#�9�MČ��:I�Q�g�� ���ДZo� 0�L�2����5D��!,!ʰt��I��$O^ʉ��HL#���x]?a�� +lla�-��%0& LDK�\�}��龵g�)�dQ�q��o��9̮ L�C��)U�RǶK�C���>����������6�%���$��x�D/����05��}��]e��/���)X��N0�x����U�h��{$K1�ժ�`8���%���@���;x���ۃ�p�;��ʺ�i�9��(����O�[mX���m<v�)� ���.Y�+�K(*n��팅�d��)F_1lOGy`��M�h�$�6Z�+34�h:Ff_M��ǯ�XgK�Y �(��7�C���?�<SŜ��o���a/ iqR�8~)4e �q��]��^�Y�1yE'O�8p�02J��>F�`���P��&(�͘\v���rmo�Wb�5~�����@�VJZ�5or���k��>0�0����;���`��?��X�j}�K>�B�P���4\INeu�(�x������;�Ѭ���@q U�k�����N2r�h�a<�Cy͂!(�eY��w�2m8�PUe/d�VtR��_8���������-��(���7�Y%�+´Ux%�4�N@��@�۶Ư%���%R�:9�)l(�aѶ�3�x=��>�Rw��M�u����ո�����s�������� +b�n�^�J�{ �t���͛���{��Bj����n�XS�^��U+�</��]�t�H[B.�ٮwq�z�BjT�c���Ήg�F-�u�����Q`��� +GIp��6������#\w�����^%����-�-��l��f��}��q�0v��*��Ro�����Y�N���Q+����>o�L�����١���>iD�⽛��e@S����8,�Q��9����3�r�!��-���%�BWq n�PD410��s�ڈ�Jtڳ���Ȑ�e<���c��سU�����@�'��)���H�(�u�l~���M��0۲/X��B�*lj�9�(8O#�[+¶_�r�w��h���=���R��z�H]���3'�v��#�����g{5}�MQ �����]���%�I�� b�Q���U�!�5��w袕�9I�'��'<ϟ��a:j���G����_ct[�endstream +endobj +2091 0 obj << +/Type /Page +/Contents 2092 0 R +/Resources 2090 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 1950 0 R +>> endobj +2093 0 obj << +/D [2091 0 R /XYZ 270.8269 708.3437 null] +>> endobj +2094 0 obj << +/D [2091 0 R /XYZ 509.0114 708.3437 null] +>> endobj +2095 0 obj << +/D [2091 0 R /XYZ 258.4498 695.3923 null] +>> endobj +2096 0 obj << +/D [2091 0 R /XYZ 506.4312 695.3923 null] +>> endobj +2097 0 obj << +/D [2091 0 R /XYZ 71.731 675.3027 null] +>> endobj +2098 0 obj << +/D [2091 0 R /XYZ 487.0986 664.5081 null] +>> endobj +1383 0 obj << +/D [2091 0 R /XYZ 71.731 644.4185 null] +>> endobj +30 0 obj << +/D [2091 0 R /XYZ 164.538 601.321 null] +>> endobj +2099 0 obj << +/D [2091 0 R /XYZ 71.731 592.4982 null] +>> endobj +2100 0 obj << +/D [2091 0 R /XYZ 71.731 551.7022 null] +>> endobj +2101 0 obj << +/D [2091 0 R /XYZ 71.731 536.7582 null] +>> endobj +2102 0 obj << +/D [2091 0 R /XYZ 154.4998 525.9636 null] +>> endobj +2103 0 obj << +/D [2091 0 R /XYZ 71.731 525.8247 null] +>> endobj +2104 0 obj << +/D [2091 0 R /XYZ 91.6563 508.0309 null] +>> endobj +2105 0 obj << +/D [2091 0 R /XYZ 71.731 495.9114 null] +>> endobj +2106 0 obj << +/D [2091 0 R /XYZ 138.8487 485.1168 null] +>> endobj +2107 0 obj << +/D [2091 0 R /XYZ 71.731 482.96 null] +>> endobj +2108 0 obj << +/D [2091 0 R /XYZ 91.6563 467.184 null] +>> endobj +2109 0 obj << +/D [2091 0 R /XYZ 71.731 442.1131 null] +>> endobj +2110 0 obj << +/D [2091 0 R /XYZ 137.3147 431.3185 null] +>> endobj +2111 0 obj << +/D [2091 0 R /XYZ 71.731 429.9378 null] +>> endobj +2112 0 obj << +/D [2091 0 R /XYZ 91.6563 413.3858 null] +>> endobj +2113 0 obj << +/D [2091 0 R /XYZ 71.731 401.2663 null] +>> endobj +2114 0 obj << +/D [2091 0 R /XYZ 136.5079 390.4717 null] +>> endobj +2115 0 obj << +/D [2091 0 R /XYZ 71.731 390.3328 null] +>> endobj +2116 0 obj << +/D [2091 0 R /XYZ 91.6563 372.539 null] +>> endobj +2117 0 obj << +/D [2091 0 R /XYZ 71.731 360.4195 null] +>> endobj +2118 0 obj << +/D [2091 0 R /XYZ 128.5776 349.6249 null] +>> endobj +2119 0 obj << +/D [2091 0 R /XYZ 71.731 348.2441 null] +>> endobj +2120 0 obj << +/D [2091 0 R /XYZ 91.6563 331.6921 null] +>> endobj +2121 0 obj << +/D [2091 0 R /XYZ 71.731 306.6212 null] +>> endobj +2122 0 obj << +/D [2091 0 R /XYZ 145.3244 295.8266 null] +>> endobj +2123 0 obj << +/D [2091 0 R /XYZ 71.731 293.6698 null] +>> endobj +2124 0 obj << +/D [2091 0 R /XYZ 91.6563 277.8939 null] +>> endobj +2125 0 obj << +/D [2091 0 R /XYZ 71.731 265.7744 null] +>> endobj +2126 0 obj << +/D [2091 0 R /XYZ 122.2909 254.9798 null] +>> endobj +2127 0 obj << +/D [2091 0 R /XYZ 71.731 253.5991 null] +>> endobj +2128 0 obj << +/D [2091 0 R /XYZ 91.6563 237.047 null] +>> endobj +2129 0 obj << +/D [2091 0 R /XYZ 71.731 219.0148 null] +>> endobj +2130 0 obj << +/D [2091 0 R /XYZ 450.945 206.1629 null] +>> endobj +2131 0 obj << +/D [2091 0 R /XYZ 518.6154 206.1629 null] +>> endobj +2132 0 obj << +/D [2091 0 R /XYZ 108.3457 193.2114 null] +>> endobj +2133 0 obj << +/D [2091 0 R /XYZ 175.2191 193.2114 null] +>> endobj +2134 0 obj << +/D [2091 0 R /XYZ 228.8127 193.2114 null] +>> endobj +2135 0 obj << +/D [2091 0 R /XYZ 281.8583 193.2114 null] +>> endobj +2136 0 obj << +/D [2091 0 R /XYZ 359.5411 193.2114 null] +>> endobj +2137 0 obj << +/D [2091 0 R /XYZ 429.4832 193.2114 null] +>> endobj +2138 0 obj << +/D [2091 0 R /XYZ 477.5574 193.2114 null] +>> endobj +2139 0 obj << +/D [2091 0 R /XYZ 71.731 180.26 null] +>> endobj +2140 0 obj << +/D [2091 0 R /XYZ 140.4925 180.26 null] +>> endobj +2141 0 obj << +/D [2091 0 R /XYZ 197.2193 180.26 null] +>> endobj +2142 0 obj << +/D [2091 0 R /XYZ 71.731 173.8391 null] +>> endobj +2143 0 obj << +/D [2091 0 R /XYZ 419.446 162.3272 null] +>> endobj +1384 0 obj << +/D [2091 0 R /XYZ 71.731 116.3348 null] +>> endobj +2090 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2146 0 obj << +/Length 1344 +/Filter /FlateDecode +>> +stream +xڵWm��4���"D����qEA�Z8$� +�� +e��݈$N�l�����^���t�Nv��<3�yffI��� �`�Q)h������ �"����B��� c�FZR̖� %Y�E� q0[�/�I�e�4����|n6����y�v�7�"�~��N�g[l��1�<h�V��D��%�[o�@�+�[H��f�8�2�̪�=]�j�q� rS��2P�F� ��дWt���^<m�̟w��m��(̔��.�V�(�pS"B��c��L��8`�0 ��WY�6y�̌�b���u�%MR�!�1�V.����ɻ8X@`o'1��0"|+'\JD��I1�u��3�:Ȫ�!���1V)��@2���.җ��:��c��E2�bL�K�)�$ �A���Gp�V�j��R��t�ň�Vs��6�8b\Rk8���y )�CE�-?��<��Q٧fDb�%J��$��[S�� $���T��.��nצyۚ���অDD���G=�C��2#/�� �E@f2��u +Ea��|���b6e"��m�߇�2�$�`{����#���k +�vB7S�UC��Y;�3k7E�Z�!���L�HpN!i��~6]v�2�A��1Ө�Q��:knͺ:e�$�w��}�0i*[ANA0[�v��&� ,�D�P# ��z����2(�bH�]2�͒��V�j-�{u�6i��w�u^&��In����������GJ��ľ���E�ˍE�dig���JJ��L�����K�� ��^��,�j��q����}���G���zO��U�p��D�{��a2z �r��>7�2)�}�y1"�ݷnLY=�ZC�<i�n��U�����{�RИ��?��_��]��@�e�����Myc��I�I�&O�Y����M ��?�_��>f�l�p�5�0�l��ɫ��gU��M s�����əԖA�蔷���b���6k��f�O^�6g�<=�=Hb�0�y�g`���l��;)�b�Y,�:ok�;�mE��؋]d����hU#�9k7ٰ1K�Zu�&��G��-���&L�Q�� ���� ;��p2� �z;{2nbxY&�����S�70�_�� �E���MC�G��;��Q�\� +�R2�7�!]GN��y�w���L�I�ֺH��A+q�Թ��ڵ��LB^Z�,�o�x�uI���R��u�|J��+���z��С)���fh�t��?D��{,�����ٙG�?G�q+N������Ӌ�t��d�I�W��P�kS��X� ï/�N���1�k���8�9d�`a�������#x��ܕjendstream +endobj +2145 0 obj << +/Type /Page +/Contents 2146 0 R +/Resources 2144 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 1950 0 R +/Annots [ 2155 0 R ] +>> endobj +2155 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [309.34 366.0077 344.5475 382.9441] +/Subtype /Link +/A << /S /GoTo /D (gloss-bugzilla) >> +>> endobj +34 0 obj << +/D [2145 0 R /XYZ 297.7505 705.7477 null] +>> endobj +2147 0 obj << +/D [2145 0 R /XYZ 71.731 705.5326 null] +>> endobj +2148 0 obj << +/D [2145 0 R /XYZ 71.731 696.9249 null] +>> endobj +2149 0 obj << +/D [2145 0 R /XYZ 71.731 682.0317 null] +>> endobj +2150 0 obj << +/D [2145 0 R /XYZ 71.731 667.0878 null] +>> endobj +2151 0 obj << +/D [2145 0 R /XYZ 71.731 667.0878 null] +>> endobj +2156 0 obj << +/D [2145 0 R /XYZ 71.731 329.1459 null] +>> endobj +2157 0 obj << +/D [2145 0 R /XYZ 433.4537 306.2319 null] +>> endobj +2144 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R /F35 1723 0 R /F32 1286 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2161 0 obj << +/Length 2343 +/Filter /FlateDecode +>> +stream +xڭْ��}��o+W��<t�[�f���^����V��M��Ȓ��{��@����S�)?�A��E�V ?�H�H|t&t����A.v����Q�8:R1LfVW�ID��x�����ݟ�Yh)�(�Oہ�4B�x��G��>?v�Y�t�Z���j��,�jG�o����̗�z�����U"M ���I�8zZ�)��+�jؘ�,��>��LGf�2Rhͻ�;����p��#�</"=l�A���Rˠ�qb��mG�ץ����YW3�tD.�"�*bz}kgX�Xd2�8^gXo�*�iX�̶�v3�� +R�N�৺�4����틖 ��4����-����e��Sf2������p��\���"M�3b39 �.���h�f�d�w5��9�I��4���~`Hͻ�k۶4.:��� ¸�+r��4ynj4�k��d �m��J� fY ~��8u�?9Y�C��� A�DXm�m�� �;�f��`��T����?U� �`�.�hA�c���<��l���+F���{�~~�H��ޮ?��?|�4Dy$S!�q*B�E��c��h� +�j|K ��h�>ZA�&&�O��Ԑ�;��, �JC���H� 8֜`i5�z+W�8�Τ����N���Z�>�n�54*�)�A(0��2�b��v�àBg9�]yy&��N9��( +E c�03���4��[B�V +y�4)l벬q�\���e�1W�x��:8�'NwE���^�o|ry\�搃c5�,�(`9� +�p��������?릃H�3˩+�b N���9� +�d$�]w�tw������@����mG{v,֥�{)��ĝ1w�.� +�#�~��=�e��0!d�1��<��ki����m����yĉ������v95��K�&�]_l,M��m���yG`gH�ṡ�9��|/�}ju�j�w�gm �]TV���u7�u��%o����pQ9~�R����;>b�om���k��뾣ɵ#�5[��"���=/�50�t~�Y_��gw��'O`����0a�_,z +-8aɴ�>��Y��ll�9M@)s�+�eZTʈ(��B2K"�yQ.B��I�x�DW٢�����)��e�xt��� �j`�!d�j�Q�9ʄ���j�&��B�hTL���1+�>oK��J�R���WP �&�ϗ� �9݂�cS{U��X1�p"a�]�7���Zs�:е뾱�4���qЎ��o0�� ��: +W���I��s�b���=�ض��v�G�"HP}�2�,�r��դ��J�e�q��PqI%b��g�Ѐ��^�����PB�4Fw �/q���@��l�J���R�'S���T�O�f|�����x:Ѭ���p���R�p|�����M��|��?������)��˘���(�/!2��Xh�]I���N�z������[6�>��n�����BُC�q�@q�b7|���=���K��� +K�t��b���e=@���V3��2��2�,��J��f"�M��tm"�ù���/�)�d]c�zG;��e"6�L@��D*ԴFȟ]�B�z�5�A띄Fݶ���<U�W�6�����M���śX-�ϟ�.�[����KcfJ@���V���0Ldz��[��)�OIsS�Jo�*wL��(��tm"ޜr[��U���K�ƱPp�ϝ`�*EF_��8i�D��JHTF����Ѿ�ZGo�u,�D����#)Rm�Y��:ʠ���*2̰����$�4������ț� ���6e�ѡ��%�bS�̄���~���QW�~�F��J�V(�P���(4>�}�B��[#I�h4��L�A�+�ԣM�;k4�.��o<-M4y�n�YW�;l�.������3 bX�ȩ�VN��P$^��P��R���5�6�8?lX�����23�=m�v.�;�z+(7�PZ��Q�eJ���y�C��J/9�_�iclj��J��}��P:�n;��z$d�\���<p�7�#��c��sK���1�������P��$8w�C���w����o�/��q=w!�D�A�0{?����WhE� O�H���`�QK\i)��]6�"/X�̽5{��#��J�&�U��wM�oj�V�,U0`�ʃȜ a�ɝ�S9̝_�7'p�o��$h�������g��� �6�M� �� *mmh��qq�#�ο������SbGh��u��0}��^� �%į����v{b<n�b|�ji�� #��8p�9�+��f�}WC�� �l,é9����o�rS;G�90�q���hJ;�gq%m�)T]���1�q!k���ZH�f��*�7� ���~��|��endstream +endobj +2160 0 obj << +/Type /Page +/Contents 2161 0 R +/Resources 2159 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2196 0 R +/Annots [ 2169 0 R 2170 0 R 2180 0 R 2182 0 R 2184 0 R 2186 0 R 2188 0 R 2190 0 R ] +>> endobj +2169 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [507.0988 565.2764 538.9788 576.1803] +/Subtype /Link +/A << /S /GoTo /D (os-specific) >> +>> endobj +2170 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 552.325 85.1806 563.2289] +/Subtype /Link +/A << /S /GoTo /D (os-specific) >> +>> endobj +2180 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 318.8963 134.1063 329.4267] +/Subtype /Link +/A << /S /GoTo /D (install-perl) >> +>> endobj +2182 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 300.59 192.198 311.4939] +/Subtype /Link +/A << /S /GoTo /D (install-database) >> +>> endobj +2184 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 284.7145 167.1723 293.5611] +/Subtype /Link +/A << /S /GoTo /D (install-webserver) >> +>> endobj +2186 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 264.7245 151.8196 275.6284] +/Subtype /Link +/A << /S /GoTo /D (install-bzfiles) >> +>> endobj +2188 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 248.849 170.36 257.6956] +/Subtype /Link +/A << /S /GoTo /D (install-perlmodules) >> +>> endobj +2190 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.375 228.859 210.0889 239.7629] +/Subtype /Link +/A << /S /GoTo /D (install-MTA) >> +>> endobj +1385 0 obj << +/D [2160 0 R /XYZ 71.731 718.3063 null] +>> endobj +38 0 obj << +/D [2160 0 R /XYZ 354.1294 703.236 null] +>> endobj +1386 0 obj << +/D [2160 0 R /XYZ 71.731 692.1839 null] +>> endobj +42 0 obj << +/D [2160 0 R /XYZ 196.1106 651.1593 null] +>> endobj +2162 0 obj << +/D [2160 0 R /XYZ 71.731 650.9442 null] +>> endobj +2163 0 obj << +/D [2160 0 R /XYZ 71.731 632.3738 null] +>> endobj +2164 0 obj << +/D [2160 0 R /XYZ 187.6288 620.9326 null] +>> endobj +2168 0 obj << +/D [2160 0 R /XYZ 71.731 581.3809 null] +>> endobj +2171 0 obj << +/D [2160 0 R /XYZ 71.731 548.3399 null] +>> endobj +2172 0 obj << +/D [2160 0 R /XYZ 71.731 524.5939 null] +>> endobj +2173 0 obj << +/D [2160 0 R /XYZ 71.731 504.5043 null] +>> endobj +2174 0 obj << +/D [2160 0 R /XYZ 71.731 467.7073 null] +>> endobj +2175 0 obj << +/D [2160 0 R /XYZ 118.5554 429.1433 null] +>> endobj +2176 0 obj << +/D [2160 0 R /XYZ 71.731 387.21 null] +>> endobj +2177 0 obj << +/D [2160 0 R /XYZ 71.731 360.7394 null] +>> endobj +2178 0 obj << +/D [2160 0 R /XYZ 71.731 347.4144 null] +>> endobj +2179 0 obj << +/D [2160 0 R /XYZ 71.731 337.4517 null] +>> endobj +2181 0 obj << +/D [2160 0 R /XYZ 71.731 319.8926 null] +>> endobj +2183 0 obj << +/D [2160 0 R /XYZ 71.731 301.5862 null] +>> endobj +2185 0 obj << +/D [2160 0 R /XYZ 71.731 285.7108 null] +>> endobj +2187 0 obj << +/D [2160 0 R /XYZ 71.731 265.7207 null] +>> endobj +2189 0 obj << +/D [2160 0 R /XYZ 71.731 249.8453 null] +>> endobj +2191 0 obj << +/D [2160 0 R /XYZ 71.731 217.2774 null] +>> endobj +1387 0 obj << +/D [2160 0 R /XYZ 71.731 198.971 null] +>> endobj +46 0 obj << +/D [2160 0 R /XYZ 138.2961 161.7555 null] +>> endobj +2192 0 obj << +/D [2160 0 R /XYZ 71.731 154.4032 null] +>> endobj +2193 0 obj << +/D [2160 0 R /XYZ 163.1768 141.631 null] +>> endobj +2194 0 obj << +/D [2160 0 R /XYZ 71.731 135.2689 null] +>> endobj +2195 0 obj << +/D [2160 0 R /XYZ 164.4266 110.7468 null] +>> endobj +2159 0 obj << +/Font << /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R /F27 1278 0 R /F35 1723 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2199 0 obj << +/Length 2155 +/Filter /FlateDecode +>> +stream +x��k�۸�{~�?�2��J�:�Z�.�\���6���(d���ȢN�u�_�����.�~��8��yS�ʇ_�J��0�L�8�����_`����I6L��}�����0\e"�e�zدT��,��UJ�FA�z������םn���4���./KSh�]��)�|���?�z�0����R`��x#�Se� +�U,Q��~"R�|R����˷y�i��:�J�H�'�]�_m�/�"��ƞ`�N׀��ҿ����k�t41-���(���voB�-�p[� ꎚV�_>�����+����ݡѼ���t <[7�� �t� +��m�g{��Uy!|��M�n�w�Ȣ@�;�J���F�eT{i;}joi<�_�p�����AS��f +�H�~C%T��P�6"�4 +����v0�\8��8@ [�a��tm� � +�l�c���@(��Y�.�/�z����t���@� � CIB����p�Ռ��V�^���Tz�|-}�C��љ��6���6��ng\�n,rx4;f������ea���K~��MMk!������|>����'A����ҚMp�%���ZVh:�<���9!Dp�h�I��UF!X,@�ұ���4�I���D�l��y���+g)��7�lM��6���E���=C��v��#'���E*�Լ�T3_��,q2�X$J�,��#H��&p�0N ��S�B�����|e���n��r�Xㅕ����C��8�@��Q�3�Bi�'���&��A#+Ӂ���4����|�z�I5�<\:g~'�����1�s��\�8��4f� rZ��:@r�Ǽ:0w25ob�Y�����0��g>')d���g:"�L��g"�$h��)��ku�.|Gh�����c�4ں�P�D���0Q2d��V{s�}��T�q<z؍<���,[���>�S"��q\"C�Pj� _< /t��P��a�:�����@ H�W��Ǿ�I_ygK�hj>��ѻc����e:X +�����D�ZoM^-3�������r�Fr�y �`��E�9��'�7DU����=�uj���)��}G��r��6�+(v C��i�h^�i�R��J�|����F�>����~��>W��A�J�YyZ���������-�2���٢L#~Y���� +Eq6�iDa�&�2��2��e�MeI�L;!�e�&�b��S����;�F�� nnY|�#�i�4����_,���F���z._(u�/�s�Ho�XpjVc���u��ԓ|��(8_�D���ٛ��j�7`nX:�7��9�]긡�E�˩cz���fA<����������# +�y��K��?�!��F;K�vz�����#�Y��^0��C9/sT���?$� ���˰H��Sh�*�J+��7�8�N4�Gk +&���w֍��'����/NΨI��9ص� ��"���G^�W��Փ\��xN���*�&��'�H�����f����f��ݓ/>4��ˇ2��#�a)K�dyd[4��Zj��7h��e�p6�Œ���6_N#�G�l�U���k��&��klu��6b�1����"�����琈�=�=���q��09hC��1��Ғe�_9M ��s��L�:��w4 ���豄����]&�l��'���C6z �%P<�J ��ӫ�@�H3}UA����'��q���C�O�/�I�d#\�K���8����T���^����R� ~��徥q{��.t"6'���A<�8]I^�YuT�n��hnL<-d�G�QN�ơ#�&��'���`~M�L��p��k[᷋c�Wĭ����Penj9�0!.{%���f��s'��%�g�/a�]�K��h�/��<�K.�S�4efv"w2�:��eI�, +��,).K�/�/|MY�*m�7��k_d<�*H��[j�`i0笻[Xu�z7�}�"^���� +.Y|!�����h��.@}���=f���.s�fܰ�sv��7�Q�g�+���5B�V@����c`�H�6L��-���E`ѓ����� �! E8�8�@��@.�V�Z�#��E� �Iܰ�C6E���]U#���R�q��7���������p����� +~�QU4hendstream +endobj +2198 0 obj << +/Type /Page +/Contents 2199 0 R +/Resources 2197 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2196 0 R +/Annots [ 2217 0 R ] +>> endobj +2217 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [486.8903 244.1946 506.5463 255.0985] +/Subtype /Link +/A << /S /GoTo /D (gloss-cgi) >> +>> endobj +1388 0 obj << +/D [2198 0 R /XYZ 71.731 718.3063 null] +>> endobj +50 0 obj << +/D [2198 0 R /XYZ 227.213 707.8408 null] +>> endobj +2200 0 obj << +/D [2198 0 R /XYZ 71.731 697.4758 null] +>> endobj +1389 0 obj << +/D [2198 0 R /XYZ 71.731 672.608 null] +>> endobj +54 0 obj << +/D [2198 0 R /XYZ 156.1213 640.2941 null] +>> endobj +2201 0 obj << +/D [2198 0 R /XYZ 71.731 631.8419 null] +>> endobj +2202 0 obj << +/D [2198 0 R /XYZ 163.1768 621.3651 null] +>> endobj +2203 0 obj << +/D [2198 0 R /XYZ 71.731 615.003 null] +>> endobj +2204 0 obj << +/D [2198 0 R /XYZ 367.4271 603.4323 null] +>> endobj +2205 0 obj << +/D [2198 0 R /XYZ 71.731 588.3241 null] +>> endobj +2206 0 obj << +/D [2198 0 R /XYZ 71.731 573.3801 null] +>> endobj +2207 0 obj << +/D [2198 0 R /XYZ 363.9817 563.8807 null] +>> endobj +2208 0 obj << +/D [2198 0 R /XYZ 331.2343 540.5681 null] +>> endobj +2209 0 obj << +/D [2198 0 R /XYZ 71.731 512.6727 null] +>> endobj +1390 0 obj << +/D [2198 0 R /XYZ 71.731 468.7375 null] +>> endobj +58 0 obj << +/D [2198 0 R /XYZ 183.5462 433.3701 null] +>> endobj +2210 0 obj << +/D [2198 0 R /XYZ 71.731 424.7326 null] +>> endobj +2211 0 obj << +/D [2198 0 R /XYZ 163.1768 414.4411 null] +>> endobj +2212 0 obj << +/D [2198 0 R /XYZ 71.731 408.079 null] +>> endobj +2213 0 obj << +/D [2198 0 R /XYZ 364.8776 396.5083 null] +>> endobj +2214 0 obj << +/D [2198 0 R /XYZ 71.731 376.4187 null] +>> endobj +1391 0 obj << +/D [2198 0 R /XYZ 71.731 324.6778 null] +>> endobj +62 0 obj << +/D [2198 0 R /XYZ 190.1856 285.4049 null] +>> endobj +2215 0 obj << +/D [2198 0 R /XYZ 71.731 278.0526 null] +>> endobj +2216 0 obj << +/D [2198 0 R /XYZ 71.731 258.1423 null] +>> endobj +2218 0 obj << +/D [2198 0 R /XYZ 435.9402 208.4934 null] +>> endobj +2219 0 obj << +/D [2198 0 R /XYZ 71.731 188.4038 null] +>> endobj +2220 0 obj << +/D [2198 0 R /XYZ 384.3864 177.6092 null] +>> endobj +1392 0 obj << +/D [2198 0 R /XYZ 71.731 170.471 null] +>> endobj +66 0 obj << +/D [2198 0 R /XYZ 166.6153 133.2555 null] +>> endobj +2221 0 obj << +/D [2198 0 R /XYZ 71.731 122.8905 null] +>> endobj +2222 0 obj << +/D [2198 0 R /XYZ 71.731 122.8905 null] +>> endobj +2223 0 obj << +/D [2198 0 R /XYZ 317.0127 100.1795 null] +>> endobj +2224 0 obj << +/D [2198 0 R /XYZ 366.5397 100.1795 null] +>> endobj +2197 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2228 0 obj << +/Length 3017 +/Filter /FlateDecode +>> +stream +xڝZ[��~��܇H��˽;AQ�m��"'M��+�:"����'���s�^�u���쐜�R��x���$�Jht�t�ͱ|�m��w�|ً�~.�����M��XǛ��&�S�%^�I���O7��m__�7�n�#o��o��ϋ�V��vx��-�|����<����r$*Ka�_Uo��UP'3��^��0HH=[��Am��a����L�q�G[�~�����S}JS���'ۚc_������S�A���!��g��:LAk\��е/���,��5J@W���/<q.�=����G�#?�5+��l`+�EI���?��F�nղ�y%mas�d�E�#A�#q�>r�u���釡�{[W�:�|?PQ��8��N!�(��M1$i��U���Z�9��<� �k?�E�q��q�}���>��!Xb�{x���(��1x��������l��~���2�b ���I��ɜw�o(zf�ǀ?ۮO���a��-/C�l����w���w�u��2'�Q$@{�Ś"?�oV��gA��Y�J�$T�� =>����Y�N'A,r.H`bo���=o�x�����V�b8�A�iOy��4MB�Gq�6�^'���b�&q^l� B�3t-@b$�Z�G�J��i�ñ�M������(RI������NC0����WM~�����@�B8Z��7bq�E�� +�c�ž$�� �*�^��$�Ⱥ�#��p�$9��A'��5���<2���ǣ�:{(d��̧]m�X��?@�lE�����,���>':��Z�k���Ʈb!H���9@Ԙ�^oʦns��7 SC�ۂIP��v�� +��>ƞ� �����C��5�O� +A-��(6�N%�����AP�Tc0>V�R�CcJ��^#�^#���!p#I�Z�*R���L[p�m}0n��p2��0�)���Ƌ�0�ik�,���%���ao0 ����[w��@$���e���Dpfiœ3J�Q�v�d!`!u�0;� �gC�ђNj�xh����X�w�$u������0 �l�=Mk��|l;p_�"<$�g �� ۚ�����i�*yK��8�-�3��� �!��.D�x"�.�ɻn9 aw�?]�ٯ2o: n��p<H�M-� +���� +�4\-G��\��ng�D���jU��A��gtpR���f6@ +߇D�����r�F����;�7�4��!�&H�t��ȕ$[�A���0J|�2����<�Ɓ�=��ں���ϝ��+�mw����_ZS�Tf�?��#�L�X��J�R����������/jWv_$��]�}h��ENG7]�݈�/W�;�?� �u�����Ջ%�c���{b�� Waj�נ�i��rF�|/�����tY�3ئ�y97��ܗ3s���=�s�;uN��#��T@`��R?8�\]@j�� +ǀ�y��V��X>�Ù��4� �5(��Ȇc���R�VFq��N��MC��ζ?��;�s"yv�'�u��5�N����$��ո> mdh^�d'�,C9�|"t�h��NN��r���I�r���n`����9��)M�K�1C*��թ0/_�D~�l)@h6^��I�]iH%���*M�1����B]�o�{#����6T�uƕ_��D�W%�|���偃�H�ʿ��j� ގ+��]N��3s6��؈e-�y&�6:�������$������2�}���������r'�V&|�VX�TL���h+�e <p�1�� � +c� "�A�x=��R���mz��m�bAH{Pkޤ��$��|F�Q�3z�Άz �(�v��IX� �v�6�@zc��n( ӜzR�Q[,\��+(~w��5w �=����.e�b��%�T^wp$�� ���@M� ;y5���vт�;/w�@�*��W��B��U�BT�4 �w���7U���3ˏR�Q�v����J��0ś���yCΦ���{<�Dn�w{Ͽ� ������W+�{5�!�H\I�W�0YCgdC�bB��R�7�P�H��>"9G����b�fWL|�P�h;sw��&-QsK�W��7����pY8��m|�&<$L������o�R�O�uR�*���u{r��v���$?9~L.��ɻ��*��P�[������8����ᷰ{ۼ\y��KB��kl�[��G��n8�jԠ)�"�Z^Z` \�Q~f,��,YkWIUQ�Ą>СL2�֔�ɷu'+����|��z ]�� ��n�QW.���h�2(OE�cJ�렎e?�]�NN�N�i +~�bA�`�i��ͻ�І�Y���fϰI<�f��� Ӡqb+C��qH2+ޞэ� +� G�J��#z���Yːo��d�4���ƍ�Y�j��a����l�й�dM�:n&�$�ve]�/$a�I'�ܴ>�i�Ңn�7�P�CKՓ��4�W��P�0M�랺cp�!����Ү�`> +z�#�?�{��x��;����ǣf}-''C�b +|!A��DŽ�|J�)�+\���Z:煂r��Ż{����#~"84#: +����Qi�b|_��'�����$����.���u"*:��������E��b|��jrv9ltW@TV ��;t���� +��%"@��(����8�Я��G�_#Т���ެ,`pD�qsr�p\�;:�k��!�&?����=����غ�Q�hL�o��8څ-E>�� +�qu��5Z�[��lK�@������~r+!P�;>�x�*Tg\�N��ŭ/�>_9��Yf�� +βG�}�����*�Jn��������5q�*Z�f�5��9��{���i+@�\H?��$p��A�K��*�7�D�㍬+��1{�7����:*��������dt�9Z�YG����z +G��pD���%d�$�bx}���Ӻ+�C��<rU�7`2�K���d>�b�e�+U4>���<`��w?�}��1����(�*��4��/ +V���}�endstream +endobj +2227 0 obj << +/Type /Page +/Contents 2228 0 R +/Resources 2226 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2196 0 R +/Annots [ 2239 0 R 2248 0 R 2249 0 R ] +>> endobj +2239 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [145.4339 499.3903 192.2579 510.2942] +/Subtype /Link +/A << /S /GoTo /D (configuration) >> +>> endobj +2248 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [445.1504 349.2533 506.9039 360.1572] +/Subtype /Link +/A << /S /GoTo /D (win32-perl-modules) >> +>> endobj +2249 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 323.3504 121.1554 334.2544] +/Subtype /Link +/A << /S /GoTo /D (install-perlmodules-manual) >> +>> endobj +2229 0 obj << +/D [2227 0 R /XYZ 71.731 741.2204 null] +>> endobj +2230 0 obj << +/D [2227 0 R /XYZ 267.9558 708.3437 null] +>> endobj +2231 0 obj << +/D [2227 0 R /XYZ 71.731 693.2354 null] +>> endobj +2232 0 obj << +/D [2227 0 R /XYZ 118.5554 657.6841 null] +>> endobj +2233 0 obj << +/D [2227 0 R /XYZ 393.1692 646.207 null] +>> endobj +2234 0 obj << +/D [2227 0 R /XYZ 273.304 634.5507 null] +>> endobj +2235 0 obj << +/D [2227 0 R /XYZ 71.731 612.6305 null] +>> endobj +2236 0 obj << +/D [2227 0 R /XYZ 202.34 592.9245 null] +>> endobj +1393 0 obj << +/D [2227 0 R /XYZ 71.731 585.7863 null] +>> endobj +70 0 obj << +/D [2227 0 R /XYZ 200.4719 548.5708 null] +>> endobj +2237 0 obj << +/D [2227 0 R /XYZ 71.731 541.2184 null] +>> endobj +2238 0 obj << +/D [2227 0 R /XYZ 303.3712 528.4462 null] +>> endobj +2240 0 obj << +/D [2227 0 R /XYZ 71.731 495.4052 null] +>> endobj +2241 0 obj << +/D [2227 0 R /XYZ 179.1881 484.6106 null] +>> endobj +2242 0 obj << +/D [2227 0 R /XYZ 71.731 459.5397 null] +>> endobj +2243 0 obj << +/D [2227 0 R /XYZ 71.731 459.5397 null] +>> endobj +2244 0 obj << +/D [2227 0 R /XYZ 71.731 438.6969 null] +>> endobj +2245 0 obj << +/D [2227 0 R /XYZ 71.731 438.6969 null] +>> endobj +2246 0 obj << +/D [2227 0 R /XYZ 71.731 396.1425 null] +>> endobj +2247 0 obj << +/D [2227 0 R /XYZ 71.731 363.201 null] +>> endobj +2250 0 obj << +/D [2227 0 R /XYZ 71.731 314.3841 null] +>> endobj +2251 0 obj << +/D [2227 0 R /XYZ 71.731 314.3841 null] +>> endobj +2252 0 obj << +/D [2227 0 R /XYZ 71.731 293.5412 null] +>> endobj +2253 0 obj << +/D [2227 0 R /XYZ 125.419 269.0191 null] +>> endobj +2254 0 obj << +/D [2227 0 R /XYZ 71.731 266.8623 null] +>> endobj +2255 0 obj << +/D [2227 0 R /XYZ 71.731 251.9183 null] +>> endobj +2256 0 obj << +/D [2227 0 R /XYZ 204.3747 230.7626 null] +>> endobj +2257 0 obj << +/D [2227 0 R /XYZ 465.9761 207.45 null] +>> endobj +2258 0 obj << +/D [2227 0 R /XYZ 76.7123 179.1561 null] +>> endobj +2259 0 obj << +/D [2227 0 R /XYZ 71.731 159.2308 null] +>> endobj +2260 0 obj << +/D [2227 0 R /XYZ 140.0022 112.6057 null] +>> endobj +2226 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2263 0 obj << +/Length 1970 +/Filter /FlateDecode +>> +stream +xڵ�]o�8���+|i����]�i3Y$m&I1�,����ʖG�����!EI�M�P�tQ�R�7|��C���",��ILP�䁦�F�N�wx����~G:�E��0E����$EiD���˄��1f��Q��L�����s�횼�]P�����v�deYlW���՟EYf��<���ǧ�Y���oP������(��4j��)�sC4-����â��ʼ�~Y�F�U/�����2o�&�fۥ��Y�E� �m�9l��fDL�z_T�=�=V��*���ŝ^���"+�(5���#�O�U����Ͽ���ZA�`.E� ��̗�,���HL� ��Չz�?u�����R�u��Os�(�D���{�t��7�#+��P:5KRE,q����O@�q� {}�O֔y/'(&1\��.�W)w�t�刋C��V!\eM>�R3��7Y�i����y$>*"�(Nx`2�*?�A�Bb^*.�08k�ʇ�7qDܭ�0C���Ք�A8,���byh W���u�{y���0��9�ᄞ��,p�q��6/ŋ>�CY�{}��֛#�QJ�@��D@�:��K�d����:����T ��j߬�"�"Y_��bg��V�J�a9,G�C��V!|*J��=������w7I,��*�G�R��~�3���X*��Y�����b`�߲X��'0�A�'rφ!��u�!̃�܄��*k��<�*e������[��q�����vi��n���� C$ �0D~�H��zi8��0@�ӑ w7w��ղ� c�w +K�U{�מ�۶�;��a��Ԟ9+���r�]0� +����*x��<0��B����qU]y���?��˵�c~��5j�Kե�Y5A��B-�Yݨz�ː\88�I C� +�P��7�.��C��>]�ea/�b;�_�"��V�Y� ��l'��~�?仪n�^�j��r i���� +���,� +�byt$�f>�����&w1�"�à +��"����^��o�y&H�Δ��gjP���r|��P,�*ə�毝'�x"LaP�U>�X��槅���*(�I���* W� +n6\�g� +���s��*����3�r��8cPBP{FyG����)�1��(PRL��^�<.�3R�by�P~��U9K��{��o����0�A�W�>�8;��|U���ɥN���3#�X���* q� +��\�#�`��B�;�{� ���X ��ǐ�0�-� +`ث��e9�!�5� +�v��/���W �r�owq����T��)��_wˬ��^���mH�#y�Ί�%i����tP�ݙ�r<[8�C��gf�X?��RNOkIIQ E/ +�Ne!�����Y)��yӼ���n�ٷ"�ߊ�?U�ӱ�����%G1����Dx�C'�0U�\���v�؟L��$�1Xc�ڶB��٪X�o̽���3�c����N��_w�F%k�l��Ȼn�?h���|��-��چ +�ݫZ����9�6�5���s.[��+��~�c�\��f�/AU}�4 +4T��^��7�.����U�|��-��~˫���g��(J� ��W���}����`,�����ˌ 9��|,gk̢��^�',A�H�c8i2M��{��Od��V,�O�m��/3"��E�M#�2Z� ��^զ��4�<G����}��Im�]�C&7��wU����b�-�u�<,���uu�鏮���.v�MN�$2���jS�<�Z��N���`���qQ��}O�����D�a���T�{UK�ߘ�<Gc�ƶ�_[ ��\v��l��C��I;�����3X�M��W�,����sK0kl��C�+_06F�\T��������=ty���`��b�T��ʉVR��z���R�^�E%�Po�����W���]��s*0k���t�!�@�M<.�ķ���944�+�B�.b�W�Oj�o:�����endstream +endobj +2262 0 obj << +/Type /Page +/Contents 2263 0 R +/Resources 2261 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2196 0 R +/Annots [ 2274 0 R 2281 0 R 2289 0 R 2294 0 R 2297 0 R 2300 0 R 2303 0 R 2310 0 R 2319 0 R ] +>> endobj +2274 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 569.6987 141.5884 580.6026] +/Subtype /Link +/A << /S /GoTo /D (install-modules-dbd-mysql) >> +>> endobj +2281 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 515.9004 127.5911 526.8044] +/Subtype /Link +/A << /S /GoTo /D (install-modules-template) >> +>> endobj +2289 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 434.2068 105.046 445.1107] +/Subtype /Link +/A << /S /GoTo /D (install-modules-gd) >> +>> endobj +2294 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 398.3413 137.7028 409.2452] +/Subtype /Link +/A << /S /GoTo /D (install-modules-chart-base) >> +>> endobj +2297 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 380.4085 135.4816 391.3125] +/Subtype /Link +/A << /S /GoTo /D (install-modules-gd-graph) >> +>> endobj +2300 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 362.4758 127.9997 373.3797] +/Subtype /Link +/A << /S /GoTo /D (install-modules-gd-text) >> +>> endobj +2303 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 344.543 138.5699 355.447] +/Subtype /Link +/A << /S /GoTo /D (install-modules-xml-twig) >> +>> endobj +2310 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 290.7448 140.8613 301.6487] +/Subtype /Link +/A << /S /GoTo /D (install-modules-patchreader) >> +>> endobj +2319 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 219.0138 137.3642 229.9177] +/Subtype /Link +/A << /S /GoTo /D (install-modules-soap-lite) >> +>> endobj +2264 0 obj << +/D [2262 0 R /XYZ 71.731 667.3973 null] +>> endobj +2265 0 obj << +/D [2262 0 R /XYZ 170.7984 654.5454 null] +>> endobj +2266 0 obj << +/D [2262 0 R /XYZ 71.731 647.4073 null] +>> endobj +2267 0 obj << +/D [2262 0 R /XYZ 89.6638 626.65 null] +>> endobj +2268 0 obj << +/D [2262 0 R /XYZ 71.731 626.4309 null] +>> endobj +2269 0 obj << +/D [2262 0 R /XYZ 89.6638 608.7173 null] +>> endobj +2270 0 obj << +/D [2262 0 R /XYZ 71.731 606.9341 null] +>> endobj +2271 0 obj << +/D [2262 0 R /XYZ 89.6638 590.7845 null] +>> endobj +2272 0 obj << +/D [2262 0 R /XYZ 71.731 589.0013 null] +>> endobj +2273 0 obj << +/D [2262 0 R /XYZ 89.6638 572.8518 null] +>> endobj +2275 0 obj << +/D [2262 0 R /XYZ 71.731 570.695 null] +>> endobj +2276 0 obj << +/D [2262 0 R /XYZ 89.6638 554.919 null] +>> endobj +2277 0 obj << +/D [2262 0 R /XYZ 71.731 552.7622 null] +>> endobj +2278 0 obj << +/D [2262 0 R /XYZ 89.6638 536.9863 null] +>> endobj +2279 0 obj << +/D [2262 0 R /XYZ 71.731 534.8295 null] +>> endobj +2280 0 obj << +/D [2262 0 R /XYZ 89.6638 519.0535 null] +>> endobj +2282 0 obj << +/D [2262 0 R /XYZ 71.731 516.8967 null] +>> endobj +2283 0 obj << +/D [2262 0 R /XYZ 89.6638 501.1208 null] +>> endobj +2284 0 obj << +/D [2262 0 R /XYZ 71.731 499.3376 null] +>> endobj +2285 0 obj << +/D [2262 0 R /XYZ 89.6638 483.188 null] +>> endobj +2286 0 obj << +/D [2262 0 R /XYZ 169.1445 465.2553 null] +>> endobj +2287 0 obj << +/D [2262 0 R /XYZ 71.731 458.1171 null] +>> endobj +2288 0 obj << +/D [2262 0 R /XYZ 89.6638 437.3599 null] +>> endobj +2290 0 obj << +/D [2262 0 R /XYZ 71.731 435.2031 null] +>> endobj +2291 0 obj << +/D [2262 0 R /XYZ 89.6638 419.4271 null] +>> endobj +2292 0 obj << +/D [2262 0 R /XYZ 71.731 417.2703 null] +>> endobj +2293 0 obj << +/D [2262 0 R /XYZ 89.6638 401.4944 null] +>> endobj +2295 0 obj << +/D [2262 0 R /XYZ 71.731 399.3376 null] +>> endobj +2296 0 obj << +/D [2262 0 R /XYZ 89.6638 383.5616 null] +>> endobj +2298 0 obj << +/D [2262 0 R /XYZ 71.731 381.4048 null] +>> endobj +2299 0 obj << +/D [2262 0 R /XYZ 89.6638 365.6289 null] +>> endobj +2301 0 obj << +/D [2262 0 R /XYZ 71.731 363.472 null] +>> endobj +2302 0 obj << +/D [2262 0 R /XYZ 89.6638 347.6961 null] +>> endobj +2304 0 obj << +/D [2262 0 R /XYZ 71.731 345.5393 null] +>> endobj +2305 0 obj << +/D [2262 0 R /XYZ 89.6638 329.7634 null] +>> endobj +2306 0 obj << +/D [2262 0 R /XYZ 71.731 327.6065 null] +>> endobj +2307 0 obj << +/D [2262 0 R /XYZ 89.6638 311.8306 null] +>> endobj +2308 0 obj << +/D [2262 0 R /XYZ 71.731 309.6738 null] +>> endobj +2309 0 obj << +/D [2262 0 R /XYZ 89.6638 293.8979 null] +>> endobj +2311 0 obj << +/D [2262 0 R /XYZ 71.731 291.741 null] +>> endobj +2312 0 obj << +/D [2262 0 R /XYZ 89.6638 275.9651 null] +>> endobj +2313 0 obj << +/D [2262 0 R /XYZ 71.731 273.8083 null] +>> endobj +2314 0 obj << +/D [2262 0 R /XYZ 89.6638 258.0324 null] +>> endobj +2315 0 obj << +/D [2262 0 R /XYZ 71.731 255.8755 null] +>> endobj +2316 0 obj << +/D [2262 0 R /XYZ 89.6638 240.0996 null] +>> endobj +2317 0 obj << +/D [2262 0 R /XYZ 71.731 237.9428 null] +>> endobj +2318 0 obj << +/D [2262 0 R /XYZ 89.6638 222.1669 null] +>> endobj +2320 0 obj << +/D [2262 0 R /XYZ 71.731 220.01 null] +>> endobj +2321 0 obj << +/D [2262 0 R /XYZ 89.6638 204.2341 null] +>> endobj +2322 0 obj << +/D [2262 0 R /XYZ 71.731 202.0773 null] +>> endobj +2323 0 obj << +/D [2262 0 R /XYZ 89.6638 186.3014 null] +>> endobj +2324 0 obj << +/D [2262 0 R /XYZ 71.731 184.1445 null] +>> endobj +2325 0 obj << +/D [2262 0 R /XYZ 89.6638 168.3686 null] +>> endobj +2326 0 obj << +/D [2262 0 R /XYZ 71.731 166.2118 null] +>> endobj +2327 0 obj << +/D [2262 0 R /XYZ 89.6638 150.4359 null] +>> endobj +2328 0 obj << +/D [2262 0 R /XYZ 71.731 148.279 null] +>> endobj +2329 0 obj << +/D [2262 0 R /XYZ 89.6638 132.5031 null] +>> endobj +2330 0 obj << +/D [2262 0 R /XYZ 71.731 130.3463 null] +>> endobj +2331 0 obj << +/D [2262 0 R /XYZ 89.6638 114.5703 null] +>> endobj +1394 0 obj << +/D [2262 0 R /XYZ 76.7123 96.6376 null] +>> endobj +2261 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2334 0 obj << +/Length 1811 +/Filter /FlateDecode +>> +stream +xڽَ�6�=_���Z%�{��4R4�m��i[�,9��������講(�ł��p8��%��"�a���P��Z��b�����#Y9��O�x��gQ�(�"U�b�[�2�LD�,Ra��|����pЧ�t˕JD�B^_4��u]5{�?��Tu���|�t=��DYX�����MT�T�BʰH����<��(#�T(��A�,�<~r{{\F"8�w5�<2OI�X������Y�")���}�6�Q��kKc-߁ri������0���R%�o� �"+˴z�=���[c��l��l��j~�t��y�7�n�ӳ�^�_���/� +�%XLƤ!3�D" �-e�o��E�0;ưl����x� rx_mIp��5����I���ڸKzk� �77�T"F�i��1�4��HN]�f{�D�y�v�Iza����L������8aN�|��������=�C�u��M�3L�@���:&6��m� �Is�d�̒��������-�}!�]e��։۵W�N�d̃ (tG^鶖Q_����3��9'�SPm��D�'�8��{h�L�X7�����O_3�$��P91Ƹ +y����j|]�~�c��� +�N�(8P<#��b<D�u[����$6��X���-ǮGQ���f����;Bޠ�Y��8�0Ι �K3��:ik�'m���w|A��=&��;�'(YY��i�K�Ix���nh� �wvâ��s��g��~�{��֝�����"(;�8���_8CWo/j6��0���+�ʕ��2��?�0�FL��۪g�����*?[��z��lS�T��[f��@�=y3]�ةyOu���KW��G�j��p���}��� �q�Y`��)�P�+�02Ꜭ�7�n0z>��51I�ۚ �*CU��@=8���8 ���1��p��>�'3������z���Ό��L�5|I��E�[>�塢�:&n������t��;�4���ȋ�����'s��P�/ +���Jt�c�j������u��{���W��q�nJr��;}���x��v��)�4F�$���h�Ri� +�ڽj{s��q���e�� +�8�e o�����"��t��I'��X>���]o����զ�C̪��)��&3w�s���$hڞ����/d:��0����f�l{s��MՔ����M6���H�m�����H��-��F���)`�&��>K +�r�h��~{��J#�ci�O�v�'rf����G�>uei�@�'� ����1y�F/"���GO^>uϿ����'�:�v�]��ƽ����,�T�Ƅ�d�iȣ���ژRSa��s���XY˭6�/c`��"�����YH���t- oD���P.禳4�#��}16�Brf^�bԈ7 �H���L�܄*�J��+�!�)���ǙJ�G����Z�|�T�4�өp���CǂP:A�<���@!G�+M䥿g��O��x���y) d���vw-��Gi^�L�яn0ϡ�����^�u����Q�yPk���s�-�(7����W;�J�0�"Y��TR��?��x����3���״#�����)$� �%�xY�{�X�K2�����$��/�!v�\�Ǯ������h��/d2Ɓ����B�e�����AǛO�\y��Z��~�Xa�J8v����)'�z�G�%.����X�L#���s���I�`���v���|��s�S�i�C<M����0��o�����}h�V�˴��75���'�$�B!`��P��?��]y�_��'�endstream +endobj +2333 0 obj << +/Type /Page +/Contents 2334 0 R +/Resources 2332 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2196 0 R +>> endobj +74 0 obj << +/D [2333 0 R /XYZ 182.9843 708.3437 null] +>> endobj +2335 0 obj << +/D [2333 0 R /XYZ 71.731 699.8915 null] +>> endobj +2336 0 obj << +/D [2333 0 R /XYZ 71.731 632.5281 null] +>> endobj +1395 0 obj << +/D [2333 0 R /XYZ 71.731 599.5866 null] +>> endobj +78 0 obj << +/D [2333 0 R /XYZ 242.807 566.2764 null] +>> endobj +2337 0 obj << +/D [2333 0 R /XYZ 71.731 557.8242 null] +>> endobj +1396 0 obj << +/D [2333 0 R /XYZ 71.731 514.3064 null] +>> endobj +82 0 obj << +/D [2333 0 R /XYZ 167.4185 480.9962 null] +>> endobj +2338 0 obj << +/D [2333 0 R /XYZ 71.731 472.544 null] +>> endobj +2339 0 obj << +/D [2333 0 R /XYZ 71.731 459.9104 null] +>> endobj +2340 0 obj << +/D [2333 0 R /XYZ 71.731 444.9664 null] +>> endobj +2341 0 obj << +/D [2333 0 R /XYZ 91.6563 423.8107 null] +>> endobj +2342 0 obj << +/D [2333 0 R /XYZ 142.208 423.8107 null] +>> endobj +2343 0 obj << +/D [2333 0 R /XYZ 76.7123 395.5168 null] +>> endobj +2344 0 obj << +/D [2333 0 R /XYZ 71.731 375.5915 null] +>> endobj +2345 0 obj << +/D [2333 0 R /XYZ 373.4965 363.9352 null] +>> endobj +2346 0 obj << +/D [2333 0 R /XYZ 193.0198 352.2789 null] +>> endobj +1397 0 obj << +/D [2333 0 R /XYZ 71.731 324.3836 null] +>> endobj +86 0 obj << +/D [2333 0 R /XYZ 210.8272 288.9165 null] +>> endobj +2347 0 obj << +/D [2333 0 R /XYZ 71.731 280.4643 null] +>> endobj +1398 0 obj << +/D [2333 0 R /XYZ 71.731 249.898 null] +>> endobj +90 0 obj << +/D [2333 0 R /XYZ 207.6833 216.5878 null] +>> endobj +2348 0 obj << +/D [2333 0 R /XYZ 71.731 208.1355 null] +>> endobj +1399 0 obj << +/D [2333 0 R /XYZ 71.731 190.5206 null] +>> endobj +94 0 obj << +/D [2333 0 R /XYZ 196.1588 157.2104 null] +>> endobj +2349 0 obj << +/D [2333 0 R /XYZ 71.731 148.7582 null] +>> endobj +1400 0 obj << +/D [2333 0 R /XYZ 71.731 131.1433 null] +>> endobj +2332 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2352 0 obj << +/Length 2354 +/Filter /FlateDecode +>> +stream +xڝi�������/��C��'�pv����@S\r$ �C�{���]CQZ�I�v�7o�}P�*��p��~�� +_��ZU��`����� +d#0�%�w�W�~E��/R����U�~��*���'a�������㨇�F%��|�wv,��t{^7�7MS����۫w���$��"�_%o�zI��Va� l��� ��8ʈ>�~�gHX�{�����v�N���y�� �n���!�x���j����n.�Õ;\�����ȱ�<�]�̳A�6�A�r���x���F^�����~�yr��N{ya�,h��Q���4F@@~��'��|j��\a7��8�B��`������ps��A�q��nBzc����O��8Y}n��I�Y�����a�=�?s\~�˝.�i��� &m�̓����B�מ7r���l[��q���з���A��9��˱�/��E�gv~���s1�O?�������f��� .�+�c�%�����і ��g�+��0"`��x��w/hʪ�֚�ƭGy��]]����;�@���B�L��c(v���̔�Z� ����-�槻�$���y<����at�?SbL�����aE4^W���n��B�?�&[���!#��X7�;��9h���F 0[���xd����aE�#���A^�����J�Gx>�>(y8����Q�CO�yU����-��z��A�>H�c����&�T<��i�XIV(��.�C�O�:X�i4�3e~,M�3 +�C�Y2F��7�L�$a��?n�8뗵�?TqJ�-����-����Z�h�wΊ����������1ή���B<�M�,��>�Q�q̌vu�UN�P7�{8|���E�K�{�)����J"`9�� P����Q�2p/��;��C8mD�"��q�7��A����D��N��g�����c���F! N(d�Iշ�F��-�jc�`��\��W��QDB���I/r{9aӎd����ҡ�{&M�[��Bq��G��� +�_A�Dla43��>n +�� zj}��@���_c�bRL.7|sd�㛖w�P +,LLjvY��Q��mG�zr�$љ"��G����%S��b�EPP"��q�0X��º-���4/��~j�tju)P�y�&/�I� ���gT�0ms���[7 +z��(`ª��S�G���#u��D_c���%LAH!���R�PX@��'xNQ��,�8�|�t��af�Yi +������Q��R��s��������V�����A!�RR�}9�/+�()�<S�*� +?L��j�>Cm�`T�����ؐ�O�:�.��K� �z?�f�?��%6����74@EQ�T:�qʝЏ^3��'TD�c�'}�O�o�� *P�d3�L�e"� CQڑ8�A��j�RhLS`��*ʠ�h>���������B�]oG<g�2�v~H�B�{2�l W�4 +�O%�ZJ��5��WK����d}^:Bxe�"�'b��t��ܙ�3,7�b/��a9B]Z�V&���!�{�i!3����/N8~�����Q�GR\�ݱ�Z�a�hF�!it:��r�y�����&��7T��j1R���;鲤��� `��,!2�'c�z��G�OuI{�B�xG���=U#�k��� ;���陽��� VJ��~�'�B�`�Rz�R1����y����=�����_�X�4$��`赓���US���\��N�����L����S爻*мL �R��6L��&� +�s�����ue��y}�#ʉ&ա�>�BU:%�V�� �7pg�|L.@�Jʊ�K!�!�� =tkyE6xE����? +)A���� t�8���M�Bj%���<%Vq��<�/0��c�)�ӛࢢР�a��g=y7Ό\�l�d��A�W����uWJE�*���.j9) �8$ʤ�� �SM�_��U���Q�m�=���]���e��6�Db�(h� X� �ceF�_�t-dΝ���H=wa��"��M�%1�ks�s� g�y@(��KF�y�7_�\�S�LU�uM�d��GJs=��t/�Ѷ:��4�U����>�}���E,;W�՟�^��p���S|gk���k�a��$�Tl�2L�l��`g�=���w#S���ᗊ��;�3i�Bt��Y2b�^�s�p<C�Ri�g+<����Vֵ��AN$�l�W��'Q~t���B�@B�^~����� +��M�b)�jo�1���X����}k���}�y0�d��?��bY4�7rrB����0/ H���0�1!��?�_y�W.{�endstream +endobj +2351 0 obj << +/Type /Page +/Contents 2352 0 R +/Resources 2350 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2196 0 R +/Annots [ 2363 0 R ] +>> endobj +2363 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [358.8765 376.2745 405.7271 386.7492] +/Subtype /Link +/A << /S /GoTo /D (parameters) >> +>> endobj +2353 0 obj << +/D [2351 0 R /XYZ 71.731 741.2204 null] +>> endobj +98 0 obj << +/D [2351 0 R /XYZ 206.2966 708.3437 null] +>> endobj +2354 0 obj << +/D [2351 0 R /XYZ 71.731 699.7062 null] +>> endobj +2355 0 obj << +/D [2351 0 R /XYZ 415.6516 689.4147 null] +>> endobj +1401 0 obj << +/D [2351 0 R /XYZ 71.731 669.3251 null] +>> endobj +102 0 obj << +/D [2351 0 R /XYZ 209.082 636.0149 null] +>> endobj +2356 0 obj << +/D [2351 0 R /XYZ 71.731 627.5627 null] +>> endobj +1402 0 obj << +/D [2351 0 R /XYZ 71.731 596.9963 null] +>> endobj +106 0 obj << +/D [2351 0 R /XYZ 225.4125 563.6861 null] +>> endobj +2357 0 obj << +/D [2351 0 R /XYZ 71.731 555.2339 null] +>> endobj +1403 0 obj << +/D [2351 0 R /XYZ 71.731 514.7049 null] +>> endobj +110 0 obj << +/D [2351 0 R /XYZ 287.7103 477.4894 null] +>> endobj +2358 0 obj << +/D [2351 0 R /XYZ 71.731 467.1244 null] +>> endobj +2359 0 obj << +/D [2351 0 R /XYZ 71.731 455.208 null] +>> endobj +2360 0 obj << +/D [2351 0 R /XYZ 71.731 440.2641 null] +>> endobj +2361 0 obj << +/D [2351 0 R /XYZ 71.731 388.9271 null] +>> endobj +2362 0 obj << +/D [2351 0 R /XYZ 211.4364 379.1581 null] +>> endobj +2364 0 obj << +/D [2351 0 R /XYZ 71.731 351.2628 null] +>> endobj +2365 0 obj << +/D [2351 0 R /XYZ 71.731 294.3762 null] +>> endobj +2366 0 obj << +/D [2351 0 R /XYZ 71.731 261.4347 null] +>> endobj +2367 0 obj << +/D [2351 0 R /XYZ 71.731 206.7049 null] +>> endobj +1404 0 obj << +/D [2351 0 R /XYZ 71.731 186.7149 null] +>> endobj +114 0 obj << +/D [2351 0 R /XYZ 323.661 149.4994 null] +>> endobj +2368 0 obj << +/D [2351 0 R /XYZ 71.731 139.1344 null] +>> endobj +2369 0 obj << +/D [2351 0 R /XYZ 284.618 129.3748 null] +>> endobj +2370 0 obj << +/D [2351 0 R /XYZ 378.5568 129.3748 null] +>> endobj +2371 0 obj << +/D [2351 0 R /XYZ 231.4007 116.4234 null] +>> endobj +2350 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2374 0 obj << +/Length 2653 +/Filter /FlateDecode +>> +stream +xڥ]��8�}Ej�!��ZI�e�v8�bᦊ�8�J�(��;�˅_O���ĉgg�����jI���ZH�S�L�,��.�6�^�o�bKQ�1Nt�����������f�]$*E&�Ek��*_<m�������H�r�}?�]o���w4?��]V�]���o~�4ޜƙ(r8���X�����T��8�3O�xs'��u���u��K�"c�Y�,�5܈��懣k+B�ܒ�J�1b�����ٲ����#�O�r������q�e��۲vŹ���?���[�_أ]�hڕʗ;��i��i�H)`TV0ҢHU��i�ҥk���I.JE!����2����.�R +��C +PE |+~�~��o�R ���b��r^���:��B N�C�:Z�Q�D�;Z�Ќ�fK���1>|�^`~ �7T��%�g�`"��b��Z&�9��ˉ���b-cV�xl�*�jhF +U�1�y��処�^J�Z���7��T,�,�s��$!ː��/�r�@��tѺ�v܅������X:���K�T+abs�+xDVd4>�-�4b���[��J�Ҷ5Z�9y��H��%$�N������ +�u����9Z�l@��,]����_����v�%��=�:��JK�QdW�5=3�g �ޮ�G����PU|�z�:>��:|�sC.��=_r�]Q~`aj�7�*g;o&ٲ�t!��p�����ϴv���������p�n(7��h�s|F3t�y��\>�[Ł#5�nҴ�|�RX:�� �f�}��Цl�{B���)}v���{��|j9�,{<��X��;��?�ss�<�j��� +��i�H5xa���ň]�y�����iӀD$w�ȍQ�P�^� 7hXٔ������90��ñ ̪{^�Q"�_y���.�&1\,����_uI,E��K�k�еc�@d�8}��p�N�W�4OG�XM�fm��#f�1(�������R�}��}3T� Z&�P�d�9f�É�������Q����3c�� +���9R�ˎG偣�쁞> � +����Q䉈(�u3D���<g�nX��չ����qR���4pD� +��l��/f��+�ŧ���q" +" Q���q@Ş�3�$ e�%_�nitȺF�����o�,�^��۞F��bv���n�֭y9p�p[F3��<8��M�+{&t�gA�;�{�Aԏ!K��RU:��-{V�Q=lHȤ�xm�9ˌ���r8Lf[�LZ���l�i��ɅM�N��(�l����� +B�!`�m�N�P��PP8���#1�ك�� �I�J�$�����XdX\��H.�}���b�ܦ쁚4���Ӟq��:���G[ n���.|T�W$�,k�63��Q|���{[��L�/7�?@��=���:�N�ڦ�/�q���dPJ�"fp +�L�T:PǁI:YB�m�8A����4����m�8��P��P@��U�kD&�Y`�=}G�ĺa �c�ya���6�8{Џ5�":X$��~z�n��D����i�e�)*�."�1��DMp +�<�%i>6��AX?��b���U�����1�Hd<[��+HB8���B<�jZ�4���W Cq���J.5�<P!�@�]���f�� ��|�1�uϥŨkE��T��ق�/������S�>,=�N'����G:���`^�q��1���H�'5��vUe��y�Y-a�P7��yb2%���[m�� �PU(�*`�m��X,�͠��G�P_d㜦(�)��2�74]O]:������F҂�笱#'�-�Ը"�^1�,��"���b����m�p���%�!�K���R���>c��^�J�1�@���eP:��OI3 c��o�<�������S�_0g���m�Vr\1TM�X���F��WV�)�_2�nR��})�ր��|�<�!9�:F���%U����y��ݡ����*BG2B�������k˟�[#gv�O����Y�{O5M�\���J�;Tt4 ��*�N[A�e!Ӡ�ϫ�?� +��r�=[�k�bi�U4�i�eB����({2�8�(�|Z���j�j�C�ʎ� �����f+�oJ�UC�#_�5r�p#�P�u�b5���)dl���uĊ���+������՞-@����#�1�� _�c�z����(�}���6�W-��-~5�]����j�!0E�e +�@$#��F/�c���{ 0��ȅ���k*��1�6w��M��C}�����xwɴa�:�2�r���`�������`pW�Z�r�G�ͅ���dbꦎ�>�7�� +*t��\��C�������V���cyR��+Ԕ��\ƀ��L��0_̼��b�����o�#�)��B�u߱�K�}�I���%��\���EF�]«�k��������x�����4�,��ҿ����\H�M�h�7N�ZA��?P#� �#?R_�e�?���c����3�'/R��F���&-b��[ތ�^���7�������[���⬀`�ү�S�,d5��5�J�����S��#���!��9�O�X�a�c+�D����5pզ��OW8����:RA���>%_�5o����Q�=pendstream +endobj +2373 0 obj << +/Type /Page +/Contents 2374 0 R +/Resources 2372 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2404 0 R +/Annots [ 2381 0 R 2399 0 R ] +>> endobj +2381 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.499 523.6285 284.8624 534.1032] +/Subtype /Link +/A << /S /GoTo /D (security) >> +>> endobj +2399 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [362.8219 253.1531 424.6281 263.6278] +/Subtype /Link +/A << /S /GoTo /D (suexec) >> +>> endobj +2375 0 obj << +/D [2373 0 R /XYZ 71.731 729.2652 null] +>> endobj +2376 0 obj << +/D [2373 0 R /XYZ 71.731 718.3063 null] +>> endobj +2377 0 obj << +/D [2373 0 R /XYZ 144.5093 708.3437 null] +>> endobj +2378 0 obj << +/D [2373 0 R /XYZ 373.3836 708.3437 null] +>> endobj +1405 0 obj << +/D [2373 0 R /XYZ 71.731 649.345 null] +>> endobj +118 0 obj << +/D [2373 0 R /XYZ 218.078 604.3098 null] +>> endobj +2379 0 obj << +/D [2373 0 R /XYZ 71.731 600.4795 null] +>> endobj +2380 0 obj << +/D [2373 0 R /XYZ 118.5554 558.2891 null] +>> endobj +1406 0 obj << +/D [2373 0 R /XYZ 71.731 514.6622 null] +>> endobj +122 0 obj << +/D [2373 0 R /XYZ 187.3454 482.1585 null] +>> endobj +2382 0 obj << +/D [2373 0 R /XYZ 71.731 471.7935 null] +>> endobj +2383 0 obj << +/D [2373 0 R /XYZ 154.5103 462.0339 null] +>> endobj +2384 0 obj << +/D [2373 0 R /XYZ 338.1402 462.0339 null] +>> endobj +2385 0 obj << +/D [2373 0 R /XYZ 71.731 449.9145 null] +>> endobj +2386 0 obj << +/D [2373 0 R /XYZ 71.731 449.9145 null] +>> endobj +2387 0 obj << +/D [2373 0 R /XYZ 71.731 429.0716 null] +>> endobj +2388 0 obj << +/D [2373 0 R /XYZ 113.8984 417.5009 null] +>> endobj +2389 0 obj << +/D [2373 0 R /XYZ 177.7024 404.5495 null] +>> endobj +2390 0 obj << +/D [2373 0 R /XYZ 71.731 397.4114 null] +>> endobj +2391 0 obj << +/D [2373 0 R /XYZ 263.8257 386.6168 null] +>> endobj +2392 0 obj << +/D [2373 0 R /XYZ 71.731 366.5272 null] +>> endobj +2393 0 obj << +/D [2373 0 R /XYZ 229.3243 355.7326 null] +>> endobj +2394 0 obj << +/D [2373 0 R /XYZ 444.9382 329.8297 null] +>> endobj +2395 0 obj << +/D [2373 0 R /XYZ 178.9977 316.8783 null] +>> endobj +2396 0 obj << +/D [2373 0 R /XYZ 71.731 314.7215 null] +>> endobj +2397 0 obj << +/D [2373 0 R /XYZ 118.5554 279.1701 null] +>> endobj +2398 0 obj << +/D [2373 0 R /XYZ 391.646 267.693 null] +>> endobj +2400 0 obj << +/D [2373 0 R /XYZ 71.731 234.2241 null] +>> endobj +2401 0 obj << +/D [2373 0 R /XYZ 169.9804 227.4695 null] +>> endobj +2402 0 obj << +/D [2373 0 R /XYZ 71.731 207.38 null] +>> endobj +2403 0 obj << +/D [2373 0 R /XYZ 450.8226 183.6339 null] +>> endobj +1407 0 obj << +/D [2373 0 R /XYZ 71.731 163.5443 null] +>> endobj +2372 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2407 0 obj << +/Length 2149 +/Filter /FlateDecode +>> +stream +xڥ۲۶��_�9}8Ҍ ��g��u'I�I��d�P$$��H��,�_�],@A}�iGX���� >���g)gi�șH����W�l����;���Y�H�^����,gy"���f&y��4�gi,X�x6{�~��+F���P�\0ZhS4M�ni���R7M�����W{9�8ey�_oĺP�3.Y,�z]��e2"����f��X�����G�O��\@, ��fK1.��d�v���r9tiꮥM��ƞ���6;:,���(�cO��sw�ݍ�piX��?-��[�Ѧs�GB�eoGF���^��9/5M(?�?�������2�L�|�d)KyO�#-C,�wh�;Zh��y�����%��/K1b}C�{j((ϑ/h����p���{�V��v������)�qC(��TN�M +<b-C�{��]�&��[9D���#�7丧6� +Q��i�j^�M�n4s �����fߒǜ�$�� Y$ w)8V���,��;�/����]:�����.Ʌ����,�ً�*����/��]�]���1(v�ެV�� Ӎ�w�����C��<�:���+�uͪ�֫5";Y�6.��x$aWh}4U�����g�C�#I/�h�\�[Y�lu���h������0*=�}}p1݆V�sd_!��W��E�*�iQ���ҿҗ +����9���^3t*٘�KUo���Z����9a8�ˁ4����ts h���k�A;�+�L��]-wE���d��2����A��D�����꓂�*�&u4��g�4Kf@=j���f�|�`I$<�C��<�F^�<�2�͔���Q̢D�@�Y AM�8���{)g��I")�3�T�C�� K�4�HQ�D��s��E!�Y��cc���)�U�"~�� �����}j��4�C٭-�(c"E�#��d�@�X��Z�J�{jW�����-V`�,���[2��)�kl("�Y��]WyY3۬T�}`��ܢ��V�?�1��X�pT��S�ܕd6|X�\c�i��T�s1��W�Z�ym�����; +_�!�7cW���� �?�W��Y�7���%�#�dz���i}�4�P'�6E�u-�0�(w{��,P,kɾ��(�MNi�C��m�Ȧ!�kw�(K}0�z(ʏx[��>��zk"Zj���Pь�6� �Q��JҚk���хPQ�FXp�:;��՝�j�o��Cd3�뜎;���u9�wP���](�CD)�#Δ�Yj+m����J�{$�0:\_��<*P��U�ǂ�$��0��������Q� 1��X&�,'�W�O�A?ኊ���"�/>?HAW�t�-!ި��fM���n, jUP%\�ē��C�{m�l�%�K���d@� �2�`z�+8�L�oi����5M�xjl/����]3�sM�����SA�V!�!?;�ı��.��.�Y<c�6f���CW�me�|�hx~M>E��t-��>zZi�)e ��/����~�ӗB,Rh_ˢ���vÑ->����Q��-AN�Z;"(�I��Kg����/���9�ݜ����"��(6��@ˤ��zK���dN�VD�*0p@�b?�w���z��{ j+$��kO��T��M��!�aֺ���q��Ä=��}tz�fh�GwB�R㫿�B��䂫�����5O��g��M�vQ��� +��(QU�k�U�Z�NK���_5/1ݼ�}a�@���j��usl�%������ho}��[��hu!S�kl6v�ٹ}��iC����w_�`�!lq��n�$�0���kk�Q*����q��6�\��掑7 +^2SDF�6&�WY=\�]���o!�9���t��rA��9���AW�iS�es�������}yؘÃ���p��6J�� &q䞖 C{0�S� ����2t��w'���:�:hch�����y�������h+AF-��x n�Bt���&�xSɴmGE��ԕ��}��_�/G_ni�}�8��"�#a��f���/�������蛡����#�!������OdM1!qu9��CǕ���)�����o��X~j�XƓ��?��������8�r����SO0�/���endstream +endobj +2406 0 obj << +/Type /Page +/Contents 2407 0 R +/Resources 2405 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2404 0 R +/Annots [ 2411 0 R 2412 0 R 2417 0 R ] +>> endobj +2411 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [473.4527 684.5632 535.6613 695.4671] +/Subtype /Link +/A << /S /GoTo /D (mysql) >> +>> endobj +2412 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.1264 671.6118 203.8944 682.5157] +/Subtype /Link +/A << /S /GoTo /D (postgresql) >> +>> endobj +2417 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [307.2791 501.5233 354.5785 512.1056] +/Subtype /Link +/A << /S /GoTo /D (security-mysql) >> +>> endobj +2408 0 obj << +/D [2406 0 R /XYZ 71.731 729.2652 null] +>> endobj +2409 0 obj << +/D [2406 0 R /XYZ 71.731 741.2204 null] +>> endobj +126 0 obj << +/D [2406 0 R /XYZ 224.1857 707.8408 null] +>> endobj +2410 0 obj << +/D [2406 0 R /XYZ 71.731 700.4885 null] +>> endobj +1408 0 obj << +/D [2406 0 R /XYZ 71.731 672.608 null] +>> endobj +130 0 obj << +/D [2406 0 R /XYZ 266.2987 640.2941 null] +>> endobj +2413 0 obj << +/D [2406 0 R /XYZ 71.731 631.6566 null] +>> endobj +2414 0 obj << +/D [2406 0 R /XYZ 247.7687 621.3651 null] +>> endobj +1409 0 obj << +/D [2406 0 R /XYZ 71.731 588.3241 null] +>> endobj +134 0 obj << +/D [2406 0 R /XYZ 156.1213 555.0139 null] +>> endobj +2415 0 obj << +/D [2406 0 R /XYZ 71.731 552.5392 null] +>> endobj +2416 0 obj << +/D [2406 0 R /XYZ 118.5554 515.9916 null] +>> endobj +2418 0 obj << +/D [2406 0 R /XYZ 71.731 481.0083 null] +>> endobj +138 0 obj << +/D [2406 0 R /XYZ 221.6466 453.9847 null] +>> endobj +2419 0 obj << +/D [2406 0 R /XYZ 71.731 446.7867 null] +>> endobj +2420 0 obj << +/D [2406 0 R /XYZ 173.2893 423.1005 null] +>> endobj +2421 0 obj << +/D [2406 0 R /XYZ 71.731 410.981 null] +>> endobj +2422 0 obj << +/D [2406 0 R /XYZ 71.731 366.8256 null] +>> endobj +2423 0 obj << +/D [2406 0 R /XYZ 282.2267 342.3035 null] +>> endobj +2424 0 obj << +/D [2406 0 R /XYZ 71.731 327.1952 null] +>> endobj +2425 0 obj << +/D [2406 0 R /XYZ 71.731 312.2513 null] +>> endobj +2426 0 obj << +/D [2406 0 R /XYZ 71.731 263.2001 null] +>> endobj +142 0 obj << +/D [2406 0 R /XYZ 276.5502 230.3234 null] +>> endobj +2427 0 obj << +/D [2406 0 R /XYZ 71.731 225.2276 null] +>> endobj +2428 0 obj << +/D [2406 0 R /XYZ 71.731 192.3011 null] +>> endobj +2429 0 obj << +/D [2406 0 R /XYZ 277.0796 168.5551 null] +>> endobj +2430 0 obj << +/D [2406 0 R /XYZ 71.731 156.4356 null] +>> endobj +2405 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R /F48 2167 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2433 0 obj << +/Length 2383 +/Filter /FlateDecode +>> +stream +x��Y�s� ���?tf�N̈����\�I�ɥͫ����d��5'K>I���/H��dkw�/��,!!������?>9%"f"Pb0_��/��� '�1Ɍ�B�7��Rb"̖�G,=9�`���`����b�lj]��ByC�p�Ϋ:ɲ4������i�%�����f2kVV2dq�?k^#ul�[�O�"&}Z��y$��6����a��H��B���f��2�I�ij����"'���$Z��Z�uR���,�9I%5����|sz���: +Ԑ�w�/��S�~����m��hJ�t��zlv +�~�����������u����K?j}>H�FE*�VZ0���'a4<[,�Hp�V�k@�����ݠ�ξ3�R���4��[����\�-1�Uc� F�$FB _�װ$�Բ �9'� Ȑ��)�~;RjX��F�J�#>�ݙ��8�W�@3MX�#����N�s�i�`y�瘙�x�!YVدţp8cU]n��xT(�T�q][h0�m����]!���.|� +�LJ�=�pV̓l^�����o*f<�H�i]�z;�?`�WI�b]h�)*}r A��VଋE��|��|�`g|�Gʮ�}���0x�l6e�)Ӥ��Ά�[G�^�QH� +��_�:�bB��}�_�O��=�S"$h�^;%�߹�+]#�뇈3����pQH��� ��/b��q�`#5n���6�#@!J�ȑ��|��/Xdő6c���ⱃL$?�"�Fi�S\a�XDj����U, +�;�Wӳ�Y��ˈE^ IjA�=�0�K G�J��Q����o+ �0|��Ҋfe�*5|:�al�X�~��jXlt�8���kZ�Ҝ6��{�9L��?��NLnQC�2.@.z�l�� �<3q,!$rU�� ���5�<�#�˲X��8R���o`��ָ�SUꏞ'e�%R�� �Y6/��w&g���k +2�@d���W��v���L*q��;,u�s���)pƴ��t�@U9�da 9�F[ ��Y�sdG�3;�[�Y�XӠ*pt�MkM/�C�m������"�����g"Į��NX��>Nn&�|��{�L��ly��M�+�53�����ل����������G��nf�)���~����?�����LO��n��3Hlr�p?=��ԝ��O���N.'��������p|�A����"61�Tc5�W�m�+�yQ(0���5��9����'w�����{|>'���sC��ߛĺ������x����P*GQw����7�CC���_�L�&��zj�q����Pg��N��S��02�ӆ�pm�ߔ�u �gj����"U��U���eaj�W�@�����W�T��W矫\14� ��]l� �)�|&��R4H��J�(W,���D�V����!��DW'���230m��kNbˎ ����Rf;�6x�)2]��Z���Jh����j;_!bXk�����[?������L;�`��wȫ�+��uo/N�-kw����z8�}�Lך܌���ɲHY?�_�x����kCQ�c�c���f��< +l���$e]������jUl3����{}��K�t%\����ָ�������`h��~�)�yx��s)9A^�7Y27G��P!����=-���i��(rU�)WP;�pC��[ƺ���wy�&���i78�<R�W���K�sU���.� ���$��6`ۗ6�)(̚(i���A�������N��?�6��r �m����&u�8���iz������j�ݷܳ�(sޞ�h^>~+�]��m��+�+�_�e8L�-�7� �}9�2�[)rk7�a��8 +1�[[Ju���u�����(�r��z�@#U��F[:�L4�R�������dZ�N�BV�;��� �a�)B[3�r��y3�U���j��"��Ī�X�ְ4u���tX,�)���Ż��%p�o��b��]�R�M�L�=����*����<}A�2�f�t��`�p;)<�E���"-A��ʘ��;n��>%�d�(�F�$��8��v[ <b�b�b�,�`J T�ؑM��C��R7�~ԥ4�{kg6�D���Q��Sf[�?ز��n����m��N���y���D#���@�l�wV��9@�p�h�l�t�Z��u�=�x���|�� +{�m��9g�c���8l���p����{Ԁ��p!О��g�.q�0b߀��P�-A�/!���� �����$x�w�)��7ބ�Z��x�l �A�mA���rB�TO��P�Wv��fDq�y��L8�մ��+ҏ$~�"ğ�9�%s�k�p�8���j\|����.��endstream +endobj +2432 0 obj << +/Type /Page +/Contents 2433 0 R +/Resources 2431 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2404 0 R +/Annots [ 2445 0 R 2476 0 R ] +>> endobj +2445 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [441.1732 610.5455 495.4692 621.4495] +/Subtype /Link +/A << /S /GoTo /D (localconfig) >> +>> endobj +2476 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [399.3902 96.3737 453.6862 107.2776] +/Subtype /Link +/A << /S /GoTo /D (localconfig) >> +>> endobj +2434 0 obj << +/D [2432 0 R /XYZ 71.731 729.2652 null] +>> endobj +2435 0 obj << +/D [2432 0 R /XYZ 71.731 741.2204 null] +>> endobj +2436 0 obj << +/D [2432 0 R /XYZ 71.731 718.3063 null] +>> endobj +2437 0 obj << +/D [2432 0 R /XYZ 357.7805 708.3437 null] +>> endobj +146 0 obj << +/D [2432 0 R /XYZ 211.2854 657.5342 null] +>> endobj +2438 0 obj << +/D [2432 0 R /XYZ 71.731 650.4559 null] +>> endobj +2439 0 obj << +/D [2432 0 R /XYZ 271.0674 626.65 null] +>> endobj +2440 0 obj << +/D [2432 0 R /XYZ 243.4755 613.6986 null] +>> endobj +2444 0 obj << +/D [2432 0 R /XYZ 370.2593 613.6986 null] +>> endobj +2446 0 obj << +/D [2432 0 R /XYZ 71.731 606.5605 null] +>> endobj +2447 0 obj << +/D [2432 0 R /XYZ 137.5929 595.7659 null] +>> endobj +2448 0 obj << +/D [2432 0 R /XYZ 262.9731 595.7659 null] +>> endobj +2449 0 obj << +/D [2432 0 R /XYZ 403.4489 595.7659 null] +>> endobj +2450 0 obj << +/D [2432 0 R /XYZ 134.3878 582.8144 null] +>> endobj +2451 0 obj << +/D [2432 0 R /XYZ 344.0117 582.8144 null] +>> endobj +2452 0 obj << +/D [2432 0 R /XYZ 71.731 562.7248 null] +>> endobj +2453 0 obj << +/D [2432 0 R /XYZ 105.4942 551.9302 null] +>> endobj +2454 0 obj << +/D [2432 0 R /XYZ 71.731 540.5869 null] +>> endobj +2455 0 obj << +/D [2432 0 R /XYZ 82.4907 530.3113 null] +>> endobj +2456 0 obj << +/D [2432 0 R /XYZ 308.4431 495.3425 null] +>> endobj +2457 0 obj << +/D [2432 0 R /XYZ 130.909 483.6862 null] +>> endobj +2458 0 obj << +/D [2432 0 R /XYZ 71.731 472.4809 null] +>> endobj +150 0 obj << +/D [2432 0 R /XYZ 318.7211 440.8468 null] +>> endobj +2459 0 obj << +/D [2432 0 R /XYZ 71.731 433.6488 null] +>> endobj +2460 0 obj << +/D [2432 0 R /XYZ 71.731 402.8245 null] +>> endobj +2461 0 obj << +/D [2432 0 R /XYZ 511.0835 392.0299 null] +>> endobj +2462 0 obj << +/D [2432 0 R /XYZ 298.7034 379.0785 null] +>> endobj +2463 0 obj << +/D [2432 0 R /XYZ 490.1775 379.0785 null] +>> endobj +2464 0 obj << +/D [2432 0 R /XYZ 71.731 354.3812 null] +>> endobj +2465 0 obj << +/D [2432 0 R /XYZ 136.2889 344.5081 null] +>> endobj +2466 0 obj << +/D [2432 0 R /XYZ 192.239 344.5081 null] +>> endobj +2467 0 obj << +/D [2432 0 R /XYZ 136.2889 332.8518 null] +>> endobj +2468 0 obj << +/D [2432 0 R /XYZ 71.731 299.5766 null] +>> endobj +2469 0 obj << +/D [2432 0 R /XYZ 71.731 271.5169 null] +>> endobj +2470 0 obj << +/D [2432 0 R /XYZ 71.731 256.5729 null] +>> endobj +1410 0 obj << +/D [2432 0 R /XYZ 71.731 209.2155 null] +>> endobj +154 0 obj << +/D [2432 0 R /XYZ 183.5462 173.7485 null] +>> endobj +2471 0 obj << +/D [2432 0 R /XYZ 71.731 171.0885 null] +>> endobj +158 0 obj << +/D [2432 0 R /XYZ 233.3921 143.3624 null] +>> endobj +2472 0 obj << +/D [2432 0 R /XYZ 71.731 136.1644 null] +>> endobj +2473 0 obj << +/D [2432 0 R /XYZ 250.6331 112.4782 null] +>> endobj +2474 0 obj << +/D [2432 0 R /XYZ 201.6925 99.5268 null] +>> endobj +2475 0 obj << +/D [2432 0 R /XYZ 328.4763 99.5268 null] +>> endobj +2431 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F48 2167 0 R /F35 1723 0 R /F55 2443 0 R /F32 1286 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2479 0 obj << +/Length 2470 +/Filter /FlateDecode +>> +stream +xڕk����� +# p6p护^̷�!-�)�M�AP4E K��FG�v����ᐲd˻, �3��P����*�,����8��~����wܑl�vJ��㻻�J�RL�"^=�W!O�J�J�`i���c���cv2e�ي(XF���7YU��@�_����6�~���oGɑL�J������(����A�d({��:A������7e��7��3��̔wt��{Ŵc��l]���p�_ځ�gЏ��,�9�=xY!�k[3�k�9k���AÁ;�UʂX%�m�d���Vp�TYmwY�˄V�q��`�(UhP����q���8�N=�Yt+C���V�x�����:���-d��a���3O������?a�/�4I$[c�|a �� �Ϸ�/���߿ox���J���������3Ҵ]��a�vã��.JB��a?ЏĴ�|��с�@�s���"sg�fI9�A9�|Y�~C�Z�`�8���͂uy��$ I��Y���^�E��$u�����U$�8����YEL�-;G<�{�Iw�6"X?��.�8��J���Wd&����;&�$�}��F�Uy��U�����+�T�4���$�54Iן��� ��+ �n��[�LL9TK)��}��I�Ȧ#���Q�I��t�*ϲ�f��1K��qp:�v�eݼp���6:�1L�Z�t���G���c�00���C�һ�ӡ���C�-�wE*��&�?�̑#�hꪜ�H��(�R�� +��w]Ȳ��]Š!^D�6�o��\��`�ѻ�{���au�Зc�� ��d�^E��?!�"z-�Hʣ5����ˬq�9f Z�J�?=��?�kx:xr�@�4ent�`�EL�U�"p�������.���-���$1�� 11��! �<PA �$a���~�%�����x���ilzFCl��5?4 ؝,C>��l: +Dњ�G���"�c�������bgC ���L�z��1� ] m���5��@���iO�$��0�EE��v[��R牲������x��/;Zʈ���$�Ƅ�"�����~D�{zf��A�t�ڥ����ė;7�Q�*yi�`.��Z�b>��xl�xt⦖��#�?N�'|��@�<!���1�U��"T,���Dg���-�MA�|H�0s��d�(:�D�v)#f" ��'�Ӯ��>�B�c�+����Z��J��(��aI1�5�5�3Ֆ2��[�X�D��Hp�m +�M�چ!t�P*�Ȓ��[�#�I��q�;�^�t;����"��r�~@�Yq8]Gy��q� ���H��@2=�8�H7��x�c�c��$'v��[ ؈��4��Ĩ���S* �� Kv S%ܛ59�Ɉ�I2�����x9�Q]�-V���m��5���b����v�R8��=Tqwh��`(Թ'Yd������f9Z����;�+u�x�w?+ EQO������/��\���R`�W���#��6���u�m����NH��']y)��?�;DY�*���ْۆ�ϥ��|C����稿���v������V�w��b���6����?�eQ���ufҕ�Ylݮ�4�0�6_����p]D6i�@��t���,]C�YQ�F�Z��3��_^�Z��]D,�Ce���K�=Qli�l:e�>>�[���5NG �I�t��?<���R��F<�H{�P����������o�(k0�0�C*�#B6~qjJ7���x Ǚf���;vV�<��K�m�wljs.�=��U�B���w�˞?�ؔ���}��熣p�1u�n̷�41�0��*=?�t����n�kg������\�Q`jΤ�� +M���}��^�^��FB����Psy4�hW�+��+�2��!2D�l��L���%\�3Z���u!6��9�~[�G�s:u� F"Sz�\#^ ��n�!\��\�Xf�(4� �&�OTY����BW��S$�H"�D*�70��YMo�b�l0q���)�``��g�S�+�m��|,i��Mβ���`fY �9d�v ���^G'٩(M��hX<�Hn�~J�!L`������?�z9��X�)�] ������ +�&��[�]E����al�L�{�/ԭ��)�Ñ������`U�������i��*�b�y�¨�8�(�Q�h�wJP�pÒ�F���#�TiFu�\a�-e�~��PB�k��[�X7�k�*�YU�I��^��֔�J�0lû��\��1���2�үz�Vn� ��G�E��M�V����5D 1L�RI�g���S���5���1��@G�����)��%D���To�⊛���s�@S����˝#�f2���U��h�<?��z��:�ҰY ʕ�l��Ҭ����R�Q8��5 �y[������{� \PR�����������_�&4�?�E"e�{����qy�G�����J�endstream +endobj +2478 0 obj << +/Type /Page +/Contents 2479 0 R +/Resources 2477 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2404 0 R +/Annots [ 2509 0 R ] +>> endobj +2509 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [202.966 140.4683 258.7502 151.3722] +/Subtype /Link +/A << /S /GoTo /D (security-webserver-access) >> +>> endobj +2480 0 obj << +/D [2478 0 R /XYZ 71.731 729.2652 null] +>> endobj +2481 0 obj << +/D [2478 0 R /XYZ 71.731 718.3063 null] +>> endobj +2482 0 obj << +/D [2478 0 R /XYZ 71.731 675.3814 null] +>> endobj +2483 0 obj << +/D [2478 0 R /XYZ 71.731 651.6912 null] +>> endobj +2484 0 obj << +/D [2478 0 R /XYZ 77.1108 642.1918 null] +>> endobj +2485 0 obj << +/D [2478 0 R /XYZ 71.731 630.8484 null] +>> endobj +2486 0 obj << +/D [2478 0 R /XYZ 353.0355 619.2777 null] +>> endobj +2487 0 obj << +/D [2478 0 R /XYZ 408.4801 619.2777 null] +>> endobj +2488 0 obj << +/D [2478 0 R /XYZ 71.731 599.1881 null] +>> endobj +162 0 obj << +/D [2478 0 R /XYZ 215.6691 568.4682 null] +>> endobj +2489 0 obj << +/D [2478 0 R /XYZ 71.731 561.2703 null] +>> endobj +2490 0 obj << +/D [2478 0 R /XYZ 178.5531 550.5355 null] +>> endobj +2491 0 obj << +/D [2478 0 R /XYZ 347.9401 550.5355 null] +>> endobj +2492 0 obj << +/D [2478 0 R /XYZ 71.731 532.5032 null] +>> endobj +2493 0 obj << +/D [2478 0 R /XYZ 71.731 532.5032 null] +>> endobj +2494 0 obj << +/D [2478 0 R /XYZ 71.731 513.2892 null] +>> endobj +2495 0 obj << +/D [2478 0 R /XYZ 71.731 481.629 null] +>> endobj +2496 0 obj << +/D [2478 0 R /XYZ 240.4397 457.8829 null] +>> endobj +2497 0 obj << +/D [2478 0 R /XYZ 71.731 444.9315 null] +>> endobj +2498 0 obj << +/D [2478 0 R /XYZ 181.2557 444.9315 null] +>> endobj +2499 0 obj << +/D [2478 0 R /XYZ 336.0356 444.9315 null] +>> endobj +2500 0 obj << +/D [2478 0 R /XYZ 470.0538 444.9315 null] +>> endobj +1411 0 obj << +/D [2478 0 R /XYZ 71.731 404.9166 null] +>> endobj +166 0 obj << +/D [2478 0 R /XYZ 206.856 367.7011 null] +>> endobj +2501 0 obj << +/D [2478 0 R /XYZ 71.731 357.5584 null] +>> endobj +2502 0 obj << +/D [2478 0 R /XYZ 120.3029 347.5766 null] +>> endobj +2503 0 obj << +/D [2478 0 R /XYZ 71.731 314.5356 null] +>> endobj +2504 0 obj << +/D [2478 0 R /XYZ 71.731 270.6999 null] +>> endobj +2505 0 obj << +/D [2478 0 R /XYZ 71.731 270.6999 null] +>> endobj +2506 0 obj << +/D [2478 0 R /XYZ 270.6339 259.9053 null] +>> endobj +1412 0 obj << +/D [2478 0 R /XYZ 71.731 252.7672 null] +>> endobj +170 0 obj << +/D [2478 0 R /XYZ 188.5932 215.5517 null] +>> endobj +2507 0 obj << +/D [2478 0 R /XYZ 71.731 208.1993 null] +>> endobj +2508 0 obj << +/D [2478 0 R /XYZ 99.3014 169.5243 null] +>> endobj +2510 0 obj << +/D [2478 0 R /XYZ 319.3277 143.6214 null] +>> endobj +1413 0 obj << +/D [2478 0 R /XYZ 71.731 128.5131 null] +>> endobj +2477 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F55 2443 0 R /F48 2167 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2513 0 obj << +/Length 2685 +/Filter /FlateDecode +>> +stream +x��]�۸�=���ƭ�")�T� w��z@�@Q�B�������#������%Y�S�����!g8�C-_���3%�G$LđXlo���>��e�p�C�����r��$���ir�ȅ�����c������ؚz�Q��~ʦM�"/w4����;/�t���?��屧I� �_e��:gP��,������P*˟`���#cJ����!a���nW<X� ���̓��.{��V�6r�ܧ+,��x�4����h�:�yU6��T����$�|�,uef�ɉ��!�z*:�, x��u�B�Y��X�!�nx����*��v���� S*�E�c�"�AY#ʿQ���g� %�vEpN�I�l�W$�'�_�Ǻ���i^$GSg�CŤoȤǺE;LXq~.�ҬD�|!�����K+'kȡ���J1-k�I�G>⽤7<�����`c�|��=�1�*�Rˏ+M��A`[����u�!�kչ�����Р15��Cj�9�^���S� C�}^�����1~G�̝�z�OUQTV����T�.��\2�a_�C�s�NOBQ��'�4g�����ߞ���`< +�1��4#��h/�C��R���d ��2�f��Lh�8Tk�#E�,o!FѲ����dU�T��m1n�k���S^v_���FhV^��Tu�`c�R�)�c��{{��W�VI��.G�D����jC����#��^2�9����:`��r̂�Q)%x�ifd�L��;��Ǽ6[P��q�rnfQst=�����K)�ryK0�viֻ:�K4�����TK��i[paF��3������i ��)U[�@@�8�Z���,��! �U�}<�i��ˆV�j���_WO��=E�������������t۽#��Ț?<���,��@9��7�]O�;�EA�6Ʀe�3���H3�_Ui�K��>�'K���ͅ�}�7Ɣ�e�}���H��R� ��_�������P�o���8�r2���<9y-�$"@��,�*��j���zY��E�$�ɲ_!���p+�u���cKs��t�o�|D���6�j�엯f��LJ�m=�v��8�D�=���o_L]�!�O9z���Wj�D���M5���4���V�ugͳy��p�zg$��/?B��A�L�{����ć{W��̣��p�U������?F��K�Z�h�ˣJd�TQU�cϠ<j�|)�7��O8ޒY�]1�է��I��G����m��G�IU�4j_�6��p�V���Ln!/m��nj���w'�38�Ik�|���az�K`E +�V�8��m�ݚ���j�m�/'N +T�*�i�����ڤ�O��q�]��ف�Ƥ(�ׁ����5o]�����U��$.mс�G�f ���Y�s�M���>#�C�#$�ا�θ#�sP�#�5��$��m8��jp �^ںr�7j���8��)���Tj���-G~� džr����"+��8u���b��r ��:);�vD&|��f7�$��"�iZ4�A�}���X�X�%b�|cr}�:c�0���E/!�ɠn��XDC�x�Y�y�x��9�(L������"ݒ5�oԸ}���ҕt����hs=B7���� +�yڒ* s�=�jܦm�%,�F^n�.C���.�Cc��6�+6��V7P�Q�.�j����6��ǁe1����R*i�CԮx�w��kKpwE+��J^ʘE��\+�8�x������j���)�Q��">��ч��}�ڸ;�c1n�`*�s�6E�j[M��| ��I�Z�*�V}���)vk�B�/�+��p�Z̟�>� ���kX��Uw�!�i\5rN�(T�43L�R�XQ44JF���mZ�3��6Ls�Z$����s)BBQa�� �+���>Ծ��蛚k�T��C��Cm��!�X�I���e\m�P�7�.K+]2�V�Ot�٢�M��p鵌�%��8,���:O7}�>'�0d���F +!�͉!a\����j����8Do�7!N�M2����1��j�"]=�/F�9����u��$c��H,ЅZ�>S�þ ���8���J�mg��XN�po��)Т��v|�IcJ�ѧ_��zٚ4�95��EM#�Ѽ6U�o= +}��>� &"��q��R¯�U?�g� ��4� ��X�K}/�U`0yM�m�B I D(��wy�vL$��<־�XG_X&�T&&��Q�[��^8���m& 6V��G�OQ��߶$��oz���6�9:�͠�����\���ag��������'�x�]�_W!0��+[��28:����W0����j�@ ,���$iVX�RE�}��P8��/�����+�lQ���v��=w�ȴ%����E�Z��xy�̾��^{�L��>%�3�^�C��L��K��o�$ |ŵ� T�|�f�5�F;=���_H*�0,����_&�w�K�\0��$��մ0D��z����N�9�F,�������k�@���H���#]�@0G���*:a1*|��{�<�9͋������y2�����t�t���ۮ�Ot-���pms;����}<ʼn�4�3Q��KZ���u�����D$4x��'Y�/�C�����z�endstream +endobj +2512 0 obj << +/Type /Page +/Contents 2513 0 R +/Resources 2511 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2404 0 R +/Annots [ 2517 0 R 2518 0 R ] +>> endobj +2517 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [303.9053 686.2616 340.7668 697.1655] +/Subtype /Link +/A << /S /GoTo /D (http-apache-mod_cgi) >> +>> endobj +2518 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [408.2018 686.2616 448.3808 697.1655] +/Subtype /Link +/A << /S /GoTo /D (http-apache-mod_perl) >> +>> endobj +2514 0 obj << +/D [2512 0 R /XYZ 71.731 729.2652 null] +>> endobj +2515 0 obj << +/D [2512 0 R /XYZ 71.731 741.2204 null] +>> endobj +174 0 obj << +/D [2512 0 R /XYZ 242.3649 708.3437 null] +>> endobj +2516 0 obj << +/D [2512 0 R /XYZ 71.731 699.7062 null] +>> endobj +2519 0 obj << +/D [2512 0 R /XYZ 71.731 687.2579 null] +>> endobj +178 0 obj << +/D [2512 0 R /XYZ 236.6151 659.0286 null] +>> endobj +2520 0 obj << +/D [2512 0 R /XYZ 71.731 651.8306 null] +>> endobj +2521 0 obj << +/D [2512 0 R /XYZ 71.731 638.939 null] +>> endobj +2522 0 obj << +/D [2512 0 R /XYZ 71.731 628.9764 null] +>> endobj +2523 0 obj << +/D [2512 0 R /XYZ 115.1182 613.2005 null] +>> endobj +2524 0 obj << +/D [2512 0 R /XYZ 429.3178 613.2005 null] +>> endobj +2525 0 obj << +/D [2512 0 R /XYZ 71.731 611.0437 null] +>> endobj +2526 0 obj << +/D [2512 0 R /XYZ 147.1884 595.2677 null] +>> endobj +2527 0 obj << +/D [2512 0 R /XYZ 314.7473 569.3649 null] +>> endobj +2528 0 obj << +/D [2512 0 R /XYZ 71.731 562.2267 null] +>> endobj +2529 0 obj << +/D [2512 0 R /XYZ 71.731 477.8082 null] +>> endobj +2530 0 obj << +/D [2512 0 R /XYZ 155.0564 451.9054 null] +>> endobj +2531 0 obj << +/D [2512 0 R /XYZ 89.6638 438.9539 null] +>> endobj +2532 0 obj << +/D [2512 0 R /XYZ 71.731 436.7971 null] +>> endobj +2533 0 obj << +/D [2512 0 R /XYZ 71.731 421.8531 null] +>> endobj +2534 0 obj << +/D [2512 0 R /XYZ 130.9027 400.6974 null] +>> endobj +2535 0 obj << +/D [2512 0 R /XYZ 74.2217 359.4521 null] +>> endobj +2536 0 obj << +/D [2512 0 R /XYZ 92.4688 336.538 null] +>> endobj +2537 0 obj << +/D [2512 0 R /XYZ 191.4782 323.5866 null] +>> endobj +2538 0 obj << +/D [2512 0 R /XYZ 252.6128 323.5866 null] +>> endobj +2539 0 obj << +/D [2512 0 R /XYZ 457.2853 323.5866 null] +>> endobj +2540 0 obj << +/D [2512 0 R /XYZ 134.2361 310.6351 null] +>> endobj +2541 0 obj << +/D [2512 0 R /XYZ 241.5533 310.6351 null] +>> endobj +2542 0 obj << +/D [2512 0 R /XYZ 71.731 309.1956 null] +>> endobj +2543 0 obj << +/D [2512 0 R /XYZ 280.4366 279.751 null] +>> endobj +2544 0 obj << +/D [2512 0 R /XYZ 400.4654 279.751 null] +>> endobj +2545 0 obj << +/D [2512 0 R /XYZ 71.731 259.6614 null] +>> endobj +2546 0 obj << +/D [2512 0 R /XYZ 71.731 233.5243 null] +>> endobj +2547 0 obj << +/D [2512 0 R /XYZ 71.731 195.502 null] +>> endobj +182 0 obj << +/D [2512 0 R /XYZ 240.6398 164.7821 null] +>> endobj +2548 0 obj << +/D [2512 0 R /XYZ 71.731 157.7037 null] +>> endobj +2549 0 obj << +/D [2512 0 R /XYZ 71.731 144.6925 null] +>> endobj +2550 0 obj << +/D [2512 0 R /XYZ 71.731 134.7299 null] +>> endobj +2551 0 obj << +/D [2512 0 R /XYZ 115.1182 118.9539 null] +>> endobj +2552 0 obj << +/D [2512 0 R /XYZ 429.3178 118.9539 null] +>> endobj +2553 0 obj << +/D [2512 0 R /XYZ 71.731 116.7971 null] +>> endobj +2554 0 obj << +/D [2512 0 R /XYZ 71.731 98.8644 null] +>> endobj +2511 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F48 2167 0 R /F35 1723 0 R /F44 2154 0 R /F55 2443 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2557 0 obj << +/Length 3145 +/Filter /FlateDecode +>> +stream +xڥk�۸�{~�?8��"E��I�����=ES�M��ʒ+������)K�v7E�D������Y�rK��Q�P�Q���E0��҇ҡ,β�������0��"�T4��δLD�,�H�Lf�����ck��R�`��˦͊"/w<s���E����_^���(�0i�?�^�uɠ +g�TidP�0I +��u��Z� + _���"���>o�0�;:G�|evj�G9Hf3�\m��-~�缶�u���ᏼ�Z�`^Tk��uD���Kޗ�h�u����H0�4WY�T�d�_�Z�y���y@�gK/�RJ�($�+�f݄tDiL�Q"UQ�ts�6�:ں�P��pj앸!�s�Wq2���}^��tI, �N�ԝ�o��F��r;A�"��af冏=,$^Q�3� ~��]�_�@Y���U�!Åa���_�" +�F�*C)�=�"`?��k0�HX�I����j;�v���HD=t���eGd�U龩K f)�DH�D�"�E�l���.��.����I��8QG��� ��M|6�8�-�۲9Ֆ��>ky�-�o�g8;�_��dl�p��.�P�(0�:����ȿ�)3�Dj�ClN�#z0�2!��?5C_���z +H�v���s + �'�zũ͋�7^`]�٩����b S\�6p�@�z���7�Z 7��-�շ�:��9|�~t>d��{��d���> +���`������W���W��P\�:�Z�*�øw�[�q0�-�{Ν�~��9�hS��ȡ>��~]�2F��d^�#�/Ž�6> �/|?!RH)S�ߎ�钃�դ��$C�F�w�mOG'��m%b v�u��-Qs9o�ݞ3@A���i�lx�r��[3wk4�߀�Q���r��oy!oy~WV����{ +����ӑ�{qծ�c#��s������a��h^��oe�����x�U�ŀ��>h| .���ȧ�X,��gr�$�L58׀�A��P_��"[��d�̬8Yf[�X.B���t���� +i1���¿ݢm�{Dh�"b)i�ZgV�<[��I-@�1��Ԡ�Ɋ5y��R!��<���K����NQH�S���!�!�2�.���� �:�e����� �tP��O/y��a��!�9��3�"��^��}�]�D`2��ʃ-[�Л�f������^q�ӫ���w�w�Cu��+�rl��0,$�U�.�I����x�*N�����LH%&�����@��ޅ:�����Q��]@]�$���˶u��W��l^0*��۔����|Sb�z���_��A�2�1�v����㑖}, +����R����,T���Q-�6�$�G3��4��0ZF���g5.�Lȱ �oN�3�PPJ�A�ݡ�Z>SB3���ˇwp���2�^V����G��^��g�"� ���9��������=U���y��.�5y��� +|�� �Сu0b��� �.-�9��1��� +ʅp�!�d���0�E���]��ζ�<; +V��To:nG7�8y�K�N� �5���M�#�K�u������αЕ�P}x�<����my���ath�*����p��jj,�Y����*�yn��PwD�i��c=��s�;E�yϝbb�s\������@/���ֺW'��K��������wp����0�M�{��ճ����܍�6�o��0��#��� +�];e��3 U�Y.Ϟ����&�d���]�����lj�m��H{P��#�*Xc�K�"�]3�/� ����v�)m���๓�i�c�x�a�!����N��:�]J��Q��]]���R( �ܮL����K�`u�|���賲��]�?f�.4�;g��̧�1�l�{�U��N��}�ˋuv�F���0���A˚:{8����`/�m��v�ڕ;��s��X2�)�A=�'B��z6M��4��T�sq������8���K��0��˿�m� `�C?�|��)��'��LiÛ�S�z��} �σ�ѻ���ho�X���a��-�4uG�# �"�B���8z��N�q���9��F�ݣ�6.(�ǘ�u�y9,�Yk��5���v�;���_�۩8���G�w!X5. +�C��G],�N���Q7��J?�&=�'��c=�&D��M&��r�>���Pە���8Q(��h�-�@'JX���������q�}�㱀��ͫ�q�Uʹ���6*�/ۜ��"_q��X��]���� `�J�� �9�Òk� ��5���z�04��Ժ��PN<�{,��EZ�vm*�k�9��jxe)���^�ȱ�"��|��ƶ@�� EL�}��ȿ}&��9��W���yQ\D�d\���p��==��TVj�3驏���uX������n�� �pA�e �� p?s��\��dT-�����}Wƃ�'�r�F�g�8�+:���?�F��P?>�lT��KN�Ou> �]��9L�3�l�8+w��PM��_���E���l�Pώ[J(��r)�c��IЦ�:�Kxі��mi�>���O�2쥭m3�D����q��DE���%*�u�T�Ł3"_�a-/7�7@�+����IS(���P6��k��'Ͷ=�����P�D��[7UIjb)���j~��U���!��(H�ȵ(�F��I�k���P�"<G^��Z�T{�a� "1�F`F@�R�W��y� �o��O��v �I"]�������F�&2l�y�2�UI�&��wJb��j���.�1~t]��nvn�פ��i����6�x���`���[zuu�[+�d�� +�Q��Ț�j���w��m����S�=�O��Q��3��H�����zœ��uX���)��`+������w?��G��u~t�>U��]��K7J�����v���d����iַ�\zRt2~;�4�<K�4����o�-�u&2�m�g��������� ���Ҹn� 7�a�4���1��k�y�����M���������2`z��o�����Zu"�O���ù��!��ʻ�PM�<�/A�P�E�endstream +endobj +2556 0 obj << +/Type /Page +/Contents 2557 0 R +/Resources 2555 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2404 0 R +>> endobj +2558 0 obj << +/D [2556 0 R /XYZ 71.731 729.2652 null] +>> endobj +2559 0 obj << +/D [2556 0 R /XYZ 254.2419 696.6874 null] +>> endobj +2560 0 obj << +/D [2556 0 R /XYZ 76.7123 680.0498 null] +>> endobj +2561 0 obj << +/D [2556 0 R /XYZ 136.4882 636.5045 null] +>> endobj +2562 0 obj << +/D [2556 0 R /XYZ 329.9487 628.0401 null] +>> endobj +2563 0 obj << +/D [2556 0 R /XYZ 71.731 599.4448 null] +>> endobj +2564 0 obj << +/D [2556 0 R /XYZ 71.731 570.3983 null] +>> endobj +2565 0 obj << +/D [2556 0 R /XYZ 92.4688 552.4655 null] +>> endobj +2566 0 obj << +/D [2556 0 R /XYZ 191.4782 539.5141 null] +>> endobj +2567 0 obj << +/D [2556 0 R /XYZ 252.6128 539.5141 null] +>> endobj +2568 0 obj << +/D [2556 0 R /XYZ 457.2853 539.5141 null] +>> endobj +2569 0 obj << +/D [2556 0 R /XYZ 134.2361 526.5627 null] +>> endobj +2570 0 obj << +/D [2556 0 R /XYZ 241.5533 526.5627 null] +>> endobj +2571 0 obj << +/D [2556 0 R /XYZ 71.731 515.1605 null] +>> endobj +2572 0 obj << +/D [2556 0 R /XYZ 71.731 488.5403 null] +>> endobj +2573 0 obj << +/D [2556 0 R /XYZ 71.731 473.5964 null] +>> endobj +2574 0 obj << +/D [2556 0 R /XYZ 470.1216 464.0969 null] +>> endobj +2575 0 obj << +/D [2556 0 R /XYZ 71.731 457.1206 null] +>> endobj +2576 0 obj << +/D [2556 0 R /XYZ 101.6189 437.4967 null] +>> endobj +2577 0 obj << +/D [2556 0 R /XYZ 71.731 412.1891 null] +>> endobj +2578 0 obj << +/D [2556 0 R /XYZ 101.6189 397.5465 null] +>> endobj +2579 0 obj << +/D [2556 0 R /XYZ 230.3977 385.8902 null] +>> endobj +2580 0 obj << +/D [2556 0 R /XYZ 491.4206 385.8902 null] +>> endobj +2581 0 obj << +/D [2556 0 R /XYZ 71.731 372.2389 null] +>> endobj +2582 0 obj << +/D [2556 0 R /XYZ 101.6189 357.5963 null] +>> endobj +2583 0 obj << +/D [2556 0 R /XYZ 398.5807 345.94 null] +>> endobj +2584 0 obj << +/D [2556 0 R /XYZ 71.731 343.9451 null] +>> endobj +2585 0 obj << +/D [2556 0 R /XYZ 101.6189 329.3024 null] +>> endobj +2586 0 obj << +/D [2556 0 R /XYZ 71.731 304.1025 null] +>> endobj +2587 0 obj << +/D [2556 0 R /XYZ 101.6189 289.3523 null] +>> endobj +1414 0 obj << +/D [2556 0 R /XYZ 71.731 223.2003 null] +>> endobj +186 0 obj << +/D [2556 0 R /XYZ 337.1201 187.7333 null] +>> endobj +2588 0 obj << +/D [2556 0 R /XYZ 71.731 181.6064 null] +>> endobj +2589 0 obj << +/D [2556 0 R /XYZ 353.7741 168.8043 null] +>> endobj +2590 0 obj << +/D [2556 0 R /XYZ 483.4075 168.8043 null] +>> endobj +2591 0 obj << +/D [2556 0 R /XYZ 285.3609 142.9015 null] +>> endobj +2592 0 obj << +/D [2556 0 R /XYZ 119.5329 129.95 null] +>> endobj +2593 0 obj << +/D [2556 0 R /XYZ 437.0693 129.95 null] +>> endobj +2594 0 obj << +/D [2556 0 R /XYZ 117.1591 116.9986 null] +>> endobj +2595 0 obj << +/D [2556 0 R /XYZ 419.1025 116.9986 null] +>> endobj +2596 0 obj << +/D [2556 0 R /XYZ 355.4048 104.0472 null] +>> endobj +2555 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F35 1723 0 R /F27 1278 0 R /F55 2443 0 R /F48 2167 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2599 0 obj << +/Length 2945 +/Filter /FlateDecode +>> +stream +xڍZm�ܸ ��_�p8��X�_�C�\�KS\{�e�E�������s~�f��K��_f�M���(��(�!��Ƈ?yKk�Q�PQ�n�����Co�Hf�2�v���ݓg�h}��4R����&��Hc_��Z�$���]���1;���lU�{J�ﻺ볪*���+�*����oO�܍+�:i�Uo�VP�3�V�D�@�V�o���f�=���%��^mLA}}C=yk��P_F?�˶2�Q�����}��}�R�I�&mwIG h����jĭ܁���Ue:7u�����1cY%��� 6Gǵ�J�����d�#�^ަ�J�Z�Z��"�Ἁ�Fմ��I ��{�ص���ꩻ�~Sۡ3mG�,�MׁN��X����2��N�3��a��S��8���m���;����+����U�m��p��G�����ϟ=� ��)+k<�Ϝt� n�\�R�f����JB��Z7����H�����iWHM&d5t&��Ү{<63!lN�U F�K����ww���Y����ֹ�rC$l�D�]��~ +�Kz{��>쪚�2K��b��s�Z�.^��"^��.��u�d���E��)���&�=~�+/���� ���ԝ�S��T��S��ׁ���x�܄�g�)g���,���/X�Ju��Rv�\g�3�ӝG�w��4��)��ː�)zw@dEAiƛ/z&z��~7�G��q����;�:���vʃ �Wo��l�6Ƭ��}6��_��bT"���kfv�(�����)�܈q\֤�86h��<�|���,��0�X5�J�<�#���c�xf�J��K6N��&���ܒ��l�e8OWL��kۗ6z�)[\���ڸBc�`���o�;SA?u�b^55n�0��gsf:�CF1��J|����"��d x^��kUX�TpVG8��]\�=���g��)Q�1J�H&���~��|���?�Z��V�|1�z�Q�`ٵ���|g&/������?tO���[�� ��t����r��`�Kv:W�;v�?w:�ﮬ@L�1r|KU=[O�� +�����1����w���Y�"ĸB����y_~Fs4�nq��)�h�A�8f�{4�AQ�R�09zr�&4p���=�#�x�l� ��S^U��~ ����H����o^���@����I��� #e��]{��"�0���:�&�F�c3T�;�G�����E�t��95h(tJ��]�~N��a����5��>: ��Ff#T,Q��<Ԇ���o���p֠�PS�s����h��x��oQ��J���_$AD�G�5J���R��������اz���7#p���zs�X��mD�?`�G��8�G�;+�ޢաb�E�'�IA��j�Ak&�k�#�lG�9;0@��O25w�S����g +��O>#�g=�uu8�oF��V�����FЀ5����ew�%���=14⌯oq��[,��;&m0@�6��ο�D�����C���t����-�u~�ܪ���H�*����p�X�����P^��!2Z��ȑsH�ٸ�f��_�y ���2�=�h��_RSa�i���У�ӆ�] +��*o�}yXy���������D�Z���ɘ�Y��奡��]��MD�ʺ�@"@�̊���X�Uph�Pv���/K2�����( 8^-U�\�9�u��Zj�v1"�@h!/�P2Q�n�Q-F�ohq- �c���F0t�A$R��ze�-�J�bO�A��TA�@��E)$&�#����}��Ə���5��A��$�L)��y�uh!�i_<[M��J2� �u�jgu�o�o�ڢ}i���v�6�A��w�3vn�����F�6z�����v�l�Mӏ��#C��2�T +��_%|�,��㸶s��f�2����9ϥ +�`���0r}C�kiK�L��=���"W}��I��V����_��v3̅]j�8�� &�����`i�֢����mCs^ֱI� E�����Ӛ���~"�b9��k �VU֟h�4�V�cƭ��Y�v ����{���r̟֗v<�$Xi� 썉��zm�����$����aՉ�+�2l� +�e9�E���m�x�(<�aq*I�ɪ��_�|��e��]~4��������^b �U:����e���� ��ʏs��ٖ���$,���?i���(��� %�Ú@�)ʞ��h�ْ��f�PE��$2��Ky{�y�b��T@�b�lk�4��l$F@ r�ib�!�i�7?f5�Fh�S�f1��k���C�4R�O��} +a.�э�c��h���ȵ�����+i�>�֢=`!����:�\���Z��Z�k~���TrH�������}$�j�9?1@6r,��� +A*"%�����gh�]֙YZ�0�. ���a2���w�К��8��zi:_�,�T���M�4���W�I��G�~t�t4nқ?����9�]^� u)�&q�Aj��x�E�QƐ�����$�H���T������a��<�������e�^D'cI�u�J��79H��m�rV�fEf�K��Ԩ1�.�ʈ�yØa-��mٴ%e�����$�L�&m������������Q��sk.�c�{�z32Y]��M�$E� bOgG��=}��An9*�S�[;�у��b�ws2��-������Dk�M�P��{c\3d��]�/����|�g3MC�K]��G��-����Tnv�=XO�?��Dk��WQ�Pz^�fȽ���g���Dq�#�n\N7,T�$�� ��ت���s�k�}-�*OTB_}V��.�׀y�������̗����� Q��0��\��A�b��Q�&�����ʂ��5��endstream +endobj +2598 0 obj << +/Type /Page +/Contents 2599 0 R +/Resources 2597 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2637 0 R +/Annots [ 2619 0 R 2622 0 R 2627 0 R 2636 0 R ] +>> endobj +2619 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [165.3489 368.3189 219.6449 377.1655] +/Subtype /Link +/A << /S /GoTo /D (security-webserver-access) >> +>> endobj +2622 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [290.3691 278.8693 341.3377 289.7733] +/Subtype /Link +/A << /S /GoTo /D (troubleshooting) >> +>> endobj +2627 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [193.3653 173.8631 240.2769 184.8767] +/Subtype /Link +/A << /S /GoTo /D (parameters) >> +>> endobj +2636 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [473.0423 99.1433 519.8663 110.0472] +/Subtype /Link +/A << /S /GoTo /D (extraconfig) >> +>> endobj +2600 0 obj << +/D [2598 0 R /XYZ 71.731 729.2652 null] +>> endobj +2601 0 obj << +/D [2598 0 R /XYZ 71.731 718.3063 null] +>> endobj +2602 0 obj << +/D [2598 0 R /XYZ 115.5601 695.3923 null] +>> endobj +2603 0 obj << +/D [2598 0 R /XYZ 153.5057 682.4408 null] +>> endobj +2604 0 obj << +/D [2598 0 R /XYZ 343.0163 682.4408 null] +>> endobj +2605 0 obj << +/D [2598 0 R /XYZ 71.731 669.4894 null] +>> endobj +2606 0 obj << +/D [2598 0 R /XYZ 163.7652 643.5865 null] +>> endobj +2607 0 obj << +/D [2598 0 R /XYZ 71.731 636.4484 null] +>> endobj +2608 0 obj << +/D [2598 0 R /XYZ 71.731 587.6314 null] +>> endobj +2609 0 obj << +/D [2598 0 R /XYZ 71.731 556.5131 null] +>> endobj +2610 0 obj << +/D [2598 0 R /XYZ 71.731 531.4422 null] +>> endobj +2611 0 obj << +/D [2598 0 R /XYZ 71.731 510.2864 null] +>> endobj +2612 0 obj << +/D [2598 0 R /XYZ 71.731 490.3611 null] +>> endobj +2613 0 obj << +/D [2598 0 R /XYZ 458.4786 478.7049 null] +>> endobj +2614 0 obj << +/D [2598 0 R /XYZ 207.9215 467.0486 null] +>> endobj +2615 0 obj << +/D [2598 0 R /XYZ 71.731 439.1532 null] +>> endobj +2616 0 obj << +/D [2598 0 R /XYZ 71.731 393.1607 null] +>> endobj +2617 0 obj << +/D [2598 0 R /XYZ 358.1766 382.3661 null] +>> endobj +2618 0 obj << +/D [2598 0 R /XYZ 461.0015 382.3661 null] +>> endobj +1415 0 obj << +/D [2598 0 R /XYZ 71.731 354.3712 null] +>> endobj +190 0 obj << +/D [2598 0 R /XYZ 166.6153 315.0984 null] +>> endobj +2620 0 obj << +/D [2598 0 R /XYZ 71.731 304.7334 null] +>> endobj +2621 0 obj << +/D [2598 0 R /XYZ 258.5428 294.9738 null] +>> endobj +2623 0 obj << +/D [2598 0 R /XYZ 71.731 279.8656 null] +>> endobj +2624 0 obj << +/D [2598 0 R /XYZ 71.731 264.9216 null] +>> endobj +2625 0 obj << +/D [2598 0 R /XYZ 71.731 215.8705 null] +>> endobj +2626 0 obj << +/D [2598 0 R /XYZ 321.9273 202.9191 null] +>> endobj +2628 0 obj << +/D [2598 0 R /XYZ 349.0176 177.0162 null] +>> endobj +2629 0 obj << +/D [2598 0 R /XYZ 415.6031 177.0162 null] +>> endobj +2630 0 obj << +/D [2598 0 R /XYZ 91.9249 164.0648 null] +>> endobj +2631 0 obj << +/D [2598 0 R /XYZ 151.7003 164.0648 null] +>> endobj +2632 0 obj << +/D [2598 0 R /XYZ 71.731 157.0611 null] +>> endobj +2633 0 obj << +/D [2598 0 R /XYZ 264.2244 146.132 null] +>> endobj +2634 0 obj << +/D [2598 0 R /XYZ 95.2427 120.2291 null] +>> endobj +2635 0 obj << +/D [2598 0 R /XYZ 71.731 113.091 null] +>> endobj +2597 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R /F32 1286 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2640 0 obj << +/Length 1562 +/Filter /FlateDecode +>> +stream +x��ˎ�6�_a��.VZ��H�I� �C����@[\���D�u��C�P�w�i.=,��p�/�-"�c���Y/B� +��6W�bW����̑^��n��E)O�E��Ȣx��<�����ϕ�կ.�%q}�Fֵnw�5���u-W���[O�E��E�?+ބ�T@/Xr&+��5a�d�����*˗��Fw��q��\�hY����]�g���K{l����"�,������Ӳ��o�f�-�=�zvJ��W�m]i�0����mJ5l{�QtWu+.�ܘ��$�"F�X�rSә�T�V`�$����Zq��z�1�����^���D!�p�ߐ��n�fY�h�i�Ē�����"����q�^�d��+���?�J2P덷���ȃ+���������T?��0u��S���EFi��� ey�4�ȡ��RhE��p�`ya��bm��5r� +�(Z�!� �<,X��; +�"[U7�%Up��5'��`�d76*j��-�`�! �b��˲Dj�D�P[�`�?��!�f�#���vf5o�8IB�ũ�z�:h��{�q��,'�R��K����A���,Y�&����a*K�.[��̋Ry_�+�'r�m��"��H��w�0-�!$H���mKD���:�P\��A�?��������1� +�T���xyR��O���8<�}{9>�@�k���D�άf�OZ����w�D����Q�}P��7�g�S.���t1�:}_)h<�x�%�7ϧ�����G\@*7.�n��m%[���W9Z�^�Pk��� +l����� ��FD������&�]�����lK$acߝ��Nκƒmu��"u�5 �^\(5IFq����7�^�7�,`�4���X��$������"�j�Z�[���s"p�2F����q�����(2D�̋��6 �{ݖ�-Wٲ�=�s;�G>�9E~�������0� W��d����� �\��#b����mOPF�� �*��ܫ�a���l��Dm� A�h4�gX�-�J� +k�W����5{�Ͳ:� =�2�K`�@����#���'��2bYp���f_�*?���� 8�N?˛�-��,s�S�q{{8V)�8�A.�o���uq �<. *R�R� +;�p�H��{_�˄��z�g��ـr���캮D-O�m����L̜�@��u�G�@��۶�E����GS��R��FN}3�i��;Oӹ����(�61_�m�&y�h:��z���B���Q���-5 U��r�[�z*�SdC�POz���1���QWx{w>�~�{�����/���0���CҘ^��4�M�����)�Q�R��Zv-A�#���n���LWm$�u�}ITi:I�����R� +�u���j{Xۺf>����o��o���k��B�~�CH��x��˻̜�B6�g�(�����ya�����m�U��u�s�gP���,��zΊ!��ko;��� �C��_Hf8O?�@\��X<Q��bٳ=.0��8�Dendstream +endobj +2639 0 obj << +/Type /Page +/Contents 2640 0 R +/Resources 2638 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2637 0 R +>> endobj +2641 0 obj << +/D [2639 0 R /XYZ 71.731 729.2652 null] +>> endobj +1416 0 obj << +/D [2639 0 R /XYZ 71.731 718.3063 null] +>> endobj +194 0 obj << +/D [2639 0 R /XYZ 381.4679 705.7477 null] +>> endobj +2642 0 obj << +/D [2639 0 R /XYZ 71.731 693.3097 null] +>> endobj +1417 0 obj << +/D [2639 0 R /XYZ 71.731 682.0317 null] +>> endobj +198 0 obj << +/D [2639 0 R /XYZ 193.7151 644.8162 null] +>> endobj +2643 0 obj << +/D [2639 0 R /XYZ 71.731 634.4512 null] +>> endobj +2644 0 obj << +/D [2639 0 R /XYZ 71.731 612.5722 null] +>> endobj +2645 0 obj << +/D [2639 0 R /XYZ 71.731 612.5722 null] +>> endobj +2646 0 obj << +/D [2639 0 R /XYZ 101.3201 603.0727 null] +>> endobj +2650 0 obj << +/D [2639 0 R /XYZ 71.731 592.8519 null] +>> endobj +2651 0 obj << +/D [2639 0 R /XYZ 416.3046 580.1587 null] +>> endobj +2652 0 obj << +/D [2639 0 R /XYZ 71.731 555.0878 null] +>> endobj +2653 0 obj << +/D [2639 0 R /XYZ 71.731 534.2449 null] +>> endobj +2654 0 obj << +/D [2639 0 R /XYZ 71.731 515.5361 null] +>> endobj +2655 0 obj << +/D [2639 0 R /XYZ 71.731 481.7279 null] +>> endobj +2656 0 obj << +/D [2639 0 R /XYZ 114.7696 470.1711 null] +>> endobj +2657 0 obj << +/D [2639 0 R /XYZ 114.7696 458.5148 null] +>> endobj +2658 0 obj << +/D [2639 0 R /XYZ 114.7696 446.8586 null] +>> endobj +2659 0 obj << +/D [2639 0 R /XYZ 114.7696 435.2023 null] +>> endobj +2660 0 obj << +/D [2639 0 R /XYZ 71.731 423.546 null] +>> endobj +2661 0 obj << +/D [2639 0 R /XYZ 71.731 403.6207 null] +>> endobj +2662 0 obj << +/D [2639 0 R /XYZ 369.0986 380.3081 null] +>> endobj +1418 0 obj << +/D [2639 0 R /XYZ 71.731 352.4127 null] +>> endobj +202 0 obj << +/D [2639 0 R /XYZ 234.8596 313.0404 null] +>> endobj +2663 0 obj << +/D [2639 0 R /XYZ 71.731 302.6754 null] +>> endobj +2664 0 obj << +/D [2639 0 R /XYZ 71.731 272.8263 null] +>> endobj +2665 0 obj << +/D [2639 0 R /XYZ 71.731 236.9608 null] +>> endobj +2666 0 obj << +/D [2639 0 R /XYZ 71.731 226.0806 null] +>> endobj +2667 0 obj << +/D [2639 0 R /XYZ 71.731 206.1553 null] +>> endobj +2668 0 obj << +/D [2639 0 R /XYZ 369.0986 184.2235 null] +>> endobj +1419 0 obj << +/D [2639 0 R /XYZ 71.731 156.3281 null] +>> endobj +2638 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F61 2649 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2671 0 obj << +/Length 2576 +/Filter /FlateDecode +>> +stream +xڍY�۸���¸/�[�+RO�����!��^�^?p%�V#���������f����p8�<���'��I�UBc��$����g�d C�iY��b,������0�,�21��v5�t��iN�Ш,����������e;[�8���u�����f�����Ϫ���߷�<����r�j����w�:7Є�0JZ���*��Ϩ���4����� ����ho�da�MӤW�l��ԭ�]�'�Q&�39te۱Ln���#�zh�K�{�-��x�j��{�M�f:��ErSn��=���@�����xj�Nl�m;3��+9�c'���Q�XG�a�� ���З�pڱ��*m�oʎ{h���4/��V 3�j{odZ�������D[vC�w���d�v�S���M%j}�Nv~/[a�@n��i���0Wt�Z��]wz�s�u����'7��ձ-�.o�;<���?n�_�$I��t]�m/�Kqh���LZ�����5lN�txfA�� J�'L�RO�p� ����w*C�g�r��U�-�<�ct��s-3?�m�<НL��h�+�� FQ"R��@�.��U���4�OF�� +Lh�`H�%g4h��k�����u�I�&�����<��n��l�I�ߊV� Q�����wʦo��$�#�~�<X��[�@wC5x���kWCb�~�;�L��Ke����)�{��ݦ����0��vW��h�F��ދ�\�g����V 8�]�M<�0�#_�C��L�Q!K���2�h'KC�+P�#xz�Np��Y$Ap֠x� ̒�H:/X��� ��N�䢨Z�0����q����jW�E�l_ā +��,BX � -�wח/X:�F�&���a�(�U�*g�C/�Ѓb^��������Q+�n͘%(��OS�G�Wp�\����Gt�h���q[�Xz���ܕy��s�v͚��_D��O.oOI_�}7嫓t�Xh��8 %�,�)�7�g>gV�(���k7�qokg�Q�4�g�)*��2F��gx`%�i栍��P�|��G���ܕ�����������V��ڧ�h�e[�-d~���ѥ�z�\��'Y��k���ڎg��VE�2Zr�;�l4��USP���z�w�cH��K�%��8ϱ�=����>�����|���tz;�0d�/,��J1�% +q�0�7L�SV�H.|ӭ�?h���C�r�(Y�S����A�z�ՔS)���b�C��^��;G�B����#�C�^�� +K�� ��rt� ��T��M��H��?�8����������,���� +�� W ���0B� x��`��8���#�؟1´ǝ�yUCihl/�x�ڭ�Ŭ{�r�so��Fvts}��w�Ӱ�3�0>�����5���e�=����7��$D\�0��&��&؋��ۛ����/��UN�$�أ�d�v\�Pu�w��b*/U�$ W(a=�M�����������e�J���s��$rsVǑ��ڹ/����Pq�L� �a˝w�^c0�'f|z����0QP�/@��o���7U�����LH���)����Ҋ������� �T������5�[l/��3����p�Y�D&e'�����J�k����E}@x0�jg��b�ˊ8��-S�70�� >o�'y�3�T3og�9f�O��9���^:v���3P�4�}�+0J��VN��^@����x��Y�p�M�vɻ9�PpTh�^��j����]��x�*��y��E�$�&Z^�h��=1��_-B�(�^��7G�xn���$K��(<�n�k���ť�*@� + )�7��▒A����*����jˉ�� �_�mkA�л�=����l���t�!C�]�P.5��c���B:�A��»�v�ٽ �D��Y��%2�K�w,����a�u���'?rPVB���W�l���8=[�����Ma��8�[1��l5�C����;=*���;V�}��5~1�[4������/�)aS�H �"�ڍ�Ӎ�R�fQu}��$�쇮?�� �At�|OzLg�v�^@�4�<@�mH~F"�m8ݹ���j��X��a=IŇ[�� ������-ș����Z�ap�z(�VP,���>�? +�ŜF~�T���;�ȇ #h9������kSwo^�0�Ī�|}Y�� Q�Xj=\����S#2S\�Z�Z`إ*i6�Y\Y�Gw#0<ܩ�ΓI�E���S�@P��T��@EQ�n�r[��U�V/?~"�\*���d�O�dE�p`9A��B��$���0w��*�ܸt_i3-���f�mt\�F�4���]\�=^B��D���������h-�@&��n[�IX�} H���a��Q��v���G���4-������ǁ�M���6ǣ���3���&�yp���?��,ק'�.�@<r������O��em�5��|s%�N�U^��C����`\Z��҇V��h"-���U���_���j�s��-!�4~�:I�����faY:t~m��)��8������Q=��,?�@le:Y~�ף����Go*��^ +W�٣?]X�g��endstream +endobj +2670 0 obj << +/Type /Page +/Contents 2671 0 R +/Resources 2669 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2637 0 R +/Annots [ 2674 0 R ] +>> endobj +2674 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [234.9697 658.6603 288.044 669.5643] +/Subtype /Link +/A << /S /GoTo /D (whining) >> +>> endobj +2672 0 obj << +/D [2670 0 R /XYZ 71.731 729.2652 null] +>> endobj +206 0 obj << +/D [2670 0 R /XYZ 168.1935 707.8408 null] +>> endobj +2673 0 obj << +/D [2670 0 R /XYZ 71.731 697.4758 null] +>> endobj +2675 0 obj << +/D [2670 0 R /XYZ 71.731 643.7811 null] +>> endobj +2676 0 obj << +/D [2670 0 R /XYZ 71.731 605.8583 null] +>> endobj +2677 0 obj << +/D [2670 0 R /XYZ 71.731 594.9781 null] +>> endobj +2678 0 obj << +/D [2670 0 R /XYZ 71.731 575.0528 null] +>> endobj +2679 0 obj << +/D [2670 0 R /XYZ 76.7123 524.8271 null] +>> endobj +2680 0 obj << +/D [2670 0 R /XYZ 71.731 504.9018 null] +>> endobj +2681 0 obj << +/D [2670 0 R /XYZ 369.0986 481.5893 null] +>> endobj +1420 0 obj << +/D [2670 0 R /XYZ 71.731 453.6939 null] +>> endobj +210 0 obj << +/D [2670 0 R /XYZ 460.1057 414.3215 null] +>> endobj +2682 0 obj << +/D [2670 0 R /XYZ 71.731 403.9565 null] +>> endobj +2683 0 obj << +/D [2670 0 R /XYZ 344.2788 394.197 null] +>> endobj +2684 0 obj << +/D [2670 0 R /XYZ 197.3878 381.2456 null] +>> endobj +2685 0 obj << +/D [2670 0 R /XYZ 438.3495 381.2456 null] +>> endobj +2686 0 obj << +/D [2670 0 R /XYZ 474.7655 381.2456 null] +>> endobj +2687 0 obj << +/D [2670 0 R /XYZ 114.0618 368.2941 null] +>> endobj +2688 0 obj << +/D [2670 0 R /XYZ 71.731 361.156 null] +>> endobj +2689 0 obj << +/D [2670 0 R /XYZ 428.1816 350.3614 null] +>> endobj +2690 0 obj << +/D [2670 0 R /XYZ 325.0515 337.4099 null] +>> endobj +2691 0 obj << +/D [2670 0 R /XYZ 71.731 324.4585 null] +>> endobj +2692 0 obj << +/D [2670 0 R /XYZ 71.731 317.3204 null] +>> endobj +2693 0 obj << +/D [2670 0 R /XYZ 71.731 307.3577 null] +>> endobj +1421 0 obj << +/D [2670 0 R /XYZ 71.731 248.3439 null] +>> endobj +214 0 obj << +/D [2670 0 R /XYZ 533.8215 203.0896 null] +>> endobj +2694 0 obj << +/D [2670 0 R /XYZ 71.731 190.6516 null] +>> endobj +2695 0 obj << +/D [2670 0 R /XYZ 332.1794 142.6762 null] +>> endobj +2696 0 obj << +/D [2670 0 R /XYZ 135.5067 129.7248 null] +>> endobj +2697 0 obj << +/D [2670 0 R /XYZ 442.8346 129.7248 null] +>> endobj +2698 0 obj << +/D [2670 0 R /XYZ 186.5563 116.7733 null] +>> endobj +2699 0 obj << +/D [2670 0 R /XYZ 371.7975 116.7733 null] +>> endobj +2700 0 obj << +/D [2670 0 R /XYZ 192.5465 103.8219 null] +>> endobj +2669 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2703 0 obj << +/Length 2217 +/Filter /FlateDecode +>> +stream +xڕko�6��� +��@LK�{��!�n�-�4�doq���ĺȢ!JI�_�-;���!9��Y��,U����D���`v[?� e)8�)���oV?FѬPE�����,sUdA4�"��$�g�տ�?l̮��b��`��[ߛ���{^?��U7�Y����7n���(SE�*�륀:�8��*���Ļ]��܁y>���I1v0�� hК��v�қ�v�c�w�=��"L��\'��O�8���ˇn��9����u���m��:TO��@yQ��(j����8�Ԯa�#��@ea�60`��F��#t7���[�x�Q�~�@��e�*�l��*�0&���CC�)��G��n,�K0��D�d>��1ʗ'*Ȁ(��8@,]{W�+��K}�H%q� +>ݚ�y��3�c�tX����N +f���Pբ]���K���ye}��k+����+���aOu��Yg�lg�Ҳe5X6�d�lB�����څN�O��Lo��eDi+�tv �s�kB�\�^E{�Q��� ;<��^��vc�oI2�"M�(V,� +�I�3UD���ʉ&�b���l�Bb0� �(��p_h���762y�k�x���nzT�w���L-3�b�=֝k����#�d��,����|��.�1ei�����#�1x�>�\~��� 8�?�����5QP��`n�!�)LDI�D1����k�"eK�#��t�kN9f�k��ml�� �����a���(�/w��B��%t���Үw���gwޚg����@�QgbN�P�a^��o��V���P1B�%*L"�u�6�#�p( ����$��� �e�+��|ҊZ�~��<B�?���z��2���9�˦��D��z,X�|4�������`?'䷫��ߝ H�C��S���]��"���&E�ս��>u4^fG18�%�������CH��eIfD�Q��n�i�d%vw�"�J�9�o��?� e��4����d�$P:�ԏ�*�����o�7;[֘"J}��b�\����f��H�@ �� x�N������=8R����p�G՟�K#��0��e�y�v�Oh���Z���ۖP�ݍs^��q��X�xr�+�?����e���Bq�5�e�5���(W�ҝ{Aew���6��rE��l��A���Pk�T{�s�3�����xF����V��!���QE��~��y��6�^J��n,����í�6݊?��,�L��nj�+�[�1V7�#tk!���T�V���Iz*��Q�(�D�I��-qdsp�#�T(���RlДC���0U��C�1���N����B�1^���KH�Akx�����7�.�}��4�ԙK�#H�M�����J��q�u<JV\��GPTy_�}j(�w#ǿ�n�s- �;b,�I:�ቐjI�6����(o��.;d弻��R�Y��$�Plj$�)���"�zBWq�����o�����y���Cg'���~c���=�k�+,����S��GT��8��\�O� """��"�����s� +��6�G��9����8���Ͱ����qE�q�OW�W���@�Gܼ +���y��c�4���H�0�4�B�̀�.N&����"��i�N�c'K�|��3d +�?�,�D�c:�Y:���3D���!�>�Ӹ������0ގ�-��K�$�'E q�B"�`����H�@��h�B^; +�1P+W�ia�6��� ���O��W�k-��-I�'+�z��m���L^f|`ڍ���V�>�*|��$�������v����w��>���w:�D/m��T�.�j��e�p�<��b�97���t��݇9���� DW���?!&��W~�/�� �dR���� +����߉+��խ鰹��9�'�D^h��W�����Z�gc��3�_��M�RL�SH�4dbn纁z�H���w9�!��LX��ņC�<����HT�į�v�̅\��> +��tO�*xihyU��-#��Y'�?�Ai��i�:B�����eO��~K��H/�ԝ��5�3$?�ֹ0�O(�K� +��T�6���C����'1���;�v�����h��gטUǦ3?tҸ�+MQ�}۫q��*n�_!#�������.X�#���;�(��6��" �#�~��q��0-���v���Km�s�E��� +�W���a�?�2�tendstream +endobj +2702 0 obj << +/Type /Page +/Contents 2703 0 R +/Resources 2701 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2637 0 R +>> endobj +2704 0 obj << +/D [2702 0 R /XYZ 71.731 729.2652 null] +>> endobj +2705 0 obj << +/D [2702 0 R /XYZ 71.731 718.3063 null] +>> endobj +2706 0 obj << +/D [2702 0 R /XYZ 381.8209 708.3437 null] +>> endobj +2707 0 obj << +/D [2702 0 R /XYZ 156.8057 695.3923 null] +>> endobj +2708 0 obj << +/D [2702 0 R /XYZ 282.5705 695.3923 null] +>> endobj +2709 0 obj << +/D [2702 0 R /XYZ 190.7139 682.4408 null] +>> endobj +2710 0 obj << +/D [2702 0 R /XYZ 71.731 675.3027 null] +>> endobj +2711 0 obj << +/D [2702 0 R /XYZ 71.731 626.4857 null] +>> endobj +2712 0 obj << +/D [2702 0 R /XYZ 71.731 542.4658 null] +>> endobj +1422 0 obj << +/D [2702 0 R /XYZ 71.731 522.3762 null] +>> endobj +218 0 obj << +/D [2702 0 R /XYZ 350.1354 479.2787 null] +>> endobj +2713 0 obj << +/D [2702 0 R /XYZ 71.731 467.1075 null] +>> endobj +2714 0 obj << +/D [2702 0 R /XYZ 71.731 424.6785 null] +>> endobj +2715 0 obj << +/D [2702 0 R /XYZ 440.4154 413.8839 null] +>> endobj +1423 0 obj << +/D [2702 0 R /XYZ 71.731 398.7757 null] +>> endobj +222 0 obj << +/D [2702 0 R /XYZ 242.6208 361.5601 null] +>> endobj +2716 0 obj << +/D [2702 0 R /XYZ 71.731 354.2078 null] +>> endobj +2717 0 obj << +/D [2702 0 R /XYZ 411.4148 315.5327 null] +>> endobj +1522 0 obj << +/D [2702 0 R /XYZ 71.731 300.4245 null] +>> endobj +226 0 obj << +/D [2702 0 R /XYZ 175.7034 268.1106 null] +>> endobj +2718 0 obj << +/D [2702 0 R /XYZ 71.731 261.9836 null] +>> endobj +2719 0 obj << +/D [2702 0 R /XYZ 231.7149 249.1816 null] +>> endobj +2720 0 obj << +/D [2702 0 R /XYZ 131.5513 236.2301 null] +>> endobj +2721 0 obj << +/D [2702 0 R /XYZ 71.731 221.1219 null] +>> endobj +2722 0 obj << +/D [2702 0 R /XYZ 71.731 206.1779 null] +>> endobj +1523 0 obj << +/D [2702 0 R /XYZ 71.731 157.1268 null] +>> endobj +2701 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F32 1286 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2725 0 obj << +/Length 1778 +/Filter /FlateDecode +>> +stream +xڭَ�6�}��o��5W$un��Iд)��@\�) +Y�mbeJձ���w�C�� �~����܇�'��$�,�����8�bL�p�� w(s�3#�]�ܽ�r��,�d���<eY�I"K#�N��ߧ�vyݩf6Q0������fK����o]����7?-ΑLX���/�7`] +(�s�Epz]���P&V>�"ƙ,I�����)i��Z��jiSZ�h# + +�'#��� 2���\�����eSm��LDӧ�Q��Q-�t;E@��T[�u���M՛5�ڜ[Nʀ ��I�f,�ar�r�|�F��v���Y��� �bt!E*�H��;Rx��Iq�J�����m�kC�Z� �y�e +w�3�AO#�� DLF :<�l�V���e��4�8�Y�����c���x�.�yr*���e��%��r2� 'l5���!����jC��,�7�m߀��j�3M��.�]�M�G�zm3G�iN?������u��|��txJ1��|������vW��F�~���܉С� ���?C�@1y�N��R����������J ++�E����MS9�&,(Pn�s(k���juO�BF�q�Z!8���T#�rb��&䘏���= �q�qX'A �͏d5����T��i.C%Y����J�Am�7�;�T �ǻ,bp��j�c���Qj��g�J#�C��Y�+t� 3�����i��V��мv��Ŏ@tz;8us��D�^����K�z#T�XhT]���6��ܭ��,���kV3ܸ (b){�;~šg�<�l ��"0R���������9b=/�k�eE~�w�����R +x�Fз�!#�Ztǀ=ߞр]M�y2G�Z�Z�pa��s k�s.`��K| ���LHm ��ӫR1:�`<�n�A�r��vW���<6|*�<�(CL^r��hQ��ԛ`�E^<@�l�x���=+G\98YDP�Bh�2���S����#d�0��+#�4�Z���>����mP��&�袔��L@M��~�My�F��������WiC^r�,����7#hI�$��O"O��L����Y;.I��k����z����.����)29�n���U�]1���!��+�q} ����]� �� ��$��%�Ȯth0�mh�U�=clj�� u^�D���Z��� G�<�]ҹPQ�䑊G��{�$��1�c�3���%��ck\>i�ja�pOVtR{+�&�:Ћ&И*�cO�X��:�����1x�)ww")؛�A3� +x�OH�Ъ��Y]^ �3!OA�������M�A ���4'^4B�^y:��8�����h3�r� x�)�u}-�;'I"�v���HN��z��J��M|<��p�Q��э�k �W��; �핗��b���D k�:w�so�Jy�G�� +��.uw�̓�A�D��x����o�~��,��8��Qg�Q k^�u_|C����#wo��`�ε�PNY.b��=���=��X tS�����Z"w�r���%{��>6���7��H�Af�>b�����[���ƥ��p]�U +�8���;>4�X��G_��}鿫־7���Q^����*?ˠ�7����fD�~�z{��0�m_Cft�5`U}��6��u�fU=Ӊ����l;'�D�����*��>����� ��]�FQ����aB*̈��qe�)�3T��l��7��_*O�������F8��БH��e�K���7�U���z��zendstream +endobj +2724 0 obj << +/Type /Page +/Contents 2725 0 R +/Resources 2723 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2637 0 R +/Annots [ 2728 0 R 2729 0 R ] +>> endobj +2728 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [329.242 686.2616 384.2731 697.1655] +/Subtype /Link +/A << /S /GoTo /D (install-perlmodules) >> +>> endobj +2729 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [90.1929 673.3102 113.057 684.2141] +/Subtype /Link +/A << /S /GoTo /D (gloss-ppm) >> +>> endobj +2726 0 obj << +/D [2724 0 R /XYZ 71.731 729.2652 null] +>> endobj +230 0 obj << +/D [2724 0 R /XYZ 245.4492 708.3437 null] +>> endobj +2727 0 obj << +/D [2724 0 R /XYZ 71.731 702.2168 null] +>> endobj +2730 0 obj << +/D [2724 0 R /XYZ 71.731 651.3923 null] +>> endobj +2731 0 obj << +/D [2724 0 R /XYZ 120.1494 641.8929 null] +>> endobj +2732 0 obj << +/D [2724 0 R /XYZ 71.731 620.274 null] +>> endobj +2733 0 obj << +/D [2724 0 R /XYZ 71.731 582.2516 null] +>> endobj +2734 0 obj << +/D [2724 0 R /XYZ 71.731 582.2516 null] +>> endobj +2735 0 obj << +/D [2724 0 R /XYZ 71.731 551.1332 null] +>> endobj +2736 0 obj << +/D [2724 0 R /XYZ 71.731 513.1109 null] +>> endobj +2737 0 obj << +/D [2724 0 R /XYZ 71.731 513.1109 null] +>> endobj +2738 0 obj << +/D [2724 0 R /XYZ 71.731 491.9552 null] +>> endobj +2739 0 obj << +/D [2724 0 R /XYZ 71.731 472.0299 null] +>> endobj +2740 0 obj << +/D [2724 0 R /XYZ 71.731 448.5236 null] +>> endobj +2741 0 obj << +/D [2724 0 R /XYZ 71.731 448.5236 null] +>> endobj +2742 0 obj << +/D [2724 0 R /XYZ 76.7123 391.1731 null] +>> endobj +2743 0 obj << +/D [2724 0 R /XYZ 71.731 371.2478 null] +>> endobj +2744 0 obj << +/D [2724 0 R /XYZ 91.6563 336.279 null] +>> endobj +2745 0 obj << +/D [2724 0 R /XYZ 76.7123 319.6414 null] +>> endobj +2746 0 obj << +/D [2724 0 R /XYZ 71.731 299.7161 null] +>> endobj +1524 0 obj << +/D [2724 0 R /XYZ 71.731 236.8518 null] +>> endobj +234 0 obj << +/D [2724 0 R /XYZ 341.4602 201.3848 null] +>> endobj +2747 0 obj << +/D [2724 0 R /XYZ 71.731 192.7473 null] +>> endobj +1525 0 obj << +/D [2724 0 R /XYZ 71.731 162.3662 null] +>> endobj +2723 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F61 2649 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2751 0 obj << +/Length 2807 +/Filter /FlateDecode +>> +stream +xڕk�۸�{~��� �i��3���]�)���ťh����nmɕ�8�_�y��l+�)X����p8���Y��, E��#s!�XΊ��`��K�� +���,�H?ݿZ�Wj��<���~3��L�i�f��"��lv_�k�n�ִ�������PwV�vU������V��^���o�~�8�*y�o��P�Y�<H��dBE*%���E(",��w(i̿�h��[Ã�Y����@x�C��O:RD0[�*dN�vxF5��9��(tg���G]}���J^�:k�� /�z��'^b��ڙ�+�Yϰg���ґr��z��ن![]��o�/n�Y���O9 +�Nw��.�/RЈޣJH 4F����b�T>oM����.;�g�] A\;nM}Ɣ��{D��R��S�;��Z�s�j�F�����OM�Ŷi:sÓ�c���a<�0䠟`S� +�i��j8;j�G5E�V��M�n��xX��\�2�gI�D���k9Fc���55��,:� %�+)�Pd2�^��c�$�5��=��Mk�26M8��ES ��:��;��B`�sg��膝�����M�������b�=�녃_S�R�RD�N.*N��RX/HqM���nJ��1%I���He" ��LD�%�O`�o;�F��J � և�b�ɼ��p�q��t�;Vu��;��Ч����yB7���XXO�@gϫ��P�C�������0�� ��ެV�)�fI`�hڇU�ݒ��b A!��"@��7�@��M[����;1�.�w�؆��e��%E�eT��rԖ�����7s�#�P��D��JmFz�������SE�mg���A�����,Y�c������@#�Qf��h< gm�c�d~���7LiǠ +¾�%)��TV$yJV��ԙ٪��պ�W��&�2��`p1��w!��ZT�5�$A�$n#ؙ7�3���U"=���(R"S�O�i�l8]���� �Ҹ�u���&}�q�TA#"˃��]�O�@J2�����9#S�5^��\�6x�N(�*~<}�2��8�������B��<t�{�%T�-���1\$~�.1�FQ��O� BI�e�p���(�[F�p1�f �.���CZW�CF��^W�Ӷ�E'�QJ�#��x����:��P��@I@}��Ì?����9CL�(���[㷏�7��}]��c�s����=�xd�v���^@x�58)t4������Ms��}T��x{yq<��0�D:}�0�ӍHwu������y�>d BqZ�Q?^���5��y�<`@<���?��O�%.��Da�������,d���4=PE"J�tt�pdr?dhP�$q�&1���<�w������������m�Y���x: +���q��c@D\���a���Qa�`,7��vV��m���.+'�����)L�th) �Z��x�QO���-�����d�k��G�j_�7B�c����������M�[�#�k���lkH(�0C&i� <��J��J/\|�} �q��S���p�0�T!�^0|��3��Ƚ���M_?z?���$��I-����jJ�t]�y]���(����U��&��誽��/��!��H8X��iܗ�u:DͼxЭ�N�$�m��u���(����n9mRނp#���q\A��<�� κq�6LBb=Y[���H�҄��O�87�`ͅہ�@�ǩ�\`\��#]L�6*ND�3%%��S5�GZ���K�+ZWu�DQ~3��J0`� �5��'pU"����(���;����j��"g�?��'+.H5e��t��#r�@��wce��g�tuŮ//��ן�{"9]+��b��r^�1��λDg4�ԝ�{h�a�]�5���C��T�CTA��!?�b�m�ڎWF���ٯ|�D����W�#CF۸�ڸXeDm� +B�`s݊�#��a�CT7�=n�bˋ�5� )�#;}z?�0m{�z}����"���ja��b^���75�{�Xz���r�����.�'%�A��]fD���v�k%/�UA���������$ȝ"��yӾz$����9�y���Ns�� +�����֝�9#7uSCID%�PmDF�+ J9��&*� ߏ���6��Dq�r�E�> �tG{��Sfp�ʆ��O���䋓�x�������x�٧������tl+��p�����L w�1Jr_Ɲs��n�(��-ߒ-�>�9Ϩ�W9y�vCު-�ڣv�(cs�o�"4���,L�b�:<�=����g�kjT}�c �^�Nr�Di�o�u����$���J�s���g�ʵ�r�����d�.�<\��=��t���~J*a���թۃ�R�P�F��@�H�� ?&.���3��5{Dw�)��%ʫ���9D��c��@���JC� Y� C\�ǿ�p�f���������0��lK�ؿ�j5���RYuǩ� +8�|��5�����|���M���R�6qp�8Z�vL,;��.�S�&�F�n8j*�9��]��8,z�8�]R�'.1O�w�^�`����Xw��JT�t���КS�����R��O���A�98�t���"ˢx�A�����Ğ�3a �S;e�v� +�#�EgA�o�Nϛ���c�>N�a�]��R�MC���Q24AA�CI���|i���l�f�f�2�jʊR��Ч|Ɗ��0���Ǝ���e|����#����oa���X��K���gX�gendstream +endobj +2750 0 obj << +/Type /Page +/Contents 2751 0 R +/Resources 2749 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2637 0 R +/Annots [ 2755 0 R 2756 0 R 2769 0 R 2777 0 R ] +>> endobj +2755 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.5297 660.3587 192.8257 671.2627] +/Subtype /Link +/A << /S /GoTo /D (security-webserver-access) >> +>> endobj +2756 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [477.0575 660.3587 531.3535 671.2627] +/Subtype /Link +/A << /S /GoTo /D (http) >> +>> endobj +2769 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [355.7527 318.9191 402.5767 329.8231] +/Subtype /Link +/A << /S /GoTo /D (parameters) >> +>> endobj +2777 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.4853 168.9266 270.6434 177.7932] +/Subtype /Link +/A << /S /GoTo /D (gloss-cpan) >> +>> endobj +2752 0 obj << +/D [2750 0 R /XYZ 71.731 729.2652 null] +>> endobj +2753 0 obj << +/D [2750 0 R /XYZ 71.731 741.2204 null] +>> endobj +238 0 obj << +/D [2750 0 R /XYZ 244.6122 708.3437 null] +>> endobj +2754 0 obj << +/D [2750 0 R /XYZ 71.731 699.7062 null] +>> endobj +2757 0 obj << +/D [2750 0 R /XYZ 71.731 661.355 null] +>> endobj +2758 0 obj << +/D [2750 0 R /XYZ 71.731 646.411 null] +>> endobj +2759 0 obj << +/D [2750 0 R /XYZ 322.7404 636.9116 null] +>> endobj +2760 0 obj << +/D [2750 0 R /XYZ 301.167 613.599 null] +>> endobj +2761 0 obj << +/D [2750 0 R /XYZ 424.1276 613.599 null] +>> endobj +2762 0 obj << +/D [2750 0 R /XYZ 199.5468 601.9427 null] +>> endobj +2763 0 obj << +/D [2750 0 R /XYZ 382.5927 601.9427 null] +>> endobj +1526 0 obj << +/D [2750 0 R /XYZ 71.731 574.0473 null] +>> endobj +242 0 obj << +/D [2750 0 R /XYZ 197.3181 538.5803 null] +>> endobj +2764 0 obj << +/D [2750 0 R /XYZ 71.731 529.9428 null] +>> endobj +1527 0 obj << +/D [2750 0 R /XYZ 71.731 490.3164 null] +>> endobj +246 0 obj << +/D [2750 0 R /XYZ 177.7907 452.3835 null] +>> endobj +2765 0 obj << +/D [2750 0 R /XYZ 71.731 445.0312 null] +>> endobj +1528 0 obj << +/D [2750 0 R /XYZ 71.731 430.1022 null] +>> endobj +250 0 obj << +/D [2750 0 R /XYZ 168.0881 397.7883 null] +>> endobj +2766 0 obj << +/D [2750 0 R /XYZ 71.731 391.6613 null] +>> endobj +2767 0 obj << +/D [2750 0 R /XYZ 187.7954 378.8593 null] +>> endobj +2768 0 obj << +/D [2750 0 R /XYZ 71.731 358.7697 null] +>> endobj +1529 0 obj << +/D [2750 0 R /XYZ 71.731 314.9341 null] +>> endobj +254 0 obj << +/D [2750 0 R /XYZ 331.1663 281.6239 null] +>> endobj +2770 0 obj << +/D [2750 0 R /XYZ 71.731 275.4969 null] +>> endobj +2771 0 obj << +/D [2750 0 R /XYZ 71.731 255.5567 null] +>> endobj +2772 0 obj << +/D [2750 0 R /XYZ 180.715 244.7621 null] +>> endobj +2773 0 obj << +/D [2750 0 R /XYZ 316.8407 244.7621 null] +>> endobj +2774 0 obj << +/D [2750 0 R /XYZ 71.731 224.6725 null] +>> endobj +2775 0 obj << +/D [2750 0 R /XYZ 86.3959 200.9265 null] +>> endobj +2776 0 obj << +/D [2750 0 R /XYZ 71.731 193.7884 null] +>> endobj +2778 0 obj << +/D [2750 0 R /XYZ 71.731 169.9228 null] +>> endobj +2779 0 obj << +/D [2750 0 R /XYZ 71.731 154.9789 null] +>> endobj +2780 0 obj << +/D [2750 0 R /XYZ 121.3788 131.7858 null] +>> endobj +2781 0 obj << +/D [2750 0 R /XYZ 101.8839 120.1295 null] +>> endobj +2782 0 obj << +/D [2750 0 R /XYZ 156.232 120.1295 null] +>> endobj +2783 0 obj << +/D [2750 0 R /XYZ 254.1265 120.1295 null] +>> endobj +2784 0 obj << +/D [2750 0 R /XYZ 313.3165 120.1295 null] +>> endobj +2785 0 obj << +/D [2750 0 R /XYZ 138.3168 108.4732 null] +>> endobj +2786 0 obj << +/D [2750 0 R /XYZ 239.6353 108.4732 null] +>> endobj +2749 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2790 0 obj << +/Length 2188 +/Filter /FlateDecode +>> +stream +xڕX_o� �O1@�SdK�����ۻI�bs����x�#˕�˦���(y<3N�E��#EQIQ���"�,��GL��XT�w�b���q'�r2��Ї�w矣hQ�"���q�Y-�H�<���~������˕H�@0��j{S6M�nh�a���n�r�������~\9�2V��M�F�SE61�m#��"��]6�Z��4ʥ�ߗ" ʺ)I��uIħR?��Ҧw�5��������_��"Mc\��%i���{W�:0N�,/ +��|����'.ñ�:�'�Uj�]Y=�yF�5��E* ܼ��:X�[�D��8�^.X����������W,uoOȡ���i��nY�����`k�JB���h����h��-�ZT�\���qzm��i��� iY���Du_���rVX�!��'vj=4�q�5�Bx����}�~������A�ծ�t<*M � ��Jf�V ��h���Z�5���A���������[��:�t��3����Vz�t)�AY���Fa�?���&v����l�c��`�l+y1�0Op�����\�atR7D�n>�]�:Z�o�z��ܺ�=��{�B$`��]N|���Y}5��8X��6k�M�$�F��k~�zwy}���������`¹��8r�j���t����iOedoN�I��p����_��6�����ֺ��P�ߛ�T��YX�ΎB���V�3Gb~����?�Ԏ���,M��А{�PF��:�>�8d�͎�Q���K��h7S}Wb�xnN?P�P��J���6[��V�*��ee���d#{���T��X�fJ�3VG���+v ��2J�,�pװ��rmht�����4�n����pw����nK7�k<fI�o��D��X�B��9X�`I���%_�3?�Ԇ�8��%��7%anPC�F:��)M�%�=M$�`���I�wPCܝ�#wJ��ɾ�U ���߄�'`54�����ҽ_�MZ�J�,y���&�-5��}c�UJc��yV��ޏ��(Z�#h=l����E"�Tgw�N��E�Y\�-�q�N�Ouo4�q�c[��V𢡄q�*�M��6��()PꊒR�X��𗁕;WˢZ�pm��Zv�]��Y�,FVK8�Z�B���7�]Gp�@�l�����7r�3�^���0��pj�(|�\+e+�J�=��i�߽k��5����F�6������]g%��g[��hU3�'���τ��\,������*�]�ԾC*m���=�>D2$�[��}�Z�w���/� ѿ���Έ�e�9ڋ�D�5�>>P��dΞ#4�.�����wv>��oѴ[�g\����o�r0j�*�-؎�+�FC\��!w�,m�����0sG�ZUz���mo��F(��N�h�*�{��%�V�[�W{��ޯ�����<��tC���vU�Ӫy�р���'�����$�ۇ6R�F��&6���.��9P� K�\,O�e�Tӈ��F���[��[c����g��v��0��7�s����o���߮&1�+�J�&�V�*rn<�,BZ�Ѥ�g�`�1�Bq.r_�SW����J�ުveSʗ3$˃�Å��Ņ�nX'*X��x\�3�Ő�5���z�r�΅4��,�к;Q��H;�_������`Y�˘X��i�0�"B�}�1�UlUoz��� +@��J���c$�(�Kh2k�Bl �R�l.��־ݳ̷��ɵ4e�:�,2�&�S�}(#˟`?`��H���C;FЕ!�/ -Tf�q�n�mi�EglbM��j5l�^R7�qó6,� ��� �5���j*v�&�jC�}�������|��8��o�0J���D����T�S�����e��Ѻ&#���W�Z����xE��<t]���ýC0X��������a[��w�Di=�P:37�lt�W�FI��@� +p���o�?N�}�/Ҍ�g���v�ɊX�ϒ�/6>ah3�`�3�l1Im��_ڝ�Ľ�R̡s�[bB���<��~,���iP �X�iG:�+RO$�z��z���p&Mo;����~�;;zDV>�*�M#�"�ڃ�;eg�l����Y��` L��������4����7_���/��Yȋb�d�L���{f���a(jendstream +endobj +2789 0 obj << +/Type /Page +/Contents 2790 0 R +/Resources 2788 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2807 0 R +/Annots [ 2804 0 R ] +>> endobj +2804 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [473.6147 208.6885 520.7127 219.5924] +/Subtype /Link +/A << /S /GoTo /D (installation) >> +>> endobj +2791 0 obj << +/D [2789 0 R /XYZ 71.731 729.2652 null] +>> endobj +1534 0 obj << +/D [2789 0 R /XYZ 71.731 741.2204 null] +>> endobj +2792 0 obj << +/D [2789 0 R /XYZ 71.731 634.4559 null] +>> endobj +2796 0 obj << +/D [2789 0 R /XYZ 71.731 578.3313 null] +>> endobj +2797 0 obj << +/D [2789 0 R /XYZ 71.731 568.3686 null] +>> endobj +2798 0 obj << +/D [2789 0 R /XYZ 71.731 530.3463 null] +>> endobj +2799 0 obj << +/D [2789 0 R /XYZ 390.5821 514.5704 null] +>> endobj +1530 0 obj << +/D [2789 0 R /XYZ 71.731 484.5181 null] +>> endobj +258 0 obj << +/D [2789 0 R /XYZ 241.9033 447.3026 null] +>> endobj +2800 0 obj << +/D [2789 0 R /XYZ 71.731 439.9503 null] +>> endobj +2801 0 obj << +/D [2789 0 R /XYZ 71.731 381.1856 null] +>> endobj +2802 0 obj << +/D [2789 0 R /XYZ 456.3251 357.4396 null] +>> endobj +1531 0 obj << +/D [2789 0 R /XYZ 71.731 327.3874 null] +>> endobj +262 0 obj << +/D [2789 0 R /XYZ 381.2953 284.2899 null] +>> endobj +1532 0 obj << +/D [2789 0 R /XYZ 71.731 280.7264 null] +>> endobj +266 0 obj << +/D [2789 0 R /XYZ 195.0063 244.9175 null] +>> endobj +2803 0 obj << +/D [2789 0 R /XYZ 71.731 237.5652 null] +>> endobj +1533 0 obj << +/D [2789 0 R /XYZ 71.731 191.752 null] +>> endobj +270 0 obj << +/D [2789 0 R /XYZ 161.0348 154.5365 null] +>> endobj +2805 0 obj << +/D [2789 0 R /XYZ 71.731 144.3938 null] +>> endobj +2806 0 obj << +/D [2789 0 R /XYZ 71.731 119.3037 null] +>> endobj +2788 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F64 2795 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2810 0 obj << +/Length 1693 +/Filter /FlateDecode +>> +stream +xڽX�o�6�_������(Q}h��Ȱe]j`ڢP,�"��D's��y�b%Nڧ�@D�������" +�Y�1� x��T�h՜�h��g,�̃��X���l�N�('y��h���H�Qe�%�����b[��fs.i� >/��u]�|��|�꺘}Y�r�v9Z�"#��/����$T�h�8�%KP�F 8"2�F��9�Q������8�3�� 6�'�s��Y�V��lā��%D$)w@ʈ��Ei��)��s�и�Z4��x�$�����3g +@�<�UJR��~��3��~6��M14>�o����X#{יG�u�#��n��n�E�~��@ΰ����x��jy�g��1�vx�qS�}e�~j�n��ea����3&c���5>�y��y�iܷ�G�|����M����ܹ����s"�L�wj�-ڕv���wJS +�I�$�!�v ��sfc��~[��(Z ��N���Y9ͷ�.���o��3��t(mڠ��� 呵�n}�tk]5����y.�b��n���h����r�i�s|�9��(7�8c�9ν�hmP<�o'����[� �(���z5A�����^���S�é�!�-�2Sx�n��-�+(���n˅7kԺo�<QB�d���@�� +R+�4`��\��� ٚ*�1RN��uݏ��|� ɮ���RZcQ�F#!�Û?�j��mX�v��ǯ���I��|v8c�����t%J�|}�İ��Uf�#�%t�!�`Oo���V�S��U�����L���x$p�<:����܉��R��Q�G�ä�3���I��=R�~ƣ�2�(��p�N����m��^�]J�̽2��ځ�饎�*�4x�wм܆�����4am�ϔ��>���`Zۭ)C�gS+F����pz�չ�\��)��4�Y +dzj�H�Z|��a�5M.�N����ICSw�'�X3Ud������ͮ�.��O��6um\��� ����<�N�C�1���>5�����r*�\�g_�.-��?�y��Vۧ��+�;�gg:�JQ�&D0�y���E���twҤ��W��f�G��uu3�!�F_�����]7���tX8'ê�����3��}��$�s�NJ��TBo�Um�h�pWcC�f�hqQ�]_�frH>���]�=���<��"kl� �u�J�!Hr��a�ŧ�'�Շ��.��5�FX�PxZ.BJ��a��r������y +�eN�D�D*�������<���IT�v�F?\zjݟ#�����႗YG +V�,���KI�p�%Y���,�zP�q�����H�~t$& $dv��W�)F3"�t�.4p��������4('�R6�h����!��;����X�8r�iƶ��xf��7��Ў�^l��9�ݹ�c��C�ۅa�&x'�v4MX��\�t�,Z��יG�;�0#������.�&�.B��p���ˎ����Q��~t߯������a�a��uf�M�m!,�_c{q���p�wxf���AӀĮ.V�|r��t�A��UQW���,�+�������[7g�g)� +�� �=�Ӊ +��?�0\Q&���q{T��j�Zޜ�w>�+��(�;t�%l}ȕ1��6|_��,QD�4�Ǎ#���mH0�<5����^q��Ώzendstream +endobj +2809 0 obj << +/Type /Page +/Contents 2810 0 R +/Resources 2808 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2807 0 R +>> endobj +2811 0 obj << +/D [2809 0 R /XYZ 71.731 729.2652 null] +>> endobj +2812 0 obj << +/D [2809 0 R /XYZ 118.5554 689.7049 null] +>> endobj +2813 0 obj << +/D [2809 0 R /XYZ 281.083 681.2406 null] +>> endobj +2814 0 obj << +/D [2809 0 R /XYZ 252.4031 646.2717 null] +>> endobj +2815 0 obj << +/D [2809 0 R /XYZ 118.5554 639.2954 null] +>> endobj +274 0 obj << +/D [2809 0 R /XYZ 282.3071 577.4813 null] +>> endobj +2816 0 obj << +/D [2809 0 R /XYZ 71.731 574.8213 null] +>> endobj +278 0 obj << +/D [2809 0 R /XYZ 268.2114 547.0952 null] +>> endobj +2817 0 obj << +/D [2809 0 R /XYZ 71.731 539.8972 null] +>> endobj +2818 0 obj << +/D [2809 0 R /XYZ 71.731 517.043 null] +>> endobj +2819 0 obj << +/D [2809 0 R /XYZ 71.731 311.0803 null] +>> endobj +282 0 obj << +/D [2809 0 R /XYZ 228.4409 278.2036 null] +>> endobj +2820 0 obj << +/D [2809 0 R /XYZ 71.731 273.0181 null] +>> endobj +2821 0 obj << +/D [2809 0 R /XYZ 427.6193 260.2709 null] +>> endobj +2822 0 obj << +/D [2809 0 R /XYZ 387.2947 247.3194 null] +>> endobj +2823 0 obj << +/D [2809 0 R /XYZ 71.731 216.3357 null] +>> endobj +286 0 obj << +/D [2809 0 R /XYZ 199.5493 183.5585 null] +>> endobj +2824 0 obj << +/D [2809 0 R /XYZ 71.731 176.3605 null] +>> endobj +2825 0 obj << +/D [2809 0 R /XYZ 71.731 153.5063 null] +>> endobj +2826 0 obj << +/D [2809 0 R /XYZ 147.0485 144.0068 null] +>> endobj +2827 0 obj << +/D [2809 0 R /XYZ 147.0485 132.3506 null] +>> endobj +2828 0 obj << +/D [2809 0 R /XYZ 71.731 110.7316 null] +>> endobj +2808 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R /F27 1278 0 R /F35 1723 0 R /F61 2649 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2831 0 obj << +/Length 1737 +/Filter /FlateDecode +>> +stream +xڵَ�6�}�B ��.V�H���I� E�I[m��,�+!��H�n��~{g8�V�zs-��!5��s�;��s�����(Nޜy�|zq� �kp�)ғ����;)K#9������;�/X��Y�/���n������֗m?du]�W����P�u��s���w�s��,M��G��N: �4Fy3/HB'��~��d}�2^=�8`�Q �縜�(�|��g[�Ws���K7��#�"��8d>�C���^�o^lI��[Ԟ�P��4��R��牮G?]U#Ϗ�fKP��V�ؠh��>�i}�)5<4gmA��b"�HR��z���O��*�`�(4H;�5U�W�����gT�����*�.���"��s$�1���c���LFv��xu���D ��\�[�)�����tt(-��Yo��4_,�o._�ze�r��?q v(����в^�A>&� � ��%>���~[r���/"�� j�,B�qE�X�hLs�#Pd�і��a)�\��z�������M��Ȋ�;'a��A6�h���n��&���fE1���sZ��cI�|��~G'���<\�Ӊ�+�A���;�ن�d; ��2�c��ז���qN��Πim`�K��%�步'{I��A�b#g/EW���V��(��[˂'9�}Hd��cQD)�sȢ~�Dg)x��Ig;��Q�D� ؠ,{:�vGn� �(3$88 FB��Ǚ& �J ĵ�,1mt-��]Gwy�ރ4�r�?���� eq�o�ic�w��'|u���"�Kz��*��\͎0�������3)ނ\���A��@�� M��)�wB���E)��������ڳ�IH�G����O�Exn�m�?����7��x8l6��T-��+UgC��Ֆ�'a ���.Ø�i�N#�\��bNyq��g1�Ɖ~\o�*/ 4�i�u1����;U>��� �N��> ���$B�&�ω�Y$x,��'L�|R]����4y��]}�F���ǸB}�5>���D���`��C'Y�[� �P^fm.� ������xT���%Otʁm������!�e��Ԝob_����)F'��$ _6�a_a�2#y��DQ�#6��.�d����[U� +��f�ֹj�S�{^�|%Me>h�֟MT!\Q)��*�N�Z�@�ҫ6�iG�v�!���mhJ���?����y!x�~I�x�U�α���� +d�h�z���r�w� +t�ԒAUaWN�?����u�B���o ��QG�\����wl�L]6�ʈw�.���iC��>n�Q�����5�np۷�������Z}I��v[]�;#�[X�ٮ������R5r�UJ?�f�&{k8=zD��� ��o&6N�)�Oǔ�:�42C��|�'dx�������(���:�JTw�-���Sp���q�=�1��)W�;S#�arHĭ+��#�)�!Dm6BVLk:,���J{hK͘��Q��<S + ]e���g#Mb[Fႍ�ä�������$8�'zg����&�q����h������@�ѶU�k�3���Ѣ�@���/�Q7��ٞ�r���P X�X7wI�;噩|��h��`f��腘+�y�:I@�%Ir�0CVզ���㡭0����S�s�x,�/> b;�*�70�� 9ad�juD���&�i[d;0"�ҏ�13����L( �4)i�������r���endstream +endobj +2830 0 obj << +/Type /Page +/Contents 2831 0 R +/Resources 2829 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2807 0 R +>> endobj +2832 0 obj << +/D [2830 0 R /XYZ 71.731 729.2652 null] +>> endobj +2833 0 obj << +/D [2830 0 R /XYZ 71.731 718.3063 null] +>> endobj +2834 0 obj << +/D [2830 0 R /XYZ 147.0485 708.3437 null] +>> endobj +2835 0 obj << +/D [2830 0 R /XYZ 147.0485 696.6874 null] +>> endobj +2836 0 obj << +/D [2830 0 R /XYZ 71.731 675.0685 null] +>> endobj +2837 0 obj << +/D [2830 0 R /XYZ 361.1613 662.1171 null] +>> endobj +2838 0 obj << +/D [2830 0 R /XYZ 71.731 647.0088 null] +>> endobj +2839 0 obj << +/D [2830 0 R /XYZ 71.731 632.0648 null] +>> endobj +2840 0 obj << +/D [2830 0 R /XYZ 76.7123 582.6152 null] +>> endobj +2841 0 obj << +/D [2830 0 R /XYZ 118.5554 539.0698 null] +>> endobj +1535 0 obj << +/D [2830 0 R /XYZ 71.731 465.555 null] +>> endobj +290 0 obj << +/D [2830 0 R /XYZ 138.2961 433.0513 null] +>> endobj +2842 0 obj << +/D [2830 0 R /XYZ 71.731 425.699 null] +>> endobj +2843 0 obj << +/D [2830 0 R /XYZ 71.731 387.8559 null] +>> endobj +2844 0 obj << +/D [2830 0 R /XYZ 114.7696 378.3564 null] +>> endobj +2845 0 obj << +/D [2830 0 R /XYZ 114.7696 366.7001 null] +>> endobj +2846 0 obj << +/D [2830 0 R /XYZ 114.7696 355.0438 null] +>> endobj +2847 0 obj << +/D [2830 0 R /XYZ 114.7696 343.3875 null] +>> endobj +2848 0 obj << +/D [2830 0 R /XYZ 114.7696 331.7313 null] +>> endobj +2849 0 obj << +/D [2830 0 R /XYZ 114.7696 320.075 null] +>> endobj +2850 0 obj << +/D [2830 0 R /XYZ 114.7696 308.4187 null] +>> endobj +2851 0 obj << +/D [2830 0 R /XYZ 114.7696 296.7624 null] +>> endobj +2852 0 obj << +/D [2830 0 R /XYZ 114.7696 285.1061 null] +>> endobj +2853 0 obj << +/D [2830 0 R /XYZ 114.7696 273.4498 null] +>> endobj +2854 0 obj << +/D [2830 0 R /XYZ 71.731 251.8309 null] +>> endobj +2855 0 obj << +/D [2830 0 R /XYZ 307.8359 238.8795 null] +>> endobj +1536 0 obj << +/D [2830 0 R /XYZ 71.731 220.8472 null] +>> endobj +294 0 obj << +/D [2830 0 R /XYZ 200.4719 181.5744 null] +>> endobj +2856 0 obj << +/D [2830 0 R /XYZ 71.731 174.222 null] +>> endobj +2857 0 obj << +/D [2830 0 R /XYZ 380.576 161.4498 null] +>> endobj +2858 0 obj << +/D [2830 0 R /XYZ 171.9039 148.4984 null] +>> endobj +2859 0 obj << +/D [2830 0 R /XYZ 171.9039 148.4984 null] +>> endobj +1537 0 obj << +/D [2830 0 R /XYZ 71.731 141.3602 null] +>> endobj +2829 0 obj << +/Font << /F33 1378 0 R /F35 1723 0 R /F61 2649 0 R /F27 1278 0 R /F32 1286 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2862 0 obj << +/Length 2601 +/Filter /FlateDecode +>> +stream +xڥ]���}E�I1�J�䏾�u�����ao���(�XIܱ��vfv�ח)�N2���$�")�_b�B��\�2JcT�ĨŶy#{���7�Q��"�p����8^�Q��dq�[h�Ey*�E�(32[ܗ�-�z(���Vke�RE4~h��������������տ����o�#g�Q��W���T�B�(։B �YEeZ�|*J"�b�������h�3J,��F� �����Z�H*m<����<�����\���YQ��f��%m,��Ö���:�����Zv�� ���Jŏ4�G����Ov�P�=��Y��ۭ;�CD��S��MLx�2%��@�(7R{<��!^'��J��-�P���t�p;�m�N���B�����4�Ui�� �c���;�jƯO+���y���-�����p��a{fJ�l7UK��X�#����{��y�2��0����wxv'��w�K�{��q�C�0�E���Ǣ��H� 6.��Ql���4��ļ%���`���آ����Ə�]Fӻi���*��]I��ϑ��@Q��m ����'Z����V'����{�g�Rby�od?�=��AlkH�z�������a~��\$�8��eB鈾~��H׃����4�i�y� ��JP�a8��s�����(����<�r�Z'��!r�,����{<N +�g�8�^K��p,p�����7Z�V060�h�?��mh�uG4��9E>N�z����Z{�����x�Eck&���ݿ?�~����W�^��&[��(��pr�� ���/�0Y�c���{`��9�1����k���a3`4~o4r��+��;א�����d0!��ɨ-��l�<2��9h =7��hF� \�4ʪ���u��}pho��Ζ���������b"B8\;��t����OS�` �uI�;���G��ݧ�(HO�yߺ�XQ��U�r�F���L3 �JG��w"���Y�݈�1������������s�X|�l��_!�%�FG���ʀ��$J�,����B�z��L��2����e����0� �3T �x�5 �� ����k{Z<c�����ޭb�D�#��x�ʼn�Юi^�s�6D)���0��t:�n.aQ��h����p�5$��$���t.'�; �E� +!���'�EN��嶃K/6��h�r̰x���56�-��#����Yj��x`�m�g�1pzV<��ɳ����-|�j7Z�Dx�.�\)�ȤZ.tue�'T犅�R:N�d �n���n���,R�pFg���a�G&(Xq�P&�BF��@H[������Xt�~�6u������<#Ni�;а��".���j�Z����G2V���.���ڀ�[����� ��a�4��hč�T���z�xbl�8�r��n���6��P�d�m�L� +>����Dv�pV�f� N(�L�)Vl��Xڂu!�+"�}Z63�6�o}n\6̘��L����� +*�o���ʮj9�8�BO�ʗƘ��?�.$"����ꩧc0&�S���M�-Aa��uڷ���2��q���`���Q�+�3������s�N9�������䑆r�sF�c�T��ct�o�ILd�3�O�@{��b�4��A|��a��DK�W�mQ�c��-p�Zƥh}G�}�#��0��T�3;�~�l\y��h� �%�����θ`G4Fo����4��T�|^3���2[n��ͨ��I�NP��> B���g���5�B/�M��F��[��I +�9���-�k=E#��j����g(G!����1xO��~]��+R\S��E$i��v�g]^Y�#�k��F�,����4F�~�j_N�*3QA�[i��R�E� З�"�2�j"UIey����[q��S�8�\$�D�6P���K:�1C�LǞm?4=���+A�����6=A0ݲP᧑��������{�����n�a s����՟|wew�Λ����g�M��+O������qf��Ic��Vmi��յ괉R����QW(+�)hxO uS��w�8�W��B'HOO�1���B�̄HE���ŗ��Vǐ�1^baBe��{�@�W����D+�B!�,S��2�7��U��v��JD���q�+����Z��\����_��P��"pܞ��� ������TF�T�i�`�Z�y�\�S�k�>X�C�m��@����&OƉ&�����NT|�CmVF8_*, ����>�.N���d܊8wŨ�bFì���`��襚kǾ��ߚK�,Ґ�gA����K�4O�I������o�[>q����2tV�a���1)Ԍ]��\��{�� enA�P��=ܡ�^٥�f��D�zƽ%+�yZL�<v���KzNU�Ǵ��%`p[t4ۡ͜�4O����C���}�����������4��=�'�βS�1dG9�ͯV`rZ�٦��q}�!���I*I���w쪦�5��c��tW��S% +��c+�{�#Dq ��[�Νo��&���n���(������Mp��3 +��*#`y�1/��v��$��endstream +endobj +2861 0 obj << +/Type /Page +/Contents 2862 0 R +/Resources 2860 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2807 0 R +/Annots [ 2875 0 R ] +>> endobj +2875 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [290.6404 296.2944 344.6167 307.1984] +/Subtype /Link +/A << /S /GoTo /D (install-perlmodules-nonroot) >> +>> endobj +2863 0 obj << +/D [2861 0 R /XYZ 71.731 729.2652 null] +>> endobj +298 0 obj << +/D [2861 0 R /XYZ 197.8608 707.8408 null] +>> endobj +2864 0 obj << +/D [2861 0 R /XYZ 71.731 700.4885 null] +>> endobj +1538 0 obj << +/D [2861 0 R /XYZ 71.731 659.6566 null] +>> endobj +302 0 obj << +/D [2861 0 R /XYZ 284.1841 627.3427 null] +>> endobj +2865 0 obj << +/D [2861 0 R /XYZ 71.731 618.7052 null] +>> endobj +2866 0 obj << +/D [2861 0 R /XYZ 481.5316 608.4137 null] +>> endobj +2867 0 obj << +/D [2861 0 R /XYZ 71.731 575.3726 null] +>> endobj +2868 0 obj << +/D [2861 0 R /XYZ 71.731 538.5756 null] +>> endobj +2869 0 obj << +/D [2861 0 R /XYZ 71.731 523.6317 null] +>> endobj +2870 0 obj << +/D [2861 0 R /XYZ 76.7123 472.1248 null] +>> endobj +2871 0 obj << +/D [2861 0 R /XYZ 118.5554 428.5794 null] +>> endobj +1539 0 obj << +/D [2861 0 R /XYZ 71.731 365.0272 null] +>> endobj +306 0 obj << +/D [2861 0 R /XYZ 166.6153 332.5235 null] +>> endobj +2872 0 obj << +/D [2861 0 R /XYZ 71.731 322.1585 null] +>> endobj +2873 0 obj << +/D [2861 0 R /XYZ 131.1334 312.399 null] +>> endobj +2874 0 obj << +/D [2861 0 R /XYZ 247.7914 312.399 null] +>> endobj +2876 0 obj << +/D [2861 0 R /XYZ 407.9148 299.4475 null] +>> endobj +2877 0 obj << +/D [2861 0 R /XYZ 71.731 297.2907 null] +>> endobj +2878 0 obj << +/D [2861 0 R /XYZ 118.5554 258.7267 null] +>> endobj +2879 0 obj << +/D [2861 0 R /XYZ 174.165 250.2623 null] +>> endobj +2880 0 obj << +/D [2861 0 R /XYZ 173.7108 238.606 null] +>> endobj +1540 0 obj << +/D [2861 0 R /XYZ 71.731 203.4434 null] +>> endobj +310 0 obj << +/D [2861 0 R /XYZ 259.4726 174.7969 null] +>> endobj +2881 0 obj << +/D [2861 0 R /XYZ 71.731 166.1594 null] +>> endobj +2882 0 obj << +/D [2861 0 R /XYZ 71.731 142.9164 null] +>> endobj +2883 0 obj << +/D [2861 0 R /XYZ 172.5953 142.9164 null] +>> endobj +2884 0 obj << +/D [2861 0 R /XYZ 271.7266 142.9164 null] +>> endobj +2860 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F32 1286 0 R /F44 2154 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2887 0 obj << +/Length 773 +/Filter /FlateDecode +>> +stream +xڕUMs�0��W��!�Z��4�(�8��P�-�nm�c�%�ῳ�*i�&&����j�����A?����%1��*ְ������Y�,��?p"��2�hFD� �d1͂e�m����U�|��p��Oz��ij���q��n9���|�~����_���zN��w���O'z_甆33�<g?�0b��*�g �~��Q)�)MӘ9�a�kĭ �r�M�J]�$K�A"�6@�� ; Ȓ�И&Ж�F��J����cG�7<�(ᄆ,�r��4��~�%m�*\��ZݷS[�� ����kMQ�[�0�&I� +.�S8�@uʈ�i4U�ϔ��e��t���^x���J�?�����!��U�c�>��s�S��4�D +������T+qx��&�{�U\+���k=���B[ֺ@���]�m�|������H�м�7�~�F{Ky���h��!Z�~���n�[�K_p8j��>��m��/|�flζG|/Z���D�ӔD����ĉ�ŗ�RLx*���O�:�S�E����4�H��Iee���(����{x�i�h!�|D�?Ԫ0��QYD��<�a��J_�q�p�9L�N����FN�Ṳ�J��h\Ɓ%��8�ە>��ֹi��/�F���`�@Y_U�>�� '�Lt��R[�o�]�v���14����N�IŃi�0���t��f��+?����(��s�Čփ�h��̆_=���2��D\�b�ߊ1Ka5���\�,9{ӝ(���=endstream +endobj +2886 0 obj << +/Type /Page +/Contents 2887 0 R +/Resources 2885 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2807 0 R +>> endobj +2888 0 obj << +/D [2886 0 R /XYZ 71.731 729.2652 null] +>> endobj +2889 0 obj << +/D [2886 0 R /XYZ 337.8826 708.3437 null] +>> endobj +2890 0 obj << +/D [2886 0 R /XYZ 71.731 695.3923 null] +>> endobj +2891 0 obj << +/D [2886 0 R /XYZ 71.731 683.2728 null] +>> endobj +2885 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F32 1286 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2894 0 obj << +/Length 1904 +/Filter /FlateDecode +>> +stream +xڭXێ�8}�W~R�l��(i�6�s���3�x�&��,�m"���%��뷊E�6v#A��*�Hϩ"�7!�㛄�DȘP���w��L?��K�1Wиa}�e²T������ݻ��܈��8�7��8U(��j�+�;��^�O"I������Ԧ��_H�~x��TU����?�-O��q�nCX�`a��R2�V�l뻦���eh��4��l2�)X<9��q&��i��i`xБX��tI����8���]4j??�8�[���y��4�{�yQ�#/Iph����&����>ܰ-�+S"��W|�Mⶸ`Y�#��s��1"Y�1�C;��V7u-r��;š�ҩ��Oe�O�IJ`t�]z��i��n�ՀC��^aqt�Y��)~��[}k����6%V�Rߠ��N[U�yE�"�5j^��h<TNG��>��ԴJN��f�57U��3���~��jp�ԹI��]њs3�[sXy-��t�랼/�ElC��C�����M��v$4�����G{ �Ǧ�$.'`�"&#%id�dZ�>Ͽ������������B�EDI������R��+��W��CӒP +�+5f����>���v��;ݓ��e$�:g^����ɲw���a\rN��"�r����'�X E� {w���8#U��;6C�λ%�7�;X�zV��kZ1ʥ>Py\ ��rk��n�/��]���YL�<�@?��,�w������A��L�*.`��dYxֿc!J"&O6Os�T��h�8T$%�yq���21�<�˲�S��0���8����Mݙ}��(�MS �x�<���e��j秚-D�X"��nz��_��[��k���Qe�[��2zO'��!Z"�p���Gܺ�j�w��)�7<ř�WN���%�Kca�u��}��J���{i����r8��x��y�{�.ݺ��Sht�4k~}E��I��eS���Q,�p��s�I������0��b ;��T���ge�I!f�ޔx�M #���������� 䲢9=��g�/�F��Y��XJ��q���BH#���C�%@� ��8�K]T���$V�W����c���(s�օ���py\��l���#* ˢ� ?�x�c��%`@ ��#5�����nP [���܃=v�h��U�ȁ"�������Q m�JhD*=��V���FRL72���������u�D��@[Y� �Um�pX�ꁰu݈S�Gsp:�D-���Ž�v^�.b��؟������}���eMd(��"����ꐘsX[v�N���4�^\)�n巖F,����'�.���%��5�.��oG�����{��x��X2�C�������R��-5�ߖ��K �=cw�����4�q>��&������/����cw�xO��� �J�u���\I�*���x�L!@��V ݩV�WR͒}wx�.��;���N��մ:�Wo�z�e*}�z�}S�R,�Q�bLe&X,���pX�2};��=ާ�؋�Y�,�/J���I�%ԃH@�@�(1��K��b�G�}�Q�����~&�t�-ɳq߁��d<���̒�Y�Of�x<v�_��<{VQ�S�&�j�J�m^�����n�����S���m>�������P�:�z{�o�.���.��Y*�� �2�� +^|��M>��@o�i�^[�� j�bǨ�s�,���Q�4�k I�*�?�a�>��� �*��i�zs�\��t=&�q��swn� x+����G��v��@���,�G!f+�?��H��B#�9sA���}O�%����������zS���K��l��e���6P`�6��~�R����]��Y�x^L�E�r�Q�z��C� ��d�endstream +endobj +2893 0 obj << +/Type /Page +/Contents 2894 0 R +/Resources 2892 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2807 0 R +>> endobj +2895 0 obj << +/D [2893 0 R /XYZ 71.731 729.2652 null] +>> endobj +1541 0 obj << +/D [2893 0 R /XYZ 71.731 718.3063 null] +>> endobj +314 0 obj << +/D [2893 0 R /XYZ 402.3254 703.236 null] +>> endobj +1542 0 obj << +/D [2893 0 R /XYZ 71.731 692.1839 null] +>> endobj +318 0 obj << +/D [2893 0 R /XYZ 288.867 651.1593 null] +>> endobj +2896 0 obj << +/D [2893 0 R /XYZ 71.731 638.7213 null] +>> endobj +1543 0 obj << +/D [2893 0 R /XYZ 71.731 588.589 null] +>> endobj +322 0 obj << +/D [2893 0 R /XYZ 234.3716 551.3735 null] +>> endobj +2897 0 obj << +/D [2893 0 R /XYZ 71.731 541.0084 null] +>> endobj +2898 0 obj << +/D [2893 0 R /XYZ 71.731 516.1407 null] +>> endobj +2899 0 obj << +/D [2893 0 R /XYZ 71.731 516.1407 null] +>> endobj +2900 0 obj << +/D [2893 0 R /XYZ 71.731 501.1967 null] +>> endobj +2901 0 obj << +/D [2893 0 R /XYZ 71.731 490.3026 null] +>> endobj +2902 0 obj << +/D [2893 0 R /XYZ 91.6563 472.4693 null] +>> endobj +2903 0 obj << +/D [2893 0 R /XYZ 71.731 447.3984 null] +>> endobj +2904 0 obj << +/D [2893 0 R /XYZ 71.731 436.5043 null] +>> endobj +2905 0 obj << +/D [2893 0 R /XYZ 91.6563 418.6711 null] +>> endobj +2906 0 obj << +/D [2893 0 R /XYZ 71.731 411.5329 null] +>> endobj +2907 0 obj << +/D [2893 0 R /XYZ 277.6373 400.7383 null] +>> endobj +2908 0 obj << +/D [2893 0 R /XYZ 500.3641 400.7383 null] +>> endobj +2909 0 obj << +/D [2893 0 R /XYZ 156.4128 387.7869 null] +>> endobj +2910 0 obj << +/D [2893 0 R /XYZ 71.731 376.4435 null] +>> endobj +2911 0 obj << +/D [2893 0 R /XYZ 71.731 363.6923 null] +>> endobj +2912 0 obj << +/D [2893 0 R /XYZ 91.6563 346.9401 null] +>> endobj +2913 0 obj << +/D [2893 0 R /XYZ 71.731 328.9078 null] +>> endobj +2914 0 obj << +/D [2893 0 R /XYZ 91.6563 303.1045 null] +>> endobj +2915 0 obj << +/D [2893 0 R /XYZ 452.6579 303.1045 null] +>> endobj +2916 0 obj << +/D [2893 0 R /XYZ 91.6563 290.153 null] +>> endobj +2917 0 obj << +/D [2893 0 R /XYZ 71.731 278.8096 null] +>> endobj +2918 0 obj << +/D [2893 0 R /XYZ 71.731 267.1394 null] +>> endobj +2919 0 obj << +/D [2893 0 R /XYZ 91.6563 249.3062 null] +>> endobj +2920 0 obj << +/D [2893 0 R /XYZ 71.731 231.2739 null] +>> endobj +2921 0 obj << +/D [2893 0 R /XYZ 273.2199 218.422 null] +>> endobj +2922 0 obj << +/D [2893 0 R /XYZ 500.9123 218.422 null] +>> endobj +2923 0 obj << +/D [2893 0 R /XYZ 156.4128 205.4706 null] +>> endobj +2924 0 obj << +/D [2893 0 R /XYZ 71.731 194.1272 null] +>> endobj +2925 0 obj << +/D [2893 0 R /XYZ 71.731 182.457 null] +>> endobj +2926 0 obj << +/D [2893 0 R /XYZ 91.6563 164.6238 null] +>> endobj +2927 0 obj << +/D [2893 0 R /XYZ 470.9856 164.6238 null] +>> endobj +2928 0 obj << +/D [2893 0 R /XYZ 71.731 139.5529 null] +>> endobj +2929 0 obj << +/D [2893 0 R /XYZ 71.731 128.6587 null] +>> endobj +2930 0 obj << +/D [2893 0 R /XYZ 91.6563 110.8255 null] +>> endobj +2892 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2933 0 obj << +/Length 2419 +/Filter /FlateDecode +>> +stream +xڭˎ��>_a��l�^�c���$l���9e�-Ѷ0��HԺ{�>U�"%�Ƚ9h�bU�ޤ�U��*E�'*D��hU���#,��M�(;��͑�|��>�W�(�(]=VI�,ȋUG"�a�z�����.F��]$�u,��]u��z���=�����K�4j������3�q&�8�*���Z�(��X�"�i�9E�ę��Cm�f�ٺ�JG���� n� �*�'�;s�=<\�Wq�:Qv��t�32! @��D�������[�-�M��I�^�%�R��� + +��4C砦�Dr}]�Nн�_c���C/�q��R��vIP�4I�څ�(d�XLohk���>�z�#����"$� �rQ���7�/S0�Ld���H�������N~��( +��nN�y,��G�)�V[;�kE�@��4��F�U��&�k��mW͉'�if�=!�����ֹx������LZ����N���uit�<;A�O�|4����hfW&�i��6�[�}�W�^p�8A��0��0X��8A���E�����q'�b�;�f��xi^8�n=�٤��2�:�����4������'��WO c�AVsqOD?�ā�ڸP�"����\do�@>�Дܐ�L���+��K�ʒC_�A�<�����7�bҧn0L��굪^d��7)����t���d���d��R����P��M,�N�]T����}Ii ��'M��f�U6�V�piԳ�L_k�N�> ��\�P0sQ�:k*ð�}0��~m�y.�݄���.�ێm��{�j�9��,�^����Q|�b��8�Z$�m�400 �� ���~��)��Ƕ.� +*�iR�0�h����cRnH����Q���Aӿj�l�`)�Z���,�ܓqKqc�)'�a�6����� b�_WW4U��qJ�78�N��K��}F���OO����J�u`����(�eL]�L�I��m�Y���OE��tR�n�u���$��dv�3Ad';�4v긑�� �yo��o2�,�Y��<Ӳ�:7� ���З�������D��,���5��O��#/����Y!d��W��Z�����w�Kz$E�M YGgi`F{�u�CJ.�ArلPB\��)�.@o���-���T�v����TF[#`����LsAZdV^��� r��<��3��x�Z�9^ +NjSw��|�U��FC^�Ůhj�WbA�8�1��BMN����h**��ɜ�;�-. +�7Kms��S��r6�#C�&�F_�U�^n�}F�(��E���\�T[�:��:Q�o�R4��(@���пA�IV�y� +JE#�V/Y�E�g�����a{�l��ܾ����h��6O�P%&�~����aݖ�ș��:k� >�rX^�4���5�B����[�[Ֆl&'L7q阰y���� +�JlA�G� |��]c q��H3��ب�Mw��zp�.j_7�y������Vř�n����Hd!}Wm+��ː��j���D���3��̠���q��f,�`�@�R�fwQ�����r�>�Ȱ�]ږ)um4��f�Bc�V^Q��}=1���EA��-��!b)2ʼ����+�i͛O��-��1u�tK�G&W�PP��u�{`�4?�M}rY6�"L�s��Lc��A��z�"Y �4��!k +˷X��UC�Iu���~!��T�� +@�=�[����À>�>K�:�p���r�!x*:�����I�,1Y�ȥHCL�s�1�w-���t�+���+Zb���C�6e�/Ԉ���1B^c#���"`��͠��K% +���m�Rmۍ�I^�NQ��d~��4�x�:y,�h| ���<�l �m&BW�h���@��7%*��k�n�����ܳ��/aY�'Ȭ����� �z<��#-v�t���m{�m�<�;A1i@!��=X�o78�����06f�N �BI�n��h�)��?U�X�$�� ��7 �a��`KNL���5�s�?|�@@��%U�KJ�����JiG�Q}��-�Y}��S�M�t`{C���#��$=� +���=1U�ꨮ�|�|tԬ����2q�y���������!�y��G�9��a��E!���<�?���m�넇��T��1�=�&�6��z${��3֥�!J-�igO�gҜ롥� %�,�p��!����?�$�6���������{T���#�F��q��4�)}�Sk��kd�Z�E�p�{U�� AԘ�J:���0�~�횽� [[]4?�q���ٽ��`�b�q���p����6F�ٚ���7ߗ�7<�F=�[��2Y�f����p�Ê�W�o�����"]�$y��k?n�p��mKF�A��)!�(��c���E�Rendstream +endobj +2932 0 obj << +/Type /Page +/Contents 2933 0 R +/Resources 2931 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2973 0 R +>> endobj +2934 0 obj << +/D [2932 0 R /XYZ 71.731 729.2652 null] +>> endobj +2935 0 obj << +/D [2932 0 R /XYZ 146.0002 708.3437 null] +>> endobj +2936 0 obj << +/D [2932 0 R /XYZ 318.2313 708.3437 null] +>> endobj +2937 0 obj << +/D [2932 0 R /XYZ 433.516 708.3437 null] +>> endobj +2938 0 obj << +/D [2932 0 R /XYZ 71.731 683.2728 null] +>> endobj +2939 0 obj << +/D [2932 0 R /XYZ 71.731 670.3214 null] +>> endobj +2940 0 obj << +/D [2932 0 R /XYZ 91.6563 654.5454 null] +>> endobj +2941 0 obj << +/D [2932 0 R /XYZ 91.6563 641.594 null] +>> endobj +2942 0 obj << +/D [2932 0 R /XYZ 158.7209 641.594 null] +>> endobj +2943 0 obj << +/D [2932 0 R /XYZ 329.0454 641.594 null] +>> endobj +2944 0 obj << +/D [2932 0 R /XYZ 442.8963 641.594 null] +>> endobj +2945 0 obj << +/D [2932 0 R /XYZ 71.731 616.5231 null] +>> endobj +2946 0 obj << +/D [2932 0 R /XYZ 71.731 605.629 null] +>> endobj +2947 0 obj << +/D [2932 0 R /XYZ 91.6563 587.7958 null] +>> endobj +2948 0 obj << +/D [2932 0 R /XYZ 71.731 562.7248 null] +>> endobj +2949 0 obj << +/D [2932 0 R /XYZ 71.731 551.8307 null] +>> endobj +2950 0 obj << +/D [2932 0 R /XYZ 91.6563 533.9975 null] +>> endobj +2951 0 obj << +/D [2932 0 R /XYZ 397.1684 508.0946 null] +>> endobj +2952 0 obj << +/D [2932 0 R /XYZ 71.731 505.9378 null] +>> endobj +2953 0 obj << +/D [2932 0 R /XYZ 71.731 490.9938 null] +>> endobj +2954 0 obj << +/D [2932 0 R /XYZ 374.7853 481.4944 null] +>> endobj +2955 0 obj << +/D [2932 0 R /XYZ 71.731 430.6849 null] +>> endobj +2956 0 obj << +/D [2932 0 R /XYZ 71.731 417.6339 null] +>> endobj +2957 0 obj << +/D [2932 0 R /XYZ 91.6563 399.8007 null] +>> endobj +2958 0 obj << +/D [2932 0 R /XYZ 71.731 373.7983 null] +>> endobj +2959 0 obj << +/D [2932 0 R /XYZ 71.731 358.8544 null] +>> endobj +2960 0 obj << +/D [2932 0 R /XYZ 336.3446 347.2976 null] +>> endobj +2961 0 obj << +/D [2932 0 R /XYZ 126.7256 323.9851 null] +>> endobj +2962 0 obj << +/D [2932 0 R /XYZ 71.731 261.5193 null] +>> endobj +2963 0 obj << +/D [2932 0 R /XYZ 71.731 248.4683 null] +>> endobj +2964 0 obj << +/D [2932 0 R /XYZ 91.6563 230.6351 null] +>> endobj +2965 0 obj << +/D [2932 0 R /XYZ 332.6904 217.6837 null] +>> endobj +2966 0 obj << +/D [2932 0 R /XYZ 379.415 204.7323 null] +>> endobj +2967 0 obj << +/D [2932 0 R /XYZ 462.7813 204.7323 null] +>> endobj +2968 0 obj << +/D [2932 0 R /XYZ 71.731 192.6128 null] +>> endobj +2969 0 obj << +/D [2932 0 R /XYZ 71.731 179.6614 null] +>> endobj +2970 0 obj << +/D [2932 0 R /XYZ 91.6563 163.8854 null] +>> endobj +2971 0 obj << +/D [2932 0 R /XYZ 318.1286 150.934 null] +>> endobj +2972 0 obj << +/D [2932 0 R /XYZ 249.373 137.9826 null] +>> endobj +2931 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2976 0 obj << +/Length 2205 +/Filter /FlateDecode +>> +stream +xڭَ�6�}��藖��V�$[�y�ɉ $�� �ŀ�hK�(ͤ���biʭ`�h�X,�ź$Ǜ���! <D�}&6e�*ڜa��W1��f�}���_�$ɦ���oO�4��C��C"�<���c�K�e-/��;�EA��M�5}���gB}1��h�Vn���ݫ���,9�E�RCG�\Gq�t��Fy����h8_Σ���~��wQ$J95C���Q��Q����":����>�>MC!��f�s|�p��l�\��_���*��!t���F_��p7}O{Sʹ�Щ�<+B'�Nu� �.���^OV�a|�U����">�;��m�j����8�d�����X�4�"�O6-�">kKqk#�h/[�'�|ltc���i�m�Q8�iuH�_�à����Z�=� : �E�1�܉�k��T�f�@<~j��B�A�r�8�K��&��{�g�'r�Z`�4�|tG��'B���<2c���/��<����*so$�.�����]�ћ�@�53�@PzZڗ�F�*iJ + +�Ğ�4���ׄ�#&�!���������n�A�*�1�Ҟ ѐ6��ƪH �8��/��k�w����53���ȉ0��F-�q�H���n1�sV��eb jH��S(q{�EdCAY�٥�̸�%a��r��5��\~ܦ��m�Fi��W&����X�tߜ�IP1I�8(�~���ŏ�SP�y}�҅d`@S�K���L?�%Zo2��p1+�l���+�����Ed&g�u��0ђr�+�.���Z��#F�|F�U=����c�d��;���ĥ�_R���M�-L�h��� t�GU�J�������1���<�6ea*k�@�.ʢ�W�j�����iA���q,��T����rr�� +�A�ؕFq�"#o��r���N[��Y$¤��f�1|�["�[��� �?BP:��f.b.�����De#��Vǁ�|��.�����iIN��(% @k�;"veo���,���m�G +R{t��S3�kYR5��ȕ.��0_�����P�� ��KX��D�������pFkxޟ���}u��T7�@?�@ٽ&��OE�I&MDrT��SC��|��ԗ�Z�����v-;�q��J�}�q)�BJ6e�vi��wB$~��:e'��)�1� �z5/��.�<�CG�W��YDO����eFdi˛ j�]�ۤ&A�mh���1��QJ� �����f�xe����������5 XM~5���M�v�����8���]�04�?�F/�/3b�����X�\?7r�Y�d��Ko�D,�Na�htGKsq��J,�ư��EXU�I�',�KD���X� �Zu/[���<��J�f<AzM���Y�͏X��8R��ۼUMCZ3��uB��oP%�'f��Ov��X��n���o�Y�Ǩ~�����zե�M�DG��j�����t����\ѣ��n�l�V�a��e���f_��1�<���&~���́�~��f�m�efd� �B���.�?x�#����us�[�w����a������>+�BO�F�q�������.�Pݯ�2��<3�<I..�wn/����Ysy�]���nO�@�XD\7Bo�'�1�vb�t���A��������i6U��fPӾ"�*�)�)���4!8�GD�c���Ű�{� +-��� +�dj��M��7w�ڡ��av�=��̝�o��'E*Y�IPK�H��Sr���t�Dx�%�$,�4u]���.�}���E�f�=S�$ ��M�Wx��pAw�4 ��H�n�5�∾�(^!����ĵ9�����b�+),�4����Q���r +;*����&���0��@^.��L���)<m��]!H_�̩g���"D�,]9�6U<���L��\�2��1oO+q�)x.��8�q���Zz㔝;���Z��a@ƪ�@Q�9+_$,)�)b<��'�5��@���x�*q�G0w���:��0$4U@������^��v�B��94�C�I�hE�=�o��~�qq��_;�ɓ���B��� Z�!���+�Mc�+m�M�r�$��*2z���u���$7#�n�X} h����7�x��u �K�14��(X���0XsZ���\|[��o��Q��y�/�����O���(��b��fQ���Ċ�?A���endstream +endobj +2975 0 obj << +/Type /Page +/Contents 2976 0 R +/Resources 2974 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2973 0 R +>> endobj +2977 0 obj << +/D [2975 0 R /XYZ 71.731 729.2652 null] +>> endobj +2978 0 obj << +/D [2975 0 R /XYZ 71.731 718.3063 null] +>> endobj +2979 0 obj << +/D [2975 0 R /XYZ 71.731 706.1869 null] +>> endobj +2980 0 obj << +/D [2975 0 R /XYZ 91.6563 690.4109 null] +>> endobj +1544 0 obj << +/D [2975 0 R /XYZ 71.731 632.4433 null] +>> endobj +326 0 obj << +/D [2975 0 R /XYZ 268.9021 594.2515 null] +>> endobj +2981 0 obj << +/D [2975 0 R /XYZ 71.731 586.8992 null] +>> endobj +2982 0 obj << +/D [2975 0 R /XYZ 71.731 546.0673 null] +>> endobj +2983 0 obj << +/D [2975 0 R /XYZ 71.731 531.1234 null] +>> endobj +2984 0 obj << +/D [2975 0 R /XYZ 71.731 518.1719 null] +>> endobj +2985 0 obj << +/D [2975 0 R /XYZ 91.6563 502.396 null] +>> endobj +2986 0 obj << +/D [2975 0 R /XYZ 233.106 476.4931 null] +>> endobj +1545 0 obj << +/D [2975 0 R /XYZ 71.731 458.4608 null] +>> endobj +330 0 obj << +/D [2975 0 R /XYZ 247.484 419.188 null] +>> endobj +2987 0 obj << +/D [2975 0 R /XYZ 71.731 411.8357 null] +>> endobj +2988 0 obj << +/D [2975 0 R /XYZ 71.731 358.0524 null] +>> endobj +2989 0 obj << +/D [2975 0 R /XYZ 71.731 343.1084 null] +>> endobj +2990 0 obj << +/D [2975 0 R /XYZ 71.731 330.157 null] +>> endobj +2991 0 obj << +/D [2975 0 R /XYZ 91.6563 314.3811 null] +>> endobj +2992 0 obj << +/D [2975 0 R /XYZ 385.5711 288.4782 null] +>> endobj +2993 0 obj << +/D [2975 0 R /XYZ 71.731 265.4646 null] +>> endobj +2994 0 obj << +/D [2975 0 R /XYZ 71.731 252.5131 null] +>> endobj +2995 0 obj << +/D [2975 0 R /XYZ 91.6563 234.6799 null] +>> endobj +2996 0 obj << +/D [2975 0 R /XYZ 486.1475 234.6799 null] +>> endobj +1546 0 obj << +/D [2975 0 R /XYZ 71.731 201.6389 null] +>> endobj +334 0 obj << +/D [2975 0 R /XYZ 198.3489 164.4234 null] +>> endobj +2997 0 obj << +/D [2975 0 R /XYZ 71.731 157.0711 null] +>> endobj +1547 0 obj << +/D [2975 0 R /XYZ 71.731 124.2093 null] +>> endobj +2974 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F32 1286 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3000 0 obj << +/Length 2071 +/Filter /FlateDecode +>> +stream +xڭ˒��_�̉J�h|���מ���ʓJ� �L2 �X��t� ��l.[<�ht7�~R�2�Īi�� �TV�\�O��l��`� �l�H?<��)�WM�T�Z=VE��u�mVu.�m)�����ɧ�:;=�7�̒<��c{2�n��py���:�����~z���y�6[8�F��2�|%�4/*�B��fu�-21OEZ�d�Š ȍ��,�����ۙ��# + ������Ff��E�y���z��urF��(�+�m�c�������1�N�Zf�c��d�p �(�� ��e���ލ)�pH5.�P�s� �?Z;j��z4�#�G��e����KT�z#DŽ�z�|%�71^?�!Ӧ���I ��u���D�8 +���rE)�bzp�xA^��Y�� 0P�Ϩ�,���QH���`f#-�D��<� r@��] l�^� �Zl��@q2���uJ���L�w�'���������L�\�Z��ףr��y��x��������Aӂ��e>���I��i�����#�Z=����y��"�2I�%$xJS�2���|��W�(��|�IeZ4Y ����8��"�Rԫ͜#�����Ve�O碔��\�3����u���,�����������fӛ�B�49��A���C�I�x�7g�ͻNO��q��#3� �E�� ��b#�+0b0t_*tK������>8�?Xq<���+��A5�]��$(!hm��l`�_<b�]��%�ɧO�����K�B�����a��*kr��#?��/��ϣqzg�оy����]Ge�����@�A+P3�9��\����j�t�;'N�#�,ǹ�H�22ކ}����s�zY�ȍ����R�O���Ct�ڱg�i���)Oei�a4���,���ၟ��q�I��LHA��jλ�t� 7�|E��d\��h��C�5/=/C�=k�\�0֧���n�Ҫ~.� _m!U#qIB��*�����߬��rQ̐e��U.A|��쭮�j�u馇����뮴uX�&#��iGE���3������H�]��9��,�`���E>� +l��2Zo]JO�]#�k@j&P >�&\u#8Z�r��'X����-���� J�8����V9�S�xD�x�p�(d�� �;m��@;'T,<�o3�lV���S�����ǀ�i�P�lR�ߙu��X��#�D��T�^f!�ͮ���ȸbG7��=�C�u���BM��(�3���<�����v�c�G/�uvO�9�BeP@^�7��߯"��|�qH�hΙN�P�TԴ���s卫�rr\���=}��O?�h�7f3��m����3�k5���=v)q���Å0�GK)I�ך��1Fu���������������4��� ���(gR3�<"�\�yq(�Lz���f��n��p�{-R�KZt�! +�.qCy@h.c�X���OƗ���!|��mL �]�)�ܱm�Н�q� 6�Bu���f���T�Q���}�ɠ�f{m��Jco�sp�C�'�y � �o �|��3hk6Ke�,�ZS������ag&AAy�O���0}�i~��$�����4B�hB��Ƀ�5v����ha�H����Ʋ�L�9-vT �� +t��9e)�Z�o9�ߏ�k��wm�_S��q̲x�[v����'e:�ж��LN�3"(����ށz'X�>�cܛ�����(��ފ���q��ׂ:�f�6i� )����[�9�j�}o�&�桇7=\ ��3��"�4Q�`dN��c�����,a���0�� +���~Y����"j��O�Q�7��Q4�7`�G"���a�u0�3`F����h�Z��堦v�9ſV)a<��������b��Y7K�es�[6\�7o��&�'hȒ`lu�I`��r��r�5�f̏/3�6��O���4O|n8�Mwkt�ZG���}�ߔ��k4�1���=�Գ�=� ��q����{ӥ*q�nE�|�/���OhXi&�&r�;{����vq��endstream +endobj +2999 0 obj << +/Type /Page +/Contents 3000 0 R +/Resources 2998 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2973 0 R +>> endobj +3001 0 obj << +/D [2999 0 R /XYZ 71.731 729.2652 null] +>> endobj +338 0 obj << +/D [2999 0 R /XYZ 253.8823 707.8408 null] +>> endobj +3002 0 obj << +/D [2999 0 R /XYZ 71.731 697.4758 null] +>> endobj +3003 0 obj << +/D [2999 0 R /XYZ 71.731 659.6566 null] +>> endobj +3004 0 obj << +/D [2999 0 R /XYZ 71.731 644.7126 null] +>> endobj +3005 0 obj << +/D [2999 0 R /XYZ 71.731 633.8185 null] +>> endobj +3006 0 obj << +/D [2999 0 R /XYZ 91.6563 615.9853 null] +>> endobj +3007 0 obj << +/D [2999 0 R /XYZ 71.731 569.9928 null] +>> endobj +3008 0 obj << +/D [2999 0 R /XYZ 71.731 544.09 null] +>> endobj +3009 0 obj << +/D [2999 0 R /XYZ 71.731 529.146 null] +>> endobj +3010 0 obj << +/D [2999 0 R /XYZ 71.731 445.5245 null] +>> endobj +3011 0 obj << +/D [2999 0 R /XYZ 71.731 430.4162 null] +>> endobj +3012 0 obj << +/D [2999 0 R /XYZ 91.6563 414.6403 null] +>> endobj +1548 0 obj << +/D [2999 0 R /XYZ 71.731 381.5993 null] +>> endobj +342 0 obj << +/D [2999 0 R /XYZ 184.9496 344.3838 null] +>> endobj +3013 0 obj << +/D [2999 0 R /XYZ 71.731 334.0188 null] +>> endobj +3014 0 obj << +/D [2999 0 R /XYZ 71.731 298.2568 null] +>> endobj +3015 0 obj << +/D [2999 0 R /XYZ 71.731 283.3129 null] +>> endobj +3016 0 obj << +/D [2999 0 R /XYZ 71.731 268.3042 null] +>> endobj +3017 0 obj << +/D [2999 0 R /XYZ 91.6563 252.5282 null] +>> endobj +3018 0 obj << +/D [2999 0 R /XYZ 71.731 227.4573 null] +>> endobj +3019 0 obj << +/D [2999 0 R /XYZ 71.731 216.5632 null] +>> endobj +3020 0 obj << +/D [2999 0 R /XYZ 91.6563 198.73 null] +>> endobj +1549 0 obj << +/D [2999 0 R /XYZ 71.731 165.689 null] +>> endobj +2998 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3023 0 obj << +/Length 2467 +/Filter /FlateDecode +>> +stream +xڭYK��6�ϯ0�k��t��$�,6@�i ��=�mkW��zL���S/R����a�@�,�E��#�o������>A�Il��;�9���;_X�³�3}z|����p�{y$���&R�KU�o�0���6�忷?��u0�n�jz��X^���^5'&}OVu�w�y�统��q�zy+�����17~�Q��v�*��H���D�,�P n��������F &�mUm���� �I���aV�n��d�U��е�П�f8�)@gp�v�v�����Oh���^5���7Tm��B��If�t%�co:�-/�Ώ���(t�����& 0�����0]�k,���7w9�H�s���/���NB�e�������чڔ���x��k�/:'`k�L��N_��{��p��䐹cբ�KE�٠m�{L�Y�N4���r��hY�۶��Uq��0�����V�|��)y�F�k������-��L�rβ+;XS��5��M��R���W[=��\���a�_��kۘf� +��V�W�N�*9\n2�d�+V�>v����WTY�'��J�@v�l�מ�t��尚��-� (l)l�}uj�L$��nR�>�PO�t�����%�L��gs5Mi�O��i������;�<�܁��Xub���)ll�f�-M�'�!)G�j���������NJ������Jp�d䓌C�����ot���BpA� �u�@RZ�'��� ��iL���r:��9��=fp���:�����/܇���YQ��d�X���0��?v֓�x������!�0��\\�+a��Թ;)]tD�(L�0 ��lS������_� +j�KY� �F"b�ylw�������Q�H$�WST��n�2#k�|l��O�"Y�z*�a���+�l,a��㕻_L1v���vpM� �54�����G�BV���pdjYq���E:u� fm�<UÙ9E,u�jԐ�-;�]U�oU_M�ӲS�Fj�0U���W���r*e��u-��q�x���XjKDϽ�N�u�2 �_ȣmQA��ܗ�預��q��ش�b��n��Y46f��J&(D��TT�YZj��&���:�0H�(� ��vb��eq���%�V�����0� �3f�#>���H3.�Y�i���V���j��"_P�jn9�sRK�'�bW� ������'����z/b9�R���/+ "�c�G��R�&+;�j� jhM`M�tm��P����.f��y�{���$|���2���`��H�)gDn�<v�`s�Y^`�$�kQ�o�(��<]��8�����/��v'� +Ԙt���]��ԃ8I_��1���ܟ"L� +J�?�?<#N'>�PB&�9Ե$��t�(W)4gc��t'�<(Š�\⽾�e8 �uQ����T��N�3�1���Xл��`�&$1*��C�� +to��LQI���XJ�q��8A�J�Y��6�ׄ|;�2��(hm�4ݳ���z�1���8�� +b�ȷ����3-<��� ��*��֞I|�ږk��̘�RӀ, C�fH~[h����e�V��� XlRiL>���c�V>���inK]���ej^���N��V�m��q���������ͯ�#�l��5B�QA}X�(���.�JL��?T���q����a�EVC�}�p��g��_k]���9n8��I�;~��@����¦- +O����d ���B�t��Յ�i%�I�l!|<�ѣ��y1�cŬr���k���-�v5iv豸�< �n�T��c?ج������,�Bf����)� +�卄A��a�W�C�^�����s�/�Dž*S10jS�iC#�[s��}ɵТc���b�B���[=wZY�Ad���vq��D�9ܼǓ4}��%�/��']`�`D{�ߗe�KHG.�g)hև���- � ����v�4j7DT�Bl:��\���l+�a�i��4���i�ھ�XUMQ���r.hn�}k3��0���<M����}����~�v���V1�,���˲ z] ������ق#;H2P��nC��CF�.��a�����;���ė��q�C=�G6�C�"���a5so�����ܢE,�$��c��YWN���l�X��fc�6 rw�f����@k~wY)�փ����R�qV��;L��)b�w�8c���.o��s����F.��{NKu��X�o�c��R�N�s���`��G��oU��Ǫ}�ԏ�q��.���G3�8X;��j5��$x��Z��-�� �\�GԆ�����Ћ��Z��Jd��yp����g��G �o[0An�@C�8�*A�/�-���_K���)Ma�8�W�)����|ww{3�n�� �����RS����՟=g<��z�A�)?ϝ$r�ş1W��f�endstream +endobj +3022 0 obj << +/Type /Page +/Contents 3023 0 R +/Resources 3021 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2973 0 R +/Annots [ 3030 0 R 3042 0 R 3046 0 R ] +>> endobj +3030 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.7066 439.0439 518.512 449.9478] +/Subtype /Link +/A << /S /GoTo /D (groups) >> +>> endobj +3042 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.6014 233.8135 340.8787 244.7174] +/Subtype /Link +/A << /S /GoTo /D (edit-groups) >> +>> endobj +3046 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [205.9567 180.0152 269.8466 190.9192] +/Subtype /Link +/A << /S /GoTo /D (savedsearches) >> +>> endobj +3024 0 obj << +/D [3022 0 R /XYZ 71.731 729.2652 null] +>> endobj +346 0 obj << +/D [3022 0 R /XYZ 193.414 707.8408 null] +>> endobj +3025 0 obj << +/D [3022 0 R /XYZ 71.731 697.4758 null] +>> endobj +3026 0 obj << +/D [3022 0 R /XYZ 101.0411 648.862 null] +>> endobj +1550 0 obj << +/D [3022 0 R /XYZ 71.731 641.7238 null] +>> endobj +350 0 obj << +/D [3022 0 R /XYZ 250.9846 604.5083 null] +>> endobj +3027 0 obj << +/D [3022 0 R /XYZ 71.731 594.3656 null] +>> endobj +3028 0 obj << +/D [3022 0 R /XYZ 484.3889 571.4323 null] +>> endobj +1551 0 obj << +/D [3022 0 R /XYZ 71.731 551.3428 null] +>> endobj +354 0 obj << +/D [3022 0 R /XYZ 214.9614 514.1272 null] +>> endobj +3029 0 obj << +/D [3022 0 R /XYZ 71.731 503.9846 null] +>> endobj +3031 0 obj << +/D [3022 0 R /XYZ 71.731 440.0401 null] +>> endobj +3032 0 obj << +/D [3022 0 R /XYZ 71.731 425.0962 null] +>> endobj +3033 0 obj << +/D [3022 0 R /XYZ 71.731 412.1447 null] +>> endobj +3034 0 obj << +/D [3022 0 R /XYZ 91.6563 396.3688 null] +>> endobj +3035 0 obj << +/D [3022 0 R /XYZ 71.731 371.2979 null] +>> endobj +3036 0 obj << +/D [3022 0 R /XYZ 71.731 358.3465 null] +>> endobj +3037 0 obj << +/D [3022 0 R /XYZ 91.6563 342.5706 null] +>> endobj +3038 0 obj << +/D [3022 0 R /XYZ 250.8743 329.6191 null] +>> endobj +3039 0 obj << +/D [3022 0 R /XYZ 71.731 291.5968 null] +>> endobj +3040 0 obj << +/D [3022 0 R /XYZ 71.731 278.6454 null] +>> endobj +3041 0 obj << +/D [3022 0 R /XYZ 91.6563 262.8694 null] +>> endobj +3043 0 obj << +/D [3022 0 R /XYZ 71.731 224.8471 null] +>> endobj +3044 0 obj << +/D [3022 0 R /XYZ 71.731 211.8957 null] +>> endobj +3045 0 obj << +/D [3022 0 R /XYZ 91.6563 196.1198 null] +>> endobj +1552 0 obj << +/D [3022 0 R /XYZ 71.731 176.0302 null] +>> endobj +358 0 obj << +/D [3022 0 R /XYZ 262.0456 138.8147 null] +>> endobj +3047 0 obj << +/D [3022 0 R /XYZ 71.731 131.4623 null] +>> endobj +3021 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3050 0 obj << +/Length 2868 +/Filter /FlateDecode +>> +stream +xڭk��6�{~��� ،D��8��R��e���W���ʒ�G7�_�,��M?���p83�����/b_�>:U: +�"�?�w0��g��l�f3%zs���{c�J#-n����T�%�"6Z%��,n�?�ow���j�Coi_���.;�����w�+�ʮ�����O7����*M@�T�:�x��ۭ�(��4����I�e����WP��2���C�+��l_65Suٮ�ˊm�20jOˆ���ޖ�6�ۢ�`-��~h˽m�<�-�}x���u.�Ol�=�|oٴ2�7h<0���* ���7�HҾ��g�Ą���7��U��Ce3Tᇲߕ5��9��_����iy��������+ԝPu]yW�����]i0�P���NX��bR��&U<�s��?�����*��� ��\�(�XhY���o�f+�])$�k�x�����@+��e�+�ݐ+D@_��<+W�ݦ��NN��Cx���}k�/��9����3'A�,lP�&�Q�� 8b�~��cDžmI��`���� t�9ӡc;�ئ�Y[�x�v���%�[�tC��m�j=~e�(�o��|9,D�,k����qo�'J�$����{2)�Qd�|Z�a�!�E�˼��y�.p_$}'�t'?L�lݼ[IL�;nW~ +|W��h�� +��^q���D+��%�P/�S�t�E�Z_�3����G������E�9c�n�=,bG'dQ c����CfD��N�'�؈�e�ڕ���E�Z� /�`ֶ���gƤ.�a��``���������ZV��}(i�A�N�żqbj�x�I0����nD��#9َ[�V���>��lm�J���0��9#����(���i�XY+^���C햔"3�]!Ҧ���uHN_�=s�p�<>��</;Ȑ�_�}���5~��0��@C�����T84'������'�B�URh`�z�]J|^�ׂt�I���%�ٴE�v&ٶ�i�5��p�@䕣�=^;eW���8)a�zFO�k|*�'ߣ_P��;���B�H��D��������:�#a/���~Q� �_h��� �h����p���Qa@c*���Ao@�i�$Z�*Mu�h��v\�HE�֎\�vF��l�8Q����f��<F�I��E�Y�A�t�sG�<�P��� X$�F�o�$P�����dG��M�Y���H�f� �c��ෆ��nv�%Zr�s~� 5��00�̄�, �K���4�����x�vzѿ�S��UF�� ��H�$�-$hzi���� i���+����p�/l- � ��$�5k3��L�5V䈗<����^M��L�a.̋͵-mW�RB�&6�uE3̚q�Ҥ��GDո�#�o)}=a��9�d �?� ��8s$x�bܯ�84�W��J0��6���Y�5�n�x$��i��{��[9��Unݱ�T{{��}�Q�ᅫ���X$/�2x��9 wH�*I�d���b��k�j3%�x ��CFR!D�H���IcY9�l���Q����R��ҝL2�m��p�`'l��$�kw�`���鮩8��<�`���N���y�=R|x��^̏�|�����˗��#p��i�^v;���B����e�#H����9;��O��7�0$e��1���D?Kݑ���?���́��n�5��!���<�v#��Zz��%|g��+�/t�r����/�p{��U��� �� +���i�^�d��{z� ��P�6��I�jK�+d�c30@y�r��i������q68`,x2u��do�E��� +�X�,��Wt��B��5"Ht��ӈ_�o���;σ\i�{]�}!=mn&�J��Z?h�0T$��C�I ��v �.D���+��"{d`r��!���� +��V��;�� ��잡���L��..�u�M,���hz�0 �b�Q��e@�����_��37��6�m=@�}d�"/�I!r�T'!dH`\Rr�ۗ��<;�UIPh�_��X<��ߡ��$�|l�xGo��\��� %y��%��x�)"�x7:Q���/������C�yN��\�f��t��Ԅ����*�(������t�#��i{�"$ێ>#�'��䎦��K�Y�.Ȓ!�Q��EVb��������?����b�w�-e?j�.�������IR5��U +v&�?}U'���Ie���z<LR0��I��oS�2:Jh�y�]���0�E>v����kEv�y`yv������a-����x���G���v�7YSun-����N�GR+4�A1��2$#"�9��1N��-�ϫ�#�m=}ʥ�AQ�g^:���D&b`�0/�^ȅ���&>�?&��jݗX���+y��;���S���Sw� ��~%��Ao���A��My�_���5����q���8�#��W�>�5�%:��cr�r|<9�T��dž��f/08:壎��k��*�kCOQH߆-�oY���Qp�R� n'*�?�#���Ja�_sZ�OxN�^xR��Ap7���Z���m�y�* �$�S��iI���l��i�D��=y +Q��Hq|N���������˿Gf&G�C%�bY��$=�a� +�������{�7p�~y��} w�$���O9>��#���(��L��9�p<|^�e���'Zq@�fl�aT�WJ�D�,k��1���������[���7N��M�ԋ������]�,8���̸it)C]~F8w�b,.d?\{^�����bwv=��Oh.������49ᖍ~���+�P]M�endstream +endobj +3049 0 obj << +/Type /Page +/Contents 3050 0 R +/Resources 3048 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2973 0 R +/Annots [ 3057 0 R ] +>> endobj +3057 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [269.8985 491.684 309.6129 502.2663] +/Subtype /Link +/A << /S /GoTo /D (gloss-contrib) >> +>> endobj +3051 0 obj << +/D [3049 0 R /XYZ 71.731 729.2652 null] +>> endobj +3052 0 obj << +/D [3049 0 R /XYZ 71.731 741.2204 null] +>> endobj +3053 0 obj << +/D [3049 0 R /XYZ 71.731 718.3063 null] +>> endobj +3054 0 obj << +/D [3049 0 R /XYZ 71.731 576.6725 null] +>> endobj +3055 0 obj << +/D [3049 0 R /XYZ 118.5554 541.1212 null] +>> endobj +3056 0 obj << +/D [3049 0 R /XYZ 118.5554 494.6753 null] +>> endobj +3058 0 obj << +/D [3049 0 R /XYZ 492.6563 494.6753 null] +>> endobj +3059 0 obj << +/D [3049 0 R /XYZ 71.731 461.0987 null] +>> endobj +3060 0 obj << +/D [3049 0 R /XYZ 71.731 452.1873 null] +>> endobj +3061 0 obj << +/D [3049 0 R /XYZ 71.731 437.2433 null] +>> endobj +3062 0 obj << +/D [3049 0 R /XYZ 71.731 424.2919 null] +>> endobj +3063 0 obj << +/D [3049 0 R /XYZ 91.6563 408.516 null] +>> endobj +3064 0 obj << +/D [3049 0 R /XYZ 167.8682 408.516 null] +>> endobj +3065 0 obj << +/D [3049 0 R /XYZ 376.6947 382.6131 null] +>> endobj +3066 0 obj << +/D [3049 0 R /XYZ 101.8978 369.6617 null] +>> endobj +3067 0 obj << +/D [3049 0 R /XYZ 71.731 359.5995 null] +>> endobj +3068 0 obj << +/D [3049 0 R /XYZ 71.731 346.6481 null] +>> endobj +3069 0 obj << +/D [3049 0 R /XYZ 91.6563 328.8149 null] +>> endobj +3070 0 obj << +/D [3049 0 R /XYZ 71.731 308.7253 null] +>> endobj +3071 0 obj << +/D [3049 0 R /XYZ 107.7061 297.9307 null] +>> endobj +3072 0 obj << +/D [3049 0 R /XYZ 204.8513 297.9307 null] +>> endobj +3073 0 obj << +/D [3049 0 R /XYZ 71.731 290.7925 null] +>> endobj +3074 0 obj << +/D [3049 0 R /XYZ 71.731 259.9084 null] +>> endobj +3075 0 obj << +/D [3049 0 R /XYZ 107.7061 249.1138 null] +>> endobj +3076 0 obj << +/D [3049 0 R /XYZ 222.0165 249.1138 null] +>> endobj +3077 0 obj << +/D [3049 0 R /XYZ 348.501 249.1138 null] +>> endobj +3078 0 obj << +/D [3049 0 R /XYZ 71.731 236.9943 null] +>> endobj +3079 0 obj << +/D [3049 0 R /XYZ 71.731 224.0429 null] +>> endobj +3080 0 obj << +/D [3049 0 R /XYZ 91.6563 208.2669 null] +>> endobj +3081 0 obj << +/D [3049 0 R /XYZ 71.731 175.2259 null] +>> endobj +3082 0 obj << +/D [3049 0 R /XYZ 107.7061 164.4313 null] +>> endobj +3083 0 obj << +/D [3049 0 R /XYZ 71.731 152.3118 null] +>> endobj +3084 0 obj << +/D [3049 0 R /XYZ 71.731 141.4177 null] +>> endobj +3085 0 obj << +/D [3049 0 R /XYZ 91.6563 123.5845 null] +>> endobj +3048 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R /F35 1723 0 R /F55 2443 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3089 0 obj << +/Length 1837 +/Filter /FlateDecode +>> +stream +xڭXK��8��W�66�%J�#@y�.2�Y�����"`�t[�,j�H���o�DK��ȡ�b�X��A���~�* E�G�B&J���`uS�|�Ȗe�S���/n�E�\�LV��U" �|�FRd*�V�����tӛv��*XG��ovDz.;���=����+�Jo�{�ۋ_o��*JE��OZ�.m����<�J��)�8J����`��H���Gc�ʼ����c��M�֏0�i�mڤ�V[)EơS���M��8�;��my���z���iؓI��8O�H� R 's�����B�0]m���K�ͷǎ��ƻ�F��h� +�d��P�h�E:��[���/�%�CYh��u�˺;[4���ӟ?�'����h�d�L� ��Y�v�����7R�u�����1����jv��HT(;�� ����;����`j�����ڹה5��n�줦��c��l�Y�d�Fw��&ֶ� d�$�K0Í�$p���~�*W"M�3"w��:r��Gn�OX�j +]��������$�B�ͦ.4�#�Q�b��E���ބ벢���Zӱ�������k��ٳ�G|x����F��/�w���xw�����QޏVa�1���hb`*N��E��4[�����?�f�� ���}ikV:�R�E"�1�گϣ����\���9�n����%bt�/�� 6�@�X���8�pE�)��5����q�F��4IS���t ���.%��hm +��n9��v���B)��@�a�Kf� +3�v��OQ��$"gڿlo^�pO��A��B؎�z��.�ݻt���5O릩� ����_^�vm ���*����E���P�E�Ԋ,5 ^j;s9h�Km�O�o����j�����i3�TǹsEѳLjsX����i�a�����3�'t��(��`m��Cَ��I��]ԫ1d*�\�>�}��ۖ�ǯEE�J}�)��������K����P5q�F����!�U�(L���H�`Z�ȣ�� K�;�6�8��Cġ� +���E<c�j�lf�F�НEP�*����In�s]�4;�l�,6���/� +���� +�!M\+�����u4�0� �_I��"�H����t��am{"�*��q{�"��FTY�E�O��cօ� &�[ϡ�y>��V��^7����*^�)�Tm�'0�B���w������ٕ=�o���9���Ŝ��Y�7�B�'�P1��du�;kկ%DL���Cn֝�Y����-�\,�������-���������T��p�R�N�]���C�֙������{1� �� P������/w*�ض�B�=}�}s�e'�T�ܯ4����v�y=E��G����Ox}�zF�/{�7����� �섿v�'6e?��/�j/U����h|��}����JG���k�x����&\��$�{Ĥ)?A�ꢰC� G�X�@+�!/9}���F��<��a�����z3?�ma�����`��*s�?O7����+[>�3%��=�E(&5Ş�ԕ�������<혯w�3��W�*{b�&4�P�L�{�Ļ��3;G��'�?��ƿd>f�F�6Ħ�ޓ�3&�m�����Q��.h�M�E|`����Ҙ*oJ�)/�#��ʌcPfO���qO��3��_Xe�H&l�#�+����4�pg�(�G�� +�E�y$A1,͎Ѵ�Z��Q�+�d�eޟ���|v��7� ���� 9J4Dž�&��2%�b���{�w٬4p~����I*Π�-����Н�\���d&�0Ͻ&��?r.7�?���endstream +endobj +3088 0 obj << +/Type /Page +/Contents 3089 0 R +/Resources 3087 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 2973 0 R +/Annots [ 3105 0 R ] +>> endobj +3105 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [480.0297 457.9682 538.9788 468.4428] +/Subtype /Link +/A << /S /GoTo /D (bzldap) >> +>> endobj +3090 0 obj << +/D [3088 0 R /XYZ 71.731 729.2652 null] +>> endobj +3091 0 obj << +/D [3088 0 R /XYZ 71.731 718.3063 null] +>> endobj +3092 0 obj << +/D [3088 0 R /XYZ 107.7061 708.3437 null] +>> endobj +3093 0 obj << +/D [3088 0 R /XYZ 71.731 685.3301 null] +>> endobj +3094 0 obj << +/D [3088 0 R /XYZ 91.6563 667.4969 null] +>> endobj +3095 0 obj << +/D [3088 0 R /XYZ 71.731 647.4073 null] +>> endobj +3096 0 obj << +/D [3088 0 R /XYZ 107.7061 636.6127 null] +>> endobj +3097 0 obj << +/D [3088 0 R /XYZ 71.731 626.5505 null] +>> endobj +3098 0 obj << +/D [3088 0 R /XYZ 71.731 613.5991 null] +>> endobj +3099 0 obj << +/D [3088 0 R /XYZ 91.6563 595.7659 null] +>> endobj +3100 0 obj << +/D [3088 0 R /XYZ 71.731 575.6763 null] +>> endobj +3101 0 obj << +/D [3088 0 R /XYZ 107.7061 564.8817 null] +>> endobj +1553 0 obj << +/D [3088 0 R /XYZ 71.731 559.8008 null] +>> endobj +362 0 obj << +/D [3088 0 R /XYZ 278.5577 520.528 null] +>> endobj +3102 0 obj << +/D [3088 0 R /XYZ 71.731 513.1757 null] +>> endobj +3103 0 obj << +/D [3088 0 R /XYZ 71.731 485.2952 null] +>> endobj +3104 0 obj << +/D [3088 0 R /XYZ 71.731 470.3512 null] +>> endobj +3106 0 obj << +/D [3088 0 R /XYZ 71.731 421.3001 null] +>> endobj +3107 0 obj << +/D [3088 0 R /XYZ 71.731 406.1919 null] +>> endobj +3108 0 obj << +/D [3088 0 R /XYZ 71.731 391.2479 null] +>> endobj +3109 0 obj << +/D [3088 0 R /XYZ 71.731 378.2965 null] +>> endobj +3110 0 obj << +/D [3088 0 R /XYZ 91.6563 362.5205 null] +>> endobj +3111 0 obj << +/D [3088 0 R /XYZ 165.0015 362.5205 null] +>> endobj +3112 0 obj << +/D [3088 0 R /XYZ 376.6947 336.6177 null] +>> endobj +3113 0 obj << +/D [3088 0 R /XYZ 101.8978 323.6662 null] +>> endobj +3114 0 obj << +/D [3088 0 R /XYZ 71.731 313.6041 null] +>> endobj +3115 0 obj << +/D [3088 0 R /XYZ 71.731 299.5716 null] +>> endobj +3116 0 obj << +/D [3088 0 R /XYZ 91.6563 282.8194 null] +>> endobj +3117 0 obj << +/D [3088 0 R /XYZ 71.731 270.6999 null] +>> endobj +3118 0 obj << +/D [3088 0 R /XYZ 71.731 258.7248 null] +>> endobj +3119 0 obj << +/D [3088 0 R /XYZ 91.6563 241.9726 null] +>> endobj +3120 0 obj << +/D [3088 0 R /XYZ 71.731 229.8531 null] +>> endobj +3121 0 obj << +/D [3088 0 R /XYZ 71.731 217.8779 null] +>> endobj +3122 0 obj << +/D [3088 0 R /XYZ 91.6563 201.1258 null] +>> endobj +3123 0 obj << +/D [3088 0 R /XYZ 71.731 155.1333 null] +>> endobj +3124 0 obj << +/D [3088 0 R /XYZ 91.6563 131.3873 null] +>> endobj +1554 0 obj << +/D [3088 0 R /XYZ 71.731 124.2491 null] +>> endobj +3087 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3127 0 obj << +/Length 2274 +/Filter /FlateDecode +>> +stream +xڭYK��6�ϯ0|��nEoK�L�Y$H&�ic��&h����D��x���[��a�@�X,Vɯ�E:X���v�����^�&᪨���t��M "�"s?z���Q�ʽ< �����}���Y��E��%A�ڗ��|}V�^���0�7��߯��4��iN�z;��k�Jm���a?O���g`��R�}�U{Q��褛����g#/��]�e��Z� +��������}�X�И��t0 �m.ꤙ*l�+�?ݨ�b�=�?k7�U��ɋ��my(����� �}g� ��7�5�V�U%�L� 6�v4M����U�7��Q0��v�);�y�Z��q��$y�4݃�FG`��c ���U{�����ضWM/�����v OX=:�{�+�6���F���a�ζ| ��4̼<JwKp�8�w@��^~'p�^���\##g��y�IMv'DA�qߡ�%S��owх9^�1n'6d��a+�;&q���(���(S��>"�c���[-����lq�ؕM�MQ ����(�y�`q?�y������o ������iZf��4h�������8d��S�JsÁ$� w����]�����{��2���p����m�o����*��S�ŋ�=�3ǿT��sE���i#V��wAcP�T��������#P &|��v2h��J�ٳ�4�1�&I��w��k�e�:n�U��U~ӛVWWV��b�:�y܇0�` +�ck�A���d�1g +o�����0��7��7w��Z݉���'S9��E�V5/���X3���J�L_�ԐI1�����v��9�#�@�f�m�����D��snjVF;6&9�C�=Hm'Q�?"�TeJn�LȲ݉"L*�K�� �N�[��2]>7\�����7�eӾfѼ�*�"L�gPE|��FR�2b�<��h}>��5���(���rֈ1?��y)}<D8P�|�Y���JJ�(n��AUr'̡mơ7F�����97$��t}i-1����~ת)�AHiά�����dF��Y�ͦ-B"�����[�h�P�c���2SK�@r�%�x^�0�S�Nl��8�ٜEt����8$��l}I��&-+���@��V�E`ʉ�=�0���r����h����1 �u���є�;��ӎ��z��/�OI g�P������'��F���v`��]��ĉe"��?�_O��t$i4�Y+�^���w�q��t5����`9���.յ�� ��i�3�L�'2��B'5N4���Œ6cw������4�8 D�"����gY�r��9ɨ�t����=�"�Z�������a.T�H�Y�Bx�8^��u��R-�_h6�)�6�Y�Ŝ��-��� �F���i�Q`������ JN@\*J�����Ď,7PG� ��:ȃ������� �E�!����]K����ޢ5>'}�B�v���8�PP�|'ש�ET�9(�t\4Y�})1Л�m��0���\?U��U; ����Ӗ,��2�����\����f�ab�ƕ�8��Jۂ���ܢk]�Y�ӊ������z��ѳ�+w?�t3O+J�0�7��)� ;�7��C�Ohq����5�5#eY����(�)�F��I��-�#��m9J����� D��@����Å�-(j�u|�'�w�S���%���A�p���t?!3/�+ؙ��ы� +��`�w/^)(��������Eh�y�$J�7�Hބ�o#�:B�̬������(�c�/~+J~+���v#C�~fq��h>#�����.���6�7�oa�y%@#U#����,�0x�scV�b�`�'T�,&z+oP���)ɹݍ�����n~ئ���Z��^|s�÷,Q&oc����J����}tk\��M�`^S�Z�-^��g�X�C8�U�Q��RH�����k"�;�N���2~}���X����P{��7��������f:�F!c����i��(5�y���ZvCOH!? �w�0��|Ks���-�v��ׯV0@ar��qG�!�b;߹�.�s-%�'��̡1˞O{����4WY�Z�n��Q��tk�l��VcAN9Z���� w�|A�����J����Y��I9w��`.K�������[/\�\Ɇ�Kå2�МE���KW��ތ�Ch&4�@�*Iz��G_uu���ʺ�j'�ݪ�3/���?j�d^������y>j��o�H�`�s��gendstream +endobj +3126 0 obj << +/Type /Page +/Contents 3127 0 R +/Resources 3125 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3149 0 R +>> endobj +3128 0 obj << +/D [3126 0 R /XYZ 71.731 729.2652 null] +>> endobj +366 0 obj << +/D [3126 0 R /XYZ 157.864 707.8408 null] +>> endobj +3129 0 obj << +/D [3126 0 R /XYZ 71.731 700.4885 null] +>> endobj +3130 0 obj << +/D [3126 0 R /XYZ 71.731 672.608 null] +>> endobj +3131 0 obj << +/D [3126 0 R /XYZ 71.731 657.6641 null] +>> endobj +3132 0 obj << +/D [3126 0 R /XYZ 71.731 644.7126 null] +>> endobj +3133 0 obj << +/D [3126 0 R /XYZ 91.6563 628.9367 null] +>> endobj +3134 0 obj << +/D [3126 0 R /XYZ 109.9275 603.0338 null] +>> endobj +3135 0 obj << +/D [3126 0 R /XYZ 71.731 590.9144 null] +>> endobj +3136 0 obj << +/D [3126 0 R /XYZ 71.731 580.0202 null] +>> endobj +3137 0 obj << +/D [3126 0 R /XYZ 91.6563 562.187 null] +>> endobj +3138 0 obj << +/D [3126 0 R /XYZ 71.731 526.222 null] +>> endobj +3139 0 obj << +/D [3126 0 R /XYZ 71.731 513.2705 null] +>> endobj +3140 0 obj << +/D [3126 0 R /XYZ 91.6563 495.4373 null] +>> endobj +3141 0 obj << +/D [3126 0 R /XYZ 71.731 444.4636 null] +>> endobj +3142 0 obj << +/D [3126 0 R /XYZ 71.731 431.5121 null] +>> endobj +3143 0 obj << +/D [3126 0 R /XYZ 91.6563 415.7362 null] +>> endobj +3144 0 obj << +/D [3126 0 R /XYZ 71.731 378.0875 null] +>> endobj +3145 0 obj << +/D [3126 0 R /XYZ 71.731 364.7624 null] +>> endobj +3146 0 obj << +/D [3126 0 R /XYZ 91.6563 348.9865 null] +>> endobj +1555 0 obj << +/D [3126 0 R /XYZ 71.731 315.9455 null] +>> endobj +370 0 obj << +/D [3126 0 R /XYZ 208.104 278.73 null] +>> endobj +3147 0 obj << +/D [3126 0 R /XYZ 71.731 271.3776 null] +>> endobj +1556 0 obj << +/D [3126 0 R /XYZ 71.731 227.6217 null] +>> endobj +374 0 obj << +/D [3126 0 R /XYZ 221.7756 188.3489 null] +>> endobj +3148 0 obj << +/D [3126 0 R /XYZ 71.731 178.2062 null] +>> endobj +1557 0 obj << +/D [3126 0 R /XYZ 71.731 135.1834 null] +>> endobj +3125 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3152 0 obj << +/Length 2118 +/Filter /FlateDecode +>> +stream +xڕXݏ�6�_a�ت�O�ޒ�=�p�Ȧyh���������l���e��-X ���p8��*�?��T\e�I�qZ��pz���0��WJD�"� ��ܿ���,[��}�����U�$q����*K�]�v�����m�Gg��6-�(����>�}k���Gf����]��������EV����M��mL����,/S4�7��]���Y�bU�i�.���zX�"z�����m �ʪ���j�&�J���7�]o�$�F}4He�a��4tkYf<7�5������eJ[�L�[�"������Y��<���9���>���*m�ph�35��[���eɥ����xj<�J�}�r:�/k���ɶCO[�����%w��a� 70+�Sf�Q�%F��/�>�~/L�� ۽�f���=4L�w�q�U�8L��,黗@����>ㅚ�>O�3,� �'���'>��$B�\�/��C;v98�����'ÔNf�iP��(�i��㧊�a�&�|�}�5@��_!����X�$"���Ļ+��@�����[�ܸ��p;�"����x�8H>�R$ug����dt-��$u�����(��,�I��t��~K�����s�Y��p��my�6�=��%���{4� = s_�:GɌܮ=���3�S�vbG��e|�'!�'��*�U6�҄%$�u�6�8�����+3���|~�H�������hO��� +��*\����0�V5�Oe3��J/���w�Y�� +�3-2��2.�$���48���@8-�Lr�J��PW;F�~F���Ȳa*�!��rnbnF�qz��|��) ;�B��|�y���������o�n���O{�����ox��U*.�2�s������!�EWbV++4����y\gp ��aI9U��W,3a���R�H�t ���Ix�(�-��3����H�5��E�$ ��98&� +VW+H��t�� +�v ���_������zU�;�! B�_(��ed��,9R�T����p]G���4h��QQ�[��i�ۙ��t��t#��3�?�����Z��䔬<��1�(�ԋ�G?�16W��h��i6��RV_����8�Fb#��a�l%�YN���ls�}5"(�i����#�Rw�+��B�9t�źe�f�ϯ��wY�䷊;o���\t2���u��2�)�câ�����8Xۮ��Гtܻ!��_��7��#�2�0�[x���c�_x������0 �U�8Cz�Ꮑ��^� �X�/0��4:vp?Ǐ�h�yt/���0w5Ӿd�=E*M$-����0Bˠ&z�B7�H��=Q��d?�8R�;)�A�z�D�$�,�|�ԟ[}YK��C;3|���a�C����Ĺ �h������N��������D��#������`�E�0�R��^ ���e��W��_f� ��bP���J�E�5o�u��� O(���[�)$��.{�����h�e\�ͦq����#w@J��I�~�m�m'k� �Ow�3�r"�"���}�sx�x���"1' �ﭮ��'c-�(��2�\ F�J)��a#��G!���<�I��]�b�)�K2z��b� Ku �|> j� 7�|�[����j:� 3&������0���B���0b����5x���]n�h�0̞s +n�"t�_nA���V +��JJ�@���}P��0<��a�_�5��:�$�j�\˽+�1VI�.��8��K���\Fw����Z�QT��(FLbH��H��Ƹ�=� �-��'�������'oo�&�,<�f��<�H_x�L�]��.�+|B������l�����Kn�}�Kz��L��Y,�J���N]3X��pCc>KS���^a�A����0]s��(�����tA����h�q����oI��?�Y���+���J�@�G�.�m阉�Hq���X!����j�+0W�F���8>�3x�6U{��)|�/��o������� |�W>�'�o�5S�Ϩ,/�L^�8q�tᆳ�ѫg��UQ�V��J�K����qD�o������.�F|��������*����6���7�"�ʼn��M����Ɔ�N +�endstream +endobj +3151 0 obj << +/Type /Page +/Contents 3152 0 R +/Resources 3150 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3149 0 R +>> endobj +3153 0 obj << +/D [3151 0 R /XYZ 71.731 729.2652 null] +>> endobj +378 0 obj << +/D [3151 0 R /XYZ 242.1475 707.8408 null] +>> endobj +3154 0 obj << +/D [3151 0 R /XYZ 71.731 700.4885 null] +>> endobj +3155 0 obj << +/D [3151 0 R /XYZ 71.731 641.7238 null] +>> endobj +3156 0 obj << +/D [3151 0 R /XYZ 89.7017 630.9292 null] +>> endobj +3157 0 obj << +/D [3151 0 R /XYZ 71.731 615.821 null] +>> endobj +3158 0 obj << +/D [3151 0 R /XYZ 71.731 600.877 null] +>> endobj +1558 0 obj << +/D [3151 0 R /XYZ 71.731 540.1696 null] +>> endobj +382 0 obj << +/D [3151 0 R /XYZ 218.2898 500.7972 null] +>> endobj +3159 0 obj << +/D [3151 0 R /XYZ 71.731 490.4322 null] +>> endobj +1559 0 obj << +/D [3151 0 R /XYZ 71.731 411.7662 null] +>> endobj +386 0 obj << +/D [3151 0 R /XYZ 269.7575 368.6687 null] +>> endobj +1560 0 obj << +/D [3151 0 R /XYZ 71.731 368.4536 null] +>> endobj +390 0 obj << +/D [3151 0 R /XYZ 283.7934 329.2963 null] +>> endobj +3160 0 obj << +/D [3151 0 R /XYZ 71.731 318.9313 null] +>> endobj +3161 0 obj << +/D [3151 0 R /XYZ 71.731 281.1121 null] +>> endobj +3162 0 obj << +/D [3151 0 R /XYZ 71.731 266.1682 null] +>> endobj +1561 0 obj << +/D [3151 0 R /XYZ 71.731 205.4607 null] +>> endobj +394 0 obj << +/D [3151 0 R /XYZ 264.3119 166.0884 null] +>> endobj +1562 0 obj << +/D [3151 0 R /XYZ 71.731 162.8965 null] +>> endobj +398 0 obj << +/D [3151 0 R /XYZ 274.763 131.6176 null] +>> endobj +3163 0 obj << +/D [3151 0 R /XYZ 71.731 122.9801 null] +>> endobj +3164 0 obj << +/D [3151 0 R /XYZ 122.2213 112.6886 null] +>> endobj +3165 0 obj << +/D [3151 0 R /XYZ 468.4811 112.6886 null] +>> endobj +3150 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3168 0 obj << +/Length 2656 +/Filter /FlateDecode +>> +stream +xڍYK�۸��W��T�Ā���N����{�8[�8�I�)Rˇ�ʯO��Q=N�@��h4�_7�`�����O5|���8\�N����C}�Vx�S������^�U��I����H)?UY�Ju�gq���y��y0�z���>ߔ���z�ẂIo����.��~�۫�<��c��y+�����1L':�ݪ�בNI�ǣ����T��w�]gL����o!C��vGn���ĭ�]�Y�� v����+v�vl����?�A��v�ޮ����7��SћR֨���� +�`�v]�?o��`�m�yDd��50h�5ʼn&�i��=T�|�U���4̩�j�(ʲ3}��+�?#�8�ι:碓V���Y����P�gJ<g?��aLҿ=0'� `<ޘ &�����l.�G��dv����O2�k�r� ��V2\V���t�����Yk�)"�9�B�WC�<�߄�ތ�^W�" + t36p��0,�]X$���\ËԆ},é(�c�~��Ͷjz���Pᦾ�Z�����aN)6�0�4{��X�Y7�ґ���.:&��g�j�6�Kp0Ù0x�R JSவL� +n��zÓn��0�;���y�p?����UaS�d��"?PItkAs�P'�#-9Dq�9�`���4�>�����8�"��Eg�'3���>tө�Y��^���)�a�4-��y6���<�ل�3K�n�/�a�$��X]Qڌy�x�A��ɧ���E���e�@�J�����*t���Ϣ��'�����3$:�������a�� )��&��םj���� +����?�M�h����Tw]�ɴ�y���=�^מM7TFH>�ٶ��e�vE�E��j�ŭ2X�gi@�-@��j�3*�~�=��E�!Ԃo�>�bP��*|�Vt�� UUB���{�~�x��:����U�[U3c�����O�ϝ�9�B�_g�0�?��;��Hg8���:TB��D��NE)4��|n�$�67ШN���0bMdvS�F���(9=\��"�����Bx#�sm6L�I�jv�:�a�\��*A��1�cL��C���G*ӠU���,�i�e�,)���̩��An(�����K����WA�CPmB��H�Q�1��C���4��A}%����3wH_��,4�&idj��,��Џ��o;s�#R�+��".��t��)�4:O�0m��n�����f���-f��$+MlnO L������#@�� �<G&��v�S�̞���d]pG�N�j-�~<�6 �X��=H�O����?)g���۷'�6"�Խ��,V^l �_���D��80Y�N9|!��X�*�{�R>z����1�d�B�^�6'�LO����'PmNc*gP s����<Il8�#�5 _��n�[��.�yG(GYÁפ�]�,� ��]kx�N) ��q��@��&R�adۉ�XQ\llb�W� M�(��*�?�d��鸶S����4T���:�!x�up\?��^��/��6������ug7�dQ�;��cߕ�yB�_�M�_��X�ݏ��Ӥă�-�Ч?Wov|/�j����v��e!��&��esu���e�sݬԱ\�ɭ�֣��.Ls?UA��I�Ǒ���X�i;�Zx���B�|�,��Bmi��ש`'�@�;�T���"������3���~ �>�4Bz��0�۷��NY:��(���L���5w<�)˛�Ac�E����Q�'*M�� �^�\h���^\X����*��F�sمf�@]t�Lo8��g�BR�MnG����)��K���w��}�<|�N��p��2�ܵOa3a�� +i R^�E�0��v��p��R��� +F�6���.֚p��,�X9�De~��"�i���WAf����|�k����f���e�'������|�J\9���^,o8Z�5�P�D�ڮ�y��#%�a �GQ�o*Ѥ%��TzN%�u�+fq�O'WA�� +X���W..�G�=���a�'���<{��F���K?��fA��釢�Q��8�bY[L�'O�t3�2�M~C�PCt�~n_X���G٦��'zFŁA�"� �,\�kY�����|�2��ac�-�Q�zV\Yv[=#����[f���#���!���:n�|1C +lg{n�c��<d�{�t揱�|�wXS�"���X^ݷ�oW�s��B�$ +|�-�pwx�H�L������p��z�4�7�tZ�h�{�ޖ����}�����3�aNb~�%h�G35/� jG�����!��6��עE��3Ԯk��]J�n��S���@k_+��OД�&�� �M�eqLR��w+FPb�dq��&8;�^��W�����V�_[�<�b�,�>`�ܻ�j�L��5�r��x��B'���d��'|�~�КG,�Q��灟�G�Gc�5-�g.�>Bc�x��:�8��T!*���J����n���%1iɌp'�@�0I�̉��f����`_aȾ��X�(��ٻ(NqO���B�����B�NP���D��]�.�z���|�5����h�~���O|�_>GQ�gA��x�&<���DP[8I�C�w� ]X�����endstream +endobj +3167 0 obj << +/Type /Page +/Contents 3168 0 R +/Resources 3166 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3149 0 R +/Annots [ 3178 0 R ] +>> endobj +3178 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [176.4275 443.0735 223.2515 453.9775] +/Subtype /Link +/A << /S /GoTo /D (parameters) >> +>> endobj +3169 0 obj << +/D [3167 0 R /XYZ 71.731 729.2652 null] +>> endobj +3170 0 obj << +/D [3167 0 R /XYZ 71.731 718.3063 null] +>> endobj +3171 0 obj << +/D [3167 0 R /XYZ 354.5783 669.4894 null] +>> endobj +3172 0 obj << +/D [3167 0 R /XYZ 71.731 636.4484 null] +>> endobj +1563 0 obj << +/D [3167 0 R /XYZ 71.731 566.7099 null] +>> endobj +402 0 obj << +/D [3167 0 R /XYZ 224.8627 533.3997 null] +>> endobj +3173 0 obj << +/D [3167 0 R /XYZ 71.731 530.7398 null] +>> endobj +406 0 obj << +/D [3167 0 R /XYZ 185.7017 503.0137 null] +>> endobj +3174 0 obj << +/D [3167 0 R /XYZ 71.731 495.8157 null] +>> endobj +3175 0 obj << +/D [3167 0 R /XYZ 359.6067 485.0809 null] +>> endobj +3176 0 obj << +/D [3167 0 R /XYZ 388.1827 459.1781 null] +>> endobj +3177 0 obj << +/D [3167 0 R /XYZ 71.731 446.2266 null] +>> endobj +3179 0 obj << +/D [3167 0 R /XYZ 71.731 439.0885 null] +>> endobj +410 0 obj << +/D [3167 0 R /XYZ 280.1962 408.3686 null] +>> endobj +3180 0 obj << +/D [3167 0 R /XYZ 71.731 401.2902 null] +>> endobj +3181 0 obj << +/D [3167 0 R /XYZ 117.1103 390.4358 null] +>> endobj +3182 0 obj << +/D [3167 0 R /XYZ 71.731 388.279 null] +>> endobj +3183 0 obj << +/D [3167 0 R /XYZ 71.731 383.2977 null] +>> endobj +3184 0 obj << +/D [3167 0 R /XYZ 89.6638 362.5405 null] +>> endobj +3185 0 obj << +/D [3167 0 R /XYZ 71.731 360.3836 null] +>> endobj +3186 0 obj << +/D [3167 0 R /XYZ 89.6638 344.6077 null] +>> endobj +3187 0 obj << +/D [3167 0 R /XYZ 71.731 342.4509 null] +>> endobj +3188 0 obj << +/D [3167 0 R /XYZ 71.731 327.5069 null] +>> endobj +3189 0 obj << +/D [3167 0 R /XYZ 244.0118 318.0075 null] +>> endobj +3190 0 obj << +/D [3167 0 R /XYZ 441.8906 294.6949 null] +>> endobj +1564 0 obj << +/D [3167 0 R /XYZ 71.731 215.5915 null] +>> endobj +414 0 obj << +/D [3167 0 R /XYZ 207.7551 180.1245 null] +>> endobj +3191 0 obj << +/D [3167 0 R /XYZ 71.731 171.487 null] +>> endobj +3192 0 obj << +/D [3167 0 R /XYZ 71.731 159.0387 null] +>> endobj +3193 0 obj << +/D [3167 0 R /XYZ 71.731 154.0574 null] +>> endobj +3194 0 obj << +/D [3167 0 R /XYZ 81.6937 133.3001 null] +>> endobj +3195 0 obj << +/D [3167 0 R /XYZ 81.6937 133.3001 null] +>> endobj +3196 0 obj << +/D [3167 0 R /XYZ 484.5537 133.3001 null] +>> endobj +3197 0 obj << +/D [3167 0 R /XYZ 71.731 105.2404 null] +>> endobj +3166 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F48 2167 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3200 0 obj << +/Length 3444 +/Filter /FlateDecode +>> +stream +xڝۮ��}��ݗ�[ѕ�Ҡ@�n�M�'(�nt$�VW�\Iޓӯ�gHQ7������r�Cz~�&��8���:���M~y�nN���;�Q�s���{z���`�:����� ]�$�ā�$��l��n�?g�^��������ť���e}"�w��˪�v�z��Of�(��4��R +���'6�uRߋ���M� b�?��*���>�h$��'ߏ��š���س�%�߁4�at���:GD�Uf�O�E"9�r��������k�}:Kj�:�~�EѶ�������3?5=��笟�F�+��M�g�ϭl�����9��g�j��ys�{gv�t�"u��sӻl��V�h��qi��l�Ѱ��?��4�.���#�� �(���;�s�� ���O��9�O���Y��5���z;��z�-�;�n2kv�K֗yVU�B.ˮ'Č`�����e�Ȟк��^�l���wv�|'��Pm�;7���?�d�"UKY���h���{Y����H_\H5!Y�O&)��Z��=��$w���}���V�h�+O�,��6/���G)�H�˱��.��/,�9�Ұ,�6`.Y�&$�a- s�;`�|�*��Y��Z�Oh�g�~n~exC߁e��y�!����/粖<o.�J������i����=��8��j�Y\#�"Qٽk������Y�}U7L�>��� ����$qB7Ȣ^�@6U�=���,��H��*����8"�=i]�4�C�[X� �7�aY�l"�ja +���p� ��s�\G$ih�R����\`���t`��_AN04A�E�(�H�^��խ0���)���Ow���Zg�^[eH�۵��B��9�,�xFj%�z�#�z�>St�DzS�G���G�|Y������ /�%���u�U��XO�O?��Zd�qu�4��$U�E�&��9t���8� +:9E�Y�j��X9��������:qW��i/Fk;���l��k%y'[eA뵪��wf1c�ز؎����1���>�w�㠲?�������+o꾬o���@٧\��\*�%�f�l�oY�n-쥽4�]���x]�2�F-�����I�! C�̗NVDaG}�QЧC;˲%0�ݚ� 1Gej2��K|���o���2�Ч���p��Ґ������������h�u����W�s`��~�):�(�s�D)W4.0���z�8����f�T�� �D��2�$`!E��c�Cbu��#�U)"1�����B�Ch� �ӏ_p�-����˹Qj姖�b�9CCC��,�xu��MG �b��a����K����p�?2\�>/h��r�<�W: 6q�� ��vO�呾M��" +z����b�)��H� �B�k����r��M +�nb��M7���z�Y�EN,|�<�k���p����2���Y�]a}�sP T�w5���������w�(���݄ �a.ۃ��j��hF��CN�@7�3����f�C�v�$�X �TX�*?r='�o +� + �P'��]��֨U�SS�; �H�C8�h�=m�>d��l�*������y���km��)@�� S`����!�č@*��{a_��EAx7�3H��>{���}3þߜ�]A +|Ŋ��� ȳ�\Ë��{��>�� "��]T�(��k.>��� +�,��C��J���b�����{���ʦ���k���?��]�2k 3r�$�SL��xs#gb^�dE1�{L%��K����b9�a8&��`?��0�� ���Ez��h#�ʝAz$wKK>�� �r7"�X��AԸPv��e �0���T�'U� `BQ+/TH���!�`"��A#O^Dl����6�'����:�P� +�p��&��h�(K�FfhkѨ� �J�J��G���y��6����f9n�b��/�����8��0h�:�\TW.�����T#L��V�9LA���Pg]��$��{� OX�c��\�U-6Duf[�-�Q��"�V�M�튱�7d̐7�\٬�b��֪��Wt����F�<�� ��]�YH��HY���x7�a�y6�({�2%c�D�X^�RW�먭�b�����h=SP .P�r��4�4��x<���Ѓz��q"+(�٬�p]���ĵr����S-����t��ڴx���\���&}� +��qVC�$Y�����dQ��35� s�j�t��r���X��cUn]h�x���ZH�r����o��) �rk���XH��\�+|���.�lk��o7�N5��2�z���&a�t\ۦ��_�o�sOG/�J����u2^J��F�� +x�oׂY0�}uC=�!��K�R�?��(ؼ8TuMD��-�P�h�J`e�a/�.'�%�Z�l�6LӒ�E�D}.Mc�bѿ�#�Te����q��Z�L�\��\�RC�k�U�<�4|�[6Ҫ��G����c͝Ѱ��#"Ps� +�҅��\� ����Wr��P��!�f�p-�������`��Fg$\x�*����a�?��S�������P�� CL�D̵��9R��1�\����oVa�_��q9z�ޥ �G�Ml��"�p�r=�c�7+k�w�a�:�^��,yBeG�� (tRf�z�K�N%���V�rva+WU�MRq������z��-,�՛Ұ�z6�z�3p��^�$q8��R�CK�Ll�T PS~h�� ���o��z���1PQ�h�7h����X5M�Dp8+4x�@@=9S*Yl�"H��v(9�㽏�Nӳ�`�k��ڇ��qUO���WJNr��� ��C=���f>f|��o>��{ +7�U��q=?��6Ҫ +�G*���c�Ѱ�#"��}�f���_��?q��$�(�me�G���r�L��h�gEN��Jí3� ]���+��Ԍ���r�D�@X�o�u���w:n��7}6�:�5�C�/,��OiX�M�7W*L`��V���0Ъ�Ŧ�6������D���vW���^��[��SU��,VPR �#h�z-zF$b+�S���"\����܁w7��Tz��cg��T������2ɯ.=����? >5�ƕl�G�]��� ��.o��w4�5;ɽA�A���8���ޯ-܋����K��~��$J�t�D>+/ܢ������K4�� �jO]��)�������W�쥻�י&B����,�=���zC�ꗗ�yy -*�$�-�B���Z��D���B�H�](Nc F�����6�}�xfr�meiV��IR}L��N<I�e唫:��+g�U*g�&O� ++���"�.� ��3�=����J�e=�������I�!��37��;"�3Y���^X��n]�endstream +endobj +3199 0 obj << +/Type /Page +/Contents 3200 0 R +/Resources 3198 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3149 0 R +>> endobj +3201 0 obj << +/D [3199 0 R /XYZ 71.731 729.2652 null] +>> endobj +3202 0 obj << +/D [3199 0 R /XYZ 81.6937 708.3437 null] +>> endobj +3203 0 obj << +/D [3199 0 R /XYZ 81.6937 708.3437 null] +>> endobj +3204 0 obj << +/D [3199 0 R /XYZ 71.731 706.1869 null] +>> endobj +3205 0 obj << +/D [3199 0 R /XYZ 81.6937 690.4109 null] +>> endobj +3206 0 obj << +/D [3199 0 R /XYZ 81.6937 690.4109 null] +>> endobj +3207 0 obj << +/D [3199 0 R /XYZ 71.731 675.3027 null] +>> endobj +3208 0 obj << +/D [3199 0 R /XYZ 81.6937 659.5268 null] +>> endobj +3209 0 obj << +/D [3199 0 R /XYZ 81.6937 659.5268 null] +>> endobj +3210 0 obj << +/D [3199 0 R /XYZ 71.731 644.4185 null] +>> endobj +3211 0 obj << +/D [3199 0 R /XYZ 81.6937 628.6426 null] +>> endobj +3212 0 obj << +/D [3199 0 R /XYZ 81.6937 628.6426 null] +>> endobj +3213 0 obj << +/D [3199 0 R /XYZ 71.731 595.6016 null] +>> endobj +3214 0 obj << +/D [3199 0 R /XYZ 213.707 558.9041 null] +>> endobj +3215 0 obj << +/D [3199 0 R /XYZ 71.731 556.7473 null] +>> endobj +3216 0 obj << +/D [3199 0 R /XYZ 71.731 541.8033 null] +>> endobj +3217 0 obj << +/D [3199 0 R /XYZ 210.6668 520.6476 null] +>> endobj +3218 0 obj << +/D [3199 0 R /XYZ 76.7123 504.01 null] +>> endobj +3219 0 obj << +/D [3199 0 R /XYZ 128.5181 460.4646 null] +>> endobj +3220 0 obj << +/D [3199 0 R /XYZ 76.7123 429.0861 null] +>> endobj +3221 0 obj << +/D [3199 0 R /XYZ 81.6937 411.1534 null] +>> endobj +3222 0 obj << +/D [3199 0 R /XYZ 81.6937 411.1534 null] +>> endobj +3223 0 obj << +/D [3199 0 R /XYZ 71.731 396.0451 null] +>> endobj +3224 0 obj << +/D [3199 0 R /XYZ 81.6937 380.2692 null] +>> endobj +3225 0 obj << +/D [3199 0 R /XYZ 81.6937 380.2692 null] +>> endobj +3226 0 obj << +/D [3199 0 R /XYZ 71.731 365.161 null] +>> endobj +3227 0 obj << +/D [3199 0 R /XYZ 81.6937 349.385 null] +>> endobj +3228 0 obj << +/D [3199 0 R /XYZ 81.6937 349.385 null] +>> endobj +3229 0 obj << +/D [3199 0 R /XYZ 71.731 347.2282 null] +>> endobj +3230 0 obj << +/D [3199 0 R /XYZ 81.6937 331.4523 null] +>> endobj +3231 0 obj << +/D [3199 0 R /XYZ 81.6937 331.4523 null] +>> endobj +3232 0 obj << +/D [3199 0 R /XYZ 71.731 316.344 null] +>> endobj +3233 0 obj << +/D [3199 0 R /XYZ 81.6937 300.5681 null] +>> endobj +3234 0 obj << +/D [3199 0 R /XYZ 81.6937 300.5681 null] +>> endobj +3235 0 obj << +/D [3199 0 R /XYZ 71.731 272.5084 null] +>> endobj +3236 0 obj << +/D [3199 0 R /XYZ 81.6937 256.7325 null] +>> endobj +3237 0 obj << +/D [3199 0 R /XYZ 81.6937 256.7325 null] +>> endobj +3238 0 obj << +/D [3199 0 R /XYZ 71.731 228.6728 null] +>> endobj +3239 0 obj << +/D [3199 0 R /XYZ 81.6937 212.8969 null] +>> endobj +3240 0 obj << +/D [3199 0 R /XYZ 81.6937 212.8969 null] +>> endobj +3241 0 obj << +/D [3199 0 R /XYZ 71.731 197.7886 null] +>> endobj +3242 0 obj << +/D [3199 0 R /XYZ 81.6937 182.0127 null] +>> endobj +3243 0 obj << +/D [3199 0 R /XYZ 81.6937 182.0127 null] +>> endobj +3244 0 obj << +/D [3199 0 R /XYZ 374.7417 182.0127 null] +>> endobj +3245 0 obj << +/D [3199 0 R /XYZ 71.731 179.8558 null] +>> endobj +3246 0 obj << +/D [3199 0 R /XYZ 81.6937 164.0799 null] +>> endobj +3247 0 obj << +/D [3199 0 R /XYZ 81.6937 164.0799 null] +>> endobj +3248 0 obj << +/D [3199 0 R /XYZ 96.3701 151.1285 null] +>> endobj +3249 0 obj << +/D [3199 0 R /XYZ 239.3308 112.2742 null] +>> endobj +1565 0 obj << +/D [3199 0 R /XYZ 71.731 105.136 null] +>> endobj +3198 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3252 0 obj << +/Length 2427 +/Filter /FlateDecode +>> +stream +xڝYI�����W(s��'�dsMN�38��a^0� h�-�0E +$5Ϛ_�����%�A`�jVW��!�E�< +r����,���p���_�E��V�����?�`̢�,���E�A�"7qP�Q�x����x�����u��K����X���x������n������}�:1OM�8|S� �Q��,�((S� �W7,���E4A� ɖ˿�ƍ"��1@�(]$��3���:*�2.�ʧN��r<8Y|�cc��[����:S�Zl$�-O��G'���zP�u����Ep��m�� �x�e�DI��6�z�&����H����mIf�ѽƤA�D��e��~C�Gj$��dY��ҝ�([��������� ���;���Ə�Gv$�`��yB�(F�D ���K�5�c7��v��.���>:��x��q����e'�U������"[V�o�Z��t�no�/·�|o����ů���؋�^&����/}�N��]Bo���1؝##&�D|���y#!�9����d�A6H��^�9��" u9V�rl���(���J��l��Eyn>���5$H, ��A1�B>�ލ���������k�H�[�C����xЩ�6�;�)�hY��e+K�ѬX��n��^���Po���Ƣq��c� �9}=�~���۸�]�����0Jp8{zV���y?�c��O'g�)�y���U��ĕ +D�<�c�{E��~���8l����,]ju��*B$��*q��tjr�����dɓ��Hfy>�<��x����I��8�L�<ڋ,6@�����|�Ic��_-���J��.��l�/P�uP�:�:� I#Ln��;��HOŪ������� 7KS�9t��}�G�c��E�9� +�\uf[IB5EdE��%T �J)���`�,K�g�qj(/Y>Ly�O��$3d��%�"��*B�Pj�C�t�i!i.�EI�V&m���^(�(���H^8s��EI�r�U�"M1���,1�^�_�C,]?<�<��ebuO���|Zv��p��ʱ��܌/"���D[S8�}@H +�o�ͥ�I�K!�I�9Q���y��1֓[p��$+��O�4w���l�A��˵�VR�8��JF��a����jҗ�c�h�N�� ���V +tŕ���i�� W�o{�H��j^Yj� @[=K�ۦ�~��F%\~!A�˲��u�z���kUK��c��Su�EV7��g�e�ڣ�뱑�/��|ǹ����"ž��G��A�� ����UH%f���*���E�hq6R� ;@Oj:�#_��M��*7l����)��N���T[ɢnqK��Ҫ��e,v.�Y��Is�e�LO�.�%���&����PO��a�6�(1���4�q+y5�h�֠ŬB��B��Nh��f�2{�E�hBH�_�J�� +x��Z��j`_���Z4��~��V(��Կ�R��Fr�T�)�^|�P��HRA�%*��V�c�^#3��%ü��G0˃�e�78�a����v�@C8�(�d��"I��/�%��+=.�� �#�wZ7�~ws�r^8yO����[���,2{{Ξ�yb�z�Ɛ8��Ƣ�i�`,��d�i,\$��Q��#��E���X`�1Y�yt������rfA�̇m4I��� �����C����3��:'<��5�"�iC�7y�-����H7�iK�aqcA�,R�TFnVJ�9��Mw��7 ����;���[Lnmh蔖�7je,�&�� +��*��Ӟ㣭�����ĕu<�Hp1^1}�F��k�u��^��;zw8Sev�����M����K���8�X���;���L�-��ޘ|'K���Kxl��?M�(����pNL�8����sen.A�����A���� 9.(�4�I����c>�a��R���q�iɋ��ɤΧW�ao4�rG�':��*�$����ɼ8O�~��]c�A��B��W�p^�Aq�չ�F�Q'�'�]�v��z��$n{a�����d��io�� v�I��I���p�G�y�"T'��+`��u��&� ��"��6��VN^��t�'��i���T9K��l��*������D�IQF~l��� �����%�y��s�0K�S֞�m��m{�H���`6� +�\����/sy��������W+�G+�9��w]јt�����'A瓝.���EX�'�+G[�c�I� ,q�o|d�5���P֢W���?|���.��A�:R#./W���FS����Ӌ�>����F���{�O��S/��WĒ�.�e'��ӫHd{E��N��6�$�M�����)�s��T�j���~�ܛ���m�O�kz2���`'T^�)HTJ����=�6�M��Vb�v��������C}�T�Ae�7�T2�y�KI�e9Q�P��?}<a�_(i��endstream +endobj +3251 0 obj << +/Type /Page +/Contents 3252 0 R +/Resources 3250 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3149 0 R +/Annots [ 3256 0 R ] +>> endobj +3256 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [289.2129 686.2616 336.4379 697.1655] +/Subtype /Link +/A << /S /GoTo /D (parameters) >> +>> endobj +3253 0 obj << +/D [3251 0 R /XYZ 71.731 729.2652 null] +>> endobj +418 0 obj << +/D [3251 0 R /XYZ 198.4659 708.3437 null] +>> endobj +3254 0 obj << +/D [3251 0 R /XYZ 71.731 699.7062 null] +>> endobj +3255 0 obj << +/D [3251 0 R /XYZ 96.3235 689.4147 null] +>> endobj +1566 0 obj << +/D [3251 0 R /XYZ 71.731 630.4708 null] +>> endobj +422 0 obj << +/D [3251 0 R /XYZ 233.4943 597.1606 null] +>> endobj +3257 0 obj << +/D [3251 0 R /XYZ 71.731 588.5231 null] +>> endobj +3258 0 obj << +/D [3251 0 R /XYZ 436.1187 578.2316 null] +>> endobj +3259 0 obj << +/D [3251 0 R /XYZ 71.731 565.1806 null] +>> endobj +3260 0 obj << +/D [3251 0 R /XYZ 71.731 550.2367 null] +>> endobj +3261 0 obj << +/D [3251 0 R /XYZ 300.5965 538.6799 null] +>> endobj +3262 0 obj << +/D [3251 0 R /XYZ 71.731 499.1283 null] +>> endobj +3263 0 obj << +/D [3251 0 R /XYZ 71.731 427.2329 null] +>> endobj +3264 0 obj << +/D [3251 0 R /XYZ 71.731 401.3301 null] +>> endobj +3265 0 obj << +/D [3251 0 R /XYZ 118.5554 362.766 null] +>> endobj +1567 0 obj << +/D [3251 0 R /XYZ 71.731 289.1435 null] +>> endobj +426 0 obj << +/D [3251 0 R /XYZ 226.7368 250.8655 null] +>> endobj +3266 0 obj << +/D [3251 0 R /XYZ 71.731 242.0427 null] +>> endobj +3267 0 obj << +/D [3251 0 R /XYZ 71.731 222.1682 null] +>> endobj +3268 0 obj << +/D [3251 0 R /XYZ 71.731 198.4222 null] +>> endobj +3269 0 obj << +/D [3251 0 R /XYZ 71.731 191.2841 null] +>> endobj +3270 0 obj << +/D [3251 0 R /XYZ 349.6963 180.4895 null] +>> endobj +3271 0 obj << +/D [3251 0 R /XYZ 71.731 160.3999 null] +>> endobj +1568 0 obj << +/D [3251 0 R /XYZ 71.731 129.5157 null] +>> endobj +3250 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F32 1286 0 R /F44 2154 0 R /F48 2167 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3274 0 obj << +/Length 1688 +/Filter /FlateDecode +>> +stream +x��XY��6~�_a�Ke fE��[�9ТI�t�<4}�e��Õ�l���CuX�Ӆ��$��9�r��+~tP80��0�c�8��W��� 5,ó�3������"��_��W�m���U�0z4\������$E��0϶���]��I�$? �E}�'IS������W��r� H��E[����Yр0����]�'��6�!��+����V��cY 1;��%��@���@q���D)#@��ͨ��&��-�n���Y�SN�K܀ ���S�4}\o�Y�8���l�<�<�)@S�;�U��t��S�S��\�7K\�<W�� +$�5�k�Y":�~��\�K�I��J>�6��L�|���$�"� �%#FҔ�� +��ąP�o<;��R���m�q���~�(#�G]-�+����� ��G$d�� +�����>����ڳx&�g��G��5�8��\��i� �Cj�����~k���H�(�'^r)�h���(x|�^����p!��I��s���%���)O�B��;�?>3��YV�0s��4&u�H�S{��1/��`Tו��,�QoV�2��"��2�9��Ӟ�D �&�bSf�a/ԩyPǪN"Nx�����V��%�z�X-)��c�R )/�e�W�Zu�|�ɱ>۞��Q�����~Z��b[��[C���6���t�)i�jwV��m�Y����?�=Ϫ�V )�l�B/#ur������T1�a��W��iS@��J�����G�1���.m=[T2}�UD� +� e�܃��$�T�͂�)��I��T���kq���p3��6&��0�&���5�!��I��V�,�)+��i�:pت���x-�b�jǚ��u_������~{���o_�D�JrYW}��=��W��G�=����(rd��Zɶ�(L�!vIG�e1��F��4-�붟�<�&����ScHy���?�}��<B=����7�����]���h�=PO�E����tz�����9\I�����S�@�E�A|�K������D#5�uϱ��z��%�;�r)3��?�2��]��:��ï}a�6u�$�,rQ5�U6j$} +4S�EW�'q��K��s�H������-� �xֺ��d��8jKy�WM�z9�p!���W����aR&�.R�A������ d���Эř��2Vw\.���F?b�ê/q��k�V����fHE���v?�����r��=~�Q� ^\w]I^�'���K��h��N��y�¤���f�\�^�����KnpTr~�yS$���p�s�=[~�,�vn&�17v~�\A�Sq~6�c�B�w�ˣ/q>&-���]��]H�J�� +�<�X��9ԝ� +���%.��p�~��{�~.�no��}lJ�MVl�ex?_����Y[Qλg� O�R��kJ�g�%�QH�z��/q>-�.��7X=x��h(<����l�<�S�)��`�ڪW��yi4����0{jKG��x�G�zO�� ר +��n�]px�����'���Ox����:� i�9wJ��ٛ��O��s��ȀL�EZ����F� �[Q�@|�9��[�M�m��4�G�]��[�;����f��X���`�X~��{����������k��Bb�(j%�O���w� ��<Z�endstream +endobj +3273 0 obj << +/Type /Page +/Contents 3274 0 R +/Resources 3272 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3149 0 R +/Annots [ 3277 0 R 3278 0 R 3315 0 R ] +>> endobj +3277 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 681.4057 111.8612 692.3096] +/Subtype /Link +/A << /S /GoTo /D (gloss-product) >> +>> endobj +3278 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [409.6821 681.4057 469.7956 692.3096] +/Subtype /Link +/A << /S /GoTo /D (classifications) >> +>> endobj +3315 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [382.851 136.4492 437.147 147.3532] +/Subtype /Link +/A << /S /GoTo /D (product-group-controls) >> +>> endobj +3275 0 obj << +/D [3273 0 R /XYZ 71.731 729.2652 null] +>> endobj +430 0 obj << +/D [3273 0 R /XYZ 179.4984 706.1179 null] +>> endobj +3276 0 obj << +/D [3273 0 R /XYZ 71.731 697.2951 null] +>> endobj +3279 0 obj << +/D [3273 0 R /XYZ 238.5875 658.6559 null] +>> endobj +3280 0 obj << +/D [3273 0 R /XYZ 71.731 625.9885 null] +>> endobj +3281 0 obj << +/D [3273 0 R /XYZ 411.9612 614.8203 null] +>> endobj +3282 0 obj << +/D [3273 0 R /XYZ 71.731 583.8365 null] +>> endobj +3283 0 obj << +/D [3273 0 R /XYZ 71.731 568.8278 null] +>> endobj +3284 0 obj << +/D [3273 0 R /XYZ 71.731 553.8839 null] +>> endobj +3285 0 obj << +/D [3273 0 R /XYZ 71.731 542.9897 null] +>> endobj +3286 0 obj << +/D [3273 0 R /XYZ 91.6563 525.1565 null] +>> endobj +3287 0 obj << +/D [3273 0 R /XYZ 71.731 513.037 null] +>> endobj +3288 0 obj << +/D [3273 0 R /XYZ 71.731 500.0856 null] +>> endobj +3289 0 obj << +/D [3273 0 R /XYZ 91.6563 484.3097 null] +>> endobj +3290 0 obj << +/D [3273 0 R /XYZ 71.731 472.1902 null] +>> endobj +3291 0 obj << +/D [3273 0 R /XYZ 71.731 459.2388 null] +>> endobj +3292 0 obj << +/D [3273 0 R /XYZ 91.6563 443.4629 null] +>> endobj +3293 0 obj << +/D [3273 0 R /XYZ 71.731 431.3434 null] +>> endobj +3294 0 obj << +/D [3273 0 R /XYZ 71.731 420.4492 null] +>> endobj +3295 0 obj << +/D [3273 0 R /XYZ 91.6563 402.616 null] +>> endobj +3296 0 obj << +/D [3273 0 R /XYZ 71.731 390.4966 null] +>> endobj +3297 0 obj << +/D [3273 0 R /XYZ 71.731 377.5451 null] +>> endobj +3298 0 obj << +/D [3273 0 R /XYZ 91.6563 361.7692 null] +>> endobj +3299 0 obj << +/D [3273 0 R /XYZ 71.731 349.6497 null] +>> endobj +3300 0 obj << +/D [3273 0 R /XYZ 71.731 336.6983 null] +>> endobj +3301 0 obj << +/D [3273 0 R /XYZ 91.6563 320.9224 null] +>> endobj +3302 0 obj << +/D [3273 0 R /XYZ 71.731 308.8029 null] +>> endobj +3303 0 obj << +/D [3273 0 R /XYZ 71.731 295.8515 null] +>> endobj +3304 0 obj << +/D [3273 0 R /XYZ 91.6563 280.0756 null] +>> endobj +3305 0 obj << +/D [3273 0 R /XYZ 71.731 267.9561 null] +>> endobj +3306 0 obj << +/D [3273 0 R /XYZ 71.731 257.0619 null] +>> endobj +3307 0 obj << +/D [3273 0 R /XYZ 91.6563 239.2287 null] +>> endobj +3308 0 obj << +/D [3273 0 R /XYZ 71.731 227.1093 null] +>> endobj +3309 0 obj << +/D [3273 0 R /XYZ 71.731 216.2151 null] +>> endobj +3310 0 obj << +/D [3273 0 R /XYZ 91.6563 198.3819 null] +>> endobj +3311 0 obj << +/D [3273 0 R /XYZ 71.731 186.2624 null] +>> endobj +3312 0 obj << +/D [3273 0 R /XYZ 71.731 173.311 null] +>> endobj +3313 0 obj << +/D [3273 0 R /XYZ 91.6563 157.5351 null] +>> endobj +3314 0 obj << +/D [3273 0 R /XYZ 71.731 150.3969 null] +>> endobj +1663 0 obj << +/D [3273 0 R /XYZ 71.731 137.4455 null] +>> endobj +3272 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3319 0 obj << +/Length 2403 +/Filter /FlateDecode +>> +stream +xڥM�������.k�جH}����ٶӴ;'9�=�Y��&���n_~}�>mo��� � -W��*�"�aP�PQ�V��;ou��w�IvL�}ܿ��w��JE�h�?�������W" e����\?�f��h7;zk_��!?�u�^�'}��~-�*��{��w��Nx��"M@�] �\G�d � R��ݮ�$�HE_B�fq�~n��#�����F�����(o���C�QK`��v�R�a��$@L{; ӂ� u�Q�>.�������*�* +S�(/]v�T��z3^�$�z"2IE�ɢ���T���0�*�PTš#;�K)߆Fnhj��;�͙f�+���4.��:wؚ���4��9!+�<�Y�˳�"��T��^ +�H�D>�Ҁꎗ,�H��҂�o��]f��^r�"w�=����fֈ����:k�<�v�ͨ|��a����;f�Tt�o�qA�7�� +3ި§���L��y�'(�����ЖNΪ{��O=�=�y��r�o|@��s�������/�����ɀ�O,$�������*�x� +?S�H�&����8�&�o�+�-\�2d_aJ�S���?X9����!�Ї�l�1��n@ +�����/���[�i����Y�$I�')�^�~]O�H@ �ȰD@���,��6���"���p!� %�Jn��P�u��a�*q0�zB�P�` b�4��a�/��́�� ���1�f����&p�!��;��C ?�.e$k\��Ώ +�.=��M��sF逺�Q㳓�!� +�H�@�\룸����}����_�����nj����B)5��q���CU~�%.�{�����9|`FE{L<nx k3��q���U�*Ӻ��x0���e����B�6���R�p�mmN̛�#M~6��*u�qb�>�A��祾TٛI9Ⱥ��kN$�(�~�{^E�����SӾm�p-l +E��h��в�K\�z���� ���)Ơؕ�p�#����Xd�WBM�*���� �!/�d��Ȩ` ��R;=�J��?s^��hP>d��9^���Mǀ���aK�"���@X>留)��p����z ��Q_�������|����BO$�\��w1�϶��j��\;*9��//�$5U��n��cR�j��/v4R5c�X$7D�oM)�W�^�h���ۥ6�{$0f��_�K�M���떦N���ڒ*'X��&�cڪ�bB�_�~�����rj Z��}K4�*tT��?�����F��ɵM�3�7O�>��9�+wY�iJ��P���`,���P�Oab�Af�����?Q�ѕ�{���r���EE�(�n i6�c��Dc; +8VL2�����RZ�ٸ�$�S�Rz�����ŕ6jwoJ9ځ��ma���v�ɖ4�c5�摞����1 �:���3�%��+Y�'���4x g���J�M +b�֝���^8�#�B�.yt5Pз�#05yħ��3�8��t�q䨱=�N��� �z�,�c�����{�Y�t���)ll.�ݙqK|hE�,�=ҙM8>��!jət�Ydn��d�>��y� ^�V*M�'��K�%� ��M����[�R�q?�m� �qC�dǝ��Hșl��w�s��oYZ)=P$��}�j7$[���z�|�t�=�J=��R=�a�m`Z��BI���_�:*���"���H ��9G��-lj�m���L�@��,�#fܜag7>�%"���\�#W�[���=ծ��K�\���0��k��d��vH��� l� |8�uǷu�����T�����ȤW38����-��Og�?���~��̟�[B����j�谘1e�4��/�b�K���KcQѵ�x�3��q]s��p�`5Â����S�{��"m;�n����M �YM��n�e��`}��%e�v��b5P�Gsj��n*��%�7�Ծ_��cۖ���r�, ���������x܇fb�Pe:�菨�%P� q�`<J0��Q��ě��vnp!�+D`���?�\�w�V�%LF}>RUx�\�-�(�R +��v��A$ ?��I-�p�� ��yf�i!��p&>�� +!�+`��0�6�!pt!�%���p���T�yS�I�{�n^٧��� ���D(N40����A���$%,��N���7@`��{{�^�w�T�gO�6Eh�. _x2��-���3j��r �7M�4����1 +J���?QA�`RsR>��)Kw���}6� AZ��_Ƀk��_ʃ�=��|���8'��a~5�V�|��K�?S�۹�j=���f������>������i�:N�O����Q�endstream +endobj +3318 0 obj << +/Type /Page +/Contents 3319 0 R +/Resources 3317 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3349 0 R +/Annots [ 3334 0 R 3338 0 R 3340 0 R 3342 0 R 3347 0 R ] +>> endobj +3334 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.8565 589.9181 524.2196 600.822] +/Subtype /Link +/A << /S /GoTo /D (components) >> +>> endobj +3338 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [240.2078 294.8645 292.5709 305.7685] +/Subtype /Link +/A << /S /GoTo /D (components) >> +>> endobj +3340 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [225.1145 277.6491 271.9385 287.8357] +/Subtype /Link +/A << /S /GoTo /D (versions) >> +>> endobj +3342 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [234.6782 259.7163 281.5022 269.903] +/Subtype /Link +/A << /S /GoTo /D (milestones) >> +>> endobj +3347 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [145.4437 137.7338 197.249 148.6377] +/Subtype /Link +/A << /S /GoTo /D (groups) >> +>> endobj +3320 0 obj << +/D [3318 0 R /XYZ 71.731 729.2652 null] +>> endobj +434 0 obj << +/D [3318 0 R /XYZ 268.9457 707.8408 null] +>> endobj +3321 0 obj << +/D [3318 0 R /XYZ 71.731 697.4758 null] +>> endobj +3322 0 obj << +/D [3318 0 R /XYZ 71.731 685.5594 null] +>> endobj +3323 0 obj << +/D [3318 0 R /XYZ 71.731 680.5781 null] +>> endobj +3324 0 obj << +/D [3318 0 R /XYZ 89.6638 659.8209 null] +>> endobj +3325 0 obj << +/D [3318 0 R /XYZ 116.5027 659.8209 null] +>> endobj +3326 0 obj << +/D [3318 0 R /XYZ 317.6563 659.8209 null] +>> endobj +3327 0 obj << +/D [3318 0 R /XYZ 71.731 657.6641 null] +>> endobj +3328 0 obj << +/D [3318 0 R /XYZ 89.6638 641.8881 null] +>> endobj +3329 0 obj << +/D [3318 0 R /XYZ 131.1675 641.8881 null] +>> endobj +3330 0 obj << +/D [3318 0 R /XYZ 71.731 639.7313 null] +>> endobj +3331 0 obj << +/D [3318 0 R /XYZ 89.6638 623.9554 null] +>> endobj +3332 0 obj << +/D [3318 0 R /XYZ 71.731 621.7986 null] +>> endobj +3333 0 obj << +/D [3318 0 R /XYZ 89.6638 606.0226 null] +>> endobj +1664 0 obj << +/D [3318 0 R /XYZ 71.731 575.0389 null] +>> endobj +438 0 obj << +/D [3318 0 R /XYZ 226.1083 535.7661 null] +>> endobj +3335 0 obj << +/D [3318 0 R /XYZ 71.731 525.4011 null] +>> endobj +1665 0 obj << +/D [3318 0 R /XYZ 71.731 432.8521 null] +>> endobj +442 0 obj << +/D [3318 0 R /XYZ 145.8713 374.9292 null] +>> endobj +3336 0 obj << +/D [3318 0 R /XYZ 71.731 367.5769 null] +>> endobj +3337 0 obj << +/D [3318 0 R /XYZ 71.731 308.8122 null] +>> endobj +3339 0 obj << +/D [3318 0 R /XYZ 71.731 290.8795 null] +>> endobj +3341 0 obj << +/D [3318 0 R /XYZ 71.731 273.664 null] +>> endobj +1666 0 obj << +/D [3318 0 R /XYZ 71.731 255.7313 null] +>> endobj +446 0 obj << +/D [3318 0 R /XYZ 373.7867 217.7985 null] +>> endobj +3343 0 obj << +/D [3318 0 R /XYZ 71.731 207.4335 null] +>> endobj +3344 0 obj << +/D [3318 0 R /XYZ 100.9239 197.6739 null] +>> endobj +3345 0 obj << +/D [3318 0 R /XYZ 268.3242 197.6739 null] +>> endobj +3346 0 obj << +/D [3318 0 R /XYZ 71.731 177.5843 null] +>> endobj +3348 0 obj << +/D [3318 0 R /XYZ 71.731 133.7487 null] +>> endobj +3317 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3352 0 obj << +/Length 2917 +/Filter /FlateDecode +>> +stream +xڽ]��8"������$�m:;-����n�����D�����lw��)R�츳{���%R$ERt�*��XI�QDY���pu���o�l�f��߽y�!�Wy�gQ��=��0d�@�B�v����e��f��:��p�˦�_6'B����]VU����oo�v�y� W��U խ���d�� U'�4~����l�4_���Y��kB�KU�}� �k��:8��~��멧��!�p.s����0�P4����=�Š���V�� +��P6�)�䞰G��ẸV�D��O��¶" +�T$f���0��P�H�,@�(�Qܿ�'�x�k4Gj����^���zBF� ;1����!_y@�ʻ��(o���l��E�Tj����ܲo�G��YT}KСm���h�8t����n� b������D����Hך�f��Dg�� ���ǭ��b#ֿm�f�WZ}.x��EU���ܬ;]�mC����T�3Κ�� +D�]yʶa*�BHUk�J@��ĽF;"�q�ivd�u�Ɓ�a�3;]�ɹ�0���{U�2�(�K���m���<�(d��VY�i�C���zD��e�14z��/���K �D*~UK�" %!��"��{O9=a�gz���/��ԝv'�7���J�,A��B��� +��Zc��s;�wD�$u�br�`kH�q7'V��1>�����Mk�@��ʺ�O���ѣm�vh��y�/�&N��?A�*/��=��#��f�o� ���ng+D�����I�j�5C�閼Q|��N�F�GJ�3�S�C�n;��v�ٶ�Κ�w���8J���$#O��!G��S^��z�碧�&9?��H�1� $�,p�0�&�uC�ia�U� F��q�UE��5���^��L�����c�k{^�h��g&��@����q��8A�Fv'5����)V�,ʚ�٣Ň���\�+$D�?Qkd��Z)�mU:OA(��cG��gcxq'=���e��D2�Ǣ��rX'NXO,X��� "n^����2�O?�+G�d*��'�`쉻�x/ � � ���UÊ8S������$�A�����I�=c'y �J��~Ų�监A�(�� +�G +%Y=��F�I�z̨>x1ۆga앤v�3DC\L�+�5SuY�%P"S��-=͢f̫~�O�b��w�����_,T� +STD �9*�<'H#EE�^�C 4������Q�n{ꊲ1q�~���JHxoѫ��h�ťFð�Ew���/S�j���3ޫ�^W�B�]���ǒ��Q�f�YU-��(����/��J��W?�[ +���tT�CNF;@c��δ�A�)i=��J�t�B��E_��� f�����u�[�$-���� /!���:�y]6)�_۠�AU����hj���9'�8�%�8�ynx���SH{���\��~w�j#1朩�8r�5�U��ᴰdr.�- A�H{��P,�q³vdUM�^t��c)��RN���Щ Yx�m}��� �HƳ�I,��=�e�㐉���S�]�|���]�-=)�y�ä�h*m%���"b����s~�O�S���љs�/�C���Y�Α���wf5�����Pq��*�o]���DP�j�}�i����C�ũ5@[�7�Z�%1�^2X\���Q�4��c�G8A_�D���ĉ�?��0]g���Ru�T�<Io��BI����O��x�&������wSD�^X4PZ�/�#__.DZRV��D�^���`H!2g-b�m�]]6<�E�I�Ǵ�H�9W���R��Tn��l=)R�,�Eۚ�F'1)�J�3Y�/��ud22-<];�Eq�_����Xf?�*l� 6B� �52l�<wO�l�~;E����#5��;+�i� t�irN}�2��%��(+�"����l�����ӝ; �X��S���39���:*hN?;�G��ro�^[{e؆�}��'��7a�1f�������?�u��5������R�d'舤t3 �b����VAYg��r���{WV�K~r/�����mNb|B�0um�9,��D�θvUAA�.�a�t��^sks3�*�EXf�&X" ؞�Y'p*B,�W��i�"�2@T����b�:�� m)�\/�h����`ÅnB�=�̓��� �!��WL��U�2?F�M�)4��_�J���ZQ^���4�w�D�ыq�vW�n���'��9I��3HJK�ٲf���п�ɐ�竐��d[z!ph�N�N�&.ЃMd�����"llS��q��65ƶ܋mj�r�m4��o��}v�{��^\��m0��'b(*��dd�;e��Swk�po4uև�0��ѬN|�r���DZ���]�&�|�\�G(WǠ�/<1�ı� ��h\��EwLַHgZ�S$��V���xy���L̬8m�:X6=�gT��y1[��P�D�y����> �5��T����%.���!3NM:���X�,ݞa�����~�+�u)l'W�n+� �i~pE�eMa����K�&ġ�:�C�CioO�z\������ ��Nx�|�5���'C\5sϫM��!iɢp$A�^Q��"�ך�cjO��л����h麢9����k��\zb��ŕ*����.6����`��L������faG�{�d�N<��;�x�����=��>��������LJ�O?��[��`IeHv�Iw���q����!۵����B�~���"��G�X�3� ����?Ѓ���T�� ,�}gT.ҏe����6R��ۻ_�����{���� $*P"�_���Gs�o�4�딀ہ�B��ݿO,0����endstream +endobj +3351 0 obj << +/Type /Page +/Contents 3352 0 R +/Resources 3350 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3349 0 R +/Annots [ 3355 0 R ] +>> endobj +3355 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [87.6113 653.3849 149.3793 664.2888] +/Subtype /Link +/A << /S /GoTo /D (group-control-examples) >> +>> endobj +3353 0 obj << +/D [3351 0 R /XYZ 71.731 729.2652 null] +>> endobj +3354 0 obj << +/D [3351 0 R /XYZ 71.731 718.3063 null] +>> endobj +3356 0 obj << +/D [3351 0 R /XYZ 71.731 654.3811 null] +>> endobj +3357 0 obj << +/D [3351 0 R /XYZ 71.731 639.4372 null] +>> endobj +3358 0 obj << +/D [3351 0 R /XYZ 71.731 590.386 null] +>> endobj +3359 0 obj << +/D [3351 0 R /XYZ 141.0038 577.4346 null] +>> endobj +3360 0 obj << +/D [3351 0 R /XYZ 527.4622 577.4346 null] +>> endobj +3361 0 obj << +/D [3351 0 R /XYZ 136.2087 564.4832 null] +>> endobj +3362 0 obj << +/D [3351 0 R /XYZ 71.731 557.345 null] +>> endobj +3363 0 obj << +/D [3351 0 R /XYZ 139.2157 546.5504 null] +>> endobj +3364 0 obj << +/D [3351 0 R /XYZ 501.9343 546.5504 null] +>> endobj +3365 0 obj << +/D [3351 0 R /XYZ 121.4494 533.599 null] +>> endobj +3366 0 obj << +/D [3351 0 R /XYZ 192.6467 533.599 null] +>> endobj +3367 0 obj << +/D [3351 0 R /XYZ 348.3123 533.599 null] +>> endobj +3368 0 obj << +/D [3351 0 R /XYZ 71.731 502.6153 null] +>> endobj +3369 0 obj << +/D [3351 0 R /XYZ 284.0181 489.7634 null] +>> endobj +3370 0 obj << +/D [3351 0 R /XYZ 71.731 469.6738 null] +>> endobj +3371 0 obj << +/D [3351 0 R /XYZ 149.9766 458.8792 null] +>> endobj +3372 0 obj << +/D [3351 0 R /XYZ 71.731 438.7896 null] +>> endobj +3373 0 obj << +/D [3351 0 R /XYZ 146.371 427.995 null] +>> endobj +3374 0 obj << +/D [3351 0 R /XYZ 71.731 420.8569 null] +>> endobj +3375 0 obj << +/D [3351 0 R /XYZ 146.371 410.0623 null] +>> endobj +3376 0 obj << +/D [3351 0 R /XYZ 71.731 402.9241 null] +>> endobj +3377 0 obj << +/D [3351 0 R /XYZ 89.804 392.1295 null] +>> endobj +3378 0 obj << +/D [3351 0 R /XYZ 173.1124 392.1295 null] +>> endobj +1667 0 obj << +/D [3351 0 R /XYZ 71.731 364.0698 null] +>> endobj +450 0 obj << +/D [3351 0 R /XYZ 347.5933 331.7559 null] +>> endobj +3379 0 obj << +/D [3351 0 R /XYZ 71.731 323.3037 null] +>> endobj +3380 0 obj << +/D [3351 0 R /XYZ 218.9123 299.8755 null] +>> endobj +3381 0 obj << +/D [3351 0 R /XYZ 71.731 255.9403 null] +>> endobj +3382 0 obj << +/D [3351 0 R /XYZ 71.731 235.9503 null] +>> endobj +3383 0 obj << +/D [3351 0 R /XYZ 71.731 174.1819 null] +>> endobj +3384 0 obj << +/D [3351 0 R /XYZ 71.731 131.4072 null] +>> endobj +3350 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3387 0 obj << +/Length 1718 +/Filter /FlateDecode +>> +stream +xڥXYo�6~�_a��6+�����$M�M/���E�Bu"�i��;�%ʖ�,��193���p8�3���E�y��&��h]~�G������Ȍdf��b�����F���n8ZnF�m[�'��s�8p��2�cr�Mw�5ә����yV�U�W�HZ��͋"������Ͳ5x���`ᬇ�Ԁ��(C_����c��Hy�����ZLg� n�͕t��� +��SB���B�����8~����å�O�������O�@���LJ��/���'i��֍���[Ad���r�$>�$]�S'������WY�N�r�O�6�:��Mݠ�NG''co|�㒕+�p���}n��5�o���#g�V8`m�7YM]{��N�\��늼|�Ŗ\aM�s�פIԤ1�E��k%�����v[+8I���$�+.pޅ�Rx8Dw����B!y�/'1�Ԣ��9��w�7�J�g%gJrr�!�U-�[+� <��ȱt���b +8JMEJ��|�ւ#_m5��.w`�:蠅I�9 @����O�v��:P��S�ԥU�!H��B�BZeE�q��k��6�lc�%���ơ������s�2ܱ�5)���u����oSߞP�C=`�}�r᮷uJ/���4�A(�PHO���{�dA�2�!��8���;nk����J���C�x��D�~Պ�m���+-�"A+��a�X6�����^ɖѳ�J�Q���jNꮎ�������|>���Ɂ�j�2���L^`�0$���}��%Fn�(���8��J#��:����ưN�0���6M]� +.�����+��*�f���t��3�P5�یZ��7�Y�^6|��?���W�K�)?x��2,e��7U�V.G}p� +���׳�2%rY�g�����3I�N�Ô�on�__^~�?|�/�|;�?����E*�F>L����%� ���Kk�G�� � ��1R-N�I�4�m@4r�����Ԥ��[�!�<�\���6C�f�m�=���ix?���l*�0��ݮnl.ҍ�%6$���I\u 00z��ZC��E�djS[1&��(S�Zl/��������l�XƲ���;J��w��1Bo�� HhfJ�ƻ��G�$^�uh2N�0��A����z�.�.Cz������gc�w�:����V���y<M��x�R2�$�C&���G��xQ���SQ�^O6?8G-Խ�R�|�(_�h��ِ:���1z�a0��Ϻp���y�a^�$�]��g�5kp����1��T,�8���}���!�� =��}�;&t1<q�p�:q��6�Ry����{�PA������8u��E�lS����"�ސd}o��lR��e�0d�����D=y�I�]�.p�O�@߾Ȑ�"a��HI��2Şl��2<63�k8:�a��>��)m2uL{<F��M_��9�-���@�����Hl����`�pE�u�� *t�l�_9�ʉc�*Y +�3�+�q�z�z�E�����G�ۼ�P�=_�.�肉_�<�&u��]�$���e��u���9.hX���x=�{�н|�`�f #���+-+�J +���;T G��)�n$��v�@��n���s�ȏ�+��\��1í�\^�R�k�>��W��1U䎻3����V���軭!s��6pc�v���$��ݓ�a�ς��endstream +endobj +3386 0 obj << +/Type /Page +/Contents 3387 0 R +/Resources 3385 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3349 0 R +>> endobj +3388 0 obj << +/D [3386 0 R /XYZ 71.731 729.2652 null] +>> endobj +3389 0 obj << +/D [3386 0 R /XYZ 71.731 718.3063 null] +>> endobj +3390 0 obj << +/D [3386 0 R /XYZ 71.731 675.0685 null] +>> endobj +3391 0 obj << +/D [3386 0 R /XYZ 71.731 616.1246 null] +>> endobj +3392 0 obj << +/D [3386 0 R /XYZ 71.731 598.1919 null] +>> endobj +3393 0 obj << +/D [3386 0 R /XYZ 71.731 562.3264 null] +>> endobj +3394 0 obj << +/D [3386 0 R /XYZ 71.731 507.8954 null] +>> endobj +3395 0 obj << +/D [3386 0 R /XYZ 71.731 487.8058 null] +>> endobj +3396 0 obj << +/D [3386 0 R /XYZ 71.731 439.3625 null] +>> endobj +3397 0 obj << +/D [3386 0 R /XYZ 71.731 384.5579 null] +>> endobj +3398 0 obj << +/D [3386 0 R /XYZ 71.731 364.4683 null] +>> endobj +3399 0 obj << +/D [3386 0 R /XYZ 71.731 338.5655 null] +>> endobj +3400 0 obj << +/D [3386 0 R /XYZ 71.731 333.5842 null] +>> endobj +3401 0 obj << +/D [3386 0 R /XYZ 89.6638 312.8269 null] +>> endobj +3402 0 obj << +/D [3386 0 R /XYZ 71.731 310.6701 null] +>> endobj +3403 0 obj << +/D [3386 0 R /XYZ 89.6638 294.8942 null] +>> endobj +3404 0 obj << +/D [3386 0 R /XYZ 71.731 292.7373 null] +>> endobj +3405 0 obj << +/D [3386 0 R /XYZ 89.6638 276.9614 null] +>> endobj +3406 0 obj << +/D [3386 0 R /XYZ 71.731 269.8233 null] +>> endobj +3407 0 obj << +/D [3386 0 R /XYZ 71.731 246.9092 null] +>> endobj +3408 0 obj << +/D [3386 0 R /XYZ 71.731 180.8219 null] +>> endobj +3385 0 obj << +/Font << /F33 1378 0 R /F35 1723 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3411 0 obj << +/Length 1928 +/Filter /FlateDecode +>> +stream +xڽXK��6��W{� �I�HO��M�lҬ�"hz�Z�-DC��q}���,۲7��������d����>�9AʂH�E���`�>�L�g�gz=�� 磔�Q���Q�y,��t�%�OF�����ZnZ�L���Ɯ�8�ʼ�5��j����տyQ��?�?^��;��,M@�E;��(����n�%��<�~l�l�h'���^@���Y$"nYf����,����ӗk�������>}y�͆<l7��iI�����y?�<���k^�����eYW����7�������� �����n���o���G ��L�^hE���&�7V�&��.���d��U�����>�C]�6/��зB`�tB`��^��ʈ���^�ۂ�U�cQW+��0_�I���O|a 5\j��.��vE*�z^Pt*V1�y���c&���!�M���e8�E�l@��k��t�u�,>ª�e�d�����G=8x<nײE�(�ڰ� s�Ϯ2��g�7������t�2S����Mk�nȰ�@o19�U�j���I,B _F���E��(��q�,� Y�q��4��˜"s�x*�2��B=�)�/�P�!��d:1k\u \�g��!�{*}��@��4��@��u�Ⱦ0�1����Y�7_�ɸ����,��݆��iы`Ǎ�L4Ѷ��3:j��um� J���UȖ�-�0���VZ����!KC�B�� �����qM�l6��p*�&��ߔ3_��,N��#�sF�H3F��!g���S�r� 2�$Fg�L04��T��PpI!��k�B@!r��G�����;_f�y�V�(@Z��-�w �TV�֮ޒ��(�����z)wH?N��>_}~{�����5ݠ�iW����H�Z�p�Po1��4 �9~�y����vY����5�l�T�T�T���fd��T��j@� V�,�C�*`!�6���6���k�x �T#5�hUi�;6ڸ�h~Ǡ�ɡK�~^!�k�,U.uCY���������R� +M��֝`l�m:̋��!�Sޮ�j(c��4e�&����M"��s\���=���p���&�A>��Ep[���I���u��r�/q�� �|����mh��YӈX�d#�yĊ6��g��9��Z���9�d�Paw� +����w��7u//e���bͅ�ӺƉiN~X��$c�ОL���)���ǘ�z���{���..8d�x$�����r�`}>8�`��'@+x��j~�C +�g��5.�y�k�|Çrn��Wd,�V��s��9ў�6f�~�x�d�)R��<"휧����u��p��8PA����1�=��Y/$zrO�����6p�@�vс���{ +l�>(y�P�s�(���n�����LU�>���_��OSׇ]� �4����D�p�̵�xׇIJR�r��.LD��:��%�>mH�/&�S�Y�K���t�v��=�$��l�.s q�i��{ɫ�V'NA��/`q,���i�粍��'���>;V��,�x2��x�Lp��1�D6�{�r��������v_^�2=tP}�ٲ�ˋǩ�ݟ�ȕ:���, ��2�}��Pw\��Y��T>�eNd_�z�eCȺ0�x�u`7�jݲ�0FK}�����gaP�0^4�D��^��{��'!31hv�Z2��k\I��6��حҋ&ߘ����|�� �ՁށA����g��Cg���$Q�* �K��۰(�^@>��`�wt��.�")����,�V뎑��py�c%��l"��Ņ����w��ʕ�4Ы��f���K��Y�r����Dٽ�W.t*��2{��O���{����qk��V�l���4���S(B���+���U,��y~�v�*!?������;��_endstream +endobj +3410 0 obj << +/Type /Page +/Contents 3411 0 R +/Resources 3409 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3349 0 R +/Annots [ 3419 0 R ] +>> endobj +3419 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [413.9471 468.947 465.783 479.4217] +/Subtype /Link +/A << /S /GoTo /D (groups) >> +>> endobj +3412 0 obj << +/D [3410 0 R /XYZ 71.731 729.2652 null] +>> endobj +3413 0 obj << +/D [3410 0 R /XYZ 71.731 718.3063 null] +>> endobj +3414 0 obj << +/D [3410 0 R /XYZ 71.731 605.1308 null] +>> endobj +3415 0 obj << +/D [3410 0 R /XYZ 71.731 585.0412 null] +>> endobj +3416 0 obj << +/D [3410 0 R /XYZ 71.731 536.2243 null] +>> endobj +3417 0 obj << +/D [3410 0 R /XYZ 71.731 503.4122 null] +>> endobj +3418 0 obj << +/D [3410 0 R /XYZ 71.731 483.4869 null] +>> endobj +1668 0 obj << +/D [3410 0 R /XYZ 71.731 424.01 null] +>> endobj +454 0 obj << +/D [3410 0 R /XYZ 210.4345 378.7557 null] +>> endobj +3420 0 obj << +/D [3410 0 R /XYZ 71.731 366.5845 null] +>> endobj +3421 0 obj << +/D [3410 0 R /XYZ 71.731 311.2041 null] +>> endobj +3422 0 obj << +/D [3410 0 R /XYZ 510.3067 261.5552 null] +>> endobj +3423 0 obj << +/D [3410 0 R /XYZ 71.731 241.4656 null] +>> endobj +3424 0 obj << +/D [3410 0 R /XYZ 71.731 228.5142 null] +>> endobj +3425 0 obj << +/D [3410 0 R /XYZ 71.731 223.5328 null] +>> endobj +3426 0 obj << +/D [3410 0 R /XYZ 89.6638 202.7756 null] +>> endobj +3427 0 obj << +/D [3410 0 R /XYZ 131.1675 202.7756 null] +>> endobj +3428 0 obj << +/D [3410 0 R /XYZ 264.267 202.7756 null] +>> endobj +3429 0 obj << +/D [3410 0 R /XYZ 71.731 200.6188 null] +>> endobj +3430 0 obj << +/D [3410 0 R /XYZ 89.6638 184.8429 null] +>> endobj +3431 0 obj << +/D [3410 0 R /XYZ 131.1675 184.8429 null] +>> endobj +3432 0 obj << +/D [3410 0 R /XYZ 71.731 182.686 null] +>> endobj +3433 0 obj << +/D [3410 0 R /XYZ 89.6638 166.9101 null] +>> endobj +3434 0 obj << +/D [3410 0 R /XYZ 137.6244 166.9101 null] +>> endobj +3435 0 obj << +/D [3410 0 R /XYZ 249.7943 166.9101 null] +>> endobj +3436 0 obj << +/D [3410 0 R /XYZ 325.9286 166.9101 null] +>> endobj +3437 0 obj << +/D [3410 0 R /XYZ 409.7042 166.9101 null] +>> endobj +3438 0 obj << +/D [3410 0 R /XYZ 503.7813 166.9101 null] +>> endobj +3439 0 obj << +/D [3410 0 R /XYZ 214.4934 153.9587 null] +>> endobj +3440 0 obj << +/D [3410 0 R /XYZ 89.6638 141.0072 null] +>> endobj +1669 0 obj << +/D [3410 0 R /XYZ 71.731 133.8691 null] +>> endobj +3409 0 obj << +/Font << /F33 1378 0 R /F35 1723 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3443 0 obj << +/Length 1986 +/Filter /FlateDecode +>> +stream +xڕk������ +C�ld=��#�P$�m��)�� P��a,�m�d���6�/9��,k78�<CrHߣuV6�sV�#"~�D�a���{u��&�2��$�v�����V�HB7\�+߶Ed��*�\N��e���;�K���� �'���윗y�<������(��ݏ>���$ �T�:��ʉ��>*�_�D�G�V�!���_6� (��&����qK{�u�����q�90�ײV�hO������Qu��\�*����vM����>ଭ�"/3D`O8�N0I�#d��R��m[�֦�ə��Zf�V�{;�H���>wE�oU��%~�mW�_hG��E�t��奖i����r���_��pZɺ�U��/�AW�|.+��k9fu����0�#�;��N7�K������Kk%[>CvDm��5���i�F $��B7�����l "�W3ڦ�PMGL�ʼnC/��7���g��O9����:O�j},�ql�S���|���qbdK�-�H�Q�aL�j��=^�}l���� +w�Q��� �:�G�_�� +R��%v�ֲ%(Ylj��"6��椫�>Ŵ�:l@���%�8��`uP"0�K����ǿ+���D��M�Y����ؼ���Wma2S9��xj�#7Q(��.z� z�䞈*�#��{�ŋ�Q��rh�CΔ��+�L���1w��^r��#�3�U��T�W��Ī�� ���Bq�L٭�f�5�W +n��:��m`�B6q�M�����]���Ӡ����_[��6���m,�q��S�.�,Y��p�'$���co���/��j!��R����iwaY�)�]�z��Fz�@^��'lrO eT6��j_E_7����{W���Reo�{��#d�\��B�q����B��Z�T����}� �N����̂.-�@~��>R5L^.�� z�x6;��6�?���w?���'+�;}b=\Z8���z�(/��s��8��J�=./M� u.tж���qD������yA�P�$�v0�o����q����+mn 44Y6��F�t�k�3o���?�m��U#g�R�T�K�@�<�̉|�X/�p�U����2DKÅ��'&��<��]�C�8���1 �c�T��͜�wsQ�;�wƼ5�q^aŢ��J��U]B��66��G����N��- �[�T�CĜ�w�rQ�;���l7/����*F��t��6���~2��x�Dg���K%�.]�A��T�j����}u�R x=��Y��4D*i{�����+���L�N�1�? 9n��d�.��^1�';����1��"A �N��~�mh�zR5�E�!H_E=(ov�5��]!Y��dqK��D��c1�bt�@�v�R } +�����աճ,��~鹎�4��9���r�`U�)ՙb������륃�J��Pb�rϺ�C۳�~�фv�p-1�Ȼ��.��+���s٤z����?��9�o�� +w��gt�p���{G�O;��Ѱ�i���P\n�\���5~%�`�U��@|4��!l^�<z�-������AwM�S7��+��T� p?U�Ͻ0b~a���� =b�9!�-</i�'fy%�� HԶ�b�5��XR7�l;�9#��@��W�F�<����r�#?������ x�`A�;�@��o�H���Z�T�wk��}U��#SUf���P���˘�t4�poO ���*O��G"aҪ��w��X��F~��������Լ`�2Mե}��}:��u��(J��L���������q9�Hͱ����������@�pM�2!\��56���������R4[k����"�?��~gye�4p��F7+��6u��"CS6�,~|DB8��&��E�s-f��EU�7��4}E��b8s����,�0��C�|������~�ſK4���X�N��t����aF����0Hendstream +endobj +3442 0 obj << +/Type /Page +/Contents 3443 0 R +/Resources 3441 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3349 0 R +>> endobj +3444 0 obj << +/D [3442 0 R /XYZ 71.731 729.2652 null] +>> endobj +3445 0 obj << +/D [3442 0 R /XYZ 71.731 741.2204 null] +>> endobj +458 0 obj << +/D [3442 0 R /XYZ 176.8299 705.7477 null] +>> endobj +3446 0 obj << +/D [3442 0 R /XYZ 71.731 696.9249 null] +>> endobj +3447 0 obj << +/D [3442 0 R /XYZ 71.731 664.099 null] +>> endobj +3448 0 obj << +/D [3442 0 R /XYZ 71.731 653.2048 null] +>> endobj +3449 0 obj << +/D [3442 0 R /XYZ 71.731 648.2235 null] +>> endobj +3450 0 obj << +/D [3442 0 R /XYZ 89.6638 625.409 null] +>> endobj +3451 0 obj << +/D [3442 0 R /XYZ 71.731 623.2521 null] +>> endobj +3452 0 obj << +/D [3442 0 R /XYZ 89.6638 607.4762 null] +>> endobj +3453 0 obj << +/D [3442 0 R /XYZ 71.731 592.368 null] +>> endobj +3454 0 obj << +/D [3442 0 R /XYZ 89.6638 576.592 null] +>> endobj +1670 0 obj << +/D [3442 0 R /XYZ 71.731 569.4539 null] +>> endobj +462 0 obj << +/D [3442 0 R /XYZ 194.2 526.3564 null] +>> endobj +3455 0 obj << +/D [3442 0 R /XYZ 71.731 517.5336 null] +>> endobj +3456 0 obj << +/D [3442 0 R /XYZ 71.731 489.689 null] +>> endobj +3457 0 obj << +/D [3442 0 R /XYZ 71.731 474.745 null] +>> endobj +3458 0 obj << +/D [3442 0 R /XYZ 71.731 425.6939 null] +>> endobj +3459 0 obj << +/D [3442 0 R /XYZ 71.731 411.3029 null] +>> endobj +3460 0 obj << +/D [3442 0 R /XYZ 71.731 406.3216 null] +>> endobj +3461 0 obj << +/D [3442 0 R /XYZ 89.6638 384.8471 null] +>> endobj +3462 0 obj << +/D [3442 0 R /XYZ 71.731 382.6902 null] +>> endobj +3463 0 obj << +/D [3442 0 R /XYZ 89.6638 366.9143 null] +>> endobj +3464 0 obj << +/D [3442 0 R /XYZ 71.731 364.7575 null] +>> endobj +3465 0 obj << +/D [3442 0 R /XYZ 89.6638 348.9816 null] +>> endobj +3466 0 obj << +/D [3442 0 R /XYZ 71.731 310.0277 null] +>> endobj +3467 0 obj << +/D [3442 0 R /XYZ 89.6638 292.1945 null] +>> endobj +1671 0 obj << +/D [3442 0 R /XYZ 71.731 272.1049 null] +>> endobj +466 0 obj << +/D [3442 0 R /XYZ 150.0257 229.0075 null] +>> endobj +3468 0 obj << +/D [3442 0 R /XYZ 71.731 216.5695 null] +>> endobj +3469 0 obj << +/D [3442 0 R /XYZ 366.7665 207.4483 null] +>> endobj +3470 0 obj << +/D [3442 0 R /XYZ 395.8187 207.4483 null] +>> endobj +3471 0 obj << +/D [3442 0 R /XYZ 396.1912 181.5454 null] +>> endobj +1672 0 obj << +/D [3442 0 R /XYZ 71.731 166.4372 null] +>> endobj +3441 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3474 0 obj << +/Length 1893 +/Filter /FlateDecode +>> +stream +xڵYK��6���m�ɚ�w.���t�C{��Kۃlsmue��l�__��eʖ�;�t|�����r�ONR)����j���� ,�p'�d�4s�����Oa8�E��d�x�DA � �'i�D�l�X�>�~[�;���*�����zW֥�����ԇ�柲��ٟ���>.z�q��< 75�.uT�DF"��J���Ȣ�TE&$j�f���|.w�JS����@1��z'&s����k=S���L�S]5{<;N��Ͷ���LӢ�Q�P[�'����m*�b�`�@3(~�6�j��h��y>�W��4�[�T0=lx����ݮVW�0< �[S65M(�y�[�G�8� � ��cYN��k��a��t�(C����R�D��F�UӍ�/C!�@1M�H���恆�喬�ՎгԚں\�¦ku�����o��o��6FaO?�c�X��ԏ�ЪnjA���"�����'�M�I�2���N�Ds��<�G��/Ź�,If�"��^��.x� +�w�X8r�E��g�i��6� a���;�ժ�*͘�-�f��̜�/��̶AO~fև=� �-0��1/�C�[����D�-����(Ȃ�����l}Q���g���#�C�����~�N�.����2j�m���I&�^6_�S{<9̖������ �/������(�P��{���[Ɵ�ֻ}w��+�p�`�����g opA\�8�(/�춟�T�����C��~6&�e?����<[Rݙ�8p���� &J��X�݀������ॼW�xK�9�|�fд=o��[�D�S&b�J~�</y� RA��س�zQ�]�\��(*��.ţ�q+� +Ռ�_ˈ�W��M.x�Ȋ A���z7e���O���C��I�7 �*k�p��4p)��n��++�,9����hH�3�z����q��QJB�hf����>�ƅEg�'�.�KW��veH�B�`6� �qT�||�lFD��ln�p�U����$ƌ[%�ԋ�-�3���$@p0֪���m�S5��.���L�B�O�q�T��} ~�j�/Zk����V�Y�Z� �h�p�tT��k�������z{��6�6,8F ʪ>��TO�,���J��j�:�~� �����$Af��� +#A��p��o�$�`��bUn7����\��-7:�ϐ/]��K�Ld�$��]�Օ!֡�h��D��_c�)2���K��i�����E�MV�{�\1���l]_p����U<�̰.�(!ܣ��?�G��Y>�rfS�l{�X������r�8��$�"�W�Wy*�D�o����:�=� ����uݣ�e�͞73���~1���c���.j�[�ȩ�_ 2�7�P��d}C�=�7PvT� �}c�� ޣ6|=D�X@$�oC����ߕ0�1���~�SC6�-y0�é>(yy� � n89n83�39�y����/e�ޔ+�U�8� +Ԋ*�� +v[�������#ҝ.j�Z�~+��e�>��M���8�]�o�P������!�h���t���ʜ}��$��wI�j >˜^_��4�b���} �aE(���B~�~5�k/־�4�mn}{LN�n�X&��0E�ڬ��1L�5f5e���1��D�������w��x�u�6[�ܷ�leE���B0��@�%�x�Fk�iEƈ7�Jp���c~�a +]}ļh�J�kJ��ء8k�9����d���e�.W��I������!/8N!�D���7��:��"�7X)Y�3 +?�M�1���N8̩�����8(9��?��F@oA�L�x4��ĐP2�{N�p���0"�_?��endstream +endobj +3473 0 obj << +/Type /Page +/Contents 3474 0 R +/Resources 3472 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3349 0 R +>> endobj +3475 0 obj << +/D [3473 0 R /XYZ 71.731 729.2652 null] +>> endobj +470 0 obj << +/D [3473 0 R /XYZ 235.9924 707.8408 null] +>> endobj +3476 0 obj << +/D [3473 0 R /XYZ 71.731 697.6981 null] +>> endobj +3477 0 obj << +/D [3473 0 R /XYZ 260.9652 687.7163 null] +>> endobj +3478 0 obj << +/D [3473 0 R /XYZ 154.0914 674.7648 null] +>> endobj +3479 0 obj << +/D [3473 0 R /XYZ 287.74 611.0039 null] +>> endobj +3480 0 obj << +/D [3473 0 R /XYZ 258.7481 598.0525 null] +>> endobj +3481 0 obj << +/D [3473 0 R /XYZ 276.9995 598.0525 null] +>> endobj +3482 0 obj << +/D [3473 0 R /XYZ 311.0217 598.0525 null] +>> endobj +3483 0 obj << +/D [3473 0 R /XYZ 71.731 595.8957 null] +>> endobj +3484 0 obj << +/D [3473 0 R /XYZ 89.6638 580.1198 null] +>> endobj +3485 0 obj << +/D [3473 0 R /XYZ 208.7959 580.1198 null] +>> endobj +3486 0 obj << +/D [3473 0 R /XYZ 71.731 577.9629 null] +>> endobj +3487 0 obj << +/D [3473 0 R /XYZ 89.6638 562.187 null] +>> endobj +3488 0 obj << +/D [3473 0 R /XYZ 178.1909 562.187 null] +>> endobj +3489 0 obj << +/D [3473 0 R /XYZ 284.4121 562.187 null] +>> endobj +3490 0 obj << +/D [3473 0 R /XYZ 71.731 560.0302 null] +>> endobj +3491 0 obj << +/D [3473 0 R /XYZ 89.6638 544.2543 null] +>> endobj +3492 0 obj << +/D [3473 0 R /XYZ 89.6638 531.3028 null] +>> endobj +3493 0 obj << +/D [3473 0 R /XYZ 202.6386 531.3028 null] +>> endobj +3494 0 obj << +/D [3473 0 R /XYZ 71.731 529.8633 null] +>> endobj +3495 0 obj << +/D [3473 0 R /XYZ 89.6638 513.3701 null] +>> endobj +1673 0 obj << +/D [3473 0 R /XYZ 71.731 477.5046 null] +>> endobj +474 0 obj << +/D [3473 0 R /XYZ 194.3607 438.1322 null] +>> endobj +1674 0 obj << +/D [3473 0 R /XYZ 71.731 434.9403 null] +>> endobj +478 0 obj << +/D [3473 0 R /XYZ 152.7618 403.6615 null] +>> endobj +3496 0 obj << +/D [3473 0 R /XYZ 71.731 397.5345 null] +>> endobj +3497 0 obj << +/D [3473 0 R /XYZ 188.4422 384.7325 null] +>> endobj +3498 0 obj << +/D [3473 0 R /XYZ 71.731 366.6354 null] +>> endobj +3499 0 obj << +/D [3473 0 R /XYZ 71.731 366.6354 null] +>> endobj +3500 0 obj << +/D [3473 0 R /XYZ 71.731 355.7019 null] +>> endobj +3501 0 obj << +/D [3473 0 R /XYZ 91.6563 337.908 null] +>> endobj +3502 0 obj << +/D [3473 0 R /XYZ 71.731 325.7886 null] +>> endobj +3503 0 obj << +/D [3473 0 R /XYZ 71.731 325.7886 null] +>> endobj +3504 0 obj << +/D [3473 0 R /XYZ 71.731 314.994 null] +>> endobj +3505 0 obj << +/D [3473 0 R /XYZ 91.6563 297.0612 null] +>> endobj +3506 0 obj << +/D [3473 0 R /XYZ 365.4273 297.0612 null] +>> endobj +3507 0 obj << +/D [3473 0 R /XYZ 71.731 284.9418 null] +>> endobj +3508 0 obj << +/D [3473 0 R /XYZ 71.731 284.9418 null] +>> endobj +3509 0 obj << +/D [3473 0 R /XYZ 71.731 274.1471 null] +>> endobj +3510 0 obj << +/D [3473 0 R /XYZ 91.6563 256.2144 null] +>> endobj +3511 0 obj << +/D [3473 0 R /XYZ 363.4245 256.2144 null] +>> endobj +3512 0 obj << +/D [3473 0 R /XYZ 71.731 233.3003 null] +>> endobj +3513 0 obj << +/D [3473 0 R /XYZ 273.6017 220.3489 null] +>> endobj +1675 0 obj << +/D [3473 0 R /XYZ 71.731 190.2967 null] +>> endobj +482 0 obj << +/D [3473 0 R /XYZ 244.6004 153.0811 null] +>> endobj +3514 0 obj << +/D [3473 0 R /XYZ 71.731 142.7161 null] +>> endobj +3515 0 obj << +/D [3473 0 R /XYZ 144.9646 120.0052 null] +>> endobj +3516 0 obj << +/D [3473 0 R /XYZ 327.322 120.0052 null] +>> endobj +3517 0 obj << +/D [3473 0 R /XYZ 107.1477 107.0537 null] +>> endobj +3518 0 obj << +/D [3473 0 R /XYZ 134.8934 107.0537 null] +>> endobj +3472 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3521 0 obj << +/Length 2326 +/Filter /FlateDecode +>> +stream +xڕYK�����m��D|�{��M�*�eg�R�� I�P��ǎ'����_���5��F�������OlR�!��$q�)�������N0ˁyS�������˓ �<�6��{���4�,��������u����߆�>��JW-�+}&҇����������}�8l���g�Û\�:�DGg��ya�Vÿ�@�Dl%�|��P�i|�-��Q)M�RC�UɋZ�}���m{SE�Ӆ���h��z�v�X����F�ډx�[G_G�m�^`��MɆ�z�����{�+M� �R�'�'��D�屈�+���l��=���Q[��c��V5Z^�G�����%-���5�ȟ�ؗޓ'y�� �J�H*��# +&"`4C���*T���g�"�d��*��Vh�U��*��=�42����5���c���K�7�0J���w����_ɮ��� +�#z���J���-��a0A`�Z`D�x�@Be�����r��xfP��q�<`�80lf�u����@�5�ֆ(mo��s�x�h6��@�p"�#\�v���!��X�����C�A@��d>`�TD1'��/4=�L��. gU��zOLt�,�ڷ�-d���ֺ�܆���Z�n��D��D˗QJ�L,C2�ͻ�9+��l��͞)��k%Ѳ�S��`~������c��AMDl�W��4�2Ϛ�Bb�a�=̄�rS-}�#�ߏ�X���v� >�=Dd��[R��]g3����1�V�B�_Ӈ�.��w�W}�,g�=�_��cgyQ�O�����qI��֊���(�a�N�@�|��aA6.�y��3������f�(����������iو�� |�*-1��4Ga�$4)CZ�D[bpd4��� +BmnD8����Te�)fp���pq�w�)gaJElGu2 o�\b���ao��*�hXa5�"��#�㌓�Kc���KZ�a6�ag�G�n�A��[�X���͚��. �ю[vSE蘭 p8�|�knd �(��j�D����(X���Ѵ���� +���\� +�=�]1� B�]."���I6FX���s�6�!}�g-LR��PWg�M��� �����l�q�Π0tP��g����yr)�P���j }D�B.�d��.�����%��b�!���"a^���rч�94�Bl"�^�@�_��0�Z���\�-��r/I�lu��[��d� +?Yo�� +ۺ��H�Pe�qK���� m��s�����6L�xZ��������Z�+���# ��>;��h�R8=�!�<*�"C��Hխv�\I�ap�eQ|���N`���upz�LJ�k��5hh:�� +��ݹj�j��ч*��Q ��b�U� +�z��=�R/��m�O�^����^��ږ_���*��F��yTC߷����:����K��wJ��k:���v>B�����3�3_m覆�qw�[,F@#���bh�(Y�*B7o�NjC���_&+]���s�=C�8zq��2�.��J@�zX����'�v�6 '\o��qQ��* W���|S�;٨�/��r���T�4lC��Nl5 )�S�-�2�!a�Ͻ��S�CH�$Y@�k+�K���2&b ?��iƨ�ٺ�O�=d��DT�oXJm�gP~�����) +&��#y/�`v�)�����E�n��r�Ί>N�Ot��K{i�~@�U�z���CQ&������6���CK�`FQ�6�/;0�������~BE�oil/.�+��3t�H��V�'�>&����Y��F\�G����G���r�[�3�e3M�_C�l]�\�qRG�ns���I�kn]״4�t�#�M��᷏�^WΊ�u��8�e���<�^!(��E�i�����p1�����0�J�Z�~'�G�0@eS9�+]�}�J��a !��Z�U��mi�$�}���"��b#��K�$���bq�W���#�(��ǯ~�g���}|�� ~�*�p���=,����KI2>+�.O�`��.�B�0�k����T�h�~!��$��Oh��A��]6<���`�M�i���� m$�R�x<~WW����K8�� 64]<�.oN!�:Ͼ�!�1�9fsY��-���2�S6(ÿAg���A�I�Q��6���Lj�.�)�� � �����_�cӁ�aL��qږ,��5��/M� ���\�%te�U�iY*.ƴj�(6�k�d�,Լ�xZyu�Z��Y��5�*��a'o�4�,nݺP���'(ʼL$���������+R���Az(J^�7�ʆ���|endstream +endobj +3520 0 obj << +/Type /Page +/Contents 3521 0 R +/Resources 3519 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3559 0 R +>> endobj +3522 0 obj << +/D [3520 0 R /XYZ 71.731 729.2652 null] +>> endobj +3523 0 obj << +/D [3520 0 R /XYZ 71.731 718.3063 null] +>> endobj +3524 0 obj << +/D [3520 0 R /XYZ 311.2942 695.3923 null] +>> endobj +3525 0 obj << +/D [3520 0 R /XYZ 71.731 675.3027 null] +>> endobj +3526 0 obj << +/D [3520 0 R /XYZ 120.8687 664.5081 null] +>> endobj +3527 0 obj << +/D [3520 0 R /XYZ 319.5499 651.5566 null] +>> endobj +3528 0 obj << +/D [3520 0 R /XYZ 448.3736 651.5566 null] +>> endobj +1676 0 obj << +/D [3520 0 R /XYZ 71.731 631.4671 null] +>> endobj +486 0 obj << +/D [3520 0 R /XYZ 242.592 594.2515 null] +>> endobj +3529 0 obj << +/D [3520 0 R /XYZ 71.731 583.8865 null] +>> endobj +1677 0 obj << +/D [3520 0 R /XYZ 71.731 571.9702 null] +>> endobj +490 0 obj << +/D [3520 0 R /XYZ 214.9999 539.6563 null] +>> endobj +3530 0 obj << +/D [3520 0 R /XYZ 71.731 531.0188 null] +>> endobj +3531 0 obj << +/D [3520 0 R /XYZ 71.731 513.5891 null] +>> endobj +3532 0 obj << +/D [3520 0 R /XYZ 361.8061 502.7945 null] +>> endobj +3533 0 obj << +/D [3520 0 R /XYZ 490.9416 489.8431 null] +>> endobj +3534 0 obj << +/D [3520 0 R /XYZ 71.731 476.8916 null] +>> endobj +3535 0 obj << +/D [3520 0 R /XYZ 71.731 456.8021 null] +>> endobj +3536 0 obj << +/D [3520 0 R /XYZ 320.7944 446.0074 null] +>> endobj +3537 0 obj << +/D [3520 0 R /XYZ 71.731 438.8693 null] +>> endobj +3538 0 obj << +/D [3520 0 R /XYZ 89.6638 418.1121 null] +>> endobj +3539 0 obj << +/D [3520 0 R /XYZ 219.6243 418.1121 null] +>> endobj +3540 0 obj << +/D [3520 0 R /XYZ 71.731 403.0038 null] +>> endobj +3541 0 obj << +/D [3520 0 R /XYZ 89.6638 387.2279 null] +>> endobj +3542 0 obj << +/D [3520 0 R /XYZ 134.39 387.2279 null] +>> endobj +3543 0 obj << +/D [3520 0 R /XYZ 109.8678 374.2764 null] +>> endobj +3544 0 obj << +/D [3520 0 R /XYZ 71.731 372.1196 null] +>> endobj +3545 0 obj << +/D [3520 0 R /XYZ 89.6638 356.3437 null] +>> endobj +3546 0 obj << +/D [3520 0 R /XYZ 192.792 356.3437 null] +>> endobj +3547 0 obj << +/D [3520 0 R /XYZ 384.0197 356.3437 null] +>> endobj +3548 0 obj << +/D [3520 0 R /XYZ 114.0123 343.3923 null] +>> endobj +1678 0 obj << +/D [3520 0 R /XYZ 71.731 320.4782 null] +>> endobj +494 0 obj << +/D [3520 0 R /XYZ 172.6073 285.0112 null] +>> endobj +3549 0 obj << +/D [3520 0 R /XYZ 71.731 276.3737 null] +>> endobj +3550 0 obj << +/D [3520 0 R /XYZ 389.4099 266.0822 null] +>> endobj +3551 0 obj << +/D [3520 0 R /XYZ 458.9373 266.0822 null] +>> endobj +3552 0 obj << +/D [3520 0 R /XYZ 71.731 248.0499 null] +>> endobj +3553 0 obj << +/D [3520 0 R /XYZ 176.4672 222.2465 null] +>> endobj +1679 0 obj << +/D [3520 0 R /XYZ 71.731 205.1458 null] +>> endobj +498 0 obj << +/D [3520 0 R /XYZ 249.3775 167.9302 null] +>> endobj +3554 0 obj << +/D [3520 0 R /XYZ 71.731 157.5652 null] +>> endobj +3555 0 obj << +/D [3520 0 R /XYZ 135.5078 147.8057 null] +>> endobj +3556 0 obj << +/D [3520 0 R /XYZ 86.3732 134.8543 null] +>> endobj +3557 0 obj << +/D [3520 0 R /XYZ 220.9876 134.8543 null] +>> endobj +3558 0 obj << +/D [3520 0 R /XYZ 71.731 114.7647 null] +>> endobj +1680 0 obj << +/D [3520 0 R /XYZ 71.731 101.8133 null] +>> endobj +3519 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3562 0 obj << +/Length 2541 +/Filter /FlateDecode +>> +stream +xڝYm�۸��_�o�[����].��M���C�+YҮ�Ȣ!��u}��7��+r8g�i���O��&|�����_�7�����F �Vx�6ӏ�7�~�U�f��v�����K�U�n�t�+��|8䧡��[?�����n��u�ȤϏ���&_�g�˛��q�(H�,�^�p�z����r�H��ٮ��A$�b�n�*�-I��e=�V����3�<�����ko�U����ڭS��0)�� +a+!)@������:���)�N��n��~Ü�=�M]|�nyp8T"��T�!S����Lm�V��,R�E�&:�U_t�i�u�2ew�E�'��ȿ�D��>�Js����� +�Dv���*$�<��Ȏ�{������j�ڏ�'���E�5T�@�t��n�P��6C�v�Ki��}U�%\��~������1r}G���P�?���6�V�`�,���aX���*�� ��P��L� �Fhjc�C�HJZ� ��}�� +|����\-)�^f����ځC��Z�$]n���dRݳ:O���WM�c��[f,L�>Vy����s#����y��O������vR8J� R�ED��!�.w&bB��Ʋ�OM~᠓���|�w�yO��;��h�U�6PQ��o_ ;�{K;��/2ED8��s��!�%�Ӛ�|�D�7����u�K�SqȻ�d��0�i0R�G���V$����z��S8�ҙOM���9l��8����T��z���v�����q���zL�����Qبq�|7���V���������/�>h���iO�@�Æ��?s>øMd��l�*I3l�6����B @(<��b0G�� Ð�#$���?��m�����9d�gP�M�a(�~p��os�Q�mx�����v��8L>����& @��A�S�@K��[İ�C��!pj}i�9�n@�4�mA��Dr4zYж�ŬA3O�*)�b�BES��A8�j��D� ��n��X��O��8��?�o�"��/_~`c���j3 B�g�ᚰ���D<7:�q��%h"+ʽk���C8����~v�u���Áśe �遇.d[$A(��bsۇ��v�B;G��6l*wBr�D�ƃ Rcr����9;�;p": �bsl8q���۵��-,�UX8�g ��0��e�^\��Z]u��R�����0����<�OB]?_EnYaRh��X�݄HsTE����2�f9+�Сf�`��r ��)�0�6f���n��W T��ßϬwx�آ�RC��Q� b[rR�Zl�k��g���Jk4����}ـ1ϒ�D�@�*l��0�~� �rAF8�7��go��Y�MV����0n/}���P��� +�H@rݚ�Z(��eݥP�'[�y����}_�=e�=��0Z�'�'�a-�OIm��@�$�=Gu�esTQc 2U4����3�P���K��haק�8l�/�ٻ�Ӹ�������:ؗ�����x)ςY_�����p��< +�l�BhS�����AJ��]�u�S�W�x���4M�dt�τ�,5�a�清�uhd�����\�Za9!QN����7w)ees��[�W�d<�*��.S�n�ƒ�Q��w\N�n��;��91h�ל����?�I��]T<�ޭ����ȣ ��� +d�1\�� ��R���4,�X\�*>���7����Iu��a�|�Rr�K�)�*�XG݈*e��S*6�Km�M."9�}�ܖP����i�fʏ�n�q�����Z��T���.J��R��S��h.�^/�����T�ȏ�z��oR0�R��B�H:Muqf�'�����D�[��O�S`�0��%��M�s����Fw�����x9��Ç��<������oU���\��p��5��J����=%WuO� �9�L�|����ff#~Vw y�/�ﱆ6".Fp��Zo�a�kM�n�r�Q@�.~���?� +AJ\�@��6���I��%�䂣�䦨�r/��m��цjhL8���!��G�m� ����p�ޘ���o�\�Ɯ`�V@On<\����Ů���s�� �@Ub|Ώ��z���P��M��V��؝��4��F� �\��҅9N#���w*�R�,�BI�>7y[IȦ������C� ��.�/�.�Y��։��3>�썊���#�Y̮g��{�Q@��CiF�G��}�r4�������Z���ed�$�g���jx���k�a�)�����Ty_�L���-n���#�^h|^�� !���O��)Q2��rE�qf�/�4)�34Ɖ���r0���0�1H�1d�\7zp��;���?�&8N����R���9Hb&�L�W��p����Lc�Bú�㸅k��_{���;j�|��my��כ���/S��V��Zy��o�=fO���"��w9���0L�T�٫�wZ</�|�#��Ѐar��˅����endstream +endobj +3561 0 obj << +/Type /Page +/Contents 3562 0 R +/Resources 3560 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3559 0 R +/Annots [ 3566 0 R ] +>> endobj +3566 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [173.9566 673.6838 235.7246 684.2141] +/Subtype /Link +/A << /S /GoTo /D (flags-create) >> +>> endobj +3563 0 obj << +/D [3561 0 R /XYZ 71.731 729.2652 null] +>> endobj +502 0 obj << +/D [3561 0 R /XYZ 193.2056 708.3437 null] +>> endobj +3564 0 obj << +/D [3561 0 R /XYZ 71.731 699.7062 null] +>> endobj +3565 0 obj << +/D [3561 0 R /XYZ 247.7597 689.4147 null] +>> endobj +1681 0 obj << +/D [3561 0 R /XYZ 71.731 669.6987 null] +>> endobj +506 0 obj << +/D [3561 0 R /XYZ 201.1796 636.0149 null] +>> endobj +3567 0 obj << +/D [3561 0 R /XYZ 71.731 627.3774 null] +>> endobj +3568 0 obj << +/D [3561 0 R /XYZ 165.864 617.0859 null] +>> endobj +3569 0 obj << +/D [3561 0 R /XYZ 71.731 604.0349 null] +>> endobj +510 0 obj << +/D [3561 0 R /XYZ 142.614 573.7484 null] +>> endobj +3570 0 obj << +/D [3561 0 R /XYZ 71.731 568.5629 null] +>> endobj +3571 0 obj << +/D [3561 0 R /XYZ 71.731 535.7261 null] +>> endobj +514 0 obj << +/D [3561 0 R /XYZ 166.0159 505.0062 null] +>> endobj +3572 0 obj << +/D [3561 0 R /XYZ 71.731 497.9278 null] +>> endobj +3573 0 obj << +/D [3561 0 R /XYZ 511.1135 487.0735 null] +>> endobj +3574 0 obj << +/D [3561 0 R /XYZ 106.0422 474.122 null] +>> endobj +3575 0 obj << +/D [3561 0 R /XYZ 71.731 466.9839 null] +>> endobj +518 0 obj << +/D [3561 0 R /XYZ 156.7607 436.264 null] +>> endobj +3576 0 obj << +/D [3561 0 R /XYZ 71.731 429.066 null] +>> endobj +3577 0 obj << +/D [3561 0 R /XYZ 71.731 405.3798 null] +>> endobj +3578 0 obj << +/D [3561 0 R /XYZ 266.7311 405.3798 null] +>> endobj +3579 0 obj << +/D [3561 0 R /XYZ 71.731 379.4769 null] +>> endobj +3580 0 obj << +/D [3561 0 R /XYZ 71.731 372.3388 null] +>> endobj +3581 0 obj << +/D [3561 0 R /XYZ 244.2357 348.5928 null] +>> endobj +3582 0 obj << +/D [3561 0 R /XYZ 397.3909 348.5928 null] +>> endobj +3583 0 obj << +/D [3561 0 R /XYZ 111.0175 335.6413 null] +>> endobj +3584 0 obj << +/D [3561 0 R /XYZ 279.6199 335.6413 null] +>> endobj +3585 0 obj << +/D [3561 0 R /XYZ 71.731 322.6899 null] +>> endobj +3586 0 obj << +/D [3561 0 R /XYZ 345.1534 322.6899 null] +>> endobj +3587 0 obj << +/D [3561 0 R /XYZ 71.731 315.5517 null] +>> endobj +3588 0 obj << +/D [3561 0 R /XYZ 226.9571 291.8057 null] +>> endobj +3589 0 obj << +/D [3561 0 R /XYZ 485.4103 291.8057 null] +>> endobj +3590 0 obj << +/D [3561 0 R /XYZ 71.731 271.7161 null] +>> endobj +3591 0 obj << +/D [3561 0 R /XYZ 109.3962 260.9215 null] +>> endobj +3592 0 obj << +/D [3561 0 R /XYZ 143.7536 260.9215 null] +>> endobj +3593 0 obj << +/D [3561 0 R /XYZ 388.8861 260.9215 null] +>> endobj +3594 0 obj << +/D [3561 0 R /XYZ 134.6438 247.9701 null] +>> endobj +3595 0 obj << +/D [3561 0 R /XYZ 226.9412 247.9701 null] +>> endobj +3596 0 obj << +/D [3561 0 R /XYZ 71.731 235.0187 null] +>> endobj +3597 0 obj << +/D [3561 0 R /XYZ 146.7192 235.0187 null] +>> endobj +3598 0 obj << +/D [3561 0 R /XYZ 71.731 229.9179 null] +>> endobj +3599 0 obj << +/D [3561 0 R /XYZ 71.731 184.0449 null] +>> endobj +3600 0 obj << +/D [3561 0 R /XYZ 71.731 184.0449 null] +>> endobj +3601 0 obj << +/D [3561 0 R /XYZ 257.935 173.2503 null] +>> endobj +3602 0 obj << +/D [3561 0 R /XYZ 439.3913 160.2989 null] +>> endobj +3603 0 obj << +/D [3561 0 R /XYZ 146.1379 147.3474 null] +>> endobj +3604 0 obj << +/D [3561 0 R /XYZ 222.4669 147.3474 null] +>> endobj +3605 0 obj << +/D [3561 0 R /XYZ 281.2438 134.396 null] +>> endobj +3606 0 obj << +/D [3561 0 R /XYZ 435.614 134.396 null] +>> endobj +3607 0 obj << +/D [3561 0 R /XYZ 71.731 127.2578 null] +>> endobj +3560 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F48 2167 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3610 0 obj << +/Length 2203 +/Filter /FlateDecode +>> +stream +xڝ˒�6잯���V$������&��9�8�C�-Ѷ=\I�f����le���̒@ċ��/<����&b�8��z�-�����$k�Y��n��^� �����"^l������K7�$n��b�����W�r-"� \o�E} ����(K��s�ó�[�< +w��G%�T�2��HFs[/u�0H������+��KR�}҆�����%��Rx����HFz���A�}S�C���n�J���B�;6K9��;�h,jey:ʝ�L�Dߴ9(-��(��i|h�Dp��=G�=����x��8f^3$p^,}g�t{�*:���[�&<'�5�)÷��~Dy�ҏHMZ1��D~��)<<NPR���EÚ�@JfG���y�<��0J���g +I��niNꚖ����e�[O'%[��ԾiiG�)%N�s,GŻ���d����Q2�Q����jNE���d��hc�x����u�hg���i>v�RK�"�e8��9^��'�W��=1L5ި�#5y�|��<�f��!`��0QR����"��5K�f�wm��te#����O�:���L���+�s �]�ߟZSCn��8p��{��Aď��i����V�f�?�'������o�b'�۴�q�����v��ۣ��{�F-�8��A�uځ�\&:�_�\��W`4�͵nي��V�ԟF�?����/���<����7L�:���������z���n����m�D��� MnL����{�:���A*��-�b`�;��0�O��粗;�)�j`8��f +���o����t{z`a��chjEV���Q���84y ��I�4�.S�$� ��pE�s�U���H0���H�}����Ƃ�,��O��O�䙋���Y�ZE�o�&�j��W,��!���k��!{����J�IO[ɠ��1+��Q9-0��5��Fhl"4��n����Ɏ�>���8J��ji�<+�ֿ�! ��)�d"��9Z]�%�We��Eft�5�J{�����Kv�!��Z/d�CPA!�aO�L�*45�*)�����?䇘��;��Yu`(A��$��q ��ϊf�s����\���(h �R��ƄN�d�Cɨf���*X5�T�%Ǽ��^Ṽ���K&�W=������<�O[s��#~�䭪���q��_q�7���fX���?31��Ie�Dd����E]'�����z��k>���&���c�@���-�V�,���1*R�$�Jr=��6>�J� ���YE��s +�"?˲s����=qd3~L�E�I�ѵ��������~� lw�#pLOgQ�h"�[ZP��u���F��cg�,+˾6���J+�P&�")��gq�F�Z���\��]��3 +� +!�ke�N,D#{����N�-���3R;b�5�Х���)�&.ߚ;h��%F���i�|�B�f +Yx������x����%HKc���ũ���t}*5��)����ũ�v�Ɂ~c�!hhm����H(-�N��������ț� +<B�?bm�L�_��9t�i�o�Ҵ"o�Ɏl˧��(�Z̴� ���}���3���x�2Д+�����"����\���Mo� (i�&�"W`���4T3�֮��E�y�Q���2��k���8��~��Ye�7����l@L��б4~�蘠��,���ˇW�Y���qc�Db�0)e&�b"���x��i.��|��� �I�l8B��h������ҟ�b�=T�����j{IE���G� �(� +LX:��z^ ��@$�B��#�9N����0����\p�p�.ȣ�c���@�.M���1�$_��*����u�-�)��P��P�,8�Vu�q� ������6�m�Y��WR�0�ӻ����?|ߎ> ⲁ��~���b�j���\�k���&���rg[�wz�X��j��j}����Q��DZ߈q��$�JLjݩWL.�7���=������b���Є��6Zhw%l�J����bti�5F����;�.��Uލ�h���X�P��4��[�^m1�R�����G�G�Wƚ���$�qb���&P�n�A�����2E,���̑�7ǚp��6���8ѥ\���W��p�_d�h���˟-���0uS?�<��ʈ��G�H���o6�$Te�~�W���6��-endstream +endobj +3609 0 obj << +/Type /Page +/Contents 3610 0 R +/Resources 3608 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3559 0 R +>> endobj +3611 0 obj << +/D [3609 0 R /XYZ 71.731 729.2652 null] +>> endobj +522 0 obj << +/D [3609 0 R /XYZ 154.0508 708.3437 null] +>> endobj +3612 0 obj << +/D [3609 0 R /XYZ 71.731 701.2653 null] +>> endobj +3613 0 obj << +/D [3609 0 R /XYZ 71.731 644.4185 null] +>> endobj +3614 0 obj << +/D [3609 0 R /XYZ 71.731 644.4185 null] +>> endobj +3615 0 obj << +/D [3609 0 R /XYZ 71.731 613.5343 null] +>> endobj +526 0 obj << +/D [3609 0 R /XYZ 142.9228 582.8144 null] +>> endobj +3616 0 obj << +/D [3609 0 R /XYZ 71.731 577.6289 null] +>> endobj +3617 0 obj << +/D [3609 0 R /XYZ 224.1952 551.9302 null] +>> endobj +3618 0 obj << +/D [3609 0 R /XYZ 71.731 518.8892 null] +>> endobj +530 0 obj << +/D [3609 0 R /XYZ 171.7743 488.1693 null] +>> endobj +3619 0 obj << +/D [3609 0 R /XYZ 71.731 481.091 null] +>> endobj +3620 0 obj << +/D [3609 0 R /XYZ 181.4647 470.2366 null] +>> endobj +3621 0 obj << +/D [3609 0 R /XYZ 380.9392 470.2366 null] +>> endobj +3622 0 obj << +/D [3609 0 R /XYZ 473.5968 470.2366 null] +>> endobj +3623 0 obj << +/D [3609 0 R /XYZ 509.5202 470.2366 null] +>> endobj +3624 0 obj << +/D [3609 0 R /XYZ 191.5112 457.2852 null] +>> endobj +3625 0 obj << +/D [3609 0 R /XYZ 71.731 450.147 null] +>> endobj +534 0 obj << +/D [3609 0 R /XYZ 224.3666 419.4271 null] +>> endobj +3626 0 obj << +/D [3609 0 R /XYZ 71.731 412.3488 null] +>> endobj +3627 0 obj << +/D [3609 0 R /XYZ 71.731 375.5915 null] +>> endobj +3628 0 obj << +/D [3609 0 R /XYZ 71.731 355.5019 null] +>> endobj +538 0 obj << +/D [3609 0 R /XYZ 170.6486 324.7821 null] +>> endobj +3629 0 obj << +/D [3609 0 R /XYZ 71.731 317.7037 null] +>> endobj +3630 0 obj << +/D [3609 0 R /XYZ 129.5759 306.8493 null] +>> endobj +3631 0 obj << +/D [3609 0 R /XYZ 279.8553 293.8979 null] +>> endobj +3632 0 obj << +/D [3609 0 R /XYZ 349.9283 293.8979 null] +>> endobj +3633 0 obj << +/D [3609 0 R /XYZ 71.731 273.8083 null] +>> endobj +542 0 obj << +/D [3609 0 R /XYZ 148.7011 243.0884 null] +>> endobj +3634 0 obj << +/D [3609 0 R /XYZ 71.731 237.9029 null] +>> endobj +3635 0 obj << +/D [3609 0 R /XYZ 71.731 205.0661 null] +>> endobj +546 0 obj << +/D [3609 0 R /XYZ 176.855 174.3462 null] +>> endobj +3636 0 obj << +/D [3609 0 R /XYZ 71.731 167.2678 null] +>> endobj +3637 0 obj << +/D [3609 0 R /XYZ 412.3745 156.4134 null] +>> endobj +3638 0 obj << +/D [3609 0 R /XYZ 446.4532 156.4134 null] +>> endobj +3639 0 obj << +/D [3609 0 R /XYZ 306.7655 143.462 null] +>> endobj +3640 0 obj << +/D [3609 0 R /XYZ 71.731 123.3724 null] +>> endobj +3608 0 obj << +/Font << /F33 1378 0 R /F48 2167 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3643 0 obj << +/Length 2440 +/Filter /FlateDecode +>> +stream +xڍَ��}��藕�+�:�63;�H��IA��-�61��Ց��Se��Y4�*�UE�I:Z����H�>q��,�W��]�:����"!� +�vI���ݏ��^����l��_%a��(W��U�F���w��hΣ���8 ����>�� �w�Q���\Ә�������,<չ*��M g��:&�BG�۰P:�9i�U�R�(B��"���}��ȃ��n:�R?~���p��@��y��<�dI0݀�~��65�����c��;Y��:N����4��(}�p�6^2 �vn�j+��Q`d�����z!0me���NPmm��F�%��)���$Ve%t G�4i��w����c��/k�[�CoZ����.���0q���xYgi�x��u�A7���g���DX\��f�a7���He�?�����F� oe���`��]7o8��װ� �f2�]\'���wh~�rו���Q�+)qz���(S�(��4TI-"GK��d;r<����3D4���F���E��4 .h?�&��-c���K��3�*� ��������=����vëE@�@�ah'�Ͻ����h:R��7�.�/���%:Q�B�u)�[������8��x +i?��)���'�����?�"�U�/v���E��Ѭ�m����_�|�x%�|�yt]���wi�� $rp�(�J���*�*��"[�w�q���j?��gZ��<�Py� �v�M�L!8�O�� $���W���i�e+A���� �^ߢ�&� +<3�\^#��Le:�h�� w�=�2�`0�O��aß� 8p�:�Ƣ��(�G���!�8t`�� +�Z�E�Ѿ�N7z�<�U��=�:�D��E���ԁ�q���Ͱ� +@;��h-�?Q:�X��{9Bb$��F:Sy�g�,���d�F ��FF�nÐe�T@L�s>[ӯ��� +�L����T��+b� +�)���T���?���*��K��/Hb�i�- wQpQ����q����,`mqx�u��$�\�<�o/<���.��:��`�z�^j`�a���B0Q�jtlcI����:�%�?�d�<���>�Ji����x���F|�C��c���HV�� +��<��8J�E���i2`�ծ�J�N<������"G*MK���|��T��v��,u,��vK�1��P/������#�kw� +�Ě1�5�)�Q:�'Z4�CATcG��C��8� +Ƭ�Ws:7v#��o+���=�, +���� KbN �N���N'�s�;P<�10�]�'w8�<w����sEp^��h�O!n��V/��4 �}'<�._IF-�U���Z8ov�>�C�4����}��������d��W���2ߠ�c�9{ʢ�:Jwg9:ņ������/��~9�b�ng� z�����:Yp��s����4O鴐c"�s��#���ɟ�g�Ĝ��N���s�l�*P�D�a�e��-Y��-y%�K�΄����`z��]32�4�]J��]S�"HU+�!�E�~x����K2�V������;��@ ��СVI�G���;J�0��i�F �+�qa18��Y ����=�s�����n�Ɠ��u��nM���~-}�~�^�f��>�� +��q�����-��z�#E��RsJi����2���e +�$ �I~b"i�r��,������D�3ueD)���+�u?�%\���l��P�JlY��$�$L��l��E���ϮwvϠ�_@��+!��Fhq䏅 �s���� ��z���M%����i����WO�y�t�|�2����~���';אE�_�w����o�1TiF�P������ +@�m����~� ߅���3��nr.um��&�k�xY>i%b�g퀘�S��W����zd�2�qs�#_�y��"t��}+����_�����o,�p~�j�")B��qQ�#��)2��}�ུ����I�N8 �nj��d�ڮ�yq!�_ג#�i�pQ��zc������>�h~WD(%F���T2y�z�� �t%���N"p4}�,��DV�T1f���W�<����X��(���Y�� +�4�_٘Ձx��n�z��$P+h��in�mq ���� +!�}��pȸ�\ƣB�]����+��F���c�k���E��a<�$f���0yb}�-�2���\$QXC7E�ϲqa�әvg�[v]���zu��<���Fo��=�`�g�^K�F�m PC�2 hta����Lt-���K#zt'+"�P"��p�t[�#�*�fU��� +=5�m0���M�l�Я�����:�c����0�Q��A�����*����.���q�¨,gN�]R������ܥ�endstream +endobj +3642 0 obj << +/Type /Page +/Contents 3643 0 R +/Resources 3641 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3559 0 R +/Annots [ 3657 0 R ] +>> endobj +3657 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [252.1469 330.1633 304.4235 341.0672] +/Subtype /Link +/A << /S /GoTo /D (sanitycheck) >> +>> endobj +3644 0 obj << +/D [3642 0 R /XYZ 71.731 729.2652 null] +>> endobj +550 0 obj << +/D [3642 0 R /XYZ 189.1389 708.3437 null] +>> endobj +3645 0 obj << +/D [3642 0 R /XYZ 71.731 701.2653 null] +>> endobj +3646 0 obj << +/D [3642 0 R /XYZ 148.1582 677.4595 null] +>> endobj +1682 0 obj << +/D [3642 0 R /XYZ 71.731 647.4073 null] +>> endobj +554 0 obj << +/D [3642 0 R /XYZ 199.8526 614.0971 null] +>> endobj +3647 0 obj << +/D [3642 0 R /XYZ 71.731 605.4596 null] +>> endobj +3648 0 obj << +/D [3642 0 R /XYZ 159.6658 595.1681 null] +>> endobj +3649 0 obj << +/D [3642 0 R /XYZ 71.731 575.0785 null] +>> endobj +3650 0 obj << +/D [3642 0 R /XYZ 186.5893 564.2839 null] +>> endobj +3651 0 obj << +/D [3642 0 R /XYZ 71.731 562.1271 null] +>> endobj +3652 0 obj << +/D [3642 0 R /XYZ 118.5554 523.5631 null] +>> endobj +3653 0 obj << +/D [3642 0 R /XYZ 232.2278 515.0987 null] +>> endobj +3654 0 obj << +/D [3642 0 R /XYZ 378.4963 491.7861 null] +>> endobj +1683 0 obj << +/D [3642 0 R /XYZ 71.731 449.9405 null] +>> endobj +558 0 obj << +/D [3642 0 R /XYZ 186.2988 411.6625 null] +>> endobj +3655 0 obj << +/D [3642 0 R /XYZ 71.731 399.4913 null] +>> endobj +3656 0 obj << +/D [3642 0 R /XYZ 71.731 357.0624 null] +>> endobj +3658 0 obj << +/D [3642 0 R /XYZ 71.731 313.2268 null] +>> endobj +1684 0 obj << +/D [3642 0 R /XYZ 71.731 269.3912 null] +>> endobj +562 0 obj << +/D [3642 0 R /XYZ 233.4164 226.2937 null] +>> endobj +3659 0 obj << +/D [3642 0 R /XYZ 71.731 217.4709 null] +>> endobj +3660 0 obj << +/D [3642 0 R /XYZ 71.731 165.7807 null] +>> endobj +3661 0 obj << +/D [3642 0 R /XYZ 71.731 150.8367 null] +>> endobj +3641 0 obj << +/Font << /F33 1378 0 R /F48 2167 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3664 0 obj << +/Length 2455 +/Filter /FlateDecode +>> +stream +x��ZK��6�ϯ0r��6#��(�mf: z��=�s�,Y���Ȓ!�3��뷨*R���$�%�I�X�H~� ��ƅ?o#<&8�� ���d�w��>���#���l���w����&aI�G��q�.n�l�Yz�f����tJ/�l�;?t���C~.�����z���ח�e�n���ǻ�f���0�M�Fj��F=[7f<�G��4iW7-��C'K+,��*}��8��mW����B�9 _[����¯�����5��eQ}�R]M�Zx +�� j�k9R�k��|��^��Ȁ�uM�ڠ�S�R^��2}ղ�S�8��#���@�?`� X./t^�"U�(y���~�P�j���C>�����Xɬ�u]����y����VF��]X�0.|\�<�yj�D����|������i�P�MP� +?{��mk��$��9vN�> )OP�����zN�k��P��(�,ez�XSI�۟�is���\ho{�_���&-Q��(V�ınF�b�c�c���8�m�I�x�e�=��a�;�(��- �A�X�$k\A�u�k�ε�D��Us�@[�i �]d���F��S/C~!�y^��003�z��1B�Z�~81`��F�CN�i�a�c�E x���g�~���/��ǵ�%p*W%NN V@-"�6v�c�v�!m��_[i$��WiY�"+����р?��ǶC�J^p��(ҁ����<lv��\��Wc�Kc1���cVW��g�N�x���xG�h�v��&q���D���(�!���\t��fRtz���9�G�Eg����ε=i?�i�ы��F�l��A�|�E�m �3Z�e�o`��2�m����=��Cθp"�X�D8���j�x�.h�z*z����AZRj�Շ�2�m�|��h�M��'Y��Oi7�(��tF4$I�Q�,����߈�&ֶ��Z��y��n�1X_�"+�Uy!�X�&�%�N"-t�DC��DS�$�A�"p^/ˮ1`���k+�q~dy��X�F��$o�mꍉ`ӈL�M:!���I�\�a�c��X@���VU��g�l��щLK�-�����{ʾuH-��RJ��Q�P����ԏ��A��cj�l,c*q����L��=�RfC�;[�!�5#�k�LC¤v8��9�I���s4'��fC��Q:>̳��4�:i6a�ϔ��gX���Eq��86�F"D�h�Fjg��Wsmj�mD���͍�g^�x�a�;0D�(L�1å����: ���� �l6���c�G���X^e���E�`A�1����1��~��J'�u5"�߅s<dw�&.��@,sNK�l��ʹ��sQQ��;0��=I�r����sn)������P��~�C�Pi�M7H��h�MH���].2m�i.�j��R���s�2;�e��n-���Z��ķ�]��j�a��%KC�O0f��gȹ>�����g���$ҙ�S�a����!�r �}�@�bF�I_��5��7��x֕��O_���h�<�V�R����E�Ir��Ȭ��BVHQ=�Qf����c>y������ۥ)��@;��&&�hB��]Mk��n��l�u�i���[� ��bXf� �S&D��~�r�Z�u�J�l�pd�v���-[EDяu]J=�J��p@7�& Щђ5G��VL��KX +ku��[�ߪ�to�tL2�Gl�Yh�1�7�)pvr%����n=&�E��7<nE|���H�l�y0�k��D�3��B�w0h�{"Β��co +�jK�%h_�5#��\��>��B�Fl���Ґ��x�aшG w�ݰ��܍����T��eU��_��Wnў��qߍ�����=���p��cF1�㍱So���6��?Q���B�1�0�D��Gv;�;e��$���m����>��fl:�����W��`@�W3����-]Vk��0m��A��������9���r|a�7p|�a��6�'� ��-p�[�� !э�Y��&�p +>��v��&�p���A +���蠪�C�ð�oB�5�d��N^�8*'�k:O4Ɨ�S��Z|�����̏#�)˧��̉��c}P����=9]qr|�RNJ�X��j���.����z�U�꣭��vJ��I�=A�p�n'=�`Y���2�s�*�9kgY]��F���iJ���a��O^�lS�]�ʼn?�3!��C����b�:��ƃ���� ���c�M��w�U���o�1o���M���B��voK� Njc� �c�!=�����t!7�s����@P\�&r.u��(ta"`�+zY�9��p<ֱGPtѯP��K����7N�=Ʀ��Xh/@��&���êyӆr#��"c�t�a�t��gZ�g�_'a4���X��8����͓��˳z^�Y�E���� 3@�3�K�I���9Y��a��endstream +endobj +3663 0 obj << +/Type /Page +/Contents 3664 0 R +/Resources 3662 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3559 0 R +/Annots [ 3683 0 R 3684 0 R 3691 0 R 3699 0 R ] +>> endobj +3683 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [683.8881 478.8248 743.1654 491.9405] +/Subtype /Link +/A << /S /GoTo /D (edit-values-list) >> +>> endobj +3684 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [634.6345 467.7016 693.9118 480.8173] +/Subtype /Link +/A << /S /GoTo /D (edit-values-list) >> +>> endobj +3691 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [315.6739 394.8101 362.4979 405.714] +/Subtype /Link +/A << /S /GoTo /D (bugreports) >> +>> endobj +3699 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [201.9014 239.7366 261.1787 248.5833] +/Subtype /Link +/A << /S /GoTo /D (edit-values-list) >> +>> endobj +3665 0 obj << +/D [3663 0 R /XYZ 71.731 729.2652 null] +>> endobj +3666 0 obj << +/D [3663 0 R /XYZ 71.731 718.3063 null] +>> endobj +3667 0 obj << +/D [3663 0 R /XYZ 285.3061 708.3437 null] +>> endobj +1685 0 obj << +/D [3663 0 R /XYZ 71.731 693.2354 null] +>> endobj +566 0 obj << +/D [3663 0 R /XYZ 271.6858 656.0199 null] +>> endobj +3668 0 obj << +/D [3663 0 R /XYZ 71.731 645.6549 null] +>> endobj +3669 0 obj << +/D [3663 0 R /XYZ 71.731 616.5231 null] +>> endobj +3670 0 obj << +/D [3663 0 R /XYZ 327.8178 605.0112 null] +>> endobj +3671 0 obj << +/D [3663 0 R /XYZ 71.731 597.873 null] +>> endobj +3672 0 obj << +/D [3663 0 R /XYZ 81.6937 577.1158 null] +>> endobj +3673 0 obj << +/D [3663 0 R /XYZ 81.6937 577.1158 null] +>> endobj +3674 0 obj << +/D [3663 0 R /XYZ 445.6032 577.1158 null] +>> endobj +3675 0 obj << +/D [3663 0 R /XYZ 71.731 562.0075 null] +>> endobj +3676 0 obj << +/D [3663 0 R /XYZ 81.6937 546.2316 null] +>> endobj +3677 0 obj << +/D [3663 0 R /XYZ 81.6937 546.2316 null] +>> endobj +3678 0 obj << +/D [3663 0 R /XYZ 71.731 531.1234 null] +>> endobj +3679 0 obj << +/D [3663 0 R /XYZ 81.6937 515.3474 null] +>> endobj +3680 0 obj << +/D [3663 0 R /XYZ 81.6937 515.3474 null] +>> endobj +3681 0 obj << +/D [3663 0 R /XYZ 348.7394 515.3474 null] +>> endobj +3682 0 obj << +/D [3663 0 R /XYZ 71.731 513.1906 null] +>> endobj +3685 0 obj << +/D [3663 0 R /XYZ 71.731 457.5747 null] +>> endobj +3686 0 obj << +/D [3663 0 R /XYZ 81.6937 441.7988 null] +>> endobj +3687 0 obj << +/D [3663 0 R /XYZ 81.6937 441.7988 null] +>> endobj +3688 0 obj << +/D [3663 0 R /XYZ 71.731 426.6905 null] +>> endobj +3689 0 obj << +/D [3663 0 R /XYZ 81.6937 410.9146 null] +>> endobj +3690 0 obj << +/D [3663 0 R /XYZ 81.6937 410.9146 null] +>> endobj +3692 0 obj << +/D [3663 0 R /XYZ 71.731 395.8064 null] +>> endobj +3693 0 obj << +/D [3663 0 R /XYZ 81.6937 380.0304 null] +>> endobj +3694 0 obj << +/D [3663 0 R /XYZ 81.6937 380.0304 null] +>> endobj +3695 0 obj << +/D [3663 0 R /XYZ 71.731 364.9222 null] +>> endobj +3696 0 obj << +/D [3663 0 R /XYZ 81.6937 349.1463 null] +>> endobj +3697 0 obj << +/D [3663 0 R /XYZ 81.6937 349.1463 null] +>> endobj +1686 0 obj << +/D [3663 0 R /XYZ 71.731 313.2807 null] +>> endobj +570 0 obj << +/D [3663 0 R /XYZ 271.04 273.9084 null] +>> endobj +3698 0 obj << +/D [3663 0 R /XYZ 71.731 263.5434 null] +>> endobj +1687 0 obj << +/D [3663 0 R /XYZ 71.731 235.7516 null] +>> endobj +574 0 obj << +/D [3663 0 R /XYZ 279.0164 196.4788 null] +>> endobj +3700 0 obj << +/D [3663 0 R /XYZ 71.731 186.1137 null] +>> endobj +1688 0 obj << +/D [3663 0 R /XYZ 71.731 146.302 null] +>> endobj +3662 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3703 0 obj << +/Length 2232 +/Filter /FlateDecode +>> +stream +xڥ]��6�=��ؗ��*R�-���&�r �u��K�m+K�>�l��p��,�ۢ�+rf8�7i1�O�V�_��/���m����P�~%��i�D�ׯ~x���O�r9[�fQ�� Ig�P�I,��:���pP�FW�{^�����h +S�{�n��<W����y�f�m�+?M`�%쨮e��L�|)��t� ���Ԋ�[%�{�W9 ?͗���V�(�Y �����8��ã)�z~��?��I_8 +�_Ă`������c�Bȷ��y+;ߕ >�t��#�>>�ʎ��8�r��%�#o3���2�2ee�X�"�A�q�o(�lUAl7|��Fgxv<��~�ȞvW�G� C�9h�Z��q������tgUF^f*���ɟ���� �>����*j�P542�˘��o^{�+�*�{�3^�GU�*����A�Y\Z?���`��)/�*ߖ���'���X%L���FU�2���H&~��KE�Ms@�^!c��.eu���@� �&#p��2oS��om�� �ضuS��W��.v��Q�-���Zd�_��.�"&���\������QM[�f|���2�Y������0ZJ�0��@��vA��؈;��~x�@9y��P���=�����0��hϸ�f�`/��)C��-�X�1i���}�}Թ�64�{�ѧ��v�#"���L�j1��!Oj�y��8������/DД����y�9G���)����W��DPGD�z�`�J㷦�"(�!�|0[�w�WD��sr �N��Xv�N'���'���l�A�`��0� �e�q�3 ;�H���[��[ E)�T�]Y�Ĝ�"Ni1(�H�.�y��� 7{�٥{Ex w� %s�Я)�/Ga��i��Fʎ-���L��,��w�mXr��#��O��� �j�0����J�������|3SC�{f�A�z�n���#ᅺ��`SR�Aш��L'�f�D��Cr��b�g��/x�]��(�1Eɍ��d:[����E�3��Zve��su�WsF���bz�'�x!d�d#��8n�VPJ!f4aA�L�{H&�RQ�6T�/T���[&��\����o'�[�'"\������j*JV=5W��ȶy�LP���E�-� +�@D$�D��4��X�f'���}Q�+�(r�=pjݶU���ys[�N{p4�E(�vY�"��òC��Ri,���ҥ �Q6W��],��D1L���N�� +�8b}���J�V�@T,�M��*�9I/��PRX6�]+����]ח�V��wU�9�q������[!0���Y��MӤk�\v~�rb~��$�?�ͭ���eX�����w"n��.��$W��Hc�������m�ٌ��nG�<����Jk��ɨ��8[�0�GoX�qȏT�t.Md�`M]wL��-��$�ċvH�t�������ㇷ�~���;��0A����wPQ-�o撮�]���h�XB̢��[��"{ܩ@�~�:��]�����.��@���V/h�;Wt�Ae3���\��/^�{��ݖG}��.�z����D�P��0��ц ���˴O(L��e�m��iS~'0y?Cm�g���p )j�6�F7g}Mյ#H҇�j+ y��P:����4��Ώ�AI�e��D �"�' ���H�̊�{.ۊ ��5$a���}pu�@�V��3@�����e�uh����+��c1TAIOk��v�;3��;�=Q��I ��;r�21D�?)@��F�M�dH��,�5?���)��e�DW��K���q�ˤ+O&W�\�~����эg���g{�0XrK��)ņ_�5t1Zrg��P?PD��nU��C���~��x��F����N��=2��&��ӝ ,1�ͮ肕����jJ}����]�z]vٰ��.aE>|�KW�C�~3OA�����Os!S&����uO�e� e,.�8ߛ�i� �"��vr w���S�f�Nm\���]�Y�m��}��C2b�dxC>���������8NY��w{0�}B����h��H@]�Ր�'RW�ꂯʹ�^Ӭ��_XWh�qwgY�3�ٶ�bJ]T���+H��YVZ���3�Q��Û+�>I鹕�_���?J�Dܺ�����8b���Hӎ*77������1��endstream +endobj +3702 0 obj << +/Type /Page +/Contents 3703 0 R +/Resources 3701 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3559 0 R +>> endobj +3704 0 obj << +/D [3702 0 R /XYZ 71.731 729.2652 null] +>> endobj +3705 0 obj << +/D [3702 0 R /XYZ 71.731 741.2204 null] +>> endobj +578 0 obj << +/D [3702 0 R /XYZ 219.0243 706.1179 null] +>> endobj +3706 0 obj << +/D [3702 0 R /XYZ 71.731 693.6799 null] +>> endobj +3707 0 obj << +/D [3702 0 R /XYZ 441.4437 671.6073 null] +>> endobj +1689 0 obj << +/D [3702 0 R /XYZ 71.731 643.5476 null] +>> endobj +582 0 obj << +/D [3702 0 R /XYZ 311.2372 606.3321 null] +>> endobj +3708 0 obj << +/D [3702 0 R /XYZ 71.731 595.9671 null] +>> endobj +3709 0 obj << +/D [3702 0 R /XYZ 190.7774 586.2076 null] +>> endobj +3710 0 obj << +/D [3702 0 R /XYZ 71.731 553.1665 null] +>> endobj +1690 0 obj << +/D [3702 0 R /XYZ 71.731 522.2824 null] +>> endobj +586 0 obj << +/D [3702 0 R /XYZ 261.227 485.0668 null] +>> endobj +3711 0 obj << +/D [3702 0 R /XYZ 71.731 474.7018 null] +>> endobj +3712 0 obj << +/D [3702 0 R /XYZ 71.731 462.7855 null] +>> endobj +3713 0 obj << +/D [3702 0 R /XYZ 71.731 457.8042 null] +>> endobj +3714 0 obj << +/D [3702 0 R /XYZ 89.6638 437.0469 null] +>> endobj +3715 0 obj << +/D [3702 0 R /XYZ 71.731 434.8901 null] +>> endobj +3716 0 obj << +/D [3702 0 R /XYZ 89.6638 419.1142 null] +>> endobj +3717 0 obj << +/D [3702 0 R /XYZ 71.731 411.976 null] +>> endobj +1691 0 obj << +/D [3702 0 R /XYZ 71.731 371.1292 null] +>> endobj +590 0 obj << +/D [3702 0 R /XYZ 286.6291 328.0317 null] +>> endobj +3718 0 obj << +/D [3702 0 R /XYZ 71.731 315.5937 null] +>> endobj +3719 0 obj << +/D [3702 0 R /XYZ 71.731 221.6258 null] +>> endobj +1692 0 obj << +/D [3702 0 R /XYZ 71.731 192.7989 null] +>> endobj +594 0 obj << +/D [3702 0 R /XYZ 166.8108 147.6441 null] +>> endobj +3720 0 obj << +/D [3702 0 R /XYZ 71.731 135.2062 null] +>> endobj +3701 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3723 0 obj << +/Length 2779 +/Filter /FlateDecode +>> +stream +xڕ]s���ݿB×�3���}r;�N"���<4}��y5�cp�d��w�(Pr�c���boowo?��|�\���F0��&qxU6o��=,��&����}w����*��$L����~�_�Q�eq�]�U�^(���67a�#��wU�[m��=���_u]��������q�8J�<�^�p�z.c�Ndt��3/�F)IX��/tbD��I����a�k�+����X�i�^�E]?1�1����Ř��4�>�~����O�����՜�����k����������l��{��'П�.���#j�r�^[:�A�7�N�N�O�pafy��������{��ڴ<��G��&*��ed�^�����q�6�Ƚn�[>��� ݏN�w��+o<5 +ُ�6��S�{�_� ��:#�z�ط瞔���Ap�ls/N�����͔j���y���w�e�{Ie�[����WDx�E�-Ъ��ً����X���������_���N��̊�g�`Z�<���Gm�}�<���ݾ�� ��wTx��������0�v�x��_t34�g���jw��R�(���M`��A�o���ة�A�����CUWs��|�f�m����ŀ�w�4A�%y��b� ��qTx��i��Ӝ��l��'�lùi`^�01� ��0��v��m֊a�L��^�l��I��'aif �>�فɞx��p��h�N��fBu������ +��μ �pl��7� ��0MoY"n���&V��{�B�e*qF@��1��HvF��=/�N���+{˧�ښ������΅Seg�5�g4�bBP%�Y^���V�V]�q�{Y�|&D�o�#�=�/��~�߅����t�[�Di�%�b�ѵ�lRk���#�����*��h��d�l��\�.\�u �97,��@���<���L�&F����K�%Q<�d@}��Nz�#��"�?�tL��CJ�U���#=���.h~���Pn�p}�;����,{�='T/���B=ėta�o��Ex�E�ؖ��8pi3�lQ�w��:���ŢFS���K���W��=�Qֺ�,��t���V��XtUh�[�u�Hob߃z�e�`���砏v�;!섁�yH_0T�)�T�gk�@�����/=/4�Z���^���O9O ´����#� ���xTEǸvƜ)R�EW�);Խ�x�#������{3i����Њ��rX���J>9�R��%/������@��]���(N��4�>;��pw�u�k���mE�PVժ����圦�������c�����,�݊�SE��tnV;4�c'g\hvF���hݾ3uͶ����G��n��:\�������g�n�Lh�EW4 +{�8^{� +^B�N RԌ<k�� +"����[�ش�r�#:�8Y 4�������(z�{'ƸZ�x\�$(|p�9m��G�nFO ˡ��$����r����&�h���kB�:?�P�@�#ב w�O�$^_3���(e'��CW6����Z����g[p���~ol�9IW�.��LW���k �2Į{� ��Z��3�1X��N�,j�ՠp��y:���Z��4ȃlsI0ZRKɍj�!݂]�I��,rG��'rRݵ|��h��jͰ?�7ty"�N �N@81�x s��) +9�{��L��?��[0��Б�O"4�>v<�~8R(F�����z�*�A�C���%}�e�"!��A[y���s+����~���?�؇$���_��!g,;���U�[��kS�<gRN�.��̦� �<�v�Dv�N,F��]����I����$��R�bb"��AS�|�)��⇼�d��x0¢ ��`��ᮮIV�\D�(8��5V7`&��T��Gzs��w< ���b�%V'�� kxh�s>S]s�E +-:m�U�+�����-�|��b`�=2�Ty~�V�1�!���!)�����S;�����;�嚧C�!��a���y0g���C�zL��5��Z�;�W�'��$p[O�����/T�isc"��k�Pc����?W &�9�ԁɬL�w�Ĵ\�&c-��0Zv���P��m֏"B���3;?�Od�gA��6O8��Zӏɋ���{�v'XN.�����'��8�݇K� +ܸ^�R�ةL|�3�TS�����z���{��� + +Y��[�Vښ��'-�\�_X?�Ö�<ةS�vg�IZ�p=��)ZՎ��T���b��?�b�~��h�b���OS�@?s�چ��9nތ��RI�*,��#B4m�Sp\�E����KO*M�1$M�Z)�f��ʮ:��q�7+<O�����3"w�*tO��5m�4�&W)�x������̱欐�?�Wؑ���S0Ui��m۵�l���{�c��}Qi���}GvD�wL�K�G�{^�f��C�j*�i}�K�-РE��-� =<6ڒ�x�M&�D&����1 ���� I�xF�%'�Ke��!e[�Y쀵�,����~�Ui�l�QR�o���*q�S���)n��F��k���\:��d=�9�wZZ+��DJ�S������ۚPx���B��ǕD�d��ϓ��JU���� �Ԣ���n��������k�`���֔��tF:֮���̰q�)��kc�hܳ1� E����`�X�R�+�f7���.�^~7cuv��JqӦ�g���}a��w��k(�~b���I���%��<�����<9ѳdx��,l�?��endstream +endobj +3722 0 obj << +/Type /Page +/Contents 3723 0 R +/Resources 3721 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3749 0 R +>> endobj +3724 0 obj << +/D [3722 0 R /XYZ 71.731 729.2652 null] +>> endobj +3725 0 obj << +/D [3722 0 R /XYZ 71.731 675.3027 null] +>> endobj +3726 0 obj << +/D [3722 0 R /XYZ 71.731 670.3214 null] +>> endobj +3727 0 obj << +/D [3722 0 R /XYZ 89.6638 649.5641 null] +>> endobj +3728 0 obj << +/D [3722 0 R /XYZ 71.731 647.4073 null] +>> endobj +3729 0 obj << +/D [3722 0 R /XYZ 89.6638 631.6314 null] +>> endobj +3730 0 obj << +/D [3722 0 R /XYZ 89.6638 631.6314 null] +>> endobj +3731 0 obj << +/D [3722 0 R /XYZ 71.731 629.4745 null] +>> endobj +3732 0 obj << +/D [3722 0 R /XYZ 89.6638 613.6986 null] +>> endobj +3733 0 obj << +/D [3722 0 R /XYZ 89.6638 613.6986 null] +>> endobj +3734 0 obj << +/D [3722 0 R /XYZ 71.731 587.6962 null] +>> endobj +3735 0 obj << +/D [3722 0 R /XYZ 89.6638 569.863 null] +>> endobj +3736 0 obj << +/D [3722 0 R /XYZ 89.6638 569.863 null] +>> endobj +3737 0 obj << +/D [3722 0 R /XYZ 71.731 554.7547 null] +>> endobj +3738 0 obj << +/D [3722 0 R /XYZ 89.6638 538.9788 null] +>> endobj +1693 0 obj << +/D [3722 0 R /XYZ 71.731 531.8407 null] +>> endobj +598 0 obj << +/D [3722 0 R /XYZ 163.5913 488.7432 null] +>> endobj +3739 0 obj << +/D [3722 0 R /XYZ 71.731 476.572 null] +>> endobj +3740 0 obj << +/D [3722 0 R /XYZ 71.731 434.143 null] +>> endobj +3741 0 obj << +/D [3722 0 R /XYZ 181.7247 423.3484 null] +>> endobj +3742 0 obj << +/D [3722 0 R /XYZ 71.731 390.3074 null] +>> endobj +3743 0 obj << +/D [3722 0 R /XYZ 71.731 320.5689 null] +>> endobj +3744 0 obj << +/D [3722 0 R /XYZ 71.731 276.7333 null] +>> endobj +1694 0 obj << +/D [3722 0 R /XYZ 71.731 258.8006 null] +>> endobj +602 0 obj << +/D [3722 0 R /XYZ 339.8756 215.7031 null] +>> endobj +3745 0 obj << +/D [3722 0 R /XYZ 71.731 203.5319 null] +>> endobj +3746 0 obj << +/D [3722 0 R /XYZ 71.731 124.3059 null] +>> endobj +3747 0 obj << +/D [3722 0 R /XYZ 71.731 109.2972 null] +>> endobj +3748 0 obj << +/D [3722 0 R /XYZ 71.731 104.3159 null] +>> endobj +3721 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3752 0 obj << +/Length 2972 +/Filter /FlateDecode +>> +stream +xڍM�ۺ�_��%ڙ5K��|�$}/�N_�i���� ۴��,y$9���_�%[�3{� @ �o���.�P�>&W&��b}x�;���&���,�D^���7k���,^��Hk��,_�֨,����?��}q�]��4�����͡���e�cԇ��eUO�}��__��c��<��Jř2Y/�F���0�G��L�Ȧ�"&)��*�#T��e�J�-������A��W�Q���ó2��mNG�`��_�6�S[�eS����9���S����o�{2q��+���nS�=�q��E.E6ꞧza�n]ыD���h� ���u��d���'"y�説���� -C��8�H�m���6Jy!o�尺o+�"��/;���sk>D7�F��>�WT�pj�Cі�����ba��1o��} �ѷ ����>|n�ϗ��s�1�j\X�7�$�T���a��n�@�R���=��cþ/�o�Sլ�2L:gЀ<mqp.:4�Ԝ�M����ڱk=��b^��~�/�l��4�|�Q��>�:(N���>���'����Ef츨�ʳ,hn)fi�4�F�V�P��Cr6�84�ctYo��P��7��t�(M��Y:R�^r�'�厮�?��g&ꜻ +��4�H�P�q��Z�@��]��57<���x��(�TdC;=X�B�_��\�Y�l�}����c�kٮ��Ʒ���$5��1�/�T��M/���'���W�Q����D�/� vͺk�y�C%Lq�W<���z&�` ���lO5�pQ���) ����{p�GY�Al?��* +(��Xy�6��?�8��^c���>7���($~���#���і��M�E+�7e�>ɣ�ò�< +��3�����<8�<xK�@v�/�j.�xq�#��I���H�I����Z���<��؋%��Tt%E�*����4�$��t�S�4Q�M���:�������Թ-{�}�x�{��C=J�����N^R�?_ۅ�V1��{F� ����E+{%F� b����@'�T��H�q�ij�o��VM�� ��+w���v�Ǯ�� +s�4� �2֤�K2Ypt��VM�1B������!y�*�Bğ>ঢ়\��;�B�����{f��1�E��+V����vg)�E-B9���Dţ������z.HI K1f�n�5��� I�v$?�����. �Blfr،���b�i���Y&4��"�����Ϫ���W_{ �����y����"�#U�(EM��TjT���I��l����p~��t�v-X���5���r-f�=Q��/ �95�N�e��{^ld u2X�[�u8�� T�1ٵ�^s�����eq�@ +O�H�+n�#�v�e!��j0)�C`2 d��I����&����I���}�3�:,Wό��x�&����uB��R��C�@��s䢒��b�_���U�� V�B.8:��Il�X�-Nfl� N�e����#�� �xaݺ]�n*�12o�0TI�O�SF��ޡ����� �nzF�����X�5�j�s��c��:�fW��:$�㠠�� +Q���A1�Gٕ��XڼH1=K��c�9<D�90��d?g���ʔ�����l�m_t����{����*���P���°�Q��S��Ie<Пv�~Cm�PTz�x!,e��u}!�1B*X�R���e}�/�Ӯ�;��U���)?~xB�O��R�6��\�N�r�wk��+w�Ro�ȠAc��,�{/4 ]ɦ����cd�'��S�r��+Gh�v�/�>�H�(1?B�:&��FY��oE/��� �A�O-9>W�ϛ��hh"~'�]A=j�iz��3����KdU�s"i�����(����r+��I�B�>he��n�����ܖ�S��"\�����`�{���}O�l�8G�O����˰�P��`��(��L,˺[;s�unGi��LŜ���v)���у\��Վ��\���ߥ���'���W�Q��`�9�|���)�9]w s�0s�J��9���/� �U��m�>��� ���Յ0qݺ-��/xO*�خ�t���Q�2a��� �c���I<`����P�1�����7���a�W̭���K��t� +5�Q���pDu� +=��.�ܖ?a�wE��-?a�dㄫD�^���3�G1=_�f�ps�C���Y6��f}:���Z�X���>���E�~�7��Z�.����;�>�6���l*]7��?�u�qI!q�Ѿi`��� V��D�7�d';ʰ�O6f�!�BdU~�t�U%���v�������_*��#�Bϝ��{9B��� &�xǻS��"�9�����(نtAŸג�@ũo�����P䪸K��D�=��|��(J|┌Z�<M#��~C9s�k�8�i"�D�˅�(t������QƯ�e�x����g�����/9=A��:A�\�`+Y�B]����/-PD?��*T���]�N�Gj�汏��p��n1O���Qt�A��݇���`��y�X�/@�� �Ȏ�n�y>�G%��%��6�K +kF�O��@M����k�NS�s�;$�\��u1<�q��2�YJ�P0�(�k��w���,钄�:�,��g�K�d/fw��9��h N��xF,>Ă����x���R*[QhR�x��VB|����� �;@�`Xv��XQbd��kH�g q��Y@��'�OJ��O�t��Tw5W��EZ{Q"zQ+�0~�/��d� +e�� #P;'H0O��]b��=3�J)$|K���`Zw��"�%�3��'E��q@�`z7(m]�2*Lx��$���S�<��͎��Jjp�ڋ� sS��l�%�0i�aG��ґ���i�9-��c��Ǿ�(��Y�˜��w(�T&��/�\�wQl2��<8�d����B3�?�BTendstream +endobj +3751 0 obj << +/Type /Page +/Contents 3752 0 R +/Resources 3750 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3749 0 R +/Annots [ 3757 0 R 3758 0 R 3761 0 R 3764 0 R 3767 0 R ] +>> endobj +3757 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [507.0988 648.4036 538.9788 659.3075] +/Subtype /Link +/A << /S /GoTo /D (param-group-security) >> +>> endobj +3758 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 637.3898 110.5853 646.3561] +/Subtype /Link +/A << /S /GoTo /D (param-group-security) >> +>> endobj +3761 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [103.8802 593.6738 158.1762 602.5204] +/Subtype /Link +/A << /S /GoTo /D (product-group-controls) >> +>> endobj +3764 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [200.9852 573.6838 260.2625 584.5877] +/Subtype /Link +/A << /S /GoTo /D (users-and-groups) >> +>> endobj +3767 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [341.5858 529.8481 395.8818 540.7521] +/Subtype /Link +/A << /S /GoTo /D (product-group-controls) >> +>> endobj +3753 0 obj << +/D [3751 0 R /XYZ 71.731 729.2652 null] +>> endobj +3754 0 obj << +/D [3751 0 R /XYZ 89.6638 708.3437 null] +>> endobj +3755 0 obj << +/D [3751 0 R /XYZ 71.731 680.284 null] +>> endobj +3756 0 obj << +/D [3751 0 R /XYZ 89.6638 664.5081 null] +>> endobj +3759 0 obj << +/D [3751 0 R /XYZ 71.731 638.3861 null] +>> endobj +3760 0 obj << +/D [3751 0 R /XYZ 89.6638 620.6725 null] +>> endobj +3762 0 obj << +/D [3751 0 R /XYZ 71.731 594.6701 null] +>> endobj +3763 0 obj << +/D [3751 0 R /XYZ 89.6638 576.8368 null] +>> endobj +3765 0 obj << +/D [3751 0 R /XYZ 71.731 569.6987 null] +>> endobj +3766 0 obj << +/D [3751 0 R /XYZ 231.1139 545.9527 null] +>> endobj +3768 0 obj << +/D [3751 0 R /XYZ 71.731 530.8444 null] +>> endobj +3769 0 obj << +/D [3751 0 R /XYZ 71.731 515.9004 null] +>> endobj +3770 0 obj << +/D [3751 0 R /XYZ 462.4737 483.0884 null] +>> endobj +1695 0 obj << +/D [3751 0 R /XYZ 76.7123 453.4994 null] +>> endobj +606 0 obj << +/D [3751 0 R /XYZ 232.4924 414.127 null] +>> endobj +3771 0 obj << +/D [3751 0 R /XYZ 71.731 403.762 null] +>> endobj +3772 0 obj << +/D [3751 0 R /XYZ 71.731 391.8457 null] +>> endobj +3773 0 obj << +/D [3751 0 R /XYZ 71.731 386.8643 null] +>> endobj +3774 0 obj << +/D [3751 0 R /XYZ 89.6638 366.1071 null] +>> endobj +3775 0 obj << +/D [3751 0 R /XYZ 132.5044 366.1071 null] +>> endobj +3776 0 obj << +/D [3751 0 R /XYZ 379.7938 366.1071 null] +>> endobj +3777 0 obj << +/D [3751 0 R /XYZ 71.731 350.9988 null] +>> endobj +3778 0 obj << +/D [3751 0 R /XYZ 89.6638 335.2229 null] +>> endobj +3779 0 obj << +/D [3751 0 R /XYZ 157.7278 322.2715 null] +>> endobj +3780 0 obj << +/D [3751 0 R /XYZ 71.731 320.1146 null] +>> endobj +3781 0 obj << +/D [3751 0 R /XYZ 89.6638 304.3387 null] +>> endobj +3782 0 obj << +/D [3751 0 R /XYZ 71.731 237.4247 null] +>> endobj +3783 0 obj << +/D [3751 0 R /XYZ 71.731 222.4808 null] +>> endobj +3784 0 obj << +/D [3751 0 R /XYZ 142.175 212.9813 null] +>> endobj +3785 0 obj << +/D [3751 0 R /XYZ 76.7123 149.7186 null] +>> endobj +3750 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3788 0 obj << +/Length 2574 +/Filter /FlateDecode +>> +stream +xڽY[�ۺ~ϯ0� �<�E��&A��A�v�>4}���Z8��Jr7{~}g8C]l9��A��j8��o.��"�?�H�H5<T.T����*Z<«��$�lXf3z{���Z/r�'*Y��&�De�"�Jd����,��s�j��h�=��EU��/�Gb�=?�Q��]���ϯ����c��<���D�0i�.6R�<������Kp^�<W�q�}?-�%�"��$��T�N�7�F�Q�/6�s���B�M�p't$��3�Hr؉<�����DK�T�dX��Yd�{��9��%y��Ht��I���M'������o�-=v������{<����[�h��Ը�-�j��jw=�%i�Tt��Ż_�Q�aR�T�n%����*����;�tp����Z>�d�l�:� +`��n�!��j&��tD����x��'�Jm��֣�+���-K�n�6hzp�zb���3n�~���kں��4DKtDlI�v�����@8��^�i�/�{� ��H��Ug��i���2yM"{<����v���1��hR��Tjc�|��(S$�#����Ȣ8��Z�iv#��3$ dct<�T:�-A��µ���e�H�-�ʂ��g�B��W�х7{�m� +:HTn��� ��|"�h�m�"��|Yt�x�ո]၊��f#v\8X[Ҹ>�4�.ܽ��с;�O�ёU[�����00�3]�Pq�5�<&�0��HX����s�#�_��j[�w������ +��(��d��C�=\��>"�Xt�U��&6�ԅΝ+]�>�[����H����\0Lk.gǺqD�\g��]Өu���@�@E�S%����6c�k$^�B����Pge,ԕ����N����҆n*m�z�Q*�6���J��%/qc�l���f�L�|�0�3� ����Z��_0�!|�kٕ��p�*R +��U�!�FC)ґ�LL$��@j��&~��v���}UJ�&��P��l�i�uYT���0�H1��}]cr��a��.���q卓����ɾ���X����+��Y�>�<����b����7�շy}4�ۂ���=��G����Ȼ�ز��KÐ-�S�#�y��D@;r`�������8�cx[W]S��x<�b��.hF�"�r�͆l� �%Rh���F]�����E +��q�</�<���k��U�Ul�z+�� m0�,=FE(�og���e��a_�'llj�gG-%���ty���/�V��EQ�r�Y�4$��5����%rik��;�Ĥ�Gt[O�3��D�5>����I�?Px*3����Ps��0�:����p#��:1�A��0�C���7�G�v��(�7�_�q��+�`����ۘՑ�M�(�0�o{�8�g���'Eӧ�x�w���s�v-I`��s��dP�#��l�q������ۨ9'����� �(6���> +����,_b|xm�P�E�L�I�d��.�"��Z�d����Lo`t$�8�����l���6c��|���=�Xx�|�"�+����^��J��˗��}��]�H1���#s�j<ttJЁ�:�� _P������pE +��j�.]���"Y��@?��(����O8�����5�1?�t�I�����R3�����tYE)j0���!m�<B9�2˱Jʐ�n��禁��S+�$-�݆�tqPi45>�0�,`����>Ծ�7��O�7�"��r&�A�����g�������KK��BD���㜚��y:7���ṴUH&0(x���F�6t�Lg��&Q��UL-:[m�L�jb��\�,/� �]�s�@�'j����-���q�5g��mS<����~v$�C[?Y�ҩ��,A/n�г��f��zӬ��n��E����!.��8#���LS�%RK�m!�KRJ�.#���!O)%��f��:��������|o���S�L�=�@`6�����[��箆@�<�˃�����呌R������:�Q���b������|��X��m��eX��F�u�Ѥ;*B��p�^i�y�z} ����E.�|gs���O�M�}�߀��3Ei�� 6�xb��b��D�;'����w_�w_^��#r|�S5�Ӆ�T9|���Ӵ�n�%U��ө��U��XFc���'��3�Q�7�� +����٣hߞ��DQ,�������w�m�Z��|!��Yf��exWXN��6l�>��,���4t�7�hG;ZS'�X_�����v衙n�ML_���_5���x56!� �&���C�0�p��́�B(�@�{d��Uذ6[u�HF�^%��&2̈́�����X��P牢� ��2�|*G����?�Wq<�������"�)!v<#܄��dqzI9/���NT�����}�1y��{7:����Vs�����Q��[�QF�Q�"pF�� 5��a���@j���!5���p�|'N� �t�iԿ���D�ad� 2�2L@���;3ϝڝL�͟��D&����h�d�Ў�b��&����P���Aendstream +endobj +3787 0 obj << +/Type /Page +/Contents 3788 0 R +/Resources 3786 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3749 0 R +/Annots [ 3793 0 R 3799 0 R ] +>> endobj +3793 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [240.9848 571.3876 300.2621 582.2915] +/Subtype /Link +/A << /S /GoTo /D (edit-groups) >> +>> endobj +3799 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [429.0596 406.2867 475.9177 417.1907] +/Subtype /Link +/A << /S /GoTo /D (parameters) >> +>> endobj +3789 0 obj << +/D [3787 0 R /XYZ 71.731 729.2652 null] +>> endobj +3790 0 obj << +/D [3787 0 R /XYZ 136.4882 684.7236 null] +>> endobj +3791 0 obj << +/D [3787 0 R /XYZ 76.7123 618.3763 null] +>> endobj +3792 0 obj << +/D [3787 0 R /XYZ 89.6638 600.4436 null] +>> endobj +1696 0 obj << +/D [3787 0 R /XYZ 71.731 567.4025 null] +>> endobj +610 0 obj << +/D [3787 0 R /XYZ 461.369 530.187 null] +>> endobj +3794 0 obj << +/D [3787 0 R /XYZ 71.731 519.822 null] +>> endobj +3795 0 obj << +/D [3787 0 R /XYZ 253.9624 510.0625 null] +>> endobj +3796 0 obj << +/D [3787 0 R /XYZ 499.806 510.0625 null] +>> endobj +3797 0 obj << +/D [3787 0 R /XYZ 71.731 477.0215 null] +>> endobj +3798 0 obj << +/D [3787 0 R /XYZ 71.731 433.1859 null] +>> endobj +3800 0 obj << +/D [3787 0 R /XYZ 456.9916 370.5855 null] +>> endobj +3801 0 obj << +/D [3787 0 R /XYZ 71.731 355.4773 null] +>> endobj +3802 0 obj << +/D [3787 0 R /XYZ 71.731 340.5333 null] +>> endobj +3803 0 obj << +/D [3787 0 R /XYZ 71.731 340.5333 null] +>> endobj +3804 0 obj << +/D [3787 0 R /XYZ 71.731 327.7014 null] +>> endobj +3805 0 obj << +/D [3787 0 R /XYZ 91.6563 311.8059 null] +>> endobj +3806 0 obj << +/D [3787 0 R /XYZ 71.731 286.735 null] +>> endobj +3807 0 obj << +/D [3787 0 R /XYZ 71.731 286.735 null] +>> endobj +3808 0 obj << +/D [3787 0 R /XYZ 71.731 273.9031 null] +>> endobj +3809 0 obj << +/D [3787 0 R /XYZ 91.6563 258.0077 null] +>> endobj +3810 0 obj << +/D [3787 0 R /XYZ 71.731 207.0339 null] +>> endobj +3811 0 obj << +/D [3787 0 R /XYZ 71.731 207.0339 null] +>> endobj +3812 0 obj << +/D [3787 0 R /XYZ 71.731 194.202 null] +>> endobj +3813 0 obj << +/D [3787 0 R /XYZ 91.6563 178.3066 null] +>> endobj +3814 0 obj << +/D [3787 0 R /XYZ 71.731 153.2357 null] +>> endobj +3815 0 obj << +/D [3787 0 R /XYZ 71.731 153.2357 null] +>> endobj +3816 0 obj << +/D [3787 0 R /XYZ 71.731 140.4037 null] +>> endobj +3817 0 obj << +/D [3787 0 R /XYZ 91.6563 124.5083 null] +>> endobj +3786 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3820 0 obj << +/Length 2636 +/Filter /FlateDecode +>> +stream +xڭZO�ۺ ��Sx�og͊�?��m�ޤ3�v&�SۃV�ښȒ�$7�~�HS�l��كI@?��V�"���L�,���q��Uu��v0���,�لL��|��I�*D�����m��HdQ^��$����e����<����:Z'�~?mu[@���~9��[7M��~�ˋW��L9h�i��c�[m��D%����Q�uw:d�˾��\���j����Ϻ4�U�E$���%sc��(�f0v�{�|%�Xf�M(Ѯ,�R�:M�zqi_����hq!����kX���w"�1�h�4��qAv��k�`��qo�r�̚�F��X��/�:�q���#vm�N���C�ڰ����d�GP�k⪛z|����ld, +-�]��<|�9�\˾<r��Uٴ%���k�H���}В���_Q�N}9���ܝ4�Nqq�IZ�a��,Jz�Y=�&d��\.�+�W�LO���AI%d��6�1ݱ@�T�H%S���-4��8�*�ux�xV�$V"W���܆乀�FB;��j����.As��+`���2�?�5�x��k +V� ������c��Mh6�q8�UJ ��>h�+@>� <�:n+u�[��l#�j�:���t����1�ϸ-� n�K�"p�e���7��@��* �Cs���B�H�R�����ڄlK�60ذ�"��� �� i"T�A$�� �<�0m.����t +�)�'��1'+�-�J�)�5g\X������a�w-���? ����;�L��Ԅk��#!cE~����l�r��T݁SyI?�jF��G\Đ����h��ˆ��%�y�4�.�8��`���+fڄ\�s��Jq�2/ �$��ʫQ�M�c�L6����Kb� +�e��<dp�~���GH;6e���v�����;oe0����&���㣶�Đ����A��8E�E��]k�*ʪ2�����2��jx��O��&؊�o}w E# =�2��O0EH��2����DD`Ղ�(��v˴=ϥ}G�{w"9d;Ng��96��c3f�}�g��BE�'ަvK�]��~#Zw>����ʺ!�r��ag��[3r۩� wG!~�Y��=!���I��i����4�8>a'��"�n�uU�f ��w@�Y�; �跤c�dcL�_�"����|ۺ�<a-��Yg��^���� ���K�tRfa��{�6� .n6��N+�~EPw9d��f�s�y]{�� $�\T]HĩȊD��N�� +y%3�&d[�c�Ҧ��^M�y"�2-V��=f��q-g�DH���r]��5�Wsƒ��9� 3�>g�������(����2����!1�L����k.��!4��a�R��0���s��[꾾����Sٳ���<�� F\ (X��M����A��"���g�u� �ҕ+��\a��~��v�$���J��*-T�|=u\��m�z:���*(�f�J +%�"Uw�p\��(�j�grjƛ�L��hRف�c�V�:#�p,�`1ກE�E��U,.�� ,�4a&�\�EzZJE��o:�o�S!T�36mG|�CZo={wjʞ�P�ӭW �h��8�/"��i8��FG��!rw4P��S[����v�-rpt^Ǩig_& +�4�c�08������6���������H'���`�T/5�V݄+�"&����'Y.r],g�.!�uw�\���_�JE������RB%E<5�6�}���#.���:�W�}o�U���%�=�,]q����+�Z����,u��v$Jsq��;���j��k/!���P���,[��Z{b%>��8&O�E�^����`x��ni��6�"�_o[��%�T�]����E"{K���qd����@������&�|k�6m�ܷ��R��;��Dg;��A�ю���w�k(Ɛ�~;��P�\�B��h�͎V��ᡎ����c]=u��6 u�PY~��Lȴ�{.$-�Y 5�q�D��sݴ�sݱa.͗���L�R+�(�$ª>��:q�JO�c�yH���/e��y����r,_ˁC��v4���')����o�ʃ;7�� +1���h͟���*]`rWz=������d����.�o�}:�/��%��,# +T�����[��� +:5[7�x��������K0k��ZYɇ�6�Om� $��'���D�*\�L/yD�N�Po/$r�K�M�a����i�7��Q�K�S��(m�����{Ɖk�{�X��@�h�!R���@=&>|-[K������C�����[M�q��Г���;XW�6e���f�lo�e�/dez���{\��]�Qm�o�me�lj�D����������ݩ�-��>@���i��D��nGԚ��r?x$��J.�B�_�~NmS��[?�����'���r�D������<�E�Bԩ�+0�4 �lʀ�m=��>Y��<2�ј<ۂz�߈�?d�T�g��X�GR��D,�U�P�aӟX�xi$�?�u�YZ<�ep;�3k(�/*,��o���.�*�7x��S/f�嬒�p[��~��K��?Xa5�ǟ��{�x�=~G[N� +*N�73o�3�w�"�E�%��j}��-|�endstream +endobj +3819 0 obj << +/Type /Page +/Contents 3820 0 R +/Resources 3818 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3749 0 R +/Annots [ 3827 0 R 3832 0 R 3837 0 R 3840 0 R 3843 0 R 3845 0 R ] +>> endobj +3827 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [368.5546 674.3064 415.1942 685.2104] +/Subtype /Link +/A << /S /GoTo /D (parameters) >> +>> endobj +3832 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [414.1442 607.5567 461.4474 618.4607] +/Subtype /Link +/A << /S /GoTo /D (parameters) >> +>> endobj +3837 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [415.7972 450.426 462.6212 461.3299] +/Subtype /Link +/A << /S /GoTo /D (useradmin) >> +>> endobj +3840 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [336.7154 419.5418 395.9927 430.4457] +/Subtype /Link +/A << /S /GoTo /D (edit-groups) >> +>> endobj +3843 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.6675 375.7062 147.9448 386.6101] +/Subtype /Link +/A << /S /GoTo /D (create-groups) >> +>> endobj +3845 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 287.3824 125.0308 296.229] +/Subtype /Link +/A << /S /GoTo /D (product-group-controls) >> +>> endobj +3821 0 obj << +/D [3819 0 R /XYZ 71.731 729.2652 null] +>> endobj +3822 0 obj << +/D [3819 0 R /XYZ 71.731 741.2204 null] +>> endobj +3823 0 obj << +/D [3819 0 R /XYZ 71.731 718.3063 null] +>> endobj +3824 0 obj << +/D [3819 0 R /XYZ 71.731 718.3063 null] +>> endobj +3825 0 obj << +/D [3819 0 R /XYZ 71.731 706.3064 null] +>> endobj +3826 0 obj << +/D [3819 0 R /XYZ 91.6563 690.4109 null] +>> endobj +3828 0 obj << +/D [3819 0 R /XYZ 71.731 652.3886 null] +>> endobj +3829 0 obj << +/D [3819 0 R /XYZ 71.731 652.3886 null] +>> endobj +3830 0 obj << +/D [3819 0 R /XYZ 71.731 639.5567 null] +>> endobj +3831 0 obj << +/D [3819 0 R /XYZ 91.6563 623.6613 null] +>> endobj +1697 0 obj << +/D [3819 0 R /XYZ 71.731 590.6202 null] +>> endobj +614 0 obj << +/D [3819 0 R /XYZ 304.8252 553.4047 null] +>> endobj +3833 0 obj << +/D [3819 0 R /XYZ 71.731 543.0397 null] +>> endobj +3834 0 obj << +/D [3819 0 R /XYZ 71.731 531.1234 null] +>> endobj +3835 0 obj << +/D [3819 0 R /XYZ 71.731 526.142 null] +>> endobj +3836 0 obj << +/D [3819 0 R /XYZ 89.6638 505.3848 null] +>> endobj +3838 0 obj << +/D [3819 0 R /XYZ 71.731 451.4222 null] +>> endobj +3839 0 obj << +/D [3819 0 R /XYZ 89.6638 435.6463 null] +>> endobj +3841 0 obj << +/D [3819 0 R /XYZ 71.731 420.538 null] +>> endobj +3842 0 obj << +/D [3819 0 R /XYZ 89.6638 404.7621 null] +>> endobj +1698 0 obj << +/D [3819 0 R /XYZ 71.731 371.7211 null] +>> endobj +618 0 obj << +/D [3819 0 R /XYZ 381.7631 334.5056 null] +>> endobj +3844 0 obj << +/D [3819 0 R /XYZ 71.731 324.1406 null] +>> endobj +1699 0 obj << +/D [3819 0 R /XYZ 71.731 273.4347 null] +>> endobj +622 0 obj << +/D [3819 0 R /XYZ 481.7981 228.2799 null] +>> endobj +3846 0 obj << +/D [3819 0 R /XYZ 71.731 215.8419 null] +>> endobj +3847 0 obj << +/D [3819 0 R /XYZ 71.731 160.7283 null] +>> endobj +3818 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3850 0 obj << +/Length 2652 +/Filter /FlateDecode +>> +stream +xڍˎ�6�>_a��6���;9�d_`�@�I�=�m+#K�$OO��o�(K��3�AE�XU,֓֫�~z�j���1�2IlV��]�:��?�iA� +�v�����_���\�IVO�U* �|��Fe��VO���m7�~�5q�ߗ������O}8�Wյ����w{���a��8�)�u+�Ig2��� +�0% ��n� �`��϶��|tŧo���F�� �Z������0���C��]���mJ�U#ӟ+��&�����+��28D�!�(RYept� ��Wu5�/�P���+�>���f��L�tl��V��:�td�#>2Bxd�ґii���kf��@�E¿�7:[��A�VI�%��G��D�ZL�'7��Q�<��,)]]mL��������������jŇԁVy��6��b�9� 썀�c{��WT�z�ȼC��ڊ��P �Z��Ɏ���{O~�]o��*��v�C��^%If 7M.�"p� +�M���j?� +�k@�A�zt�����d�hp��{�p�#`��NPog �i�uN�� ��� �;]|�,z�3��KIT���33=�̌/ec�5y',��l��bvQ�@�"b� +�y7��x��7!��E��������{�V�X.b��1�%�}��T���/�p��:4h�81�d�*S%q�?���-�ٚ���l�3�&S0x�G]N�kw��nl#�B�r`V�[��ˎ�@�Y���h_cPs r`��I��q4��q��H��C|�_�CoK�0[��H��̃�\�@Ý(��@ǹ!�sj����5�ړ�ҳ�eKa'���:pD��l��=�T'7�14��S;Y�FY2't!+>!uv<�NDs�oW�x�� ����툱�,��8�SP�=����l=G�v�JB��S���s�7E��5�p7���tW���^��XB�G*�a�f�1G�"x�MMHx�ߍ�o8F*6Ar����"�l�+�,с3尸���g�f��WC�5X ���ZuAh�Z�V��7�����4Q��7�}�y]݂�ھ��ʾ���g,��-ԭXt�VJ��h���3�A%7$`J���bl�+���5�|�$�,�ߖD�D�*Mt nZ�ۯ�= �U�U���C��$3�5��L�YCW����/��Т�ֶ^ڳ�����#��tl�e)2�ۓ����ݩP�ڃ +��J�jJ�E�����r�TJX�8�[k? �i�q���aEz0 +�><r���2�^A�1J?`՛q���C������R�$�a���|�9�P5�Y��b��~n�t�e��~�h��>&v~C�zM+\�N�\e[_x��R����}�%p�B�z������#Yq*�(�K���8(z�C�|�T'�!A��l����n��h���˭�|�g� ��b�Ku�N�[�~'�(��"0J�^5>���� +��2w�}��t&AX2?�$G;^���6b#ި�v˥)�];�#w��'b�����Ǫ�j�hKn ��7�M�b��6��I#L:�����1�B�]������dyd=7���d?)�Ny.� ջ�ܹlb��|2X����}�_w�e��)����u�@�G�: �d�<�t��^&�粵%I�d������?@�_;�g�!Ğ��_�w-�-Q�Y|9Qy��G^1�#����L:-�D���Luu8��LTŨ���Jg�QxM��i�.b*�=��]/(Ro��:�0J��`3G�a�E4���R��!\8]�N|2\>ڒ��B���8ѥH_��@�txS&Ɖ�z�-Ξڻ�ϑ ��|8Gh�p���eD@���!�E��pų�e+%��ڷa0���iv��vY��$�>���t�2v{B��I���a����v��;=�-��-�8�pU��Ƅ�Ԣ0�l�~]�QvR wm3�e����~z�A�-S�Eu���ŕo���J��/NS��3��勎5����*~���iz8�ٻ٩&��z-�o56��1�,�:��y3�䙃�� +߲$C}���`���U5SrrM��Lg�=�[�����N�HlaJ��e���|<����&�E0���<CV��UF�*�Q��8���h�<Q��� ��zH��d��( �U �Y�@�V����E��%`�~��ru߰p��rD�B1�^���.��y�Ő'���fxV��9��{�R�� �-��� ��5�V��BC�`�:�D%����؎��;O���Y(}�o�b,>�1��3��Y7xJrFzN{d4����U��E:\\g�a��`����-OIBm*@���ȓ2�w�e�T<}���Zd~��ȟ~��HO���X_�\�)����I�MȭNu�t���8���"1�[��:YLA8�rh�L_���M�4j(6=c`q��<u�\^n��p@ڔn�E&S��Ta�_�#7?,�Kd���]�!Ur`��iP K��4�<�^N��Z�"D�rFD��ye����gP � +��o7�W�#5��~ﵺm���`�6;����H���~>�2$��ad��9d��t��(>W�������P�koY��t����u����26)��D '��y����p�endstream +endobj +3849 0 obj << +/Type /Page +/Contents 3850 0 R +/Resources 3848 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3749 0 R +>> endobj +3851 0 obj << +/D [3849 0 R /XYZ 71.731 729.2652 null] +>> endobj +3852 0 obj << +/D [3849 0 R /XYZ 71.731 718.3063 null] +>> endobj +3853 0 obj << +/D [3849 0 R /XYZ 416.5658 708.3437 null] +>> endobj +3854 0 obj << +/D [3849 0 R /XYZ 151.9594 695.3923 null] +>> endobj +3855 0 obj << +/D [3849 0 R /XYZ 71.731 675.3027 null] +>> endobj +3856 0 obj << +/D [3849 0 R /XYZ 118.5554 636.7386 null] +>> endobj +1700 0 obj << +/D [3849 0 R /XYZ 71.731 594.8054 null] +>> endobj +626 0 obj << +/D [3849 0 R /XYZ 341.2701 556.4197 null] +>> endobj +3857 0 obj << +/D [3849 0 R /XYZ 71.731 543.9817 null] +>> endobj +3858 0 obj << +/D [3849 0 R /XYZ 71.731 519.7523 null] +>> endobj +3859 0 obj << +/D [3849 0 R /XYZ 71.731 514.771 null] +>> endobj +3860 0 obj << +/D [3849 0 R /XYZ 81.6937 494.0137 null] +>> endobj +3861 0 obj << +/D [3849 0 R /XYZ 71.731 491.8569 null] +>> endobj +3862 0 obj << +/D [3849 0 R /XYZ 81.6937 476.081 null] +>> endobj +1701 0 obj << +/D [3849 0 R /XYZ 71.731 473.9242 null] +>> endobj +630 0 obj << +/D [3849 0 R /XYZ 249.392 436.7086 null] +>> endobj +3863 0 obj << +/D [3849 0 R /XYZ 71.731 429.3563 null] +>> endobj +3864 0 obj << +/D [3849 0 R /XYZ 356.5636 416.5841 null] +>> endobj +3865 0 obj << +/D [3849 0 R /XYZ 71.731 370.5917 null] +>> endobj +3866 0 obj << +/D [3849 0 R /XYZ 71.731 287.9017 null] +>> endobj +3867 0 obj << +/D [3849 0 R /XYZ 71.731 236.096 null] +>> endobj +3868 0 obj << +/D [3849 0 R /XYZ 71.731 221.152 null] +>> endobj +3869 0 obj << +/D [3849 0 R /XYZ 108.8889 199.9963 null] +>> endobj +1702 0 obj << +/D [3849 0 R /XYZ 71.731 148.7883 null] +>> endobj +3848 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3872 0 obj << +/Length 3144 +/Filter /FlateDecode +>> +stream +xڍێ���|����Z��5}�ɭh�rҢh���i[=��RR�l��3��$[Z;�S��p8�;WlB��T���2�妸|7'����(;��͑�����{�6y�'2�|:n�0�0�7��A�l�����7g���>�dnU@���.;����@_��ʪ�O�����}7�U��p��kɣT*J$2��A�Ģ +DHd-Ͷ?�'��|���oM_����}��2 ������N���Q�h���I!`��e���0����lh��eU�om8��v,tU�)����'�=�fAZ�7�i��MM��<�x�J�TFw~cm��O2���x����2��M=1���MO">��A��|p�3� �ǒ�".!@YD$a9�j���z�[�@ �팹U�@�Xm�4 +�$�V�a����H�<,�!+?����x��X�eA�EX`�G��B�����"�Tj���t<�o���8mP�+x}"\��N��[���5����q��*����`�ũ\��XQ��O�Y*̷e`��a�=��X�m�`VaT5��3A�_3�dS�d��l��4l��r�>A�� CF�@<o��PW(7f �%&AEѵ|&�u����3=؈��PvhZG��r�߷f�Y$,ܛ3ȕ�������S�i�����3�1\�!��bh�Bp$��=�N��Z��0ȅP�%N����7+�h@�Si�%�9Gv�~���К� �5,M���=�>�Йi���y�y>�}�~����W��?�G|Y�KQ +w{qtou���xIvJ*tap���J�`���Ln}hw�0���l +s��`h�Ogc͕�<���<���� ��$����V�ף^yu��,Ӊ=�u�i�^@l +��דF�ͱ�.pA'[fy�$*[���wd�/z�6��S7�&���G6�0o@�Q��1b=`eI�*$Q�l��8���>�Z��^�� 2�0�4a�uG<n*�ׄ�-�&�eaAY��qoʓc�2,4)m���{�"C��8���5b=`vI�=]�FH���0�1���P] �N�w>P��u�X�}�U��-���eaAY�ض�ۨ'c��<u�Rm�[�C���Q�8R��}��X^R{OeԂ�4� +K>`�c=bdAm�2hP����7���8��.�X�@����|��@-g�?뎠e�6b�B +�` +��*`�G�L�6��?<����t�i�e��� Ӛ��y�P3�b��:��p���� �3�#ğ��G�(��R��.ϕ����L�t\����'�vlh�z.�4aH���&�H1tP����Z�P�՞cb �Kc��d5�K=��i65�)��rzᠨ�?6s}RJ!F:RR�������*[6CG3�1ǚ��v$�'��rX*rS('�3��d3�"ɜf�4�K�� �e����B�4�gF����V.���Ky*�Myw�E��vs�OuKka�I �qB(�ir���-W�N&�� �bo�Or�ST�> ,��S��8������)1ιt!�%?�����?�:�rTIO +��_�ɳ����'`�z�}j��t�4N���[N��[w��SN�my݅�%kՊ�\�X��#ӫ2C�K�ͅ&�J%�\����;7Cu ��O\늄Һ~�[]rE����=�4���r!��b gC�+=�ɕ<�燞fI�+'��Fd8J��P_ ��h�/A��V��WM?��4�/�g����*�Z�{�e?Re�&'�Ǔ�u}rQ|�/U��;)�L�"@Q�*�v���9��3�\Zp�8�� +M_�g1U�Y¢���ȁ" � A<�0���y�<�3S��5�rߜC�����7̔>G��=��[����)�H(���Ǻ�od6�2VTav5.�r~� ��u� 7��q���}Ä�9�b��#�U!�G�FGIet7eu�(]��B@�Fb� 9��r,�DJ*͒ x�<�5�� +Λ@�����T^#��=v +J�4}��B�8^�,��L9a�oSۚ���{p�Se'2d!x�H�D��u�O�ǷNt� +�"��-?A�v�(7��B�p�9P�q��pڿ���} ��q��@U�<�4��Z#x%8A\c{��\xFp1Xjv t�+��Ci!�Q���7G䮱S�!�$NH:�G3$�W1�+ �A{�_f�>^������w�1���k� +RV'��_��4|��g�M^���\v����<������X��9�t1锁�p�5��ۧ�H�~�r3S�G:�0PY�ڎX��2�+��U�^ I�A2�0�)�1;8� Θ +4�D�u�R�*r3\�AP���Wpk.�b� ��<��p:���F%��_>O\c���{�r��4;E�8��3��ݚsŶ�a��p�C��^Fk^0)z��Xd郢̖Lxv)9R*��j嶅@����e�����`>�s�����]�;�I:'��_��,o�B��~���>I:���7j2�«�F��= +f��f<*��� ��B�oR��������˹�T/��C���-�@��2>��ո�XG���)5����f�"�����)L7��9�FיDn���>&�=�x�w}��Y>�������x���1im Ȭ��#�%7ס<��0�7��z��!��W[� �\�C�����*e��(%���<r�V�3��/L�M�-dA�^���y�T��>����~�u�7z�y@��o+�NV�(�ɪ�+�ޖ���Q4&^���i0M҈hG�������7R)yE7��F�����y^#�k�5zD��Γ���� R��8_O��V������Է�5$�$��e'��1,I=�O�_m�`_��y@����v�Ki-�x���8e*���8ඍ�i$�P0#�YCzr��7pr +�)P'��v��� +w]9����^y�ƻ��+��ZS���N����hz.O�j4:T;�̓�}�5��jIUM�a������@B.��}*ۯV2g��t9e'��x�|�h�3��� �w,8�� �Z�����ٍ{.�}��K���4V���U�D{.;Gw���\0N)����wh�DnjP�����E_\�停uA1����?�f8�8�e + +5R���� Z����QO endstream +endobj +3871 0 obj << +/Type /Page +/Contents 3872 0 R +/Resources 3870 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3749 0 R +/Annots [ 3877 0 R 3886 0 R 3889 0 R 3892 0 R 3894 0 R ] +>> endobj +3877 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [242.3291 671.6118 289.7803 682.5157] +/Subtype /Link +/A << /S /GoTo /D (parameters) >> +>> endobj +3886 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [140.144 540.3839 206.8933 551.2878] +/Subtype /Link +/A << /S /GoTo /D (upgrade-cvs) >> +>> endobj +3889 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [202.1609 522.4511 268.9102 533.355] +/Subtype /Link +/A << /S /GoTo /D (upgrade-tarball) >> +>> endobj +3892 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [213.2291 504.5183 279.9784 515.4223] +/Subtype /Link +/A << /S /GoTo /D (upgrade-patches) >> +>> endobj +3894 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [80.9762 448.1049 135.2722 458.6352] +/Subtype /Link +/A << /S /GoTo /D (template-method) >> +>> endobj +3873 0 obj << +/D [3871 0 R /XYZ 71.731 729.2652 null] +>> endobj +3874 0 obj << +/D [3871 0 R /XYZ 71.731 741.2204 null] +>> endobj +634 0 obj << +/D [3871 0 R /XYZ 290.9525 707.8408 null] +>> endobj +3875 0 obj << +/D [3871 0 R /XYZ 71.731 697.4758 null] +>> endobj +3876 0 obj << +/D [3871 0 R /XYZ 71.731 674.7648 null] +>> endobj +3878 0 obj << +/D [3871 0 R /XYZ 86.9811 661.8134 null] +>> endobj +3879 0 obj << +/D [3871 0 R /XYZ 146.9968 648.862 null] +>> endobj +3880 0 obj << +/D [3871 0 R /XYZ 395.8718 648.862 null] +>> endobj +3881 0 obj << +/D [3871 0 R /XYZ 247.6993 635.9105 null] +>> endobj +1703 0 obj << +/D [3871 0 R /XYZ 71.731 628.7724 null] +>> endobj +638 0 obj << +/D [3871 0 R /XYZ 367.2019 591.5569 null] +>> endobj +3882 0 obj << +/D [3871 0 R /XYZ 71.731 581.1919 null] +>> endobj +3883 0 obj << +/D [3871 0 R /XYZ 71.731 569.2755 null] +>> endobj +3884 0 obj << +/D [3871 0 R /XYZ 71.731 564.2942 null] +>> endobj +3885 0 obj << +/D [3871 0 R /XYZ 89.6638 543.5369 null] +>> endobj +3887 0 obj << +/D [3871 0 R /XYZ 71.731 541.3801 null] +>> endobj +3888 0 obj << +/D [3871 0 R /XYZ 89.6638 525.6042 null] +>> endobj +3890 0 obj << +/D [3871 0 R /XYZ 71.731 523.4474 null] +>> endobj +3891 0 obj << +/D [3871 0 R /XYZ 89.6638 507.6714 null] +>> endobj +3893 0 obj << +/D [3871 0 R /XYZ 71.731 500.5333 null] +>> endobj +3895 0 obj << +/D [3871 0 R /XYZ 71.731 444.1198 null] +>> endobj +3896 0 obj << +/D [3871 0 R /XYZ 71.731 378.9891 null] +>> endobj +3897 0 obj << +/D [3871 0 R /XYZ 118.5554 340.4251 null] +>> endobj +3898 0 obj << +/D [3871 0 R /XYZ 71.731 286.8355 null] +>> endobj +3899 0 obj << +/D [3871 0 R /XYZ 364.9188 254.178 null] +>> endobj +1704 0 obj << +/D [3871 0 R /XYZ 71.731 239.0698 null] +>> endobj +642 0 obj << +/D [3871 0 R /XYZ 244.4691 206.7559 null] +>> endobj +3900 0 obj << +/D [3871 0 R /XYZ 71.731 198.1184 null] +>> endobj +3901 0 obj << +/D [3871 0 R /XYZ 71.731 146.8157 null] +>> endobj +3902 0 obj << +/D [3871 0 R /XYZ 71.731 131.8718 null] +>> endobj +3870 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3905 0 obj << +/Length 1760 +/Filter /FlateDecode +>> +stream +xڵko�6�{~�>�=ĔH�}Y�mE�+�t���lѲVYTE�n��w�Q��Y����;��AS/�?�%�$�G���/��O/.�CY9��������^F��������$A�y g$�h�].���V�n�bQ��קžj*�)��/?Uu�/�������y�����^ G��2�d"��$N#�,�^����b+�Z.Y�8�T�R;(<�U��h6�$��n�~�7�Cn�(D�%�}[��Q希��S�(��K��s]����}}�ۯ���)f�蛶�������2��(#YDC����� ��Z�n��L��D@�(�)8�P�s���b:A�p��i� X����ǣ����_O|z�e5Я(0�b�_�r�eY5���,K�XC +tv5�1�UF;��*ods����ج�U�Ɏ�ՃȮ�ba@}��I�GO���6W�(�� +%��&�4��Bo�(x22~r������^i������@�:o�==g��˗�x��!r-�I��͋?^�z�t��1��������5�lvb�^ ݷ����t�� �{/f!7��D���Z(�?�{��ط�n��_�m���P��}�*bB��=�;��ɅƑBo���i!���( ��1FxH]!�LÓ4�(�2y��#0�S£ ����a�F&�0���:�=�Yo�qĽ0mX�b7�mձ����4 �3�I���/��p�M2K]5��B�_b+���^������{�B��AB(��4 ���BE� �k��H��� ��cg��� @w�{~�搤!.�U��5�ىJ�h����m�Z��RK[� �f�7�P��LxB�MI��LEa��%���C���%3E϶���v�5�P��EW +CK�����P_z<�>5�T���4��n�"�����l@A^m��ޒB����Zl�ܔ0G2irp2i";�K�j�:���s�t����E�� +5l�%f���h�G�����F�Y��N!dN0o�B��y!�`Lc�������AH�Y�(��dp ���A���&�FP�7m���h��q��:���$�{�����lLk��#1x�: &�j���h4v�����F�����^`�dr��u54��'K�kXG�/�QN�;�yU�JS�9[��y5^+hʼ��aCI���I�����M-�!�m6��1�N���7��xd.�atX�tQ�����q��ͦ8! .PS �ɜlO8.��"@�"vglIF�`>��qx���t:�f �����g2�;�7kkXK�`��5.@�L����t���[����V��V*U��'L��G����f^��9�ȕ*�& +S�� ��2�G���s6���l5Pl~���J9�����=q�P��ڲ:��N�>��w�(ϛ����8��Ϥu偧C�Ceew3p��5\+��(�jo�����2�����]��t +���l���{�w��N�J� w��n��:fR�:5B;��&T��ڞ��J�1�!M|�7�#?e�6sW;����6��_��3����V��j�1B $)?�Qϋg|����c��E�D�t��[�Z�G��tN�Nq��U٘I�A���(��M��f��D��~#�ȅ�1R|;��Jk9�3�&0����{ͷ�) I���ù������%"�ɩ�0���؆)n�|��0���Dd]|e�C ͥ8n�92%)��{�����/b����DQ��_��0��Cendstream +endobj +3904 0 obj << +/Type /Page +/Contents 3905 0 R +/Resources 3903 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3935 0 R +>> endobj +3906 0 obj << +/D [3904 0 R /XYZ 71.731 729.2652 null] +>> endobj +3907 0 obj << +/D [3904 0 R /XYZ 71.731 741.2204 null] +>> endobj +3908 0 obj << +/D [3904 0 R /XYZ 71.731 662.416 null] +>> endobj +3909 0 obj << +/D [3904 0 R /XYZ 104.0099 650.8593 null] +>> endobj +3910 0 obj << +/D [3904 0 R /XYZ 104.0099 639.203 null] +>> endobj +3911 0 obj << +/D [3904 0 R /XYZ 147.0485 615.8904 null] +>> endobj +3912 0 obj << +/D [3904 0 R /XYZ 104.0099 604.2341 null] +>> endobj +3913 0 obj << +/D [3904 0 R /XYZ 71.731 556.2282 null] +>> endobj +3914 0 obj << +/D [3904 0 R /XYZ 71.731 534.2964 null] +>> endobj +3915 0 obj << +/D [3904 0 R /XYZ 118.5554 493.7637 null] +>> endobj +3916 0 obj << +/D [3904 0 R /XYZ 225.6892 482.2867 null] +>> endobj +3917 0 obj << +/D [3904 0 R /XYZ 332.3173 482.2867 null] +>> endobj +1705 0 obj << +/D [3904 0 R /XYZ 71.731 437.0538 null] +>> endobj +646 0 obj << +/D [3904 0 R /XYZ 277.0224 408.4073 null] +>> endobj +3918 0 obj << +/D [3904 0 R /XYZ 71.731 399.7698 null] +>> endobj +3919 0 obj << +/D [3904 0 R /XYZ 86.3959 376.5268 null] +>> endobj +3920 0 obj << +/D [3904 0 R /XYZ 71.731 369.3887 null] +>> endobj +3921 0 obj << +/D [3904 0 R /XYZ 401.1475 345.6426 null] +>> endobj +3922 0 obj << +/D [3904 0 R /XYZ 71.731 320.5717 null] +>> endobj +3923 0 obj << +/D [3904 0 R /XYZ 104.0099 311.0723 null] +>> endobj +3924 0 obj << +/D [3904 0 R /XYZ 104.0099 299.416 null] +>> endobj +3925 0 obj << +/D [3904 0 R /XYZ 71.731 298.2011 null] +>> endobj +3926 0 obj << +/D [3904 0 R /XYZ 104.0099 276.1034 null] +>> endobj +3927 0 obj << +/D [3904 0 R /XYZ 71.731 251.4101 null] +>> endobj +3928 0 obj << +/D [3904 0 R /XYZ 104.0099 229.4783 null] +>> endobj +3929 0 obj << +/D [3904 0 R /XYZ 104.0099 217.822 null] +>> endobj +3930 0 obj << +/D [3904 0 R /XYZ 104.0099 206.1657 null] +>> endobj +3931 0 obj << +/D [3904 0 R /XYZ 104.0099 194.5094 null] +>> endobj +3932 0 obj << +/D [3904 0 R /XYZ 104.0099 182.8531 null] +>> endobj +3933 0 obj << +/D [3904 0 R /XYZ 104.0099 171.1968 null] +>> endobj +3934 0 obj << +/D [3904 0 R /XYZ 71.731 159.5406 null] +>> endobj +3903 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F61 2649 0 R /F55 2443 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3938 0 obj << +/Length 2315 +/Filter /FlateDecode +>> +stream +xڵۮ��}�"6NI�|)��3�-ڗ��E�'Vw��e�g���H9�e�Yt��ER��b�B�O-R%����؝������N1ʚq�s����6?F�"y����~K)R��4�"3*[<��Z~8�`��Z���ߗ���z�Ẃ@���窮��������s�"π�W%�u,b���Zi��\� K�f�B�<�f���~�&k��$����Xz��V*&�a��\$*�(BG�(N4j"�JD&S�$M� i��X.���#�!7?��"�%1�Y�p�Naܣ4����Y��D��g�>�z0FEŝNES���(Zn�p��mJ��� +���̲r�|�v�X1��]�V�,?���8��pԡh��v(���8غ�������@^>1����� +�k��`,d�fh��$�-���w�+�Hr�Lvc�Y/!|�WJ.�#�$@o�()���?�t.�b���RrGY�NEhoq�+L�]zq�t��IdD�� ɑ�2��CW���L-Ov8��ΕW>��� +��x/n����]m���������i��٣�w����81ib��hSb�_�*�n���3�[�d�K�Ƭ�=���!/ �;�k�[)p�ʓ�Xiy9fn�p&�x���튚ܩ�\ eO�조J��w#r{Dp�|*��y"�������Dɛ���Ւ �Pcm�h� �-ڶ~ ��-o_��X����뷛�j���ε]U@�ֶHǑ�����Q�BK�g�H8'Uᬯ����J?�u�]�ƃ��>�������%؇������/��,�X�hD�������y�S]�;�c��_K $�rY>�fW��|��=� c��<6�1E|P�=�0a*;�丿�s��-/�vTi�;&Q b�7 5���� D����D��3�Z�|�7/۔��~��ŰC�m�d��7���+@�q�Q����8�:O��h�X8���L�I?��^�H�@U�D �0��o#�60����@�xڢ�<���`Ϋ(!dqr���j�K���?r�}� 茌�����W�Es<��18B��pr��<�#O\;x��|����W)~��F�>Tp��%�Ҁ�<Ҕ"���'�?8�ǹ�]q��Ɵ�/(fq��$ɀ���ah�ٜ�g�F����,�/!�6��6)��s�����s��AK����TŖs�s~�K��K"����>�]{��>�=�R����A�|�k�p�m ���yN5���h�(V�h8߹��Z���hc����J��aJ���9��� +�jx!�7;�H��������,�<�>e)[�a!�g�m�@� �wи�Y(z+�����a�Oi�!g��-O������q�8O�U1o�R����d>�+u��6�]��<�ΐx�5�<�b��I#�T�91S����p1zKD�~B���z�{F����d�뿣W9���L�=����fo���z�Ȑ�P�,_\�~�p|���z�e�2\Rp�K}���5��}�{%쩚����(�g�:$C��CȄ��W=���S�-��K��'4*A:K��I���dS�&O������� p��0�C�ۢ�K�n��'@[��'�Ӆ���B��U�pS���]�T��B��}\Df�@�L*�[{[���<K.h� � �H�8�g��S�aV�`z�lgo�.����6fg�'Ȏ��~h�Ʌ�{ش�v3�>���\�O���]nM�(��^>g���vd9P��-}�=���06���ȿI���z9%!�u�h��y���3$���]-9�r[�֓��e#ݑ�C�[o�(��g�����ۧ���|�&���Q��#���nT�Z�H'��w���nIJ���i>G��S��*��οW��*i��� $�G��_��ˌ@�� ��.���I�jh����śd����HH-3vS|I=ho��Mp6j<?n{��n�K�����rI�"IMr�;w�Nt��n�u�k^�g|'])��=��-�R�|�:U"����K"�>�oNX�9�w�+��Só�*K��|wE��\}]� �A�q@*n�57���8������b�ѯ�b��� �/D,��T�A�&��9�c���Bd�����-�?����״�B阪ҿz�V�%�(|�Em�ԜЬ�0k�u���;:��'�`���*��`F�!��ƆCT�D�j)����.��)UJp¿�jjz�y�pv��8*�J�$��FB;dG*�_+w~I��+�7�6w{��8�J��13ù�_�hȭ*�'J���_������ɦpendstream +endobj +3937 0 obj << +/Type /Page +/Contents 3938 0 R +/Resources 3936 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3935 0 R +/Annots [ 3957 0 R ] +>> endobj +3957 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [270.8639 229.6444 337.6554 240.2267] +/Subtype /Link +/A << /S /GoTo /D (upgrade-cvs) >> +>> endobj +3939 0 obj << +/D [3937 0 R /XYZ 71.731 729.2652 null] +>> endobj +3940 0 obj << +/D [3937 0 R /XYZ 118.5554 684.7236 null] +>> endobj +3941 0 obj << +/D [3937 0 R /XYZ 136.092 676.2592 null] +>> endobj +3942 0 obj << +/D [3937 0 R /XYZ 71.731 602.8871 null] +>> endobj +1706 0 obj << +/D [3937 0 R /XYZ 71.731 572.0029 null] +>> endobj +650 0 obj << +/D [3937 0 R /XYZ 264.9481 538.6927 null] +>> endobj +3943 0 obj << +/D [3937 0 R /XYZ 71.731 530.0552 null] +>> endobj +3944 0 obj << +/D [3937 0 R /XYZ 496.7275 506.8123 null] +>> endobj +3945 0 obj << +/D [3937 0 R /XYZ 415.6345 493.8609 null] +>> endobj +3946 0 obj << +/D [3937 0 R /XYZ 71.731 434.917 null] +>> endobj +3947 0 obj << +/D [3937 0 R /XYZ 71.731 401.1088 null] +>> endobj +3948 0 obj << +/D [3937 0 R /XYZ 104.0099 389.552 null] +>> endobj +3949 0 obj << +/D [3937 0 R /XYZ 104.0099 377.8957 null] +>> endobj +3950 0 obj << +/D [3937 0 R /XYZ 71.731 376.6808 null] +>> endobj +3951 0 obj << +/D [3937 0 R /XYZ 104.0099 354.5832 null] +>> endobj +3952 0 obj << +/D [3937 0 R /XYZ 104.0099 342.9269 null] +>> endobj +3953 0 obj << +/D [3937 0 R /XYZ 71.731 318.2335 null] +>> endobj +3954 0 obj << +/D [3937 0 R /XYZ 71.731 296.3017 null] +>> endobj +3955 0 obj << +/D [3937 0 R /XYZ 118.5554 252.7564 null] +>> endobj +3956 0 obj << +/D [3937 0 R /XYZ 421.5762 244.292 null] +>> endobj +1707 0 obj << +/D [3937 0 R /XYZ 71.731 200.7528 null] +>> endobj +654 0 obj << +/D [3937 0 R /XYZ 295.9019 168.3567 null] +>> endobj +3958 0 obj << +/D [3937 0 R /XYZ 71.731 157.9917 null] +>> endobj +3959 0 obj << +/D [3937 0 R /XYZ 355.306 148.2322 null] +>> endobj +3960 0 obj << +/D [3937 0 R /XYZ 71.731 123.1613 null] +>> endobj +3961 0 obj << +/D [3937 0 R /XYZ 104.0099 113.6619 null] +>> endobj +3962 0 obj << +/D [3937 0 R /XYZ 104.0099 102.0056 null] +>> endobj +3936 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F27 1278 0 R /F35 1723 0 R /F61 2649 0 R /F55 2443 0 R /F32 1286 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3965 0 obj << +/Length 836 +/Filter /FlateDecode +>> +stream +xڍUK��6���C$ ����[�4A�f �lZ���H�"Q5���C ��:��0`��y3�XF��2Èp��p�x�w4;���K&�d��6z{�ۿ"�H����LRJ-��NJ����~���)ع�qEsA�������xB��z���}]�u�����Sr%�J��� +%�D�Re���h�V4��,L�3F���l���ɍ��"T��b������1&�2$��>�E�$R�Ȅ�Q]�LN*���ħBҼ���24�/eV{ZF�+�r� H�ha���Y�ǔ�9d*w�E�x��Ń=�qDB��o��zl17�����( }�-'�7�yg�����b�:���hm��L~n�Dn�<݆zLU��XE=�0�p�;<�lK���) !�}��O�%%��qlh��zIJ�d�<��\�z���UŶ��� ���_Q�����L�FD�-�j<�HB��4u�ƃo�=������� \r8���o���)����;xD�uDaۃ(<ݴ��P��%l{��K���3�Ҧs�)~r��.�+^%���ܸ������ �|���*���������'���f�!n"v,��:�y��m��0�S��:�ON-���x�M�f[/��N�X-X����ܪ����8ϖ`�{��G?ۗHp����6=0�PA<M�� ��m�#�ݐ�=$��[Qq�}���3R#�@ٻ�K��M�z���T�mRu`��K(��;s`�����->����XmG6��_����\��9n����o}�������.�����d$�ݾ��%)��~�պ�����xI(���H� M��z!�o>�endstream +endobj +3964 0 obj << +/Type /Page +/Contents 3965 0 R +/Resources 3963 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3935 0 R +>> endobj +3966 0 obj << +/D [3964 0 R /XYZ 71.731 729.2652 null] +>> endobj +3967 0 obj << +/D [3964 0 R /XYZ 71.731 708.3437 null] +>> endobj +3968 0 obj << +/D [3964 0 R /XYZ 118.5554 664.7983 null] +>> endobj +3969 0 obj << +/D [3964 0 R /XYZ 297.1179 656.334 null] +>> endobj +3970 0 obj << +/D [3964 0 R /XYZ 71.731 634.4137 null] +>> endobj +3971 0 obj << +/D [3964 0 R /XYZ 462.0634 601.7562 null] +>> endobj +3963 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3974 0 obj << +/Length 2492 +/Filter /FlateDecode +>> +stream +xڍM��6�_�ˢ6��H�HI{k�v��i��E�ك,ѶYtE)/�_�3��,� +�x�3��|�P/^E���Xd ��BH��:��V@��U�$��B�X�f�UI&�\��v���W����JFB�\����UQ"d�W�������`��Vf�:���x�oӶ%�ޛj������1[��p0�V[�1K���~?6��l�"^;{�hm���jsr�k��k�*�g�Q$ܗ=��M[��s���iϦ/��;�]\B��2�r������4�a{>�����j<�m?�-P�X�Bũ�����#�Yf(�_cӣ�2#�=t�${"x3�#tٶ� �>�r��`*R�;�DQ�C)�|$fW�� �t���{�;��$peO��M皍T�O�X�ͭ������x4�� +~�/�~l�����>��������/?�폿e�]p��-؞���T|:��rkt��L74�3���3g�7�vA�q�f��'��_R��]֧�k܀Q��#S b�5�d}�]3ؠ�da��*�A��3���GC�����4Oؒr}�������DiG����p������[C� Ԅ�f��Z����?)ߓd�琢�Rm�����gp7fz3,T (fZ'�D�i�mc(e����D*��~������^5�����o ���Å �EsWz�7,���-�-k�gek�ȱ� ����Ue�p�jX�� +���t��K�3n�gP�> �T@���9y~��:{Tp�s#�*Ow,��b[��C��C=����G�S4�1\�}���m�(�q�섌�`��r�����*��#-r����eOV����\�`�C���N#�� +9[�]k]��p��J�W� +�hJ��"�n��w�vG�c␊$Ւ9$�H2�����^�yG�w�4�Ru�}�kF"�)�N��(�2��4 `ݲ� S�Q$;�y�=�w��)�"�b�bR*i:��I�H����CA��`���/��K+A����F�|v��ٜ��Θ�o�U�3ԥ���k�]�r�I +n����n��{(��@4��P��H%�1�\0�J6��#��BHn�Ϸ�'p��#���Ę#��юmMT�X��Nq @gz�+��4���9�a�,tMJ���O�k9(2-�C� +nQ=O:$��7|j{�}C�!;�?�x3|�Qj�q��}�� L,_�<�Ir_lp1��L���P0���t�8�[��\�8�Hʳ��$��T09�e 70�W�s[V~��08�k��p�q��"�1ރ`��۶��!���Sm�⦠��o.��_W����>� &��W�=Os�����U�aϠ�-� �vN�7���^\�愉vwo��'��o.��o�Q��^�D��Q���x����K�Z��M�"�i��*��a8��7�ʤf*_!���D7�\���"J�p�tq�K�A#�p�d� +M�3ML���R&����Deg���l}A� ��@�sq�����@(�"ϥ�/Đ�I���B��8w�f�^h��%��������;Ș�H�*��!�4Q�H��@���3��}�ES���!���"B���8=\|,��*�o.��D�K6���{�~�f���{�����I���ٱ����[�;���Xy?)�F��Ǝ��l�D4t����{�-�0*��t�3Ӛ�;>}�6���/���pM��oC�`�##��z�,�[�g�`�'�h.]S�V>�$d��p����M��H8�j���(E�8� �����[��F;�`����Kٞ ��~^@\���%����b}֓p�u���FT�X�2{{��{��2�>�x��tԕa㵈��쑳Y�ΕLB��E���4ѡ��3��LI�o��4�B�5e�I�k۽��\�Z�(������P.����4 +�W��R��4��c���pEOL��G3k +�.2�:A�, M���(���[4�Ƞ����{����'��D�j��BRx�X+%T!c� ��k�;���o/���l�?���X�"Mɳ-��ۘZ�~�,����oHT�2pI�CQ�c��&��ya�̵x�eI�Ld2���諏`��,��)I���7��`����~��3��k�=Ǐ�z��T�5������#8��j��b�d�i�y�z�B�f(wh��fF?#eZ��V�;Ug��1 ��r�.�b�������{��*�.r���lڅiU�<������].C�U��*�8|u�i�������K�t�� �8�3�k)���=�\=�,M�0�% ��G�9n�2%�\+&��!�)�S���1�X��Ԇc;� +�R�5z����ƯD��(�r�y�o�JB����R*�YГ��O�Ŧ�: ���Y��&PPO�#%�������A���~�&O�+�������w��z ����v��m5�7�I�($)����"�~������#��-��Z���d;�y9����� m�����,\�?���endstream +endobj +3973 0 obj << +/Type /Page +/Contents 3974 0 R +/Resources 3972 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3935 0 R +/Annots [ 3981 0 R 3986 0 R ] +>> endobj +3981 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [96.5016 366.6214 133.9111 377.5253] +/Subtype /Link +/A << /S /GoTo /D (gloss-daemon) >> +>> endobj +3986 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [257.7381 353.6699 291.8196 364.5739] +/Subtype /Link +/A << /S /GoTo /D (gloss-service) >> +>> endobj +3975 0 obj << +/D [3973 0 R /XYZ 71.731 729.2652 null] +>> endobj +1809 0 obj << +/D [3973 0 R /XYZ 71.731 718.3063 null] +>> endobj +658 0 obj << +/D [3973 0 R /XYZ 344.9571 703.236 null] +>> endobj +3976 0 obj << +/D [3973 0 R /XYZ 71.731 681.8546 null] +>> endobj +3977 0 obj << +/D [3973 0 R /XYZ 522.288 634.6452 null] +>> endobj +3978 0 obj << +/D [3973 0 R /XYZ 71.731 616.593 null] +>> endobj +1810 0 obj << +/D [3973 0 R /XYZ 71.731 575.7013 null] +>> endobj +662 0 obj << +/D [3973 0 R /XYZ 252.5595 532.6038 null] +>> endobj +1811 0 obj << +/D [3973 0 R /XYZ 71.731 528.7736 null] +>> endobj +666 0 obj << +/D [3973 0 R /XYZ 198.2194 493.2315 null] +>> endobj +3979 0 obj << +/D [3973 0 R /XYZ 71.731 485.8792 null] +>> endobj +1812 0 obj << +/D [3973 0 R /XYZ 71.731 427.1145 null] +>> endobj +670 0 obj << +/D [3973 0 R /XYZ 267.8696 389.899 null] +>> endobj +3980 0 obj << +/D [3973 0 R /XYZ 71.731 379.7563 null] +>> endobj +3982 0 obj << +/D [3973 0 R /XYZ 209.7301 369.7744 null] +>> endobj +3983 0 obj << +/D [3973 0 R /XYZ 291.3343 369.7744 null] +>> endobj +3984 0 obj << +/D [3973 0 R /XYZ 381.0612 369.7744 null] +>> endobj +3985 0 obj << +/D [3973 0 R /XYZ 419.6033 369.7744 null] +>> endobj +3987 0 obj << +/D [3973 0 R /XYZ 322.3875 356.823 null] +>> endobj +3988 0 obj << +/D [3973 0 R /XYZ 449.9815 356.823 null] +>> endobj +3989 0 obj << +/D [3973 0 R /XYZ 489.8335 356.823 null] +>> endobj +3990 0 obj << +/D [3973 0 R /XYZ 436.781 343.8716 null] +>> endobj +3991 0 obj << +/D [3973 0 R /XYZ 258.7334 330.9202 null] +>> endobj +3992 0 obj << +/D [3973 0 R /XYZ 171.6422 317.9687 null] +>> endobj +3993 0 obj << +/D [3973 0 R /XYZ 71.731 304.9177 null] +>> endobj +3994 0 obj << +/D [3973 0 R /XYZ 71.731 289.9738 null] +>> endobj +3995 0 obj << +/D [3973 0 R /XYZ 209.8716 278.417 null] +>> endobj +3996 0 obj << +/D [3973 0 R /XYZ 316.0526 278.417 null] +>> endobj +3997 0 obj << +/D [3973 0 R /XYZ 129.3774 266.7608 null] +>> endobj +1813 0 obj << +/D [3973 0 R /XYZ 71.731 238.8654 null] +>> endobj +674 0 obj << +/D [3973 0 R /XYZ 215.5068 199.493 null] +>> endobj +3998 0 obj << +/D [3973 0 R /XYZ 71.731 192.0618 null] +>> endobj +3999 0 obj << +/D [3973 0 R /XYZ 401.9114 179.3685 null] +>> endobj +1814 0 obj << +/D [3973 0 R /XYZ 71.731 136.3648 null] +>> endobj +3972 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F33 1378 0 R /F35 1723 0 R /F44 2154 0 R /F61 2649 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4004 0 obj << +/Length 1610 +/Filter /FlateDecode +>> +stream +xڭXmo�6��_a`"+��^Zl@��m���g���b+�PYr�R�����Q�l)�� ��u�{���w49��#�3_�C�LxJ�f�3g��O�ϸQ����U���={%�(d�'���q� +�)�#_ +(����O�h]���ʱ\Fϫz�W����ų�H������ɴ��������j�� 9�>\�����Q�w}_�s�@H~`����z�h�ˤ� ��l2����͜�2�N��ݶ��ɗ�Y^g���wrF�øp�6zY0�VqV%y��5���0%��LA��1H]0��F��jQB�z� �" 8.D*zB� ���S z����t~!M~al�+�Z�2��9����1��,��u�����&i<��Z��ҩ��K�b]K���^�e]�*��Y��u�W���@�(�Pq" j7�A���72����l�V}@�ZFI�he�6I�$i���F�����p��UQ�-��v� �PKnq�����X��٥�(��>G�p�خ����cv!����p��Rz�<~sNJ �4b��8�WqI"eCJ�K�e�G���){��Ce�I\Ge�A�y17:Y+�L�!�N��ױ.��̏�D�8����4�uFOч(��Ca����݊/�!ϣ*�0���AFp�2��n ���/h�`����������^��p�=��C� �2zH�!�T�Y*J���h�N�<�榼\�e�Ȓlq��:���̃�a��l*�)M����� ���B��ęǃ���������t��ڤ��G�Zm�/���Lj}�v3��`^yr7����e�tBc�����tB(�(�M�$�U�+�o?�~t�sNTC�((��"�7�v�xT��!��9����7��=d�9����p68!�o�ƫ���7�����o�7�ד����yx*b�$�d/5MO�7C�,lX����]�ShF�=����%����p��b0���< �$��Ż5,x>@D�W�9Ӻj��e�_Nn& �_����!Ŏ��f�u-�W�u�)ӕJ�1����J���;�Z��G$|ry��A0���Jy2ϓ�>��2)M��VT/�>Vk]����d$,#�#��iG�mkve��V����Z'"�[*<=>44*�'04Z�0��!���;U8x��������{W����kJ\�������@�mX`�? 2�m�`�����@ҽ: +�y��S��=.\E�e��{n��}r�H��`�x����I��`;�4b�1�8ݎ=��9x�U��y5�ʦi! +F3L57��/��W��z��XHPŴ���8����;���RX*�!���A��ZvW�Ϸ����!B«a��n��R�wE�u +EϚ���M����e���.� +�!����m���/��"j\�X@��:��"zHҤJ�C+�:%�߷�r��x�#M;��鉝 +1Õ��*?&�8k�~i{��<Msl�7]���9�N��=��ٳՖͲ�*d�o���l��|�g��'}:�>�z:��n�N�����"� +q�n*�����(���n9͕���m�c�õ� ����R�������.��з'��k��ߐ>�gendstream +endobj +4003 0 obj << +/Type /Page +/Contents 4004 0 R +/Resources 4002 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3935 0 R +/Annots [ 4007 0 R 4027 0 R 4029 0 R ] +>> endobj +4007 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [140.5347 643.0977 195.313 654.0017] +/Subtype /Link +/A << /S /GoTo /D (security-os-accounts) >> +>> endobj +4027 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [317.9754 336.2285 371.1556 347.4314] +/Subtype /Link +/A << /S /GoTo /D (security-mysql-account-root) >> +>> endobj +4029 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [441.1054 235.8848 496.5509 246.7887] +/Subtype /Link +/A << /S /GoTo /D (security-os-ports) >> +>> endobj +4005 0 obj << +/D [4003 0 R /XYZ 71.731 729.2652 null] +>> endobj +678 0 obj << +/D [4003 0 R /XYZ 164.5382 705.7477 null] +>> endobj +1815 0 obj << +/D [4003 0 R /XYZ 71.731 702.1842 null] +>> endobj +682 0 obj << +/D [4003 0 R /XYZ 306.9197 666.3753 null] +>> endobj +4006 0 obj << +/D [4003 0 R /XYZ 71.731 656.2327 null] +>> endobj +1816 0 obj << +/D [4003 0 R /XYZ 71.731 626.1612 null] +>> endobj +686 0 obj << +/D [4003 0 R /XYZ 408.1603 588.9457 null] +>> endobj +4008 0 obj << +/D [4003 0 R /XYZ 71.731 578.803 null] +>> endobj +4009 0 obj << +/D [4003 0 R /XYZ 213.7415 568.8212 null] +>> endobj +4010 0 obj << +/D [4003 0 R /XYZ 387.6017 568.8212 null] +>> endobj +4011 0 obj << +/D [4003 0 R /XYZ 249.2936 555.8697 null] +>> endobj +4012 0 obj << +/D [4003 0 R /XYZ 71.731 542.8188 null] +>> endobj +4013 0 obj << +/D [4003 0 R /XYZ 71.731 503.0379 null] +>> endobj +4014 0 obj << +/D [4003 0 R /XYZ 71.731 503.0379 null] +>> endobj +4015 0 obj << +/D [4003 0 R /XYZ 71.731 492.0232 null] +>> endobj +4016 0 obj << +/D [4003 0 R /XYZ 305.2152 481.7477 null] +>> endobj +4017 0 obj << +/D [4003 0 R /XYZ 71.731 480.367 null] +>> endobj +4018 0 obj << +/D [4003 0 R /XYZ 71.731 458.4351 null] +>> endobj +4019 0 obj << +/D [4003 0 R /XYZ 71.731 413.5734 null] +>> endobj +4020 0 obj << +/D [4003 0 R /XYZ 71.731 413.5734 null] +>> endobj +4021 0 obj << +/D [4003 0 R /XYZ 71.731 402.5587 null] +>> endobj +4022 0 obj << +/D [4003 0 R /XYZ 149.7385 392.2832 null] +>> endobj +4023 0 obj << +/D [4003 0 R /XYZ 71.731 391.0405 null] +>> endobj +4024 0 obj << +/D [4003 0 R /XYZ 71.731 379.3843 null] +>> endobj +4025 0 obj << +/D [4003 0 R /XYZ 71.731 357.3144 null] +>> endobj +4026 0 obj << +/D [4003 0 R /XYZ 71.731 357.3144 null] +>> endobj +1817 0 obj << +/D [4003 0 R /XYZ 71.731 311.4862 null] +>> endobj +690 0 obj << +/D [4003 0 R /XYZ 222.1488 272.1139 null] +>> endobj +4028 0 obj << +/D [4003 0 R /XYZ 71.731 264.7615 null] +>> endobj +4030 0 obj << +/D [4003 0 R /XYZ 71.731 223.9296 null] +>> endobj +4031 0 obj << +/D [4003 0 R /XYZ 71.731 186.206 null] +>> endobj +4032 0 obj << +/D [4003 0 R /XYZ 191.3113 175.277 null] +>> endobj +4033 0 obj << +/D [4003 0 R /XYZ 71.731 168.1388 null] +>> endobj +4002 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F32 1286 0 R /F35 1723 0 R /F55 2443 0 R /F64 2795 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4036 0 obj << +/Length 2139 +/Filter /FlateDecode +>> +stream +xڵZA��6�ϯ��+HH�֝ͤz/�J�v�0�mv0xO����=I`x�6�������{O�����z%Q�&�ӻ�{����Q���=>���cz I$�����A�E!#����������l�|N�����(�T���g����6�y�统��"�HC��Ԕ=FG~�HI(�Ŏ�)E���M(�|�_Z$L�3<��� �\2�)�aB�j��GѦ� |ZՋ��5?�]��Y���.w�~Zb�ۏu�G��K�vE]�ʏE���IdIDX@(�By>�2���/��jC���߰k�J�tǴ��e��{].�fm���M�uu�6t���m���4�U�����Ů4>�����8�q0B����SFA�$<�Yzi��PH�>�� �8%�~��#�_��|�ɫ�4�2}C!To������h�[S�j�X�G����~\)�Xؙ�l)�.p�x���>��"K�|�B����K�}��a���]�S9<�K��)^�$U�P� ��sh�����r.�1�y�{��:;�=�⠟o��1�ԔB����wC�N��[xI�3G��g��A���Rk� Z#���E@��:��]8i}#V��7=��?�eYo��f]�<r����s�����K�*wX +�zL��P ��q[�?h,�#,������l�&�-����� �tW��PU;+3�P�C�$�`iĞ�)�R +g�P[���@ +d!�ioH�;��c�!$ +"�l|@M����`,�F��� +�(U�� �n�|�5EL�¿�W�Q}�T��i�03�M/}� +�o����YD�P�H�2�Ѣ�avי������š0���fG��RS�3����ߌ'W�t�PzB&�6�t@mm�T�io8����PA� ���<3 +n�+<�e 賕�"F7#"����jy��j-�Hycb�,�=�g�֛?��GN��^(�0�%�T�R�)-*躾B*�-��|�������K���QW)�f�Ps���3��Y ���$�&&bnH<�u��c���_ %�hZ��U +ح%�gջW4 +{�0&�w��٤�]&�fZfuu(t& �O?��G��\������A�0��"�er=\�pC�ɹ��i�:f�0��{����8�������S�wx�����-��u����?�uG��8�A�$YKjA�������8H8�I<^̎-�7j���9 B��u1[�4��\�BΦxp\@4�=h5�&�@G��$��`�����4M"[ Cȣ��ˎg����������9L��f�t-��ة�P?����� +��^��#�D��N;(:��{��FMU��5'[�q��8�����$a-���qr��2�0�?�P����ZФG�j�0z�&.Ml���`>��};w�2H���l]�o� ��Gw6�!3���j!�{�j�;������I���żmn���ZP�?]��I��m$|�e>�� ���طP~ޣV��a�?w�p�����b��y2�k�o�4�Q��8�ޡ���K���m_�;�h1�;���s�!/��o�����?�Sz��e +"NVr����ej-�����2�i.�!�~2r%�}]}���ߍs�p��@�lc2&2��r�ڨ��Pk�2��.���a�UY̜�MH���a�͞%��Y�er�,��0=Kܐ��,1��5 gBf���Iȑ�XF��=j5F�F G0�$�ťh$ ωdѥlЬK �5�r�\w)��Kݐ�å��t.�eƷ����b٥lԼK �5�r]w)��KݐXu)赿� +�e�G�l/b鷗F���<�� +4%u��m�W����='��{N�ܙn�%Pn��A"؆��<7�9ot��wj ��7|�����Ҧ+�K�6YT]� I�m)�-E��8X��U7�X�k"��z,��.�K��t��1��cߥm�?>�m�n�y"�l����3ݦ8���1j��zO�o�����X�^܍/�1�&�;x�����4�t9c9��a^5�S)�����o�[��7]j��T������0`]R�h��~�膏8T<y�˩n�_�bS���,��R��������p�?M�JAendstream +endobj +4035 0 obj << +/Type /Page +/Contents 4036 0 R +/Resources 4034 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 3935 0 R +/Annots [ 4042 0 R 4043 0 R ] +>> endobj +4042 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [271.1346 578.1752 316.7037 588.7575] +/Subtype /Link +/A << /S /GoTo /D (gloss-htaccess) >> +>> endobj +4043 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [261.1174 566.6266 322.9236 577.1012] +/Subtype /Link +/A << /S /GoTo /D (http-apache) >> +>> endobj +4037 0 obj << +/D [4035 0 R /XYZ 71.731 729.2652 null] +>> endobj +1818 0 obj << +/D [4035 0 R /XYZ 71.731 718.3063 null] +>> endobj +694 0 obj << +/D [4035 0 R /XYZ 197.6084 706.1179 null] +>> endobj +1819 0 obj << +/D [4035 0 R /XYZ 71.731 705.9028 null] +>> endobj +698 0 obj << +/D [4035 0 R /XYZ 498.0946 666.7455 null] +>> endobj +4038 0 obj << +/D [4035 0 R /XYZ 71.731 656.3805 null] +>> endobj +4039 0 obj << +/D [4035 0 R /XYZ 213.9976 620.7181 null] +>> endobj +4040 0 obj << +/D [4035 0 R /XYZ 71.731 605.6099 null] +>> endobj +4041 0 obj << +/D [4035 0 R /XYZ 71.731 590.6659 null] +>> endobj +4044 0 obj << +/D [4035 0 R /XYZ 76.7123 551.5774 null] +>> endobj +4045 0 obj << +/D [4035 0 R /XYZ 71.731 541.6148 null] +>> endobj +4046 0 obj << +/D [4035 0 R /XYZ 81.6937 508.7381 null] +>> endobj +4047 0 obj << +/D [4035 0 R /XYZ 71.731 506.5812 null] +>> endobj +4048 0 obj << +/D [4035 0 R /XYZ 71.731 506.5812 null] +>> endobj +4049 0 obj << +/D [4035 0 R /XYZ 91.6563 495.7866 null] +>> endobj +4050 0 obj << +/D [4035 0 R /XYZ 120.717 495.7866 null] +>> endobj +4051 0 obj << +/D [4035 0 R /XYZ 120.717 495.7866 null] +>> endobj +4052 0 obj << +/D [4035 0 R /XYZ 147.2176 495.7866 null] +>> endobj +4053 0 obj << +/D [4035 0 R /XYZ 147.2176 495.7866 null] +>> endobj +4054 0 obj << +/D [4035 0 R /XYZ 76.7123 477.8539 null] +>> endobj +4055 0 obj << +/D [4035 0 R /XYZ 81.6937 464.9025 null] +>> endobj +4056 0 obj << +/D [4035 0 R /XYZ 92.4832 464.9025 null] +>> endobj +4057 0 obj << +/D [4035 0 R /XYZ 71.731 464.7635 null] +>> endobj +4058 0 obj << +/D [4035 0 R /XYZ 71.731 464.7635 null] +>> endobj +4059 0 obj << +/D [4035 0 R /XYZ 91.6563 451.951 null] +>> endobj +4060 0 obj << +/D [4035 0 R /XYZ 71.731 449.7942 null] +>> endobj +4061 0 obj << +/D [4035 0 R /XYZ 91.6563 438.9996 null] +>> endobj +4062 0 obj << +/D [4035 0 R /XYZ 135.6906 438.9996 null] +>> endobj +4063 0 obj << +/D [4035 0 R /XYZ 135.6906 438.9996 null] +>> endobj +4064 0 obj << +/D [4035 0 R /XYZ 76.7123 421.0668 null] +>> endobj +4065 0 obj << +/D [4035 0 R /XYZ 81.6937 408.1154 null] +>> endobj +4066 0 obj << +/D [4035 0 R /XYZ 92.4832 408.1154 null] +>> endobj +4067 0 obj << +/D [4035 0 R /XYZ 71.731 407.4071 null] +>> endobj +4068 0 obj << +/D [4035 0 R /XYZ 71.731 407.4071 null] +>> endobj +4069 0 obj << +/D [4035 0 R /XYZ 91.6563 395.164 null] +>> endobj +4070 0 obj << +/D [4035 0 R /XYZ 71.731 393.0071 null] +>> endobj +4071 0 obj << +/D [4035 0 R /XYZ 71.731 393.0071 null] +>> endobj +4072 0 obj << +/D [4035 0 R /XYZ 101.6189 382.2125 null] +>> endobj +4073 0 obj << +/D [4035 0 R /XYZ 71.731 380.0557 null] +>> endobj +4074 0 obj << +/D [4035 0 R /XYZ 101.6189 369.2611 null] +>> endobj +4075 0 obj << +/D [4035 0 R /XYZ 142.8837 369.2611 null] +>> endobj +4076 0 obj << +/D [4035 0 R /XYZ 142.8837 369.2611 null] +>> endobj +4077 0 obj << +/D [4035 0 R /XYZ 76.7123 351.3284 null] +>> endobj +4078 0 obj << +/D [4035 0 R /XYZ 91.6563 338.3769 null] +>> endobj +4079 0 obj << +/D [4035 0 R /XYZ 71.731 336.2201 null] +>> endobj +4080 0 obj << +/D [4035 0 R /XYZ 71.731 336.2201 null] +>> endobj +4081 0 obj << +/D [4035 0 R /XYZ 101.6189 325.4255 null] +>> endobj +4082 0 obj << +/D [4035 0 R /XYZ 71.731 323.2687 null] +>> endobj +4083 0 obj << +/D [4035 0 R /XYZ 101.6189 312.4741 null] +>> endobj +4084 0 obj << +/D [4035 0 R /XYZ 145.6532 312.4741 null] +>> endobj +4085 0 obj << +/D [4035 0 R /XYZ 145.6532 312.4741 null] +>> endobj +4086 0 obj << +/D [4035 0 R /XYZ 177.5336 312.4741 null] +>> endobj +4087 0 obj << +/D [4035 0 R /XYZ 177.5336 312.4741 null] +>> endobj +4088 0 obj << +/D [4035 0 R /XYZ 209.4141 312.4741 null] +>> endobj +4089 0 obj << +/D [4035 0 R /XYZ 209.4141 312.4741 null] +>> endobj +4090 0 obj << +/D [4035 0 R /XYZ 241.2945 312.4741 null] +>> endobj +4091 0 obj << +/D [4035 0 R /XYZ 241.2945 312.4741 null] +>> endobj +4092 0 obj << +/D [4035 0 R /XYZ 76.7123 294.5413 null] +>> endobj +4093 0 obj << +/D [4035 0 R /XYZ 91.6563 281.5899 null] +>> endobj +4094 0 obj << +/D [4035 0 R /XYZ 71.731 279.4331 null] +>> endobj +4095 0 obj << +/D [4035 0 R /XYZ 71.731 279.4331 null] +>> endobj +4096 0 obj << +/D [4035 0 R /XYZ 101.6189 268.6384 null] +>> endobj +4097 0 obj << +/D [4035 0 R /XYZ 76.7123 232.7729 null] +>> endobj +4098 0 obj << +/D [4035 0 R /XYZ 81.6937 219.8215 null] +>> endobj +4099 0 obj << +/D [4035 0 R /XYZ 92.4832 219.8215 null] +>> endobj +4100 0 obj << +/D [4035 0 R /XYZ 71.731 218.4408 null] +>> endobj +4101 0 obj << +/D [4035 0 R /XYZ 71.731 218.4408 null] +>> endobj +4102 0 obj << +/D [4035 0 R /XYZ 91.6563 206.8701 null] +>> endobj +4103 0 obj << +/D [4035 0 R /XYZ 76.7123 188.9373 null] +>> endobj +4104 0 obj << +/D [4035 0 R /XYZ 81.6937 175.9859 null] +>> endobj +4105 0 obj << +/D [4035 0 R /XYZ 92.4832 175.9859 null] +>> endobj +4106 0 obj << +/D [4035 0 R /XYZ 71.731 174.6051 null] +>> endobj +4107 0 obj << +/D [4035 0 R /XYZ 71.731 174.6051 null] +>> endobj +4108 0 obj << +/D [4035 0 R /XYZ 91.6563 163.0345 null] +>> endobj +4109 0 obj << +/D [4035 0 R /XYZ 71.731 140.1204 null] +>> endobj +4034 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R /F55 2443 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4113 0 obj << +/Length 1344 +/Filter /FlateDecode +>> +stream +xڅVێ�6}߯0ЇJ��)��R��m�(Z�5ł�h[�n��u����V�]w搜����"��U�Y�"r&�����V����{���Y/�^o�6?��*g�j�ݯ�0��d�Ƃe�g�m�W��{k�p-d$�����KUךv�b*{��{����8ey�_tn�z�H�]�2'qꜫ�}74�V]{�s�"v����@��8����������6��BaMGk7�<��B��ŊC�CU~O�@'���Vȉ�?�y�#S2�u��%O��'���Z�F��}WL#+�f��� ʣ)��m�EAG�5��'r���>=L-���U�S &nX*U~�y���h���~�kd�*�����[�U�Ov]�e���y=���:���ʡ�B1E�S���Wĝ$n�H/>��B�.��S���8�k��)�x�3 +��X�߆ۅg�`r`�v�&t`�@#,yj_@�D<�_t`fz�C7FJ^����]��� ���c��Wo��C��:k���x +�f繱�A�#b�x�g�n7�f ��kyy��T_�KS)W�,f��o�ܠ��yP�� t�(-�,NE2q/���l>���Nx2^B���h�mt]U7����P)��P�������t����u���F���ڔ�]�. ������AV�Z����~���h[��*�Δo��@�a&�C 1�}v#�Z �z=��̦����T��K0��~)X̓�z6�`�d2J�G�詶O�`{D}x��OE#]|�^��}�&�>�h,]:�IqW�j���������k����ȡ����?B����t�X��p����=�N�f�8>ت73�� ��T�:�2p;ڦ���,��``:7�-ɳD��!-XH#r����n� ����{fh����������<�����q=���7 �U�d�!��Ь�������� ��L2���F�Xds ��6���:��àK�v�H�֮.��Ѳ���ZET!,��>��Λ�q�v���;�NӲ�hAwƋ5�J\=��P�F�n�>���G�@.n�7�y40)�o����U�dU]Fѿl��rJ���k8'�Yn�!��覺���T�,G�r�!��x\֝)4��������Z�#`���c�^��h�xOۓ�� 9���4k�����0 �L��Y���P��sp��~1����.P���G��Neq&�뉳 x���� P�K����vU��OPX�zH��|I�^�Ry�u k���M�d,�*������_��I�|ք���??�o��/D<endstream +endobj +4112 0 obj << +/Type /Page +/Contents 4113 0 R +/Resources 4111 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4127 0 R +/Annots [ 4120 0 R ] +>> endobj +4120 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [178.6818 665.9084 233.0102 676.383] +/Subtype /Link +/A << /S /GoTo /D (http) >> +>> endobj +4114 0 obj << +/D [4112 0 R /XYZ 71.731 729.2652 null] +>> endobj +4115 0 obj << +/D [4112 0 R /XYZ 152.1362 708.3437 null] +>> endobj +4116 0 obj << +/D [4112 0 R /XYZ 457.3046 708.3437 null] +>> endobj +4117 0 obj << +/D [4112 0 R /XYZ 322.4878 695.3923 null] +>> endobj +4118 0 obj << +/D [4112 0 R /XYZ 71.731 693.2354 null] +>> endobj +4119 0 obj << +/D [4112 0 R /XYZ 71.731 678.2915 null] +>> endobj +1820 0 obj << +/D [4112 0 R /XYZ 71.731 630.934 null] +>> endobj +702 0 obj << +/D [4112 0 R /XYZ 171.2348 585.6797 null] +>> endobj +1821 0 obj << +/D [4112 0 R /XYZ 71.731 581.8494 null] +>> endobj +706 0 obj << +/D [4112 0 R /XYZ 413.6679 546.3073 null] +>> endobj +4121 0 obj << +/D [4112 0 R /XYZ 71.731 535.9423 null] +>> endobj +4122 0 obj << +/D [4112 0 R /XYZ 401.1834 526.1828 null] +>> endobj +4123 0 obj << +/D [4112 0 R /XYZ 457.301 513.2314 null] +>> endobj +4124 0 obj << +/D [4112 0 R /XYZ 239.3111 487.3285 null] +>> endobj +4125 0 obj << +/D [4112 0 R /XYZ 71.731 480.1903 null] +>> endobj +4126 0 obj << +/D [4112 0 R /XYZ 319.2438 443.4929 null] +>> endobj +4111 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4130 0 obj << +/Length 2390 +/Filter /FlateDecode +>> +stream +xڍ]�۸�=��o'�V�DI�[4m�Cһ�CQ4}�J�M�,9��=��w�(˲�{X`5g���"���E��4�O���D����.X�`��I�Z%0��]�(�7Y�,�c&�=|�E�����q;� +"?���c�o��>?��]��4����;[��x���VU����߉�J�P�� :�4I������R��2��<�mjY�.6�&=ym�|�7!�}��n��U�u��Рh�>��L�z۴��2 CB����ԙV�-��>��5�J(�kB����n��>�)���`lJ����{�U���m���hӶ�:������C5�Oh�lAe��H����{��b��9!��rԜ&MU4� �U~�i��R�m����?-��:�9Q�σ�5�PW��ߥ�8Cx�J�����U��{��b;�z=g�n�!�f.�!�b�7B�)L�孭Έ��}��b��$w��8ښ�?�F��:�Zɒ�dn%�v��u�sp�S��S����C���>5�$�|���K�<%Ȭ�8�^_� +"�}�Q� �*��t`Mpd���O��5 D!�����8-�Q�:�>t����ƿ���y�0��,��)�����A3!;������B�Z�/S��X� 1L x���?4W?g�Q��-ypg�~���6����9O�]4�u�=9�C��� �����pT�ᴂ��V��T����Re�IW'�*CI��Z�\�p>I�4�P� N������l!6�Py�3Sb!M2Y1sS����DwY_��11g\�:����<U�(A��`� ��`k��m�s�<��#���TH��}&��^�" +�Q�B�FGC$�&��RR Uќ�����?3��+`�}s�JF��I��=HK���KD~�, ��d�Ӻl-�S*�c�VL$"b o���ܖ�d�#=>������&�? 4Q=B�̶�h=��Nb�z7�PSu#2��Ie�"��A�� nx� +�0u'r�ay{t@�� ��"6 f��t�E �ۺ4���΄[����b�\1ע��3����=�oGS3:gdM��q�Ob=�,fDe��S��^m����]~p�#Z-�� ��2��KA�v�d��1����Al��wi��h�N����)(9��C��/��,!Ի� C�93��N��Nv��o�K������ +uI1� �hc_A��L�#�2p�r��tHMMfּS�{'(�k�X*ɀ�TDUT�Vn��<ȕʓQ����s�HI�w��z�s���s�Z���P�Tg������Z)�$l���."-�JN �x�*R�c��PSS{�r�G�9�a���`�D��*\��(�}�M!Sq3�������f��X�=J�8z2C�mѩ���H�� #3GB-�ioX�[_!�B%��/K�@��}��;��+�6'!���R���*TU�ȼ�Fn\���iE=�-��J�P�F��tg;1�!ǣq���^W9�s�>�,/ъ�ڱny4�;�&c������V�l�XpB��t�O"�t� +��{�0B���%�H��xl(��(@f�Q^���ya�#6��{�B|�e/s:��{0ےSZY ep��\�nG��6�� ���~?�����v`F������Q�?1�,^��p�oOT{`Ķ�]�R��j)�wܡr�@�N���T.�w$s(��\��D��r y~��ƹ�h�����-Q�L��&����H6P�����9�D��}kgjӂ��Ū�� Ty7�r;�9VX/C�Er�����[��������E'�i�Ws�Nh���8���{:3���q��(q�l�H��V<ƛ�@]N�����V�\."���[|Fs ER�b +�����Z���_��wc) a�z���ǿ<���� ���t �4)�a(��)�x%|�"��ny)Z��� �lM�6Ώ�ŵ�;;�q���#�9�a��m�l&�&O�jH ��Riw�J��X����T�S�@�JGwsܜȷ���*��F>�+E�W�-yܼW���m�'o8ɚ��1D��!-�ss �7|6 .��كٶ�BVn�8AC�#[G�)v�teK �(�t�8̸�L�֒�ᛟ��Ip��0�g��Jq�#����<Gϰ{�K���,Zf�$�\pj���R����$f6ws]����]��w�0���6o8����wT�Y|��gD� �U����E�D\����n�֊ F�D�F^��<�ǜ'��q\E��9"�֗�� 4�=�zK�A!���{��y�ɓp��ɉ�S7$C��_��OGrݦZ�J䞽�ۼ蹒��%��[��_�������0�zDC�E�S�a�j�8�=7�z5#���~�endstream +endobj +4129 0 obj << +/Type /Page +/Contents 4130 0 R +/Resources 4128 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4127 0 R +>> endobj +4131 0 obj << +/D [4129 0 R /XYZ 71.731 729.2652 null] +>> endobj +1822 0 obj << +/D [4129 0 R /XYZ 71.731 718.3063 null] +>> endobj +710 0 obj << +/D [4129 0 R /XYZ 320.8286 703.236 null] +>> endobj +1823 0 obj << +/D [4129 0 R /XYZ 71.731 692.1839 null] +>> endobj +714 0 obj << +/D [4129 0 R /XYZ 205.3041 651.1593 null] +>> endobj +4132 0 obj << +/D [4129 0 R /XYZ 71.731 642.3364 null] +>> endobj +4133 0 obj << +/D [4129 0 R /XYZ 506.4313 629.6001 null] +>> endobj +4134 0 obj << +/D [4129 0 R /XYZ 71.731 583.6077 null] +>> endobj +4135 0 obj << +/D [4129 0 R /XYZ 472.2997 572.8131 null] +>> endobj +1824 0 obj << +/D [4129 0 R /XYZ 71.731 552.7235 null] +>> endobj +718 0 obj << +/D [4129 0 R /XYZ 317.5989 509.626 null] +>> endobj +4136 0 obj << +/D [4129 0 R /XYZ 71.731 497.188 null] +>> endobj +4137 0 obj << +/D [4129 0 R /XYZ 71.731 462.164 null] +>> endobj +4138 0 obj << +/D [4129 0 R /XYZ 71.731 460.0072 null] +>> endobj +4139 0 obj << +/D [4129 0 R /XYZ 71.731 455.0258 null] +>> endobj +4140 0 obj << +/D [4129 0 R /XYZ 89.6638 434.2686 null] +>> endobj +4141 0 obj << +/D [4129 0 R /XYZ 165.4621 434.2686 null] +>> endobj +4142 0 obj << +/D [4129 0 R /XYZ 255.7901 434.2686 null] +>> endobj +4143 0 obj << +/D [4129 0 R /XYZ 431.2068 434.2686 null] +>> endobj +4144 0 obj << +/D [4129 0 R /XYZ 378.8166 421.3172 null] +>> endobj +4145 0 obj << +/D [4129 0 R /XYZ 71.731 419.1603 null] +>> endobj +4146 0 obj << +/D [4129 0 R /XYZ 71.731 404.2164 null] +>> endobj +4147 0 obj << +/D [4129 0 R /XYZ 76.7123 354.7667 null] +>> endobj +4148 0 obj << +/D [4129 0 R /XYZ 71.731 334.8415 null] +>> endobj +4149 0 obj << +/D [4129 0 R /XYZ 76.7123 259.0258 null] +>> endobj +4150 0 obj << +/D [4129 0 R /XYZ 89.6638 241.093 null] +>> endobj +4151 0 obj << +/D [4129 0 R /XYZ 71.731 187.1305 null] +>> endobj +4152 0 obj << +/D [4129 0 R /XYZ 89.6638 171.3545 null] +>> endobj +4153 0 obj << +/D [4129 0 R /XYZ 71.731 143.2948 null] +>> endobj +4154 0 obj << +/D [4129 0 R /XYZ 89.6638 127.5189 null] +>> endobj +4155 0 obj << +/D [4129 0 R /XYZ 71.731 112.4107 null] +>> endobj +4128 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4158 0 obj << +/Length 3258 +/Filter /FlateDecode +>> +stream +xڝk�۶���_ByN<>EҝN�q�:�N���(�Ě"����뻋@����>���b_�����,��>Q�G�4Z���jS�^� +d�`66��w/n���U��h��{X%q��۴Xeq��i���v���ة��z������IT͞�_�ߪ�f������7w�hg~�拜%i�Gy��6Q�4��~��r?N��l ʬ h0���3����n�|e#�$�_Â^t��3�����:J�G�W䱺�F�=��4��շ4�k�_��xYW�g5t�4�s��=��o��P����R5�5��жJ������}���&ۇ����)l�S;ڧ��I��o���� #�H�DJE/<~dUMM��u\�iv�81!�a൝Q��� ��Vyh�fՐ��x���8`���fF�H�ZbIQj���: +���Hۂm���Q>6p�Z�ȱ�3�X'��^3C�\�I�)P�i�x�� �(��sE�D�D�u�ȏ���D�%rk=�G"��Z��F�oj%�T�N��~Y�)�Hlک����5���v�t��<�f���L����RI�*�ι <��zԎ��_��uo7t&L���<E�T��@ixt_�D�Q�nU�Q'Y�i:E�h@z|}@g +� �]�iZDݝ��0iv�%ф��9�L���@��㼡��*�]�j��������j��0�ާ����5���$��m���+9�r�!���&*ŀh��-�X�ƚ��zA~�a�'S�@Am"`'���6�����sD2:B�� }z}{[�)_m)����l�л�5��ߠ�|m��tf%��Z��S��cTB�'� _Fl)q���O5�i�{��d�tЀF��y-(,���g����;����{��NPO +8:���Ӊw��hR�)i���Gj=�@h�}�@ɩ'��&%�±�Q��U_�d�s!ȁ�'j�n�S�چ�h�>�~[�mL�A*w}d��|�}��i�����O*��N�����vO��E'*�+ DG֘���:KH�5�^�8l���@�f�Ō�E�z�q��$k;Í,|�8���P��:l�m���Aў��"�� �G�i�Q(�2�b�TD�� +�p���}?v�t� }C�Ǫ?(�i-�u�'c�>�T����D��i�'�f���Q�*�� ��)���7�!�l���W�?�6���7����q��m��D�m�Le@#߯IEm�~��-o��(B��7�c�T������naivL�8<���3G��m4�M�aG:�K�w���_�b.K�<�S�\��O����*���r�|�ZP����M�B��4 Ū��5/N�QZ:5�5��p�W�<���n�q Rj��o1DZ�$��z@��j�{���+M�&]�RI�y4ؕ��Y�$&���-�#�n�` -��X1v�e:5����F�����ama��ےa�.�7X#��r��e�i5����3+;Ƴ���q|�9�4'}oy��������<�O�Sז&Qvgs~4� ??pJ�º�ܩ`Xd��+G��K� +�Y�qP��9t���q�������Ɇk{y�'a�c�;���~'(6:�v��X��X�OBǗ7e�cО +:�Dp�D�};�:#j�3��� +#*sƍ<�>� }'^�I�:�>YE�R�/`0���J�&��,.����NP����ҭf%���G��;�(K�ҍ�m�znƳ�b�bRE>ú'�4 +��n�j#y<�#�dX�c( L�04%�3���I��Qc�yUr���w3r֛-AWF�\�Iq9����3Z�B�3Z���Όv��'8bLD���(��h�a)��&�A���!\��4�|2��-+�����܁)�̽Z#���D�Jq���7�%�Ė4 �b<�Q�8嶁,����(jܡ� 6�y��]��I���vأ��6| l"�_���J�X���� C�}�M�7`���ߧ�;�iW=�vxG�*A�+��Z|�iV�sB�N@�Ռ�ȡ�fiT��:oxΏT�^I��:u���,{�R+ˠ"k���[א�b�[���"���o�P(�x�[$��s��j���Q�-ٻuy�3'��<��yN�ǖV]����vlIK{]�)���a�l���6��k(d?Y����3�>g�-w��W?��U$��3�Ks?����/��1)��?uD�l��T�G!l�*l�eU�ˏ>.��UqƂS^����z����=��F�mY1�Y�9(�袝���6��Ž��m�q[Pĭ�p�eq;H>C�s��Y�4��{rI<��$��$�=����aZv�CQ�p\�m�q�_��6��j(�7[����3d;g�-[��W�TA�����}��M�n���C}o�y1�?�̟-ߍy�]�p���9���٫�ʑY,b�1�����]2�W�=�E�N��3#TAٗ^9,l�j�P(�|Y���P��Zm^�mc&��Z�-��Y��-�i49��,��;Dy'�%^���Rl�' P�N��%���F2�^�^d���W�e������ۮ"�ĺ�@� }���_8���<Zok�R�]k�Q}�����<C*r�F��~|� +����;ⶳ� �f�~C�{��,�f��p{Ų�9H>���,���f�#$棗�����b8��8I�5e�J*��O�xm�V�E�6Gs��x�w� +@��z��ݹ�?�|江�B|P@ʡ�9.��,j�E��xpjj��?(zxov�Ȏ�~:>+PlHR�^��^Ҙz,�����;�(e�l��մz&5�#�F�����>'�hN�9���b����8��3�u�053�W� ��P�w9)D�&����`Ƴ�ie|�[���I;��1 �d�t�9}�7��F�F�H�+FlA]0b %�x�)�E�F<��m�6� +Άޙƙo�ٴ +mq�BOV�jV�!'4�N8���b��+I��M-4�:�9��`��7�k�A `����ՎR�P?��&����̹��,��a��Nٴ��ĦO�=�ܾB��,9�' +�<�+�cA]� %�g���E��3��m=6��y��/ZP��u�!#H��� ��w��¹ɳ/'��^�I��8Z��QsC��f�붤l��)̴_�өF�����f��zI�6R6�N���u9�J�ӵ�B��&⸵��U~o��-�TN�Z��R}~M���,���-�9���t��"�o&�S��\8� �76��<��>k���Oe0��,����u�?�u�Qendstream +endobj +4157 0 obj << +/Type /Page +/Contents 4158 0 R +/Resources 4156 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4127 0 R +>> endobj +4159 0 obj << +/D [4157 0 R /XYZ 71.731 729.2652 null] +>> endobj +4160 0 obj << +/D [4157 0 R /XYZ 89.6638 708.3437 null] +>> endobj +4161 0 obj << +/D [4157 0 R /XYZ 241.2196 708.3437 null] +>> endobj +4162 0 obj << +/D [4157 0 R /XYZ 417.1824 695.3923 null] +>> endobj +4163 0 obj << +/D [4157 0 R /XYZ 71.731 688.2541 null] +>> endobj +1825 0 obj << +/D [4157 0 R /XYZ 71.731 657.3699 null] +>> endobj +722 0 obj << +/D [4157 0 R /XYZ 252.0091 614.2725 null] +>> endobj +4164 0 obj << +/D [4157 0 R /XYZ 71.731 601.8345 null] +>> endobj +4165 0 obj << +/D [4157 0 R /XYZ 71.731 579.7619 null] +>> endobj +4166 0 obj << +/D [4157 0 R /XYZ 71.731 551.7022 null] +>> endobj +4167 0 obj << +/D [4157 0 R /XYZ 71.731 546.7209 null] +>> endobj +4168 0 obj << +/D [4157 0 R /XYZ 89.6638 525.9636 null] +>> endobj +4169 0 obj << +/D [4157 0 R /XYZ 89.6638 525.9636 null] +>> endobj +4170 0 obj << +/D [4157 0 R /XYZ 89.6638 495.0794 null] +>> endobj +4171 0 obj << +/D [4157 0 R /XYZ 71.731 495.0794 null] +>> endobj +4172 0 obj << +/D [4157 0 R /XYZ 71.731 383.8477 null] +>> endobj +4173 0 obj << +/D [4157 0 R /XYZ 89.6638 365.9149 null] +>> endobj +4174 0 obj << +/D [4157 0 R /XYZ 89.6638 365.9149 null] +>> endobj +4175 0 obj << +/D [4157 0 R /XYZ 71.731 337.8552 null] +>> endobj +4176 0 obj << +/D [4157 0 R /XYZ 89.6638 322.0793 null] +>> endobj +4177 0 obj << +/D [4157 0 R /XYZ 89.6638 322.0793 null] +>> endobj +4178 0 obj << +/D [4157 0 R /XYZ 71.731 319.9225 null] +>> endobj +4179 0 obj << +/D [4157 0 R /XYZ 89.6638 304.1466 null] +>> endobj +4180 0 obj << +/D [4157 0 R /XYZ 89.6638 304.1466 null] +>> endobj +4181 0 obj << +/D [4157 0 R /XYZ 71.731 301.9897 null] +>> endobj +4182 0 obj << +/D [4157 0 R /XYZ 89.6638 286.2138 null] +>> endobj +4183 0 obj << +/D [4157 0 R /XYZ 89.6638 286.2138 null] +>> endobj +4184 0 obj << +/D [4157 0 R /XYZ 71.731 284.057 null] +>> endobj +4185 0 obj << +/D [4157 0 R /XYZ 89.6638 268.2811 null] +>> endobj +4186 0 obj << +/D [4157 0 R /XYZ 89.6638 268.2811 null] +>> endobj +4187 0 obj << +/D [4157 0 R /XYZ 71.731 266.1242 null] +>> endobj +4188 0 obj << +/D [4157 0 R /XYZ 89.6638 250.3483 null] +>> endobj +4189 0 obj << +/D [4157 0 R /XYZ 89.6638 250.3483 null] +>> endobj +4190 0 obj << +/D [4157 0 R /XYZ 71.731 248.1915 null] +>> endobj +4191 0 obj << +/D [4157 0 R /XYZ 89.6638 232.4156 null] +>> endobj +4192 0 obj << +/D [4157 0 R /XYZ 89.6638 232.4156 null] +>> endobj +4193 0 obj << +/D [4157 0 R /XYZ 71.731 217.3073 null] +>> endobj +4194 0 obj << +/D [4157 0 R /XYZ 89.6638 201.5314 null] +>> endobj +4195 0 obj << +/D [4157 0 R /XYZ 89.6638 201.5314 null] +>> endobj +4196 0 obj << +/D [4157 0 R /XYZ 71.731 199.3745 null] +>> endobj +4197 0 obj << +/D [4157 0 R /XYZ 89.6638 183.5986 null] +>> endobj +4198 0 obj << +/D [4157 0 R /XYZ 89.6638 183.5986 null] +>> endobj +4199 0 obj << +/D [4157 0 R /XYZ 71.731 168.4904 null] +>> endobj +4200 0 obj << +/D [4157 0 R /XYZ 89.6638 152.7144 null] +>> endobj +4201 0 obj << +/D [4157 0 R /XYZ 89.6638 152.7144 null] +>> endobj +4202 0 obj << +/D [4157 0 R /XYZ 71.731 137.6062 null] +>> endobj +4203 0 obj << +/D [4157 0 R /XYZ 89.6638 121.8302 null] +>> endobj +4204 0 obj << +/D [4157 0 R /XYZ 89.6638 121.8302 null] +>> endobj +4205 0 obj << +/D [4157 0 R /XYZ 71.731 106.722 null] +>> endobj +4156 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4209 0 obj << +/Length 2280 +/Filter /FlateDecode +>> +stream +xڵYݓ۸ �_�N�t͕DQ���\�w���t��v�>�2�RW�<����/@���i{/3?� ���,|��$` �O��0�"߽�[���M`HV�f5%z����狌eq/��"[$<d�������}!��j��P��`��{W�[j�;l��U%��y��͏S�����EdQ�a2L��gY7��%AD��2�d L&X�� +��CK3�|B7�y�0�E�fJ<�1�}Xf�'�%O��2�=������� P��E�}�K��$��{X�>���V�8z��Ju}S+ ��f��U4�eO�]��4�~�����C�^��w�R���lc&�?�~�U�1��Z��!,C��6�Uy��^��/VV�U�L�{gE�`�c���D88n���|�JK� ����7MΨ�A��>�5[^��4��|[��P�� �5p7{�Es���з� -ڊ<�9P#�55���(/��v���C��Vs��N/�軑��NLݺDGL�ipٽ�T��k����u/���u���^3S�����(`aeƧ�m���p`���s�P��ҧ�ڷ��!Ϋ63N��� ��Z*�Zq^���P�1�j���I UٹCgI#���ZͣUw��ԑ�u��N���S�[��c +Yo/�y��8h��bBu�,,�>���Y8x��,�1��b�n����k�x��b��9�� ���"�1�C`�a+�8�Ck�5ģ M��C��{}+s��,���a���(�a��z:�!A!2nà�b��5�c.Ͷ9��Ұ��/ �CpQ�Mxܫ�Dw�~92��a�Q&+�����1X�J�����H��,J2(�<�(~m�-Jd����9CR��ᖧ��GUoN +�;�������]�B*w�B��º2g`���GT�_�+��(�>�9p88���+]�Զc���C5.|l��x�m�!�]�b��S��x���8�?����J�r�2槂�a\��� ����魟����T6�#�g�:0w�`���KԀ�F!���w:j�~z�hZ�i�^yv'�����`�����3�&��٩ce+- +uN�;�ʨ���M����f7]���)hƣ?���B�Cʒ(�Us�D�e�t�8�۾ (��I��z(����C�ݗ��%%7gdG#�������2��a窱����s?�>�7fc�����]����3�J~9�:��T:�I��4.��s�Μf���!{�;�mwN�,�Yl���e�a+��� +*�j �)h����v�O�)�A��粳��0໗}^���hM�Є9��Q��G3](]C� G�t3,���U�*õ�3+�,�)uɞ، +ZT�P�2�ݍ�h@R՟B���dU��U}��l +�㞊�J=�JR�AI7�=Ԙ�ў�V $�6ޚ ��]���,�o�51�g� ��ʖ��U�Oق��I�lɶ)�����"F�e��R�w��J;Lz�a\<�;� ���0�}���ި:/��]�Җ@w�+�n�4�F�?��!�m�����4��Ff[sx��� ��Q����l�^��7�.��o��3�Z�������&� :`����ꎬ�i7v���-0�O�+��S�h��f�-���x��m�So�!8��p�X�6S��P��w�Q�}�~}A��қV�"��W�<���eK��C���<_��cn-O1�m6%�y]�E�y%��si=�d.���% K钌On64�E�ꩊ0�t��q3Di�'�~�CG��8��pCS������*}�� �S�� ���� +*E.mř�toލ:�����<�Hd�@D:��v���A� +�P��<�>>���w��_N*��Y%|%}�Vth�0`� ��4���Ѵt>�WZ%ЗU�P멦�6��T����pʼn�4{hh��>�i@G;�Eߕ)>�������TuoP����ȣ��% +��Q��,p?� T�)٩k����Pn���Up!,�c~���!�MD�B�@U��L��V�_"�Y���2�}���`ߪk�^�@F��p�b�� pn0F3?Z�#H�\v�Y��ܫov�7�øk�� 6u-����8ԕ=Z1k7��v4J��m����r�r�Yl���7p5����L�<�����6/+��E��ޗ���3\�E����}~�&ζ5D��_[�{�����#�t�,�@c���q��v�?�(�oO(�� �.�3:�9 �"L��>������x:���7�endstream +endobj +4208 0 obj << +/Type /Page +/Contents 4209 0 R +/Resources 4207 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4127 0 R +/Annots [ 4238 0 R ] +>> endobj +4238 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [422.6692 343.5385 466.8026 354.4424] +/Subtype /Link +/A << /S /GoTo /D (lifecycle-image) >> +>> endobj +4210 0 obj << +/D [4208 0 R /XYZ 71.731 729.2652 null] +>> endobj +1827 0 obj << +/D [4208 0 R /XYZ 71.731 741.2204 null] +>> endobj +4211 0 obj << +/D [4208 0 R /XYZ 89.6638 708.3437 null] +>> endobj +4212 0 obj << +/D [4208 0 R /XYZ 89.6638 708.3437 null] +>> endobj +4213 0 obj << +/D [4208 0 R /XYZ 71.731 680.284 null] +>> endobj +4214 0 obj << +/D [4208 0 R /XYZ 89.6638 664.5081 null] +>> endobj +4215 0 obj << +/D [4208 0 R /XYZ 89.6638 664.5081 null] +>> endobj +4216 0 obj << +/D [4208 0 R /XYZ 71.731 662.3513 null] +>> endobj +4217 0 obj << +/D [4208 0 R /XYZ 89.6638 646.5753 null] +>> endobj +4218 0 obj << +/D [4208 0 R /XYZ 89.6638 646.5753 null] +>> endobj +4219 0 obj << +/D [4208 0 R /XYZ 71.731 644.4185 null] +>> endobj +4220 0 obj << +/D [4208 0 R /XYZ 89.6638 628.6426 null] +>> endobj +4221 0 obj << +/D [4208 0 R /XYZ 89.6638 628.6426 null] +>> endobj +4222 0 obj << +/D [4208 0 R /XYZ 206.4347 615.6911 null] +>> endobj +4223 0 obj << +/D [4208 0 R /XYZ 335.6388 615.6911 null] +>> endobj +4224 0 obj << +/D [4208 0 R /XYZ 71.731 613.5343 null] +>> endobj +4225 0 obj << +/D [4208 0 R /XYZ 71.731 539.8663 null] +>> endobj +4226 0 obj << +/D [4208 0 R /XYZ 89.6638 524.0903 null] +>> endobj +4227 0 obj << +/D [4208 0 R /XYZ 89.6638 524.0903 null] +>> endobj +4228 0 obj << +/D [4208 0 R /XYZ 71.731 496.0306 null] +>> endobj +4229 0 obj << +/D [4208 0 R /XYZ 89.6638 480.2547 null] +>> endobj +4230 0 obj << +/D [4208 0 R /XYZ 89.6638 480.2547 null] +>> endobj +4231 0 obj << +/D [4208 0 R /XYZ 71.731 465.1465 null] +>> endobj +4232 0 obj << +/D [4208 0 R /XYZ 89.6638 449.3705 null] +>> endobj +4233 0 obj << +/D [4208 0 R /XYZ 89.6638 449.3705 null] +>> endobj +4234 0 obj << +/D [4208 0 R /XYZ 71.731 447.2137 null] +>> endobj +4235 0 obj << +/D [4208 0 R /XYZ 89.6638 431.4378 null] +>> endobj +4236 0 obj << +/D [4208 0 R /XYZ 89.6638 431.4378 null] +>> endobj +1826 0 obj << +/D [4208 0 R /XYZ 71.731 411.3482 null] +>> endobj +726 0 obj << +/D [4208 0 R /XYZ 259.6867 368.2507 null] +>> endobj +4237 0 obj << +/D [4208 0 R /XYZ 71.731 355.8127 null] +>> endobj +4239 0 obj << +/D [4208 0 R /XYZ 459.2619 333.7401 null] +>> endobj +4240 0 obj << +/D [4208 0 R /XYZ 220.2621 320.7887 null] +>> endobj +2060 0 obj << +/D [4208 0 R /XYZ 71.731 318.6319 null] +>> endobj +4207 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4243 0 obj << +/Length 1034 +/Filter /FlateDecode +>> +stream +xڅVM��6��W{r�D�d[���m����=m���F�5�����Wi���L1�����G��Ž��q/�, � 2&d,�����.���d�'�����qs��^�2)�w<{Q�Pƙ����1O�c���c���۽�?f8~3uwA��t��n�|��������i&,K-����Ċ�e��0 +��s}�����"r{N�~�Ϫ� -�g�;���:9�(�����LJg���w��ie�'٬<|i��S��}�̬߫}��E�� G��E��g 3��$���\oE�[�fƪϠ�5Nl�����\o/8��;�ce�,�|uF0Er���lj��8o�;[(g ��z��V���O�+����@t%�V�c���0�yq��z=�ho߶��g�C>"=k0im �+n���6z����<v�ޖ���Q�TCl� 8��qah�+J��X�T�8B�I������] Q6 ���;ֻ�����X��I��V�>+.5[(�K��%E"�KR@Ƥ�T����F�74;cHߨF#Ո���VI�a��ԧ���r�L�%/@yӠ�n�Ǚ���<C�=�dT*S���JR�z����O���Ex�a�QI���Biv��i;5�P](�](vsj��ƳQ%��Z�ިy�Q.cW�'�2I3�5�����t��U +�QŶP�.hh�q]��kwuMq����ҿ�}� ��v�n��g���d���.��\�?,����I�Y��R���h�QO�%�S�][����rh�H�Ms�~]��r�vh�\ճ��k�b�Z��А�>X.a`/Iq������E����(�Oã̗��K ��?]q��r����h����6C��V�(�w��vl�6�"�n�5J�ZC��[���-YLFiC�F���i$��NS�GKR+<z,V��~ �߫�hp4w�&�Ke^=KD�d��Y���N,�}2��� 葐�}d��2�o������nF�Ƽn{��,�2{�I��y���E +�lA�2}��������endstream +endobj +4242 0 obj << +/Type /Page +/Contents 4243 0 R +/Resources 4241 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4127 0 R +/Annots [ 4251 0 R ] +>> endobj +4206 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��}�����6lO���˕+~)����#�����}��ի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�^im���ӆ�.�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�֭[+��kA~�: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����kx��^����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���3fl�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%oE7�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ż���Շ3x��y��06��-��F�����su�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�-��DQUo +�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��ʊ�_LLW�ѕ�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�KgIpp0*^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��Ercذ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�˾�yTTa�$/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�kYXX �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֬YkmѢ���ǡ�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�xy�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"or)�ɡ�: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ѢE3262���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�����my��͊�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�.� +��w4)�����ϯ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�eyccc�?�Ԍ�^��'����wEIÆ������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>~��kN�: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�ԭ[wy�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����[A�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�����>�zg��� +�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$eBDLL��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^l9�������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������˗����𘟟���7uK��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�1QN6���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�BmYa;VmbA��^�Z@aA�͛'�U1���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����9sys��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�gPo9{����=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@��7x��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�0VsG4~�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 +4251 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [459.3526 141.6358 524.0572 152.5397] +/Subtype /Link +/A << /S /GoTo /D (savedsearches) >> +>> endobj +4244 0 obj << +/D [4242 0 R /XYZ 71.731 729.2652 null] +>> endobj +4245 0 obj << +/D [4242 0 R /XYZ 71.731 741.2204 null] +>> endobj +4246 0 obj << +/D [4242 0 R /XYZ 71.731 696.3587 null] +>> endobj +730 0 obj << +/D [4242 0 R /XYZ 263.1645 254.0192 null] +>> endobj +4247 0 obj << +/D [4242 0 R /XYZ 71.731 241.5812 null] +>> endobj +4248 0 obj << +/D [4242 0 R /XYZ 245.7962 219.5086 null] +>> endobj +4249 0 obj << +/D [4242 0 R /XYZ 71.731 212.3705 null] +>> endobj +4250 0 obj << +/D [4242 0 R /XYZ 71.731 168.5349 null] +>> endobj +1828 0 obj << +/D [4242 0 R /XYZ 71.731 131.7379 null] +>> endobj +4241 0 obj << +/Font << /F33 1378 0 R /F32 1286 0 R /F23 1270 0 R /F27 1278 0 R >> +/XObject << /Im1 4206 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +4254 0 obj << +/Length 2275 +/Filter /FlateDecode +>> +stream +xڭێ��}�"0�̨��k��;��iv�ݴ}h���JbԱ�����K��b'��-K)^DR�,|�i R �0a�������>���8Oc�O���I�E.�$L��"�R�$��E�b]��{>�^���0��X��/]��i�i�����b����>�~��2y;�)�ú�-�� 2JBΪ�"�|-�P�4�>i]��� Ȍ�^ߡX�W:��_���(6��\����)��0��f�J�|T{v�V}K�( #K8`�"��@��0�5eHb�@+e�m,����Z� m@��U]�V۞f=K�S�;�7Դ��I?� *a��[Т�i�Ğ �y��ٟt�U������*���--nV`�aτ���,u�TE�Q]��F�E�����j��� �1+mNW� ��U�S 桙3gXiUGK���� +b�Iuc�܌��ã p�,��F'���_P�W������jד�M�K�1U��2��?|?Tu9�A.�0��o�cq�d��%^��>X0�x�i,d&���I���V�(q�Jf�AE�S���J���X8���v8�me+g�đ�}�����3<�D�a�0��5�Z8-?6�㒀˗v�M�Ǜ��K}l4��_�VL�2!�r߃/>�ZeY�o5�6��hR�Om�n��ѿa��m=�6�T�Jj�䂁�Hs�&�6�8��2�>��K���f�|���j�����*��vSuT�i��֘=_��,�8;RP��;��|��"H2��]6F��"]�&����dB��#8e�'�,����V���g�Hr�N��i�^F�ͼ���ň;3H���6�y'��#�O%DћF!�7�E��gX�È�2�q,��(G��1 +A�\^ۑrg�i�BLu6��YPB�oZp�t߂��a�^�0o��]xg@��C����+�Qi�y���롲��P��6)�F��n1� �^� 56����~�� |�Z�V{n1��F\�}6]_�����/�D�f������L�O"��[H���r04jE&Ԃ`C�� O-6T�������~7!o�E�t�ΰ��yZH�O�NݎX��3���"����k���s>0�Z���ג��@^�H����[����X@!��������j���84`���+��T߆�o�p����\�I�r8�\��kZ����|h�@�؉A,���[��Ŷw0S�N����Rxm9��ptj�]qҪ�j;����'43�����0�L��)j���x����P��F"x�\!n�N1ގ ԍې��15S�N��"�+t�ڨ+-��RM?e�v#&���y/��ĺ��O�N۷٣�)[��H;[e�,6�$Z�N�)]��/{{�UAEikԖ&��S��N��Fg=Р?�c`���Dæ8*U�+�p&���(���t;�r`&��K9����/�᷂f��@.�7��fޒ�#O��0�5�9��k�&55��ևa���:��䨎�U�fO~S̐��T�ji3�L�^����5/f���U4��0;�I�8�q�=�. ����l��麦2��+���z �;���֝��y��W[�C�F��5����]`�B +Z��}G_r7X(잵��rBk�k/fΙ�ٸxdl3���CK���$�Q��!2 �=j�8\p��x3��3U(�"��,��"�����$>���ھl_����߯�X��k\A~14e�������t��a�/9��F�9�$�f���)�" �?�`�\c$,��x,�3[wi�ceS�; |lj� ���q�O��$��G[�ڗ�w��j��ɭȥV,.��ec�x��J�L��?=������d#}���GU~{��U�HGF����� +�bqǂNk�˱��ɵf�����E�;h}-����KEY�o�z���,�Տ�e��#����o&��Ť0�6)�.&��5�4E�� M1�Fotɴ�̄Kcf���͎�do�̌����4�Z��hk�5�1t<0�9(�U:�����%?��.9�O5W�f��'(�:~�ۂEsu��bU�ؾw"&?���˯V�e4��^q4*sio�|��*-��Ӏ9R���JusW>�a�}g:9�qZ(P�a�[���;8N%���^ /_l)Z���C�;���j�2{�7n��q��>8�-�_=6�x���IW��ڜI�Q�c./FiG:��e"���7����If����VI�?w�0�q3!sendstream +endobj +4253 0 obj << +/Type /Page +/Contents 4254 0 R +/Resources 4252 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4127 0 R +>> endobj +4255 0 obj << +/D [4253 0 R /XYZ 71.731 729.2652 null] +>> endobj +734 0 obj << +/D [4253 0 R /XYZ 217.9167 707.8408 null] +>> endobj +4256 0 obj << +/D [4253 0 R /XYZ 71.731 700.4885 null] +>> endobj +4257 0 obj << +/D [4253 0 R /XYZ 71.731 651.7512 null] +>> endobj +4258 0 obj << +/D [4253 0 R /XYZ 427.5857 638.8993 null] +>> endobj +4259 0 obj << +/D [4253 0 R /XYZ 113.3184 625.9479 null] +>> endobj +4260 0 obj << +/D [4253 0 R /XYZ 205.0794 625.9479 null] +>> endobj +4261 0 obj << +/D [4253 0 R /XYZ 71.731 605.8583 null] +>> endobj +4262 0 obj << +/D [4253 0 R /XYZ 71.731 594.9642 null] +>> endobj +4263 0 obj << +/D [4253 0 R /XYZ 71.731 589.9829 null] +>> endobj +4264 0 obj << +/D [4253 0 R /XYZ 81.6937 567.1683 null] +>> endobj +4265 0 obj << +/D [4253 0 R /XYZ 81.6937 567.1683 null] +>> endobj +4266 0 obj << +/D [4253 0 R /XYZ 71.731 565.0115 null] +>> endobj +4267 0 obj << +/D [4253 0 R /XYZ 81.6937 549.2356 null] +>> endobj +4268 0 obj << +/D [4253 0 R /XYZ 81.6937 549.2356 null] +>> endobj +4269 0 obj << +/D [4253 0 R /XYZ 71.731 547.0787 null] +>> endobj +4270 0 obj << +/D [4253 0 R /XYZ 81.6937 531.3028 null] +>> endobj +4271 0 obj << +/D [4253 0 R /XYZ 81.6937 531.3028 null] +>> endobj +1829 0 obj << +/D [4253 0 R /XYZ 71.731 529.146 null] +>> endobj +738 0 obj << +/D [4253 0 R /XYZ 236.9017 496.8321 null] +>> endobj +4272 0 obj << +/D [4253 0 R /XYZ 71.731 490.7051 null] +>> endobj +4273 0 obj << +/D [4253 0 R /XYZ 71.731 418.9592 null] +>> endobj +1830 0 obj << +/D [4253 0 R /XYZ 71.731 362.1721 null] +>> endobj +742 0 obj << +/D [4253 0 R /XYZ 166.0799 328.862 null] +>> endobj +4274 0 obj << +/D [4253 0 R /XYZ 71.731 320.2245 null] +>> endobj +4275 0 obj << +/D [4253 0 R /XYZ 344.894 309.933 null] +>> endobj +4276 0 obj << +/D [4253 0 R /XYZ 71.731 295.821 null] +>> endobj +4277 0 obj << +/D [4253 0 R /XYZ 155.2771 273.3701 null] +>> endobj +4278 0 obj << +/D [4253 0 R /XYZ 71.731 263.3079 null] +>> endobj +4279 0 obj << +/D [4253 0 R /XYZ 154.7791 238.7997 null] +>> endobj +4280 0 obj << +/D [4253 0 R /XYZ 71.731 227.3975 null] +>> endobj +4281 0 obj << +/D [4253 0 R /XYZ 426.1592 204.2293 null] +>> endobj +4282 0 obj << +/D [4253 0 R /XYZ 71.731 192.1099 null] +>> endobj +4283 0 obj << +/D [4253 0 R /XYZ 103.2724 143.7561 null] +>> endobj +4284 0 obj << +/D [4253 0 R /XYZ 71.731 133.6939 null] +>> endobj +4285 0 obj << +/D [4253 0 R /XYZ 425.1626 109.1858 null] +>> endobj +4252 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4288 0 obj << +/Length 2554 +/Filter /FlateDecode +>> +stream +xڵY��ܶ���� ����zK.��v��9N�Kh�W��'�k�������z��j7-�X���|3�Q�W;��R�KC� r/H�`U��v�#}�̷S�v�v<�����^��*��$HV��U�^���* /��lu[�}���Κ��m�ֱG��(����;�*��m�y��g���B�0��v~R�~֥nA��@�$B�2�K�0]���#h�j?��D���?v��]��y�^�jW�}�*垾`J�c��W0ݧ?ӯ��,�by�oeѡ���l�f8��v���4����<�#���N�.hJj7�ٖ�]�{� v�����ޟDq��>qj�#�Ӊ�% ����Ə��u�8�gW�ځ�A��j��(�H�؋=���i�~�UZ�+NO���PG��|p[��}n��I��Ԋ��B�DCm�?��Tm�5��V���4EFS��^ʊ3���U�n�$VU�K!�[&m�f��j�/�T^�4�h�?ڮ�̈́UR�Q$��A�N���Xb�~�S�?�g.��|M�8� ��QיKr���r������G��"� ���`�)� x0/�A�*�/�Gq�:��Pu�B/������p����53���&��f�/~�v����7�4I���l}����%�t0ۭ[��-��`��zG!��q�7ǘK�!i7!�3t+uTBi���2�H��a�r3L�@�vm���j�d�!���g�b0 +�`���b�'~r�MC.� "��Wck/L�8t��"�?� pB=�)G�mD\������Yg��K�41r�qأ���Mx�u{N�zڙ�^�,�s�K2�c����0TonfS�!+n�n;>*F�����$�Q`K�O�(P��!l���r! +v�Dd}\x�'/?���CS ����Vs���v/?������Ԁ1Z�J1tBUԪ�fxPV@����l�ҚRLsz���?������)k3��2��HEVC9�^ +Y�p�5)[_�e�x��]�gf��g���%q��yW�!�ST5�g��q���xȖ�̄���] �v-�,n����f��0JI{�+u�:���%k��|�0�;c�m�{Y�vb.V�d�(^6ֱ<�fx����c+ˮ�&�s�O��Ţxb�(��.���N=�@�LB<���7��Xa]�"=®2��dF�w�k зp��6]�7T1�@C�h9�`��I�Y3�4Oњ��À�N�/�ԘD"�﵉|��s��0!� 4NuW ;@�h�cn#؆L� ��m�kqI+�Da�̎3N��j"�Df7AD�E>�� ����R�a�����/n�G�{Q~�~8�w�u5��J4wl���!*�O=�]"kB?�1#x���3�#ﯘ���o�����a@gƹ����)�����I�h0��2<4 +���Z���A�[��i0�������j�<�{Ms�@�a�%�hA�Q�}���ꖶ�-���JEj�����������-wM�R���R�c�A�Q2v�ܿ��zMӑQ�،9�Ed02��� ޞ��O�pG��:��=���s%��f���ÑɱsH�)�Ʊ�A5�\v>����K���q|��f���eyl|#��� �U��5�ũ�3�r�v��ۻ���(����Sc����>�IBoa0;L�Ǯe� +���}eǙ��n���k17ᔽ�^�ְ5lc2DZ���c�8Ѥ�UW��'ΰ�)+�-�6!�]����X�#��V��s�7C=�ä�ȟ��H�����-T���$��T��<�$^����F:�`��|�|�F� ��iMAˎ��S3�9X1��V=L�A�4��/vx)4z�´�2K'E`�T�a�\������u��>�M�s�������KCXN�?r�����ll����9)�^��3�E�/K��ӵr/M���y��_^>�Y�qu=�����g��sŕ{Go�Q�@,Ju����Yu���7)����狼<M��?���}�8] +��J�1���2��c8# ���`* +����Vh>l��+!/Ę�M�E�/q�x��4?ȏ׳�}�`���(+��y��l�&䁮�wR��{k�! ��}z�(��h����^7p��v��/ *Q��_{R=��i��Np��,g� _7.��.�P1��+�[����2|-'�)^��7%k��%^�'.>��|�����T@|�n����ѨxӇ�ZnK��1�1+E�ۢp��=���x���71z��?��j�`i�wFwu.p!_��+��ԣ��� ��;�]��.�)��!����>&�%���-��/�����;JmOd��s���nDB!����G�n�@pT�������V��qjЧ,6���~"�*�F^�+�п �Sq=�5��xH$�އ ��.=VO�`[t<���:7命�qV���"��g'����pk��a���b��~��q��yx$=���+��yř�?�&��h +��I��~�@�BC��g������P�[��x�S�_t�W�(�2?ɟ��<�s��92o��y� �=�yA�O��endstream +endobj +4287 0 obj << +/Type /Page +/Contents 4288 0 R +/Resources 4286 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4307 0 R +>> endobj +4289 0 obj << +/D [4287 0 R /XYZ 71.731 729.2652 null] +>> endobj +4290 0 obj << +/D [4287 0 R /XYZ 71.731 718.3063 null] +>> endobj +1831 0 obj << +/D [4287 0 R /XYZ 71.731 688.2541 null] +>> endobj +746 0 obj << +/D [4287 0 R /XYZ 201.5262 654.9439 null] +>> endobj +4291 0 obj << +/D [4287 0 R /XYZ 71.731 646.4917 null] +>> endobj +4292 0 obj << +/D [4287 0 R /XYZ 463.4687 623.0635 null] +>> endobj +4293 0 obj << +/D [4287 0 R /XYZ 71.731 608.9515 null] +>> endobj +4294 0 obj << +/D [4287 0 R /XYZ 514.935 573.5492 null] +>> endobj +4295 0 obj << +/D [4287 0 R /XYZ 71.731 561.4297 null] +>> endobj +4296 0 obj << +/D [4287 0 R /XYZ 71.731 545.0078 null] +>> endobj +1832 0 obj << +/D [4287 0 R /XYZ 71.731 505.2404 null] +>> endobj +750 0 obj << +/D [4287 0 R /XYZ 197.0146 468.0249 null] +>> endobj +4297 0 obj << +/D [4287 0 R /XYZ 71.731 460.1059 null] +>> endobj +4298 0 obj << +/D [4287 0 R /XYZ 103.9341 434.9489 null] +>> endobj +4299 0 obj << +/D [4287 0 R /XYZ 105.3508 421.9975 null] +>> endobj +4300 0 obj << +/D [4287 0 R /XYZ 71.731 414.8593 null] +>> endobj +4301 0 obj << +/D [4287 0 R /XYZ 518.6154 404.0647 null] +>> endobj +1833 0 obj << +/D [4287 0 R /XYZ 71.731 383.9752 null] +>> endobj +754 0 obj << +/D [4287 0 R /XYZ 305.7426 346.7596 null] +>> endobj +4302 0 obj << +/D [4287 0 R /XYZ 71.731 336.617 null] +>> endobj +1834 0 obj << +/D [4287 0 R /XYZ 71.731 293.5941 null] +>> endobj +758 0 obj << +/D [4287 0 R /XYZ 176.9732 256.3786 null] +>> endobj +4303 0 obj << +/D [4287 0 R /XYZ 71.731 246.0136 null] +>> endobj +4304 0 obj << +/D [4287 0 R /XYZ 71.731 229.1159 null] +>> endobj +4305 0 obj << +/D [4287 0 R /XYZ 71.731 187.4371 null] +>> endobj +4306 0 obj << +/D [4287 0 R /XYZ 71.731 187.4371 null] +>> endobj +4286 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4310 0 obj << +/Length 2871 +/Filter /FlateDecode +>> +stream +xڍks�8�{���=c+z?z�s�f���ݽ4{���F�mmdI+J��~�HK���d&A�A�Ey+��U�9I�?~��q���+wu��^yL�c�ݘ������A�ʜ,����~��Q�J�I#/]��Z_E��n��#w9���*��o��˪�����ݭ�����Y�,��%��{n�J�� � Ѫ�+ʞ��"E� �u����5�r��OF"�q�0���Þ�=6EY��x�$9~y_=�?J:���W3F����i�M� ��vF���0뇎ᾙI�� ;�ފ�4�]3�fP�"UY�$ꂀ���x�=R'QUF�Ə��)U��� ��e[�ToX�m3#�<5�""χN�S�9tX��ޙ��y������F����\���Z:��u">�n<�ą��6r2��@H~��jq�3w���ϓ�y(��Eۢ�D_[�u�C�7��=V�^)k�?�2���jv��PŘ谉��J���>��.��,�����i��%�Yf�6ڎUA���WFZ2Ymw�ɻ�ﮇQT��I��w͉ Q7@�A�5�N�Lɴ���d��eM�A��PM����:V�� ��$�dv�9I�)05�ą{�;Y�����e��B?�~�����~EQ��"BI@�?��;�G�V��do�5j?Ya �R��n>��D�6��V�垵P�|�;Q�jH��+���I�+�w�V���h�����`2��;mB��e���dY�����Uz����Z<��X��tLH m�t�,^�����7_@f�o��5�y����W���n5�[��F.��� +`o;����Gs�������'!��Ij��9:�ɛ��_���G�Et�ep��Bf�}�X�W�( ��Û����/���Fo� ���Ƀ�Qs�<+57I-�HW����,NQH���@�9���&{� DN�PY��/!�:[>K�V�;���Q����Tx٧֑R=JE�!)T���q��4��N�^L�Z��5"�,�� ���[Z�> u���|���~�(��2i��<% �Pɜ8N����l�*f�F �d��h��h�XY����\Rx��Q^�lV��. S����#{��L��9���/�a�S����=^gU0�)���L(�*͵�XK�ޒ|� ������P����1�N�Rg�8ᛍ��j�]�s�*Ш�_H��K�,��L�lBFլ$���AF9'çcBՃ�,pY��� K���x���9���ȏ�`�� �bK�p7+I3�/��#��*Xb|������t�i[���F�B��4}`��] �m�U}AY��y�uҀ�Ĕ��#!%���+�<���;CU�MC[ ���׆O�1��"Bn����nR��,�wڴE�㠘�(��eV�@���*W/9����~�Έ�:�4�&GFa ��)n;��55����~�:a�f1��b�h�vc2�;Nr�%7�����z�\��s0�����%.���N����N�-k�O��\��q;6 +�\��A�DtK;���OƁ܋G�=p}��@[<��Q;�����.gD�Z����_����A�\��. +OD�r�y��B�>�Ge� +Y[��:4�P�^�b*����)Y��Zo 4���k���Izh��I5D�x�(�"�N���o�@�-.�=liD����\��_�\�B%����d�-q���!,z����l��5/�'���m�)qهb�T=G�d�����1��&��� "�����d.��z��ݵ�;1�,3w���u�o��4)p��̌)I�m�:�^Gmü��co,(����0 nJLAs� +����m�*)��ܰ�t�M�i�eQ����Ӥ��\9�s_u�˹jܿ�T�&Y/Y¼��|��Bn �zYp�s��lO���p�{� s���b����V����F��g��`Y?��D��q!P�,���;�<@��@��z�k�$�(�G�x�.Q����'t�B<�� +�`�Ѻ�����#��!�44Ч�ƙސ��}��4�`P��N;�c߷���*E�(U�û�/�h�������� +�n'?�)��xrǦp����l q ���q��ԔĦ)�Ч˜ɨ��֟�_%P�|�t}�F�;���j���K���)-/�l��\3Ex_��r��-Q|��(廊[S�3���|z�r�s��������o�+��u�� �"5���j�m��.��usj!z`�ái��<�/���G�";�� +�²��S��/-�������#d���d�Hi��R�~&�/O5����Fm[����hc�2�Q��-� +�_�kp��iޑ��!g�~dq�o:f�S�۹9�X�O�w�lr�u1�r1%M�䲰[����5]�f�:a���A�^��5h�9��AA�f��u����T��/��?�E���A�(r�kU0�^PႷ��T��u�K2,#>�3�a`���w"��l��C�-�zh��t�R0�ކ����0�Ba0:�0�@4Rq�����$�m�t�G��t~�o��kk?���C�)��9'�������(�Nɉ�^j��$��$G�~�q:�>�@ߨ�<�KQ�a�^��e�2CHIZJ��h�����i���d��F�\}<@p��l���t��`�� $[��I����2�1�X�Sw�;� ~������G�d�����B�K���a�������vC���O:����}�Y�sΗ_��R���8{�}��6N���Z��G�L�=�6�o�z?�ŗ��o�a�^�=�}Ds��:�S����r'ޓ���0MUendstream +endobj +4309 0 obj << +/Type /Page +/Contents 4310 0 R +/Resources 4308 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4307 0 R +/Annots [ 4315 0 R ] +>> endobj +4315 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.4752 492.9368 311.2805 503.8407] +/Subtype /Link +/A << /S /GoTo /D (userpreferences) >> +>> endobj +4311 0 obj << +/D [4309 0 R /XYZ 71.731 729.2652 null] +>> endobj +4312 0 obj << +/D [4309 0 R /XYZ 71.731 690.0824 null] +>> endobj +1835 0 obj << +/D [4309 0 R /XYZ 71.731 631.1385 null] +>> endobj +762 0 obj << +/D [4309 0 R /XYZ 353.5731 593.923 null] +>> endobj +4313 0 obj << +/D [4309 0 R /XYZ 71.731 583.558 null] +>> endobj +4314 0 obj << +/D [4309 0 R /XYZ 86.3959 496.0898 null] +>> endobj +4316 0 obj << +/D [4309 0 R /XYZ 71.731 488.9517 null] +>> endobj +4317 0 obj << +/D [4309 0 R /XYZ 512.7873 465.2057 null] +>> endobj +4318 0 obj << +/D [4309 0 R /XYZ 112.803 452.2542 null] +>> endobj +4319 0 obj << +/D [4309 0 R /XYZ 202.5552 452.2542 null] +>> endobj +1836 0 obj << +/D [4309 0 R /XYZ 71.731 409.2506 null] +>> endobj +766 0 obj << +/D [4309 0 R /XYZ 198.9687 366.1531 null] +>> endobj +1837 0 obj << +/D [4309 0 R /XYZ 71.731 362.3228 null] +>> endobj +770 0 obj << +/D [4309 0 R /XYZ 256.7516 326.7807 null] +>> endobj +4320 0 obj << +/D [4309 0 R /XYZ 71.731 316.4157 null] +>> endobj +4321 0 obj << +/D [4309 0 R /XYZ 434.2261 306.6562 null] +>> endobj +4322 0 obj << +/D [4309 0 R /XYZ 71.731 247.7123 null] +>> endobj +4323 0 obj << +/D [4309 0 R /XYZ 71.731 234.7609 null] +>> endobj +4324 0 obj << +/D [4309 0 R /XYZ 71.731 229.7796 null] +>> endobj +4325 0 obj << +/D [4309 0 R /XYZ 89.6638 209.0223 null] +>> endobj +4326 0 obj << +/D [4309 0 R /XYZ 128.2622 209.0223 null] +>> endobj +4327 0 obj << +/D [4309 0 R /XYZ 328.5279 209.0223 null] +>> endobj +4328 0 obj << +/D [4309 0 R /XYZ 71.731 193.9141 null] +>> endobj +4329 0 obj << +/D [4309 0 R /XYZ 71.731 178.9701 null] +>> endobj +4330 0 obj << +/D [4309 0 R /XYZ 109.5891 157.8144 null] +>> endobj +4331 0 obj << +/D [4309 0 R /XYZ 76.7123 116.9675 null] +>> endobj +4332 0 obj << +/D [4309 0 R /XYZ 89.6638 99.0348 null] +>> endobj +4333 0 obj << +/D [4309 0 R /XYZ 71.731 96.878 null] +>> endobj +4308 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4336 0 obj << +/Length 2912 +/Filter /FlateDecode +>> +stream +xڍَ�6�}���Kl�[�}�<M:� ��L��}`K�ʹ$zE:�ޯ�*VQ�[� h��RU��[�6!�E�" +�q�yo��]�9��O�"F�g��9�����1I6UP�q�y�o�$ �<�6Ee����_ۇ�8Y9���,�f=?�h����?նb���?���82͒"�J���diVqe��8���WAF8� I�b�@\�6��F,�? �%+� ϓr3'�Y^?G�K_�m( +�����^��l���jk�$���^����k�j-z~�$k������I�����%�,-���ڞݜk^}9��HCeh]�Qν��lh��rE�i���a�N��>��*�R��F�Z�l�;��=5�?ɷ +J +����-�Qj#��~;K@#[���8N~��D�t������"0?'�J��_e�����VYl�tO+� a�1 +<�� :��:�̝�]fm�h:�I�IDۿ�@tK6�OceGc�7�|j�e��0�h4c��p8��H�$=�h�k$�1oQ���ě�&�V�Ɗ��f)��� ��z�( M�x'x8Y�U��≮�$���=:�h��3PVբ�K�� � �d�/��I���Ν�3�;/�X��8������ �;R������?\�g�ܔO-G�|G�дU��4��_�Pݩ���l��({?���?��vo���ޭ�_��V��.z�u�E�XxP�M����.�m^�^���|t�I�^�%\�SǕ����V-��F��R=K�FP̓}��9w�.�����%F�C腄ds +���/���p���9�rb�-��Ŋ�Z�I��QN>%"���B��v����t4Z���]Q��Gٞxi�|Z ��aL�2���.ɶD���CM��N;� +�������$[�%�&W�H\ּ��ٔ��I�S��],�Isf�3Ax +z��~����7P+���+�mO��<����%奚�x�n%�V����*c�r �+ʃ�$`] (�g�4Z����"���A-[��FتNY��g�^@ Č�����IK�A����g�'�=���^�#�����s�OM+���<��W5^��(H��p{�]k3z_�J����c���q�"G�Z��a�O��n�]�����4L�G0�=�����[b�r$�� ��y&��g������Y�z�3$��Wm�9MgȀG)�g�z�E�� � � t�RG���]�B�y��3B��%��1�;Q`��E<���D]�ĉ�Z\��7^���%(��Z����������zo!��)�� �GQ�gy��}>5�R�d�(��3s�e�H��u_�@��a���A���U��3��N�R�Zp��@+�C�u-�QN�Z�n7�|Z�AE��a~�u;̏Xx��0����a�m^�F>��� +/��W�ʦvw�[����ȍ��p�]�;�-�,���Z��N��Gk6sH$��Qۥ�Y�pio�gXK�E���l����y,<���ŭ�����h�?ȓ����rMy��p`����S�Kd��9��F�0&WN�1B3�y��S�Q��ФJ��P�VB+V���')��a�,#�BFY��Q�s�������)),�C\�*�,�̀.�B ʹ��ɤ�of��^3cR[8]�"���W���-i�d��ۂѴ-��3@`�]�����l�#�3�9���h���Sà�����/ڣ�����Ƞ����eA�&�W,v����z,<��Ů�����hSR�5#.($����A�����]$@ �i�7����dO��r�;��K�a�W��ZM��+,v��%�h��@�2_�aT�p�b1f'����>����X1d�U�9�Ԟ$P��������P-����и]�>�p����a�A7�$���� �Iё����r��ZO~L�W����}�L �q���ι�Dux���5Hr�0�6iu3��I����aM�{�Lr*M>�Z�c�V>��y�V�xV4`��}O������ߊ��snBN�ԪZ�y5j�`�o��������=�1Y����Z�E 1`���4c��wY�9�9軫m��0.bg��[5����=�Z<@��,7F����}�4���q�Y�x�PnA���4��̃r�e�@J6�K�3/}�j� M���kN@�� +?�x��rh���?��?����և�l����#����/���7��[) ct���@���똖��3�آO�d�|Y�^�S+��`�1;W'~�>�R��(Ts;G�t�� �%�^S}��A��U4���� ������_~~���m? �R���8���9���Ɣv8����A�uX�)���l�\��7�i�����]͆�#������><\{���l^��U�U����;��!�%_�ܰ��Q$ic�� �0��[W@ P����^�����;E>�}O_�҉�}��B�'+�i��ʼ�a&���֦r���?{),�k�G�G$�(p��S����)1���8&��?��D=%�N{�=6�dn�ZO�4I�G�DC�D� ���������*#�rq3 �3�s���gE +wg�9��&R�N+}s���=N���Лy�T��xT�SX�F^��*}m��\�r�C�gDWs2��J�ﶊ�����\~�L����H����Y��b���q*�Q�Z +����m#��2��� !�ݔc���V�����ǀ�=��f��N���{��������ڜ�뿉�,�_�$�Ox���g�.Ch4�0� +��?HOK�U�)&B�iޖ��Ό�V�8��E�E��Hˠ���͟L�p^�b"�� ��j��j���O!V�E��endstream +endobj +4335 0 obj << +/Type /Page +/Contents 4336 0 R +/Resources 4334 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4307 0 R +>> endobj +4337 0 obj << +/D [4335 0 R /XYZ 71.731 729.2652 null] +>> endobj +4338 0 obj << +/D [4335 0 R /XYZ 89.6638 708.3437 null] +>> endobj +4339 0 obj << +/D [4335 0 R /XYZ 259.764 695.3923 null] +>> endobj +4340 0 obj << +/D [4335 0 R /XYZ 71.731 654.3811 null] +>> endobj +4341 0 obj << +/D [4335 0 R /XYZ 89.6638 638.6052 null] +>> endobj +4342 0 obj << +/D [4335 0 R /XYZ 407.2684 638.6052 null] +>> endobj +4343 0 obj << +/D [4335 0 R /XYZ 71.731 571.6912 null] +>> endobj +4344 0 obj << +/D [4335 0 R /XYZ 71.731 556.7473 null] +>> endobj +4345 0 obj << +/D [4335 0 R /XYZ 76.7123 494.7447 null] +>> endobj +4346 0 obj << +/D [4335 0 R /XYZ 89.6638 476.8119 null] +>> endobj +4347 0 obj << +/D [4335 0 R /XYZ 71.731 474.6551 null] +>> endobj +4348 0 obj << +/D [4335 0 R /XYZ 89.6638 458.8792 null] +>> endobj +4349 0 obj << +/D [4335 0 R /XYZ 71.731 430.8195 null] +>> endobj +4350 0 obj << +/D [4335 0 R /XYZ 89.6638 415.0436 null] +>> endobj +4351 0 obj << +/D [4335 0 R /XYZ 220.2822 363.2378 null] +>> endobj +4352 0 obj << +/D [4335 0 R /XYZ 71.731 356.0997 null] +>> endobj +4353 0 obj << +/D [4335 0 R /XYZ 71.731 327.2728 null] +>> endobj +1838 0 obj << +/D [4335 0 R /XYZ 71.731 294.3313 null] +>> endobj +774 0 obj << +/D [4335 0 R /XYZ 263.867 257.1158 null] +>> endobj +4354 0 obj << +/D [4335 0 R /XYZ 71.731 246.7508 null] +>> endobj +4355 0 obj << +/D [4335 0 R /XYZ 300.7046 211.0884 null] +>> endobj +4356 0 obj << +/D [4335 0 R /XYZ 96.7348 198.137 null] +>> endobj +1839 0 obj << +/D [4335 0 R /XYZ 71.731 170.142 null] +>> endobj +4334 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4359 0 obj << +/Length 2459 +/Filter /FlateDecode +>> +stream +xڝ]��6�=����E�ي%Y�u�=lrM�"(�f��rh����DC��u��p��Us�a�%9���)G� �E�< +����,�e�j�8���"FY3��Gz�����$Ya������&I�di�ȓ8ܥ�n�X�;xwg#��:N7A��k��#M���U]��|���xh��a��ߔl�z)[�,�<��t�¹kn�0����9ʓ�cD��6�����Q`�{��,�q�i[�-#�����?顮pC/ (�'�[��d5ss-����1j�-�]p��vڧ���ƇO�>|�i%�Xf?�'��M'Jɻ��/�M0���n0����Qi������ĵ��m���l��>��CZ=����U)�Qp]f�`ET�7+-��5^��ZaZ�#iqp�e��-�4��U��{9i�X|?�4��:)*�(�7mE{����Y�s-}�-�����sY"{p��0��dݍP5�ǡ��&��ނ�d� �7� �K�:�Y�p�T�{e'e�ƾ@����e�=Z&j��n��^����ڬ�Ϟ��@��I,�Xg�Z�-�>�Z��uV�V�5����}-�Ye�A�0z�;�Ӝ^&�v��n ���q��׳$(�R���: +,&_%�/�t#�cH+#Q�g��d��"�[Κ�)�[��d<���bV�Y�<����>8s�<�%��8�kU +�t�����3I�����j�XZ�`��J�J����9��(��Ȝ��% �Հ� v�h$�wd�1�~���fVVV�t����m9��w���ߍ��k�ڙ�A���4HIf��7���7�RNN��h� V����^�N GL︢�^��OVM�46��#�Z� r?��i�Kwb����y�A�NƷ̱�=���˜ـ�$�\h�8�2Òe����hM��b�����Yd��^�r5n��ZWb�^�tK����� _�8y��|�j ��ʡ�C� -g/\��!��㛌�$�d�0Qmo���� $K�iK��O��R��!���8A{�@�p�a�T +�ՠ%Y9Z��C� �NR��I�T�^9�W~$?C}?�fh��z�;�-W�����TL[��lא t�΅ +�����F�� >CH�J�%�kQk3�Kw��U�8�ŵ7��9d�jESw��6�T�� +ҵ�#{1��y�]�L��5�O��#,Xux��K'f��Z�hPIB���<�l}���}dxAJG_�[|����GT?z#%���IٜX�@�C�:)4�*Z�4V�ʡ�6q��0NY4lr0�Ό=c �N�����:����An��^�(V��V�˧�!�o���7�s��:t5� 1&�m7˙�� +'�r��s�!2��f�g�{��zN=^��Bl��z���;�qq|��@�zi�m�*T�j�A(";���P3'>�4�W�3���ޘ�b���x"h��l`��4��J'.r�+2����i�u ��{�4c���'mLِf�c�u���!�������Ф��WޜD��`Y�uD��2��t����Z���&���O�� >)M����;cp#l��Жʏ��{�m�l������<ގmr�A��e���ze}V�/`��m�&��-Y��e��@y��2+��ϰ��~��l�� +��0zByW���u5>���>Hµ&�2�|r�4Z�Q�����Ʀ�i�պ/<=����<��b�je�0���["��~(�%�t}�9C��IV?#n��]+�=�F�F��h��K�ڑ���~�C��Ց¾���|f�(�M��]�7�T�$$�ʳ�I���U�4~r�2 +�gR7Z;S!��DeN�U H�b��������O���W(���+�]^`O�f���e���v`�Y�+���s�;�����G�]F��K��z]�Ԧyr�c��J���/��J���̘Oo"Kd��߶�N������I�;\��-�����ӆ=}��Y�?81��6s�<�}���Ͻ��bv���n�s����_0��6�ޝN&�,��%F��Q%�����xh(ʡ�'�� �G�Y��[��an��~39��Ɠ���k���ݵ�t߯;�v����3��|� +��N81j���!̬ ��JR8ϱq�֦�Va�sqj��q��Ý�Sg��e5��} 4��˘���%�w;�LI:�x��$�v�&��,�3/U�d�23ɹ�ޮ�P���ڣ]X��Ԋ&QP��@��� �m��)t!T��!���Qآ�B,!]Cu�D [�G���w��'��6j뉸ӎ�>��-�������N ��l�jK��5�,q��Cz�3��{e\�dhVi��O���@�k��(+k2v���/��g����b�#��./���R �|����"Ƹ�)�u|�2�T�7�1������/?�S�v��R��ߣ�xn��9�y�?4��_�;D�endstream +endobj +4358 0 obj << +/Type /Page +/Contents 4359 0 R +/Resources 4357 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4307 0 R +>> endobj +4360 0 obj << +/D [4358 0 R /XYZ 71.731 729.2652 null] +>> endobj +778 0 obj << +/D [4358 0 R /XYZ 209.3152 706.1179 null] +>> endobj +4361 0 obj << +/D [4358 0 R /XYZ 71.731 697.2951 null] +>> endobj +4362 0 obj << +/D [4358 0 R /XYZ 71.731 653.575 null] +>> endobj +4363 0 obj << +/D [4358 0 R /XYZ 71.731 620.6335 null] +>> endobj +4364 0 obj << +/D [4358 0 R /XYZ 71.731 583.9361 null] +>> endobj +4365 0 obj << +/D [4358 0 R /XYZ 71.731 577.574 null] +>> endobj +4366 0 obj << +/D [4358 0 R /XYZ 436.4724 553.0519 null] +>> endobj +4367 0 obj << +/D [4358 0 R /XYZ 169.3177 527.149 null] +>> endobj +4368 0 obj << +/D [4358 0 R /XYZ 176.5876 501.2462 null] +>> endobj +4369 0 obj << +/D [4358 0 R /XYZ 71.731 483.2139 null] +>> endobj +4370 0 obj << +/D [4358 0 R /XYZ 238.3949 470.362 null] +>> endobj +1840 0 obj << +/D [4358 0 R /XYZ 71.731 429.3509 null] +>> endobj +782 0 obj << +/D [4358 0 R /XYZ 200.1276 392.1353 null] +>> endobj +4371 0 obj << +/D [4358 0 R /XYZ 71.731 384.783 null] +>> endobj +4372 0 obj << +/D [4358 0 R /XYZ 71.731 338.9698 null] +>> endobj +4373 0 obj << +/D [4358 0 R /XYZ 71.731 310.2424 null] +>> endobj +4374 0 obj << +/D [4358 0 R /XYZ 71.731 310.2424 null] +>> endobj +1841 0 obj << +/D [4358 0 R /XYZ 71.731 232.3802 null] +>> endobj +786 0 obj << +/D [4358 0 R /XYZ 299.6652 197.9095 null] +>> endobj +4375 0 obj << +/D [4358 0 R /XYZ 71.731 189.272 null] +>> endobj +1842 0 obj << +/D [4358 0 R /XYZ 71.731 147.9967 null] +>> endobj +4357 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4378 0 obj << +/Length 1906 +/Filter /FlateDecode +>> +stream +xڭ]o�6�=���9��hI�M��!��Z�}�e�"K�D��~���#E)N��C��x���� +g���4���(���f��*�����UH$�Ds�ݬ�����Y��h5[�fI���4�����l���8���:b��|\?te�G���SV_|]�y�jm��8��n��f��nQ<C?g���3�̏�8ժ1?�C?R:���^T +`y�,w�Ex�uA�!�BԸY/V�w^D�� ��"<.�u�z�:v +f�a��Q��X/2�M�����-"���|�m�|EyV��{'�2�xt���N"�%��l��B�}����][}'�%�|��7��V&(-c�����D% +9�T[ �h�D�0�&1"��۵�QA� P۶9m-�F�ٜhv���D} X092o�4�}a���Yy�%9��3���s�3��UY�jm��ǯg��L��MMɲF)��!Q���3�Vm�K-��Ұ8�z/�DY��q�0 +���x�S�x�I��N:ŔNo��6��jZJ�M-����%%��>OO�x{!8�0{�H�[-��%�d��;�rDT�� �b�'[Ş�~�|'&9�H(б,n��z�=�csB���eE� ��Q�+F����x\EޡT +�BO�rHV8�(���}�����ȅV�#��Б� ��t�~0�c/�b#v�"����v ��ST��y5��R��bż%�[� +^�N�9�(����������;{�� 8m?@����������G��q*s�#;�X�t@B�L�J6�*u��o����{�M������_����{Yw)N�- g|:sz�~h���[7&�?�R$�) ��O�-hj�^}?l��M��N���F�mvdD8�(D+��l:]c2j,Y`M����8M˰��t�<z�O�X��aZ�:����k�^ +T.����t�̤&����&Me�t�a�����g_H�o) +�h��,��Q�*9K��>�Ȇ�7���SE*�M���R�sr휨T��v +y��,�3�@��)����0/�^b�Q��RI���ݨ��,�:\Ƞ�}�4�!P�><��!�r��ɬ��B.�I~^Uc��+G�pn�l��\J���s�&���:�\�YÔR����L�41�<�I�u�v�8j�5�!u?I]8֩���N�� Ɍ��썎QG�I�L�ES��B�ݎٜ���qD��P�u_�n +������"�(��%M����] ϾG� �ܛߢ��z�)+�Ԧv��O%��8]�Vt}%�zh��M�mkќJ�Q�N?�uM��m�}וj�~j0�̈�<��O����ۏ���$�y{Z%��R�Kʹ�y������|�Lc��3�:S�7�S��h��� )�8��ܭ�m.����ӧ��y�6���x�BP���^��RB��l�����(�ߙyR�K6�j���J��$g�f�ɤ���<T$ol;*4���b�^"����0D$�����!dA�#�̄�;��8�F��Mj�ze*���vV��W��]�JKQ�R� �)r/"�} 1){ڇQ]��]���.V�Eݲm�qFB��r��ZQ�O���li;��M�ę.g&۪��wtY�SE� �O��e[ȇA�u�l$��'���=z�X� V�u��Z7�5�0��K�o L*�̣�+�`�c�+��%���e��$ؚ�����=]�" �j��+��qg u+�2��~��̝~� +rrcF.��M +��<=�!/�ц�!&��N3t6�0~Q���(&>i�>u�qm#:z��paa���Gځ��Evx�L��uJ`՜�֟~b�o�I�g�*��_���_e~湽IY#M��{A��z�Qendstream +endobj +4377 0 obj << +/Type /Page +/Contents 4378 0 R +/Resources 4376 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4307 0 R +>> endobj +4379 0 obj << +/D [4377 0 R /XYZ 71.731 729.2652 null] +>> endobj +4380 0 obj << +/D [4377 0 R /XYZ 71.731 741.2204 null] +>> endobj +790 0 obj << +/D [4377 0 R /XYZ 364.5094 708.3437 null] +>> endobj +4381 0 obj << +/D [4377 0 R /XYZ 71.731 699.7062 null] +>> endobj +1843 0 obj << +/D [4377 0 R /XYZ 71.731 656.3737 null] +>> endobj +794 0 obj << +/D [4377 0 R /XYZ 295.6245 623.0635 null] +>> endobj +4382 0 obj << +/D [4377 0 R /XYZ 71.731 614.426 null] +>> endobj +1844 0 obj << +/D [4377 0 R /XYZ 71.731 558.142 null] +>> endobj +798 0 obj << +/D [4377 0 R /XYZ 378.198 524.8319 null] +>> endobj +4383 0 obj << +/D [4377 0 R /XYZ 71.731 516.1944 null] +>> endobj +1845 0 obj << +/D [4377 0 R /XYZ 71.731 472.8618 null] +>> endobj +802 0 obj << +/D [4377 0 R /XYZ 288.5111 439.5516 null] +>> endobj +4384 0 obj << +/D [4377 0 R /XYZ 71.731 430.9141 null] +>> endobj +1846 0 obj << +/D [4377 0 R /XYZ 71.731 389.6389 null] +>> endobj +806 0 obj << +/D [4377 0 R /XYZ 259.0781 354.2714 null] +>> endobj +4385 0 obj << +/D [4377 0 R /XYZ 71.731 345.6339 null] +>> endobj +4386 0 obj << +/D [4377 0 R /XYZ 71.731 304.3587 null] +>> endobj +1847 0 obj << +/D [4377 0 R /XYZ 71.731 271.4172 null] +>> endobj +810 0 obj << +/D [4377 0 R /XYZ 240.4757 238.1071 null] +>> endobj +4387 0 obj << +/D [4377 0 R /XYZ 71.731 229.4696 null] +>> endobj +1848 0 obj << +/D [4377 0 R /XYZ 71.731 179.1632 null] +>> endobj +814 0 obj << +/D [4377 0 R /XYZ 223.8447 136.0657 null] +>> endobj +4388 0 obj << +/D [4377 0 R /XYZ 71.731 123.8945 null] +>> endobj +1849 0 obj << +/D [4377 0 R /XYZ 71.731 112.3497 null] +>> endobj +4376 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4391 0 obj << +/Length 1932 +/Filter /FlateDecode +>> +stream +xڕk��6�{E�/s����$��X{ݣC��+������^m˵�˲_?R�'�v8SER|+�,��p� +�U�h�GY���Y0���O�B&Y2�rJ������q<���,�f��Y�~����*��u�g��{����b�����}��vG��a�OU�b����g?B�x�o������TOu��Y��q�E���f���I@����Q���{��o0��ڏ՟A��T�E���jr�`��?���2�_F���U���hZ�^"�y]-��pF.�����jI���:2�{���=�'��U1���ziJ�^��wW���R�����ۄ�)�P�f����+��T9�7 #������j��^��G�~I��4��!M�`�l���>�a�I"-�w�5��0�%�\��,H�z�O�'F�#t����G�Q=���t���}Θ��=/��n�����"K=���7��w��vs���m[��f��Ұ[�FV�C����ӡ��T8�M��YvY�%�w���&�d���^������R��LmDۺD�Ⱦ����z�����{��%�0��tdB�đ�b���Ql��+�6�%�"��d_b.�yy�J�(� �Um��N�U�����A�)���Zj�dk] ��F�x��J����;���������Pc�R���l�`�^���@K`' �4}� +� ���;��� �9���<X�6CG:v��F~�TC]� ��g{,���9˚�d�U�9�cl�%JgV��R��iA�a��*6,'<T���jZ[�6������>7���X�q6���[ʭ�_�!t�5ȉ����m�P�w�%�YH#�ާ.4�@}:E6���IJ��ǼAt�"eE�v"�Ȃ�A�i�Q(���c���R�V,'��N;�y��姡�%�d��� �um_i[�I�4�@��DCP'��T���諚 �pA��A�ll곰���%�[�l���$�ox��i���V�z�{�,e�_���s5� +��_QF�.B�6�YS/�ﵳ��՞:ˬoT�S�_�fzQL4Z��O}*�������Т�M�dhy��%L�g` c^'[}B_+�YH+��9ʮ�1<%A�V���UI���[B[��[��>|Y}w�-�؈QwX@�����EQ����no�W�$�N�� -�b��I$���;��pTa�J���c��hE�ꩫM�*�<M]۪ �TU��8�ٞA��+�~�] �F���N��B�'3��]K����V4��d����4���4���vdD@�x��d���)K�@]`�N��v��x�کu�����Ζ���<LЋ��ׯ��Ý9��^z�h��r�X� "�q�9�|�i��s�:h�{��F��omUֳw ��=�tS?e �4��$X3x��*E��s�Q5�'���b!���(�*��a{w{����{�<���Юɞ�� x���`SZb;� ��O;�����U�^�f2�2��и��&7��O�2R�I�9�4&#~��v�+ ���)�@8ۃz)���oۓ� +��(�',�N�����V��p �=����W ���-�)�pó7�7%&>��{�Iy�OqA�^֔4e՝KN~�^�b�d���}��!�w��X��X��Vb!p-�$�%�-��� ��a�FGh�X"� Q��O�2J�e� #�^��jZ�%Pe@hr����AԚ��q���5 )�t�r�W*̤8iF���\ة2pCg��JNM���~љ������0�m���D��!�"�ʸy��0)�*�D >f�ALH�;V���TCg.>Ɣu�0��+`�9Ⱦ�Z��w�(X�� +�*sC�r<���tӋ-y;�����3�#��_����d���l���&4O�K������ -�J?�����\�Yrendstream +endobj +4390 0 obj << +/Type /Page +/Contents 4391 0 R +/Resources 4389 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4307 0 R +>> endobj +4392 0 obj << +/D [4390 0 R /XYZ 71.731 729.2652 null] +>> endobj +4393 0 obj << +/D [4390 0 R /XYZ 71.731 741.2204 null] +>> endobj +818 0 obj << +/D [4390 0 R /XYZ 223.5692 707.8408 null] +>> endobj +4394 0 obj << +/D [4390 0 R /XYZ 71.731 700.4885 null] +>> endobj +4395 0 obj << +/D [4390 0 R /XYZ 282.4959 661.8134 null] +>> endobj +4396 0 obj << +/D [4390 0 R /XYZ 71.731 641.5893 null] +>> endobj +4397 0 obj << +/D [4390 0 R /XYZ 71.731 553.7945 null] +>> endobj +1850 0 obj << +/D [4390 0 R /XYZ 71.731 522.9103 null] +>> endobj +822 0 obj << +/D [4390 0 R /XYZ 185.7387 483.6375 null] +>> endobj +4398 0 obj << +/D [4390 0 R /XYZ 71.731 476.2852 null] +>> endobj +4399 0 obj << +/D [4390 0 R /XYZ 71.731 404.5691 null] +>> endobj +1851 0 obj << +/D [4390 0 R /XYZ 71.731 375.7422 null] +>> endobj +826 0 obj << +/D [4390 0 R /XYZ 331.4799 336.4694 null] +>> endobj +4400 0 obj << +/D [4390 0 R /XYZ 71.731 326.1044 null] +>> endobj +1852 0 obj << +/D [4390 0 R /XYZ 71.731 296.2553 null] +>> endobj +830 0 obj << +/D [4390 0 R /XYZ 229.9103 259.0397 null] +>> endobj +4401 0 obj << +/D [4390 0 R /XYZ 71.731 248.897 null] +>> endobj +4402 0 obj << +/D [4390 0 R /XYZ 101.1818 238.9152 null] +>> endobj +4403 0 obj << +/D [4390 0 R /XYZ 71.731 220.8829 null] +>> endobj +1853 0 obj << +/D [4390 0 R /XYZ 71.731 165.0274 null] +>> endobj +4389 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4406 0 obj << +/Length 2743 +/Filter /FlateDecode +>> +stream +xڝks���� +�����X�)�����8s���If�t:�I�Q$���|���� Ґ�v�x,�{!��ϟ����� �n���l{z��0��;�A��4��?����a8[��$HfO�Y�n���Y�*�W���?�ǬjE�X���.}idq�����M�y���ӏ���M�0u�+�|���5mA8�S7������b7��T��k�']9O�$��XyN�m��|&"a����@Y��V�� +����2��8^ +�/����2�}��XRc#��p��ڣ�ơ.���M%���Ď�7/�?� l��E"�b�h���&����#�����c�Qdۭh���Y�"�Z��BB�]���~�c?R��(A�x�RgF�n����؉l��B0@V�!ؕv�.�� H~������)�Cs3A�oW�%��E�Ā�)�D�R�dh��F�1�� +�[�n�!������;������=� hJ�%+�Y�Y�qŔ�{�hT64J<����v�in_�'ރ��p.���<c��r˲���V��=-�ءsD��H�%��کm��/k�2-В�N���]���*u�(�T��AUIJ� ��v��x�v����m���iךý��*�Ot`��� +�=Q��_��*aMͿ��=H�}X��8�|^Reeo<'��4 }�J���%�b� 5���5�עD�������I�R�J8�6U.[ơ\(G�v��*Vg�H�Ne�Y��FN�yl�p�P���;�f2o�j +���c����ؤN�E�&zM����ĭB��G2����c��ן>��n���LJO0�9��}��1��0T�S&%pj\�'�,>\����k��@�Ʒ�6�5Wz�7Q�. =5�$h8�ӭM�+QV����/T�7;,b'�̐}Y�Tr�x��]�=5��3x{f�t;-%x����dyڬz�u��6����|���x��eEE +p/��a����(�:��Q��B[�l�x�WX��)X��p ߺ�����}l(�S��i˓2q����F���0Jh����},Ek$78nX;s��i�39�Z1h2R�ڗ%�h;. <M}��j@��]��7������Ee�f��["7���/4\�a +�=[|f����'o� ,��m|o�� ӝ�$�<A�ِ��1+��� *� RDd]��Bނ�k۶G��4��x5�}7 +��bXnQ���̥�n�ȷbg��1r��K�[N� ��J�p�+�M�a:&B��;,��C�I�BU e�ꐼ�^^�>�,����F�-����k�;I;����n���v}zBz8�k�q*\��(M.2ʀ9�' s�M���s�B�k&��ԁ��H�J��4�Vr���my:)�2��"����Q��9I�(�X�/�dK�%}����7��.Ha�O@F��F��a�f�*��m��y�Ӈ?���(�>g�i7Û���� +�z;8Y����;m��F���{���S7�A-Y�6��b�n���rh��D tU-[�A-4Xd�$���.�ftYG|[c�o1�������b6��j��ym�9�E�-�l�#+��y3��$����3���O]�e�7��B��&��� + �O +����g�nc2����@bQ�9���YK-�$���I7�����d[�`T���l4��$[�u���'J6{22!��4�4���T�t�&4������� �S���w�-J�;��Y) C��W��Rj���R tUJ-[�AJ-4X��$�Ե�t���<f)��3��]=,?��C���5C!j�\��L��W���^�e�7\����D�^� ��iYnA�T CyV/�����u@��]�S�X��" ȇ�U+冹 ���e�RԈ���hl�p���)��F�A��r�)g�̖,�Sa�q^�Ne�F";R\��lD/6� ��Ms'��tNt�u��n.�� tVtz�k�c����hx-:#"��"�i��V���:����^a?<�:���+� lD�,4_�!`�&��F��r[���r���W���,�"�Y��������:�< t�y�-��< �D�j=��Kui��6B�`�D)+N|�@cAK�X�5L1���`���J�q��K�'�a�O ��m���Ԑ&����3���B���ol����:�|Z�?9�/%ǐ��j��ī'����hʼn����7>�hi���e�� �e��"Z&�qޙ��s.��T�M��7q�8/k�'S��S�� +!ap�W�Ѩ���)3p�����vb)R��C�M�K��=����04���|*e��oLk�T?ե��*+�f��-��rz���e�4��˥�*��-� �,ri�8��3]V���{'�"�Y�+2�d�@r�\�Zv����Q�����.�V�]�+Ig���0��k�8��ߪ���]�FH��u�MJ�����k� Ҭ����V;�ޠ����^-�ta�z�B��Poj�#8ѩ�{��~T�h�L��LS��M�Q �9��D'R�2<����BT��"�Q�4�:Ȏɥ�S5���7�,Z[Ы�j�Ҭ����N�Wy�N�w*;��ylO}M"U%=�k[_h4��Xgt8q����`�L�/}�t�g��W113.�ü������^ަG��p�O#��J�Ҵ� �l���#��c~4%�Vk�pNò�s�yqX�+?Y_~p`^� (R��V=&<u����e���;Qendstream +endobj +4405 0 obj << +/Type /Page +/Contents 4406 0 R +/Resources 4404 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4441 0 R +>> endobj +4407 0 obj << +/D [4405 0 R /XYZ 71.731 729.2652 null] +>> endobj +834 0 obj << +/D [4405 0 R /XYZ 319.3549 705.7477 null] +>> endobj +4408 0 obj << +/D [4405 0 R /XYZ 71.731 693.3097 null] +>> endobj +4409 0 obj << +/D [4405 0 R /XYZ 270.8616 684.1886 null] +>> endobj +4410 0 obj << +/D [4405 0 R /XYZ 341.5855 640.3529 null] +>> endobj +4411 0 obj << +/D [4405 0 R /XYZ 89.9163 627.4015 null] +>> endobj +4412 0 obj << +/D [4405 0 R /XYZ 71.731 607.3119 null] +>> endobj +1854 0 obj << +/D [4405 0 R /XYZ 71.731 576.4277 null] +>> endobj +838 0 obj << +/D [4405 0 R /XYZ 256.2435 533.3303 null] +>> endobj +4413 0 obj << +/D [4405 0 R /XYZ 71.731 524.5074 null] +>> endobj +1855 0 obj << +/D [4405 0 R /XYZ 71.731 496.6628 null] +>> endobj +842 0 obj << +/D [4405 0 R /XYZ 258.989 459.4473 null] +>> endobj +4414 0 obj << +/D [4405 0 R /XYZ 71.731 452.095 null] +>> endobj +4415 0 obj << +/D [4405 0 R /XYZ 71.731 437.166 null] +>> endobj +4416 0 obj << +/D [4405 0 R /XYZ 71.731 432.1846 null] +>> endobj +4417 0 obj << +/D [4405 0 R /XYZ 81.6937 411.4274 null] +>> endobj +4418 0 obj << +/D [4405 0 R /XYZ 71.731 409.2706 null] +>> endobj +4419 0 obj << +/D [4405 0 R /XYZ 81.6937 398.476 null] +>> endobj +4420 0 obj << +/D [4405 0 R /XYZ 71.731 383.3677 null] +>> endobj +4421 0 obj << +/D [4405 0 R /XYZ 81.6937 372.5731 null] +>> endobj +4422 0 obj << +/D [4405 0 R /XYZ 71.731 370.4163 null] +>> endobj +4423 0 obj << +/D [4405 0 R /XYZ 81.6937 359.6217 null] +>> endobj +4424 0 obj << +/D [4405 0 R /XYZ 71.731 344.5134 null] +>> endobj +4425 0 obj << +/D [4405 0 R /XYZ 81.6937 333.7188 null] +>> endobj +4426 0 obj << +/D [4405 0 R /XYZ 71.731 331.562 null] +>> endobj +4427 0 obj << +/D [4405 0 R /XYZ 81.6937 320.7674 null] +>> endobj +4428 0 obj << +/D [4405 0 R /XYZ 71.731 305.6591 null] +>> endobj +4429 0 obj << +/D [4405 0 R /XYZ 81.6937 294.8645 null] +>> endobj +4430 0 obj << +/D [4405 0 R /XYZ 71.731 292.7077 null] +>> endobj +4431 0 obj << +/D [4405 0 R /XYZ 81.6937 281.9131 null] +>> endobj +4432 0 obj << +/D [4405 0 R /XYZ 71.731 266.8048 null] +>> endobj +4433 0 obj << +/D [4405 0 R /XYZ 81.6937 256.0102 null] +>> endobj +4434 0 obj << +/D [4405 0 R /XYZ 71.731 240.9019 null] +>> endobj +4435 0 obj << +/D [4405 0 R /XYZ 81.6937 230.1073 null] +>> endobj +1951 0 obj << +/D [4405 0 R /XYZ 71.731 222.9692 null] +>> endobj +846 0 obj << +/D [4405 0 R /XYZ 243.8395 185.7537 null] +>> endobj +4436 0 obj << +/D [4405 0 R /XYZ 71.731 178.4013 null] +>> endobj +4437 0 obj << +/D [4405 0 R /XYZ 71.731 158.491 null] +>> endobj +4438 0 obj << +/D [4405 0 R /XYZ 317.3926 134.745 null] +>> endobj +4439 0 obj << +/D [4405 0 R /XYZ 232.3467 121.7935 null] +>> endobj +4440 0 obj << +/D [4405 0 R /XYZ 71.731 119.6367 null] +>> endobj +4404 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4444 0 obj << +/Length 2969 +/Filter /FlateDecode +>> +stream +xڝ�r���>_���*���c�4�S�Jm*�ڝ��9�bK�5E*l���W�!Q��僺�h� �4ho��H<' ���?������]�a��<AY�z��e���},2'��x��-� p�8�I�;i䥋M���!?��Y���]F��bt���n�_]���ߛ�|�~�3����R���d=֥l~�HA�8D�2ω�8X$n�a��h?֭��|?އ�ُ7�R��X�A� �Y^u�M۬<w��u��m^� ]��> &�tF ή��<j�V�'��yX���s]�:^�r��8}�d�~����xߟ��io� +X������C� +��7<�bmϺ�DCx���s��R�e��/*�P���]�:��a8�ztz��'�ꕷ�2̴��Hʴ�!D-��*_xa�"��\��7ì�hy+�E-�k\{Z��R5@&�P�#��`7+�JC�q�j�U�*����K�8�N�" U���"1v,?ݐ�c? +��u�0��9���:H@h�"�Qa5C�e��<q�>���/��D���A�Q��b꣪+���L[adT+r]� �=�����dh��;Y�t\`�쳐�d�pa���h^����px�2�� +�}:,j4�3O^�qH�y�2�� +�x��5�xB{ ��%D��nLlx�Uf*̔��8� �:#����t�=�K�zi�\�-�En��8D�*(��Ua����7��0L���Ύ���P˔j�5 +�:�&� ��*l�V�;�wg��r�X�$`]a��gu��B�|�? �`J7��i���8XF��c +vãi�'�=�z큃�)#&7w��T�VQ\��~���6n�D����t\��{���#��>i*�3� V�C1���1�6��U�쾆����~����h�+��"o��W1��!;V�1Ctw��.�ў>�$��KH�'UM��G��021 0��#CG��6���;�d��B���P�-�+%Wq���ߑ�w�B�2�xh!Zn_x�=���K�[�6[�ݱit�����#��z�9��+�w�ʜ��'��X&�HT����+�+ʲWK�WA�.]�z��蠄����Љ|7��w�;�=s 0�l�A�5��'u���%�M�,�rND�D���#.����I5���|�uY��6��a���VQ�ó�<L�l�dY�G�Qj +� n�7�r8#������_@/���\3���nb�u뎐���"�i���0��3����h��<4�����!#,�R-��q�L��w8xPJ� ����+������A�� �(;�+'L����s���9f�<rW\et��UD�u7�����(�(W2m/ۼ�`�$�w�kn4F��F=�[n4��m7���ҍ&B��bP\��d�\ +��Fb ��D���cbK}��@h}Ag� �$�muDZcĹ�}�������/$� ��t-ϙ���DK��v�%��(r�� _���uϰHoz��wxƌ3�1��U�柑3D�Pc痱�FJcK�=��>�� �e�!��nt�m��6p��^�p��Wp�%�w�R�ێ$�u��ٲ�!���� $T���H��2�ڤ�A�B�X�R� �q��vCt�L���� #�'c�'�s#~�%�'��y�Q�X��l߲3 f"��Q��8��a���܁�S�7��0k?vbx߾�3]�U�3��>*�e45L�I��ny� �O�2�u04}`�B��d�+�B�G%�-� +/�B�})�b��Ƿ4xD� +����F��j�wFN���Y7�<�%?�mǍ�D�� ���ny���a!xd�?�F����AoL�{zHG��⤱�$c���VLo,���njK^p��X:o1�lq`= �>��77r���0J2�7�>������!Z\�=��~�}L��r�is-�g�6�'���>{gr��p�}����pqj�m�!��X\�@x>�!�(���ԑc��C(���$8(tQݬ<���A�UͿ�&��'�D�0L�m>�p֣Q�mO.� +\���������oy����swX㰫Ha<!o�P5�p��#n��H�e 5m�9���4c��rx����!HQ��A�!�bh�V�����A?�/� +qXy��);��FI�����Z�?NC��7~���Je��ۥ� LXc7�ZlE��1a�D�1��Z��3��(Uo���0[���ե�H~�U���$ә���7g�Mj1c�1�y���SQ�z�;$�Cg�*��>�J��\��S�)��x����i���h�Tb�*�mJ4��&i�1~���-�9����U�AR(���K�r�s�3��G�9 �6�l�a�>y7P�a�]�D�V�T�X�E=FA�,��G����R +FG� ��[ہm��`����Q3FVy8�'!˦����S3�B��:���o.Q7kl5�}9Bo*��E W����p��w�� �w*o;�e���;��4�E�(L����v��X���;�rP����S�7�/^�� �y�ׅ)�g��gA�~�ca�:�QOn&XJ������Q���m���&���@b,��-9���YS���˪�϶>a�{�>�p��1��סط��:V7Qmf�M�O:0j�Qz�S�j[j��}�z5l��|�u�9�fו����71/�� H\y���dl�5ye�|H��[�SmPPY��`���J�7�#��|#���3����(}�K]�/��o>:<?M$�r�!k?hQC�E1��Px,yW�p(�}������4�χ� +�P��:�������\��ÄE�`]),��F8%��m ���מⷍ���IԑoZ�RJ>V�g��m$�1�]��2�}�M��s��� ���[�N��o�'��0���=%<d�\�ϑ��C���endstream +endobj +4443 0 obj << +/Type /Page +/Contents 4444 0 R +/Resources 4442 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4441 0 R +>> endobj +4445 0 obj << +/D [4443 0 R /XYZ 71.731 729.2652 null] +>> endobj +4446 0 obj << +/D [4443 0 R /XYZ 71.731 718.3063 null] +>> endobj +4447 0 obj << +/D [4443 0 R /XYZ 423.2461 708.3437 null] +>> endobj +4448 0 obj << +/D [4443 0 R /XYZ 71.731 657.1357 null] +>> endobj +4449 0 obj << +/D [4443 0 R /XYZ 205.0582 644.1843 null] +>> endobj +4450 0 obj << +/D [4443 0 R /XYZ 429.4863 644.1843 null] +>> endobj +4451 0 obj << +/D [4443 0 R /XYZ 71.731 611.1433 null] +>> endobj +4452 0 obj << +/D [4443 0 R /XYZ 475.4481 600.3487 null] +>> endobj +4453 0 obj << +/D [4443 0 R /XYZ 71.731 559.3376 null] +>> endobj +4454 0 obj << +/D [4443 0 R /XYZ 71.731 554.3562 null] +>> endobj +4455 0 obj << +/D [4443 0 R /XYZ 81.6937 533.599 null] +>> endobj +4456 0 obj << +/D [4443 0 R /XYZ 491.5075 533.599 null] +>> endobj +4457 0 obj << +/D [4443 0 R /XYZ 71.731 520.548 null] +>> endobj +4458 0 obj << +/D [4443 0 R /XYZ 81.6937 507.6961 null] +>> endobj +4459 0 obj << +/D [4443 0 R /XYZ 139.5162 494.7447 null] +>> endobj +4460 0 obj << +/D [4443 0 R /XYZ 71.731 492.5879 null] +>> endobj +4461 0 obj << +/D [4443 0 R /XYZ 81.6937 481.7933 null] +>> endobj +4462 0 obj << +/D [4443 0 R /XYZ 478.2916 481.7933 null] +>> endobj +4463 0 obj << +/D [4443 0 R /XYZ 71.731 466.685 null] +>> endobj +4464 0 obj << +/D [4443 0 R /XYZ 81.6937 455.8904 null] +>> endobj +4465 0 obj << +/D [4443 0 R /XYZ 373.716 455.8904 null] +>> endobj +4466 0 obj << +/D [4443 0 R /XYZ 71.731 453.7336 null] +>> endobj +4467 0 obj << +/D [4443 0 R /XYZ 81.6937 442.939 null] +>> endobj +4468 0 obj << +/D [4443 0 R /XYZ 511.1135 442.939 null] +>> endobj +4469 0 obj << +/D [4443 0 R /XYZ 71.731 427.8307 null] +>> endobj +4470 0 obj << +/D [4443 0 R /XYZ 71.731 412.8867 null] +>> endobj +4471 0 obj << +/D [4443 0 R /XYZ 71.731 375.4919 null] +>> endobj +4472 0 obj << +/D [4443 0 R /XYZ 339.0302 323.6862 null] +>> endobj +4473 0 obj << +/D [4443 0 R /XYZ 96.6374 297.7833 null] +>> endobj +4474 0 obj << +/D [4443 0 R /XYZ 276.3221 297.7833 null] +>> endobj +4475 0 obj << +/D [4443 0 R /XYZ 71.731 295.6265 null] +>> endobj +4476 0 obj << +/D [4443 0 R /XYZ 71.731 280.6825 null] +>> endobj +4477 0 obj << +/D [4443 0 R /XYZ 187.6784 271.1831 null] +>> endobj +4478 0 obj << +/D [4443 0 R /XYZ 71.731 219.9751 null] +>> endobj +4479 0 obj << +/D [4443 0 R /XYZ 184.7759 207.0237 null] +>> endobj +4480 0 obj << +/D [4443 0 R /XYZ 71.731 166.0125 null] +>> endobj +4481 0 obj << +/D [4443 0 R /XYZ 71.731 151.0686 null] +>> endobj +4442 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4484 0 obj << +/Length 1783 +/Filter /FlateDecode +>> +stream +xڵXY��6~ϯ0�R�e$R�cR$E����-Z��jdIՑ�����e�Wv�-��C�9>�E+~�* D�`���q$W�����§_Lr�4�s���^�Wj��,����q*%Te�DI�FA�z(~�~��v0��^F� ?�e����q�OYUz���O��=LB#��,�75���u��L7g�� +��j�N����#o�QA�Ue?���e�c� ;CH�>iO˯������-�shF� �������N�ɩ��%E(��.���G9Ȉf�f~�f�[ß6k�{�v�� +���)�(-:ϛ��������u��C����l�4��ZXU�s�<Ф�%@�3yٖ��C����iݴV�h �0�rU��U� �k�%�,X�*�K�D��n���ozD���.��P�Aܙ�����I_2�,�_�G�*���y�74��6N��f-���I7�n�9�TM���aBT/G�X�N$�fgXvg4x�݉H]������u�<eo��2M��ǔ}�6�]3��W�њ%�����=����tgP!{�;�iu����P���z�T!��U�ª�]P�mX�. +Gi��P���t����0����y��q�:�����Ԃy�ٛMShE��=�ljHc�-�Q�G�*rܱ> �B��sz�j�Za,<ɬ8"��x�����rf����d����M(}_nk�`�4vY��-U�m]�7T9ㅚܱd�`H��t��֡8M��aJC�Tw���7�f�]����FΗ6��G&�BQ�'���"��������c�.k[�G[�jxr�9O��F3J!0�u�|�E4�+����Y<5g�S��1g��T滘��N�6�ҩ��l��2�#X�F[)R����ݹ���r-X�����Pؘ���G\��3=��y���hV"�R�{����� M>v�p���l�a����0P��֏`t6#'聚{�2~0�,3��F,����?vt=��L�P�I��4�4��*����%tn��C�Q�����F��=Ř�c�di�L����L[$\��#�@ըii�F��~�o�YpJoo��r!��ш���s �O.q�+:�75*�>LK�5?F�$�jg�K�@��BS�7Uq�-�f�9X!cU�5��BCU֟� +R�rc��$�܍?��a�3U�/9��Չ���؎A��ʿt��9�Y$fI�t��Dηs�QS72���eZNG�����ܕ.[7��8�����8��mgJҩ)�O +������eRw/�c>�7���<zAFpO����W�k�ay�P�7J7���:�<A�� +�ʥ��{γ�T�H��E�)���� T/݇ʄ +\v�Ტΰ$z}����=�.Y�L<����"Pj7֘ D��4���R�!ݞt��Sa""'�)��O`:�v:���2H ��8�7!Y �(VG�����(s���)L�7f�y����wz�"�ZD #�D AX��>����PA�1`Q�a��"N����q������E�@व���µ6�!�6�л��O�w&~��P���#� ��\s��ᚨ�/�zS=~�~,��\d��"3�xG�4d �`)p5k8�o�?�q�|j;���� +2A� �Cf��:2�Ӑ��lv�r`A���R��sb�;�+��J(�9�fo�䨞T��\������a尠.ƶ�bnBf���q��DQ����8ހ�Q=6�f�� +Z�-�a��%G�`j��4����D�h����d +�(7� +uOҫ�0_�/���endstream +endobj +4483 0 obj << +/Type /Page +/Contents 4484 0 R +/Resources 4482 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4441 0 R +/Annots [ 4492 0 R ] +>> endobj +4492 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [461.7553 601.8581 521.8353 612.762] +/Subtype /Link +/A << /S /GoTo /D (groups) >> +>> endobj +4485 0 obj << +/D [4483 0 R /XYZ 71.731 729.2652 null] +>> endobj +4486 0 obj << +/D [4483 0 R /XYZ 71.731 741.2204 null] +>> endobj +4487 0 obj << +/D [4483 0 R /XYZ 71.731 718.3063 null] +>> endobj +4488 0 obj << +/D [4483 0 R /XYZ 164.9444 708.3437 null] +>> endobj +4489 0 obj << +/D [4483 0 R /XYZ 368.7175 708.3437 null] +>> endobj +4490 0 obj << +/D [4483 0 R /XYZ 273.8015 695.3923 null] +>> endobj +1952 0 obj << +/D [4483 0 R /XYZ 71.731 688.2541 null] +>> endobj +850 0 obj << +/D [4483 0 R /XYZ 228.9919 651.0386 null] +>> endobj +4491 0 obj << +/D [4483 0 R /XYZ 71.731 643.6863 null] +>> endobj +1953 0 obj << +/D [4483 0 R /XYZ 71.731 584.9216 null] +>> endobj +854 0 obj << +/D [4483 0 R /XYZ 258.6885 547.7061 null] +>> endobj +4493 0 obj << +/D [4483 0 R /XYZ 71.731 540.3538 null] +>> endobj +4494 0 obj << +/D [4483 0 R /XYZ 406.4083 514.6301 null] +>> endobj +4495 0 obj << +/D [4483 0 R /XYZ 512.6778 514.6301 null] +>> endobj +1954 0 obj << +/D [4483 0 R /XYZ 71.731 481.5891 null] +>> endobj +858 0 obj << +/D [4483 0 R /XYZ 204.4744 444.3736 null] +>> endobj +4496 0 obj << +/D [4483 0 R /XYZ 71.731 437.0213 null] +>> endobj +4497 0 obj << +/D [4483 0 R /XYZ 71.731 417.1109 null] +>> endobj +4498 0 obj << +/D [4483 0 R /XYZ 308.5793 406.3163 null] +>> endobj +4499 0 obj << +/D [4483 0 R /XYZ 71.731 393.2653 null] +>> endobj +4500 0 obj << +/D [4483 0 R /XYZ 71.731 378.3214 null] +>> endobj +4501 0 obj << +/D [4483 0 R /XYZ 71.731 365.3699 null] +>> endobj +4502 0 obj << +/D [4483 0 R /XYZ 91.6563 347.5367 null] +>> endobj +4503 0 obj << +/D [4483 0 R /XYZ 71.731 337.4745 null] +>> endobj +4504 0 obj << +/D [4483 0 R /XYZ 71.731 323.4421 null] +>> endobj +4505 0 obj << +/D [4483 0 R /XYZ 91.6563 306.6899 null] +>> endobj +4506 0 obj << +/D [4483 0 R /XYZ 71.731 294.5704 null] +>> endobj +4507 0 obj << +/D [4483 0 R /XYZ 71.731 282.5953 null] +>> endobj +4508 0 obj << +/D [4483 0 R /XYZ 91.6563 265.8431 null] +>> endobj +4509 0 obj << +/D [4483 0 R /XYZ 71.731 253.7236 null] +>> endobj +4510 0 obj << +/D [4483 0 R /XYZ 71.731 241.7484 null] +>> endobj +4511 0 obj << +/D [4483 0 R /XYZ 91.6563 224.9962 null] +>> endobj +4512 0 obj << +/D [4483 0 R /XYZ 71.731 212.8768 null] +>> endobj +4513 0 obj << +/D [4483 0 R /XYZ 71.731 199.9253 null] +>> endobj +4514 0 obj << +/D [4483 0 R /XYZ 91.6563 184.1494 null] +>> endobj +4515 0 obj << +/D [4483 0 R /XYZ 71.731 172.03 null] +>> endobj +4516 0 obj << +/D [4483 0 R /XYZ 71.731 161.1358 null] +>> endobj +4517 0 obj << +/D [4483 0 R /XYZ 91.6563 143.3026 null] +>> endobj +4518 0 obj << +/D [4483 0 R /XYZ 71.731 131.1831 null] +>> endobj +4519 0 obj << +/D [4483 0 R /XYZ 71.731 118.2317 null] +>> endobj +4520 0 obj << +/D [4483 0 R /XYZ 91.6563 102.4558 null] +>> endobj +4482 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4523 0 obj << +/Length 1808 +/Filter /FlateDecode +>> +stream +xڵXK��6��0r���zQ�A���#h�-���E�Ddɐ�8�_��P�my76�A��p8�8/:���fi �>a.�D����ʟ�a��U�"�Y��n�n�D�,y&���,�"%2��Q(2d�����F�:����=)��Gk�5����S�j���OW�����(y����:�-LG��S����(����t�������tw�Or_ā�O��8�S Gs���X�a��c��f�Hd ���?V�Y�N�ؾuh.UE��(U�D��h���C]��c�l�h�C�qƲTmkP�3uu�82��gDe��T��ס�l4�_Ӡ�m������������3�A�����t�]��. ���i|.'�M��O�NQ���{8 Y7�%�d��,���!6�x�^�["6��S���� +S�Q�`�4>����9��´��Ê��Sw���N5j{ �8KD�&���0�x�^�+�f��5�z�Iw���I4�`�$�M|�! d#���ߑX��B)b?� �Ro���fn4Q�Z�����F3Ѡ v� �C,��.;_��G���}%����~.x)��a����Ϊ�8i�Z��s�f��xK�i2��^j1��wٹ6��^�$">�J�%!C<aC/�� ��І��T�����)A���,��H��w��W�{�% ��gH�ؑ��!eN���c�m/���m4m�USЈ[�Ҵ�5-y�o���<$�~�!W=�P���OF��s�F7�ݑH�q+h��F��R9�l��D�)@�<l�rCõ��>��Z�CDH=�sOaV(�� �9X�d�u- �EI��c�oa���c�� �^�:u�Z��OStk���8Ɏ,�ᮬ�EK,nC�@�Y�K{�h��N,�`�"Ds����l����.CC���GQ.�4�לt�i�85E�+J�tgDΨ�>�(+��d{�a���<j��]����Bz-�=�y� �ǜ���k�q�� 1�~����E�En�z^b�uM"�[B�u�vpͪ�a9�.����{�D0va�b�**-����mC������N;����R�xj�%�7�W����&� �H��˲���e����[Ч��<�P�_���>�u{4������O{�x���{0��I߰� ]9��#)p�)�w�r�F>�^�-t'vZ^q��8�\�ugsQ2�|��ago� ^��Ä�v�0L��(C�@rM-`��4p,7�����<L���(��P�L�?�yY����p�n�l����Ե�;�r[o-f���T`� PLq�9d�̽�&�S��.F��(��i̗��l4I�Yo���\��8�p��e�j�Q�Kײ�v�lkb�5�質����Ѣ�|Ya��6�����2N�L5}Ob8�}ٙ�k�͖#v�_��Ӟ����k�(x���p"�A�YmA#OQ %6~˂Ƚ�i ����Hٖ�k^��a���P�#�VŃʿ��,^��55/�5u�_v/�:���yJpQ�<�L����7�c��z +!Eu}���y{|؝RDsM>ݨ������mX������Ƚ[6B�������t���e�(9϶�<ʶ$���&$H����>�x�VW��� +���E.G.G�L�31�P^����0�X�-`�n����`���3�f���s�a��HdX5K��TQha�k ���(��"Y: �)��xw���#E��Ԃ�M{�$o�3�G�塺�H�I�gT�S�\�G6�@.)f.?�E$����d���!>��ׄ����o'6�Y���endstream +endobj +4522 0 obj << +/Type /Page +/Contents 4523 0 R +/Resources 4521 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4441 0 R +/Annots [ 4544 0 R ] +>> endobj +4544 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [477.0161 456.5853 523.8667 467.1676] +/Subtype /Link +/A << /S /GoTo /D (cust-change-permissions) >> +>> endobj +4524 0 obj << +/D [4522 0 R /XYZ 71.731 729.2652 null] +>> endobj +1957 0 obj << +/D [4522 0 R /XYZ 71.731 741.2204 null] +>> endobj +4525 0 obj << +/D [4522 0 R /XYZ 71.731 718.3063 null] +>> endobj +4526 0 obj << +/D [4522 0 R /XYZ 71.731 706.1869 null] +>> endobj +4527 0 obj << +/D [4522 0 R /XYZ 91.6563 690.4109 null] +>> endobj +4528 0 obj << +/D [4522 0 R /XYZ 71.731 667.3973 null] +>> endobj +4529 0 obj << +/D [4522 0 R /XYZ 91.6563 649.5641 null] +>> endobj +4530 0 obj << +/D [4522 0 R /XYZ 71.731 637.4447 null] +>> endobj +4531 0 obj << +/D [4522 0 R /XYZ 71.731 624.4932 null] +>> endobj +4532 0 obj << +/D [4522 0 R /XYZ 91.6563 608.7173 null] +>> endobj +4533 0 obj << +/D [4522 0 R /XYZ 71.731 596.5978 null] +>> endobj +4534 0 obj << +/D [4522 0 R /XYZ 71.731 583.6464 null] +>> endobj +4535 0 obj << +/D [4522 0 R /XYZ 91.6563 567.8705 null] +>> endobj +4536 0 obj << +/D [4522 0 R /XYZ 71.731 555.751 null] +>> endobj +4537 0 obj << +/D [4522 0 R /XYZ 71.731 544.8569 null] +>> endobj +4538 0 obj << +/D [4522 0 R /XYZ 91.6563 527.0236 null] +>> endobj +4539 0 obj << +/D [4522 0 R /XYZ 71.731 516.9615 null] +>> endobj +4540 0 obj << +/D [4522 0 R /XYZ 71.731 501.9527 null] +>> endobj +4541 0 obj << +/D [4522 0 R /XYZ 91.6563 486.1768 null] +>> endobj +4542 0 obj << +/D [4522 0 R /XYZ 71.731 484.02 null] +>> endobj +4543 0 obj << +/D [4522 0 R /XYZ 71.731 469.076 null] +>> endobj +1955 0 obj << +/D [4522 0 R /XYZ 71.731 421.7185 null] +>> endobj +862 0 obj << +/D [4522 0 R /XYZ 275.2321 376.4642 null] +>> endobj +4545 0 obj << +/D [4522 0 R /XYZ 71.731 364.293 null] +>> endobj +1956 0 obj << +/D [4522 0 R /XYZ 71.731 327.219 null] +>> endobj +866 0 obj << +/D [4522 0 R /XYZ 174.0752 289.6299 null] +>> endobj +4546 0 obj << +/D [4522 0 R /XYZ 71.731 279.4872 null] +>> endobj +4547 0 obj << +/D [4522 0 R /XYZ 71.731 262.3672 null] +>> endobj +4548 0 obj << +/D [4522 0 R /XYZ 71.731 220.5889 null] +>> endobj +4549 0 obj << +/D [4522 0 R /XYZ 71.731 174.6959 null] +>> endobj +4550 0 obj << +/D [4522 0 R /XYZ 71.731 143.8118 null] +>> endobj +4521 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4553 0 obj << +/Length 2612 +/Filter /FlateDecode +>> +stream +xڕ�n����_!��3���}l����P`XKY �桇�!�!'<�������C��@��]]]]]w�x7.�y7��$|����ȿ��oܛ#,�������H??��˧ �ɜ,�㛧�MNG�M�Ny��S��͇���������D�ޕ���?�?˪R�=���ݓ=4 +'K��9�X/y� o�n�a�g���B�m[�ݨ���8�7��;�����Jժo��_������!�I�G���$��O5��RyV�<,���~]0�gzA���?�>�e�b�8���d筬����P� ���;Y�y�J������ ������7^}�/� +a�h#�����h��d�T3��w�#������=���U��^�m�yF�%N���W�~em�&��B�j�:�;���*�|UXY�A[���A�ɇ��uO�ӓ�x�?�Q�Ԃ�oê������,x;�<TPX��)����^�b8?�wRxQ� C�Z�L��r�����\��5�v۔ă>%$_8��Vs�F���@���1�o�VwM5�eS� f_���M1�d����x���m�h��BU9��4�E,:����,��]0ql$w���u��]C��&Pi~�y�<eU��ȅA��2� ��禕-j�=c���CG=��j�y_,������n\��4jc�a���2���GF�H� +M�I��>���i��1L���q�����Q�;1���_�^���a8A�!������A�C�v���a<p9���V�{(IB�`C�*�e]v}Kj�v����t��b#���Qq�i������﹗�sE/$A���1T�����ZBoI�;#���8���7��h:<z>i���G_yf����� ES˨k�p���wVW��a̱�=Y��(����T0/�T%Q�;�Q<5��������P�ð��ЖE�G>��Zs\��wܢ!��%I���3�iK-���a�~�.G?����kр�|�F<��R��45��Y��֣�_:p2��r��I��V�>�L% i�Ԝ/��HxD���x\^�vͭ9]�6����$�Zj�Z��at0���cR7�I8"rJ{_��S�K��@�5Y)ԓAX)�s�I8Fb�K�H�\�|d#�<�[�)��`��{�U��n������X��I9qeo#��{I�X9��.��Q��B��("3V3�E]]-v),孖�6?w�鄁�#;t�t� g�c�E��8IdH� +Z3�\,�K��B�K�߱VʲŮ[j��Y�ؓ�]+�hޞ�ee��F�p{����\����uc�����$W�e�L���.����l656���R�T����+�ԵR��u ]hY�!c?��B���p0XD@�� +9��D v�|1�x��� �:�iG���`r���C�,�3"��IZ��$*Ifx�$�� {I����|<N��7)��km6�6x��9���Uɾ���4�ZUw�=�}Q��i�����3l������侞��Xt�Ú�%`AdfCo<��V q#=q��f|&�Wj�+���zR ��+A[�T(�k$*���x +[��Ꮵ+��{�rBw�U�����,xk���Z���-�"����n�j������]]3T�{�90�l�Xl)��Zt�m���6_�>Ctr7��}�e�ow_�?��}\4v>?<20b�Q�e�2*��z��H���T�j�YM�ٛ�x�-��m2�e��b�8�d[/s�p�4����*�8@��L�%�!A�����H�(�\2���|�ѕ�L��xd싷3���:�;OwA���7�FV�!G}��W}�� 8��P����r�k��h��rK= ө��)��-����Vr�q�^Uoy.�6"KIi�I].ZQbN�B=��0�7}O�,����"���Ὤ����I=�I=E�N����Z�ۙ Œ��v��;� Y�˽c4?0D鬾�LGKa 8&���j<�.��<�2�oEH�?�n{�n�r�V����W<< ����ux`C ̡�(��3Ql\F,qK(�p*�'ij�(1�Z�6.�5V���<ю�|4C!�Jhi�o.�&$0�c��x+��:y�{�fQ��������+u;�}{�aj�i�vM$�i�Z�bObr���"P,��X���pN��@b��0F������[(Όhm�pr|�x��r:)>�5��� �I���W��E��eqv�Z�Q-�y�nE��6��8�c���G�>�t0��ʙڬ�Y��rN��4�/�;�Pm;kJ���u]�S:A�Ęc+zdF��?���O'��Jy6_/U>��ǡ�aL�c�>���i�&m�JU��S/��ׄ�ĝ���ʛ=����G�D�4�=yb{r�[�]���k�C2�41"���)���G[�=6M�}��c�����1��Z!i_;{G!�ř�o��6� =7�SZ��,O&q6����f�e��6@ +�ɬ)��1_n�_P�T�R��]�q��D�gּ��R���odJz~�Y�"3����sf��Y� (?ᅩ�zq���)'8/����q�,��P&����+�����endstream +endobj +4552 0 obj << +/Type /Page +/Contents 4553 0 R +/Resources 4551 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4441 0 R +>> endobj +4554 0 obj << +/D [4552 0 R /XYZ 71.731 729.2652 null] +>> endobj +870 0 obj << +/D [4552 0 R /XYZ 165.3097 651.0386 null] +>> endobj +4555 0 obj << +/D [4552 0 R /XYZ 71.731 643.6863 null] +>> endobj +4556 0 obj << +/D [4552 0 R /XYZ 71.731 623.7759 null] +>> endobj +4557 0 obj << +/D [4552 0 R /XYZ 71.731 574.0275 null] +>> endobj +4558 0 obj << +/D [4552 0 R /XYZ 71.731 559.0835 null] +>> endobj +4559 0 obj << +/D [4552 0 R /XYZ 71.731 507.9751 null] +>> endobj +4560 0 obj << +/D [4552 0 R /XYZ 71.731 461.9826 null] +>> endobj +1958 0 obj << +/D [4552 0 R /XYZ 71.731 412.2342 null] +>> endobj +874 0 obj << +/D [4552 0 R /XYZ 211.4968 377.863 null] +>> endobj +4561 0 obj << +/D [4552 0 R /XYZ 71.731 369.2255 null] +>> endobj +4562 0 obj << +/D [4552 0 R /XYZ 71.731 312.9415 null] +>> endobj +4563 0 obj << +/D [4552 0 R /XYZ 71.731 269.1059 null] +>> endobj +4564 0 obj << +/D [4552 0 R /XYZ 71.731 238.2217 null] +>> endobj +4565 0 obj << +/D [4552 0 R /XYZ 71.731 207.3376 null] +>> endobj +1959 0 obj << +/D [4552 0 R /XYZ 71.731 189.4048 null] +>> endobj +878 0 obj << +/D [4552 0 R /XYZ 255.5989 156.0946 null] +>> endobj +4566 0 obj << +/D [4552 0 R /XYZ 71.731 147.4571 null] +>> endobj +4551 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4569 0 obj << +/Length 2072 +/Filter /FlateDecode +>> +stream +xڝM����~���ڈ�X�%[�I�W��!٢(�h����DU��q~}g8C���)P��p8�7/v�ŋCR�%E��Y�(�O�����)f�-�lC��_?}�9MET�I�x=/�i�yV,i���x�~Y��*�A��m��VYD��^�~����Z�}���W�i�����T2O�,[rds���t��d;���.^��@���u�[�����$�Yǫ�N�տw��T�h��}��Q�5� �R��i��:�9V�U��`�r T7�jUn+ڊ����r�������-Q����q��Z�HG3�F�ƶqY��篥1d��2$ ���c=�HT)��+q3re���%q�Gm�F�]��n�E�-,9W�����bxYh#X��Q��]���ŧ}�P��!��ߛBU���1f�h�k-��IҔU<"��@Ï^�{�fDym��/��h+U�A2�oD����'�g����)e?�Ι +�%9v~����:dhĔΎ�D�m٘j`Ck��{�,ʦ�ڃ?���Ä�IN�������=�pM����$?b��M��0���sRY�c��@@��y���(>�#������$���*3�bp��x��Z�R�f�7cˉ�74"�Cm���(V��3������x<�������M;���u}D/��qp�)_ {=!�H�04!���%h��2���P�����ݶ�N�T�.#M��B���e���|Պ��P��\�@�b�~�%���YҠsFD� +3�j�h�V�o:`f$�~C�E fac�<ABlM'Ke��ɿ,���!�J��W'�Q��)^T�r�в�� �p �Ӎ��6�߂H$�V4]-7��F�}�il�/��V�ʯ\�T���/ k����Ѡ�s���Q��d��'� u��Rv������<[mh���jf&^�!pg��A��i,H�I�Ӝ���Ԁqj �(;ds"O"����ޥ-�Ԏp,����@�����8���m1`�G1 ����j�2;�����騭�`����r�h<�X�dt-��P���J��'�R�.�ꚀN�Q\��9�L����]��P�4��$ͧq�\/H�8��#4�[�N����t#ك���Z~�d�;� �����b�`� �bN$��{zea����ӓrE��9���9.�&��O�L�Ț��}�r��J<�]�{,r�8����:)zC+p����O��l�ڦ�KY)f{��%�u�"��;�E�"qq��Ʌ?�f(��j�X���S�W}?ռy����Y ^\�y�`H�Rp�����\� �5��<lr�Ь<��vN(���w��p`�{}3�C-��}E�_?r +��8]/�E��ol���6P�1��yҐmh�����Xa�����oA!�H9{w䳉�k��(>������s�kfI�����t���O2\;�G��ѣl�:ӟ<�j�W�/ +S?Bg�`��� +8[[����9�o�Cq��&��cȈt��<X��Tm������J���y9�f96M�d�3a8��{ʎ��p�!�Z�×o4�o�Bx*-8�^�ET�M���Eg�l�:���h�j�� �G�"M�T ރ�93��H���ٛ��<!$!2.]�����n:��s3�v�^�Y�e!��Z�Vf�h��9/R��>��F�D/ۗIc�şTL�'�o3q�BȬ�/>�~����$��&�w�B�����W�خq��c��_��,�0��N�R�ϳ#V6�� z����m��d�a<�,g��[��Q6�"c��̂�{Mt���2�r�}�*�iKJ�����Gl�E_^m������5�V<1c���N� άY��N5�us���V]��^�?Rj%����YQ����r۵���X�&([�<���Gy�b^�cAQ�XS�ħ+����m�H��PFUo���C��`�;6���U��K�0���3M�Xr#ț�Z�?������?�⭽�]�� n4}��w��1:�y�����{��]\��x�?|T���ݽ\<endstream +endobj +4568 0 obj << +/Type /Page +/Contents 4569 0 R +/Resources 4567 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4441 0 R +>> endobj +4570 0 obj << +/D [4568 0 R /XYZ 71.731 729.2652 null] +>> endobj +4571 0 obj << +/D [4568 0 R /XYZ 71.731 741.2204 null] +>> endobj +4572 0 obj << +/D [4568 0 R /XYZ 71.731 718.3063 null] +>> endobj +1960 0 obj << +/D [4568 0 R /XYZ 71.731 668.3288 null] +>> endobj +882 0 obj << +/D [4568 0 R /XYZ 159.5974 625.2314 null] +>> endobj +4573 0 obj << +/D [4568 0 R /XYZ 71.731 612.7934 null] +>> endobj +4574 0 obj << +/D [4568 0 R /XYZ 71.731 583.5826 null] +>> endobj +4575 0 obj << +/D [4568 0 R /XYZ 71.731 552.6984 null] +>> endobj +4576 0 obj << +/D [4568 0 R /XYZ 71.731 495.9114 null] +>> endobj +4577 0 obj << +/D [4568 0 R /XYZ 71.731 465.0272 null] +>> endobj +4578 0 obj << +/D [4568 0 R /XYZ 71.731 434.143 null] +>> endobj +4579 0 obj << +/D [4568 0 R /XYZ 71.731 403.2588 null] +>> endobj +4580 0 obj << +/D [4568 0 R /XYZ 71.731 359.4232 null] +>> endobj +1961 0 obj << +/D [4568 0 R /XYZ 71.731 315.5876 null] +>> endobj +886 0 obj << +/D [4568 0 R /XYZ 182.7004 272.4901 null] +>> endobj +4581 0 obj << +/D [4568 0 R /XYZ 71.731 260.0521 null] +>> endobj +4582 0 obj << +/D [4568 0 R /XYZ 71.731 209.9198 null] +>> endobj +4567 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4585 0 obj << +/Length 2521 +/Filter /FlateDecode +>> +stream +xڥYY��~���I +F���W���8� �-�� �QS���n���_���ji4#�H��b�ǪjJ�"��Y�Uj�1�2Ilf���h�Sy��e)<�)ӻ՛�[;�U��d��̜��&q>K�QY��٪�}��8��],M�c��/]U?r�������ſV}s�7�m��$S3g�rQϖڨ<֎�"P�(�f�L�<7���,���y��m$��/��*N��'w���i��K��FZ�8ӳ$OU�f�L���E���p��;7��l��5K���"�B/Q�MZ�ڶ��m�~�t6��۪�^6��������<��� �Ƚ�3E� {_�0�o�|+B��3m��BM�͆g���>|����:µ͟�U����aa��-�,�U'�%·��oܼ���Q�z+�������26mIXR�p���)��_A'��c�����o �h^�'!�/�jw�������d*٥͂����eR�v^�N��ż8�~����0��KG���?���YG���F��{Dq�T����t�ihz���V��н�u �j;B�� ��o�V7���Mؒd��'-�8Za>�bڇ�7��Xj�l �e�ݺ�^t�b���7P�Lz�S��b�v� ���4,c��D��� ���. �@U���e� ���<��� @Ҫb�Qc���H�c-!�oj�)�&��@�V����لh����w�nh�|� �K֛nPms����*�R;8q�G����B���lq_��F�f �l���tp�"O��)T�b�8�UE��S��J\71�9�\�GP����0 w!1�8��o�Vp���*v<����gK +�[�a=��Ie9�'�������=dM��]!$�����K���`�@�U}��R�<��L"��`�3@�g��4�͔�1�!�,�l~�4��S6rꙟ�KC��)� +�;�>�"�Tk���5-�IC-����<WQ���.SF篠0Q����p�E����A�x!��κA��G.�W��cĆ��q؉�S4�M�� h�\%ƥWM7r-�l�M�\ڙQt�����L�X��Z�\�h�l���\��z�{�7ػ~op&�����b!��6����T��<l����I9 +���H���Okc�N+^� +�{�N�z�&RڸX����İ8Y�/��ȁ!�X���}F��&72!MMc��3a����*z��v�$����P`�mK�!�Ŏ�Y�c��~�U ��p"ȲîZmƼ)x���� M'���� O`��L.���:�.� g�9����E*״!m��1G^�Nv"8l��Hy8 +qW�?�Q0cy��m)�&õf2���B�xӇ���Y������{�&攰�9 L�s�<O9ZQ��G�|��j�>P���J Au|.g\ys�����?x�B֍�U�^7�6&��(� ;^�z��滒�R�ĒR����J} 0���e�#e�L{Z7�Q{�)/'��G_�V�3�_낢�;5�b�O5seYI**��� BcoE�C�-y7���BUU�8���k���9J��Bu��8_g*V ˀ��Kb�̱�3�������<�;����2,p��>,3�l��Q��ƒ����݁���e���&�T��Ģ.�VƽEL_iS�֯��\�I�+���#�'�~�)�#��Ͽ�&��PlM��M�#���'�xN���͑�O[_Guw���%$�l�A�����֗��s���J�z"��z�h�OS����>����.��\���t����(��)��~gi�~�U3���Dx����$��Y����-��YWr�uR�|�m�=ʁ�J�N��)�y�M 3S�B��ܸ<x�5E��4:�ǎ̊F&v +{�5c?�]C�]R�47�0B�6#��r���f��!�4 �C���"�����0�}Q�d5J q���QQ�?��2>Z�E�t�r<�8��t�W��<��oc����Qܭ\w(@��x 9��fbœ����� b�5��C*�B�� �����b�Y�t�$y��.�@k5��!��2����� +2Jܱ���8���f���+��1�����<����xA��9e��}�����1�H\�'��hd��V֔C+u� +�"�p(���(D⇦� ��y�}[��L�Cข�˲"&uɕ��� Dg>x��~IO�ri�\���K-ci����zH� |�������w�p���@����a��#8�rBmyD�&�%���霿u)���*�N�&'�㜍����$�t'�5����$�^Q*��H���b֙�W��A�X�;* ��$�e +��+œ?m�=�W � +.��%q�����pF>{pB�!Z��B���h*��Q������ +����g���x�|�*���߯^��W���^-�Ƈ"|����>�����e*�I~����d*�y>\h�̼���DX���)hendstream +endobj +4584 0 obj << +/Type /Page +/Contents 4585 0 R +/Resources 4583 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4601 0 R +/Annots [ 4590 0 R 4593 0 R ] +>> endobj +4590 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [137.4191 566.6638 191.7475 575.4349] +/Subtype /Link +/A << /S /GoTo /D (installation-whining) >> +>> endobj +4593 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [363.9329 516.7411 419.5802 527.2157] +/Subtype /Link +/A << /S /GoTo /D (installation-whining-cron) >> +>> endobj +4586 0 obj << +/D [4584 0 R /XYZ 71.731 729.2652 null] +>> endobj +4587 0 obj << +/D [4584 0 R /XYZ 118.5554 689.7049 null] +>> endobj +4588 0 obj << +/D [4584 0 R /XYZ 118.5554 650.9517 null] +>> endobj +4589 0 obj << +/D [4584 0 R /XYZ 71.731 586.0949 null] +>> endobj +4591 0 obj << +/D [4584 0 R /XYZ 76.7123 551.2063 null] +>> endobj +4592 0 obj << +/D [4584 0 R /XYZ 71.731 531.281 null] +>> endobj +1962 0 obj << +/D [4584 0 R /XYZ 76.7123 490.0357 null] +>> endobj +890 0 obj << +/D [4584 0 R /XYZ 188.1488 450.6633 null] +>> endobj +4594 0 obj << +/D [4584 0 R /XYZ 71.731 443.311 null] +>> endobj +4595 0 obj << +/D [4584 0 R /XYZ 71.731 410.4492 null] +>> endobj +4596 0 obj << +/D [4584 0 R /XYZ 71.731 353.6621 null] +>> endobj +1963 0 obj << +/D [4584 0 R /XYZ 71.731 323.1516 null] +>> endobj +894 0 obj << +/D [4584 0 R /XYZ 243.7971 285.5624 null] +>> endobj +4597 0 obj << +/D [4584 0 R /XYZ 71.731 275.1974 null] +>> endobj +4598 0 obj << +/D [4584 0 R /XYZ 71.731 232.3969 null] +>> endobj +4599 0 obj << +/D [4584 0 R /XYZ 71.731 193.5426 null] +>> endobj +4600 0 obj << +/D [4584 0 R /XYZ 118.5554 154.9786 null] +>> endobj +4583 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4604 0 obj << +/Length 2750 +/Filter /FlateDecode +>> +stream +xڍَ��}���'����3o�`'���}�A6d����%���z�~�"u�g ���b�X��e���O��%>A�q���;u���SB��ݘ���w?��z�yYī��*���q��xi�����뿟�[g��.��u����mY���?})/�|������m���R��U��R� �fO駞uB��Rf��A�~�=���o��FEk�jo�(���ѝ ���o~��O�T]��~.�3 5��̸�U�BS�x/�M_myF�)�u�Yݙ��;>&�P^Eȼ���T�k��N^���1��X@?eaL����F)MR]�W���0,��mRd�s���0M���F�Ռ��v|3[Y�,�o",r��V6�/��G�'�Hc���Aˆ���g�$�1�s���u���ሄ�� �w�gs�i4�ڴUuǀ���Ag,�NV啝�蟶W���� �S2G��u�H$�a^u�Ya7-��Ԡ��'�g9��̖ɚL�u�_ �y�dz�q������z��-O�G�a��a�f4�8b�A�b������"[���u+BV�uo��`%�)�r�3�r���gB���`e��u� +�� �#��T�N)�{�� ���t� ���}uʎ9^�tga�B����H�ݙ!t�����_n�aX�8�k��g�����%),"Dی���B��_�.���^��L�����Dz��ž�I�՝�+��8�<���dw��$�d�M��$19<��M��Z������+0�-�ZV�^�U-Ӝp���Q����0� ����wH��[��5�k��b�K���9/�v�ʺ�3�*�;��8�Y'/?�%��B���!��3 a�A� 8n PW]S�1^%��1�)�Pz�]��+��2��T 2:;�����î�B��Ƭ��8�p��L�$#�G�/�lpӑ��rB!L�ߜ?�x��^��L�3�7�Z�K}�}�6[��\ݼ�Z�w�3[PA$��E���}Lupg|��+��+o ���2HN _�_��e�K#�����x0�&0:�mZ~&/β�p(�n�˰����[�W!T�q�n�sN'Pg&��#OA��1�_�ٴa���T��1�y�kR�K�{*9��D"jE�3�jY8*)ᛷm]�lմ���/��b#��1� (��x��1v���D0���5�췗]8+����A�$"eɼe=L�95.pD���A��Q ���.E ;���^�T��Κ9��D͙S��tjYՊ���V)���j��������1 )�|y&P�k]�٘�2�h����i�)-��"���D��xݤ��� m.�.iMd���*�Uq�fL�""�q�]WW������1q�AӢ2ECEh&"��V~ee���x��%zfUr�<���a���h�9+(�S��Ǻ�)`c� >:k�9N晻ܠ���I����ÜB�ׇ�T�7��n�"O��c�r�9�Ȍ�Af�J���_.�����b~�ּ�^&�:���j������5�_���� ������r���]~*��Z����9R ̼�-���ş`R +rH���@�E�S>IG&DT�:�JL}yJ�̇��L.����%���'C��+�����5���)�"�Rg�~´���D���;�M}�ٳ�.e�1D�s���B'�0���|s�m,D�n7X�>;771��o����Hqe�d���e(�Z��-?��Q�BP�Fq�'�w�E�/p���?ZZ5z���)�Fg'i����ы��^h����\��r��g`G�j!� b�i������bڗ-/"���rƋW���.�B���|�9��P�xM�$�C�����Xs� �.gە:�� y�A|髲{L3��!�U3zbM1kA�,�b �8A������ڍɖ-�%7��)������Ra�0˾.����KnbW��Kw�"�������Z��s3��) +��}e�c��7�,���c)���4����+O@�mjy�;0�ims�W��3����1�eLɲi|�(�_{�J��K)�k������|��k�>~�������uy�8���I�D�E���}��i�y3y;f��%=[zI����(�tS�Chl?�;(��4��Q+=H��&�L�M��a��2$��A����^�g�M*��}*��?��U�`0����ES嚲��a�n�e��V ي�rt�g�<>ѷ�"��Wf-�Qqr�g<�Lj���%>�;�8%q���/����mB������v@�����>���c�ŵ\���f���������N�\�ڦv{�j'� +��d��빏������������2pF�qҵ�8[�gE?8�~��\�ᷕ_w2� +��2a�/0e-BK��$�q@�NN��@��Z&��N`�W�7 �[$9��( !���*���Bx:I��2��UcVG� +XC�H�֖\�,vB�s�@����O�!;M�,�W��R+�l�8��o1yC!t�uv* �ԇ��)HR:���PV�P)y ��uL�7dd�l +T�'����V�J�Qp@nD�čdTSj�x���_oi/�?���G���[���1`���u�{�Sk�i;h�Y�g��?d�i�RE�?���˿,~� 5\���W�M���i�����eu�PA��_��̋��?V����Q4��: +R�W��R�S���#fv�?C�endstream +endobj +4603 0 obj << +/Type /Page +/Contents 4604 0 R +/Resources 4602 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4601 0 R +/Annots [ 4613 0 R ] +>> endobj +4613 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [191.6402 347.0138 245.9362 357.9177] +/Subtype /Link +/A << /S /GoTo /D (list) >> +>> endobj +4605 0 obj << +/D [4603 0 R /XYZ 71.731 729.2652 null] +>> endobj +4606 0 obj << +/D [4603 0 R /XYZ 71.731 718.3063 null] +>> endobj +4607 0 obj << +/D [4603 0 R /XYZ 71.731 675.3027 null] +>> endobj +4608 0 obj << +/D [4603 0 R /XYZ 71.731 623.497 null] +>> endobj +4609 0 obj << +/D [4603 0 R /XYZ 71.731 608.553 null] +>> endobj +1964 0 obj << +/D [4603 0 R /XYZ 71.731 536.1893 null] +>> endobj +898 0 obj << +/D [4603 0 R /XYZ 243.5245 496.8169 null] +>> endobj +4610 0 obj << +/D [4603 0 R /XYZ 71.731 486.4519 null] +>> endobj +4611 0 obj << +/D [4603 0 R /XYZ 71.731 443.6514 null] +>> endobj +4612 0 obj << +/D [4603 0 R /XYZ 71.731 412.7672 null] +>> endobj +4614 0 obj << +/D [4603 0 R /XYZ 71.731 348.01 null] +>> endobj +4615 0 obj << +/D [4603 0 R /XYZ 71.731 333.0661 null] +>> endobj +4616 0 obj << +/D [4603 0 R /XYZ 71.731 284.0149 null] +>> endobj +4617 0 obj << +/D [4603 0 R /XYZ 71.731 238.0225 null] +>> endobj +4618 0 obj << +/D [4603 0 R /XYZ 71.731 214.1769 null] +>> endobj +4619 0 obj << +/D [4603 0 R /XYZ 118.5554 175.6129 null] +>> endobj +1965 0 obj << +/D [4603 0 R /XYZ 71.731 133.572 null] +>> endobj +4602 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4622 0 obj << +/Length 676 +/Filter /FlateDecode +>> +stream +x�}TMo�0��@{2R��7�c��j��nUۃfA�] ����f%�8�3���͌1���h�P�p��3%Y��\�݆�.`vk��~s���(Ùb*ڗ��s%�(����Ѿ���+}�)�1I�İ��uw���x�]7���?ln�KR��������Km�GT`.���2I�SA@�Ĕc�%%)��c*��r�ט��xӕ�#� �{��?Y�N�#�2!'�O]n�9��َ��t�z�I�C��N�L�=��݇����+S����.��OFO �+���+���VWF�H���±^^۶��-ᆰc�z0~���.��)Ù�b��Z��:�v7��0!�۴�>�m���@�$�u��.m`����� ��S�|j��0$�nHJ�!Q7/&��>I�h��B��Lb��L���˓)t����:��<h��w���{�i ���n�*Lc�^�¹S7\����qLN��_h�*d�~6��n�� +n�[����0��{��x4����C5L3�ͭ�Q��T��&�:�.�%�F���l�� (��r݁[7�0�kmQ��� ѩU�u�\<��y�����{H���;�]��,���ܶ�0����J^�н^���s��_�{��?j�)N����֮0/�Z�RLh�-L^N*�������z�endstream +endobj +4621 0 obj << +/Type /Page +/Contents 4622 0 R +/Resources 4620 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4601 0 R +>> endobj +4623 0 obj << +/D [4621 0 R /XYZ 71.731 729.2652 null] +>> endobj +902 0 obj << +/D [4621 0 R /XYZ 266.3635 707.8408 null] +>> endobj +4624 0 obj << +/D [4621 0 R /XYZ 71.731 697.4758 null] +>> endobj +4625 0 obj << +/D [4621 0 R /XYZ 71.731 672.608 null] +>> endobj +4626 0 obj << +/D [4621 0 R /XYZ 71.731 657.6641 null] +>> endobj +4620 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4629 0 obj << +/Length 2191 +/Filter /FlateDecode +>> +stream +xڍXK��6�ϯ0rY�ER|(9�+�`���fj����%C�tz~�V�HY��3�.��b���W)���pf$��� �Ī<�IWX�� ,��L(�a���QҰ� +��̅�߾y�YȕH�VV����T2!�j��o��X�7��D3��0�C{��V́&ޏ��U]��m�B�a������`���Ԍ_I!��S��a�Y�,נ.m�)��y:g#�M��n�B%�=���iah��X�E����*q�r�:�{<��=�>0]X/��@��%�6;�9�}_=�/Q��%����T\Po�� �𤣵x���ڦ�6�[s�r�3�sŀ*�4)�q��4����H27f���y��0�~l���?��o>m�� Ѡ�a�d|1��f�D�eVt&峸���R��N̘�^<����Bش��%�,g:��Z�ߊ'4ĵm{�:L�ׁ�#ME�e)�8�U�o�����Y���O�9��<��}�=�m3t��B��2ae��U�+��{Yk��ל�`{�川5cz�Y���Z8�8kA�g͕�8K��Y�w���b +�Z`Q!~?O����Ln&�)N.n��)4\#i��~��(��Â?-T��D� �1����m�x9�{-62SL(W5�*���1�In������Ƃ(a���Y��_{�� @�J +�,dO &��v7���|��$�"�.^��~��5���!�<��w�xf�:p�Q^ԩ�Y�]T�o�zvݩ�:�R��+�m��ח���-R�k��hySp%�:��v;b��K�A��H�=d�\�� �����g�/����{�*�̛���u�Z+��M���uEM��;��4� �|ޓ��Z�4�z�d���J���d����Ѩ��s� U9�EGc�7Qm��8�*�o���\��jp +�Va.��E�ۣBt|�ݐ8B'�{���aF~�������X�/�49O��k0(X�t�A"���Z��N�z�^ޗ�E�v�����+ ��j�����2��~�y�d`������0�w���vO33��c4�ַ<X +AN�4�v�%0��8ʸ�V�$��A���Du8'�`Ƚ_��S9��0G5'HDn�C��eU=M<��C{�}/4χ��Eh�.-��U���Iv��=���b�خM�tt.\q��@�b�Ӱnˢ��� g�{�d��4S�V`�'��hb����d�������X�b�!�x&g������g�M]4����ٹ�o��z|�1�^y�.�}���r�gk;}W=E��D}�U��EU����i��2��JJ�L��E�6s�{s'-��֤��}�B���8��o�0q}G�{iS���1�iA@���̙4BN���Z�>��Ϛԧ��n,1 ^)])�"�����ɪd���h�N�I�_�N�aJ#�)Hh�D��Rjp%Oy`�[t9�ـ�&�I����C]�U���O8�X���i�A���r�]�Wxa�_a���Ü��Q�Vp����yc ��9����Z��g�2G�x�x6 ��Q�p����lOQt�P��9U�ǥ�0ICjI�NG���f:j ���0�fa����SfTnf�ӡ"��ܥ���^: ��j-o��a�T-��u|*Ǯ�J��ۖ��A�D���{�r,��f +�e���<����5r��*$�i_ ;��pj!! ��<[z�����gGh�!;|q�Xo^��*L� ���|�-����ǔ�zʹ�W�ߖ�i +9,��AC��B�:��O� N�dR�:��8{Ž��p�5���Y��)gRY�&5`YK�!����]�X��6��N�d�`o�δ4� �Ax��� +FX�/.�bo�k4H��k��x����4�B� ��9n �������:����YG��5�V��4ն���(��죬��\Q���o��AF<�18X���P �J��ܠ����cH� +ߞDӡ��/G/�hG���.�N%H�*�Q�������&��M;,[D�n���E����W�N0�4�ժ�UчOS_ߦq�k�lBAï���8�}�>^�)���D�C�[� Mĕ@4$q�:�����2�g@wr~#��L���KA/�u*V���n�f`yh�xd���(l2�l&�Ѡ���|�3[f��3`&�`*��|�����#���~&,��\)�endstream +endobj +4628 0 obj << +/Type /Page +/Contents 4629 0 R +/Resources 4627 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4601 0 R +/Annots [ 4644 0 R ] +>> endobj +4644 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [389.6158 335.5539 443.9118 346.4578] +/Subtype /Link +/A << /S /GoTo /D (template-http-accept) >> +>> endobj +4630 0 obj << +/D [4628 0 R /XYZ 71.731 729.2652 null] +>> endobj +1966 0 obj << +/D [4628 0 R /XYZ 71.731 718.3063 null] +>> endobj +906 0 obj << +/D [4628 0 R /XYZ 387.3898 703.236 null] +>> endobj +1967 0 obj << +/D [4628 0 R /XYZ 71.731 692.1839 null] +>> endobj +910 0 obj << +/D [4628 0 R /XYZ 220.0229 651.1593 null] +>> endobj +4631 0 obj << +/D [4628 0 R /XYZ 71.731 642.3364 null] +>> endobj +4632 0 obj << +/D [4628 0 R /XYZ 269.9659 616.6487 null] +>> endobj +4633 0 obj << +/D [4628 0 R /XYZ 71.731 605.8841 null] +>> endobj +4634 0 obj << +/D [4628 0 R /XYZ 81.6937 577.8741 null] +>> endobj +4635 0 obj << +/D [4628 0 R /XYZ 242.9373 577.8741 null] +>> endobj +4636 0 obj << +/D [4628 0 R /XYZ 71.731 575.7173 null] +>> endobj +4637 0 obj << +/D [4628 0 R /XYZ 81.6937 559.9413 null] +>> endobj +4638 0 obj << +/D [4628 0 R /XYZ 346.2678 559.9413 null] +>> endobj +4639 0 obj << +/D [4628 0 R /XYZ 81.6937 546.9899 null] +>> endobj +4640 0 obj << +/D [4628 0 R /XYZ 71.731 524.0758 null] +>> endobj +4641 0 obj << +/D [4628 0 R /XYZ 71.731 491.0348 null] +>> endobj +1968 0 obj << +/D [4628 0 R /XYZ 71.731 447.1992 null] +>> endobj +914 0 obj << +/D [4628 0 R /XYZ 303.1555 404.1017 null] +>> endobj +4642 0 obj << +/D [4628 0 R /XYZ 71.731 391.9305 null] +>> endobj +4643 0 obj << +/D [4628 0 R /XYZ 71.731 362.453 null] +>> endobj +1969 0 obj << +/D [4628 0 R /XYZ 71.731 336.5501 null] +>> endobj +918 0 obj << +/D [4628 0 R /XYZ 308.5976 299.3346 null] +>> endobj +4645 0 obj << +/D [4628 0 R /XYZ 71.731 289.1919 null] +>> endobj +4646 0 obj << +/D [4628 0 R /XYZ 363.7058 279.2101 null] +>> endobj +4647 0 obj << +/D [4628 0 R /XYZ 219.3353 253.3072 null] +>> endobj +4648 0 obj << +/D [4628 0 R /XYZ 320.9613 253.3072 null] +>> endobj +4649 0 obj << +/D [4628 0 R /XYZ 71.731 240.3558 null] +>> endobj +4650 0 obj << +/D [4628 0 R /XYZ 157.2001 240.3558 null] +>> endobj +4651 0 obj << +/D [4628 0 R /XYZ 71.731 238.1989 null] +>> endobj +4652 0 obj << +/D [4628 0 R /XYZ 118.5554 199.6349 null] +>> endobj +4653 0 obj << +/D [4628 0 R /XYZ 165.5238 191.1705 null] +>> endobj +4654 0 obj << +/D [4628 0 R /XYZ 341.2842 179.5142 null] +>> endobj +1970 0 obj << +/D [4628 0 R /XYZ 71.731 145.9377 null] +>> endobj +4627 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R /F48 2167 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4657 0 obj << +/Length 2653 +/Filter /FlateDecode +>> +stream +xڝM����~�o�g�Z��()ǤI�δ��mM�D��EWo������z��tvfE� �����&�?��D�)��"�:����!ޜa��Q����#}w����R�"*�ԛ�i��Y�Ul2%�<��P�k��������eouD��a��揦;���GӶ��߇�|��X�*���+_�z+�T��XZ���� i��$��$��Y�Z;�P0+�cc;�Ռ[���!�� ��e �����'�����N8(�/;o�n$�h j�!^���t;0����r4�a�C�ű��Y��H@�a���:y�k��Bh����d +b-w��y�4/�v�\-iV�p1�Aݠ6���T$Ne�̳l;:��&��6feW����T�X��N���t�@�k�t�+��2����xhO�\�;mݠ+w�oD`"z{���m�N<3�<-�= �����v���, > +[���n=8ƅ��p�ܥ�w����V��t�uwͰ�d�y�������v��s�F�:f�td�*��`�:A{WIq@���g�=��TN���#"�Z��. +�b�$ +<H�:�In�=�G:�L�!5)�]�n x�7]T �7'�������t��w�%�˰����|�������*�(����tkNcv"����L5�l=%_���UQ���j�i�VWÍ�\C�FBĊ�p��^iR]��l� +�K������� �`�/���~�oϦf�hyn��m_���r1s�y��1� D�lp��(C{�Ki�w����|K�I2Ö)�Y�-�R��LxB��K���6�F�{O8���P�[T�WUM52��*28�q�'pƂ�� �,1]w�%9Üfn����4R��04G<�h�y�?�^�H�Z��Z �S���0H@��)2-0V� #ܒ'�P��F��9��#��nl Od_9�Rȷ�l� �������TA<�!Y��u�ƀ�@:�C`D8^��aq��{e��>����Q��`<��c�������2EU�3�a�j�z��6v>8�<xR(_�J��\��:�To��z8� X�7cF�LF��d�)����Av'�{}����#��t�mߕWԈ���d�^��Q�Z[�]}�}`���q��Dy+-R���H���E�t�O��Q��!��/�$��a!j��̉ +�=^���.H)������������`��f�i��{�@*i ��3L|d_�z�w�n���S.3.���c�g\u�"�r}��p>+n�.,�݅�|���І��ZF;2��4��R-���yZ<�Kߌ��a�.@�������Q0��4�j�K�R�A�J8r"�h�����jT�č�����r�ь�����D�W�`��,�L��K�֒�e������;ŕ"7�H\���p���㐕�D�Y5s-s�'����� 9n��h����5_�ir�@2ЌJ�C�f!���`D�Sp��d��q�1a���nQɇ��~(����x��Y��.�s�;��4���!��ܮ��0a���C%(�ÔR0�c��E�9�����%�P����~Q RB\���$j6._}���MŅ���j��pt���o�p4/M�y +��>2��cW�z�ckr�K���85��p$�pb���N�ϨLD�_���U����u:92�j[MW0cW�:�։7�zӚr� ���oĀVȅ30,�K�C�;��!� �eK��.H���{k�p~>=О֣�7YȪS�H��e��h��0�E�u����^ �)[��:��S�v&��Ӟ�^�`)�u��K���KB� +�-/d92^X���B�р�|��/q��X���� �� ��8��������������*�1�[x%����J�j�PTU��������Ŝ˾ǹ��J2�T�����{G� +��B��0��B��@7� +j'K��{D]�&c�V�&����6~��A/���3N��֮Sg��Z��Di�Ʋȧ��*T]Z��U!n&�S +yZ��2��[�L�{#x�P�Y'Y�����K�z�(��)XR2G���K��\n��[���src�W�/V��B��R������S�*J�D@��G�Ԃ���M�d�2(�ET�qoz�9�]�)�z�h��X���&{����3/� +�U��4*�� O������h/r�����L�z�ړ����uo�;5���z =��B�{�x�=0y�{�8R������8�oX�+8������S�Mf95�������(K��tPp{���wX�5�k�[�^��H�U.͓���>����h|Tv��+��@��f���bJ˳��o��@8��~�z��k�cB��ټ�����OD +Ċ"�v����?�b�&�]����zevP={�x/;�QVH�;O�b��'�y�����3����B�{y�K�6�aA�=:a��M���ڌl��X���� {rgwn{�N��Mi�JP_t=�<w86C�.��<���-���mj�À{a�;��~aӟ�[LkoP�C?MԼd��x�۷��///x��3�P4B�ݟ��� e=�C��.����7F���Q.t��/�3��?D��Ds�*/ן�mq��������endstream +endobj +4656 0 obj << +/Type /Page +/Contents 4657 0 R +/Resources 4655 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4601 0 R +>> endobj +4658 0 obj << +/D [4656 0 R /XYZ 71.731 729.2652 null] +>> endobj +4659 0 obj << +/D [4656 0 R /XYZ 71.731 741.2204 null] +>> endobj +922 0 obj << +/D [4656 0 R /XYZ 347.5336 707.8408 null] +>> endobj +4660 0 obj << +/D [4656 0 R /XYZ 71.731 697.4758 null] +>> endobj +4661 0 obj << +/D [4656 0 R /XYZ 71.731 654.6753 null] +>> endobj +4662 0 obj << +/D [4656 0 R /XYZ 412.638 643.8807 null] +>> endobj +4663 0 obj << +/D [4656 0 R /XYZ 111.2626 617.9778 null] +>> endobj +4664 0 obj << +/D [4656 0 R /XYZ 71.731 615.821 null] +>> endobj +4665 0 obj << +/D [4656 0 R /XYZ 71.731 600.877 null] +>> endobj +4666 0 obj << +/D [4656 0 R /XYZ 71.731 551.8259 null] +>> endobj +4667 0 obj << +/D [4656 0 R /XYZ 71.731 525.923 null] +>> endobj +4668 0 obj << +/D [4656 0 R /XYZ 213.9555 512.9716 null] +>> endobj +4669 0 obj << +/D [4656 0 R /XYZ 71.731 510.8147 null] +>> endobj +4670 0 obj << +/D [4656 0 R /XYZ 71.731 495.8708 null] +>> endobj +4671 0 obj << +/D [4656 0 R /XYZ 134.9992 486.3713 null] +>> endobj +4672 0 obj << +/D [4656 0 R /XYZ 71.731 458.4759 null] +>> endobj +4673 0 obj << +/D [4656 0 R /XYZ 71.731 386.5806 null] +>> endobj +4674 0 obj << +/D [4656 0 R /XYZ 71.731 334.7749 null] +>> endobj +4675 0 obj << +/D [4656 0 R /XYZ 71.731 319.8309 null] +>> endobj +4676 0 obj << +/D [4656 0 R /XYZ 417.3281 310.3315 null] +>> endobj +4677 0 obj << +/D [4656 0 R /XYZ 218.7038 298.6752 null] +>> endobj +4678 0 obj << +/D [4656 0 R /XYZ 508.9315 298.6752 null] +>> endobj +4679 0 obj << +/D [4656 0 R /XYZ 76.7123 270.3813 null] +>> endobj +4680 0 obj << +/D [4656 0 R /XYZ 118.5554 226.8359 null] +>> endobj +4681 0 obj << +/D [4656 0 R /XYZ 135.3953 218.3716 null] +>> endobj +4682 0 obj << +/D [4656 0 R /XYZ 222.2315 218.3716 null] +>> endobj +4683 0 obj << +/D [4656 0 R /XYZ 433.1768 218.3716 null] +>> endobj +1971 0 obj << +/D [4656 0 R /XYZ 71.731 184.795 null] +>> endobj +926 0 obj << +/D [4656 0 R /XYZ 267.2242 152.399 null] +>> endobj +4684 0 obj << +/D [4656 0 R /XYZ 71.731 149.4294 null] +>> endobj +4685 0 obj << +/D [4656 0 R /XYZ 71.731 132.2936 null] +>> endobj +4686 0 obj << +/D [4656 0 R /XYZ 266.9195 111.9507 null] +>> endobj +4655 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R /F44 2154 0 R /F48 2167 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4689 0 obj << +/Length 3012 +/Filter /FlateDecode +>> +stream +x�}i�۸�{~�|i"����ͦȦIv��H\,��h��Ց%�De2���.��h��H����~�M�i� w�$n��g���><�e#8�)���g/߇�M��I��l7���a�7i�Y�g7��?�ۓ�ݮ6A�9��߷}g�s�gY�s���*�������m���0u���.}�c +�tB��d�yB�mOz�����j���8r��/F�v�z�>_*e}��<�i���0J��c���\v���;M]0���7}}c_�e�y��cG�k��Z��Ƅ��nr)�w�/(N���<�#bxG��S5��?�G +y����V׆W�p��ȋM��<g͓��g���4����^U�C���� +bG��"W6�ݬ|ǒq-��Z�sj�r�����g/�N�\~x����~�Ďk9�>����9��g�U���?k�$�II(4�8�NM_���V>Ќ3P�jM��+���^�r��5��!j����Zk{Z��K�Ң�q�������=/�Ƚ^(��QJ?)9}�u-�����5\� 3�%��A��98�(.���eȷ�ry���$��q.Mוd�n��ʚ'�E�KU1sI8'ժ=�)�u���8J ���U�g��@�=�6̸��ۺA��š��DI�;�_�h-K'vl^`��h�%C��W�"�n�5�Xi�д結ᒼa��2?�������B� Q�)��8�s����]0WW�3�Z����0>��-䋡Jb�큿� 88�/i��Z9��1�<�eq$G�ug�S6���}���J8��my1CQƨ�]��o�=) Q՚G�#0��TQ�ˤ`]8h�U�<���x��������w��3|:j�n]����<�1dP�ː[�9�.���E������=p�&�eS�{g�_��N0ˬ�È��} ?�����V�+^o���}<�!���� +2s�>�ڭ�=/�鹬�qd��6t�oЃd`=,��e��Il�� +�B`���tn:ã�P"J3;��*�����o�g�j�6�=�2'� �6�\�`��ϻk(�n�"ZSc*[[��W}18 +��g�Q�bO��^��"��)�L�� +E���J$����p������qS��]Q���q4�!<-�n +���`����P��p���� / Z(n���{*Q��U����e�{d��F��o +��k!���r�@��� O)zK'|2��ݒ��~���k@D����,�����K<�v7XQ�ph�ޠ>�.gA6j��l J�羬 +����H2-�Eh~jF��/u!B��wB�.J�Rl1����V �Y���vx�����d���Q4���=8�5֎��~����њ��� LSh��l����wu#Y��Q��:��Ə��JlY@�̠�!$n� )&�d�)���0���{��NΟvDp|�~�|?Q-ġ����(��=٘�δ++�a�P��:��s��(��ⴶ��S��O�a|��I��y�z���MM��θ�c��e}�D����ͅ�a��Ձ�����o�1��C�gM��ܙ�*ѻ!l�JH�5��q0�=��!�*1���X� +7$�Z�?k�;���#��%g+�ӄ ��� (ޯk,��b�4��|�e����\���p�|��2"Ȑ���G�{�p3Lz8TT/��� s�Cȹ�L�Ң���٭�jڂ�!_z'��?z� ]�(m�ʥ�(G")\q�D�@]�r��I�i>�㞟^a+��k^A sv�����'P����h�݁g�+Ç��M�$c~_��~���!z�/�PQ�|8V�3�n��e+�R7˽h.�����4��ڴ��UV���n�!=5&��9���_��#ES� ��#�&y�^,`�W��Xl�+o�I�NkP�kj��R�#:�����1�$Ӡ�ZoO�_�<>��"Г�ݒ�t�R:��'� .p?tN�_*�(piuF*WA��UтL��{�T����s8�%;ӈa��,��]Z���ɯ���B�è��Oy8�pk+S�]��k�#������K�`� +>���p¼�،�5����V` ��3���<��w�=<�PX<q����]l2�6��Z����N����o�w߯�}����w�ք�����Q �{�`\ P��}ңM�F-PW��{n}a�O}m�O}�(�`�Ea�X��L���` �,qze�`Nb1�/ζ�hUYQ��і�ו�4̩�*pL�6M��:���CHD��� +�~��e��7�}A|}Ѷo������e��yܵ�U{g_a�a��`e�P]���*5�U��V�3��4��Mq��p�e�y,V#ɦ�J�G���I�#�VP���AE��ʝ� +lO��{:�l�%��ZN�BQ��-�������j�W.�4�����Q y��d*�c�^?q_�Y�e��+��j?I]��'�D���S�HckEi4J���Џu����c�dV�e�����-�����f���L�����H��_EQ�W��+��uw5���.C5mmy8��Q�l��� �g�a!6vq��|P4�}�&�ϿA�����h���n�VIo�26t�<����Pş��2֛ϝ+l�\�9�#v}i5����$@�R�>����)Fn�{����y�x����0�mlҙ-��{s� �P�-�� ����4���$N��{@���[���+��Afk�|�(��N��w(}1�x�_�P9�� x���@� �����xT��=�l]�1��C� ��!J���#���q+����^w'��4:�L=~3��(���i��B_�:�FO�n!�d���Ѐt��Q��"�ۑi7��5p��A�^��r��oWa��[��yr�Jzp&��1�A��!&�>6����e.Cύ��_j��:oJn{@n��ؤq8�y�G��5en�'�w����<�>R� +?N�۲����.�?�Ќ�endstream +endobj +4688 0 obj << +/Type /Page +/Contents 4689 0 R +/Resources 4687 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4601 0 R +>> endobj +4690 0 obj << +/D [4688 0 R /XYZ 71.731 729.2652 null] +>> endobj +4691 0 obj << +/D [4688 0 R /XYZ 71.731 741.2204 null] +>> endobj +4692 0 obj << +/D [4688 0 R /XYZ 71.731 652.3886 null] +>> endobj +4693 0 obj << +/D [4688 0 R /XYZ 71.731 595.6016 null] +>> endobj +4694 0 obj << +/D [4688 0 R /XYZ 71.731 538.8145 null] +>> endobj +4695 0 obj << +/D [4688 0 R /XYZ 253.9215 528.0199 null] +>> endobj +4696 0 obj << +/D [4688 0 R /XYZ 311.6869 515.0685 null] +>> endobj +1972 0 obj << +/D [4688 0 R /XYZ 71.731 494.9789 null] +>> endobj +930 0 obj << +/D [4688 0 R /XYZ 308.3972 457.7634 null] +>> endobj +4697 0 obj << +/D [4688 0 R /XYZ 71.731 447.6207 null] +>> endobj +4698 0 obj << +/D [4688 0 R /XYZ 366.7725 437.6388 null] +>> endobj +4699 0 obj << +/D [4688 0 R /XYZ 71.731 417.5493 null] +>> endobj +4700 0 obj << +/D [4688 0 R /XYZ 386.4974 393.8032 null] +>> endobj +4701 0 obj << +/D [4688 0 R /XYZ 71.731 373.7136 null] +>> endobj +4702 0 obj << +/D [4688 0 R /XYZ 380.2047 362.919 null] +>> endobj +4703 0 obj << +/D [4688 0 R /XYZ 71.731 342.8295 null] +>> endobj +4704 0 obj << +/D [4688 0 R /XYZ 71.731 298.9938 null] +>> endobj +4705 0 obj << +/D [4688 0 R /XYZ 71.731 281.0611 null] +>> endobj +4706 0 obj << +/D [4688 0 R /XYZ 71.731 257.3151 null] +>> endobj +4707 0 obj << +/D [4688 0 R /XYZ 228.316 257.3151 null] +>> endobj +4708 0 obj << +/D [4688 0 R /XYZ 71.731 242.2068 null] +>> endobj +4709 0 obj << +/D [4688 0 R /XYZ 71.731 227.2628 null] +>> endobj +4710 0 obj << +/D [4688 0 R /XYZ 351.5704 217.7634 null] +>> endobj +4711 0 obj << +/D [4688 0 R /XYZ 71.731 166.5554 null] +>> endobj +4712 0 obj << +/D [4688 0 R /XYZ 154.7543 153.604 null] +>> endobj +4713 0 obj << +/D [4688 0 R /XYZ 102.1666 140.6525 null] +>> endobj +1973 0 obj << +/D [4688 0 R /XYZ 71.731 134.2905 null] +>> endobj +4687 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F35 1723 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4716 0 obj << +/Length 3321 +/Filter /FlateDecode +>> +stream +xڕko�����4�2�(z?��W�m�z[� Pݢ�%�&"�>Iެ��w^��Q�9����pHΓ���ϿJ}7 � r7H��l�xW{��_Hn��vN��������*w�$H��wW���a�Wi�Y�gW�����8�nsĞ���~8��i�o��3����7]����{��~\:S7π���TO%�+?���E��I��c7pc�+͜lB�)PX�ty� ���M�9�9�Šz8���{W0���(&���)�Y1���&��G�#K�͉��83���Ǣyj�-���U�>�����L7r�,m?pڃ6�˻ ��n|8�0��m��������]�~��^7��w���A˾l;��u���i�ϽZ��֮ ���о6ۢ�;�� �=�yQJ���<N�I�0D�0�J}���U=�����ؽ����18RFL�C4�i�;����5��-�S�d�mѶ@y� �vo�p�������`.G �#ɉPq<���`�=�ʢ��ZN=vp�[ҳ#�ND�Qôa�RUZ0�^�7�{?RxR�/?v��V��A�Խ�\�Xb<�� ���_�Κ����a�W%*���̅m��TW��P����5֪ZXm?�k��=��x��C��w!6�#�3 q�~�o;/�B�E^�����f:�t�S+���6+>A�K��,�0$�Ð�]L\��p�9�ss�s�ᄋ0��.{Y\9��R��lK��ڑR��G�&�\���jo��S�'0h���-�B�a ��ØU}��`��v�UW�������xD�q���<V,��ͼ�=h(��S��Nm�Cd�씪]? ܒ +@۩�4��.�d��^��9g�3�f. zb�=ɋ���lI p�����`g��]�sZ��h�c�Nm;�TY��8Y)���nU%���-�<����`qp8ٔ6P���ȍ}3@��1�k�4�$�Y�ƈx�PT�:�X��)LPXp�8!D�Ȣ1���7��G����� �������Yh ���t���A�j�����u��EWX��� +�l��~g:#�����i0n8�ִ�Y� +{ʂ8���h���� �-��a����USh�UD���ؖ��ݓiB�l Yt�e#��Q�;8/�ؖ��Y+1��j7��%8��ċH�S˭�@��ع�1���~�a�Lm@3N��� +��)7�Lo��S������z8Ltߟ�8?q��3}o��S8��-u�P�vR[4j��ખ��;�Dk���E����ɷM�!|Tu� +�D��P!_���I8S� J��ⱨ`<���=�����#�\<���G.��Q0�P�O���<nO�e��Z�Q�悑2�],���}3N c�'rܖ�>5x�adw�$7�,7���"mB�A�C���y$�2ߛM�U��6����@�3wj��y���*J�(�m4��L��8�i�V +��Mn.�"v,i�0��5�p���.��D4^�ū��y��TT7�L&��[�އ�����g���XCfoex����1|�D�t�_���T�n���d��a�,�J]F�a�_pE}RϘlc*��ۮ���+�r��] �>s�$�0��sۨ��:��<=�\p��܈�шsǶ�%�ds8:�v�i�V���LRԱ�̼11>��Zl.E8�?���S�1� +��3�;����\]��Uח�|��� +�'�����M��v�K3%�]��B��� +b7L�`va��ʅA�̭M��8�}���h'DH�P�;1?>m*���� �Q�*sޜ�bA���F(٧ke�;na��`������B�R�@;��b��I�<j��ܦ|�h��=�K�İb�V{@����h���>�@����p�ʃ��Q��c�V\�c�)xz�LO`:?���h���mQ>0�a�C�S�|�6�z��vR�N��,aq�D-��k:=���e�E,�r).���EW���9� <Sla�TBl��5�g?u>a�C����<p�rSh9�:q�R�2I�E� +���*D�_���δP��?��C`R�����Μ��E�T��T�/+d�����Y�"��j(�iV�� ��aܕ�pw�舱,�u�ѽM����`V`�V=�jƾ]5 +�ֱ6f|K>;s��eP��H����s%�M�7���z�`Tק��R阵��E��;|�_'t=?�Wba��{�^��B�� +�P�2�Ə�N@�7��&�U��RJA�4H|ɻx���_t�u������T��0�L�2����e�>A�-�*+GLv�I�$���q=��0�������g�9����V��'m�AF(؊��-���ǫ8�ʘ������H*_2� +n��*uQsG��;I���ũ��<��I20FY`��HT�^�[N�2�T�qU +-���7 ���Z�bw��}]��v�/��ۋ�@o�����Ȁ(�������[���+3)a|�B"��0�m�iQ�([���M5���+�/�7�!�G:;@�����+��������3�l�����aV*��Qþ�X�@��X�������*%�D/,zE!��.�Cڂ9/�H�@"��#����u���+���A� +��2A,�X̭5l2̫r ޝZ�HQ�.�`Q���ח�eƳ?���3�*��D��e���EYv� q��+ȍls�v��f���WT�����2p�ID�!��"������3_�,�p�ش�f�ڕ% �en�y!�h�M�,�I���x%H�g����5k�5��8�]���^��k����g>��\>l�R�Yib�JI��y�k� �s�Ý���Yi�.?I!�6M2Ic[b�@c��PP�3rҤ�8w�~�ľ�7|�v#���a���������\�2y���y��,�x��[��l�[���!}�N���_�3ʺ�����ޱИM���X2����GTJ�i�S!|��0?-Ҵ�`g-�2�|c�4��-�Br��Jq9� A����lK(��P +�2 +?�Аe��P.���!���~E�CP��ϳ�e� ~#k�]?��'Y�¦"��,��+G��e���ܵŨ`�?1!KcN���H\����@7L��呂��Ѵ��!1���~�yj�A��u����#����G�����Kp�]����R#Dq�����3��8�x",� !hB�2�����idu���nK �$��N�3tqa6�W����BP�am]���_,D�g�FG���K� ��Q6���;.혷N���C��(s3 +����4�y�o�8�@�<9�@Y���V�?��endstream +endobj +4715 0 obj << +/Type /Page +/Contents 4716 0 R +/Resources 4714 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4752 0 R +>> endobj +4717 0 obj << +/D [4715 0 R /XYZ 71.731 729.2652 null] +>> endobj +4718 0 obj << +/D [4715 0 R /XYZ 71.731 741.2204 null] +>> endobj +934 0 obj << +/D [4715 0 R /XYZ 251.7299 707.8408 null] +>> endobj +4719 0 obj << +/D [4715 0 R /XYZ 71.731 697.6981 null] +>> endobj +4720 0 obj << +/D [4715 0 R /XYZ 71.731 662.6454 null] +>> endobj +4721 0 obj << +/D [4715 0 R /XYZ 71.731 662.6454 null] +>> endobj +4722 0 obj << +/D [4715 0 R /XYZ 71.731 618.8098 null] +>> endobj +4723 0 obj << +/D [4715 0 R /XYZ 71.731 618.8098 null] +>> endobj +4724 0 obj << +/D [4715 0 R /XYZ 253.5336 608.0152 null] +>> endobj +4725 0 obj << +/D [4715 0 R /XYZ 71.731 562.0227 null] +>> endobj +4726 0 obj << +/D [4715 0 R /XYZ 71.731 562.0227 null] +>> endobj +4727 0 obj << +/D [4715 0 R /XYZ 71.731 531.1385 null] +>> endobj +4728 0 obj << +/D [4715 0 R /XYZ 71.731 531.1385 null] +>> endobj +4729 0 obj << +/D [4715 0 R /XYZ 439.2249 520.3439 null] +>> endobj +4730 0 obj << +/D [4715 0 R /XYZ 191.1469 507.3925 null] +>> endobj +4731 0 obj << +/D [4715 0 R /XYZ 307.0556 507.3925 null] +>> endobj +4732 0 obj << +/D [4715 0 R /XYZ 71.731 494.4411 null] +>> endobj +4733 0 obj << +/D [4715 0 R /XYZ 71.731 487.3029 null] +>> endobj +4734 0 obj << +/D [4715 0 R /XYZ 71.731 487.3029 null] +>> endobj +4735 0 obj << +/D [4715 0 R /XYZ 71.731 430.5159 null] +>> endobj +4736 0 obj << +/D [4715 0 R /XYZ 71.731 430.5159 null] +>> endobj +4737 0 obj << +/D [4715 0 R /XYZ 71.731 399.6317 null] +>> endobj +4738 0 obj << +/D [4715 0 R /XYZ 71.731 399.6317 null] +>> endobj +4739 0 obj << +/D [4715 0 R /XYZ 71.731 329.8932 null] +>> endobj +4740 0 obj << +/D [4715 0 R /XYZ 71.731 329.8932 null] +>> endobj +4741 0 obj << +/D [4715 0 R /XYZ 210.674 319.0986 null] +>> endobj +4742 0 obj << +/D [4715 0 R /XYZ 137.0351 241.39 null] +>> endobj +4743 0 obj << +/D [4715 0 R /XYZ 71.731 229.9878 null] +>> endobj +4744 0 obj << +/D [4715 0 R /XYZ 71.731 191.7761 null] +>> endobj +4745 0 obj << +/D [4715 0 R /XYZ 258.0065 178.9242 null] +>> endobj +4746 0 obj << +/D [4715 0 R /XYZ 394.4509 153.0214 null] +>> endobj +4747 0 obj << +/D [4715 0 R /XYZ 71.731 140.07 null] +>> endobj +4748 0 obj << +/D [4715 0 R /XYZ 71.731 133.7079 null] +>> endobj +4749 0 obj << +/D [4715 0 R /XYZ 288.1288 122.1372 null] +>> endobj +4750 0 obj << +/D [4715 0 R /XYZ 111.0884 109.1858 null] +>> endobj +4751 0 obj << +/D [4715 0 R /XYZ 325.6187 109.1858 null] +>> endobj +4714 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F32 1286 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4755 0 obj << +/Length 2319 +/Filter /FlateDecode +>> +stream +xڍk��F�{~��CQXk5z+H$i��^��Eq���4�碇!��u~��C�e���b!���p���b'��㥎��*+���,}�L0˖y�S�g��|�:i�E��~���~��}�IB��v���7Gy2��l��]G}�t��K�YW"���uQ�͟�>{����I���~�^<Ѱ���������2-���YQ%�#A'�2E`�������F�.u���9���� ���. +�ŋ[��]��%}6���t��UW>��w}�J���2s�Z�N,���mԩ��.S�l�`(�#�쎪�"��u�(i�E���*O�H�����*�FV�`Y7B���̺���;ܓ���.KU�<�?H%3��sR�C2z�d����, +&j���֏'��� (�Bo_��*Y�o��"�W k��G.�J��6A�=�z +�F�U����̑<��?\�SEΒ h8Jt�_�y��v�͒^&:r;h9�k{��|\���8Q"�;���f����r�A%k�~��UdL�F�d��A�>�B ������o�=������6��6Z���6b ^c��@6���=��ޥS�HA�~<)�|�(�������TfY��Ce�s�����36>,��q�qTkޡ���ȣvũ��C9aJ$毠�~oN����g���m!@-O8�HR��K]��F�~s9�o��h�C��X�tδV��>�v!VP8fr �p��l���~�ea���~����i4�iV��x��qT��K���D�{RL������(���u��dӷ����db:>�_����?:#�,�9�c;o�����šk�@z��l���;e�k1�j����j��`�#�����+���P7v�!j8M��c]A0���1"���DŽ�^e�:������̛�̡7�C���֚��Ɋ�]���{�LK[4��pxC`a/uP���"�R� @'�}�}R���b]֭!��ԧFSA�XmE����)�(p֍6uD0W����@�2�!�G�<ԗ��ć�&@���J����H=��7P�f�#G�9���?�ϛ<���ȁ�:�����窨e�MY�������vxjQ�8\��4]fID�s�G}� ��B��@BG�l�e��Qg�-R�PKn��L�\�QM�g�^�㉰O�":M|N/��k���<��>U�4-���0c���my=� +�;a�����A5���]0TC3�V�IS/\5j�va������gg��:����>�#����Y!�]e$+/�"�"{��p�M�^�� ����\�B ؊ȉ�3vӿj��j"��ʃ*j�3�'i�\a�S�U�aʭx7�e�C��S�� ��a���a5�*.���\�!�yԒ�un�'`�4r��Ԏ_4໎�D�d��/Ϝ�`��O>r@����@L��껩�3�]H^h���4��w�k�m�T�� +�>�eu�z*��Ñ��e�y*,��'��l�@���5������gm�4��>T�\�/��<�U��K���V4��9���X��8-ڗ�6H���_���=�̜J�y�T!�M�]*�d7�ug���8������H���n��(-a5+�� +&��$��w�8��Ǹ�����X������?��F�Ӕ�RQ�X,Й�Y|�q��K1m#/��{�m�Etkh��v�1_�2ځ��D�d��-�]a4L�Q�4��o�w��Ծ@\w:4��=�c鶓�z��2�����FH�k�p�n�eid +���kp�)�^� 8�P�hQ{��\����E��\Z�:�?f�Z����G���ᗙ�z2��5��]�^?�.���u�l�\�_Jp���G������1`(*)%��%�c�%�:�G��s�,��n0�%��p~���(�~� �� 詊_P/�c�5�G��B�ټOĺ=�Lc���֧*wKk�r���)K;^j l�ZsG+磶H��� +l|+\�� +ћNh$�]2ϙ�P��Z�� �I���O����������-����6��a�X���i)�>�D�i n�ư�Ռi,���[ W��w4rX[�� ��)*��*9��A��[�`��=qL} *����c�͆�x�d�mU��֦-B7��M�$H��F���;�&ى��z�CQ��i�bL���«f"��;��_����^}�姟v�j�����]x�zn�$�g9p�p��c{�{��hn$��L�.��mR��� �WI\h�'S����'՟����z��4$ᅓ�o�_8�ʜ��endstream +endobj +4754 0 obj << +/Type /Page +/Contents 4755 0 R +/Resources 4753 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4752 0 R +>> endobj +4756 0 obj << +/D [4754 0 R /XYZ 71.731 729.2652 null] +>> endobj +4757 0 obj << +/D [4754 0 R /XYZ 71.731 677.4595 null] +>> endobj +4758 0 obj << +/D [4754 0 R /XYZ 100.4128 664.5081 null] +>> endobj +4759 0 obj << +/D [4754 0 R /XYZ 71.731 644.4185 null] +>> endobj +4760 0 obj << +/D [4754 0 R /XYZ 71.731 621.5044 null] +>> endobj +4761 0 obj << +/D [4754 0 R /XYZ 71.731 576.9714 null] +>> endobj +4762 0 obj << +/D [4754 0 R /XYZ 71.731 532.4384 null] +>> endobj +1974 0 obj << +/D [4754 0 R /XYZ 71.731 492.8868 null] +>> endobj +938 0 obj << +/D [4754 0 R /XYZ 461.4838 455.6712 null] +>> endobj +4763 0 obj << +/D [4754 0 R /XYZ 71.731 445.3062 null] +>> endobj +4764 0 obj << +/D [4754 0 R /XYZ 71.731 409.6438 null] +>> endobj +1975 0 obj << +/D [4754 0 R /XYZ 71.731 381.6489 null] +>> endobj +942 0 obj << +/D [4754 0 R /XYZ 392.055 336.4941 null] +>> endobj +4765 0 obj << +/D [4754 0 R /XYZ 71.731 332.6639 null] +>> endobj +4766 0 obj << +/D [4754 0 R /XYZ 118.5554 290.4734 null] +>> endobj +4767 0 obj << +/D [4754 0 R /XYZ 71.731 260.0888 null] +>> endobj +4768 0 obj << +/D [4754 0 R /XYZ 71.731 181.4389 null] +>> endobj +4769 0 obj << +/D [4754 0 R /XYZ 71.731 139.6606 null] +>> endobj +4770 0 obj << +/D [4754 0 R /XYZ 75.0485 100.9058 null] +>> endobj +4753 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4773 0 obj << +/Length 3062 +/Filter /FlateDecode +>> +stream +xڥk������m�k=�����{H���^�^�f�W<͌�=���n~}I��e��ڢ��)J�(�D�� �'n2�g<���$���/��#}�B0ɖi�.�/���/�0�y8��A�GqT�dQ���o��{oN�E�~� ��K}z�՝�_��H�/��/uӔ�����e�D�_��'�T���#��k�����o�ϗF�E�=/�R$���M<���/%ۡ�Z�!B3�nUGЌ�7�$�x]%�W�xB�ӳ���a_��R]��Iϧѿ�$3�:"���� ����7tc_I�#�f+B�HD�wj�Mr� OG"x+�=�,��^i��I杺��[�Պ�� A,/d�K���`º���5�2x���-���~��<��#���gH���%s�Iz�����LJ�Wx�V��'�@W����E\u�x�_/�9�A1s^�J7�zT��|+<�u��>lr`��FI荃D@��#N�]vO$�lni7ѣ(8v.��D c���g5/_��@�,-#.`�����PE��c�Nx�H�B�[#V��nW�w�m$r�ȼG�@�*Bk%���>�i��Fʊ'�в�˶���@�%��v���6�(�"����3�^� ��9�|I�!��np�rqҪU���8�-h���/�x��A4��_�X���0���%��G*��.�����l2��ڦ�`B��4������t���1"������-���$�̙�E��E�q�$<�-�r��(�(���`1��f�B��� +C�{O�/р���-�-c����7QɈ�-�����W�z��6*R?�s�?�/D����8�>�>;�z�ԍ�?[��+�0^J����C96�c�kڈ +?ϒ�h�g>�q�e�䧵,|1�MkG�+�,��;�⻯����_��7�<�I*���{x���w�����ޡo�=��Ҭl'#����p�� h�[C03Y��m�F�d��T8<R�N���꓀J�L����&��`6��Qf�A��yD�q�#S~·)� ���ʋ�)͒<��a�M�M�x�a�a���q��k��5��KV�Aώ�����%�-����m +���+F�~^��o�9�kKG��Ep��b�Aa6m�����P�W��� ��?�E��A�*��H9-�)�`/����D��z<��h�8wr(�u��B�u��?���������Z���i(��G+��5<�M��y�Xz�h�9{��!/�EX�x�38{��dٛ���R��wR]� L�G��8t�/}��;��QyY���/�̜3�����,g�i�d��ѓ/��A����{8�ʌ�y\[c{�,��@+⦙���d]�Lի�c���ҹ6�(���h碒%_��x=�V3����B�0��[�ۄL��~�gb1�C���EP;<ێ��C*e���Y)�.e4��l�s7���x�g�6]���W��)�z���bZQx�p��0饗�~�o �VX�b9Z���OJ]���x���ѳ�64��H����h?V�s��_W�n<@��w��_��;�C>[I�[b>\dU�V�B��^���9oML�w��k����/_�e�`HO�vB�I�x����f{�{_�Dq`�"|0Ő +�/*�Q���Ӈ܍ Mm*���Ϩn~eՖ�7���[�?��N�w�n���Qڭ���7PJ��t�J8��f_o���\�{9T}}QW�4]U"��p�3�-N�2� ����+k*��K��v����*d�W�Qك�W�ߜ��ü�;�6���"����1�q��'�J����LD\c��Wr�(]@~N�y�4ɂ-A/����\-L������{N*�Qc�K�x����M��v-�p� +ړ�~^�Wk7�_���m�6�ۢ�R���=���v�@���rjO(�C�wq)���f�m^���&���3Ĵa6a��NKh���qs�z:���l<�;�8�E����Κ�1��pj�W��XA%=&ķ�bC !�Gn��S-�tm��'�0�ǣ�R���(���,�i{���P�a��(�]9`�B�z(����l��G bZ4H�j�ܛAF �g@0g@�ޟ�I��ӂ�]�9�R��;�X�" Y�Z�e[��jG�=eD��m%�9���^����q7sDŽ�#�D�{�)B��T\e�@��bj���`a����k�^O���*�$���������M���{�H��y��{�S&Z�.�'�o��=�-�n�&�Wm_m�R*���D20�� ����4"�r��[���2�<2%@��%*RP=��F0�w��5|�~{8Iq���ȹ��7 +�ĭw�8}�wMRN_�[�2��a9)o�K�%������jý-���W��U?�}�~�.���������oi�;.�Ѳ"� mQ� <w�`��Ueݒ��|U&�h� ��/{����߉D<�lZM �t�R�QP-u��V����*G��ۯmb��m�c���d���I�@0`J@<�0`��#"Y���T�����s�xE�@��2+��O�R���Qg_"��K��(o%���zjl�k*��)H>`���ߘZ��ޔ�6[���Zc)����L�H�k�e�g����$s�KZ�=�Z��[`����LW҃�^�E�3�w��|L���i�� Tz�T��V{,��ڕ��,o�)�e�[�9��Z|�%s�\\E����@�6�nq!��a�/�X�'��e�*[���������������f��O�Tf�#��ޯ�c?M#�b���f��6�'un|u^�K��Q��V"��S�\FȺ����(�$�$Ǧە����8������bwNzH�@�n��:A`jd��d��"�gT�(�Ok +C�YlĜ7����d{ǭ������!�����C:������q�/>@�?�fz�u������C�4������ �Ю�RS�(��ܑ���� +��X�_�u�� F�Y!��|��*p�P���R��/������sl��C�Cs��"EaWB~E��_DV���\xendstream +endobj +4772 0 obj << +/Type /Page +/Contents 4773 0 R +/Resources 4771 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4752 0 R +>> endobj +4774 0 obj << +/D [4772 0 R /XYZ 71.731 729.2652 null] +>> endobj +4775 0 obj << +/D [4772 0 R /XYZ 71.731 675.3027 null] +>> endobj +4776 0 obj << +/D [4772 0 R /XYZ 71.731 633.5244 null] +>> endobj +4777 0 obj << +/D [4772 0 R /XYZ 126.6874 607.721 null] +>> endobj +4778 0 obj << +/D [4772 0 R /XYZ 261.1829 607.721 null] +>> endobj +4779 0 obj << +/D [4772 0 R /XYZ 468.0449 607.721 null] +>> endobj +4780 0 obj << +/D [4772 0 R /XYZ 225.8334 594.7696 null] +>> endobj +4781 0 obj << +/D [4772 0 R /XYZ 71.731 581.8182 null] +>> endobj +4782 0 obj << +/D [4772 0 R /XYZ 71.731 561.7286 null] +>> endobj +4783 0 obj << +/D [4772 0 R /XYZ 527.2229 550.934 null] +>> endobj +4784 0 obj << +/D [4772 0 R /XYZ 147.0485 537.9826 null] +>> endobj +4785 0 obj << +/D [4772 0 R /XYZ 225.1255 537.9826 null] +>> endobj +4786 0 obj << +/D [4772 0 R /XYZ 71.731 530.8444 null] +>> endobj +4787 0 obj << +/D [4772 0 R /XYZ 153.8487 507.0984 null] +>> endobj +4788 0 obj << +/D [4772 0 R /XYZ 385.3055 507.0984 null] +>> endobj +4789 0 obj << +/D [4772 0 R /XYZ 132.5823 494.1469 null] +>> endobj +4790 0 obj << +/D [4772 0 R /XYZ 71.731 487.7849 null] +>> endobj +4791 0 obj << +/D [4772 0 R /XYZ 488.3922 476.2142 null] +>> endobj +4792 0 obj << +/D [4772 0 R /XYZ 71.731 432.3786 null] +>> endobj +4793 0 obj << +/D [4772 0 R /XYZ 71.731 432.3786 null] +>> endobj +4794 0 obj << +/D [4772 0 R /XYZ 71.731 382.9045 null] +>> endobj +4795 0 obj << +/D [4772 0 R /XYZ 71.731 349.8635 null] +>> endobj +4796 0 obj << +/D [4772 0 R /XYZ 71.731 280.1251 null] +>> endobj +4797 0 obj << +/D [4772 0 R /XYZ 71.731 249.2409 null] +>> endobj +4798 0 obj << +/D [4772 0 R /XYZ 71.731 218.3567 null] +>> endobj +4799 0 obj << +/D [4772 0 R /XYZ 235.2282 194.6106 null] +>> endobj +4800 0 obj << +/D [4772 0 R /XYZ 71.731 174.5211 null] +>> endobj +4801 0 obj << +/D [4772 0 R /XYZ 282.3949 163.7265 null] +>> endobj +4802 0 obj << +/D [4772 0 R /XYZ 500.3238 163.7265 null] +>> endobj +4803 0 obj << +/D [4772 0 R /XYZ 300.3059 150.775 null] +>> endobj +4804 0 obj << +/D [4772 0 R /XYZ 71.731 137.8236 null] +>> endobj +4805 0 obj << +/D [4772 0 R /XYZ 71.731 114.81 null] +>> endobj +4771 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4808 0 obj << +/Length 2530 +/Filter /FlateDecode +>> +stream +xڍk��8�{En��q��ƒ���m�m��br�m�c+������s����G��c{<3E>��(�")>�r�'W���j��^��L�y!�d�4�1����מ�JD�p�ݯ|7��%��S"d���:�����z�� }_�mW��?��@���Ꮲ,��o۟_����H$1�R��jA�`����&��ͼU��(id����&t]����ߥ�=6z�������١������M�FyWJ" ���H)� �߷��O��F��?�b̍f��Ͱ�,����?�sSg�m?��kĺHθH�ě2B���k����"��4Dۣ^od�:Y�4�=�Un��(�����NWmQW��ສ���!�;-AG�� ���'v� ��B��/����o߽����߿��j�S{'��)�n;}:�i�ouu{(�]ZނV�}�)��S�Am�cw*E���A��ļ� m�t��@4H�L�k-���=9fw�AY�A�M;�X4Y� �V9y>�"`_�e�V�s7\��ۥU�͂�\c�PƉ���>�A��c��#rZC�䟬��i~*���>�=�\K�8uQ�!��;I D��NL��|�i�ޒ�M�@�κa ���h�&����-�.*�}��J��u>�u�����f�x�&�L�C�|��3��C�l��2J&��I�Y�� ��&�h�zN�;I�6�'�����K�_c��h2i u�^��O��"4:�.s��jB� +l�q����C��ہ���DG�l�S��أ�^D6���y��-aڬ)���4��nF��٩/y�OB>�����R�����ғ�kV��i�Z�GU�~���p�"X ��*vV)j�B��(bj�p��hM:.��o`�4�}�\��P�|*�>a��;�>L��٤ V8��p+4��be%V��V�����������uK3i�k�����e3K3���3pl��3^1�K{@)!�@�QNYg�s��[�cK?���:���c����]���O�{6^���(�xQ0d�b�A��n�3�z�f�������D^�����(!|O���f�k�W�x�����ZM�%�� +Ee+K��!�wѧ@M���ДHp��x���0x�� `1މ��,�z� +A�?�m2�D�p�ऌ��3�ʸ��cD3W�] +#�#��q�`��AЈy�C�&��8����ll�`��p����,�����{_4�#^��x��I U�4fJ���7��ul,RofI滻�L�8 704���H)ݘ��B�"4 H���#����7�>�;/���MЈ�t���>r%z��n�J���"Pn����{ٟ�, p�j0B��H�=W&\9x�AE��E��}��G�E��=���)�M�]G4��E7p3n�|��DY�8X��i����U�1ձ��ܮ�Ij�tݱn�1��o�r,+Ρ���-v%�/"����J���B�S����b1=f 7U��OՏ��I^��h�B*�f�0zR�ʂ�#��G��@��b+��%�}l��%�H��&��Ub��E^�]��p�T(�9m:B�g�S�H3�n��Ɏ4sN�� �kF�]G��Y�-od�З�ԃt��J����PM�ݐK{�hw���6m�[�B%��Hdj!��0�,4Ò�1�{��ALS80>E�x����E����{�ļa�B�Ei89!�c�Ξ�=�@q3+,�� +pk��F�Q�&��,�x�#�5Q�5���\J���]*����io|Z�~�Xj8-��~�F�S��P)[���GQ '[2�{n����ލ/��?���8\y�qb�}�ƈ����pf</�{s�MIp1�fbb�`�/��Q9\�5E����#�O��-W���:�9�9�����$��H�I�<���D�����<����~I���~"��P��\���,bJ�p �"m � �V_K'�!�J蛉a���.����s���z"�Y�K|CBS_ +�ٮc��3۶�Y�+�1���6�3r�8��-%uȟ��K�8�s$D��:�'6�S��2\�ؖ�Z��\,D�Ɣr9_�)9u^R�B�����@�}C=���#F$�s�Z��r�,S���f��M��KV3W�q)�-7���;/��>aD� +�yhcđ��q�JW�!� B������'_~1ۻr��7���KS��x�dY�;r��ҁM��L��zIx��L��`I��^�ިR��G�?�7��,���f�~��ϨњV�����Jy�3ѽ����8����9i�Ѓo6���y�*�:gfcL�(z�@&5���d�#�ԢIR��$����YUL1\�o���l�� ê�>�<���vm�S�T�2R���������4M��%5+ǖj�t�ۓ�2��[�X��WX���KY��y����АWd�n�䤛����������S�i��χ&͇!�+���|����� ��-���^H�~,b�LN�<��2P1 +�k,�$���!�������endstream +endobj +4807 0 obj << +/Type /Page +/Contents 4808 0 R +/Resources 4806 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4752 0 R +>> endobj +4809 0 obj << +/D [4807 0 R /XYZ 71.731 729.2652 null] +>> endobj +4810 0 obj << +/D [4807 0 R /XYZ 71.731 741.2204 null] +>> endobj +4811 0 obj << +/D [4807 0 R /XYZ 71.731 663.2733 null] +>> endobj +4812 0 obj << +/D [4807 0 R /XYZ 262.7133 650.4608 null] +>> endobj +4813 0 obj << +/D [4807 0 R /XYZ 71.731 625.3899 null] +>> endobj +4814 0 obj << +/D [4807 0 R /XYZ 71.731 604.547 null] +>> endobj +4815 0 obj << +/D [4807 0 R /XYZ 462.6651 592.9763 null] +>> endobj +4816 0 obj << +/D [4807 0 R /XYZ 71.731 572.8868 null] +>> endobj +4817 0 obj << +/D [4807 0 R /XYZ 86.8712 536.1893 null] +>> endobj +4818 0 obj << +/D [4807 0 R /XYZ 71.731 510.2864 null] +>> endobj +4819 0 obj << +/D [4807 0 R /XYZ 71.731 485.2155 null] +>> endobj +4820 0 obj << +/D [4807 0 R /XYZ 71.731 464.3727 null] +>> endobj +4821 0 obj << +/D [4807 0 R /XYZ 71.731 419.761 null] +>> endobj +4822 0 obj << +/D [4807 0 R /XYZ 71.731 408.8668 null] +>> endobj +4823 0 obj << +/D [4807 0 R /XYZ 71.731 403.8855 null] +>> endobj +4824 0 obj << +/D [4807 0 R /XYZ 81.6937 381.071 null] +>> endobj +4825 0 obj << +/D [4807 0 R /XYZ 186.3981 368.1196 null] +>> endobj +4826 0 obj << +/D [4807 0 R /XYZ 134.4201 355.1681 null] +>> endobj +4827 0 obj << +/D [4807 0 R /XYZ 197.7326 355.1681 null] +>> endobj +4828 0 obj << +/D [4807 0 R /XYZ 71.731 335.0785 null] +>> endobj +4829 0 obj << +/D [4807 0 R /XYZ 301.2456 324.2839 null] +>> endobj +4830 0 obj << +/D [4807 0 R /XYZ 172.7839 311.3325 null] +>> endobj +4831 0 obj << +/D [4807 0 R /XYZ 494.944 311.3325 null] +>> endobj +4832 0 obj << +/D [4807 0 R /XYZ 71.731 283.2728 null] +>> endobj +4833 0 obj << +/D [4807 0 R /XYZ 81.6937 267.4969 null] +>> endobj +4834 0 obj << +/D [4807 0 R /XYZ 187.8367 254.5455 null] +>> endobj +4835 0 obj << +/D [4807 0 R /XYZ 236.9551 228.6426 null] +>> endobj +4836 0 obj << +/D [4807 0 R /XYZ 81.6937 215.6912 null] +>> endobj +4837 0 obj << +/D [4807 0 R /XYZ 71.731 195.6016 null] +>> endobj +1976 0 obj << +/D [4807 0 R /XYZ 71.731 151.766 null] +>> endobj +4806 0 obj << +/Font << /F33 1378 0 R /F35 1723 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4840 0 obj << +/Length 2757 +/Filter /FlateDecode +>> +stream +xڵk�۸�{~��8�Qo��+�AR�@���hph���h�������;/ʖכK?����p8�'�>��E��4�O�{A��~�/�0��gJH6B��$����m.r/O�dq�[D~�Q�/�0�Xe�����}L����L<������/��3�n��b�J��u��go�0���U��걄A�P��8B�a��K�4%/B���J*@�?�2�'��4�D�B+zq�E��vB�_D��0͒���<��Y�U�b�$�O� rF����$A�{$���\D��C_ya��, ���:��U�/u��IA��o�h�!��Fep�~��xI�&���`��&�r� +Az;��`�ڱ*yr+��mz[����/G4/mm�AW�3�p0L4����f�U�/ۑ�@��,+�Z����l�A��Tf[�yV7%�����ĠB<e�' ����[��(]�-��y�K�ٚ�a�aF�d�[P�{��3�A�$8�;a1�dw���Z¡q��\d�ځH�|�q�lc��о�W^1��8�R��D��V>�tfs!NL�)�G���k:|�W�#�q/$�D�e����ȹ~����ӥ)�'͟� �����ӥ���2Q��q�K��Q�{a��/"U�M>>�[���0=�mzK%P�9��4f�}��G�XRV +� ��݅)��8_vc��������-��X����1�Z8v���t߃��=����k؆�`.恌/�An�W�n�V��"$��!��*�sX��%y��\�����x�ύ��n��I͚1m����#v߭�ψ���v�聢����n!L#k}�hvhڢ�����۟�m3���}�����Q/a�¹AF�/ H��E��|#�W���cvt����'.V>tXf�B>��[PRd�Ϊ.x�cQ#<��b=�� � �CXJ1�}� �-s`;�Ȥ���p�4d� +r]prGq$Iw�jX3��ɶc�s�6w~1BǑ%Y���{�ÁS�R�I���)� ��3�����U�����l9MITL� q�0���|S�BI +���R��>Q����w�xd�3���bC���� +�r� ��?���@�h����#�Ԧޒ�p�B9Zh��3�gs�[�r �Lj�Q(:Ig�6�U/K�qq&����������q +`}cl �(z�9�k�Z���i�S���{!M��2�Br���|/"[[3� ��c{Ҁ+�o��4��'�M�#�C��r�!�´h�´ph�, ��A<kE[c��n�^�@)�� +��XC���iNZ����l?\�;��S:�? ��X��./d���~�����7�2�x��z`���]A�_MW C�]=fu?��_����`�貶 �Ӄ��y� ���z�Z�,Lj�ێ1���ʨ܅f�H��:.���[�n�<�IH�:�H��*[��rξ�����/��.l�m�8���G0����w��:� V��);�_�Y���D�sQ���@*����J4X�ǩ��p�ޱ��F1T~�##���?r���jY��p�dn���M�h��arn���2k'xot�E���5� ��-c�T�EkV�was�Y��I�%�X�|�7s�XvU���(x��K��%B{��n�� +�Sۋ.���\��7���ܾq��u�'�K�C�}�Ll8���~�/�B[��QZ�ճ-$�]y�EM-�Es�H��* �z*�[�W�<�M��; u�5�PP�,?�EJ� � ��2�: +pZ˱�-�24 +�h�9 aX�~bv��V�MA��b�y�y'hl��<hi��bw�5�f�}c�G3H�pb�' >��o8{��X�!T=������&���+���H�bQ�-]sC͉Z�VO��/ah{�bqiKƘ��}ږ�h�b�Rsf�Ʈa2���n���6��� ��,��G���ȷP�[�/��@��xJ���)�SQ���A���5g��se!�3���P�������'D�;��O�_e��Z�lo1����A�y~ƯJ��u)����;1�3�4�O�VFa|��.�5H�K;9@^�%D&R �ؙs�� ���H�����R��e)��5X����s��ݯ)�N���.^&��aߛz�͂X�i��ED?��z������qCC�hSEJVW�UKa"�w�x�OJ��?J� 薉��O��B�0菦���Ag� +8�(6��J�i���kޱ��r��e�<��g�)��>l7���cB����b�:Гby�����r�pE(�� �T���I�L�T�#g�4ЕS���;�ۂ�����c.�@�6��a5� �JW2@w���J� 2d+��v�N#u�uvΙ\�vVo+�Z)"O6Ǔ�!}t�+�(��q�cGA�̬8]Vm�I��%/�� +����Z'��Y��f۷[,;Ly�w���a���������f�?��rO�+�+��������ǖ����_���]3��rz�y���ys*9I"�*��j)�Miݫ���Q�n4�]�d�������\hJj"4�AyP��B��w�J�FB �,8N���V%�ځ�y����.������!|�q������qg�56���;���� +��Z�T�����{��MM�z�S���G���$�ꏡ4�����U�O�p�<x����9.��endstream +endobj +4839 0 obj << +/Type /Page +/Contents 4840 0 R +/Resources 4838 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4752 0 R +>> endobj +4841 0 obj << +/D [4839 0 R /XYZ 71.731 729.2652 null] +>> endobj +4842 0 obj << +/D [4839 0 R /XYZ 71.731 741.2204 null] +>> endobj +946 0 obj << +/D [4839 0 R /XYZ 402.8496 705.7477 null] +>> endobj +4843 0 obj << +/D [4839 0 R /XYZ 71.731 701.9174 null] +>> endobj +4844 0 obj << +/D [4839 0 R /XYZ 118.5554 659.727 null] +>> endobj +4845 0 obj << +/D [4839 0 R /XYZ 71.731 555.34 null] +>> endobj +4846 0 obj << +/D [4839 0 R /XYZ 271.0004 542.4881 null] +>> endobj +4847 0 obj << +/D [4839 0 R /XYZ 344.4787 516.5853 null] +>> endobj +4848 0 obj << +/D [4839 0 R /XYZ 71.731 498.553 null] +>> endobj +4849 0 obj << +/D [4839 0 R /XYZ 389.061 472.7497 null] +>> endobj +4850 0 obj << +/D [4839 0 R /XYZ 118.6881 459.7982 null] +>> endobj +4851 0 obj << +/D [4839 0 R /XYZ 411.7689 459.7982 null] +>> endobj +4852 0 obj << +/D [4839 0 R /XYZ 71.731 439.7087 null] +>> endobj +4853 0 obj << +/D [4839 0 R /XYZ 403.6536 415.9626 null] +>> endobj +4854 0 obj << +/D [4839 0 R /XYZ 71.731 390.8917 null] +>> endobj +4855 0 obj << +/D [4839 0 R /XYZ 71.731 316.3712 null] +>> endobj +4856 0 obj << +/D [4839 0 R /XYZ 477.6839 292.6251 null] +>> endobj +4857 0 obj << +/D [4839 0 R /XYZ 71.731 259.5841 null] +>> endobj +4858 0 obj << +/D [4839 0 R /XYZ 71.731 197.8158 null] +>> endobj +4838 0 obj << +/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F27 1278 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4861 0 obj << +/Length 2249 +/Filter /FlateDecode +>> +stream +xڕXm�����_!F""��˷u� ��.P'E�i�88�ȕ�E�|�"�o��ΐ�N�����������3�����,~��!�/�Hβݓ`����O�x��M�^�>��N���u,���z��B�g��~�tv��<�5��6OF�<����o�zW|,� ^���EY��/�y��vT���)�Ծ���B�L,��hh���-�К#����hTW�F}k�.����`�����O���,��i۾1Uf��DfxU�5��>��o�1uՙ���i˜-Y���c��`��G��<P�\��v���]ݰ��-��9.���f)�%�-R���j�� �vB +�hD���u�lA�}Oϧ�����S�D��g�(S��(VN&�N�� +=�}ew�(i�~�� �JD��P�?��p"��"_%:�M�� +����ݾ�8��z���r��"�Q�G*<��?�6w�gu�0eox�1��#���MEl�d�U����m���KE�y��=H������&�G��#�Q, �yj`n��8��)N�1]:D�qV,��T��]�)7��m�s�_ۅ��+'˓>���W�0� �?��^3l�X?��zH��)v��<2���a!�lF/�̷u7H#ms��u_.���|�d���� +TO����*��N4��M��B�p��1��2�5v�W�'b8+Fv�rTy��:�3:�O�f"(�%f*��R1u䇉����"4���0�@�'R�5��'b@�$v��`��R��bc�$���8 +tX�:A�Z���#���:��[�f�� �!�+�SUq$���f�t�� �K���+<X��c�X�l5��0���*�9��V��A���yj�����ћ�w/����ׯ N���u���m�i�ۚ�3 )Ɓ�ս�S7܁wv��6�!�`9f*��� /0�����E�v*BW�Q�ڮ��eEM����.@��Ɩ��"ң<�l����P�Jc�a��_�c�a +���n$�1�JHU�;���ã,Z���(��m�Ui���R��m�����Y`H�C���[gFa��Aq�yn`ִ�'�6�Y�Z˪������h�Ю���h��K�:��.�W��E:�, w�⣋�9����,bݡu �ϥ@&�\��8�"�؏\���7Ug7����%uo�����^��˽0� nL8��"�@������p�\i����QW�)�_X#_�0rk��S�v8�OC��]yxR9�v`���U������SM�C���T +��L��>{d�&\��}!��~�qɆ�i���]����Z!���p���������C���L��B�B2�3s}���v4�<�{0��� +W^�%�U��(��a��%���־qG��MV�tZ0��-O���5��2�����#�eM�BGD�>�"�iK�+��{��y��9t[�a����u���;<�����ݐ�*��*P�%"�IMKS;� �����Bh%mIŎi<��?�46IH&7�43�L��RHnDVL�����JC�b��X���q5pyS�+�u!����5/�ͪ�uI�BcC윇�k�$B��Na���+��ѥ�uGF�����q�C���Z-'��}��lW��Be���vP3c,����%�P2P|��K��d����G�ؖ�`2�W��nm>T�n(��n9��� z<�IE��W|ˀ�k8�w��"��W/�T�˲����a�I�ڠ��p-M���X����/rKD��0�To�Z�j�M�c#��3O�D}U�}��� �Gn�",@�`I�5X>�̃U��Xi��o�{Z��0�[�H<RN�:V6Ǯ�խ�B��sHj�տ-~4A�Ox��R�����H�fR��c��p)[�E�%�r��xg\�.%���{�R����� +��!���)���i�v��YG��s+�H:�����GRd�u�`]�*�DeeIk�8i�Ե��V\~a���[�����f�n�s!rG>���� HG �����N +=U��!׆�z��:%8H4��"�������u�hIs�I�D�����{Ў"�3%�:Kl�AÈ7ձֳ*4Z�UW�t[�d7�kK�d$[%}��KJ�A�ϭ��Ç��3���`�u��77����W��uv�܇�\ܨ��K�"֏~8��\~7�V��֣$ܝV��|E�w�˫endstream +endobj +4860 0 obj << +/Type /Page +/Contents 4861 0 R +/Resources 4859 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4752 0 R +/Annots [ 4868 0 R 4869 0 R 4870 0 R ] +>> endobj +4868 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.5321 301.1179 411.2056 312.0218] +/Subtype /Link +/A << /S /GoTo /D (cvs) >> +>> endobj +4869 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [493.3402 275.215 538.9788 286.1189] +/Subtype /Link +/A << /S /GoTo /D (tinderbox) >> +>> endobj +4870 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [70.7348 262.2636 268.7199 273.1675] +/Subtype /Link +/A << /S /GoTo /D (tinderbox) >> +>> endobj +4862 0 obj << +/D [4860 0 R /XYZ 71.731 729.2652 null] +>> endobj +4863 0 obj << +/D [4860 0 R /XYZ 71.731 525.8631 null] +>> endobj +4864 0 obj << +/D [4860 0 R /XYZ 118.5554 487.2991 null] +>> endobj +4865 0 obj << +/D [4860 0 R /XYZ 211.9919 478.8347 null] +>> endobj +4866 0 obj << +/D [4860 0 R /XYZ 71.731 433.7095 null] +>> endobj +1977 0 obj << +/D [4860 0 R /XYZ 71.731 406.8653 null] +>> endobj +950 0 obj << +/D [4860 0 R /XYZ 449.6052 363.7679 null] +>> endobj +1978 0 obj << +/D [4860 0 R /XYZ 71.731 359.9376 null] +>> endobj +954 0 obj << +/D [4860 0 R /XYZ 159.4424 324.3955 null] +>> endobj +4867 0 obj << +/D [4860 0 R /XYZ 71.731 317.0432 null] +>> endobj +1979 0 obj << +/D [4860 0 R /XYZ 71.731 258.2785 null] +>> endobj +958 0 obj << +/D [4860 0 R /XYZ 141.1081 221.063 null] +>> endobj +4871 0 obj << +/D [4860 0 R /XYZ 71.731 213.7107 null] +>> endobj +4872 0 obj << +/D [4860 0 R /XYZ 71.731 193.8003 null] +>> endobj +4873 0 obj << +/D [4860 0 R /XYZ 331.4802 170.0543 null] +>> endobj +4874 0 obj << +/D [4860 0 R /XYZ 86.3959 144.1514 null] +>> endobj +4875 0 obj << +/D [4860 0 R /XYZ 71.731 137.0133 null] +>> endobj +4876 0 obj << +/D [4860 0 R /XYZ 225.8809 113.2672 null] +>> endobj +4859 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4879 0 obj << +/Length 1344 +/Filter /FlateDecode +>> +stream +xڭW�o�6�_ܓ$�������p@��u���Zm˰�w�HQv�K�;`C��"E�⏤>��r��>цEY͊�.��@���[�~�r��~w��9�g�ɢl�;Β0gqofy�u�׳���`[���n���0�}����V_Ts"�}���J����v��n<:�s�Y��w�w]{����kt4w���h[�q�泱�&���W��H���D���9O�S'�� 1_�-��C� ~�౨��(�#��$���m���:H/=�Fv�x�hpB�X�mR���=�+$���Omu��ѩ �h�Iֲ����xll'�g�k����3��o'��HDim�q�:vҔ��5Ү�j��C�b�9 �x�dBI`�z�2��O����<�Q]w��]$��O��u0��GI�L�1���/9�c��qT`L��gCNxʻ<� H~�'�m��J��9�*j?/}�C�-��tܧ0 ��`՜#���0�P���γ4`�����U��;��Y��!�+gwi���a���(vl ���Q��d611VȄl&�P��>���m�;+���=5����=�A,�H.�Fp9|0�x�v� ��M\>�� +��e���)�D:�)S/�u���)d��x>t�98��Xi늌��whEqDY��U�f��l����#;'��ooh��-J��-:�m[)y�j�5�t�:�4��:���U�^a����� +>��Γ�y�{Y ��G�:l$��xa�JQ�^ol�(��dg�j�����$�I$HPc8������1Z�t�����sɢ��w��!���� +�E=�9��XH|��s������:5X ���6�"!f�WV������6��Y��U�ӂ(a��9�t���E� -X����~��0��e��響��1D���E_�bO�ր��H$���Y�h���{���c��L�)�ov|��_���b����Tr�[�,��l�J�b;]т��-&����IL:(��,`%:�{�D�jE`y�Kd���������-�|��z_9�}�j2�p��A���(~��WfH�'�1)���'�˨v�_𐫮����|�X����r�����|��>�}�AdTE�ߍ����hR��;|Q:�(���*�vz��1�N� �,�9B�/f�jzH�%y��� ع�k��K����9�H�8F���B���$���p���1����2���sh��vq�SS��5���Ђ���2�ѐB�h��LSR�dXqR����wJw����HQ� n����I�lͳͻ��&{�n�њ�|�-�S��_A�8�����endstream +endobj +4878 0 obj << +/Type /Page +/Contents 4879 0 R +/Resources 4877 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4893 0 R +>> endobj +4880 0 obj << +/D [4878 0 R /XYZ 71.731 729.2652 null] +>> endobj +4881 0 obj << +/D [4878 0 R /XYZ 71.731 718.3063 null] +>> endobj +4882 0 obj << +/D [4878 0 R /XYZ 373.6261 695.3923 null] +>> endobj +1980 0 obj << +/D [4878 0 R /XYZ 71.731 688.2541 null] +>> endobj +962 0 obj << +/D [4878 0 R /XYZ 204.6754 651.0386 null] +>> endobj +4883 0 obj << +/D [4878 0 R /XYZ 71.731 643.6863 null] +>> endobj +4884 0 obj << +/D [4878 0 R /XYZ 71.731 617.9626 null] +>> endobj +4885 0 obj << +/D [4878 0 R /XYZ 249.701 617.9626 null] +>> endobj +4886 0 obj << +/D [4878 0 R /XYZ 273.8213 605.0112 null] +>> endobj +4887 0 obj << +/D [4878 0 R /XYZ 71.731 597.873 null] +>> endobj +1981 0 obj << +/D [4878 0 R /XYZ 71.731 541.086 null] +>> endobj +966 0 obj << +/D [4878 0 R /XYZ 189.2393 503.8705 null] +>> endobj +4888 0 obj << +/D [4878 0 R /XYZ 71.731 496.5181 null] +>> endobj +4889 0 obj << +/D [4878 0 R /XYZ 350.2936 457.8431 null] +>> endobj +1982 0 obj << +/D [4878 0 R /XYZ 71.731 450.7049 null] +>> endobj +970 0 obj << +/D [4878 0 R /XYZ 261.4143 413.4894 null] +>> endobj +4890 0 obj << +/D [4878 0 R /XYZ 71.731 406.1371 null] +>> endobj +4891 0 obj << +/D [4878 0 R /XYZ 71.731 380.4134 null] +>> endobj +4892 0 obj << +/D [4878 0 R /XYZ 365.6409 380.4134 null] +>> endobj +4877 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4896 0 obj << +/Length 2440 +/Filter /FlateDecode +>> +stream +xڝk������8``�X���O������vq7EQ�±��X�2����/)RN���\��E�ŧ#W��U"E��2��H���`u��Oo$��q,T$cX,�n#��,U�j{������OJ�T �(�V��IT��������]ۚ���m�*I��=�7i��6*X�q����6��ڡj���� �&�Ld1���jrG����ꁍL)��6�8V�62Z�o�q��5�0f��,���_|?�S�uN���V�mg��9���L֟�nlc��NfA���K8פ2p"F^�s>'<6T*�E2t}�c$Q�U��U "��Mc���E^>T�lI���P2 +ٔawj�!�F>M�J�"2��mHE�r,��NQY��y�Ak��hb��U +Lb�G�Le�!��d����V����TΒ���nȹ<.�� Z������w�D+�����y�^���S>��D�گ;����) 8Yt��[�����n+�@(�������O�R o��G�}�U�X;wDn;�9x�I_X�M��plеǦ*��/�lZ�3k�9����"�6��E��Ƕ�� ��>\<�� + *�P��������Hݽ�xH�c������<HFZ���iPؙU�§9љi뜗��Ъ�O �;&b���'�qG�o>�OYP�HD!8af"Ͳ�L9m��(Q^��3^x�_}�@����H���� +x�WH5lF�F���Wُ.�Y�`���"�`yI���em��Z0��+Rԝ���^V B!�+�zs|@+�8v3����1yQ��w!�9z\J�Z ��m�\����/F@�Kk�)%��O w���\�����NN�#��,-mQ���]�%�=�=�z�Q�t�vi�hj{�� ),S�ks`9iG�.b�a0 ���dd�ۄA�<_*2a����wf(v�C�; C[�f��B��:aE�*������\M�B�n,?b��+� +�`xߥ����ԇ�T:�|�S�������&��}��mR���j�e���-ǚꎊC.1G.����(\C��b�@ȝ����e�wwH`�LA�P��5P8�f0�)�� +���A�| ̭��d������x��/:����^���B@ ��{o �����0#88��v��9i��ds�8G��'�oK��5.S��6�[Xa�����j8�q�Ekk�F)\U��E"���� ���M+}X�iK�w<�f�W���� +�'C0Ӣ�Ռ�W>�Gf౫��e�M~������`��S+�tZ�P�@�12۪�:���W��L$(I�o3N���8�a��GYuP~0�������8y�͊�J��4)9��B-���s�����)�4��vxj� �k���x��;������ ӱ^$Q�`��t�����fS���z*�ռ�ѽ���>�� +řC=�,�u���+�[坘��1#������4���E��?TЯ�M3���*Դ�#�.Gq�!�YK��1�®��j�v7�UΛ�\�z�d ���e(��ƿ殼��ByW=�2,|�x�He`�a"O�w��>q��"��+�UU0���G�mB���{�(���GL�~g/�s@��5e��c8�l<�.��Hp�f�G��&����*��(���M��$�:g@.�������쩮'�D$)T��7�Ɓб��mx�A��%�h�4�����A:��5��FQ�3�I0|=a@��Cv~Q�3�����-���n���%�5������V�o���6z�~�o�Lt~n���6����5N�J��W.�Yr��XR����Â�LD��'�c[��9��`G6�x�d���i���/�C�r�$�[ ���>����~�ן���͞$�όO���91.Ʀ����aҒ� =x��f���D°A oh�b�+���w�6�L�M.?|�����<@Ҟ�~s &���.v8c��G����_0e*g��4g�Ϝih�u�˜_6�?��m9b>�To��@'0�+���3�h ��:z!%�((U$b�\L���:�X�����[ ���� �e�$9���'=���p����T�c�#rϱH_=#�#W`hP��?u�8֓L$���_�=��������C���41�sI��9��_zE�g�Q�l$� +G��Y�ns���4bМH�Ź��4��i1g�������v��|�.�p�������ܱ��'�.��#�i{�K-�ܭ!`�pr��Ÿ/�74�l2�~�\)7|�������D�0�G��0~֭|Ӊ��.�0�L��É7-=٤ ����������a�\��jaP'������4����+�\ǎ!n<�Nj/�y�_N���}B�}���9�p��[M�B/=c�������)(�2�&Nx�,���~CZ�_^��endstream +endobj +4895 0 obj << +/Type /Page +/Contents 4896 0 R +/Resources 4894 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4893 0 R +/Annots [ 4903 0 R 4904 0 R ] +>> endobj +4903 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [234.5514 546.7459 281.8882 557.6498] +/Subtype /Link +/A << /S /GoTo /D (installation) >> +>> endobj +4904 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [354.758 546.7459 402.0948 557.6498] +/Subtype /Link +/A << /S /GoTo /D (configuration) >> +>> endobj +4897 0 obj << +/D [4895 0 R /XYZ 71.731 729.2652 null] +>> endobj +1983 0 obj << +/D [4895 0 R /XYZ 71.731 718.3063 null] +>> endobj +974 0 obj << +/D [4895 0 R /XYZ 358.6963 703.236 null] +>> endobj +4898 0 obj << +/D [4895 0 R /XYZ 71.731 681.8546 null] +>> endobj +1984 0 obj << +/D [4895 0 R /XYZ 71.731 658.3912 null] +>> endobj +978 0 obj << +/D [4895 0 R /XYZ 233.1753 615.2938 null] +>> endobj +4899 0 obj << +/D [4895 0 R /XYZ 71.731 606.4709 null] +>> endobj +4900 0 obj << +/D [4895 0 R /XYZ 146.6603 593.7346 null] +>> endobj +4901 0 obj << +/D [4895 0 R /XYZ 441.3262 580.7832 null] +>> endobj +4902 0 obj << +/D [4895 0 R /XYZ 71.731 560.6936 null] +>> endobj +4905 0 obj << +/D [4895 0 R /XYZ 82.1385 523.9961 null] +>> endobj +4906 0 obj << +/D [4895 0 R /XYZ 71.731 490.9551 null] +>> endobj +4907 0 obj << +/D [4895 0 R /XYZ 430.9687 467.2091 null] +>> endobj +4908 0 obj << +/D [4895 0 R /XYZ 71.731 454.2576 null] +>> endobj +4909 0 obj << +/D [4895 0 R /XYZ 468.5487 428.3548 null] +>> endobj +1985 0 obj << +/D [4895 0 R /XYZ 71.731 421.2166 null] +>> endobj +982 0 obj << +/D [4895 0 R /XYZ 121.4833 355.7391 null] +>> endobj +4910 0 obj << +/D [4895 0 R /XYZ 71.731 343.3011 null] +>> endobj +4911 0 obj << +/D [4895 0 R /XYZ 149.514 334.1799 null] +>> endobj +4912 0 obj << +/D [4895 0 R /XYZ 252.2636 334.1799 null] +>> endobj +4913 0 obj << +/D [4895 0 R /XYZ 71.731 309.109 null] +>> endobj +4914 0 obj << +/D [4895 0 R /XYZ 71.731 309.109 null] +>> endobj +1986 0 obj << +/D [4895 0 R /XYZ 71.731 241.641 null] +>> endobj +986 0 obj << +/D [4895 0 R /XYZ 207.49 175.3874 null] +>> endobj +4915 0 obj << +/D [4895 0 R /XYZ 71.731 166.5646 null] +>> endobj +4916 0 obj << +/D [4895 0 R /XYZ 71.731 151.6714 null] +>> endobj +4917 0 obj << +/D [4895 0 R /XYZ 71.731 146.6901 null] +>> endobj +4918 0 obj << +/D [4895 0 R /XYZ 89.6638 125.9328 null] +>> endobj +4919 0 obj << +/D [4895 0 R /XYZ 89.6638 100.03 null] +>> endobj +4920 0 obj << +/D [4895 0 R /XYZ 71.731 97.8731 null] +>> endobj +4894 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R /F61 2649 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4923 0 obj << +/Length 1743 +/Filter /FlateDecode +>> +stream +x��ko�6�{~�?�D�^�#ۊ%KRtH�bv�P�2c�D���xE���<�O�l����<ޝ�}�G����'IK�� ��(/O������ŵ8�.���dr���dq�f��(�I��( �R?�:�uͫ�x���s��lL���ud7/x����r���ד�ن3 ��@���E4%A�ӑx$����$��/%a&�������6X�#r(Y��8��.�������hkf+>vC/qj�J�4BV�>�Y��Zv +�B�Sk�,��y+���)K��-�ʥ�X�zS����Sg��ʮiO��gm/ҝ���b�mP�Cq�``hĘ��@���HF��|�=���4\YҸ��v]*��֧^���W� Y��||�튵=���i!�z?�5�bѿG����D��OxW�m���ؒz$)�DZ�$u./.�Φ��v�*?;[��V�6&Л[& +�������Z?"�V�Թ��G!hGu�mɛ�--j��0A�y���V�K\�����č�N����r�|,p�Σ�Ժ�N�W"_!�����[�-���o9+Z1� +��ʊ�˪U����$��T�S&Yj��if��U��p�y[ � j�7����-���H�,ޫ7/��v���������ż<��檘4���� p����D�bC'�R�0(n���84�N�@��z�77Z�ރ�?z���x�yE��!����/�f{��!�����=4�����ś��SX_�5����$4K@��~d�p�B�`|��ࡏ'ќڈ���_�&��F��=C�ǚ�+��.����F��1�V��T~�8�2KAT�S����l������BZ,Vm"�.X�t�8���nV�QyO����X4?i[�nu������}���o=����'CE�����������(�;H�3��E��/���h?ڡ��}F�+�I�A^�s�{Ѯ�1��'Ƙ��֘~�9�@�)��\`ji���6�_�C����N� +��W��VJj+ens��u^AǢ�O�t�`J'YLʏ��#�jS.C��5̨��l�'6+����*�w���i7�Qu��V�m#KKM�f��hm�2���,�����;(uP�X%����wJ�kK�6OO�h���P�TKhMKu�� _���x� �6'6�������[�t��� 2�2 �PE��3ߩ��֊�������Kr%�"JG��nH�xI�:�:�9��Pol#|,�=/���H������E�I���Y�ٖr��@��U�4�zb���5��Ґ@���$A�����l;�P��8�-~�Q�MB)���n��|J����G�o��0Ȩ�5� ����`�L>��Ms����4T+ [��6������E*���t|�Ck9vU���w��m�*Y�2-�������Eab�J��ܝa����BM��āi`@0q�XZ}���г��w�H%�ߙ�lp1�q�&��&٫;�� ��sp ����$^��b�;ws� +�c�Nk�����d��ZV���F�I�N�`ٴn!>�Ë5��5�h�G���Ouͥ� ��m�s�XK���)$f��vo�����\0٩ ��μ���0Ɋ��۱��Ů������UK���֙z�������4����3>�����0������,��B�F ɗ�jp'��f��kAΏ~�?�p��q��_�vp�$���>$�K+)���g��?�؛endstream +endobj +4922 0 obj << +/Type /Page +/Contents 4923 0 R +/Resources 4921 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4893 0 R +>> endobj +4924 0 obj << +/D [4922 0 R /XYZ 71.731 729.2652 null] +>> endobj +4925 0 obj << +/D [4922 0 R /XYZ 89.6638 708.3437 null] +>> endobj +1987 0 obj << +/D [4922 0 R /XYZ 71.731 688.2541 null] +>> endobj +990 0 obj << +/D [4922 0 R /XYZ 370.3296 645.1566 null] +>> endobj +4926 0 obj << +/D [4922 0 R /XYZ 71.731 632.7186 null] +>> endobj +4927 0 obj << +/D [4922 0 R /XYZ 71.731 611.478 null] +>> endobj +4928 0 obj << +/D [4922 0 R /XYZ 71.731 556.0608 null] +>> endobj +4929 0 obj << +/D [4922 0 R /XYZ 139.5762 544.0956 null] +>> endobj +4930 0 obj << +/D [4922 0 R /XYZ 71.731 531.9762 null] +>> endobj +4931 0 obj << +/D [4922 0 R /XYZ 71.731 464.7099 null] +>> endobj +4932 0 obj << +/D [4922 0 R /XYZ 71.731 442.8753 null] +>> endobj +4933 0 obj << +/D [4922 0 R /XYZ 71.731 373.5518 null] +>> endobj +1988 0 obj << +/D [4922 0 R /XYZ 71.731 355.0148 null] +>> endobj +994 0 obj << +/D [4922 0 R /XYZ 374.4611 311.5437 null] +>> endobj +4934 0 obj << +/D [4922 0 R /XYZ 71.731 299.3725 null] +>> endobj +4935 0 obj << +/D [4922 0 R /XYZ 402.9907 289.9846 null] +>> endobj +4936 0 obj << +/D [4922 0 R /XYZ 71.731 264.9137 null] +>> endobj +4937 0 obj << +/D [4922 0 R /XYZ 71.731 227.5188 null] +>> endobj +4938 0 obj << +/D [4922 0 R /XYZ 175.6818 214.5674 null] +>> endobj +4939 0 obj << +/D [4922 0 R /XYZ 395.942 214.5674 null] +>> endobj +4940 0 obj << +/D [4922 0 R /XYZ 486.8069 214.5674 null] +>> endobj +4941 0 obj << +/D [4922 0 R /XYZ 71.731 201.6159 null] +>> endobj +4942 0 obj << +/D [4922 0 R /XYZ 71.731 188.6645 null] +>> endobj +4943 0 obj << +/D [4922 0 R /XYZ 107.0481 188.6645 null] +>> endobj +1989 0 obj << +/D [4922 0 R /XYZ 71.731 181.5264 null] +>> endobj +998 0 obj << +/D [4922 0 R /XYZ 496.414 138.4289 null] +>> endobj +4944 0 obj << +/D [4922 0 R /XYZ 71.731 125.9909 null] +>> endobj +4945 0 obj << +/D [4922 0 R /XYZ 206.804 116.8697 null] +>> endobj +4921 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F35 1723 0 R /F32 1286 0 R /F61 2649 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4948 0 obj << +/Length 2086 +/Filter /FlateDecode +>> +stream +xڭX[��~�_�e`��9N_�]��- +�;@Qt��$J,�m���ٜ__R���l�h1���(��ȏT�����6 +� |�]g"^�7�����ȊeVc�wOo��%�b�8[<�i��(��$s勧�o�ۦQ�QZ�b� ކ�}Z +�e*��K��t�>/��ͷO��"ن��ּA���x;2�u��I�l�yO�Z��( �\�"�e�Cs¯:?0�Y�Fv�ie�:ei'��#�{5[+]/K��ڪCg�ū�;�k<�_Loi����]����n; �N���4w~��"��'x,ٲYJ�(�X �(w"J���21UpW��U�a�n��x/jOĞn��Ʉ�{�8 �ر !��I�#��[y?+u9��R���ݤeS*���S���~]F�bGYp�5�)[êT7;���`�x[���B�lg�w��]�q�R�*I�@�Ē�`PuGS.r�G�1�HMtF�Ǎش=�������~x��A���i��QHb�z��8���yXFy���g�ZQ[p��UM¡+$��Y���۠T��,���;����Jvx�4����/n��X�9����!�� n+�?�FG���5 ˪�����DNnC���8-��[�����=g��[N!�B +��pji���g�L��CI�W���u�r�~+��$&���bqV���z<�O�i�FYw��6�?n6���8�E���9_ +S2��N}35���=�1E��`ro�JHh������5�ض� �H���2 + �"�(KJ-��# 90�Y�>�]���&������-pL�Z�������� +L��;&Cp��l�.��W�q@�=�)@�lfF��[8@d�l�A��Š����@�"��Mo�:��E2m�kr��!��>��qUB�!�����)�� �Yj��K<rR�$C �=�$�� ��,y�5�a��1���-a�Eb���'�k�ZŻ��G�u�HI3m��sI��$�eU�MФ�M��r����4K7]cd���1%��k���ƕ;��J�G��;�xT���x�;A�}�IV��췫�2f�S�z[�e��g��ڲ�s�G��2Ks��4}Ӑ�uY��y����l�I���-{�7*���z�ޣ�8r������?��ˈ�Ld�ln��7�I�D��;c�6�.�aW'��6��H����,t?� Vl�� kή�.'��~�}�P{7\�Ā�� �;�g}8k�h�v#� ���Ѐx��� +��+���t�-�nrs7�2�U@^�V�-@�j���7�X��̝�k�Lų�2�&@��+���^s �@�(K��a��Dp�J�Z�DOԀ3/���D��`��=�"���d[�;����7 �Kܓ����w-���{���v�l��O��a`�^ʝ�˚�^p/�Ep�[��ݙ��Kop뿀�kl���5f�:�|�����b���Q��[Y�a�\�?��8�?s�vvG�7ű��H�����8N��/%��i�t2 �T��p�1,�h���\�,���&îz������bH OLG��8�p�C���< +�N��K�=��4�ԕ'��8�p�[G�0q�{%���?zM����b/<�R�V�)qX��DVV��ᒳbhla��U���᯦�og����v��}ǵ�M_<p9�T���,����L��ǑH��&�A�����h��h��~�+liH�0��`#�k���'��Y�pP�� ����%<��L�(b9{����$�|�~ٿ�z{��*=W��89��'�g|��J��u�$��'�Z�F�(���'/�H��f_b����Y��"�,��� ����4��RTP�ZK�X�I���1�����#J$�Ծ����T\kgY�����+�G@���������`��v50n�=�Ѷ���X�+��К�[!�T���m�Y ڴ9BK�����r������̜�6 +?����{��Q&?`���FJѕ���UϧS����ay�z7�hz�����j6$*����</�v]��_��w�4�(�}������Jf&�dЄ���~gÿ�J�x�endstream +endobj +4947 0 obj << +/Type /Page +/Contents 4948 0 R +/Resources 4946 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4893 0 R +>> endobj +4949 0 obj << +/D [4947 0 R /XYZ 71.731 729.2652 null] +>> endobj +4950 0 obj << +/D [4947 0 R /XYZ 71.731 718.3063 null] +>> endobj +4951 0 obj << +/D [4947 0 R /XYZ 508.2921 708.3437 null] +>> endobj +4952 0 obj << +/D [4947 0 R /XYZ 71.731 649.3998 null] +>> endobj +4953 0 obj << +/D [4947 0 R /XYZ 71.731 631.4671 null] +>> endobj +4954 0 obj << +/D [4947 0 R /XYZ 71.731 579.6613 null] +>> endobj +4955 0 obj << +/D [4947 0 R /XYZ 71.731 546.9191 null] +>> endobj +4956 0 obj << +/D [4947 0 R /XYZ 71.731 536.9564 null] +>> endobj +4957 0 obj << +/D [4947 0 R /XYZ 135.9845 527.3225 null] +>> endobj +4958 0 obj << +/D [4947 0 R /XYZ 135.9845 492.3537 null] +>> endobj +4959 0 obj << +/D [4947 0 R /XYZ 71.731 435.7659 null] +>> endobj +4960 0 obj << +/D [4947 0 R /XYZ 71.731 396.812 null] +>> endobj +4961 0 obj << +/D [4947 0 R /XYZ 71.731 362.0125 null] +>> endobj +4962 0 obj << +/D [4947 0 R /XYZ 71.731 352.0499 null] +>> endobj +4963 0 obj << +/D [4947 0 R /XYZ 135.9845 342.416 null] +>> endobj +4964 0 obj << +/D [4947 0 R /XYZ 135.9845 307.4471 null] +>> endobj +4965 0 obj << +/D [4947 0 R /XYZ 71.731 274.1719 null] +>> endobj +4966 0 obj << +/D [4947 0 R /XYZ 181.6909 261.2205 null] +>> endobj +4967 0 obj << +/D [4947 0 R /XYZ 485.8887 261.2205 null] +>> endobj +1990 0 obj << +/D [4947 0 R /XYZ 71.731 228.1794 null] +>> endobj +1002 0 obj << +/D [4947 0 R /XYZ 517.2959 185.082 null] +>> endobj +4968 0 obj << +/D [4947 0 R /XYZ 71.731 172.644 null] +>> endobj +4969 0 obj << +/D [4947 0 R /XYZ 71.731 157.1019 null] +>> endobj +4946 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F32 1286 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4972 0 obj << +/Length 1796 +/Filter /FlateDecode +>> +stream +xڍ]o�6���Ke �EJ�G��u2t��f�ud���Ȣ��&ޯߑw�e��?�x<��[�~|�r�F����D�E�.�p��+N$�Ds='zw�j�]-r�'"Y�m��,�Y�H#�2ɳ�]�G�mUS��嵐a��z��2薱̸�U�3f��v�������$�(ey�_To�z��Hg +�����(u��n@�<fD����: +�`�B'����t�Š:@�+�;��Ꞙ��]�W@�۲�kUC!��luӨa_��������N��3�ʢA`�I5HݫaR�fܯ�H���s]s�r�c�����Qh�݊�#�zս�Nr<���EUu��[V�];�eԝ:E���C�sύ�TC�F���,��\zi̽V=��-)�V���VwA���0�n�X[]O^.�ˇ�3d����K���j����t]#����^ +|]r�{.���~m�nc����G��.���8��q.H �����V��F +�S��#�<��N��^�"�B Tj���'��4"�1>ƞ�����Xi��bkU,EH�8�3�� �+<z7n��x�W��y~=$BE�Gz�}�+D��]�O� 8C�G�S���o\���Z�K$�V���/�]�c6�s�k���3?�'�.����� 2���ؠy�=|+`�vWu��gd����"��i$B��e�mMۋYb�Z����"�d�JED���oU�?��pO�3ǜ�Tm�DԮ 6^�w�5��ɴ�?��C��<e���|x���d���eD���,ΣܒE �d���M�Y �}�c��XBSA�ʨ�y3`rA��|�צFC[���B�ך���CK�EYȝ�_?~ U����V��~_r�+3�b���zMy;y;b����#�>����0��S���JA7\�8x�Z�JI=�x��.��)>�t裢hΈ��l�]�"����PJ\c���|��tWH@���,���j3�Yp��q� ���-� +��<&����Lx��s pF��P��c6Ǔ���4!&�����V��i� ���Z7dge��-�4/.�<��im�H8��2��R!0�1HyqL�D�s��S�^V�'x�6� 3~��a������D���^V��5�: Y���J�3lr@]����nlYK�D�Z7@|Q�x�M��������3����J1���P�vV�Li&�_F�C|Z�s1ܼ +�5 ���J�pR�0;R[*:�v$N�i��;�{������6�p�`j�O�T�n/�z�A�7m���ޘ��+�)�C��+}��Q�{����~��7!���x��N݅,;�{s�?�_�Ky����rlo��1�#���� �굚�`��.���<�9? +L]��,���T�q�ܛ�n G_1x�]xU�>�����U��F�C<�Y(N�ec����p��N+������=ћ�05��w4�5�Zf6�P�Äs�qڠijކ|��у���x���c������s�1�9��À�����)l���� +wN ����2v}ibst�UHC��� +���t�e�ؖM���NU�sl��-c�l��tO����V���a�7K�|� +?4�sߩ� +k�T��tx�+��y��Z�Qɰ`������8� �Vw���g������jcIa#������tf?q�d�Y�W��oh���f��~?�`r9���+�[��J5�����u���y���3�F�$����m�Ƞ������g��sA࿃���endstream +endobj +4971 0 obj << +/Type /Page +/Contents 4972 0 R +/Resources 4970 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4893 0 R +/Annots [ 4981 0 R ] +>> endobj +4981 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [80.9762 517.4317 142.7442 526.2783] +/Subtype /Link +/A << /S /GoTo /D (http-apache) >> +>> endobj +4973 0 obj << +/D [4971 0 R /XYZ 71.731 729.2652 null] +>> endobj +4974 0 obj << +/D [4971 0 R /XYZ 71.731 718.3063 null] +>> endobj +4975 0 obj << +/D [4971 0 R /XYZ 310.0005 708.3437 null] +>> endobj +4976 0 obj << +/D [4971 0 R /XYZ 278.636 682.4408 null] +>> endobj +1991 0 obj << +/D [4971 0 R /XYZ 71.731 636.4484 null] +>> endobj +1006 0 obj << +/D [4971 0 R /XYZ 107.1086 570.9708 null] +>> endobj +4977 0 obj << +/D [4971 0 R /XYZ 71.731 562.148 null] +>> endobj +4978 0 obj << +/D [4971 0 R /XYZ 71.731 542.2735 null] +>> endobj +4979 0 obj << +/D [4971 0 R /XYZ 274.3729 531.4789 null] +>> endobj +4980 0 obj << +/D [4971 0 R /XYZ 390.7657 531.4789 null] +>> endobj +1992 0 obj << +/D [4971 0 R /XYZ 71.731 513.4466 null] +>> endobj +1010 0 obj << +/D [4971 0 R /XYZ 452.3944 445.9118 null] +>> endobj +4982 0 obj << +/D [4971 0 R /XYZ 71.731 433.7406 null] +>> endobj +4983 0 obj << +/D [4971 0 R /XYZ 71.731 411.4012 null] +>> endobj +4984 0 obj << +/D [4971 0 R /XYZ 437.9897 411.4012 null] +>> endobj +4985 0 obj << +/D [4971 0 R /XYZ 71.731 391.3116 null] +>> endobj +4986 0 obj << +/D [4971 0 R /XYZ 130.4005 354.6142 null] +>> endobj +4970 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F61 2649 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +4989 0 obj << +/Length 2959 +/Filter /FlateDecode +>> +stream +xڕk�۸�{~�q= ^�֊z날H��n���8(Ц8�m��W������w�3�e���a��p8��Z�\��X8�/u�(�VY��]a��'�I�(r�PD0X�݆~줉��s&/wOn���+�u�0 W�ô��;��v�?�/�Vչ�t���d�ҡ:�����G��R'��?�pW[�#���,��S�&�֒�x-i\��^u7�k��p��u�L˒f_��_uYJ^��ۦ�iJ�� +E���*a����<�K� +���w������������6�C�.�B�B��va�;� Mw��µC;� +ݓ@=��ɛl�"���='��VxN����T=��E�+�7�W"v<�� ��Y���ګJ���Ե"�[%��]g7�]����d�>c�a�]���<�'Z��c��w����A�zЪ����A�����x��T]S��2@F���!���DlJ�>�1�Θ�=6���pD�Y��9�r���Z�N+.l���`4�1����S�㖊 �]�Mx�I̲}Uwr@�ÂX����L�Y��/aϹ���F�� �� X�$q�y���wDj%2���O�)��;a�U )�'+w����I�N�z�S�ô +|҇-P@&g*����N�lC����<�����3n� +��&H �����~��jtRs� �ia+�I\8��qd��;[m���x��U������0B1N��� �76���Ѽ����3�ԩB�@�0J���G^Y7�s�K4�(z�Ȋ��[����f |�� Dd_c�c�Y�OƼ�N��B��\ߍ�"vb��(�������c�ԉ@%��$+?8=!�i�l���/�]�9 jY����#r�O�hp��Ԫ�!�oc������o���6�������N�e��S�v�Y64����E3�9�{E_%�AS���t�D.�������T��� Z?�����5����3B����j�y�J�cP��~씕��-5wo�7F?�bȯ!ٲ�95�����V��ϠG2���Yȃ�R��%��T!�4��Ì�<�=����ʒ0}��v x($C�����*PK�ͮK��y׀{��R�-/E@�ˁ�]�����5A�<2�18J6��88����iۦ��웡���x�rp��E��e��eC�~� +��%F����a�ŕ�l���p�W��|٘C�^T���ﳕ}���ʇ����B0�1T�|��C�w"�����0<�]!;� �������4�`GXsY0����0�pI8tJN�+���S=����D#�z�C1�l�C\B�I��S\���xV( �ʱ� 6Q0O�_&��' +��՛��~��뻷;��R�Wu�ԘSin)H�rO9P\[��RF.�����o��|U���Gxe��/X��d�ȷ� ��5���[T���B�Jj��v`��F�k���H3�9Q*q��vK�6���)L�� ?�`�]��bCC���‚����T�D ;w66��V�t�6��m�;[3v����H?`F�b���XlB)7��$IjRe��{ �"�͵�����6�Й,�~�� �B�}M�~8+�����4`�i'�C�b��Z]>�ɜrK9�/�y�Z���&-{.��~��F(������w7.�T }�3D�>�^��y��Οs��z;�k��=к6."��S�{O�����Da��Hf4 �/oGm��f�s�H^<p�~�˳��iJ�s��W�N�poB����;�7RG�S���Ժe6Oo�x��nnix{|J�9gC�p����v�9���z��������=]�R'I.������%�Re̾�'>Yo�[�+��4�� +Z�NM�e�@w짾��}&y�o�7Np��_�v9���p[U��|�ڥ7���a����n/��o'O�*�/��{�c��5�����{5M���q�*�ż +��g&���^.�%���s���ɰ�����C�!J�Ǽ� �)�����sE)��E)����D"��dUc8�m +M5��g��D/�"��G�P�Ԥ�.iP���Q0L�62�8r���FI�۱k���؊"۹D�9�VSM�]ar#L�� �?ry�9/ES^�R��:(�@v[ɫ�V��+<�7m80�a�]²~&mʌ�6k����6�my�t����֣S��֣���$���C����!��^ $����'�BW��ix�:��� +����R�z�7�*v���%�Q.H��1��SV@N�{nA�$p\/����<�����{N����L���O���E��@w�r�{i��D�u=����4��a0��̔��V��@Y��-�t��Մ�]���8X6��l�Z��es�F��Ӌ�ˍ�ˇ/$��� 6�_!z�246z`0�B�dz�<���6t�؆@Ʊ����S��v�>x]m���r&�co6�M!�|I�8����8W��Ut���_0���Պ2olx�>�����3��BC����`���;�9@v#u��jF�:י$�5/3]À|�m�<g�r�_�x[�)���x�grC����j��-T~!��>ή ���jYu ���A��,߂s(0=��~B#cO��C�J��-�ȢU u<���1W�D Cs�ށ~̱t>�_����c~�3;[F�r()l�p�\�m)O�%���������7̓@������͠0��u��+EImF9ں�}��<!�g���32$d��H���^��#=�-4|��Wh��w�S5���}j��f� 9��s�j|�/�*s&=t�sφ����%q13+�s9��,�j1��n� !�)+�@�Q�罰�}F�Y��+�)Ϡ��K���;���u�����[��A�ĭ��-!���~�G� q��?-3�vFC��s7��qE�N��i��w�3��z!�endstream +endobj +4988 0 obj << +/Type /Page +/Contents 4989 0 R +/Resources 4987 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 4893 0 R +>> endobj +4990 0 obj << +/D [4988 0 R /XYZ 71.731 729.2652 null] +>> endobj +1993 0 obj << +/D [4988 0 R /XYZ 71.731 718.3063 null] +>> endobj +1014 0 obj << +/D [4988 0 R /XYZ 271.435 703.236 null] +>> endobj +4991 0 obj << +/D [4988 0 R /XYZ 71.731 682.1747 null] +>> endobj +4992 0 obj << +/D [4988 0 R /XYZ 297.9985 673.4995 null] +>> endobj +1994 0 obj << +/D [4988 0 R /XYZ 71.731 660.4485 null] +>> endobj +1018 0 obj << +/D [4988 0 R /XYZ 365.8704 615.2938 null] +>> endobj +4993 0 obj << +/D [4988 0 R /XYZ 71.731 606.4709 null] +>> endobj +4994 0 obj << +/D [4988 0 R /XYZ 457.2853 593.7346 null] +>> endobj +4995 0 obj << +/D [4988 0 R /XYZ 199.7198 580.7832 null] +>> endobj +4996 0 obj << +/D [4988 0 R /XYZ 258.4993 580.7832 null] +>> endobj +4997 0 obj << +/D [4988 0 R /XYZ 315.5253 580.7832 null] +>> endobj +4998 0 obj << +/D [4988 0 R /XYZ 71.731 578.6263 null] +>> endobj +4999 0 obj << +/D [4988 0 R /XYZ 118.5554 540.0623 null] +>> endobj +5000 0 obj << +/D [4988 0 R /XYZ 71.731 509.7853 null] +>> endobj +5001 0 obj << +/D [4988 0 R /XYZ 71.731 509.7853 null] +>> endobj +5002 0 obj << +/D [4988 0 R /XYZ 71.731 490.0793 null] +>> endobj +5003 0 obj << +/D [4988 0 R /XYZ 165.1103 477.1279 null] +>> endobj +5004 0 obj << +/D [4988 0 R /XYZ 71.731 469.9897 null] +>> endobj +5005 0 obj << +/D [4988 0 R /XYZ 71.731 469.9897 null] +>> endobj +5006 0 obj << +/D [4988 0 R /XYZ 164.0649 446.2437 null] +>> endobj +5007 0 obj << +/D [4988 0 R /XYZ 210.3517 446.2437 null] +>> endobj +5008 0 obj << +/D [4988 0 R /XYZ 352.5688 446.2437 null] +>> endobj +5009 0 obj << +/D [4988 0 R /XYZ 442.6605 446.2437 null] +>> endobj +5010 0 obj << +/D [4988 0 R /XYZ 203.7146 433.2922 null] +>> endobj +5011 0 obj << +/D [4988 0 R /XYZ 372.0612 433.2922 null] +>> endobj +5012 0 obj << +/D [4988 0 R /XYZ 71.731 426.1541 null] +>> endobj +5013 0 obj << +/D [4988 0 R /XYZ 460.2171 415.3595 null] +>> endobj +5014 0 obj << +/D [4988 0 R /XYZ 71.731 382.3185 null] +>> endobj +5015 0 obj << +/D [4988 0 R /XYZ 71.731 382.3185 null] +>> endobj +5016 0 obj << +/D [4988 0 R /XYZ 237.4512 371.5239 null] +>> endobj +5017 0 obj << +/D [4988 0 R /XYZ 71.731 358.5724 null] +>> endobj +5018 0 obj << +/D [4988 0 R /XYZ 220.8703 345.621 null] +>> endobj +5019 0 obj << +/D [4988 0 R /XYZ 71.731 338.4829 null] +>> endobj +5020 0 obj << +/D [4988 0 R /XYZ 257.1241 327.6883 null] +>> endobj +5021 0 obj << +/D [4988 0 R /XYZ 358.7127 327.6883 null] +>> endobj +1995 0 obj << +/D [4988 0 R /XYZ 71.731 320.5501 null] +>> endobj +1022 0 obj << +/D [4988 0 R /XYZ 462.0005 277.4526 null] +>> endobj +5022 0 obj << +/D [4988 0 R /XYZ 71.731 265.0146 null] +>> endobj +5023 0 obj << +/D [4988 0 R /XYZ 117.2903 255.8935 null] +>> endobj +5024 0 obj << +/D [4988 0 R /XYZ 427.8955 255.8935 null] +>> endobj +5025 0 obj << +/D [4988 0 R /XYZ 71.731 224.9097 null] +>> endobj +5026 0 obj << +/D [4988 0 R /XYZ 173.632 212.0579 null] +>> endobj +5027 0 obj << +/D [4988 0 R /XYZ 420.183 212.0579 null] +>> endobj +5028 0 obj << +/D [4988 0 R /XYZ 71.731 166.0654 null] +>> endobj +5029 0 obj << +/D [4988 0 R /XYZ 71.731 122.2298 null] +>> endobj +5030 0 obj << +/D [4988 0 R /XYZ 71.731 122.2298 null] +>> endobj +4987 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R /F32 1286 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5033 0 obj << +/Length 1589 +/Filter /FlateDecode +>> +stream +xڽ]o�6�=���*�-R"%À4يM���0쁑hK�-y�H�����(Yv�n���xǻs�,�?>�9�C��� %�,ۜ��ޝq�)ń� +'��c�&B�����wg�_D8S2����h*���.�ӻ�nM����/�Ļd���՜^��t���N�+�0�����0�L���u�+x���B������i�d=�1\F� pJ��XŖ�q�����Y�Rᑜ�L�TX�k�"��S�P�#$��&LI���=����F]A�맹��9��1��Rz����Bz�Ng7%�ueI]W��uNĮ0S��mY���[��gB�JT�0��3�Ğ�]4,�<��Pd�u�$�5���餫����j��X�l ��U�XV��:=U☚���PZB9KX��xH�b*(-��-~���J٬Cu�$źE�N7sd<���$�G�������)P�s��J��Y��C+�X��V�џͲ\v�����Һݙ��nʇ�8t����2��d�G 4��?ԝq�ES��%!$��PҡP^��!>~�z�-�Ņ"�ںo23r��(����_�cK���<l+xx,���"苞�1xL���.�'�>� p��M�Lu�잠�#�]aN\F�h҉������B�B�!�A9�?�J.��mlten�����M�5u[/;"�Q���#|��5�l46�'��B����.Z��Hz���B#���<`G�M��:��Y��b�� +�=qK2e0<�2ȿ|M�+�4&ĺ�˵�Ǔ���l� ]_�,I��b���s`��@S�(��@�?�B|e�7"MՕ�����a`J��y��n�3��H��ܴ�Szo�FZ@���q�s �F��,q�Ԋ0r�S6�"\�Km��G�(��%�~�@�R�_�c��?^jC?�Ƀ�*n(���j�bǦn;��:�<�+c�5��l�Ο�l�w��m��lu"�����]dC���������SuqBw<*���q��#귻D�}���E�*l!��lc�:�Bw���y̆�q��#��[KL�w����!n�ƁЋ��G�j���š�'�zz��4f[�e7� i����im�7�I'��x ��a��P��j)$�c2��6*�6zE�6�s�y_gz��N�Ҩ,�J}}��,Qr���Ue3#e��W�0p4���I)'�w Ɲl:����$�"KH<hC���ʸmH�#��a 1!x��|x�.���M�t��T؎�h�9Y��I90 ���S�A&� +�/�B���J�y^�8�4<��? +dک�w>䓌c�E�q8n�u�7�Ť~w���%�rkV,�xZ�HD��/�����B�Q:����ժ�����ƙ��muuh����vܓη��n� Qp�D,��En�z1�%؎��m�L��H%���]��߿�\8X7WSAc,�|��P�����5�� +fC��ቷZ`�,��n�~#]�Y]�~��ý=�3��Q�*������y�8M�ήt���~r�_�����~���p����ş�����LJ� LԨ ���������::M_endstream +endobj +5032 0 obj << +/Type /Page +/Contents 5033 0 R +/Resources 5031 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5061 0 R +/Annots [ 5049 0 R ] +>> endobj +5049 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [157.2677 413.7501 206.2336 424.3324] +/Subtype /Link +/A << /S /GoTo /D (modules-manual-download) >> +>> endobj +5034 0 obj << +/D [5032 0 R /XYZ 71.731 729.2652 null] +>> endobj +2036 0 obj << +/D [5032 0 R /XYZ 71.731 718.3063 null] +>> endobj +1026 0 obj << +/D [5032 0 R /XYZ 155.5214 676.3797 null] +>> endobj +2037 0 obj << +/D [5032 0 R /XYZ 71.731 669.6658 null] +>> endobj +1030 0 obj << +/D [5032 0 R /XYZ 206.6123 624.303 null] +>> endobj +5035 0 obj << +/D [5032 0 R /XYZ 71.731 615.4802 null] +>> endobj +5036 0 obj << +/D [5032 0 R /XYZ 71.731 582.6542 null] +>> endobj +5037 0 obj << +/D [5032 0 R /XYZ 71.731 572.6916 null] +>> endobj +5038 0 obj << +/D [5032 0 R /XYZ 71.731 572.6916 null] +>> endobj +5039 0 obj << +/D [5032 0 R /XYZ 71.731 561.8114 null] +>> endobj +5040 0 obj << +/D [5032 0 R /XYZ 71.731 551.2777 null] +>> endobj +5041 0 obj << +/D [5032 0 R /XYZ 71.731 538.4988 null] +>> endobj +5042 0 obj << +/D [5032 0 R /XYZ 71.731 527.9651 null] +>> endobj +5043 0 obj << +/D [5032 0 R /XYZ 71.731 516.3088 null] +>> endobj +5044 0 obj << +/D [5032 0 R /XYZ 76.7123 483.2918 null] +>> endobj +5045 0 obj << +/D [5032 0 R /XYZ 71.731 468.3478 null] +>> endobj +5046 0 obj << +/D [5032 0 R /XYZ 486.2278 456.6915 null] +>> endobj +5047 0 obj << +/D [5032 0 R /XYZ 451.4238 445.0352 null] +>> endobj +5048 0 obj << +/D [5032 0 R /XYZ 71.731 426.5103 null] +>> endobj +2038 0 obj << +/D [5032 0 R /XYZ 71.731 365.5334 null] +>> endobj +1034 0 obj << +/D [5032 0 R /XYZ 276.1797 320.2791 null] +>> endobj +5050 0 obj << +/D [5032 0 R /XYZ 71.731 320.064 null] +>> endobj +5051 0 obj << +/D [5032 0 R /XYZ 71.731 301.4936 null] +>> endobj +5052 0 obj << +/D [5032 0 R /XYZ 91.6563 266.7399 null] +>> endobj +5053 0 obj << +/D [5032 0 R /XYZ 349.077 266.7399 null] +>> endobj +5054 0 obj << +/D [5032 0 R /XYZ 71.731 227.1882 null] +>> endobj +5055 0 obj << +/D [5032 0 R /XYZ 71.731 204.1746 null] +>> endobj +5056 0 obj << +/D [5032 0 R /XYZ 188.0244 191.3227 null] +>> endobj +5057 0 obj << +/D [5032 0 R /XYZ 158.3455 178.3713 null] +>> endobj +5058 0 obj << +/D [5032 0 R /XYZ 71.731 137.5244 null] +>> endobj +5059 0 obj << +/D [5032 0 R /XYZ 71.731 112.4535 null] +>> endobj +5060 0 obj << +/D [5032 0 R /XYZ 188.0244 101.6589 null] +>> endobj +5031 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5064 0 obj << +/Length 546 +/Filter /FlateDecode +>> +stream +xڽU�r�0��+��B�k�:�Τ㙲K�P@�LQ����WB�c'�wZ �:�������È�$������!P�_73�5�6�<��JA��� 4@0�4�%0f8yy�\���������kh�;ޭyc��ݨx�pU��~��v]�1rİ������=�<���c4�I�]8)ag�Z��D$�,� B1��& �,֭���bj�Y)է�? +>+X���rpq�T~Y��ϸ�^�n{1�vqs`����5%a�8�$���+��3G-W��b��:�M�R�ԭ0g�N'�,!:��z�t�\}��2��l�F��)ʚ�W������i9��a���:�m��<G�X܈e�߾)������=��C u4�@��S�0�Ҵ�=�l.�+�&�s�}�q��<�wz�H_V�ս���h ��N�\ԍn���(.ָ��3��v�)]]��%l�|�W�mN4g�F�o{}�/77��͏Z].��<87��� ������9h��ᰉ��җl;^��8LNN�=��� +�������o0�Ϣ,�endstream +endobj +5063 0 obj << +/Type /Page +/Contents 5064 0 R +/Resources 5062 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5061 0 R +>> endobj +5065 0 obj << +/D [5063 0 R /XYZ 71.731 729.2652 null] +>> endobj +5066 0 obj << +/D [5063 0 R /XYZ 158.3455 708.3437 null] +>> endobj +5067 0 obj << +/D [5063 0 R /XYZ 71.731 667.4969 null] +>> endobj +5068 0 obj << +/D [5063 0 R /XYZ 71.731 642.426 null] +>> endobj +5069 0 obj << +/D [5063 0 R /XYZ 188.0244 631.6314 null] +>> endobj +5070 0 obj << +/D [5063 0 R /XYZ 158.3455 618.6799 null] +>> endobj +5071 0 obj << +/D [5063 0 R /XYZ 71.731 577.8331 null] +>> endobj +5072 0 obj << +/D [5063 0 R /XYZ 71.731 554.8195 null] +>> endobj +5073 0 obj << +/D [5063 0 R /XYZ 188.0244 541.9676 null] +>> endobj +5074 0 obj << +/D [5063 0 R /XYZ 158.3455 529.0162 null] +>> endobj +5075 0 obj << +/D [5063 0 R /XYZ 71.731 488.1693 null] +>> endobj +5076 0 obj << +/D [5063 0 R /XYZ 71.731 463.0984 null] +>> endobj +5077 0 obj << +/D [5063 0 R /XYZ 188.0244 452.3038 null] +>> endobj +5078 0 obj << +/D [5063 0 R /XYZ 158.3455 439.3524 null] +>> endobj +5079 0 obj << +/D [5063 0 R /XYZ 71.731 398.5056 null] +>> endobj +5080 0 obj << +/D [5063 0 R /XYZ 71.731 373.4347 null] +>> endobj +5081 0 obj << +/D [5063 0 R /XYZ 188.0244 362.6401 null] +>> endobj +5082 0 obj << +/D [5063 0 R /XYZ 158.3455 349.6887 null] +>> endobj +5083 0 obj << +/D [5063 0 R /XYZ 71.731 308.8418 null] +>> endobj +5084 0 obj << +/D [5063 0 R /XYZ 71.731 283.7709 null] +>> endobj +5085 0 obj << +/D [5063 0 R /XYZ 188.0244 272.9763 null] +>> endobj +5086 0 obj << +/D [5063 0 R /XYZ 158.3455 260.0249 null] +>> endobj +5087 0 obj << +/D [5063 0 R /XYZ 71.731 219.1781 null] +>> endobj +5088 0 obj << +/D [5063 0 R /XYZ 71.731 194.1072 null] +>> endobj +5089 0 obj << +/D [5063 0 R /XYZ 188.0244 183.3126 null] +>> endobj +5090 0 obj << +/D [5063 0 R /XYZ 158.3455 170.3611 null] +>> endobj +5091 0 obj << +/D [5063 0 R /XYZ 71.731 129.5143 null] +>> endobj +5062 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5094 0 obj << +/Length 656 +/Filter /FlateDecode +>> +stream +xڽV�n�0}�W�lc0��M�:-[�4i�&7� �����lCִѪ%Q$����{N|.���~Њ ������ k����J�J'pq�wt�M�w[1�CZ٣��V��R+˿�Ӧ�U^<9."�}��U+���JHV�Lu�?���¡���!n^�]Ʌ�={?�������NR�G�@шDAHBlE>8���p�pbdO?�u�j{[�5�wuBb�O��Z�&�<�Y�\�e�*P�����!�t�i�0"�,�z�mx%����@�1x.T<��-�b� l�DJ�M��I�(�UQ%I:K���J�*���q���o�['$6�;Y���B��K�_�-�U�u�O`-7� Ύ�X����N�b����}�o>��ʿw��5��z�v�_P�Cm�dY<��7�(��=�܁�A���-FC�}8X�:���FWa��f#�>��� $F=�Z��$7L���j��M�͌����T�KҖ5��^��|ϸ���:=�_�>hO�������e��N��x�gY���\:W��eA�xF��-�����H}���z����.�听�Y�Pp���-u�.U� ������z��=�|���_��HP@a�<��b�-a�c�4�WO/d�h_��endstream +endobj +5093 0 obj << +/Type /Page +/Contents 5094 0 R +/Resources 5092 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5061 0 R +>> endobj +5095 0 obj << +/D [5093 0 R /XYZ 71.731 729.2652 null] +>> endobj +5096 0 obj << +/D [5093 0 R /XYZ 71.731 718.3063 null] +>> endobj +5097 0 obj << +/D [5093 0 R /XYZ 188.0244 708.3437 null] +>> endobj +5098 0 obj << +/D [5093 0 R /XYZ 158.3455 695.3923 null] +>> endobj +5099 0 obj << +/D [5093 0 R /XYZ 71.731 654.5454 null] +>> endobj +5100 0 obj << +/D [5093 0 R /XYZ 71.731 629.4745 null] +>> endobj +5101 0 obj << +/D [5093 0 R /XYZ 185.5337 618.6799 null] +>> endobj +5102 0 obj << +/D [5093 0 R /XYZ 155.8548 605.7285 null] +>> endobj +5103 0 obj << +/D [5093 0 R /XYZ 71.731 564.8817 null] +>> endobj +5104 0 obj << +/D [5093 0 R /XYZ 71.731 539.8108 null] +>> endobj +5105 0 obj << +/D [5093 0 R /XYZ 188.0244 529.0162 null] +>> endobj +5106 0 obj << +/D [5093 0 R /XYZ 158.3455 516.0647 null] +>> endobj +2039 0 obj << +/D [5093 0 R /XYZ 71.731 475.2179 null] +>> endobj +1038 0 obj << +/D [5093 0 R /XYZ 252.5255 429.9636 null] +>> endobj +5107 0 obj << +/D [5093 0 R /XYZ 71.731 417.7924 null] +>> endobj +5108 0 obj << +/D [5093 0 R /XYZ 71.731 398.3423 null] +>> endobj +5109 0 obj << +/D [5093 0 R /XYZ 188.0244 385.4904 null] +>> endobj +5110 0 obj << +/D [5093 0 R /XYZ 158.3455 372.539 null] +>> endobj +5111 0 obj << +/D [5093 0 R /XYZ 71.731 331.6921 null] +>> endobj +5112 0 obj << +/D [5093 0 R /XYZ 71.731 306.6212 null] +>> endobj +5113 0 obj << +/D [5093 0 R /XYZ 188.0244 295.8266 null] +>> endobj +5114 0 obj << +/D [5093 0 R /XYZ 158.3455 282.8752 null] +>> endobj +5115 0 obj << +/D [5093 0 R /XYZ 71.731 242.0284 null] +>> endobj +5116 0 obj << +/D [5093 0 R /XYZ 71.731 216.9575 null] +>> endobj +5117 0 obj << +/D [5093 0 R /XYZ 188.0244 206.1629 null] +>> endobj +5118 0 obj << +/D [5093 0 R /XYZ 158.3455 193.2114 null] +>> endobj +5119 0 obj << +/D [5093 0 R /XYZ 71.731 152.3646 null] +>> endobj +5120 0 obj << +/D [5093 0 R /XYZ 71.731 127.2937 null] +>> endobj +5121 0 obj << +/D [5093 0 R /XYZ 188.0244 116.4991 null] +>> endobj +5122 0 obj << +/D [5093 0 R /XYZ 158.3455 103.5477 null] +>> endobj +5092 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5125 0 obj << +/Length 435 +/Filter /FlateDecode +>> +stream +xڽSMo�0����>�Oxoi��6�V��U��B��V��5�ۤɡ���{x3�<f������X���� �7��և [ �� .A�� y/PXE<�!Ŋ�Ă�D���=�j[���pI�5��A7����}�;]Uڕ��W��\�(��t�`�2=���nv�N���Kx�zi��&�Q�PEj�pDLB������t�Q`�.8��C6!��Hqx�i|c���TV�O��N'��?��-!��]V�� �b <=��v���n�ywG�I � +��%'�� �i�4�?��3�$��m�<"�Z��C�/e�&��Y������(,ͤ��&�`�.�U"&�}=������ˈ�w���1s��L�Qx=�X[�YW��t��C���E�<wKR�'��{s�yym$��$Z;�����/����hendstream +endobj +5124 0 obj << +/Type /Page +/Contents 5125 0 R +/Resources 5123 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5061 0 R +>> endobj +5126 0 obj << +/D [5124 0 R /XYZ 71.731 729.2652 null] +>> endobj +5127 0 obj << +/D [5124 0 R /XYZ 71.731 680.4483 null] +>> endobj +5128 0 obj << +/D [5124 0 R /XYZ 71.731 657.4347 null] +>> endobj +5129 0 obj << +/D [5124 0 R /XYZ 188.0244 644.5828 null] +>> endobj +5130 0 obj << +/D [5124 0 R /XYZ 158.3455 631.6314 null] +>> endobj +5131 0 obj << +/D [5124 0 R /XYZ 71.731 590.7845 null] +>> endobj +5132 0 obj << +/D [5124 0 R /XYZ 71.731 565.7136 null] +>> endobj +5133 0 obj << +/D [5124 0 R /XYZ 188.0244 554.919 null] +>> endobj +5134 0 obj << +/D [5124 0 R /XYZ 158.3455 541.9676 null] +>> endobj +5123 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5137 0 obj << +/Length 2587 +/Filter /FlateDecode +>> +stream +x��YK��8��W����eϞ��$�b������h����D9=��^��zv���1�U�H�ɎW��We�)�$�0)�dU�o��H��E��q�]���a���/��Û?$�*��"�竇ӼT��IZ��o�Aw��c�K�}��M!�?��W|�r_][�Mj2}��/�ҝ՛=� V+W��P�N`�h��ݔi��B�m�8�hyjqoy�Y�Յ�IE��=+2FbK��E�?��������y4����,�=ʣ��_̟$F�;`_�����(ȇM�����X[?uUȣ����2 +�&ڡ��_Ui���j&��4�]o�Y�緼�(M��4*���[�� w���IƢ.P�1</R:����L��YeSϿ�胿T'���i4�MW�!`��N�Γ��<�O"�bi�Y�X�\�H1՝Mw�/#������7I<�:��NWq&qNs���`�;��2j���kv�y~Hh�Å���uz>C*G��#f�!ف��,h�#�'T���pjT�ӱ����Ȥ~�h>�xoӝ��>���yl�cr{�nk��< ���۟fI�Cgtf�v���+Y9�5�����BV@� �']M���$Y�?�h��@������5d+0x2ӅG�� �ԥ�nvq01��kszf+�gk#����V��Kz^R�OA]]�ݱ9�7�|�U>?F���A��A�y��zd��� �@]��I#)�ݱ1��M8���,z�=��q�~3��#+���G�ǧ�i�;��'����zt�6 tt�Nl�]��Q�TŅ[U�Q �� �A.J�!��H�Y�)3K*�y4�+ �m#�v���Ӵ�2��$�|�V�Ș.j��IL�S�f����d�[�o�7wD��ډq`h�D�nn��Q3#zǒ����R�X�Z�ys��OS�H!����n^�yY>�N��a��U�cQ�ٜ��`D�rkܴʄ9��G��9wh��v'�dv�K�����͞BfZ��Ea@��o�2un�����ǚ9{��ZD���ap\�wh�� ��������,p���B����R�E�O�#����?���ᯩ��@X$V�!�D-~35���� �xr�b�u�$k��hH�{mC��t��V���ĝᗢ j�1P���&r_�w�Lܱ�"R&��T���%w�@pE<��y��0ы�H�~�@P�F[�-�?��z�7d=�%H��哧���`�b4��t�����b>ޜ�&G�:A��' aԔ�\�X�F,�2%��$�9�mo�ۛ�?���5��k5����>A��*�X���<��"�"�2 :/�h3=3�e6Kgh�����z,.�"-i�� +�%:�@�-��t`p�@NYL'R�L'����aq���kS���;oK�v��-j�T606B'�'a��侤�u�"�~�Df�, �.�<`T&"ĺDt2�e1�k��a�E�QKm.Ubd�"�4����Wj���u�I��S���֟�������m�T��<��Pw �h~f���BǺ�G �~���k�}1&?`��_� Ό�]'�f��IrpI;�;e�]��F^��f�H�#��ol����QşC?��"F�H#.�q�Jf$R�W/i�o���/Y�r��c�F8e���]��� +:ī:��Ԟdi�v�9 ��k�lќU��A֫��fdҀe�a��$�b�v�4V�K����ΰ�Q�9����Z��l��OT'"�>�uy1^Q)vT��/o݃���հ���C�"�� t"Nl�W��F�����I' �HJI���_N�Q��4)����@�|ک�/UF8<Q��[�b�@��(� UM����3�L��P��#'�UX�o1'���v�(��/�A�BQK9�'@��Pt`��2E����Lk�����r��PFXnq�~�P�ɀE�H����x��?����*�B�ԏP4� ����ӬA�4a��eb�Y����2 �����-��ʾf��w�*����J�"����~�|C% 3QZꭹ�Lw���u�������n�Eҽ�FQ�)��kf�r�J��1������\"a2SC�/�;1��V(2ѽP6� {-�ta���n�y� m]fx����@%�P*ٗ�<ŋ�^��jN�F�{˜�Wo�(��{?x0���}�:��G�һ�b� �81>(k!�Y�"�����ŧ��AЗ�@Tf������;��d��T���o��ux��k�������6��5�\�_�&��(\ +3T���b.�p�Qd������B�$h��&��=�ǖ�U���@�AW^��r�;J�y,q�e�K"���<\���ޅ��5�)n]b���%��࣐�-����4�!R���s�X�9Q��������'v%p�&�x_�7g�����kH +����]2�ӊCe=��lJ���~��������\U֓���c�(�G�� z-��dX#�R�E��扠������w�'�l�����=a�y<���4�Z�<I�(��$jţ��z�� +V��7�endstream +endobj +5136 0 obj << +/Type /Page +/Contents 5137 0 R +/Resources 5135 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5061 0 R +>> endobj +5138 0 obj << +/D [5136 0 R /XYZ 71.731 729.2652 null] +>> endobj +2040 0 obj << +/D [5136 0 R /XYZ 71.731 718.3063 null] +>> endobj +1042 0 obj << +/D [5136 0 R /XYZ 531.42 703.236 null] +>> endobj +5139 0 obj << +/D [5136 0 R /XYZ 71.731 682.1747 null] +>> endobj +5140 0 obj << +/D [5136 0 R /XYZ 71.731 672.0599 null] +>> endobj +5141 0 obj << +/D [5136 0 R /XYZ 71.731 662.0973 null] +>> endobj +2041 0 obj << +/D [5136 0 R /XYZ 71.731 638.2831 null] +>> endobj +1046 0 obj << +/D [5136 0 R /XYZ 168.2049 594.97 null] +>> endobj +5142 0 obj << +/D [5136 0 R /XYZ 71.731 586.1472 null] +>> endobj +5143 0 obj << +/D [5136 0 R /XYZ 71.731 527.4184 null] +>> endobj +5144 0 obj << +/D [5136 0 R /XYZ 71.731 485.64 null] +>> endobj +2042 0 obj << +/D [5136 0 R /XYZ 71.731 415.9016 null] +>> endobj +1050 0 obj << +/D [5136 0 R /XYZ 312.7959 370.7468 null] +>> endobj +5145 0 obj << +/D [5136 0 R /XYZ 71.731 358.5756 null] +>> endobj +5146 0 obj << +/D [5136 0 R /XYZ 71.731 316.1466 null] +>> endobj +5147 0 obj << +/D [5136 0 R /XYZ 71.731 285.2624 null] +>> endobj +5148 0 obj << +/D [5136 0 R /XYZ 71.731 202.5725 null] +>> endobj +5149 0 obj << +/D [5136 0 R /XYZ 71.731 171.6884 null] +>> endobj +5150 0 obj << +/D [5136 0 R /XYZ 71.731 140.8042 null] +>> endobj +5135 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5153 0 obj << +/Length 2983 +/Filter /FlateDecode +>> +stream +xڍْ۸��_1�PU��D���z�)o�)ORN%y�HhĘ$�<<�ߧ/��D{�\e�F���[>�/|8��!�Ot��}=����� �~z +�Npv.���?��㇣�G����C��$��8�4��{��V7E�u����{��������6i�u���i-(&k�j(Màe��^o����?>N|���?fp�w����ُ��!�̏��@̗�pp�{�(�m���2@5�pQ�ʞ��X�Ti��a!���k��.�F�0��M�z_�iC��AwB��Bp�8�(s�ݩ���k9d����ROu��B��t�4�1��.��c&� +|r7lZ�=�C��˻πW��M� �ʳZ�䯒�.�{.{Y~�Ġp�Vu��OD�v������}��>�-�/���Ik9��}���b����)�y�<#ǪC�q�R��^Q��;��ޏ�^�62w�^��Ds+�9]y��pq+�I[��9��>/��E�(:�F�� ���^ʩ��*����_��Up����fGl�?~Uu[i$�?���U��Q'Xb�����)-��ɫ�m�H%������y�\3�^���7�k`ٜ���Zd�i˓j�vq�� �!�5<v����O�|��B�}���g/Cşv<Ue^]-0 +��J��o� +mv%0������Ӆn��%�>#��h���[&���5���3�����,��LS䂓_M?|̻��� ��w���!��δ�`Twe��k+�[VNB-�G�8@O{{'6I���� �}��s@6k���`9�}o�~��,E\���'8[���/g�0�C��,�P'!�1U�K��#�Dȓnt�w]֝�l9�b���A��K������N��*�������7��H��x�V�6�D�<�������&���T�P9T2�M|�K��Ǣ�)~@� ]''c>�`i3ٖ�0�ʡ��YP�j$�K�C�,阪2���,0������ �F��2���S�5�U䁞�? qX�Qh1��ʮ�=�lbC��H�K�� C�O��q�ܐ�o�x���6VÓI�{�D|t-4�t��˚��N )���dU���(E6Q��"��填���.�~�UP�D� ���%Gw|'G���&D +_��pz�?a.��q�����`R�eߊ{:�4 c���o��d��7���Ȱ 5����0M07������tOGE�2�ب�8��!o0O�� L�Mq�L�iz��̿6!^|��Gx?��C7��0;!@�:<t� b4��0�y;�0N�YY�xű�2�.1���Ե��<$�YiL�Xd���2��R��� +4kZI�%���-Ϙ�d�qW>]��n/���-����ǽ�J���C'jm[q��8憲�� �ӓo_�"�ua�Bn�S��@)�F� ��������!��a�0��0Y�y���F�e� x�l8G�7���D��g��{8#�C$v;�-�A痦��u���Q�#��(���>�C7�CI�"�A��3��kG�����tB=���f4�.3�Y��4�t�]#��gܦ]&R4"ǂ|^����]�Ҵ�½�Hk�C�����T۽�=�Rʗ�K~Q ��-Li�������|*�3L1� +|p�yOՍ�.<n�����9��ܐ�G��{T��0l����,��N���-�u>���D��|�U�S`Ti�{M����)tw�{U�!��M��[�xo��'N 3�TFW��?&b�>(�^ +�U�������"�,�!3�_:�l8�ĜJ�M�sKAf�%.!�N��O5< +�`�#y�bS��엑>�e�Y�L�kE��8�!�M��r �[��[@�B�;{�W����� 3z�A �\u��p^A�B�O��0��5iݾ�oY����a�:���%�7�dي;3�H�.wμ3����֙\�q�^�������s��kǤX��51�j�}�l�]6���}���2[�6 ���9_ׂ�TPP�&��Ƴ�P��)�F�r�&��G�O�O� ����s:�<R2��p��3l���0e�E�2萲u���U�:y7e�u$�������E�O��/yH��\9)IiL��UtoO�ȉ�+m��o� SH��T(&����K�>��&�O�����ꋤ�?d�̴~LN�J"��*�E]4��?k���mZ�`����:!��>G$aO:0�t`� )�Éy��+��L���+��!ܯ�@�����N��٤�5v��|�T2P6q�;�+�`$���i��FPK3 +�A,[a�6�9�)Gɼ�b�JX�֢�:��z���f8`� % ���"B�W��e��Q��Q� m�&Q�0��pz��y�d��� ��`����*�hp�d5�z��{��0g���N�}&�0��hC&�Y��V��?��N9q�^c�0N\�Ä�U��F'f�+�]7�����}g�����p��Q��/��_l�\[S�X���Kߧ-���4Β[��L����5*h@H�C��=�^ �Vf��#=�f�R���f������gj_��������iY���ޞm��m�}~$[�K��)�#ۡ�s���߷/��w�H^��\�G�E��TF��`��kpD���l�8��h��`���;������>�`rSQm����bǖ�\d/Za�z�cӢh�7{$y�Ms�3`ܛ|�=,�.xöb��)�%;u�x���`k�����0�9�F8����V9қ �S�KP*��:��g�`�Y齲��\R`+�V���2 +�A�|��U"'{Z��@��֛,���X �]�3 +Xgeb�;� ���Ar_�#���&�0�Za����؝,w���N��#��X���(�#��v<GiE�����R%�Hsf#`s��^��?��������������C�~g����7�Da�����$�endstream +endobj +5152 0 obj << +/Type /Page +/Contents 5153 0 R +/Resources 5151 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5061 0 R +>> endobj +5154 0 obj << +/D [5152 0 R /XYZ 71.731 729.2652 null] +>> endobj +5155 0 obj << +/D [5152 0 R /XYZ 71.731 662.3513 null] +>> endobj +5156 0 obj << +/D [5152 0 R /XYZ 71.731 592.6128 null] +>> endobj +2043 0 obj << +/D [5152 0 R /XYZ 71.731 535.8257 null] +>> endobj +1054 0 obj << +/D [5152 0 R /XYZ 237.0663 492.7282 null] +>> endobj +5157 0 obj << +/D [5152 0 R /XYZ 71.731 480.2903 null] +>> endobj +5158 0 obj << +/D [5152 0 R /XYZ 71.731 401.3311 null] +>> endobj +2044 0 obj << +/D [5152 0 R /XYZ 71.731 381.341 null] +>> endobj +1058 0 obj << +/D [5152 0 R /XYZ 254.1783 338.2435 null] +>> endobj +5159 0 obj << +/D [5152 0 R /XYZ 71.731 325.8056 null] +>> endobj +5160 0 obj << +/D [5152 0 R /XYZ 71.731 231.8377 null] +>> endobj +5161 0 obj << +/D [5152 0 R /XYZ 71.731 200.9535 null] +>> endobj +5151 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5164 0 obj << +/Length 3096 +/Filter /FlateDecode +>> +stream +xڝ]��6�}E�/���kY��������E��p�ރ'Q&�u��v:��Hٲ-g����I�")��X��'V�� ?A�q���w���>���c������o>I�ʼ,���q%���4Y%2��H���ÿ��^.�:mvA�?x�����h�iE�f#��R�R�gUuyW��~*��j��?�?��������R`~S�k.~�X�E��'C�h�t���r]��ۨ?����aK�O��__����h6b��u���^�+ �5,qߙyE��ڝꆹ��ɬQ =���d1Աn4N��E�5�VT�L�ڈh�Je��g�RP�N^�P/����TC�G�w__ +�n顫������O��{��i��{��ګ�k���W�,<�u����;�����!u�qj��.�tZA��x�.�_���(� �eF�Ȉ�6DSL����������6��ߴ-^�E��/�k#��}���W��6��O!,�@��n(��c8+F�'��-�~����|��Q��F+�o����h� $e����D[��u��y�+�mƶ����[e�y���0+F�x��%��Ҩ}Ѫ���A/���-=��L9�bh!�R;��ͦ.'>�ekK��Fl�^w��p���<vF�J�w|�<2>���Z^�Ӽ���q����F�u�*�g��|�Xf������}.?�ym'�{���u�m@!-��jⴣ����[���Θ4�VQ{i����v6�#�Oi��ʛ�L3/�e�d9��E0/�!6��[�c9�JJa����lIɏ���ϊ�~�#����{˳�v���ŇP4���E&V2�墢3�_��lx���7\��&���~�6�u[ �m�E�],��s@C"���S�?B{��%��8�kD Ȅg$�^x��b��yb��h���6ٌ�,~�ɺy%(GV���k� �n= b��8��wx��g"��؎�ۉ�\�f1=4�x.��d +�'X�i��p�w���fzQhe�MI��2���E��p2���r8�*�ev��Áo�0��"�TP,�):G�Qvl{0>��4�M�5D�n����=��[�~2�����H�<n/�U<�GC����8N�=ϳ���M�T&�=�-�t��B|�n��8`k;�0��Z��Bb�T3c�̄ኦ���h;x�IȖ�CE�!r��pѵS�7�wj�}�dܳ�ӷw$���(>,8Kg�H�����X���c���/:�����r[�m�*=�����[`'�Y7¨��8+#�y�v]4�l�����2�ɉ�����X�����`y�v�aFE���j좏<�֒I,�`9�'@q�q{O�6q�(��*�ғ�=K��v6��ƴp9�5�`y�Fo�0��3��a\���� ��~��Os4��8��a�S���{ +zV9>�]�+�8�!X]��PD�LR��!F��X���B�|ڤ�zy�l�إ�b�h�VP�/�}P�t]�����S'���ʃ9R(�Zk����n��-�ƜYQ19PN(� 8�Z�T�/%����c<�1>)���µ�m$���̋�vԧ�.z`���W�R-`�K��pe�'U:��AW��f��tm���c�b>/�����w[�mG��SR����F���`E���:Rk�Vg70Ի�P߇��cB��@�o!�-`@-N�O�۵%�7���/�ɮ*{� �9���3����e����Y��IXX7L�`�?,����&qS�m+MڥPƁ����j�����b�'�0[Iyq��k4�����Oii���`y��n�0��r)S���U��S%Yz�~ϕ��-ͲC�\- Ğ������ڠ�-:�8G���C|��hj![J�ѫ�t_~��K�m*�3���8W��gR/Mre@��ʙ?���z�T���lhcy��e`�0�6X��jz�Z.��C����i�����O��z�`I��.|ԅ7���������^�X���>��PJ<l)[r���v����(��)m|�������vCKwF�����}S<�A�[<�k'ԝ����~UW�#������X�ǧ��>� ���rD�)-Tȏ�A������S��$SӿM����y�|�����~K�IGg��H������A�.(l�LMx��M�^�0z�f��U{�&"��a�R��8����8fW�15��D(��Qsw +��J�����K����SL#��sg�ǖ�S�3����!g�S��z16�<�b͇A_�(��3�.%�h���� Hvl8GA�����M�>S3JP�X�u���3��b�G�6p0�YK��G�5���D�2��%���M���F��=9U����G��w��-��h�]�q?0 +f֨�2��`��F�7zݜ;A� _�Q��X�yh��*��r�r��#d�aF��P��PX��`8�qf8��������s�{V���{zM��|��3-���CchBc����$G$���(��QiH3�m����[���)�Y�&=I��O�/�� 6��ܡ���7�0hi�%f8iUT��5� /iv��fc-7�z,� d�4],�6��"�h�Z����h���*{a�*{�_E������.�\HL +���q)Ll)30�~h=�?���9��d���o���P9�����f�#�[0Ց;9�vyi�Fľ'e��튑v6�î��p�?/ە��vuS�m���RuC�Mao� �,�������N��Մ��A��pk���I�u��?.T,�Q"<��<�,��� ��~Yޭ9�;6��)e�+'*l�����<�P}��ٱ��o���>n��O��e��&;4�]u�p�#���&w"�2��@�Ø`'��ֽ6,O�\0KRcI-=�}|86p2�6�Jv���@�<�����$�B��q�����h����y�J�#��M_���0R��Q2Z*͍�K���9��K�b��On ��Ť;|x1��g��y�D�����L���GZ������M��ښCF����iՠ����p-��-���4�jO����Y���� ;endstream +endobj +5163 0 obj << +/Type /Page +/Contents 5164 0 R +/Resources 5162 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5199 0 R +>> endobj +5165 0 obj << +/D [5163 0 R /XYZ 71.731 729.2652 null] +>> endobj +5166 0 obj << +/D [5163 0 R /XYZ 71.731 741.2204 null] +>> endobj +5167 0 obj << +/D [5163 0 R /XYZ 71.731 718.3063 null] +>> endobj +2045 0 obj << +/D [5163 0 R /XYZ 71.731 688.2541 null] +>> endobj +1062 0 obj << +/D [5163 0 R /XYZ 201.8268 645.1566 null] +>> endobj +5168 0 obj << +/D [5163 0 R /XYZ 71.731 636.3338 null] +>> endobj +5169 0 obj << +/D [5163 0 R /XYZ 71.731 582.5864 null] +>> endobj +5170 0 obj << +/D [5163 0 R /XYZ 71.731 577.605 null] +>> endobj +5171 0 obj << +/D [5163 0 R /XYZ 89.6638 556.8478 null] +>> endobj +5172 0 obj << +/D [5163 0 R /XYZ 71.731 528.7881 null] +>> endobj +5173 0 obj << +/D [5163 0 R /XYZ 89.6638 513.0122 null] +>> endobj +5174 0 obj << +/D [5163 0 R /XYZ 71.731 485.3261 null] +>> endobj +5175 0 obj << +/D [5163 0 R /XYZ 89.6638 469.1766 null] +>> endobj +5176 0 obj << +/D [5163 0 R /XYZ 71.731 467.0197 null] +>> endobj +5177 0 obj << +/D [5163 0 R /XYZ 89.6638 451.2438 null] +>> endobj +5178 0 obj << +/D [5163 0 R /XYZ 71.731 449.087 null] +>> endobj +5179 0 obj << +/D [5163 0 R /XYZ 89.6638 433.3111 null] +>> endobj +5180 0 obj << +/D [5163 0 R /XYZ 71.731 431.1542 null] +>> endobj +5181 0 obj << +/D [5163 0 R /XYZ 89.6638 415.3783 null] +>> endobj +5182 0 obj << +/D [5163 0 R /XYZ 71.731 400.9873 null] +>> endobj +5183 0 obj << +/D [5163 0 R /XYZ 89.6638 384.4941 null] +>> endobj +5184 0 obj << +/D [5163 0 R /XYZ 71.731 371.4431 null] +>> endobj +5185 0 obj << +/D [5163 0 R /XYZ 89.6638 353.6099 null] +>> endobj +5186 0 obj << +/D [5163 0 R /XYZ 71.731 351.4531 null] +>> endobj +5187 0 obj << +/D [5163 0 R /XYZ 89.6638 335.6772 null] +>> endobj +5188 0 obj << +/D [5163 0 R /XYZ 71.731 294.6661 null] +>> endobj +5189 0 obj << +/D [5163 0 R /XYZ 89.6638 278.8901 null] +>> endobj +5190 0 obj << +/D [5163 0 R /XYZ 71.731 237.879 null] +>> endobj +5191 0 obj << +/D [5163 0 R /XYZ 89.6638 222.1031 null] +>> endobj +5192 0 obj << +/D [5163 0 R /XYZ 71.731 206.9948 null] +>> endobj +5193 0 obj << +/D [5163 0 R /XYZ 89.6638 191.2189 null] +>> endobj +5194 0 obj << +/D [5163 0 R /XYZ 71.731 176.1106 null] +>> endobj +5195 0 obj << +/D [5163 0 R /XYZ 89.6638 160.3347 null] +>> endobj +5196 0 obj << +/D [5163 0 R /XYZ 71.731 158.1779 null] +>> endobj +5197 0 obj << +/D [5163 0 R /XYZ 89.6638 142.402 null] +>> endobj +5198 0 obj << +/D [5163 0 R /XYZ 71.731 135.2638 null] +>> endobj +5162 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5202 0 obj << +/Length 2568 +/Filter /FlateDecode +>> +stream +xڝYK����P�%T���T��~���8>x�T*��! ^�T�ص���O�r7�k�@��hv7�?@�f�&�,�&<�a������~s��o_��,<�.ӗ/���&�6�����弉�̏�<�dQ��I�o^�{��wS����s�콯}n���߹�f�$^��2�aiN���}�ۦf�_��ԝ����W�z%Q�r���ʏ\�f��j�}�Gq�����{��6L���E݃����l��p��6�{��v;&eɝ�jl+]�W��~3N���v=��3�o�;3�GsB��Po.����?������� ��3mk�������u��P��j��`�� �I�)T��m@u�w����> ��67��6H�г�n���폻������_��p��(�nJ�"60R +O���K�z��.��3R�ӎY�m�z���A�g�S�g��H�\m}��6�{C��LRy=�3�fh��z9�(�y��C�x���̀���w/�ޚ���ܴ�b�K~-n������5�1i�k��5�A��-5�K��k�3?��x��G�B��u��Z����z���wr�E��/��+e�=��_��bF �i�;���L���H�/�h��]Y&���,'0�]W\H>�Ý[<�آ3�`��-�o�N�j�͛b��+�n-O�l�����ɒ��&�E�/�ӻ�+NY��g1l)��t&�BIl��4��S���l�r��D �4Kp �Mp>��PW٫�U��\ VͿԃ)��a�"7&d�����K�)�v��[�9�&>6���O��H�m3\��۶E}���J��aY�}:wA�=x �H9=>�p}&�=�¡Xv�ZS������_ %U��B3 +�A��3S��e.䔲�{]q��|1T���!ux�� ����h5XIV�����v>�X��h�(tpk����U���� +��C�Q:��\�������\�r��FdP��NM��f�jϴ\3L��^'Q��&�W�,��n�;�8��лio�� +�R�E�J�����k���X㥐`.f7͒:+���,�3c������&"%D茛.()�l�)�q�� [6<t�XA�0�{�:ip��hfÅ"q�%�h�'��u[?ap��s�uԘ����L���,�~�X,Y�C�̀ ��Y�hm��1bc�.��a��k��W��hk�y��;�k�~��e��l�}O$�0�=T�s@�`�+�O�����T����`r�K�KԻ@��VXtp�����,!Ya�������$ ����^� �z�N�������Б,��V'6�^�P������ʝ�;�&c3>J���.�%xM����POV�i�JT2h�������s���@vtv�@s�I��N���q$i�N�D��-��I�XQ:ң8p��\m�B�2r�P�(�+��0P9��7E0�3F�m�z�A�@;���k�Z \ε%��qգRl��z�Wp�A>���'0���gn��Y��Iu�\q-�t\;۞��⍽z�M��=��3(�B���H��^�����r���8]�� cO�8j���03��Au�J�^d�&���X���N�;"n��9^ۻ�lq,�?)�ȝ�%2r�ՙ�j���T�i>��̹�ٞ���n�Y���rS�qJ�>����v�}��^�AӒ�5"�(�^Jj�,YA9���~�c0Y�]E坵Lv�)G�ȈwV��<9���i5��Hbqk��~�S��a�m�4VY���y�)$�C +����4��Y�r��S�8!�ij̏�Po�k�f�nCЯa���N�M +}����0���dj�r E0s>vE���.�.��I.G\>�M�V���kSBJ&�'yu��쁭$ӛE��f��h��{����\:���rrk.� +�ő��ɧD.�x�c2����/<��cM�@pp ���'0�.¤b���"с�q�2��B��� +,�R`ˁ�hP�,߇SιA�;H�EH��I���3P�C.u�+��J++X �THPIYl�(1N,U����;v�%#R��1�d4��8��9p���Պ����_ +>�9�i��7J���(.�+1.#�J��QB<����Vo����%��G�m�O�\π>� �S��H��3��"�Lg(���zk��"p��(����jh�9�,3��x���a�ȝ3K�%N�!��F:�&�f��"�W:�8vc �юaʏ��>z��r�I�}�Z��ȹ��87KF��DK��Kt[~� +-� +��ҭ/���ߢS� �����R/���- �l��P�K�?� VͽnSB�M�!��+rBw[��\�~���"�I�@�#-߀`bI�?0E���s��(Zl�#��lZP��[s����ϳ6J��|��8��O�z��,�PS|c�G���L�8��0���1d�����A�Pvfz8"��L�kSɞ�f�ט��36���I�E�z=�I�����e��y�>�����/�I�i6�As��?����?@]5-endstream +endobj +5201 0 obj << +/Type /Page +/Contents 5202 0 R +/Resources 5200 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5199 0 R +>> endobj +5203 0 obj << +/D [5201 0 R /XYZ 71.731 729.2652 null] +>> endobj +5204 0 obj << +/D [5201 0 R /XYZ 71.731 646.4758 null] +>> endobj +5205 0 obj << +/D [5201 0 R /XYZ 71.731 561.7286 null] +>> endobj +2046 0 obj << +/D [5201 0 R /XYZ 71.731 530.8444 null] +>> endobj +1066 0 obj << +/D [5201 0 R /XYZ 279.2956 487.7469 null] +>> endobj +5206 0 obj << +/D [5201 0 R /XYZ 71.731 475.3089 null] +>> endobj +5207 0 obj << +/D [5201 0 R /XYZ 71.731 433.1468 null] +>> endobj +5208 0 obj << +/D [5201 0 R /XYZ 71.731 365.4656 null] +>> endobj +2047 0 obj << +/D [5201 0 R /XYZ 71.731 321.6299 null] +>> endobj +1070 0 obj << +/D [5201 0 R /XYZ 303.2245 276.4752 null] +>> endobj +5209 0 obj << +/D [5201 0 R /XYZ 71.731 267.6524 null] +>> endobj +5210 0 obj << +/D [5201 0 R /XYZ 71.731 221.875 null] +>> endobj +2048 0 obj << +/D [5201 0 R /XYZ 71.731 178.0394 null] +>> endobj +1074 0 obj << +/D [5201 0 R /XYZ 394.7926 134.9419 null] +>> endobj +5211 0 obj << +/D [5201 0 R /XYZ 71.731 122.5039 null] +>> endobj +5200 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5214 0 obj << +/Length 2426 +/Filter /FlateDecode +>> +stream +xڍYݏ���¸�ʀW�˒ӧk��\�&�eS���)��,9�8��}�������g~3C�����U�i�h�G�$Z�7��C߽ ��Ax\��=�y|ǫ���E��s�������t�Ƒ�%a�z>��{w���h�X?DI�����w?���$�u�zZK��]u�3uŤ�\W�^����7Oσ\I���6U����Q�od~��S����0�>��>�� ����y}��Rd����ux�Ɯ��VxKe.v��nxBw�/���s������ݜ�UYڕ�H�V�N�F�O��S�~��GT!��!��}n��W��l�3tR�Xk!Wu�$u��w�u�|��^C�aZ���!�� +M��!�ʩ��Z��ν,�Gc�Ի��<Y8�a#�TLVy^�Uǝ���j�LϘ��T'6&�: ��7�5�e �ݹ��K��_����I�RGݘu�������<��������Ax0�8b+���۽pC�[�JZ�a��: <����)���7��U�P�2��ŵ��,��x�&W�Rv�k�[!���N��֡g�s�g�Vf~�9��m�l��� �m��{�t��L��j��4�9w� ��v�/G-εl�����<v�m���ɜIR�ݥZ���x��ly�S�Ǔ,ز�6�,�S��i~\Aݟ�Go��K�~�[Y�@�F,���2?������v��/J�ԍW`�Q�lv�pI�Gq���e(j�����kT� +��L�ab�I��h��:N� ��lS;���7t/@WL��TB ��>�_� �i� ��5�� |�@9��k�a^�i�u���]�u�ۺ7d�!ٗ�V}Y�Z+�'�Ζ���>j4>F: ���@ �1����<�� .̞ c!�k�:7���4m+"l���/<�L�YLDX���,�M��a&�SQ6PL���Qsg&,�f`��/��#�eI!0�(��afu<Qq(�.�a ��C���d��2VDN@G�n��>�C=���M��M0e��P4;c�G���7�Ȩd��.��[:��h�Oթ4�;�Z���r����އ���j5��<�U�р�)� r8p��Mk�')V4�ͯ�3���N���)F)ro�E�|�QT�**�+ +a��+`�Y��u�a?���8j�U i�cjal=/��'z X�&@��%�����v�-�%x�/C���AE�q���U��u頔�-E����=�[�غ��#[��w���D������e��Al3u��DH�!kʂ��[U`cTnCF���\����6 �"�]}��Ʋ@����/��㨝x�D�ܶJ�܀�����Fs��1�m�6<z���sD�@B���B���7չvR�#S9����|��B� ���"����Z��!����y��TH�Q��A���1FWm %�-Us�ʃ^���������z�MJ��ʚ�@<�}����B��f��A)���fV?i��_ɯ�M�����J=��Y6\#��I� A��(�W�<�Vd:7��+d ���0����� +����w��ZX��c�ہ��� |��q��R�o�At"O�D�x#��"�ok.P�7����UګiL'����2���ņ���~����z��5⥻S�� "(�� +��Ŗ��5N��F���q�s�]�y|���^�S��0Ҟӣ��R���凢'E +Ng� o�P���B�!x��Ɂ��xb-d�=X%Nj�T�������g���kȦ���(#�rA��Uu����y����;�%�{��r�t�����[��*�� +Y�n^,�V8���|^j{ *�S�r��S��"�\��uYr<��c��K!#b�b'��4��}I�9�:J��F��e�5| j�[0è Z�@s6q�lrV"ˁRI��T�I0>����<�5��!�5����V-X�N�)���L����`�MR��}����Hm�R�iS 7{� ��gM{'�uʳ�X���nE�Q���h�ؓ�ä�k莺v���w7G��=�g���ڥ�g7X����{�3ob��>}�_qS����%�xXN��w�kk����{�w���4���@L��c�n��<ur�A@�4�t7{�R���aن-v���vt*�N�W��ݸ̂}��%y��N�`�ʱ��7[���o|�*:kk��t���VWu��W������rR��]�'ᾝ�pDd���$ĈOO�>���ux?�"����?�|f���=%�+���r��lrы2LBܤ�J��}dËl]B��P#�J�ghii��C<���CT4rr. �9h��I�B{��z3tb^�~� +�ܢ1�E�hMP���L�Q��� +��Dz���$?m3?w�W,sx^�V�D���nX����?q-���"�"endstream +endobj +5213 0 obj << +/Type /Page +/Contents 5214 0 R +/Resources 5212 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5199 0 R +>> endobj +5215 0 obj << +/D [5213 0 R /XYZ 71.731 729.2652 null] +>> endobj +5216 0 obj << +/D [5213 0 R /XYZ 71.731 675.3027 null] +>> endobj +2049 0 obj << +/D [5213 0 R /XYZ 71.731 631.4671 null] +>> endobj +1078 0 obj << +/D [5213 0 R /XYZ 182.2872 588.3696 null] +>> endobj +5217 0 obj << +/D [5213 0 R /XYZ 71.731 579.5468 null] +>> endobj +2050 0 obj << +/D [5213 0 R /XYZ 71.731 494.9151 null] +>> endobj +1082 0 obj << +/D [5213 0 R /XYZ 188.3641 451.8176 null] +>> endobj +5218 0 obj << +/D [5213 0 R /XYZ 71.731 442.9948 null] +>> endobj +2051 0 obj << +/D [5213 0 R /XYZ 71.731 384.266 null] +>> endobj +1086 0 obj << +/D [5213 0 R /XYZ 365.182 341.1686 null] +>> endobj +5219 0 obj << +/D [5213 0 R /XYZ 71.731 332.3458 null] +>> endobj +5220 0 obj << +/D [5213 0 R /XYZ 179.3565 293.7066 null] +>> endobj +5221 0 obj << +/D [5213 0 R /XYZ 71.731 286.5684 null] +>> endobj +2052 0 obj << +/D [5213 0 R /XYZ 71.731 216.8299 null] +>> endobj +1090 0 obj << +/D [5213 0 R /XYZ 433.2515 173.7324 null] +>> endobj +5222 0 obj << +/D [5213 0 R /XYZ 71.731 161.5612 null] +>> endobj +5223 0 obj << +/D [5213 0 R /XYZ 71.731 137.065 null] +>> endobj +5224 0 obj << +/D [5213 0 R /XYZ 71.731 127.1024 null] +>> endobj +5212 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5227 0 obj << +/Length 764 +/Filter /FlateDecode +>> +stream +xڕUKo�0��W9�@�ْ�ة��.C1�wvPm��H��4��%*n���!@H~�H��d%A�$(R0�"4�hЬ'qp��I�C�>f�4贞|:g,�H��<��K�Ҳ +FI�%eP��F�V�Gs���W����oTΣ,MĊP���Z��R+�.e#T/�����Y=����T%��1�e��Jh?Om�eB�A�qIX +��~XٮJ.T���]D����`�4��m�Ǡk!� :.W5�����/�E}yv5C|'��c�s��0���$�R�'�_q(,r?�bX�H�sվZ�7���9��� L$˙ľ�= _�� �Fo�$��K�X���3d�j�m+ڽu������C���>ȼO�)�[r��HS�&��Qd��f4 ���h�g���(�0��{F���9��S<>�c��T� x��������+���ʻ��Q�F�!��r<hJ�,I���)�vn۵��i +�g,�!�`���%�"6���W6��R ��.����Ϩw��2V���d�\jsl,G/0�Y92�<�͙�A��D�V +(+�'| +,#mKw�w�az��t�G�1�ڍ�7��lt+f��J#��R����q��*���6��pûNtdž�U��+c�;VTa��p�udl�.�Ez�vv�HO��/�����ɀ��9�����J;���^Ct\>�Ϡ���ØL�>��o��tl��.��L� �4�%)��z��|����(#1+�1����իoޑ����(�endstream +endobj +5226 0 obj << +/Type /Page +/Contents 5227 0 R +/Resources 5225 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5199 0 R +>> endobj +5228 0 obj << +/D [5226 0 R /XYZ 71.731 729.2652 null] +>> endobj +5229 0 obj << +/D [5226 0 R /XYZ 71.731 689.7649 null] +>> endobj +5230 0 obj << +/D [5226 0 R /XYZ 71.731 647.7709 null] +>> endobj +5225 0 obj << +/Font << /F33 1378 0 R /F27 1278 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5233 0 obj << +/Length 1841 +/Filter /FlateDecode +>> +stream +xڭX_��4�OQ $Zi㍝���p� �&nk��Q�^Y>=3;MwCN�����xƞ��x\��Ꮿ +ΊQ1�gbU_ū=|z��{�4ϙ�x���Q��*E���J�y|u��HV"fyVf���d*N�H��c���mk���&���i��㏠2�*Ɠ,qqT�m"Q�����������U9��T��2&��0ʺV�z�b&ʁ`"�U<�n��^�6�|}V["�>lx�V�&��wĔ]C���l�������V�n�W-֫0ۉG�1��M���[7j�Ҋ�'��=��-�E�,�k����Z��Q��x�NY˶U �$�V%�$O�'"gy�3����2�DU�рݲZʎ��G��ŎvU���0J�M`��3�=x�7��ߺm�_ N7<�z9(b��jf�a�sR���U���+;��|����g\aN�s`@\��̝�E��-XMṞ�q�?�ӀT��#�UR��[D�b{F�d��qʲ�(�+[с���~���`�(���\ag:�^L�m��Z:���O�z�9ʭ���D^0^B +_c�4hs�lJ�YVGS."�(�n�g1�n.8�� �@�8��D��B��3%1�$����#��v�c�x<��}��P;3\�R��SO��[��rO�� �p�������?�P��s�Z�vp���>��XK,d�S s~ +�p�������R.��l�x��� eWk�E˙��FZ������:,�{}T���;�V�]o7"^��:� %���6��Օ�x�GKD'���dQ�H�#]�ql9��4:�K��7!Id/G(�PQ��+f_hc_hgƠ��u'[�a��1C�Dgݨ�W�x(җ����u�5pg�eE��v��n�o]�\����:�����{HJ�C`M�{Yb�e�^���an8y���0�����84���̰�oLm#����i�k3(����i�s���ǩ)�8ԇ<Y%)gIWK��`i�M��qj2���XEs��b\U �pVB�2��i7� ��喿��W+�w?��������q=�~����rsѶ����ʧ{��%8�yZ�����l���[qe�� +����:Wx#�����A���J}�3+&���cH��rd�r��CRH��QÁ�\ ��ƕ���'�fx��/�e߷�aD|���&�IHZ���H���7VQ���öS�X���5T!���D�E��S�Ʃ�a�_�L8��E\��v0f�j�K4���t9GD�3c�1O�o�?�F��?�@@�Sd4j� �$aE����3����|ᇈ�Z7:x"����,����W%��x�K��A�ÎF���p�6�(�| i���D�u�d�^/� �-���a㭶ޒ���(��n��sG��~��k��C<5�U��$Ϯ%��Bp����t��a��d,m@/�!E�.i��C�������M\�%i2���!���p�S����f��*��g�9x��QѶ�Ҷ��^��_|���B�_.�AQ�Y23��LO�0ī��-(�%Kyv�X>��T\W����=��`�������ʩ?���ک/���w��px>�)T��UL� +o�I�RL��z��u0u���x�3D�.Kkh��=��*Z�yvc�� Y� ��h�l���6J7����:�}أ�P��۽��5�j�_��j�:.����ILw-B�hy��rG9���bG�0�:C�_�m�����.\!R�1���8��r�H�<�M������п��R���p0��r�V��0H|q{��G��R۔�s���?Hm���s �"�LƙK�!dP���'Mh������G����t�c�endstream +endobj +5232 0 obj << +/Type /Page +/Contents 5233 0 R +/Resources 5231 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5199 0 R +/Annots [ 5279 0 R ] +>> endobj +5279 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [374.7025 133.0074 436.4705 143.9114] +/Subtype /Link +/A << /S /GoTo /D (http-apache) >> +>> endobj +5234 0 obj << +/D [5232 0 R /XYZ 71.731 729.2652 null] +>> endobj +2053 0 obj << +/D [5232 0 R /XYZ 71.731 718.3063 null] +>> endobj +1094 0 obj << +/D [5232 0 R /XYZ 160.3549 703.236 null] +>> endobj +5235 0 obj << +/D [5232 0 R /XYZ 71.731 692.504 null] +>> endobj +1098 0 obj << +/D [5232 0 R /XYZ 208.3645 644.1007 null] +>> endobj +4110 0 obj << +/D [5232 0 R /XYZ 71.731 629.1751 null] +>> endobj +1102 0 obj << +/D [5232 0 R /XYZ 117.1402 620.82 null] +>> endobj +5236 0 obj << +/D [5232 0 R /XYZ 71.731 615.7142 null] +>> endobj +5237 0 obj << +/D [5232 0 R /XYZ 71.731 610.7329 null] +>> endobj +5238 0 obj << +/D [5232 0 R /XYZ 118.3278 584.9545 null] +>> endobj +5239 0 obj << +/D [5232 0 R /XYZ 296.214 572.0031 null] +>> endobj +5240 0 obj << +/D [5232 0 R /XYZ 71.731 536.1376 null] +>> endobj +1106 0 obj << +/D [5232 0 R /XYZ 86.6464 483.8248 null] +>> endobj +5241 0 obj << +/D [5232 0 R /XYZ 71.731 473.4955 null] +>> endobj +1110 0 obj << +/D [5232 0 R /XYZ 107.6162 460.5441 null] +>> endobj +5242 0 obj << +/D [5232 0 R /XYZ 71.731 453.5005 null] +>> endobj +5243 0 obj << +/D [5232 0 R /XYZ 71.731 448.5192 null] +>> endobj +5244 0 obj << +/D [5232 0 R /XYZ 256.795 411.7271 null] +>> endobj +5245 0 obj << +/D [5232 0 R /XYZ 392.1662 411.7271 null] +>> endobj +5246 0 obj << +/D [5232 0 R /XYZ 71.731 409.5703 null] +>> endobj +5247 0 obj << +/D [5232 0 R /XYZ 71.731 395.6226 null] +>> endobj +1114 0 obj << +/D [5232 0 R /XYZ 320.8499 382.2377 null] +>> endobj +5248 0 obj << +/D [5232 0 R /XYZ 71.731 369.6152 null] +>> endobj +5249 0 obj << +/D [5232 0 R /XYZ 71.731 369.6152 null] +>> endobj +5250 0 obj << +/D [5232 0 R /XYZ 71.731 369.6152 null] +>> endobj +5251 0 obj << +/D [5232 0 R /XYZ 71.731 357.9429 null] +>> endobj +5252 0 obj << +/D [5232 0 R /XYZ 111.5816 341.3909 null] +>> endobj +5253 0 obj << +/D [5232 0 R /XYZ 71.731 329.2714 null] +>> endobj +5254 0 obj << +/D [5232 0 R /XYZ 71.731 329.2714 null] +>> endobj +5255 0 obj << +/D [5232 0 R /XYZ 71.731 329.2714 null] +>> endobj +5256 0 obj << +/D [5232 0 R /XYZ 71.731 317.0961 null] +>> endobj +5257 0 obj << +/D [5232 0 R /XYZ 71.731 317.0961 null] +>> endobj +5258 0 obj << +/D [5232 0 R /XYZ 71.731 317.0961 null] +>> endobj +5259 0 obj << +/D [5232 0 R /XYZ 71.731 304.1446 null] +>> endobj +5260 0 obj << +/D [5232 0 R /XYZ 111.5816 287.5926 null] +>> endobj +5261 0 obj << +/D [5232 0 R /XYZ 326.8524 274.6412 null] +>> endobj +5262 0 obj << +/D [5232 0 R /XYZ 71.731 262.5217 null] +>> endobj +5263 0 obj << +/D [5232 0 R /XYZ 71.731 262.5217 null] +>> endobj +5264 0 obj << +/D [5232 0 R /XYZ 71.731 262.5217 null] +>> endobj +5265 0 obj << +/D [5232 0 R /XYZ 71.731 250.3464 null] +>> endobj +5266 0 obj << +/D [5232 0 R /XYZ 111.5816 233.7944 null] +>> endobj +5267 0 obj << +/D [5232 0 R /XYZ 352.0179 233.7944 null] +>> endobj +5268 0 obj << +/D [5232 0 R /XYZ 135.3745 220.843 null] +>> endobj +5269 0 obj << +/D [5232 0 R /XYZ 224.9831 220.843 null] +>> endobj +5270 0 obj << +/D [5232 0 R /XYZ 297.9916 220.843 null] +>> endobj +5271 0 obj << +/D [5232 0 R /XYZ 419.7283 220.843 null] +>> endobj +5272 0 obj << +/D [5232 0 R /XYZ 111.5816 207.8915 null] +>> endobj +5273 0 obj << +/D [5232 0 R /XYZ 71.731 196.5481 null] +>> endobj +5274 0 obj << +/D [5232 0 R /XYZ 71.731 196.5481 null] +>> endobj +5275 0 obj << +/D [5232 0 R /XYZ 71.731 196.5481 null] +>> endobj +5276 0 obj << +/D [5232 0 R /XYZ 71.731 183.5967 null] +>> endobj +5277 0 obj << +/D [5232 0 R /XYZ 111.5816 167.0447 null] +>> endobj +5278 0 obj << +/D [5232 0 R /XYZ 71.731 146.9551 null] +>> endobj +5280 0 obj << +/D [5232 0 R /XYZ 71.731 113.2464 null] +>> endobj +5231 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5283 0 obj << +/Length 1454 +/Filter /FlateDecode +>> +stream +xڕWM��8�ϯz���ז?�`OӢ-��b��m��Qbal++�M�_��H;N��N�$ꉢ�'RN1|�b�D���D��E�>ċL}|H�E$����e���u)��r�����"]�8*�2_l��Vqe,��_��������(\�X�4e�"�p`�jJ�+��"Z'Y�O�2�����6q0���P��IP�]7���U{e�{CH�H�ܠ���^Y�5V�<����JǣS�����d�R霩��IYtC�U6����wwN�vt�xntGg̟̓�2-O.E��"��iZE=�8C=<��,�Ԡ�z]�� �p�'�0���s����ռUe�3a��z^��vt��e��l����ܙ�O�fp�2,�@�e�慘8��2�L�{%?�K�py�����BS�QK��8�!9\^�ײ����՜ �w�%��r�H�)�ц�xc��"8>�&��RB�n��L��-{�84 )��Gj�jy�8�=�E<^�AI��ޚ��_1��rṫ�<0d˓��������_�����ް��hBQ�)?��d��1�w��f�l��Mg�[5���{��=�(��z�����U{9�,Q^��#!������S�;� ����Q��<I��L�O����R��1�>~��IF��u�S0��o.M�=S`f2�������d��T*"٦7�6�|���e��vGB�$�<� �������l���ѕ�a��Sw�����%e��a��un���x�hw�u�O.��Ũ�S�{4$�_��Y:[C +'��fݰu�"��MF���5���#~b�6C��>��قNZk(�^\1fJ.�n�Ռ�/H�f�l� �28�H;��=�OMs/|l(F�H�vp�� +�˔�y�>C�x�ϐl�&~����H(�z%��}�s*ؓ�)�?Ұ� +���,ĸ��$�I�XhЙ+ܽC��{\}Q���x�&��|��$��4�j�9�UQ�xSܠ�ѓ��R�� �YA +�'_^�c�õ�>Cd�����z�{��" �Jf�!��~����'[�?L{�|�GMD���[� r��P��DEV4�+��wd�u�j�%p'n�S��!��s��"*�5�=�Ò||�{eT�#�5�sϒc�U��f|;@t�{q�y�2;��~d�����T��X�-�<<U0�^�@E�(��"�*�� ���Y��_$Q��T��1D��g���H���5fq���7;m!���R�Д��i�T 8�`{�Ff"p��Ǟ��� z���#�P�U�u�va�'��Ϫ."dYUg�+��d�ZF�ȩeY�k��./R`@��� G�rp��E���f��{9)����j�kI�і����`�zR�qU��V2r��5khdw����F�[���6�:�h�����~3�p�od�!��ѽ_R�,g�?zu�rx9�iYL�БI���7�����_����endstream +endobj +5282 0 obj << +/Type /Page +/Contents 5283 0 R +/Resources 5281 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5199 0 R +>> endobj +5284 0 obj << +/D [5282 0 R /XYZ 71.731 729.2652 null] +>> endobj +1118 0 obj << +/D [5282 0 R /XYZ 86.6464 703.6802 null] +>> endobj +5285 0 obj << +/D [5282 0 R /XYZ 71.731 693.3509 null] +>> endobj +1122 0 obj << +/D [5282 0 R /XYZ 91.0983 680.3995 null] +>> endobj +5286 0 obj << +/D [5282 0 R /XYZ 71.731 673.2016 null] +>> endobj +5287 0 obj << +/D [5282 0 R /XYZ 71.731 668.2203 null] +>> endobj +5288 0 obj << +/D [5282 0 R /XYZ 101.8648 657.4854 null] +>> endobj +5289 0 obj << +/D [5282 0 R /XYZ 236.362 644.534 null] +>> endobj +5290 0 obj << +/D [5282 0 R /XYZ 284.4011 644.534 null] +>> endobj +5291 0 obj << +/D [5282 0 R /XYZ 71.731 619.1293 null] +>> endobj +1126 0 obj << +/D [5282 0 R /XYZ 131.5064 606.1778 null] +>> endobj +5292 0 obj << +/D [5282 0 R /XYZ 71.731 598.9799 null] +>> endobj +5293 0 obj << +/D [5282 0 R /XYZ 71.731 593.9986 null] +>> endobj +2158 0 obj << +/D [5282 0 R /XYZ 71.731 544.9076 null] +>> endobj +1130 0 obj << +/D [5282 0 R /XYZ 109.9273 531.9562 null] +>> endobj +5294 0 obj << +/D [5282 0 R /XYZ 71.731 524.7583 null] +>> endobj +5295 0 obj << +/D [5282 0 R /XYZ 71.731 519.7769 null] +>> endobj +5296 0 obj << +/D [5282 0 R /XYZ 71.731 486.128 null] +>> endobj +1134 0 obj << +/D [5282 0 R /XYZ 86.6464 433.8152 null] +>> endobj +2225 0 obj << +/D [5282 0 R /XYZ 71.731 423.2278 null] +>> endobj +1138 0 obj << +/D [5282 0 R /XYZ 202.5889 410.5345 null] +>> endobj +5297 0 obj << +/D [5282 0 R /XYZ 71.731 403.491 null] +>> endobj +5298 0 obj << +/D [5282 0 R /XYZ 71.731 398.5096 null] +>> endobj +5299 0 obj << +/D [5282 0 R /XYZ 71.731 398.5096 null] +>> endobj +5300 0 obj << +/D [5282 0 R /XYZ 257.3634 374.669 null] +>> endobj +5301 0 obj << +/D [5282 0 R /XYZ 71.731 349.2643 null] +>> endobj +1142 0 obj << +/D [5282 0 R /XYZ 127.0732 336.3128 null] +>> endobj +5302 0 obj << +/D [5282 0 R /XYZ 71.731 329.2693 null] +>> endobj +5303 0 obj << +/D [5282 0 R /XYZ 71.731 324.288 null] +>> endobj +2787 0 obj << +/D [5282 0 R /XYZ 71.731 262.0912 null] +>> endobj +1146 0 obj << +/D [5282 0 R /XYZ 248.6554 249.1397 null] +>> endobj +5304 0 obj << +/D [5282 0 R /XYZ 71.731 242.0962 null] +>> endobj +5305 0 obj << +/D [5282 0 R /XYZ 71.731 237.1149 null] +>> endobj +5306 0 obj << +/D [5282 0 R /XYZ 71.731 237.1149 null] +>> endobj +5307 0 obj << +/D [5282 0 R /XYZ 180.012 226.2257 null] +>> endobj +5308 0 obj << +/D [5282 0 R /XYZ 118.4953 213.2742 null] +>> endobj +3086 0 obj << +/D [5282 0 R /XYZ 71.731 187.8695 null] +>> endobj +5309 0 obj << +/D [5282 0 R /XYZ 71.731 187.8695 null] +>> endobj +1150 0 obj << +/D [5282 0 R /XYZ 109.3898 174.9181 null] +>> endobj +5310 0 obj << +/D [5282 0 R /XYZ 71.731 169.7575 null] +>> endobj +5311 0 obj << +/D [5282 0 R /XYZ 71.731 164.7761 null] +>> endobj +5312 0 obj << +/D [5282 0 R /XYZ 109.5683 153.2991 null] +>> endobj +5281 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F33 1378 0 R /F61 2649 0 R /F35 1723 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5315 0 obj << +/Length 1391 +/Filter /FlateDecode +>> +stream +xڕWKs�6��W�Vy&V%J���v�6ӝ����큖h[IԒT2�/@P~d5���@����@NW ��U��E�b&8[��]�:���] �1㩀���gE\�L�6�J�?�}�=+VU\ �{گ�4\d�")�,ϊ�S�W�ҭ7�'�4��v�qT��'�ռ�� �� ��u�d���:ei�MQ�F}�Z�z58;k��,i���������$au;�մ֙v�fI4� �����lU³E��N��g� �����?k��!p�_��X��c����G툦f�&��ʟ�8�NDU�i.�*-�ӵ�q��c�׀7j��ʒ�D��`�E�v����ӻm�i�TNR ��+��9����]'ò�}�dh�����Q���`�j��ST ��;�^�i)��+�����@�5�� 8/x��훬�K��%b�B�=���&�,feBTm���p�ľD���s~/����Ө��&i�u?NY�����[�Ƕ>�h������[A����`�441!~�����;8�u�O��V�êur�F�Bs�z �G�'���)��m{��^ZI��d���OZj�֑dk��������,?i��oo�9��~���IK����l�mv/@�,�����d?u�B�X��,�ZD?�����R��A� ���7Y��"�*H�"�Q֨aNv���_�hxU;>��V�Pw�&[ ���x�ݛ���O��1T�~�R2�sL�l~��/+TpO�u�Dj�ӯ�i�«�Z�D�U����Y��GLk�M���Bx�O`�4� ��O'B˺V� B��Z�\��o�N45* ��^]�?in��9�Ja�A�� �UCP9T�n�M�I{��/���� +컲�c���hx�_��p݇���w�i��~�@�9 +,> +8RP���1��7��)��F�$�S�ڱ�VO�V��ƝU��U`q�I�c���i�H@ ���"B�E����߬����Ҿ����u��W؋|���v�n�}��_phբ����= FGO��r>��ē�HU�.�MC��������iO�@�������v<�`�;tL�y���������'Ӻ��W5|>���)�!ز;-b�d��g�9��(2�ꃥ��=M��Jȸ�p>7���$��8I�2�-F���7*�|�a|i��r�0�1�4��H��nJ�yY���+hH�f��R��Ȳ��x���w[��9�,�m�9G-h���4�Il���<YR�2�×�A�_�Qr�;�e2��C��l>I_��K�Z�_����٣����Nv�!9wz��R~�}�t�'��@_+Sx�����\a���sxu��� ߐ���}�?>7��<wendstream +endobj +5314 0 obj << +/Type /Page +/Contents 5315 0 R +/Resources 5313 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5340 0 R +>> endobj +5316 0 obj << +/D [5314 0 R /XYZ 71.731 729.2652 null] +>> endobj +5317 0 obj << +/D [5314 0 R /XYZ 71.731 741.2204 null] +>> endobj +5318 0 obj << +/D [5314 0 R /XYZ 527.5668 708.3437 null] +>> endobj +5319 0 obj << +/D [5314 0 R /XYZ 71.731 691.2429 null] +>> endobj +5320 0 obj << +/D [5314 0 R /XYZ 194.7222 681.7434 null] +>> endobj +5321 0 obj << +/D [5314 0 R /XYZ 71.731 606.3263 null] +>> endobj +1154 0 obj << +/D [5314 0 R /XYZ 86.6464 554.0134 null] +>> endobj +4000 0 obj << +/D [5314 0 R /XYZ 71.731 543.6842 null] +>> endobj +1158 0 obj << +/D [5314 0 R /XYZ 109.9275 530.7327 null] +>> endobj +5322 0 obj << +/D [5314 0 R /XYZ 71.731 525.627 null] +>> endobj +5323 0 obj << +/D [5314 0 R /XYZ 71.731 520.6456 null] +>> endobj +5324 0 obj << +/D [5314 0 R /XYZ 408.8762 494.8672 null] +>> endobj +5325 0 obj << +/D [5314 0 R /XYZ 91.6563 481.9158 null] +>> endobj +5326 0 obj << +/D [5314 0 R /XYZ 71.731 456.5111 null] +>> endobj +1162 0 obj << +/D [5314 0 R /XYZ 126.3357 443.5596 null] +>> endobj +5327 0 obj << +/D [5314 0 R /XYZ 71.731 438.4539 null] +>> endobj +5328 0 obj << +/D [5314 0 R /XYZ 71.731 433.4725 null] +>> endobj +5329 0 obj << +/D [5314 0 R /XYZ 71.731 358.8772 null] +>> endobj +1166 0 obj << +/D [5314 0 R /XYZ 87.8032 306.5644 null] +>> endobj +5330 0 obj << +/D [5314 0 R /XYZ 71.731 295.977 null] +>> endobj +1170 0 obj << +/D [5314 0 R /XYZ 106.9586 283.2837 null] +>> endobj +5331 0 obj << +/D [5314 0 R /XYZ 71.731 276.2401 null] +>> endobj +5332 0 obj << +/D [5314 0 R /XYZ 71.731 271.2588 null] +>> endobj +5333 0 obj << +/D [5314 0 R /XYZ 135.3051 260.3696 null] +>> endobj +5334 0 obj << +/D [5314 0 R /XYZ 477.1051 247.4182 null] +>> endobj +5335 0 obj << +/D [5314 0 R /XYZ 91.6563 234.4667 null] +>> endobj +5336 0 obj << +/D [5314 0 R /XYZ 71.731 211.5527 null] +>> endobj +1174 0 obj << +/D [5314 0 R /XYZ 83.217 159.2398 null] +>> endobj +5337 0 obj << +/D [5314 0 R /XYZ 71.731 148.6525 null] +>> endobj +1178 0 obj << +/D [5314 0 R /XYZ 121.7728 135.9591 null] +>> endobj +5338 0 obj << +/D [5314 0 R /XYZ 71.731 128.9156 null] +>> endobj +5339 0 obj << +/D [5314 0 R /XYZ 71.731 123.9343 null] +>> endobj +5313 0 obj << +/Font << /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R /F35 1723 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5343 0 obj << +/Length 1541 +/Filter /FlateDecode +>> +stream +xڭ�n�6�=_�G�h�u�-��)�n��C������ձ���;ál9�X���ܜ�_x��/"�E�0J�H�o��O�^��$Cƥ�f�+EĒ��w����b����X(c�x\�B�3/H�����-�}��&, � �y��c/$ݶj�{�f���ty;���sU�����t���TUg9G#�>�\ +��Y����t�$&1M�ǥ���P��i����ouFPWӚ�U�ԅEn-�/�'�%����S� �K�[ں�U���N��*3����WW���8t��H?0�|�����j�jդ[��T��?~�lVY�v+��E�"�� +�lW�y��;��)*�/�%n������7��G^�v���H��iQG#/���ا +��t�5��=p�� �1�W�@��pƗ�Y�F��ucbc(��?�Ն�y�+t �U��UK�5�*�zU�*}<h�G"1H���W�_B.bȯ0��;�|�t�����ݶ����Y�S;�(���RJR@ıs;��5(�v� �~���>����k�:!K�0������&1���9��:$B�/dT�~F������Q�d���3��k�; fd +����d�՜W=�d����7, +��bB���������[;���~`����� f#��M!���$����c���O�|$P�8�-�G*wLf���4�j�����a"XJ,�� ��T�{��X��\��h膡^0r��o� + �D�ʪ�U�u������������eף<�� +�֥ 0dd�ϓ�<����ͫC����}�����ʼ�U��8Q6�.ִ��ݖ ������N��%��b��~���aW�U�Zn���#�X�HR�F�_�ь +���]�jE�lە���/� A e���$�����w���1/���q�p��Y��M�0:ɨ�c%���������tA��c\�:��Z=���r)�w"��o��L:���ν�T�p�K�4�����#�{[�'Ku�Y=���a��լ�nK��R��M���]� &�Px�K��L��h�0���/��8�Y �orT�;�P���̃���� �';C�<G�'ß��ׂ7��ѧ�6���Lw�G�-Q�+�=���ltkG:��lp&B�j�{�zÚ)7��A�'=�':���� ��t�p;o���+|����$�<L(_{�D�D���b|d��J����:}�ܩj�l�;L�W��b0�R>c2CHU�M�_?����0�����G�����jn�9���g��h����y2 x �7t�lp��U��܀rb���N�́>b�ĵ;�t{�zFe�M{I� +��t|��]�a��h?I�r��]�S=f@^w{���KC+����{Z��O7����#�o���(��%!��]]ij�x���h��c���%>9q�:�i�Օ>;�ij�'�I�Q�QO5Z�8 +�����1��{���9���u���r2��������]2{�-�;��N���'��� ��}�R��g�����Iendstream +endobj +5342 0 obj << +/Type /Page +/Contents 5343 0 R +/Resources 5341 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5340 0 R +/Annots [ 5356 0 R 5372 0 R ] +>> endobj +5356 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [221.9349 488.6257 256.6546 499.5297] +/Subtype /Link +/A << /S /GoTo /D (gloss-rdbms) >> +>> endobj +5372 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [341.3674 348.1525 388.1914 359.0564] +/Subtype /Link +/A << /S /GoTo /D (security-mysql) >> +>> endobj +5344 0 obj << +/D [5342 0 R /XYZ 71.731 729.2652 null] +>> endobj +1182 0 obj << +/D [5342 0 R /XYZ 88.9395 651.0495 null] +>> endobj +5345 0 obj << +/D [5342 0 R /XYZ 71.731 640.7203 null] +>> endobj +1186 0 obj << +/D [5342 0 R /XYZ 193.5729 627.7689 null] +>> endobj +5346 0 obj << +/D [5342 0 R /XYZ 71.731 620.5709 null] +>> endobj +5347 0 obj << +/D [5342 0 R /XYZ 71.731 615.5896 null] +>> endobj +5348 0 obj << +/D [5342 0 R /XYZ 488.7181 604.8548 null] +>> endobj +5349 0 obj << +/D [5342 0 R /XYZ 91.6563 566.0005 null] +>> endobj +5350 0 obj << +/D [5342 0 R /XYZ 364.9621 566.0005 null] +>> endobj +5351 0 obj << +/D [5342 0 R /XYZ 478.8046 566.0005 null] +>> endobj +5352 0 obj << +/D [5342 0 R /XYZ 154.739 553.0491 null] +>> endobj +5353 0 obj << +/D [5342 0 R /XYZ 71.731 527.6443 null] +>> endobj +1190 0 obj << +/D [5342 0 R /XYZ 106.052 514.6929 null] +>> endobj +5354 0 obj << +/D [5342 0 R /XYZ 71.731 507.6494 null] +>> endobj +5355 0 obj << +/D [5342 0 R /XYZ 71.731 502.668 null] +>> endobj +5357 0 obj << +/D [5342 0 R /XYZ 444.2551 491.7788 null] +>> endobj +5358 0 obj << +/D [5342 0 R /XYZ 71.731 476.6706 null] +>> endobj +5359 0 obj << +/D [5342 0 R /XYZ 71.731 461.7266 null] +>> endobj +5360 0 obj << +/D [5342 0 R /XYZ 71.731 461.7266 null] +>> endobj +5361 0 obj << +/D [5342 0 R /XYZ 71.731 448.7752 null] +>> endobj +5362 0 obj << +/D [5342 0 R /XYZ 111.5816 432.9992 null] +>> endobj +5363 0 obj << +/D [5342 0 R /XYZ 71.731 420.8798 null] +>> endobj +5364 0 obj << +/D [5342 0 R /XYZ 71.731 420.8798 null] +>> endobj +5365 0 obj << +/D [5342 0 R /XYZ 71.731 407.9283 null] +>> endobj +5366 0 obj << +/D [5342 0 R /XYZ 111.5816 392.1524 null] +>> endobj +5367 0 obj << +/D [5342 0 R /XYZ 315.2763 392.1524 null] +>> endobj +5368 0 obj << +/D [5342 0 R /XYZ 71.731 380.0329 null] +>> endobj +5369 0 obj << +/D [5342 0 R /XYZ 71.731 380.0329 null] +>> endobj +5370 0 obj << +/D [5342 0 R /XYZ 71.731 367.0815 null] +>> endobj +5371 0 obj << +/D [5342 0 R /XYZ 111.5816 351.3056 null] +>> endobj +5373 0 obj << +/D [5342 0 R /XYZ 71.731 328.3915 null] +>> endobj +1194 0 obj << +/D [5342 0 R /XYZ 85.5101 276.0787 null] +>> endobj +2748 0 obj << +/D [5342 0 R /XYZ 71.731 265.7494 null] +>> endobj +1198 0 obj << +/D [5342 0 R /XYZ 176.6962 252.798 null] +>> endobj +5374 0 obj << +/D [5342 0 R /XYZ 71.731 245.6001 null] +>> endobj +5375 0 obj << +/D [5342 0 R /XYZ 71.731 240.6188 null] +>> endobj +5376 0 obj << +/D [5342 0 R /XYZ 71.731 240.6188 null] +>> endobj +3316 0 obj << +/D [5342 0 R /XYZ 71.731 204.4792 null] +>> endobj +1202 0 obj << +/D [5342 0 R /XYZ 109.1703 191.5278 null] +>> endobj +5377 0 obj << +/D [5342 0 R /XYZ 71.731 186.422 null] +>> endobj +5378 0 obj << +/D [5342 0 R /XYZ 71.731 181.4406 null] +>> endobj +5341 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5382 0 obj << +/Length 1305 +/Filter /FlateDecode +>> +stream +xڍW�o�6�_a`/23�h}�-i���:���=,{�eZ"*�I5M����(�Ʉ5�y���d�_�*VpXҊ�y����"^5 ��" *�<gi��@,H7/XU��js��fwqu��UŪd��)R\2���jw�'���q$M��w�;�g� lӌ�6iʪd�x�[e�[o8�FF9'"����)� ۿ�e���$�#F�;ei���E�;I�htcDOD'�f�dD��[|�6X�� ��8uA��/@��:ɢoj�:���K��$�n�l}�jpҌF:yXC���F�N ���:��Yl��%ћ���έA-�$F����s�P.��S{�QΡ�6�^�Y� Ya^~r9�n6�x��]8k�Ya}��7[Β�(��n���:����"�fE|��(B�@��VD0Mc�ge�n6UɊ�,��KӼ��>�T�B>)gi�?]���i�?]��-^Ķ ��9��=��5CYI�j�p[FGm��'ACƵ��C-�#����^[G�N�uRF��Y��:��b$��WD�����!Xj2\gpd�]8��x��*��t7�oA$��~C�%\�Q�I(Ȅ���68��=L�#�^Jg�߫A�SplT�C��%LQ���2�Ze_�A���~�\�k�� L,z��k�KԜ�3��Xt��ƍ��(�L��� +L��ŪS���\�m���U��5�$���&�"�@ ;�L�}�.i�FC��.��0�dw �E�K7N��]��8��?�ϲ��xE�N�+�� �5p�� ��G�d�����Ko�Y,�kO���!V3�(@J.{"=|@M,�Z:�V��u�Ḟ#8�$tÃ̢`���}�Zu>=\�Rj~ṚWc[��,bW�tY�,O�M4�_�w�F�/���5N2����ap��O����rz��Om�k/����Q�'�����uK��鷺�������un���j���kϛ�g,����d��_>�%�m�Jc��}}7����p�ҿ�Z���~����������kG+�a�+������z���.IEв��m��e a�5FO��B�q�T=��/x�~��Ƞ�����s+ �ƈڵ�7�?^�M܅���<͡E�XM;�65�7�;"F1Ȱ}hUT:ݜ�`����p�麆�]�UP("�0�>�+da�C��(����p1 +�a��eĺE9`y)?z�������%q 1;u��G=�������0�!�� (�k��w���p�nw��_�ے� �u�APٜ��_Ͼ�2@s���� �J���x�_��&^�endstream +endobj +5381 0 obj << +/Type /Page +/Contents 5382 0 R +/Resources 5380 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5340 0 R +>> endobj +5383 0 obj << +/D [5381 0 R /XYZ 71.731 729.2652 null] +>> endobj +5384 0 obj << +/D [5381 0 R /XYZ 71.731 718.3063 null] +>> endobj +1206 0 obj << +/D [5381 0 R /XYZ 90.2612 708.3437 null] +>> endobj +5385 0 obj << +/D [5381 0 R /XYZ 71.731 703.2379 null] +>> endobj +5386 0 obj << +/D [5381 0 R /XYZ 71.731 698.2566 null] +>> endobj +5387 0 obj << +/D [5381 0 R /XYZ 134.824 659.5268 null] +>> endobj +5388 0 obj << +/D [5381 0 R /XYZ 71.731 636.6127 null] +>> endobj +1210 0 obj << +/D [5381 0 R /XYZ 87.8032 584.2999 null] +>> endobj +5389 0 obj << +/D [5381 0 R /XYZ 71.731 572.8966 null] +>> endobj +1214 0 obj << +/D [5381 0 R /XYZ 86.6748 561.0192 null] +>> endobj +5390 0 obj << +/D [5381 0 R /XYZ 71.731 555.5199 null] +>> endobj +5391 0 obj << +/D [5381 0 R /XYZ 71.731 550.5386 null] +>> endobj +5392 0 obj << +/D [5381 0 R /XYZ 71.731 550.5386 null] +>> endobj +5393 0 obj << +/D [5381 0 R /XYZ 119.8414 538.1051 null] +>> endobj +5394 0 obj << +/D [5381 0 R /XYZ 167.6439 538.1051 null] +>> endobj +5395 0 obj << +/D [5381 0 R /XYZ 249.4106 538.1051 null] +>> endobj +5396 0 obj << +/D [5381 0 R /XYZ 442.1221 512.2022 null] +>> endobj +5397 0 obj << +/D [5381 0 R /XYZ 71.731 476.3367 null] +>> endobj +1218 0 obj << +/D [5381 0 R /XYZ 86.6464 424.0239 null] +>> endobj +5379 0 obj << +/D [5381 0 R /XYZ 71.731 413.6946 null] +>> endobj +1222 0 obj << +/D [5381 0 R /XYZ 269.3776 400.7432 null] +>> endobj +5398 0 obj << +/D [5381 0 R /XYZ 71.731 393.5453 null] +>> endobj +5399 0 obj << +/D [5381 0 R /XYZ 71.731 388.564 null] +>> endobj +5400 0 obj << +/D [5381 0 R /XYZ 71.731 339.473 null] +>> endobj +1226 0 obj << +/D [5381 0 R /XYZ 165.299 326.5215 null] +>> endobj +5401 0 obj << +/D [5381 0 R /XYZ 71.731 319.3236 null] +>> endobj +5402 0 obj << +/D [5381 0 R /XYZ 71.731 314.3423 null] +>> endobj +5403 0 obj << +/D [5381 0 R /XYZ 476.5536 303.6075 null] +>> endobj +5404 0 obj << +/D [5381 0 R /XYZ 71.731 267.742 null] +>> endobj +1230 0 obj << +/D [5381 0 R /XYZ 85.5101 215.4291 null] +>> endobj +4001 0 obj << +/D [5381 0 R /XYZ 71.731 204.8418 null] +>> endobj +1234 0 obj << +/D [5381 0 R /XYZ 107.2772 192.1484 null] +>> endobj +5405 0 obj << +/D [5381 0 R /XYZ 71.731 187.0426 null] +>> endobj +5406 0 obj << +/D [5381 0 R /XYZ 71.731 182.0613 null] +>> endobj +5407 0 obj << +/D [5381 0 R /XYZ 382.967 156.2829 null] +>> endobj +5380 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +5410 0 obj << +/Length 1975 +/Filter /FlateDecode +>> +stream +xڕM��4�>��*1�� 'fv�Z��n����g+��9�גy~=�������Z�Vw����O<",X�*��,~�O���#�}%�$��0�D�;��,)ª��ݚ����Ͽ���*�r8�IQ&iR<웟���>~���� -V��8KvqV"�]��u�o,�ep0#!���{<�cCGoU�F���TC$�r|�:�V��I\KC:~3*�fZ��k!DUF�n�,`��~�Fd���Qt {:P���To�S��`���e"�/:)�#�("n������aטz:)@8m�$�F^K�MÌ�M�mto��Lc���3�-�ؤ���yѮ���W?T�-����R&Y�9%i i;��M�Z�%�`6q���0uDٱ/B +�d5"�B���C1?ލ�8�XTL�- "݁?�Ɠ|:�i4p2�� � dh�/� =:�/���B5D����g��N�����}v�����t�S�k�/Q����1*.��Ēo�`�������l&f7�9�s��#a�(�|��@aҾ!� b�#O1J�=��br��N��B�Yt��z�!������L�g������]��oJ�0�g+�q�@���0��Ca�Ԏ"�8��j���4�}��qLr�~��(P�@Q����7���B�p*��gR�K{v��3�f�هG6���L1xEy�8N�Ī�q�g"�2�3n�b-�n��������^6"���*cȃhՙ��Ꭿ[3Y��T@�@qt1ѩV�� f�a2�kP���"�"!ŗ��c�a�9�Sz)��潪Y���a��j�J��p�Ƙ��tgV��������7Z���o��$��h�vHCȓR�T����j��������b��Q{s/�(3�z�7�f�khmTݑ�^hA]�7��B|�~)��xe�gF���fK촸b��U��_R��L� ��� ��%Y +�|�?�t�~o��D����6ڞs��s�/A�AX�#r�3�bk��Vףؗ��]�p��! �:>9�����&�.�P��[�>B����v;��нz��P�����gh�'~�[��N��0B�T����R��p>�Iv��b�Ѧ_%�HF�)�%�{>��-�c"����։r�RF["�c�J��5�\~��3�v'��(~���~����}=5��kc���� Ԥ���V�E��O�H% q4�!����z��j-�>$�<�JGXG��o���y�S�%��<h��en��H��Mj<o�,��w�W�>�R4z�eb���I u-eHT�Bm�^��q�����f +8�����4���X�^��a���v�sQ��#��7���"L��[Ͻ�/�̦���W�U�,�Le��h�����r��k0��欳~��㔲�;&�ڱl�\��@�B}��0[2aA���9;��剷� G�89M�賈y��<nK�9�Ҕ8#�l��d�>0L��{�.9t�'��6u�� �=�����Ͻ��BeU�^���� >G���8��{搵��U�խ�'p�+A�,ڳ��`^{��i�5��Aŕ�Kj��i����1-�Xy�YPN��Z!����FЍ=��y0�t����*�n����L h�}ͱϦ�oh1/��ր�%ޘz���`g[=bh#�+@0S4���l���,�J͇֜����l��'�l����ܳ��럄Ta���۫�6���l�����s[ź���H���];��$|�&EN���)Vε ��+�r{�搲�/�A?7iXg�̎��J꺥�p�y�K��9�P]�֒�@W<_᪉������<s>�������H�g54&�>��0.P~"��K��g�q������V��O-ؽ_|l�A�l��Y���X�r�"P�$�¸��k�ዧ�i~�p�U�Zt����_��K3˽?��d�����]����H%e�p��n�-��ݑ�;�bO~endstream +endobj +5409 0 obj << +/Type /Page +/Contents 5410 0 R +/Resources 5408 0 R +/MediaBox [0 0 609.7136 789.0411] +/Parent 5340 0 R +>> endobj +5411 0 obj << +/D [5409 0 R /XYZ 71.731 729.2652 null] +>> endobj +5412 0 obj << +/D [5409 0 R /XYZ 71.731 718.3063 null] +>> endobj +5413 0 obj << +/D [5409 0 R /XYZ 71.731 718.3063 null] +>> endobj +1238 0 obj << +/D [5409 0 R /XYZ 103.2824 708.3437 null] +>> endobj +5414 0 obj << +/D [5409 0 R /XYZ 71.731 703.2379 null] +>> endobj +5415 0 obj << +/D [5409 0 R /XYZ 71.731 698.2566 null] +>> endobj +5416 0 obj << +/D [5409 0 R /XYZ 71.731 698.2566 null] +>> endobj +5417 0 obj << +/D [5409 0 R /XYZ 166.8364 685.4296 null] +>> endobj +5418 0 obj << +/D [5409 0 R /XYZ 408.4751 672.4782 null] +>> endobj +5419 0 obj << +/D [5409 0 R /XYZ 243.4665 659.5268 null] +>> endobj +5420 0 obj << +/D [5409 0 R /XYZ 246.8008 659.5268 null] +>> endobj +5421 0 obj << +/D [5409 0 R /XYZ 298.9104 659.5268 null] +>> endobj +5422 0 obj << +/D [5409 0 R /XYZ 448.559 659.5268 null] +>> endobj +5423 0 obj << +/D [5409 0 R /XYZ 164.884 646.5753 null] +>> endobj +5424 0 obj << +/D [5409 0 R /XYZ 481.1574 646.5753 null] +>> endobj +5425 0 obj << +/D [5409 0 R /XYZ 132.3631 633.6239 null] +>> endobj +5426 0 obj << +/D [5409 0 R /XYZ 71.731 610.7098 null] +>> endobj +1242 0 obj << +/D [5409 0 R /XYZ 84.3534 558.397 null] +>> endobj +5427 0 obj << +/D [5409 0 R /XYZ 71.731 548.0677 null] +>> endobj +1246 0 obj << +/D [5409 0 R /XYZ 150.0465 535.1163 null] +>> endobj +5428 0 obj << +/D [5409 0 R /XYZ 71.731 527.9184 null] +>> endobj +5429 0 obj << +/D [5409 0 R /XYZ 71.731 522.9371 null] +>> endobj +5430 0 obj << +/D [5409 0 R /XYZ 192.9628 499.2508 null] +>> endobj +5431 0 obj << +/D [5409 0 R /XYZ 71.731 447.9432 null] +>> endobj +1250 0 obj << +/D [5409 0 R /XYZ 193.2643 434.9918 null] +>> endobj +5432 0 obj << +/D [5409 0 R /XYZ 71.731 427.7939 null] +>> endobj +5433 0 obj << +/D [5409 0 R /XYZ 71.731 422.8125 null] +>> endobj +5434 0 obj << +/D [5409 0 R /XYZ 71.731 363.2608 null] +>> endobj +1254 0 obj << +/D [5409 0 R /XYZ 84.3534 310.9479 null] +>> endobj +5435 0 obj << +/D [5409 0 R /XYZ 71.731 300.6187 null] +>> endobj +1258 0 obj << +/D [5409 0 R /XYZ 163.9645 287.6672 null] +>> endobj +5436 0 obj << +/D [5409 0 R /XYZ 71.731 280.4693 null] +>> endobj +5437 0 obj << +/D [5409 0 R /XYZ 71.731 275.488 null] +>> endobj +5438 0 obj << +/D [5409 0 R /XYZ 71.731 249.6449 null] +>> endobj +5439 0 obj << +/D [5409 0 R /XYZ 71.731 239.6823 null] +>> endobj +5440 0 obj << +/D [5409 0 R /XYZ 71.731 176.6352 null] +>> endobj +5441 0 obj << +/D [5409 0 R /XYZ 469.8557 143.6075 null] +>> endobj +5408 0 obj << +/Font << /F23 1270 0 R /F27 1278 0 R /F33 1378 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2794 0 obj << +/Length1 1605 +/Length2 1380 +/Length3 532 +/Length 2206 +/Filter /FlateDecode +>> +stream +x��T{<Ti�KiV��K��䖹�5�\�& r+"�̙q2Ι�9��R�Um"��S�l$�"�Tj�[o�)����K���3S[���c�����y�g��3���{����y��<o_Kg��PҒEg:�7�C$�Ljʹ���0D"�������K�=����WL�#��� ����px�G8h�c�<�ע|a�0�#B�zy�[�q����0 ��8\�p�' Q6|·��P"/��SZ���!��� �pa��ZD0�� �J�<@b�A�B1O^����P""�"�(�����∈TVo�o�$# R��@(`|*��q�Q0J*8J�bIA @�R�+<� �*7%&�Eb���C�� �'� ��������'��{H$�(vc���5 $�t�M�L�Jc��_��1�b��yb��fW��݁0��x*�<�Ocp0�� +L����Og�'����I��{f�7���M���9^g�X(�@Q��� �E!?�� ��ֲ��>�^IBT�Ψ�6��|"� +D��������Gy0.DP�rK1(`i�G�E �HT>U+���eS�W���]�n�����7�'�#� +z��j��~!���I@�%X�[{;�c����, +և�j�� �:e���{?�B��,G�On?��@8�И�$��IJ��˃%��t#�-@$&����&��l&0 �5S�C��#d�a+�?��q�:k��5�?֊���Kkm��K6ff"��ξ���} K��Q~��,WZ�Uo���g�������&��b��~��0ﮯ��T���͉�ov9wz�� +[��xFh��C}�I��=;T�l�ݝ >kBO�M4h����Fͤ�7�Jg-x&����8��U9�Tiƙ��}S{G���]�v�J����.}��)���lV��p�t�Q��A�Ė�^N*�/r�,S�v_Q�ph/�m����l\�;��!�-?wo��E�>�.�GG�N���j�-�XŜ�3�nޯ��A<������>U՜����TƘ�=�u�����Cɫ�9�ێy"G�r��_wf�v^Vk�w5<C�H��ڂ���u�?{��u�)��`]���~Ͱ왲���p4 ��Cln��v�1��l���TA�Sc|���?�`���ro1�-}���ЫW��t���Өמ�U�O���� +k�K���z��%+�?�(d�yͪ�A��{��e+����u�J���l)돫:��Ę�4���X�ڤ��6�J�S�>�1M�5��Iۡ?:��H��?i4�,I9y2�ggǐ���6���p�ξ�R�{#=�UIe���_����gɛ���~3mJ:��x��7�I�.uOiF�>ME:�/L�+^9]R�q�[cm�-UOoDް���+�E_@s�P�z�������?ll����zWk��2]�O�Kj��}9^�ۡ� 3��}�B},l�r�ҷ�\������R�l���)�[{֫�]��6<�ܬJ�EϠ���M��+bC��hɺ#F�ڜc����n;�}ڳ���}��X�a����"e* �^M��x��^i��+/�y�-@�Ǻ�r^:��%d�YFo���j��G�u8��t�Oʦs<�;�A UG=c�(��)���}��H}dOvX�桏q�W)�;u,�����o:��u!������*�G��O^,tl��0�����(�KH"�J�ၞʰK�G����i�X��]�!��onΔ�mxyjo{E�� mꚜW��/趵<�k���4K�+��C�v���6����vIX�z�������~]U��e���¥Ӭ2�z�����'�(}���bPP��E�O����q��,�4��'�K�pH4O6�����\,k4�#GϛI�dq�?��V~zs�N��s�7}��ۛ�k["&�I[��s٘G��r�3Ҿ7�V����-ű?k}�+*�Mz]�iU���7�h����2?3k��Y���ӓd��y&�J���Kw�u&��u���o G�s��#R�G����Gi�YtcFbZ㮀�n����2�� +զ����d��IMw���>(��`�Vݭ%�����Os:Vq���p*$*�<��������?Y��_��F� |�%Q�lɗ;�f�����z�{����5'*u���U0��d�����b�����]��|h���� +a'�(����j%endstream +endobj +2795 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 5442 0 R +/FirstChar 202 +/LastChar 204 +/Widths 5443 0 R +/BaseFont /QSEYXG+Dingbats +/FontDescriptor 2793 0 R +>> endobj +2793 0 obj << +/Ascent 708 +/CapHeight 708 +/Descent 0 +/FontName /QSEYXG+Dingbats +/ItalicAngle 0 +/StemV 0 +/XHeight 400 +/FontBBox [-1 -143 981 819] +/Flags 4 +/CharSet (/a150/a151/a152) +/FontFile 2794 0 R +>> endobj +5443 0 obj +[788 788 788 ] +endobj +5442 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 202/a150/a151/a152 205/.notdef] +>> endobj +5444 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl/notequal/infinity/lessequal/greaterequal/partialdiff/summation/product/pi/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 127/.notdef 128/Euro/integral/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/Omega/radical/approxequal 144/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/Delta/lozenge/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] +>> endobj +2648 0 obj << +/Length1 1606 +/Length2 14569 +/Length3 532 +/Length 15415 +/Filter /FlateDecode +>> +stream +x��wUp]˒��e1�3333X��333Z�`133�b����b����~o����&�D��]�Y+W�ʪ؛�XI�^���(ao�B����P��5vu�������1�1�Ñ��:�\,��Č\�<� �)@h`a0sssÑD�<�,�-\�T_U4�ii��i�+`���?;�-���܀6��@;�?�퍪@ ��0��D���$T� +_�@;��� @����� gi�sR���6�X�L��L-�*͙���3����4��� �at��Ep�:�Z:;�yX:̝��\����`igb�j��?v3�� 98��������d���l�d����UIL�<],�\���l�� �7�ijo��WI�����Y�9\�.�2L-�l�<�����d�7 WgK;�2�8͍�Lm���`�`�՝� �O�98�x�������`���1c�cf�����OnsK;8ƿE���������ÿ�܀N7�ꯙ��C������` +4�cT�w��@��S��O����W�_��&�j�����<�+�����������s�����1�W����������0��@�]���A����LL�0Z:KXz�M�,]L,�fF6z�����)�����G˿��gfb��������_Mg��hg������7oFm-IQ��M��R�������b�V����,�����xӳ��Y8��\��.Nf��"��0��\��8Yz�t�����w�����J�_`��L�M��U#;�?�����&�NN�����)����8�4�[]�7� �J��p������c u(mT+*����O���4|� eh���h�\<sx?��9�чiCٛ +����KJ�_��I��I{Ĩ_��q��}�SnB��I�pwRYE�� �`��� ���:�ԭ ����ዟIZC<Frj]��9E���#�����p�/��<��xXr^7D����\<A���ޑ4�G��6�B�L�#�\�������#�WX�'�����#Į�N^A�Is}�C��{�Mf�ķ՝��I2g�k��'���fKu#��n��9����.p�Ǐ�|;����"Ra�! �Aב +����_�l���捕�ո�!{��gpW�2����gc���,������d���l�� ֠�[`��(���>�,�u� ��As�ȫj��s�l�sT��d�w^s�MMS�x�����9I1T +0��-�HC���[QܓDc���� �Z�aη~�G��f7�c������]��Ǩu����G��#�pKC=ћ���χ�9i��br��^Uu�<�Q�K�?� �Fix�e�yL�W~X�d�ъ<Kv�������>�'-&22<jFj�֮0L�<���M�=0aRE4f"���Z�x��U�ҝ\�ɮk:M?:6��}:�b�5��j��a���a�Q���RMIs�Ͱ�F%�KM�֕�����ѽ #&H�+\�y�3�f w)EK�ko0���m�P�A��*x���Q���9D�������i��MJ�y�F��;1�Ŀ��,��6���@bw����w�ѥ�P���O2��t+?��яu��f�������Ё�[�t��N�\\�O �/+?� +��t�]�v��ܻi�:@���tɺňn��i�;�sz�D�팆s!�!abA�� +��C�7}�s����0�_�4T���.�R��N�����38G�6>�|[Q��(�j�{��p�5�G���<�W���>�FE'{���er������=�� ��l}�iٽ�.YK~�#�BN �ۨ����]8��/a�2qk�r������������� �Wd�9aR��BH +Pp4~��`��q%sZ����1sԶu~'.��p{<Y�F-��_��Q�� WH>S$a���w#��KyS��L�ﲄ�#�\������5�rTV��3��O�%��U�#�Y�4?8���C�����&����.4� +�&`&7o�����n�x�\��6�Ρ�5�"W��r�'�`��^Ӌ�QU�� ��_�Cv�I�h�����rPO�F#����H�E�{���5V������� �Q䩮�L +�d�B�vU)8(�1 �juƒ�OA�-�&�D�iPW�2W�q�\f!d�V�2K��:�D�Z}�����S~�0�)��6r��|� ����7���4�B%�qzRa�}rYS� ��rh�QT���8.��Tc�S�m����w�ހ(��)�6C�Sѳ�ېʇ��`3�WH(8J T��_G���=Ě5�Ԣ�>��"~��7䟔H�U�!c�@�-�#>�����Zh�Hy�k���`��3�x#����v)1�}�}�����]>o�b��������VԉT�pBM������v5."��A����b���1��,[wP�Ȗ���x��A�lB��we��^I�3�o�w�n�S[y�@(%�{�64�Z�B������ſ�(�4�� �Q�MyR��uF�5��嘼\�7~D���[�)��Gç_U�sn8��E��&�RC�^�F�Ѣ��2��/��g�/&���7Z�x#Q�����Zo����U0Ɏb��@���K��y�"y4YPk� �s���*tt@���M]L��Gx ����З��8�f:�&4���*�RhY��y|֫���4� �sf4��Pg o$��NY�gΙ���=e�@�K"|m����H@��K����fU�T����ijZw��Ci�&�zܐ���/{��>���l)�-!��=�� �aZ�"� +=��Xe�E�� �7� 9�ٰ�+N�j��Er�s��1���w<@�2'� +��o��?�l��v�^Aq�q;�n4+۴*�d0(%�N7+��@�sc�_X�.<�#mrϵ�}��@���%� Yr+�J��3q����}el�+�\�,�������| ���'L�`�:�g������-������]1A�����ȵ���' ޱJ� k\���� Z�5���P㒡Yg�$/GZ$Q�A�����u�2Z�<���r�04:�;�\o�+]�D��xt��ׂ� ��30��Ň��0��#��t����E� M�T"�?��#��е�hf��Y'�w���;��:l̒|'�Py��5����Ϝ|6I��aS�c���'FO�!�A~|�Bw &�đ�ܳ��_vر�)G���ߠD�k*M'z_��\w,Z�B�����k�7��0e���9� ����w��.�_}4�,J�6��&��9��XBvC��'��"~��U*�5eGȫT�[� ������-dfT�?�Oi��:��"���l�Ư�sؕ�ȯO]�+�O�&�Ę��y�t�z�R㚯���G]�C��2���:��O!w�\Q���� ���F�s�d,Y�t��{�:���7])���P� �sE��C�G�}��]c�=C�5�Z,����u�x +c�R�p���ȃ|>y=, ��ROG�͌ev�v�� �0�JqBf�i��`���O��"�1��\���Jz�:B4�Sv�-�uQ�Lhbe-2��,��{�J��N�)$��2S�V?��y/��?|����}�(D"�ӐK���/kP�|�ra��[�������zz�R���kΚ���o2��ɋ�k�@[��4H�hw��v�ZE�Xp�MK�W�m�9ʹ��՚�Tc��B:�g=�t�0��d3rťdc ����|ҸNk�*;9�o!�0��v�I��p��f���o_Bv0��'ܐ{��U��LW��N��$��چdC�6��|#s��Z��5[Mjwo��?�v����?��B�Z��_Ƽ�'b�0�(���L�#֕xϽ_i���-½��7kF���Z['Ncov[������6���_բ;^xc r��р�4��{�cGu�tԹ�!Z|��bo�;IQ�w<l�o��WV@��[|��w��>���/��ߛ�H��SI���~�r�Ȓ�r���9<��l�H���B�v������Dži�u�ەoh�Q��8av�^�܄��4#�~,�3 .��>E�I~�\���;��5�����~��?1)[R�����[�s�mN�q:�Ŋ�>2 ���5�!��q)Q��w~��GWkQH�O��q�x�� +G�U���<���y3��V��������>�\��+��V��A�^����i�@��Rt#Hz�ņ��9�I���X�g����81#u9���Sq0;���Q�U���q�2���o^�p�ڭ"��׆�cP��@22�>��Al2hp�h����@32V�3���ϼU��!��[X4�"��}������"X{�ծ*��Pٟ#!��`M�8\��'������4�^h"�����c�yML���&VO�.���Z� �h��]����C�����2� �B���?o{Wg< N�\�6��ƃ�Ԝ 9��#�����=iN+Y{j2�Q�{g5E�:��(��\<ï0�di_�g�l����k������L��[��M��S�7�OO�(Ğ0�"7�#�3O�Ki�.��D�i S�wך����t+��K�1M�U1�M$v�/;�҂���8����{yߨ��������sA�~�V6�+ς�*]�Q��"[�Ljd����t�?������s�mp� M%@�A���h���W���Nٹ�P�P3B�F�p�7�MC4*rW��R?H�F���X��L�}�7":�=�M�|��6X'�+��DV�rE9�� &���U�!�R��V�s����^�hh�XGF�JF�Qz�_4� 5T� ��4���ڳ�bO��o̘E� s�jTf������]�ʰ��b�l��)~nT�R�XߡNݓ.]VI��5�\Nt�N��}���ҳ�PJ �0��W����~�/��a+�ך[$�N&f�S~9�+�܂�kZ��:�F�X|CL��L�i��I�k)�/��3����������}��]Z��O�y�A���3į�Wh�e4���F���.�~,Y�t0;?� ᱥh�x�8��<��3bJ�����c��u�-�"os_N�+�M�R@������\=�*]��+37� ��unD�cWMKAӗ�G�FvEFT�/Q�B�s��0h'&O�MR +1b���-��N�}���7Q�|�Gէ�\"w�Q(r���Xj�cgF����0f���xZ4��u˩�~�p�D��}���%��-[%,L�a�T3��ָRsQ��J��Dgu��&'�x�w��B���Q-f/)�D��c�m�͇wo���]D���I�9�рMpB��|&hs��7p2-��*!P��|j�x:Dr�Jhb��8��w]ޓ(�����ֈ��I���4�"��Zx�W@���������m�E-�ǐ�����`��M_����L9A��b��v�*����o�|�I)��\�X��)M�)�S�k��P�U�(�MX��c���R��{�N�DoKD�r�%j&�����,�����N��sMB�O�/y�[D; q��.J)�A'�� �,ֈ��������r��2��Η4�l�T�7�#(d��V; ��ޓ�ϑ�o\߿�����;���U�|���5'�a�J�=�Y��������@��F���7�'I�F�6d#���D��I�Hr|P��?DlA{Q8P���e�H��r�͢�YVU;G�`@L��X��C��5,'ĩ�[-k�&�� �k�r��/�rvH�]��c�4Phn~75cA2n���3ڂ��ÝԨ¦�87��� �(L6���|b���c| �@W�h�tp�t�Ya�����F&X��y�=OO:-�d�{�Y*���~w̨�J.Ț`Nz�X8kb +~T�c&�j'����K~�4��:��&[���w����"A��h�S��wl�gv�o�te��uӗ�����7s �� Ljў�%�b�]���f���� GV3itEP���ļ��ؽ�������esC0�*��[Y9�Q��a���$h���.�T�zm{a�� ���zd�r''��?&��9���&���������3�80lu[GC�X<���.cod{�4�"TO�0���!�U�������{ sw�e�:�DvUV4 +XțoQJ���X�c'��p��D��T�2����5~!qߵ}�GR�HMM��))��cM����ʏƇa����\j�����:���Qtiy:����p@�=��[��شCJ��L�&��O����s���R�&����eIV��K�k(��n1zn+�hSM�6<y�Mހ�d��E3V, W�ƫ&m +3�l�9U,��}��&����D�y��Ȕ"��i����N������0���a�R��J�yG�YK�}m��fq##N�F�rF��+���i(}!x)�+cX[kX~��=RݮT�����2����Z{s���ʈ��ң=(;�h �g@8ɟ��HքÓ��4���qw��0��S� +�<�o�r��t�ڮ֤#�\�e_MV�am�.���Q��ع�+�� +cN���Z[:*0̞�b.���^7J�rL�O�.��e/Q������I|���K�:�ezX�#GƘ�����t���M�� ��A�FL��18���|���^�$ ����T]mRG�����`V�i/>��� +h)oNY�k��BN҆�X��qةxZez�OK����i��v]p�Mβ�v���Y�d�>���A�����Ҏ7t��D�NSv��52�L=Sy�2d1�<��1�֥ ���Y\�v�]�F�Z�k�R��v�mtf��듽OW�Z߹)�3t�3H����{���s4���ڜ[�v�9��۞t��Ł�j]=�w��>���]b��ܹ ���曵��`H?�>մ�$a0m��x�7�c��@�nx�?5�r +�x�Q���e����~�[}ml�$K.�I��N����g��D�B��M�L�"I��Yܲa��O�uW�N�*�9A���U��_���mg��:����6G�����n�Q�G���U�RԼ�yw\������Kփ"���Po���g}�"�\'��D�WND�<g��z�;��o�>��pJ�[��(�3P�"�- ��z�Y3�lreb��G�1(��X�X�����r;�֖CJ�J`~d]�e}�4^!2p�{c:%5L�v�!k1�V�_���=��6��dq���i�c����^�<���ŵ�]d4�PJ�\Sn�&�������E6���8��=���V�X[ +!����2bߛ;#Į����P*�W�9˗[X��� +k�ҁ�_�sI�F�R+7�y��qϪ{�;Q��)7i�3Mu�8���&�Ƈ����n������Y�}�p���!�پ���#Qfg�nڄ+r��ZT���Y���ޥ3��#���� +�R�ɐ4C�@��Y����MR-EIl���o�c�ή��Mڔg�/��L��|v��yE5���� �w��͍������Hbf(������1�o�r��(Ԩ��)�4�؈6��y�9�\����8������q\w�v�n�����PתZ km�^���^� W�/�/��߿�DF'�6�~���+��p�h /�������/��P�N&���a�[Yd����C�(KA�����U�=���?��0��;���L�5� O����L���p%���t_�[�Ǜ��!��`Ϛ=&i�!B���վq��!��Q�m��F^TE`E�%B(��IWg' D�4qd�Y���P����,Q�����uԃ\WNسhE��ßΪ>fH��^JFŁ�׳��M�F�0_Em�PNЍ^3,�>u7�����c9֠���Jc�f�����9�^eN��M���I��텚Jz�[ҳG��)���*�U�\�Z*�����Rx�i��S��$�����]���v��\p�7�N�AI����7�c(�h)��`ƾO'M���k���a��n�z8��%�fW]f],-�$Ū���hϢW� +�W��tO�O�St-K��hO��0"X���?�:����!�$ag�m][����wZ� �n<��v��}�+�ŀ��F� �t�b��;կ��."�n��!WdXȬ����<�ee���Ȯq�6�p��da�����\��Ya�9u���ɝ���&EE˲"�,q7fg|��p>�q90l���~y�t��8)�aF�č(�G4FX�7}U]&�g�h�|;r�9ٛ����z����Ҳ�O>��V� %=��e9�����Q�赵���^�ߥ5��WM���d�h��}��� ���C����E�"�-��������F8c.7\��r��}F�y�c�ۭ�h���, +#2��߭�L�Z�&�tޢMNl������"v?���o�a���݁)F�!˾ ̒ +v���[��w� +�-RsU�KY��?��ys�$2c@ר�:����ͪG^D������#���9�F��cj��F,�_����%��i�S1�l�:�J�[�e����+���f@*�V.*����jL�C~K�!�F�l/?��3�ֶ9����4 .I�uICM��5��tj�Tޏ�ʽ���W�$�!��Q�)n'4�džh�J�9.��V}�'*�e� ދWmT ��d`�;� +���%5��j[�n/��h�w)ә�v�]`M�=����>�)]�ɷt��IjP�� 706�FU���>��!Z9�����%_75r��ܣ�B������Cz ��Ƹ8t�,�&[m��(��D���%3Q�Ѳ��r��ٝ]����!������~��+���u�����2���P$A����"��ۂ����f�悼��m:ͮ":J^�04��i�u<�o�ݤ�|��z0I�f��Uʂq_������L1��r��+o�Mj�ݟ�O�μ_ba(p�"'9.���*2��ˉ0��7MR0��ZNɖˀ?��n#;�N�1�G�Q5����o�'�HV��ԺBux�Cm8 ;�����<o�)�����������m�Ϝ7�30���no���Y������JP����9�XK��W�Z��_.�H�X��Z�B%i�j�r#�o�U��K ��x��%W������ꑶ`FB@7氵D����K̟<%��Y!����b��:NZ��V�sˠ�EA��h4�TW��d$�_0o�ϵF��u�Σ�x���v!v�o�e߱F1���$J��͝s�����k���Ü�V�Y�8Y��� {�!��Z��y�^3�/�H�麵�������k��ε��u,�%�O�d\f����X>��aX;Ũ/Tg�6�NSf���9t7p3,�T�_�����v_�����ٌ��始�؎��\�^�}:1�E҃u6vssYR�.��ڎ7ۯB���ـ1]tSe���51�~�Q�����6��}�j6�גb������������Y +�i� �Lw`;�ҕҠ���'߀+Be<�I& ���~�n��Sq.�Jj� ����SԐ�>���̪�B�k&OB� +_��hA�2A�iC�#\J�"L��UXY^gso%��F�R� ��"��3[�0Ij��L��">]_���^I�\�$�}>Z�8>��GG��ʚrY�??�z�Wq��Ż�_q4�!�d\w~ +3�cm)�k�-* I�MnJ�7䞳"+��b1|�~=fG]z��Ԓ�I� A�-D��X���RI�z�d�Apbט^��"%I�,g� �p�w���H��M5�뉏������@���Mm�8m���F�tƲ_�=e��4�`�W2�"���K^[�c�?�,,����8���\���co"���{�b��L#If�'e�$g�|��9wj����Gj��^�����j^��0����wiX$<��+u86�O�nƷL���SDPS�l}t�0�c`E'UR��t��MKw�JC�c��Qz�b|�c�HZ/ɗ��MA��Ó)װc�s�x}���"���i�(��ni�h�YY�sg�]�e�w���ٳب~U̿�4�E��,�WD +��(lU��sc���;�P����M���E�� ���!�U`%�$oz& +Yɳ� r���3��t+���V,W �QGLV�~\���"�>\��Uj��o�ݝ��5��Z�>:���i�<�! ̬�Icw�g��y��77f�u�4�|����� }lB�&�g�1? �D�����:_Q��W]\�!1�z )#�Q�ٮ�0] +�jd��<C������V*/qAr&�L�11��d�+�[�C=�<߯g��&i�4HW�.�\�B�����R���f� ��� t-º ��y����F��h�c�������l>� +�������6�G�M�vT�XK�ṵѦ��kԒCp+|6O��K≪O=o +��F9-eIZۃ�&x�t��&���/��荺�)N9ԈS�ܫn�[�4�J:`Fy4&��cü|Ic]!0E�B'Y�$:1��QF/oTgcA�V)�3 I%��͙�?�xEX� +�%�]0�k�b�$1x������G4Ո-T���S~�{�`�F[� �gx�N8����e�1Q��Dt�ف"�o��/��;��4��e�O1�ƾ8�9��n�No ^�p�!K���г��h�^%����qJ��9�) t�kU��oڤ�Ęg��^ׯHs�¨$~�6VS��k�˗Ś>lY^�H{��)v��L*��+�mK�����8����O?�8���-��V���Q�U)��o�#��7A��������H����Gä��M�'�M�p���wz���1�If>K���ε�B�zA7���[�[X�����q�嗛�utϜ;U�����Q2���j�����b"g��K��.���&�IF���Cvr[��Խџ,���b�t�L&٧�8ű����g��t4Fob�%M/Iێ��ؕ3�)Ǽ��-����!;{���y�v����ؖI�t�\�ζ(Qi�gǗ�v|W=T �<�H�(��f�KA2 +�I�Ơ�F)�O7����̆I"S6��_K��sߩ���o��|r�TbU��O�T��*���e$,������'5� ����G?��1\P%�\EV�ЯJT��?XX���ٰ���Q�Qj�M?&�b��-�_%yw+�1�(� ��p`���ql��G{.�;s�hzӽ=A���_L���ȯZ���qZy~>��d�}3�a�P���K�����H�Q{��v;�� +ݍ�r��Z��TE���n�h�,ܪ��K��?)��@-ߖ�X�GǦ�<�C7�X+>��ƃ��p����<4"���遲 n8��Y拵��ӯXY�R��{4�g��)V�4e>��q�Y[IV����f�!6�`���1C:�$���Gγ�W���c�(e(\� +^�9̧UV�@in~�D��5���/6�{����8�G�$��Z]��MK��1�@�n݆U�5J�a�F��HT�~~�G�����V/m]�e�T�+I;�4�6T�7.��fzÀ�+B83������oլ�pp�]X�k��=��鈿r�Ns�+a�2̈�bͩ��@�F������(b�ܥ�]���X�'��̼�R�\�6�H�fS#���n���,r�H�"�k��wO\��F��2&�c½��<KWt�6��Џ�P�7F��WA�F�-�� ��o¹�<�A�qw��+4��3aH�Ƙ�!쮘;�~3W��"ƣy�ޭ��sCo}�v�m�)8��wa��[A;��da�Z�țP`P�4��>��scQ�ɉ#>���q�MzY��Zն�y�D���|я�&�ͬ��~-�Ѥ�1��|w�6�(��s�N�D�(�4{hj���D�NB����� ��|2�U|s���E�QU?k˒ *�-�������WTW�F�Ҍ���?i��)��|i7O�[�㭂)��|��A��nf����������@����5�f=�� ->V>ժ`9MT�|6��w!�!oNuR�UC6�7���ӑ+����:�rNޝ���ֹT�39�T0C�?��y�W�I�sK[�H�/�c���� +}���&�݃b����\��)c��e�����Gh��w��_m��~��R�/�>?0KV�taP$��ML����a �H�܁kF�Q��6�k�=�Yl7��Vd�}� c+���,F��%�TH��9�"g��;��Wna ��M'��n�Ǒ�ʹL���M�ɺ�]�"`-�"�C���+�|X�4�y;?)=��kr�Eu;F @ܽ���&� �A�#c�b]��~af���1+�(�������#n����������h-өʆl���S�Q>�A �"_w��u5��Ɉ{���� ۙ-����µ�;l�eZ���<��iл&c�j_�UU�_tQ��`M_+g��+��i�(��,6�FGhK¸��p� �bg{3U��=st��$��]�u0H ��n��IYvc~�F%l<�P�V���p���h ��w����5�A�Ě>�A���{Qr��rŇ�d�ܳD&j�����tY�w��V��P3_�%��p ��a% ���-��4Q/2p~�ۓġ?�\��%a7K��ř�5�t��A��P~ +��T�$�}���rs����Lmy�OY��;o-Ha������i��LS8���_G�m����0�ɛX�,'�j��{ƨhNP��ť��Ϲ�fe���R�'�0�vi������~�W��k�b�� +[�r�!������� �ȅq�&1F � F�SY�s;K���N���Fh�2V���Y��r( ����#<��1�,3��7�}� h,�kc��6cRtI��{^��H ��I؆�Th�ؔ3Cv״�5O�v$��_���f�8�NJ#pzP���rq���Y��Z� �-�/�f`m���~uC��*.�yԽ;g��#�{��5_���*i�l�2Ѷ�������$%4�F��7O5c��ֈj�%9 ,Sk,Q���O�f��9�>��e�:��*x)�'c3 +�DY���*�rL�8�?aR��.�:|&�Ø���V����%���t�Ȅ�����'�,�����CF��g~N�f^.C�+��O��dG�������ްq1&Dg�Һ�͒�8\�fP�d�?�PA ���ڎ�����:wY�){R�B��Bx���!$(#u����r���gP��S�u�G���d�>v�SVl� L���B����w[7� �o�����I���Ưw���g ��mB>�.W7+��Uz �w�6�Y����JFAu��}�u4���R�q��:���B�Nc)���g�$�ەH^�'���28p� +(^9��4 ��&�,��T�$[n��~%oD��r�}GH&����� �wp�y����Ü0�1҆�&z�]�Q��l����]���L���</��8:�Q�iSk���ȳ�����Y>��n� ���E��08(W@���P)t��2�;��u����pܔ�� n��ׅ7����S�V������R3o=5�w3���Re�!�/ӾJ�Ғ����;i��ЫPÆ�p�Y�-�M����P��9}�<����h���ƭ�LB +�6����wj��8r~\��#!<��l�X?��� ��Q�}YL�H_�k���&}Y�?/=�^LSd��]��dNPlu�Q�)��t���cjB���#l[L�D�@�7��/�p]�F��Mn�p��#�[/G0"y����k͏�OR)N���g�����w8`���e�/w��+����lF�J�S|K���4�h�����*N��rMȸ +�8�ݎ'����羚s.!xXy�٧�'eB$M�+v��m�\��]JR�%��G6!� ��4��jEF�4/>J$��k?���� ,q���o��c���嚕��h��U�+a/c*��;V~;�J���]�p���?�j�8)�Bd$qY��q��ՉhJ���[9>��l^{�W�rهj Ex6�`����X�����W�!D���d@���`���:ŀ����ISЀW�ͱ�I������p�aASb�Sy��;M�u��|�?o1٘@�*D��K^�2�M+�� �OԵ�l���t��q������ �s��V����W����������!�S�R������H�Q��������'?J��3��7gy��}.B!�)ۊ3�I������9|����V ��qẴ�7f�w~H�%��}��HD��?F����.�a��<�e��AxOwt� +�c��T1ŝx���t�r�qć��TW@��z�r���_T!ɪ2���^-�F�{�O�/EO�O��mՒ&˴�)���&֍5�(`D5����>�� ̮鎤1OR�����rfRFz"����8��h�~�;dX��P��H��f�/Iۖ]���Uc�xv4'�!��ݼz_�'i�S��5�0�n�E�g㺕S����ݍ-{�X[՟3�d0l�?�Pl�`Ce鲊0n"s&j���m9��-XV1pu�Y���zI�%�)��p�W�bP�5a�T'ϯ��W� +��QԶ��]��xl�Cm}����YA�7GK��}!�I-�� )&�W���լ}�_CՇi�`#[)��mF� ���.s3+I<�Ь�;��%Z g���"�/���L�)뗜��T�T]w�.Ac���')BintzD(�~e��Dq��N����:e�[�jmfD��pke�9�eډf���wnj��&"}�2�b�3��S\4���t�8 W0i\��/��'I�+5:��ؘ�2k��z ��I�����lmR�!�uT̘��TYP+f�@�����U�*+K靴εڜ�{�D�e_��H��6�wW��ؘ��W��g�K�P�� C�k��娾�yWHc�u5����N�T �L���(iVt���%V���i�t�rg��O�j����A�~ ��_��~�2�C��#r�I�U��Gl��G�E�N��E!�L�m;e��i?GI]O�a��Ք#�IL�>x���*ӷ���e�S��1�ݕ���8S�R�$�~K��j˸�a���"�E���|m������]E���$^m�Ca�B����im��c�Kn��p��ƧWi#��Q*�>���@_��N�-MFJ=2�\"�9*�4s���/�(/����z/��q+�s:������Q�����A�ե� �9hA��ۍ1�^��� 9�Y��}&J�}~�����S�?��;C���Od�5"Ro��oa�-ȩ���W�������@���Y�:�:*ǩ2�p��� ���������5���E�kendstream +endobj +2649 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 5444 0 R +/FirstChar 38 +/LastChar 122 +/Widths 5445 0 R +/BaseFont /ZYBGRC+NimbusMonL-Bold +/FontDescriptor 2647 0 R +>> endobj +2647 0 obj << +/Ascent 623 +/CapHeight 552 +/Descent -126 +/FontName /ZYBGRC+NimbusMonL-Bold +/ItalicAngle 0 +/StemV 101 +/XHeight 439 +/FontBBox [-43 -278 681 871] +/Flags 4 +/CharSet (/ampersand/asterisk/hyphen/period/slash/zero/one/two/five/eight/colon/less/equal/greater/A/B/C/D/G/I/L/M/N/P/S/U/Z/underscore/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z) +/FontFile 2648 0 R +>> endobj +5445 0 obj +[600 0 0 0 600 0 0 600 600 600 600 600 600 0 0 600 0 0 600 0 600 0 600 600 600 0 0 600 600 600 600 0 0 600 0 600 0 0 600 600 600 0 600 0 0 600 0 600 0 0 0 0 600 0 0 0 0 600 0 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 ] +endobj +2442 0 obj << +/Length1 1630 +/Length2 8659 +/Length3 532 +/Length 9526 +/Filter /FlateDecode +>> +stream +x��weT�ݒnp�$����;��-H�4M�n�%�� ��'�kp��p��͙3���5s~�u{����z����O���T�Uԙ���M���`'&6fV~�����Q�����tV6�^�.T** (�� d�4q�����I������LJJ����CA�VN�ZM5m:�Z���L����D:�,�����=�vz�����'+ �dH(���*��he�42@0jbPq~i���2��t�{(�����l�Ӛ#���#����^nf@���B�@��/���#�jvz�'{�lf�l������_A��/v/�������q�dU����N'+�?�A/0���������OKa/4/�� �p�9��e +��!�&�/�_� P�_e8;�������Z�@�m���/4/�v�}�K�&���_��y�g 'G��3*�KN3��ܖ 0*˟a�[��X���;C�����mퟙ�{)���l�0Z��(�;�����Tf����o���"�E�������9��������ζ�J&v/��%x�e� +�?��� ��qp�_a&v [��&�_���|� +�:��l���E&6vfֿ� Gi��\�df�0�}ٳ��`s ��h������a2����o6���_���x]1 e1i�����S�e�4�!@���V�7���qq{7�'7������� �ec��o2�E��ϵ����gefee�|���ϕ��H�����L��� ��e����6s�B_4����4���_c��P�g��>Y���:U�g�����`���R�Q���;�7%t����CEs�(�S���>�qS�~��ϖ�= x�K�MAי��L��ð�b�#�@;��dJa^��Ukk}XUͨ��d���|rM�G�����7��,���-�5�p+����w������m?C��$b���B%��A��E$��Y�ư[�E���m�kq,}�� o�?e�4G�NS�ۧ%�+C��(�Um���*��ms�;��� +��_T9���oN�lyvD�FK�J�E�༓��-�_e��^=�?Z�:�6oDƾې,����'�Wu��n��I7<�Ee5MӋ4���g��SU�� +�e�~i�6�����{� rZ��Fܟ�� �|;�;�O��E -�G���:�)\|��p�7�8�S��N=3���Oۓj\�m.�T`ZS0�@�Ć����H��\tt�0����KwY]6��;P�,(V�R�r��T-�y%�(��ݝC��8eK<�7�Z��o�M�Θ����8��F��v����b(3�E��$��'���|4�a�Dž+h�c�:�w{�@S�y5ڧ�(�(�raА�^�� �1@�dBj̼y�'�6� ��� �;T�q��Yq�-P�(W�"�v1|�u�a߬�Bro/0b��4�m����x��G�*o��J��~��m�g>�K��$mF����S���6J7%Q�WU�\�&�g����X�e����@Mɜ�����i8�GUޱ2�t�� +,y���o>�gI�r)���9���e�}7s����aUD�1��Q��|r���F�x�v����Ǎ/R�Bl3+o��~E끸XKa**�-��/�߄�1��3�G���6u +��/����ow����&w24���ã-�@�ty i`�h�an���&FXD�&�pi�S�!#V�N�וҧk�L�����\�zZ�(�U-��i�@A�IG�ާ� +�mݽYҹ�!�dvM���6��Z쀑vmg���s�U�ݧ���l��x�.�{���� �N�������G������FX7�U�C���[�!��2��ʱĭꯐ�N⃬�=5Ώg���H���:��a(��R�;��9A�Tаh���Q��=Q�/j٠x7^��;d�w�7�7��� ��W���� +d3���p��D]��ϲ�*ϙ'r +D���e��Ɋ�q�f�b6F�Y���a*'!�ד����A<�#ǿ%��|���K�����;r�L�c�.�)� s��X�/�u�Gᵨ�n>��};���A�;��#��}zӫ����ƕe�O:�[L�:� ��b���V��L�T�����n�5�2;A9IB�==��5�4PލN�/M���U�cu��#�m2���_��"�8��-���.m��T�7Fb�k;Q�XX�5��Fz��zwqU[Nw>��j�[ۛc}(�h�����i� +��y�G?8���L�r+&j���3h{������/�M����k�v����R�0X:�n�42�"��ٝ��ؼ)/ 6��vր+���K��~ϧ۶� �ܲ����aG�V�>1!����"r��8�3qX�X'O +���t�G^o��+�Q�6�^��|X˷��[p��%������Z��\�ٳYh�4��F<_m", E�v�`��ap��n{�o����>�e�Ġ]�����j�V<c�45��k�#���*�"��\՛�A4x�0�Í;<���f�%L��F&��s�w�W��4>�{���F���lCW*�>��V�"�5��<C�a�Kű�;��?j�x���'c>D��ӫ~c/ {�o����Bw*�x�?a�.�7�C<�Cz@$ CRWT۫�'�� A`����y@ʣ�S2�`������|N��aЕ�k�FJT,�\b#r��:Oz6��gKP���r�D��kÔ������ �+'9�t呦JO�Jn�$hJ��#��.i3�I��;��ˍ����䊕 ��+���_��aF��m��r����j�N��'��ca�ַ�"��E[�a�W�P@L����G9��<ql���L� +���F���{b��6�o.ם���� �w�ʲw2�)�1%#A3s�z8��הX�J��c���x���c��1����$#�5)�h!S�*ɝe`��b��D�d�({,��2mB��2@v���>1�YB��V��h���g)^�$�O� +���HLJ�E%@(����]��:�i���\�I��8�(o��&=�o�[JQ�3�-�%����������:�B�i�J ��S}ӑo +Ej�x{���7;k���~_Jm��J8o����D8f��UJ�O#�u�u�<�ZY9����J7 � �<^�h�{�^��D��5 Q��Q����p���ؑ�Of��Į�}!@V:�F����ԃS�:l�����[�-����J�%O��y���@D��� �����;�e��ݪ��]��i�ȕ,���]�_�s�m�<���� "�mѠ}�G�N�>0�9t[�h,�,G�4M[^#!�>U��n)�"z+�� �U��K����t�<f?�'���>�V�N�W�}��=IثSK�'F��L�~��<L�+����',�/Ѣo�p2�ʹ��`h���h�۱��z�� +��T'�Z���ʑ�|ź]����h����l�+���\*��VP]���:cf��jhj�3�p4�Ϟ .FO���\���-_�ys�G��VN)Y�4���٧A�-~>16����,�V$�>&s��7�s~ӗ�$�^�Ʋ�x�0�xQOU�K��.H�:,er��E!PМí�q$��>.��cz ��ڪ����M8�`+Q"ͣ���[�#�|��dzz��r>�Za��z��17�j��i/ף�m�c���v��gR]���*"'�c�C��ӛ��0�S��@�� ���P1S}I-��aQ�f���ɂW��^��� X�|]�����]]��ӌf�� ������S��>]AU��D�nM���+��,�E����i��n�8z�?I|���Y��̤�h8x�<��?�_�y�pq�}�1j�w=�1L��1k���ٴst�O�;>���p=q�|�Ɋ�K +�Xi�k�۶�t��\�5l�p�,T*`��`ω^"m�H���֚��RB4ͅ5��� +X�&2��'w��7��&x���E�P8($! )�����d�����ɛ�|�����̍���G�^�����|�ﱝ�G��J�ε���4��;�ȗz����,[ȑ��xh4���ݻ���ipT �z(�,��/�D���)e��C_��/�Y�J�W�X�Jke�8z�fQ�W��,�X�S��%�u�H�W����Q�Ԩ�".�G���~L͉�/���n|�X;�����īQ�}��g\�4��Z��>�����UM�I1H/�D�Zd�䖿��X/�=���5N��M�n�>k���W����<c��5@�3�/GG$���՞��B����t Zme=W���K���j>Nx�����:�ۋjpŮ�p�&�y3G7��Cy!*-'=$>��MYN��t�ͥp����2�y�SBk9�-b/�8"Tn�W��F0��xZ:N1��>�6l�C����M�"Ènz�+D�B��P�h����zj(��s5���Ӡi��i��_[�ªT9>�J��嘌��$� ���Kc��e����ס*���ԟ��,,Z2�S�c��w��{���P�o�{C�TŖ4���яb��8?��*f"�k�� ��h��K�"��A���*z�YHV�t�t)֢L"�� _���x��KSq���R�G�ͦ.�}�v�V��\ĆEF$�0������=U���A}��%�-�����[4��)�!1�2�Ʒr1-�h�XO��D���ow2������:im��u�ȖJ��<�Ƚ~A$��7������c�2r1�Py�ʱ?��p�PЦ�f�rŋZQ���l�{�5��~���yp��Z�[z��q�Y5�+�8q�w�j~��A���Ll����ul�eE~��{e��d����������B^*����1S�|�*uy8R���E��!�0��k��=峬bz����Q�gtĈy,C����s +�;!�}�l��M5�__Wy�9��,��k��牸�f��I��@h��<dJ�A��M�P�������a��C![P^��f��t)�`�/��Q�����* +{�������ԉ�V�������Z6�e�TI���W�_��,�g�,솥���/�3EOnd�8�� ?{�����r��qJ�ɴkg� +�I5-���Lc�t95x�#&Msf��cn�K#��0W�9T�6��Y�I+��T�}�_��S-�AP��[Qz5�9��k��[!Gn�@DO�=1c�w~.�?�-ׇr� ���_�:w�1d +W]n�:���Ᵹ�� +�?Cxs��b���,V����7������>�A���+�УJ5RV~�H���#~�끸�L���l���G�4��:u��>v����Cg`��jk��&G*2#��0�,���;��l<��[i��?�6�!jв�ξ�M��y�Y�>���ϦC���� ��O���&�'��ф�v��,l�!I�}��y~�Q��xg]��Y��j.�(��M��N]@��Ū@��x�~,W�9x�8R.8�̷%��j�[�;����[���B���&�QFU�A8��^P���Lm�1��i�G@���7���A�'�������m1r�~X�Uֹ��R��`-�w�`�E�ӏ}Ք���[���Tv�$�������|��7�5/wp/��-�c�f������IA�h����L�$ɴ���T��2;CK#1눯���j�6 +�TaG�߀ox���Q]�M�5jÜ�X���rIn��������0Z>�)��%h �}x�sh��Q��zO������u���� @r}_��ḇ�ZԆ1p]xS��{I^��}�*O)l�bHrHd�`:�d��bVoo �a�������X�o������]��4)�l���-监D���\��ʧӥ ��* +����+Y�P���V�dS���P�#�t��hJ1�ZF��,�����/?��d"VL�3��݄>�x +�[�Hz루�46՚�e|�����f }�k�s��n���k�SI�Y%7�_o:�r4D�G�*�@�E�*�R��y1Ɇ�3�oڈ��z��w����\�l���@o���\��a�% ���Ab�DU�ļ�� #+R���_��]���s���um*b�,a�s:B���%������d��x�:9� +]��1Ὼr�;�J����}R����2����G|;�{�C/���k�۾3�N5�1Z���(��e~��Y���j�'������Pg��T\,�9�-sBʢj�u3�u��o�4: +�]fzCa�u�a��N.Sa0��zc?n}���]�� +*�8��P�h��D�C6��c7�n��䕌�6z�.˷��}�L����m7_]3����|�.��Of�������-e*��G�ot��,�s���y���bعQ�����@�ڞ���634���e4�9|h� �e?X�.���y\�"�{a��j��܍�^�6z�}�d|\|�]݈"�����c�/d8-����o �=�.4�s�|�%�D(3CTv'2�xh�a�Gcf���`W4�4�ۑ��f f�:�g�#�jI��B�h_R�ĕe�#�ň?od��)��G@`���8ҿ�Be�|�ϑ����^Ҋ�k����;��J<V[�^(�g?b��B����B��R����K%���X��W����XK�4����C������G�~��1���IXU��`�2�8�=@�H]�<�~��͌�KV*���BFEڠ�T��;#����ui0�}�l�"|}��ɦ_�Ul�0�yI|^3h]��Iջ�A4lSX�������|�Y>�[C�T��Y�u�o�?���b������O,,�#y�����j%o�֠ +�e��ȹ����ϳ���:{��^kW<�@m��[8m~x�Q�i��*]�L����`�YW�� ˼�H��%�7���m@��r%̼>��u~��� a�ӱ{W�:�i���+ځ����6��HC���F�pf%�j~�C�)<<qS1B�R��Nw-_r@ͫtd_o��e�����9dWo����Z�%�x�G?dq�ņ�dsU����m���=��H�U����k�m '�[�� ٦����|���\*8�Q����C����+a�ha$������a���f����RQ�����2�d�F���n �X��=�0%��(I:��Έֲ����$�� ?!C��C����}K+GL �[��DC.7��e��@�8�q�j������6�7L˥�G��������I,oؾ�V�ӯ}ݼ㾹����&���z��bR�&{�T�:Q�Oza?`�r�5��\�y�i��r�R��ݶ��ࢪwg1���~$��Y�f7m�7�畁%\X�H4I�}�80шZ�cov��&.:� ��ļF!��\p��@�uvm�,�I�����QDŒ.B�t0S9�t���<K��n���5�����=�%y�.&��}t���N]�����=h�υ|�����~���124��uꊛ�iA?^F�*�K:����Qh���"����� ��*y��i��4y�iPm1�6�I��+�+l4�V|u__�P=��J#� +U +�nw+�b���[3�ģ�ɗ�Y����>���K�F��v�s�Y��7��/�v�^���d���x�{�b]t�Z�UJ�< N�o�M[�C�]=z5�ܚ���P�؛�>=a�y&��2 �Yp@��T�R[���jd �E�Q(��N�0e��i�)��k4L���-]�>n�m����E��%�%\�<Pr.�6VZ�/ī*��^�Œ����Q���f>��?��p丬t��D��3�}�<7A�թ�������Y����g��"�dܴ��g}ݔ)�-�A êf����*}rҦꋼS�� S���o�f`�H-�Bj>x�28��J˷�ԌY�e� +~�����)�30�-�h�2�;��ץ��:��~�h|%�ٗ2�E}ᄋ�x5�P�M*5vl��ђ���I'P�*&�NȞ�{�i�QSԣ��S�����sSp<�-�sZ��Sl�l���̍��!7�N��U���hťYpNU�c@���a�:��7jp��c�����^�̨��F{�^�g��E^���-�gD�W��z˃��~�?)�΅C���#N�Cd��6��k��U�OP��ElE1F�'y�px�����ԃA�r0J�����Y�ւɄp�إs���Ldu2�p9Y��+�Wox�>y��>_x��ÍY�ʁ���ӖJF�� �,�!UZ A���a~��藳��'C���}5j<�Z���B�{�����5NnEL��b�7��*��Ƹ��&��x�^@�ՅL�)��sl�]a��~��g�K�����~0� c�f�$ 2�w�]4�m��ާOW������/M�h��]� eL��j2�z��i����Bpf$����2�)��ԫ�o;��03M��AS�08JgUa�{i�#k�DC���:�qQn��<�����Gi�5���]��M����;�e��G�=�BYwZG�� mVי�0�$�Ņ���r����yX�-� +�j-�>����}�(E��+zO���������,�XeMx</���x�8���q����1`[���,��B��Hӕ<��+�}�9��2�- ��%s[���;�_�E���c�,���+'nуf7JP� hoڀ��x��]u���TWl_C��i�=};N���rKDjy\���Y6+Q ��z��T��䟳,�45��W�E@QGx�3d}�)J��[�U���U�3Y~^�~zHwꇫ��Lo5?���:?%�<G$sDy����v�Q@���;�S�i��]� $%C��r�3��1XiH<��\ +�� +�������/���Dzp-U��8�Q���D�Ju3y��Ѵ��Pٿ �\��>��X��)���P����-��-q�M����~SūQ����b�L�z���I�k���|�+��BL-HE9u��M�۶,�����4�$)�#+4�W�?=���}܀�0N�O�SJݲ�!�F��H��� G9<�H��:N*��z�y��>�r|��,jNV���x�x�mr^����x�1 ���� +�oz����#��Y�ψ�˗a%Lsb�7�y�\;�P��v9�J�iQ�T�f�|���p��n*xq8[�V.4�˙���y0�]bs� �n0�P�/�C �Q��F��K�Y��4uzz��X+ܰ�e:�w~*�aH8ˀ��Q9e�u�\x�w~!2&�O�٪���q��g ��\�>��P�t��r �H!Ю�2����A��^����Mt�Kj�����D�����Ƭ�Nq��R���˭;��Ïj,���Ϣo�I�M�o�Y��(��i�A"JL�"�C9�R�3Ĝ5��א��>�-�6?��Q���a�s�C����Ȋ���!�ō�9K3%���ɣB��w �6vʄ�+�+�X��/��O����-��dog�A�?b~�endstream +endobj +2443 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 5444 0 R +/FirstChar 36 +/LastChar 121 +/Widths 5446 0 R +/BaseFont /YACOAF+NimbusMonL-ReguObli +/FontDescriptor 2441 0 R +>> endobj +2441 0 obj << +/Ascent 625 +/CapHeight 557 +/Descent -147 +/FontName /YACOAF+NimbusMonL-ReguObli +/ItalicAngle -12 +/StemV 43 +/XHeight 426 +/FontBBox [-61 -237 774 811] +/Flags 4 +/CharSet (/dollar/quoteright/parenleft/parenright/comma/period/O/underscore/a/b/c/d/e/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/y) +/FontFile 2442 0 R +>> endobj +5446 0 obj +[600 0 0 600 600 600 0 0 600 0 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 0 600 ] +endobj +2166 0 obj << +/Length1 1199 +/Length2 8648 +/Length3 544 +/Length 9477 +/Filter /FlateDecode +>> +stream +x��zU\\��&�-@������q �A��@7�xp�\$8��� ��-�pι����9o�6���a�U_�WUߪ���_�i�K�af +g��� +T��̜�4L�J��Kgy��-� �3Ť�״��B��� �r��aPiS�����3@��� p��B���5��oG��@����P��!����'Hf�l��5���m�!`u�����$�x��3�`��֖Vp����3++�,\����3���4��� +`xZ�@la�d{���@!�O����U�0�[��h�d��qr�[�B�lNP����X(X +f����I[;B̟s��' �Ca�P��,���?�;�sjA��!��� +x2a��f ����@A��������[q��Z���'���� +���,Lm� ^��������wt�xy�����arq���p����H���d�X��W6�;Z��@ ��������aP[������A����z�Z ���ߞ���'Zv.~�;��/���OA>��f��k�U���_��C)���j�I˿�r�8:=�*����f�O~��`����O��������?���9�����_���4q(�P����������ejgm��q�����B�����%����;�_Fk'���f 7��kv������������O!|\��iZY���B����O�WR�9l �h��F���o������N��S��{�!7�9��4�\8Ц*���B�ҕ}s�����3 /f�-�:R� +��ϔ�9���j�Vb_ ����c(e"�]�J�p<#$ +"D��8�Q����4v좈� O�ڕr�;~Yz�G/&5L�#�yq���㠊FI]��Cug�Y����HU�����d�4��?$K��n��QA�����K���t�$��d�,&����g~���6�[��&�ۊ~�<>#���j��c�VI�T� +����]�R��|�����⥜�Zfz�M�ٻ��v¹�vT��x��G�%�� +��������L���H./0, O�>O�Bs�~c�2s����零�l���"T��-cbm_��26�F���-��1 ��[L�k +����܁7�pp�q�Q�TV��u�|uZ�v��&��/�㔼%��h:l_���K�2@�3�p�@�2Q����u\b���6;�lcG��WN+,�/�zI�-�S.��9ݝ4jX����s��~�㺥s +�ZN�8��4�`����}�� b(���oUq"o��R\�3v��b�>z�v.���=��d/а��i~4tN�%��y��tu%�ȃ�.��x}R�� y���7c��t�T6�5��?.~'^�!�yD�9�ϔ6�������5��~^�l�r�k�+�&���P� �|�EcXU2ڄm��8cW!ۈ�E����4�;�Ib3��+��ݘͳZ����~|��ʗ���%�k!�|p���iK�����h��#�6t�Ͻ-1u����^�s�sq�`S�Թ����"�!r���5B �>�RM�T��P���5��4�����ɝ1��/����]��rz���y�ac��d�Ǐ�Y=st�鯏���SO@�i�%p���f�Q:�f�P�E�?G��|�Y9O�ld6S�dkԏ +H4Ƭr�0I���<hff�H�p�R7ԌkC��zԟf�����SI,��}(3W����%�:�MS�8hO�(�X?^��,�YS=O�ξ/57ӥ��or�7�Hu�T�,���&\8h� �FJ��a�"�Sj�7��n��ؗ%<���V�r���H=��q�Ș�ٝS�ҮՊG��<̞�S2�U��,p�"O�'q��---� c����א��(�7����a�a�O|w������m��w=�vwѴ���D�_A��'(�8՟���7TE����tz���Ľk0���s�����P�����u���J;�{��;��u:ג�����إ�_���ۓ���A�|}rwɚ$��쨙f0��z �B����d�hfTr��j`�T�\��tJSlN���{Xs�Z����;B^�_ ���'.�id�\�m��tT^�T��%lM�mj��w�����a���RK�79E�6����jw�U�M�ϋۥH�v5��(��(���@�6��l�4�7��־)l�iv�8?��(oIF��>� �� ľ�3�D���no�\���=2ܛ[�YY�$��C���, 땪p���]�/=�H����ᆟ<�(h��È}�,�.͌�(��8c~��,�����"_LZ�%vh0 oL�zrh�%�.r�� ���q~^/��^�hx��i�?����Dy��9��L(Ǵ<Q�(�f�8�-�G���vx���n��.ƃ�n8@�Ƹ���YxD��{+���LV�|�Ü�~�O��},�b\y����/!��<��Q�gr��1�,҃�J20e����=��1Q��B��$�}��Z�9g����܋��[�:l�*]8�Ġ���3mSƏ3���'���܃j���Q�K���@3 ��ߗ�{7`�'ĵb]&��ط3��>��w�����ز���:��!L���u�Cb��uP#{0B�\�4��Py�������GGE1tl�[x� ��}{�vM ���h�Rfp�D���� ��tZ�)��ўԘ}^��T)�`���P��m!���q��uZ��Y���,p���)�8 [%)s<��y�&_��q���PLZ1��X��%Q��J�9 T�8P2�-�=Y�/�t4 uh�h,ݞ��`��V��6�8�g�3F��O���Y��.���}x+�9P�ty����כm��hs�ɻ�cL��"DzƷ�m?ﶖ}��}�2v,ە����/����e��L.r3����&֙m8@u�3��������NX��Pq�œ��Σҙ~4�L��*y���q����r����b�� S�<:�q��iP�pȡW�gN�)�؉��A|n�F^���e�w��T�h���kL�H'�Ԃ��8[|�4m��~��.Rl��Z������X�-�=>��Y�h���x�X�EZzn�q(Yo�Fn���kIE�GQ����M-:փ���w��ъ3S(#;Tҩ���d�x9�ƓYSH�b�ΐR+'��)xw�I���ԉ���7���΅�λq��3C���:W�V�a�_L?=l;�"�b��Ԃ�nY�^ר̧e���l�3K�E�:�){�K�qс�)3�~���� `w����d���Ϥ3Г��E��7y�bNɉPjA�s�os�>}�; � +��q�ta,kRA�|�J8{��˕n6�j��H6�U��א��X<������C1ɤ(����Y���4�۸� ��=8*��U�e�4ӠG��a�O�`/j3��H>�!~,���L�=Ԩ��� F��l��$��5� ����f��E���9Mq�H��G��8$N�+���U�fv�|�\{���)�X��B��L���(���?� My-I<��\��f& Ҝ��?�� Q"���%�|N+��}@�#�=�1�B�����Ǒ���uQ��y�Jv�cU2\��_=�e�iw +����j��ƾ��)�>���L{}����:/��w�4����T��DJi�-���h��E���G�:u�����s#o)cv�"2Z��2y/���w_m&���ntx�An���/\�ڿY-�m�91IM8��7�B�z�L�x�#L}���F�4a����l�hO�b�vzK�P�BL��~!R��$BEZ��/I�*b�y�9�)Uy�k�xp�(�i��r��G��Bt��i����h��;�I�)~�F���C���Ո��̶&Ϗ�?����'ֻ��˰T|��h�"ZV�0�s�c����a��Fp' +B����S�h.�ڵ�܋�x)�0��]�����/�����]��=nz�Kz�L5._$�X- w��qΏ��������>4 �� x��؞ Ч�%E�?qe8��n8��ݲ�*Ͷ�� -�!���Jih�m�_8#(8�D�R��DnyQ�Ӈ�ijh��\���4�s�����Q����e��?��j$�'��PQ~+U ���vР��@�����k���*�(7��Q�s�*.�&�3�Q��I����A ����b#Z�'Q�q�s�b���"*��]w:Vei���xG�|����7�\����9lc����pFE:����0�B���Z���Jb�V-�v�6w6��g�9u�W{�=��4�K���Ot��V&`��t�p��< ��P�;��l?p%F{Rw�A���F�s3Q U�/yV[�S.V����%����n11�5-_�Z�ڏ˿[���bm�&B ���W�m8�p�}�����Fg</��֗��9����^���[͛���Y�j�|�b@��h���MC��;��V����D�nN�Cdz9�h����h?V���*h=&;4�s��os�2�@�z�~��Hߡm�-�+ΒP���*p�R!�n�㡄�PB̜��C��S����{.�B����1 n�]u��D� +���d�2o�u�~�����@����|����V�H!t*a��,���6�hPmK��e�{��֥2P1�oR�4�`F�7H�L��k@��z��|#�X$��Mb�ew�߫9��y��2d�--��KQ����G�'�����1�K�2���ڑ�k��"��J��g ߰{�i���YߌǪ�]���CMa��ke�8�����)�FM����_^����h6�#���(�f���7������`�[���/�gˮ�1���,��g� +��Ge+�"�o��E�m�vٛ*�zg����.����� +���!e/b �V��|�����;�M�l([��ph����K�ߍ�ݸ�R�fPu"j�S�3s�yl�yWI���!]�t�p��,��.unת� ��83g��=><�(\d�|�T�@�y���Z�;W�Z�[7����m鳩�|�����mwmn���;[iM��|{�ux��.aF�+���3����#�DŽ�m�}�� �������gQ�n����Qx[����T�j�dզ��m�u�"��K�`�4+k1����vc-c1KJ/���hmp�_}��=>�&Jz�i�H���RҢG�m����2ތEA���A;�Ѳ7"�X,>p�(��mn=;�V~,��30�������3�%��:D�s��W���G+�1%�"��V�H�6 :h��8��d�����MK�w���ݴ�ζ����C%Y9�o�8����N��y\�Tj_����7��{�6�_�Ę5�f��2f�B�R>��Z���j�h��m��� 9�̬�����I��y�n������)� ��˗��� ��[+ZY83K�p����Ʌ�;�$X��ޑ���V�G��by?�U�C��t&�D"�S���澮�K��?��cb�s�� j��;5U�xTYxK�#~�� ��p�%��,"�oSѧ(��KE�|1��1f>e�]|��-�{��kn��cqvI�m��Q{U��$�+��k��u��ywս� �=�Z���B� f����o�Y*�z����|�h����I��\�Z��8DxG`���K���m&�m�D8Z���vA�2O��%�_,t���52��Ix�������J�o2d�З���<y��b��Aׇm�?��z����#�_>-gUYuW�_ ~ ���lz�����js��Q�z,?����Q�_�ǝX�}MW�v1�&��C2rs')���tD�O���Sm�fxz�a�=a����-9�&NƑi�ᛐ���]�щk�çaQ���ҹ��?���fe�~���[ܒ���d��5�K7H�m�^Jx����h�.�R89��(�� oY�C���+ڰ:m�lKIS�ua��(�N*,��f��+C�����Z�*��)[#~�B�F��!j�E��_�de?�M�}��:�PsFRPe5~��[�k���nfc�-r�+4�gQ��%�^ +�x_ +�G�1��,��.EH��'�1���^ˊs�$�X�;_ �fJn����.}+���&��F�aM>�_�� &�Xv����{��G��s�&m�V$��U�͎��9�'��<w�����Ҝ�RF��a����D�U�_Ę���d�;���p�����|?=�(��>�D},���+��%ؙ��x(���9� +C(�L77�LF����[R�ZV%�1���6s0�̺!w�P�'5Y�S?����6J(ޏ&�N��ǰ@LQb1O�c��f� l���r��rV�������Wu�Y?P5������U�v�w:�gKdKV�u���` z��`"�cJ9u�P�@~�v+�V�Aރ�B����&�{�<;p%�]%S1��V�3Y#A9���q&/��2<L���R���t��O��|�g��0C�k��Ȍ�W�[���N{sW�Q�P�g�OL)�|�{�wk5"E<��3Ff�dKg�+E�~�a��-{�(p����W?Xн4t�i0���R��,NTX�"BB&�N���FKA����/����E�~�P�ߤWR���j�j�{ZV�&M�xNEa�=�V>g~�"����h�7��T�"��r��׳�I�g�������ꈠ�R?�w(�5�]^)Y��_\��2�j�C �Ewd{���Iy5�/��R��dW�G>���$�2_ƌ)��f�ٖZ:�a[`=�W��`�y���Gw��,�}8��á�Z�*���Wo���|V�͚�p}%�V�8�N]amX�#Ӑ ���&_כK��Ddq�<��4�! r���cE�����mt�'������c����]wvh�b\��j�u$�]� ��7|�����B�g}��S��5���"�\�WTuW��"��ٰ��T�� +�v�U����/!�բ����qF�-����9hY� �dM �*�S��0���3��@T,�D�Ep� ]ʼ��^��� +/�l>�����Rw����r�-����v*�V;\�)d8$�!�U�A|�+s���'kXJg�3�k���f�R�!U�K�O8����Ӊ�ʟ���9wA�ό_�uQ%:xΫ� +����*�����[�*��*R�Kj�w�3S"+� �R(�C��-��k����M�vK���M��p!]��� ,�]�h��D�s�7?�2��;F��� 7L�SZ�1�f���o� +�vO������������!�������˘w�f�8S�r;25q�s�m|?lS?�V�Q�Sv��S��?��eM(yr�ݘ�v�(�I���q8k?u�*S{���-�=�5��ad��/+~��.N�͊�u���}:� A�iCZg*A��|w��Y�.��$��@����p0*G��]Ks��2C��E���⣅� B�!��nͶޅ�_�y����%��[A�bQ� � �l�u��c�f�WVix�*H�{�ף�1��[�ֹ�5K����8(��L��gOE�G���V�:P'ڧW�e&ƫI"RU�Z�qI{�>��$��@��)��8���@+S�e�XW����+[�9��cV��Kzp�C�������۪��&��r,���/�`-.���4J�؟=�.�G8c>ؐ��ݍ�q 8�,W;�b��[>���x��,��52�!I�ڠ�cߠ�9}yֆKBba,$�`��Mjz̀b.�a.*R�g;��=X�����(b�f$T�β���>��g���8�(!�i}�jVB�=���b��s�k�!�7)�b��.�K0]��w3b�=�3d�����")Q���`[.���hH�3y��)�Ե�f��r��(t+a0/�I=��4� �v]�]AI�ϞRN��� �\E�KE"5yZ�h`ȁ��jxke�BNbv|�ב8{ǥ����/h� �f�c'44}��N�jل;x[ �,�*��YE��h�F��|�f�{�Xh�g�·����߲7-���,D���'IC�FftX��q=��ܘ�G�������e�.���qZ\]f +��7}� ��7�$�qv�X�Arv ,��@'dH�� �(���M��o�7�Z��ݷ����Y5wWkir �ը��~]�0��A��j��1ݩN���"�Mq��}��hs��T*��9 ����ңi:���v���� wˡ#����D����L���Gp:��l�u��nݞ�yOg���j�SD�8`9��V�S9��y�Ս� �,��[��x5��{DL�N�X�Y(�f�|9˞�H�.�hb}ZY�U�_ͤ����#=K�wP`<�l?>�옺���?�?�m=|e��]4�NK�}ʛ��n�!:��d妈,��f]���q����Jѣ����,3�07�yO��ײ��d6����|���v��kl�_��Xֈ5 }��⮈���r"�M�����{N������ake�O��c��]&�*��y�l��\n�c����������B���]f����[-�ƫ���6d�z���Qn0o(�O��7{����{��])���w +����e@1���&nNƞ�AO*B�W=N�b>����Ţߍ����5@�K!n3N�{��'?N���,(���������$I�:N �-�'@- +_�d]j�h�$^��g�8дx�|�����_��$H±`0s�T]+{�� ¥��o��髷���\9�����u�V�%&7�������k��.V�*>ɇ� �I�>�SY��Se__kK���� UJ}�˒L�܅�-/xfMl��bƞ]n'�}c~��9R�WCS���-� �` +{� �cM�qZ��!1�7������u��@�5J�^����j��'�ho@M�!]�$����u��һxSiA�8Ծ5�5�܉�O�/��%' �#I����=>3��jc.9�T�ɤrRU5�:Et���3��_�HS:�������<�φo<�*ۯjﲙP�S��֫YXZ��糏;���<�����_��:E �5���/�;G�M/��犂��&U����9ڷ��B��W��8�%��.����h��*�2��@J���;^�z�r�kG?)W�.j��>�A��x�n�eOp1|�:�yL��*�|ա<���AC��}[M7���!����0nr�F;���<<�0���(�'�Uɩ"?�by�g�G[���� a����c_�K*�;���2B�\ ����q�YԉE�^K�����#�.�F矸��JUY��|��`�̤���y��,J�i��a~ +y�K�$g {��a�L�r��r��#.�,yEN�8���t�:�)�tj`��*{�!i������?A`n1u���L�cz:B��0�?~C��_lF�iendstream +endobj +2167 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 5444 0 R +/FirstChar 2 +/LastChar 122 +/Widths 5447 0 R +/BaseFont /KZYKUF+NimbusSanL-ReguItal +/FontDescriptor 2165 0 R +>> endobj +2165 0 obj << +/Ascent 712 +/CapHeight 712 +/Descent -213 +/FontName /KZYKUF+NimbusSanL-ReguItal +/ItalicAngle -12 +/StemV 88 +/XHeight 523 +/FontBBox [-178 -284 1108 953] +/Flags 4 +/CharSet (/fi/quoteright/hyphen/period/zero/one/two/three/four/five/six/seven/eight/nine/A/B/C/D/G/K/L/M/N/P/Q/R/S/T/U/underscore/a/b/c/d/e/f/g/h/i/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z) +/FontFile 2166 0 R +>> endobj +5447 0 obj +[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 222 0 0 0 0 0 333 278 0 556 556 556 556 556 556 556 556 556 556 0 0 0 0 0 0 0 667 667 722 722 0 0 778 0 0 0 667 556 833 722 0 667 778 722 667 611 722 0 0 0 0 0 0 0 0 0 556 0 556 556 500 556 556 278 556 556 222 0 0 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 ] +endobj +2153 0 obj << +/Length1 1166 +/Length2 11097 +/Length3 544 +/Length 11916 +/Filter /FlateDecode +>> +stream +x��{U\�_�%�Npwww���N�Vx�`����� �'��;���}�{n���y��T=|笵���^g�z+ +5M +'������.H�t�pw�4)�h�l����<�H44Z@��?�?��+�tI����Z������������<��\�tr$Ws::�����W �%�d����5ݝ���+ �����%�M���Oe���\����hc&����e`bb��! @n���\�����Yx������GB���)��X5ks+ ��v��m�`gA66gks���͚��1�)Td%������_�I]���f�w��AN� ����� ���d��̦ ����+���/��&�a�d`�$���,m��J������l���uvr&�6wp��H�n��r��;���'������ +h &����9������+��]�^������}��2�s�VN ����;��4�uU�����FIJ:��d���&g����3)x��]�^�Ç��j������_� + k'r��������pu�3���c�����Z���5:F�<���σ���������9d��� +��� ����_�8���G��#���x��u�������h)�q��M@7Y��J �������e���C����L�����o��-��ps�s�� �K)�t��l�5�������_�����{�v@������@��`����d)�ٮ�s�S��'��w������ɸ�b wY�U��+����Sr��&lEk ���!��db�<�${XᱰC���# �X��UQ��g�ٿ&D��Ky��_RT=�ӈJMai�9��<����V� �-1�_��;���-��J����!�k�}��h��z��]Ӄe��4$���&�n�� ү����|���~�w.���e��<\Dպl{����d� �4\c����E���6V+L��5�oeYB[��jO�R�٦fqQ���G�\I[M���QVͱ�d� �u�m-�G�]��ݯ?4��-�~�=�^^/��C5���+6]�#�R�Y�Ġ�A@���5 Y�����ڽNl~m��>=�A���I9#�#�y.ڨ}6D��8v�5T]u�X_ͅ��$���#��#r�3��"@0"�B "<��UKX��5�7}��wz��4��m���S&J���8<{��UZex�}iTt�I����[�V*e�+� +r��A���ݷ�u�w�qB�nEP'�ȇ>��¹Y<AT��{$�WT��g��rښ��[�j�������1�*.�Q)�������Q���l��({H]�&sZE��������Q'�W�@p����VƓrz��S�Q�wZ1�&{��ļ&��C�"��`EO<��#7r,���=7 �^�p@w�д��N>L4B��nH`�\LSz{�UR +>����ə6mω�����O�,�'��Z��gS_T�C.�L8�++D�f�%O(ER��uMX�Ed�}B���ﺟV�$�_�'#�#Ά�1'�`̨�������LƮ=>Ɖ��y��P����R��Y��|�'���&߆��M�d�%/J�0_��1���h����T��k��&Yz�yǵPv��8�x���Ӻ���$�+�,[$B�PK�2+�ٿƫ�'Mh�N�X��@���m@�:c�݃C�g�i�@��9�c�_������c� ��+���ОC����������j9�(��lx���cU��p��p���8Nj�ܺ�{ �jK�F��J��4l'㱌�eV���jR?�:^�?���e3��$���� +>�Y�$�\c�~�̦�*;��3�[��m�y;�u��Ϗ0��� e��������a��͆�'�Rh���52˕����;6b{ׅ@�<qщ��/u�l�Tڊ^�G!������ �p���I��T�T��P��G}B��W�/υ)D�yu������M�� � ��:;��u<��ׅ�d�g�gϫrz 7��| �D�kɢ+��/VeR:�zLa���FL����S +4HFUڸ$;�#�3�����|wf<����-���U�����&��Jv�(٫� �y$҆�Ƌ |>{�� !�$:���+j����GC�x�K2���IJ0�C7w�C���͗��">�R~�C�+�R��1��+m�G�ߚs3�6/�lRoVL�"MC���_�:����,�uh?>���j� <JYPk���/ǭ���'Y�f����}�_a��m�4�,P�V"�+�a+��b��̖�KI~q�O�hé�E0Ra�gP/�@��0���&&��y�I��~�7�����,/��W��M'J�Z/#�7����i�xh4��~f���`���8��L#m�<��s����)�JdT���ĻM���X�2�A��"R�zgv�������ɿѲk$��G<��3��)��)�tC���,h� E�H�'E����a���8|[�YީDK�@o�92�;h@rIm6�S�#P �7�HP��xX�py�X\"���v���䭻�6&�V�[�f�*�x!i��6���x�%v��p "_ᩩ��}�´�019���g��J\b +O$���L������5�R1�"ኯ�a �OJ�~���"��F8�Z�s�~��ʉg�F���9yƪ��0�bjV�m�, }cf��"f���I$x��A�8i[�'¹�Kc��m�*� ���A��;�����j��+��_:q?w������O�2��3O4���uGV|k��>�n*a>�\A�^�������{Ķf���V�d��e�^���i���vY2�8'�� +�����"a։}�_��;M�A������˓�|�2�������WS�]�(����e��<���}���+u]��M�<�U��|�� �]L���n ��5��L��T���1�m��&��v..ح��\�$�~/,�m�4���G۷�(s��^�\t61��� ��&��%��Y��, M�w�9����]�Y��㕶�>��������Cw�Ru@���F���O_yG5�u�+q�����.)� �)���UX�K��M�*Vm� ����%ܿe]��&��1*/��~S����k��[�E�&G�5<��� �>f�4'�(?���b"���݅�42`R�Q�T��p����y�r��y}xǹ좉,ڡ@B8F6�җv�/�.]h�ZS�!#P�H2�Ǩ#�mֹ]�0�b����D\��j��m��� ��'��kO�x�?�{y�g$�����d%Ӹ�gZ�jy�㙹G�2Z=��'�P����9p�8}�B7�/AǍ������?��&/�����״~�;�e���XL���B��py 鶬�=��IQ�F�Wo��CQ��Զ�y�� �3���>Oof��A/R2�<� �>��kS����;Z����i�C�ֶ�`�����C�0�Ep�yye�o�V��J�0r7�3h�2�����f;��C�HU���$�f�|5��6AL�\6/��c�`�I(;5�}͠j����f�!�Užm���耕�'��� +���yy�W��w��ܘԖC2R�iXq�ޗ�|ƤaЎ/�� �����>��^;b0 H���u���̽j��Q��=��ڿ�Ď5��Z����������[;V�+ �����!:�B� $��CT�`Bsv^ +h�2�KuZ]ik�OR�Z|�"?D��춼(>�Ϯ���z_V����"�[أ��ƴV�t��8�7�lC7`����;fo�ŨG"H�4����n�h��.£�dDŀP�#�r��K*�G@�F|�d��d�_2��A?������*�I��6�4�6�;�HąnF���� J�&�\�B��B������P��=��Q�� +��!����c�X4�e���>s�I��){����M�0��Y��4�آF��-�z���-������M.���Ҵ}����3���X�m��W$ɩ/2хA��zaL0���"�Gҹ�r�XS"6�3�E���YU-��^����P[b�|��{G�;8�n=c�b�N����<�]��+���Q'R�Z�ɥ//t��%^y��~����J(�c�2��T̠.�n��f�n�[/�\v�� 'i�����w�e�4c&���j���t<+:�H�&�}E\�R��M��]=s���bR|��$����A`��{��i��џH,e(��:�����x��S� V�9 �MB�3g¥�f7��1��W�ی�o�#��k�V�vͧ�N3K�`\)� �]�H��{^Zh]��� �p:hn����t�������C��1e*�#9�(�� +UO�hG�5�i �O�h��' +E��jW�R[�U��Zv�`Y$�Y��� %Ʌ�t�<���܃����]�>Rl-�𐔚F:��$�Qm��9� ��_�{�v`�u��3���T/|����vġOƪ�l���g�5���X�/'x�3樣!"�+:���ʔ�r��#�7��h�oK�\y�m'��?�8�ɛ��6�u�~�Z�bQM%����·��� ��ҹ{�$�� Kt�%�<�Ё�k�g��XS�3�C_���%�1]���պ/U]L,�!mӇݏ}�;n�W-2 ���{ye�8��]��~^�j��D�Y��|�1��r�w6\�z�}��R��na��M^'�dK�v�{`u���U��J���C,A�@�D���-��˛O��1ĥ��{�E��^��+�b�b����8�"���N.?�>gu��J���qW٣iLl�R��� ��F��`�2x����iQz�( �$y�] cA�-L��V�2�УL���SgsnQnFMh�/�_�R��X��O� +n�)��9|�6fF�8L�pz���DOؾ�2k��HБ��P�]���+L��i���~ےXw�J5�x�lR����I���>�%���~s��g�( +L��D�ܽޖ����� G ��=bTJ&NZ�$�����eWAem@ݬɍ�><-������ˡUy�L�lj��c�+&����9ݯ{��Z�S"����4�'��δ9��C�,�XVdH�v#�K�D�K���D�?:Vs$����l!�NF���11�MF�Q{nc��9�k���IqB���x[�}�)륾�w3���ʮ�ĉm��iq�J���ZT��u�p���V?+��Tʉ#���%U� +�M��:n� +�=A�ۗO��?�����m��Ӵ/w29P-4x�i^s�FE���k{���F�U�Q +�LdEJ��WU��iB�{|���D�0��a��I%�~���wC H1�G�:��X�-�<hĒ�I�-L���Ը���%��S9�?��J;aΧp��|(,���|�=S���+���JS�0�?�x?a��~34̻}��[9���y��<lT�7��Ji>b��'�w2?{8��K������ݦ; +����$K�� +D���:�!��ў+(�pQ�і]qLD���am��q��N��a����C!�%����90ˢ+*j�@���.R�V��X;�ދ6F�\�z��i�#�w�6�/�w� ���1���������u���6�b��3�$ K�+�k�����#�ؖ�*�W +�؝�9�5b�Q�k�m� � [y�/Vq�_�H_����n\� +P���?Al�;���h�~�*�h��y%0^�_�!�ġ?�f��G:Wf +s�}+x��X�X,�u4P�ݵ�g~��9��摴�=3���9��h|�1�z�|���Z����{\(&��J*�_��w�l����t���[��m+"����d!6��V�4��ɾ#Dc�U� �t�{��7Ȕ�Z6)��^[��%c�Wip�~:�,r���}�x����ύ�L�Ԏ�3k�(z?@1���Q�5����_����);TK��@K��C�6���<}ە�<�]Z�[ ��R���Rn4�-��4G���Max�u��J�T�zۑ�0���E��{���wyې��9� K��Uy w�9�N!��� ����''����,�j����h�Ӻ���<Y��%p��ۛq�e���`Cӧ��Ӕ�M .�7i#�l�A�����{�H�˯�m�<j��'� �U[�dҧ[� �\�*_��Z�5!�8H����LV%�AyzŐ�sq��t}��1�ߟ}�:q���yO�]�Ȉ�*z����n���K��Κ)� +�o�9��YV����B�&>n���P@���"�ʄ�ݓ� +_�D�t؛��G�~ۙ��hrN��%��R"wFC �Wj3����e��f�+�$Te� +}���4���J�v��%X�Xs������i�t����i +���.0�Y4dj�3f}ґ��8@�2�c��ۣ�,��*�Aa�\�(z�VM��r�%(K�`����~���W! [U�u�Yo���W�LT'��[����/��������6< �|b &�m�1b�j���������!����oF�u�]$Y�VcJ�7h�T��s'ohZ�"bIY��638�$J��ಀ��B� +Kl���Z�ƹ����g����9��Wz���F� %'�C|~�Ǒ��.M��q���ԓ�t>��A��[� +��k)UV�h2^�G�K��AC���R�S��!I�Ə�U��k��5Z������X�7�F���/�[ut�:}�2CȹNE�XYz�on0�G��U�4J?��˔� ����Z�F�si��O�L*��H������rz��'@��e�hz�_b�� ��/�h�u&Sh�5�+�N���"��ʙ����#\�2%QԈ���y&~����"wp����J�րi3� 2o{5����L|U����ٓ���O%:b() ���y�M�c�)̀my�ؗ>�.�6�A�y1��&0%�(B�tE_A2T�ߜ� +�58�j�Kf���a�do~��2%^����Io��ۤF�M��ո��A�1f���/����`�0�*�s�xPbtL�@�D&�����Wd4X�5�d��J��4��$Vϑ�EMݻ�vb�!Iy����������ލ���(a����t���v�%)h��1e|�naL��Ra�P""�t`�c;�6� �O��5��m-�c�U�"ɯ����X��܀�:��d�nz0��I�!8#4�ߺ08W�ݞ�u�9��P�ۆ���O��_�/ +��}�o��Kq��)�ۚk�>����q��p���=#��:� ����A�iX\~��^��W�?l���y���{V��lj�1� l�^�00MR�u����1��<~���I-��@��x�UJ�S�AR�Y��u�Pi!m^�H�h�RQ����<P�A� ߪ�aO6�A�l�uX��J�|�0�1�8���gj�I +�b���"�l�TS�{�w��Λ����$�꓁|�^HW=�Aa�+\U�?����˥����il��]A���<�#�̝�3��ү���^���S���̖���u�%�z��,|b��x���⣦i{2���'g>�L���Sp-L��D�WI������t|V��_}�(9=}5�@�@��`)Y�����-R�gfp����q��@{��w�'��W~���9��/�4ڰy҈�.Qw��Z��Cd��Sx� ڮ^�( ��<ѧZ�Q�/��м#ˎ��M�x�s�6�??�w¨�a�9����R�v����le��3Q�2o����6�ѝo��� +ڗ��"7n���r�0E�Y��X��t'��Rat���X�"���� G�o����RjQ�m�c�K&�f���N���D�[J���x���o5[�`��KV�3��*��Bs�'�����u��-g�h�W[ܹ��5k +i�k�����2�kk9 ?r����2���C��u�����_�$F�Җ"�����p<'���ލa�풎~�B��!Uk���&otniQ�3�������t홡8D��v�З�)k.Q���v�:ҷ���ָ�p�6v�g���\):�.1A �9x4Ns�2��l��(�g�娬o����|\��=��ü��m �x����� z�a������ub�T��/p��"g�����e9�dV'�t~�b�~��7���>t|ߡ|ڵ�|�� i���Li�K!����#s N�Ws��"|l!J �� ܓycX�!ك{�f+��? ZT�K���B%�."�t���`�}�uk���D8�V ����ى���z�� �ΑKA��1"P�}��Jd���r�4p��贤):�e���P����PV��r+;��_@YA�Z9���ӳ]�61K�lL-�T&T>��|�1~4�+#5��9{VnO�M���[���"�VKl��^�T0���#w���t�"�a�PA�B=G��"���2��"��t���U�v�ҕ#�J60\ѬD�n�Ha��Ä�F���Ժ�����azI)稅����3�Ǯ|��}��ԛ��\g��I@�8|��M\�pӌ�y-���n&R���ݬ�)O�DOg��49d���J���k{�Ɔ� e��W�U��5��.&���{��3��vm��&}�Qɠa�0��L�3ڳ�����ۭ��r7�Y����ɫ�D�ȁϗݜ[�|3�T7��%����ݍp�1w�THw��9*�)}l�EM�8b�D�m�>�⭍�YĻ�M�s^H���F:� 'b��'d[ł��/��+C ,e�&ؾW��ڬ��uxbA��Wd����ȗ��]R��~�z3��_4���T�tl]OM�X�ΰ��YA���d���n��vJ:�g�au�x�!�]\�+Q������ڀ+�\�Ǽ{�$���vc)/40�����I���9�d����_��,XE��a-�q�����]�ƴ��u�5�9�C�1����~8�yK�(��n��L�ޯj�M��}[�%3�w2����� ��ƙp��ӹT����uj��.pG�B�CߦQ�˗���'�EjMrB�ȇ�'�a�p4�L͛<L?�aA�t��ߗ���T�H��j�<A9������O��F݅����M�Hy��i.c�{$����o(X���M�F��HF�2��j+ �F|�>�Ȏ~L��X �L��Z:Xe�ٸ�#��S�b�ϻ<G5�����v���c�i��F�i�i�>~<a��&��E��������=�Q$�I�y5ܔӹ��ES&��z~��z��v��r���NW���:��4��L�+���9"Zp��?��܂%VTgN�z7��s��@K�8��{JenX���аZ�)�M(ZZr�6Ԅ�g+7���u�P��=��L�^�*�-�e���l`D��2}��e��ғH��]����3��L�da�0�G��Pa�}j{�$�c�3���h +2TJ\�BY��1�~������:.�<�r�ٙ�0��=/^UD�����W���B�+� �@B�-��Tօ�zq���s��h�#5�B�n���t(~�}��=�&�]Hw���L���ŗX��Y�1��}�-`��p��sC����V�qW�������>�x(�&;B�prqO �t�Vsx�Mȱlykm[�����z}�7��+���0�@J�4[v�� >�:<'�;t\)X�CL�k�:�*�Z�k)���Xp��&�1z @Ƽf���T浥��X���R���e��:�]�J�n�YM�����뚀R;��c��C�����<��c�_��NU�J>e�'#�J +�����iw)�з��~?���݊,o���tZو�P��!�d醞st�=Ӯ8a�.���#T�zĀa� +��;��|Q�.b� Y��3�`_⍧M�k�g��2��[�A�-q�4&����cO�J�fby�zݑ�[�/�/~O���vq�>j��X���}$�8;��ޚIKۑM����iOXY�r _�|�� *Le�5�,��.UB��_N�6�֭(NW��f[z��A�j�4F�A�i|P5N�'rF�u=G�X�9l�aAU-������!�앚ළ�<6���}V<��)9v�w@B�ŧ�ZM���CڕP��M���]�m?��M[��ox�QN3,w���?WfUA����:�n�DLq��G���1ȓ����:q������)`5����ڎ�ɾ�%b�~i.�%����:@F�V�ƴ������� ��7�@�ss���ev;ш�%�3��������<��Xc��ڶ\��N]���xe$�]r|<�M$��1e�&�������M+�E���d?<�" �����}���m}t҂�]��ݖ��o ��Œ�V��J4%��N�F�E�3�x�Ǖ���7�<�MRT�A)���)./�ٍ��E�F��4M伫쭤K�q�9��{^�^��i&�3�3� ���`3�LJ���᧑�ە�F�+�ɖ��L�8�J��/�w���u�asA(:К��g��j�Z�:�w��U�{��@���@�rb��71�.�+c�\��<��sSo<�?� ��@�DԳ���S?4R�t����O�b���p9�/*s)�~=����(\`�uso�~�&����~<���&j{Gm=���t�>�R�j��(���W�)�7w���ާ�5�#���7���$�_75�,�V���3���{�VcV�Q���lm�K����Ө 2�>u�f��>B�s��������+Z�;|�JlY�_?`�Ǘ�P�70��� +�~�A``����C�3�� ��L{����q� �eې桠`n��!� +�m�ew���.*���E�?���~V&� +ǂ��5���oJ0,Lzin٦Vb%��\�@7���m4���=��W��teήT|;9�L�]�3Xlȱ�Pܨ����8��G�Ө;;ǵ�9Xx8��v��Zʟ���^U@w�ݿTj��^��ƖD�&�y�o��+|m�4�7 za�';Z&V�����E]�/K�,���Ķ|�P�����g���_튡H�X�HO)Zl���5� ��~V�1���[�_���Ysi9�� s�"6�.���"0�D�2�mby$�$d=��q��$ӂU� 9����<�Q�ڜo-}c^ �695A�g��+G揞��09 ��WQa�]�_�Y��{��!8 3��{D�e�����Sq�}�,���0_B��О����.J��h�����~�g h�$��~M�?/ +5�V-Z.%�tH1������ζ�Ѷ�췇���P1��"\�-L|^�����Z ^�zǮ1n�".b�뿢���zs�`�&@�{��Gr�`K��� *�\'�@z]����+�,�,�V�豻#� ڳ�]�����|r?r�Q�/�{�j(?2�*#L��Z�a���u���~���M��jA�0&�mp�S�����,Y��V^�p~����[5�}�<�]�УE��ǀ_Rc�$^�+�h߯d���.wQ���W8&O�ӕ�6��z9�ux�q��UTrd��u�<-��3~�/Al�4�i�H�l�i�IO�| ,e��~Х[p��3쮟�$oǏ.��}�R�X���v���o��G����Za�PX�Q�9�DB����� �`,�֦��R=>��3Q�T��u+��vp��R1����:�@ 2�C�L�rZ��i3i��hW4M1Fȇ0�e��b>I���f\-����֎쥐��03��]�x�z:#�z��H��J�7�������?!`��0w;9���#����N�����*�endstream +endobj +2154 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 5444 0 R +/FirstChar 2 +/LastChar 149 +/Widths 5448 0 R +/BaseFont /SQWNCG+NimbusSanL-Regu +/FontDescriptor 2152 0 R +>> endobj +2152 0 obj << +/Ascent 712 +/CapHeight 712 +/Descent -213 +/FontName /SQWNCG+NimbusSanL-Regu +/ItalicAngle 0 +/StemV 85 +/XHeight 523 +/FontBBox [-174 -285 1001 953] +/Flags 4 +/CharSet (/fi/fl/exclam/quotedbl/numbersign/dollar/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/backslash/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/quotedblleft/quotedblright/bullet) +/FontFile 2153 0 R +>> endobj +5448 0 obj +[500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 355 556 556 0 0 222 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 0 556 833 722 778 667 778 722 667 611 722 667 944 667 667 0 0 278 0 0 556 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 350 ] +endobj +1722 0 obj << +/Length1 1612 +/Length2 19066 +/Length3 532 +/Length 19979 +/Filter /FlateDecode +>> +stream +xڬ�ctf��&W��m۶m�z�Ķ��8�ضm�vŶ�ʩw���z���O���c���5��"'VR�6�7H�۹�330�)Xښ�:����ѫ���D����N�cK{;1c��&��H`J��B���� KN$j���d �p!�RWѤ����/�?&D&��S����hGD��� `c�`�s���� +��X���-m�D��J�� +�DT� +�D��;��� ������)���)��@Mdn�Dd��������?�93��v&2&rv��Z�ux��Q�9��l-����Y:���\���Ş�����������������_ۿ��`J��.ΦN�.D�*�I�;Oc�b;[�Uٛ��4�7u�������պ[�9��<\��e 2�tv�1���/�����pu���WtDN����� ���/�_���_u�o�;8�x����_V�+Kg��9,3�ߘ�.c-�`�i;s{"f���\��� ���Q�33��06����$2��2*ػ� ID��2��� ����B��?r���������� -�jc�`l�w���`��n{"9�v��������������🆚�'���#�b���v���010�[h�,a�0S�t1� 27��۩�����N6�v������D��LL��S��4�������V���3��$�+uFu-5��ܩ��R�˽�������G)��f��������7��H���I��7 3���!ڿ`���,o��d�A���d&��?��:��������?���blg�w���������_V�u���?��t��` +��lo�b�+#ͥ3gxRL���|8ԡ�A�0?�ھ��W�.w��GM(C�4ϟ6ϥ3�����^ʞ�U�/)u_>�E'�a�A |ڹf���������ޤ��A��t���3u��[~�ٓ��ij},z'R#Jm��9E��������P�-d�.mv,9�<Et�c6���z�w$5TZ�m��B�no�\r2�([�7%`]��GdZ� _���T�A����t4�p�4�\�׆+��3&_�Tp�ݬ5Y�LƷz��G��~��Z�j��>�����Βz��r&��H�J�Vgr/�Y�GiV�]l��Ӣ� G�u�Y��Sm��Ys�)�iG�q�����ppӍ�iѹ�g��U�[?.Y|��s�����_��%�-rj�I��Em�m�K!Y�d~܉pdq�&���_g���v(�*N�N�\1H`g +�W�4��yd6¶Z�C�����Z�5?y�R��9����!LgF���b��u�!��5ر���,��; AZ��[�#�{!�a�u�c�{��h��H��jI�3'q5_cR�O=ۅ��r�<|�p^pwL�������$�����ag�$�f̮ъ�F���f���F���&t{{3&dRӂ�� +5�)���toΐ�再d�f�L.a�g��� gH���Eꀳ *b������H'a��@M���"2架�k�K[P��f����Ħ��U|��m���+:��av*� ��١�j(_��hF��TϏ�c+�O���??p�' +Qb�; ���ͼ��ik:����;��Z��C�u]�#��Ÿo��L2W �?����\!TC3b����#�<1����ko�ѯ3��PPS����D��~�;�ݓ��+ȍf����L*; ��%S�P�^7n)hc�w���d*x�?#����j��:Kl�\��-,y�\GN-pj�?�OdaT��`�Z��E!%�X�ՠ�03�e�g�۬���졟1q�BwQ+'�|�H��}������a���nf4�b�r���L�T�nI�%&��#6��'X!@O3�Wu�3�ƂR��[�H�¹�Აs6!���m����4,1>��i��S�It�hw6��w�Q�EK[s��M���2i�o�ȓ�r�K��� ������|x�$Ð.���R~ ��Sד��um�������L/�|���՞�dc���'�C�ϙ���j���#��.~d�])'1\�};��z!i'�L��M��T��/t�Yc2[s��[晐֩f_�����F"���K��b�*\����{ +OF(�m��P�r���I@�}��"���J��2�V��A������՟ =V\�(ą�$�!d�p��'��MȾ.�gB���-m���ߥ����qk��&�m([(��&ׯ3�y���q����L�nݱ�2B9x��f�ӅY���fE�@}��6�/��T|�:�O�]CSɓI��K���Ν�|ϥ'�~t������]UkC�{�@�<2��a� +n>�u=��E�Z �vJ⊃��4m��#J���s��,U�N3��e+#B{�5+��s�EbI�g�7��KZ,Tn�o�*�2˨�#0NyJ8ۥ����]�?��ZR4pc?�5�����xŌH-i���|���%ô ���z���]�t�>{\ﱖ�3B��A�D��{���`J�����"'�$�6,�Ħ����!�G�_���6E����]���<Ȫ�کʸؕ/~���ty%Bx����د��;�fN���7�/ m ���η��t�e���ѻ��S�>�}���pU�a�� ~��� +�r?V���� %A¦�E9;�K��'_�>��;�Rs2�vU0$P6���o��v��M���23�U`w���aۥQ:��-1pK�S�|�cC��%[Z,��'�dy����98�%��̢20Ï�~�(���Z����$p��@�F�6���PN�9&�D��+�/|�b�I7�h���ؠ��K��B��3�R� 5�'��$l�E ���1�^������M`��}�)����R<��8.��u���>D�e�/p�et�ux3�����= �]wQ�S� +��u�Nޒ�����~��%�$B�} �t�ʐC�54k�e<�ѓ���]��'�/��ׄE�T�K�������8=�Y��|d�X[z�R���w��0�6�AV�'w[��Qr�P�PP/�}]�v��B �ר"]=t�2�%074�o<`�������ʕ]�WS���Q٨�$�E1U�L��`� ?�� ¯�P�����0e�d&�P影F��o���a�;Xz��p;�TJ6;C�A��Ϫ�Z'���e#�6)���9��-��ӈٱ�b7mWyS��u)�.fOA�5&M�4���M<p��Gw?�1�k#��^���$+�~���>=��QC�9g���w-�?�שޣ���$$K�c�E.C�RX߰���ymHZz`��D`/!�2M���V#�I+�9�QZy Z�z�)a�d���!�� }���*F�?�ϔ�CGy�=�[$ox1�\6���wq� h��c�/�����9RH�� xU��E�����>U+j�� 䊬�����|�R����������@C���қ�������1�zה��y��ZD����D���9�!�SZ�.�����mr!�x>�`H��k��] m:F*��ܴ��ѫ�'D���hr�d����%'V��Z�{}r��� 2}��uZO����_F&�"��+���iJ)��fq8�˓,�{[����:���l�L��b����X�2D"�~�}�yE���l�W�h�a�\�9���u��"$�L|����j�����v>�<�к����;�=S��!ctT�����C�Yޅ�1b�d߫�a�K{���io����\�AZ' +g���+���E�Cq�eE[<m������q��وE_c�I���~����.�$��_96�4N�Xb��?������ � W`�y��7�{&�ئ�z�ۡe����1��1�����M��w9l(�λ}q�]�M�b�I;.�����յJݼ_ ��86�����2%��j�`��6��Dh졞vS��G�'��'�\�F9d�"ps"���Cv�D}'�}��{vo��D2�jC{$zk�����N'B� +��Mб���bL�LaR�v � DE��"@J�f���rQ����ʗi�����OL�r�d���,7L?p�2����U3|[n�N�Q�]����{ﯝ(O<��l��;�eF�s ���ʽ}kn��a�x�3��@������y�+rtL��K����e��3B�(�ُ{� ϗ�J@fN���_���V�S���;�6�����K�>�A(N�3���☕TG�>� �P���L���]H����� h�uڳ/�����T�![DY���ڎ�/�,�a�i���=į��J�u���?�W�(o[ǿl9�|�T�Y��e5��T�H���E==���Œ�L�״�s��! +���{Q�;�/8M{���O嬭��};p����>��ǛWS{���]����]=�����zm����GGu��o���o��j*d�-`\������.��1N��X�QiN1����%*�P�)N��)��|U�'J1��ܻ6�4N���*�P��Ovms`m+���~2�b��q��֞���Җ�Ѵ��We�V!b<S�VIw�ъ�B^����(D�@߸(�S%z6�u1��@,ډ)����������l~�nd.�4!�d�3��*�����\���~h+���ؒ�+���K��Gٷ)s�dYw�[�béu�����~�������kkU�Z�C�]e������y*(�u̸��u<�q���Eo(�.���W2�\5���@�𭶬����C�ߦd�+�'�3fSR���^��G�c���F& �] ��5�ߗ�dS���(�~CR4ڱ<҂i�+*�>���:���,�x�6$���#މ��n��O�I��z�� +ki����^���� �D^o��+�b���!~��;�8�������ƾ��ĝ�&�4!ī5���\���=s'����5�WJX��lK�4+�{WQN�ǹ��#�K�ⴈ�s+S��H�;3O:��ھ_rD��v0�:�t���H^#�u���q�|mW�x����k=�S5����\ƩS� ��T�:믆����lF��hM��r��eN��"��U����묂��,�[��[.oZ,ni���u{ڳۋ$������Ȧ�ڤ�{��PT�aU�H-�hi�@D��5�]�Ǘ���s6*�5����Y4XB��hC6Z�hT���'q��nj���gF? P�6\���ݱ쑪�Ro��o����(��}HK^ón�;�6�ɼT1��it����S�be���e餗��7�T,lj��������`��n���Q����+yd�i���{�!^Hn����d����'b�����K�P����>�¼Z��7ʔ�y��*I�Dzg%��Zza����Ȏ�x�S��qp��'0J'qI� �Z���}aiR'?�3S�'l�#�_~v{V� ,�N���>)�b>���LX<K�5ZV�Q���Ktp�Z�<[.x>/�Q37wgapxV��.��f �?J_�J�H��P(!݅�Q +��Z��DgJ��|'�7��[�aƀ�Q�dž),�봻�:iV�9D�#C�6 �ޭ��g�&��M�ز�7�k�D~,�W�yJ����z�S+����͇��zY�B/�hn�zo�]vc8�2�n����${۱���s��99/�=�9+06*��]MM6�@������\h+�;0X�qjN��|mݷ�\ny�H�&�w�á�eN��B��`y��\��w��l�Q��z��G���b�3BlA�q/��/x��lD }p�_�j������7<F<���V��\_?2`n#��q��92�tx^�4Y#W:���_�uVœ��x���{��\om�����c+1��WI�!���0Z��#I��q�' ����%�% +d��N�q���I���5@�c�G}�8��� �Y>�����j#�=X@��`�ZXE?-p�1>cԊ�P�y���;9$������\~P���/m��?�hߢ��>���5$�tռB�d�ŅK����c�&���P�G;�FeG��iu��J���>f�ŷ�l�S�@/>��NrR�Ŕ�y��h[|�E�gELJr�O�չ���m);1~�˳� ¥��Y�ߏ���Piu��� +�3�G1�&�·��"�d^�G_��[�~hT �?:*d������?`�D�wH�iAg���S�Z�V%i}�?,�� �;q�h�]w3j�N��5�(:�ɒ$4�����AHJYAo�� +,���di�;Ϙ�3��Y�\���/0\�"n�T^�����^��^�Zhpt�b�����o�hB�[ǁ�j�d֝��A�`����u��By�J��0�ZL�+:��kH0������&��4��w��`���w�r[�ch��^U�����7���� F��ƒy�=���H�R�UY�+���S?��C�N�B�1;61=#?���7$���W����}q�l������5� o�S�Z��X?[uqq�@��ӱ���9���K˰H�� �����H ��a�) �i���GN�b�������[������E0Dn�44��oI��#��ѿ��@W�_��E�##���\?����b@l�)|��B��ߔ��F��&�K�4�sH�+�[ڋ��L\NT������+":�F*���;��aΤs��\{�mRv��3�%�2�Cfbɋ��VDr����?^���-�����X��H&��e�nC#��7�{h�ݵ����#gB��Ū��ЬVU�� +��λ����ݜ��6�L��W#vT�mR�N�6�#���<�A����h�����n��5M!M��f� ���pd�v�FjH�R���^l}���ʒ�v��p�y���� �4�U��Q�@��=���!�c�R��>n��F5�}*pC�[�Dk��Oe0��l��9�;��%8�\��^6�a�3���%��S[f`����a�ي���� ����U�vA�7,V��Ɂ��������H�^�X=�x 3X�U�^6ee�we��fa�n���krh"����ы����$`�t��C�o�Z����~�kD��g{r����L���h��*ni�����Mj�{:� ��к+���{_W� U�־q��JQ���\�c����GDЯn�X�=����/�X���HI�g`^>�h���BT�r��x ��4�:&^�.~���� +p F��_�ɿ��v�� �#OQgIz���D���K���J�A������A����I�W�m�A��[P��bv���MU�a�x��W�����K�crl��(�wź�F�(��_� R�;�4�,����)}��]�E1�iL��XW +G>anJ�k�9�\N�v�l�z} �$�:2 ^x�o��[R���xa�?�D&�h��,��u4�kO[��y��3�c�Y�X�ӕI�����ӡ-QC�\k>+���U�/0V�;�XG{؍�����PP�sٽƉF��^:�G��/�o�����~`�1�N��BQ��v��ݾF���HS �g��w�1�P��Bm���q˭���e�M�e�qE9����D���M�����5��N�k{�s���7�:^R��M �˟�-ȫ91�-z��72t�2wE�Hw4�CN�$��η���h�_���Q�Q���%�]�>��p(����ҵu4n���^6,;=�©�:@c��u��IY��&(>�@'i/��aѡ�z!}�h�sa�B��iCJO�~�h�x}$%ћ�Vf���%K�������l��x-;���f��5h�&o- �� 媾���W���P<|�!��t6�!w��<�d;���{;{��ڌx�d�ʎX�H��|��C��Ż�C e}O�3?���G��z�T/�� ��M[!SɊ�tqz1y�$3�s��Q�0@�1{��� +U�ؙ\~�z�f:�+��!��jU�6fA�v�'�z~�0���JS.��ތMÝ\����J�k��]�R�²�p .%{+�>Z�=���3o��lj+�@^�dp�~P>�Bˎnu��O�px�5/�M���F�9�sp�������M���y���K{y�<F������!��Uز��4|e�y4�BH%ً>�_��tD:|�*��&�̕i�m%I0�ˆh��0�v�8V��\��7`���o��-�As!�58��ܗ'=�i�%qEt�(嗧�ݚ�}�����$m* �fB!;��恵/yTz�n��w���Mf��9�L��'�{z���Շ��'8�6h</�%�?�Ѯ�ڗ�I�_6t��ɸ5�\�!��c����+���ijf ��nRo���b�e�P��Ў:�L�f��a�|\���L�f��p�F�2�8+��&�R�x�K}�jg�DJ�g1{o��GHCs^"<#���:\�����SL�_�!5"�uM����idCb��Z��K;3�k��!�dg,�F.怠A�Ո�Qs`�-�7�<E]�&�KhѪ�/8QFQ��DC��57��[@���M�|�'dƝ!*:��T9\����`�N����`�>&ç��El�hP��ltJ]Y/��0rj��+�������ѬY��-5����< 7��[H��TY߭���$wq���No֫"$n���jq�����"���Gi�-��<�f:�b!la��]�0�nZ)�k^n�ލ�k_�Dp�D�O�����G +9���lj���o߾ҙ��m�@j?�"{.#�yg*���]r&��3�c �ޥO�n�n�����R��uu<��-�e�)�n��Ng�-g�?Js��u���ޠa2�B�w�.�n �_�����s���ԩ(g��W�L�Zc۹�C����ʂ^�%�����S^m_zx�x�/��m��7�"YNzK +7<����7����E�͋��PJ�Ĵ�� �$���X�ׅ�e�˕1��L;��f 6q�5#cB��1�2��Y�-l7>[���a��@����/���u���2&8�! �B9�i ;&� ��P�m���_lh��h�+ l�:�w��"{�S�3��YLa]�93�vT��Zح�Z"�KI�47`�g�P��qe�����bf\�>4I���������v��G� �7m��Ń���k ̶�%9�?�1{�Tlf`���R�����@��o*fAJR]�Ш����B�Me� �a��}�"�%���n!'^�H3��%��Cz�Rp�=a��䕼�<O0����6���,r����{e��8_�6 [j.6BWEK�����N�D/M�j�ǔ+�sI�T�|���72= s�ɡ�0����wk)��Vj4����]�sO�NR�\1k��c2��g���E�6�E��1����l-H�J�])�+�.��PP��!���NiC�Q�˓#1�:�)���C ��i�m��I ��G�#�mo��`�+�$B�n�r���$�����tN�����k�c}�Y��M۫������� ��.o�5S����p7��%���$��_9}o�:u+dkt�},z�I�����ک���T߄����� ��ib���Fw1n>�G��5���J���+C$�X�8�-�/C �!�)�����<�뽴�^"��XМ�bl��J3N��+�H��+���#}qL��v ��܃i�7���p �IB��&��Ӏ��=��� L`A�`G�2���F�a�0Y�F�$��>��,v@�.�|nSl�&�s�'����G{�u˵�3P�� �x�*���xȊݡ�kt�+�N�9o,f��C +�)ӾD��E�|Pk h$���L燩8��F<a��d����;O��{�.f��ae�<kw�h�;ل�!�FDŽ�<`<������5g�f�wM�5C��*^[�"ԣ��.�Ԟ|�aó�73��7�9#L�����Y�@��Ś�{��\5D��+�*�g�k\��.}�1��&��p,-V�\tn�2�p���55k�v�U�dx�7N�7��G +�Hx-ɟ +�-���+ȼd�N�_os|�&P #�B��.�,�s�Q>)��ԶI���RT��~7�Vh���K FT!���O��٢7�X �ۮ)nw ��6��>�J�яVz���d�ī�E��� HX���p���\�1������_1n�(���������ʂ�Z�<$��k�����l.m���̨V;� ):�vM1z �Obw3{���R��I��(�[�pA�4TY� ��(��\��-0���Y}}�7d�7��6( +j���U���I?�N��)�9��{J�w�������P�.7�WY}����qt�a���_�/r"�)?�sG���m���{n�qW>K�����Wr��k��բ���47ߘE8��G���������>e��%�c?;�ƪJ:}.��N5��������3z��U��ʅ��퓚g����畟$u�eg�ϻR�9�O���%�~k��#�����i���&*!�3Zh�{��}��q�����/�D��i��E��|9�D��\�<�+ϴ�2/��ÈZ�W���`�!0Z�M^N�gi�h�'�:�`:(ėY�2�u�MFK��L�t��HoȪ�&�y�B:���)�������':�y�&l�_:F� $�����KT��Ϭ#P�l�߇��I��;�s�w>�83���`�gB$�XoS@�T\��Z��{�Z ��#o���'K��p�&i$Hb͈A���.y<_Kl$Ā���r��t鲭��g4�����"��*�>ӕ�Wy�vӊ&u'5)�,J���4���=!�b�Sܼ~�|\���% �cB��(1���a���s��'���-mS�~�r ��2�ٖ�9�=���z�U$%?�7Ժk'sP��n>ӭ�|[u�}��fs���~<V�lHK�.vq6���b@Ɛ�/���!����e��^z�r�L2��E� �����o�i�����Z�Tșc�9gf��,��d����?�4��3d��C-�ӿR�.�Z3<�u���c�����Sd�d�#�8X=��{�WFZ�� +�t��Dz��F����?�N���$�&D������Z��Z�e�����(�T'��DH�U~���c�=��P��L�=4X�#7p���k�x�%я�M�84��rn@�z�s�y�.���K�GW�t�~͂.{chC����`�Q�<�rNi��TV�-�}0Y��ٖ��H|�#|�퐺n#i��ݢk���8���nś!h!���X�C�|��}�m�>�i�aS��Hw��Ť��z��i�ʫ����0��*V�p���m�m"�|L��-�7�ew�Ã�P��+�Q[r�F��!�߳��b����.�#��4S�%�� ]��9=���l��&�`���K�5���"[+�I�.�Ĺ��ժ�]MF�V@h=�Rߒ���w��N��>) +�RĬ�d_�$)-)�ҋ�$�=Zu��$�g��0�BP�7"<��ė�f�~*0qW��D8X��:�T��:"~1�k�<;�e��E�2�x�u�� �S~ܯ$m��on�2�^��˫�R�x�2�F,;B|�]���6�E^�ѸlƓ �f(��H���Nu�f�!�}�u�3�~��8��"���㇅�iZwM�s�E\��f�b;����Y�l0��OC�&��'<��%wz+Y���5*�s7���żb�-��X�E��^H+b�=j�HJk�8�a�~"5���!�xˉ�9����#!}�H��o�>0iHY�U��Z���@�������w��MOi�ގ�_>�{� _�*�b�V��'���]dk�9����~*u��iiC�h���`����1SA0�0(Σlp�d����v������|6=�E���0�~�3�J�pb�����.��T>���X�~���1 �n �@���#��Y���s��K�Fu5Z�� �1�\����N�<�C5 �fX$m~��D��6�L)��`)e�e19�#�]����b0<|N��$�~ /�~�T��8����,��XA�L�EGy���|�����b��`���e\W�sz�3��[=���|��mň�%�p/wcQ��˔Ż�P]��pj�/��rs@"B�Fe�H�iX���'���7���E�d3V�bت�v�)2����4�O8T��x>P�-a��%'_N;ek�v�D���{9�%k@S�N՜-,ۏ�0���:G��'�����q@<�؝�mĪ9��>�g�� 'V��1|�'�|y/��["Ao�[��>���}��YV#-IJ����U�#��Z� �6���t +(���f�������m`S�g����$JBb��a)��1���,ӑ��fh�c���s�� ��7}���aG"a�j��@ya�j��[O�8m�W(�CŘq�HJ��Ɖ�����k�ň���_V���S�|w�Lެ���t���p�i7#����(��=y=�gN?ܚ�}�mV�^���:X!g�j�՛(6���|�m�Oj��@�$s�^?�8x�Z�" +�M�����Jqda�L���AOx�C��c�O*9���|��n~��#��(�BV��;���3����4o+�1�U�Jh��lx�晲�Z���B��r]�t +-d�����\L���ys��/m��6���l7/�]}�$�Ґ�h�13.�д�>��s�6�:+,�t���]��II陔Y�Ǿ�O��C��բs����~+���u��6�W)8ɷF4�'���lp�A �)�8ʶF?H�)BI�!}�*z><�k�]�gpO���AN�]<WF���veD?�,��u��a�R�.������hg�bVLV#s�T8�C�/�S�yc"���XI���T���>��� �[Ǘ�������Bb�Y����\�:�F 3AU���3�������ڻ��Rwi&0T'����q�S�y{�n�1|��}��Lyf �H=��u.�:�Q�'̢ �И; P4ȩ5�4<'Fb5s�-�ɦV��R$�]gv�� `:�����?$f���Tּ�^�Ƅ$nT&Cy��/��6ͭ�%yE�gh��p�0�I]�Yu#�v����I1���'�@���C5�z9L���}Ԁ4# �p ��1�6!�K��9���U�:���V �ru6��b�ě2]�6�7�J�~�Oe��ī�P��R�n��Cy�� ��7�r� +�0̴�X}f��Nr���+��@��"{ �S:ώ:/���@,��V���|Q���q��r�*����fh5��wu-c�B�3J�(���K;��#�����_�ݿL��F�'6g�(oJa���H/�Q�*Ҡ��J&>�L�97�>_,��x��m��.���#���R�4f�1r��'v[�Ƿ�w�⦫mA��`�7C��h���!T�A�gQ"�65��c8;"�$8Y��Vq��: �����ƥ����2�r*;.���tTվe��K��M�ƨ|��2���̢S����Y�����c���Y\�8��qX�Ȧy'"'��x�5F_�7s��2���Ծ�Dz�O(BN��-�SF�i�`+n�r�'�9ۓ~����=`6�|�W�o��l�>`K6���7� +�?�m�>E χ���zU (�?��5K��Ӳ�:��w���?���~�'�>�|B���_�7����D� M��I�~rڔ�!%S#���7���!�E +�cG��T`?�m��&���K1�kD�텻��t�A���K� 0#9L�O��1'��dD7�6��#~~t�y�끡�i[G�i2O+`����xޖ��2*�v�4����W�r\�1�����d&T4%����I<�k�h���Dm֧�VH%$��Eq��{��hް5�l�zz�f�⏩��3'���ze�&Q)dM���5b|G���촔 ���}k����V��[�H1����(ל��s,יS��Pz~؟�QL�qI��M�.c�t�b��3c�b_�g��L���VLe��ŀ@\4���G��nl�/J?21��ϴ}j{�I��H�����jH +x�R�#�*�:{^aލ \��7B�w�����d�@���ߢҶ}R�RQiC�K����[W$5�km��`���KhT����8�Q����ɍ��(��}��5��T�_ �\�:���\çW5���d�b��^�J��Q�D_�i?-�=G��u�D8A�v]�έ`#�?Ȩ�����+^���Ps��n��BJ�^ITfˇ������P�}w��]��~ ��JN�)�C��l�J���S��Z&JD+h�w/g�A�:���8W��aE�!�� +��%'���x 9Hi1j%�+[��J8G%�I�.�תQ���k\��47�T;��D}�E�uB.m 2���Y2�\�j\Ό��3ab�#3䩠����1P3n���KR1yU�����cO�`;�P���b?�Eg/}!D�:"Rަe���5@� ��g�m;n�>�4�.��� ���� (����kP����f�y0gʿf� ��|u��i�(��3m�� ~Ov&�f�9�:��f�QZQ������R���4�}�@q�+��1v�9K�Q��{/���ׂѮ���p������*��Z�R�&_�-�~�X3���ȀK�)g�z��AE�gؐ`�t�s�T���R�!o;�fݞM+��sˠ��܌�d"z��qX'�i���R0���N���\A�%(�t_�7�����}�j^)u�ѷ��iը�ډ3z�RvL�����߯�T��pśZ���Bى�-?�H��Pq�A`�V�N�xI5�O��J~n�,PJ�:�q�Tzn��wT��!����wU[��u���V��l<Ju��Z�b6���QDl�@ +��ήj&*�ۘ��r��N�9��Ӕ՜���p������}��`,�fp�����0�W�5��8�DD�xQ����=�[����>�:oZ���1`�6�l,�� +{�~�C}� +�,M��u��KJ���2�%����tvXЊ�I�I�~�c焈c�/R��TD�Y��Q�u0+3E�e�n��#��6/�ec�I6)�$���>6"�B����[up;�U�|2��4�A]�=~5��E�Qk���[�Vi��J�����5����d�An�^���5�Y�C��K*���P������ cN�y���!\9͊{˫��gT4qz��֓����?�݁Ճ�9��#��&�<�[��Wv�F�4�Ӱ�,��g�����ִ�����3ĸ>5r�[���5������,����Q�A����h� +��q�>x�� MH��?��J[g)�:zBI�6��ъ�u��7�w��_n�2�HG��|�n��ց�����-���Z萺d�q�`.���U��� ���蜋U`�cZ��8X��Tx���P��1�H�i� ��,1 5o���J�z>���|��U2۞�F��X���D�Ҵyw�c�����d��u�Ue���Y+���<�e�F`Sodޏu����뗺[����ֈ�Id��J��{�L;�z�+�L� �v#AXe������E��<Z��8 e�gT�׳���O��*�(Ζޭ��єw-��qE�Ę��_fI�8��q ��(�x:<L��5NK��6�Ħ�'S+���uu�����ܨ���k�z���+��jN�7�"�U��=n�HxM�Zm��Q����@"D �a���;,n1�R$.��┮�or-�!L�P��P�#kU~k���}u�w�X��� �U�'N��k���7��R��cL� ��mwr8�ồ�;�D$�Xڸ���V�3Ak-z�{M2����F���t������#1��?��� �+(�Ǚ�K�M�Yn��Ҽ%���9ъ�x�į��,Ǜ�����O��Yyi]������Z ���|V��t�W9�5� 0K��4��rMӵ9I�B����� +j;\��3Z�#���އH����zP!�y�=49�{�����ݜ@*�"3�U-d��&2����TN)�cą�k� fN�I�[�r��$�9K�\o��燕9QI��i?�f<������gω<���������FDȌ4(Y<�#;�(�r;]�[��O��A��q���^�0eJ��C�p��N��%�з� <�9<�5�'�,APv��5�ؙ��b.������M�� W�Mbv ��}����x"3����cc��P1��o��FR�f�����W8�c�M���-[ +��}���i?a�:�Dş���t����?����+�+*�Jѹ���S +��7*�%>aUF}�Ѡ��a�VԳ�lF)cZh�'��c���JUd*��|�����V�(�m�ASr��u1����7��.�P�pي3lDŽKذI��0��o*�ޜ��\u��1������[�G<��׀����K/�`�옦�8u5�X��Oԝ\?LH��m��ސ0�00����韧���km5m �q�"��8(��o���'�)?��q�R�A�Y�6�Lx���W�'��D�<�"1�a��?B�����w���؊6� +�d��6+)FLn"�j�RO�Ub����B/uDD�>Q��?��w?��`�vF��}rƥ�B���:e%+玬�q��M��lNđ=2�l�d���~�����>�Y߮��sG�Z�o�E��wu�N��p��vh�B��t;A ����G��b=/9��-Z���)RźN5m��BUo�M��ies8��̦�� +��G���X��ur:��ֻ�B��9ˉ���\J�^3ު]�`@u��C5�<�@快��⼭�P;ϙec>5����~���� ��^^��(3�'?Y�=�V8����z��X��,k�3�Ő|y�N_��M���Eo��˅�[۟F���* �*Z"=�b7v����Ȗ �����+�# ����3�!g�H��@u�۪!�m����ӓr�gi�j���.����]�5�T�� 8%���~�Ӫ���NM���嚲飉���6��}��r6�L�J +q_���<Jg�t]��U�1�%$�1)�_�u_ +�e���S�"����r#K�nqF)Y!��.�w�z�Ee�Ȓq*@m�_��}��3��П�p��`�+ߘ�x�/,�<�d�����F��ճ��2�8>��ν��lj�n~��ɷ%aR�6�[�FՆJ7s�ܙ�.[.X֝`�h7�QkF��o��Nv����xϢ��;m���V��,*p_u�$Lj�`#��e�d^|y���cJR^��"1K&��E������T���*i�g +���B�TE�x���u��E�#��l����NĻv��ͣ�D�Gy�X���z��������ڷ��I��>x��e��� +�������Ҏ.όƯ.�2��>���:����#�J+d��W������Z�����������;�tm��_1��v�s���\w��L����u;��f����ġ=s�M8��Y��$���tW@�74��2��m����=\gt�����(?�C�2�������c,�P/, ��/�F����.r|T�7Z;Qz}��(��f�� jH@D |?:�������{�Q\_^o�����ŬǕi�?��:d���C��kCCp�M6�4�����ՌɁ�#�=%��A���TK��_��RwF��40��\^���@�nP.���RP8-������u!�3�ګ[���g��mh�?�u (���M�������?,Nm7z��=!���;���G�=�.h�?�i�&��B�>�W�j��2D�p��}��Ԧ)�� �JwE_�߮r�[e��ō��-�$7�u�2�W�=.�τ��b�j�O>���h��0�ae +S�±��+����B�'7���#s� +�'F��)ۏsE��K��w�B������3��� ���Oڅ�&�?$� � 㯛����#^��\8���T�u��}O�OܼU��f� +�\��iK� E��y���&z,n�&��̢H_},�I�N�l�"LN�Z%})��n�υÆ�ßN/2��?�w�[3:H���sI�(�C �7�V�,�z7��ܙ�.����P���K�hQ�Y_�Yg��[�ZVu���y��=�qR0'��5Y����Z���� +/�����NJ��A]*Ei=�Q�+��:�[W��R�%�t�|�E0��e#�MR ���D]��M���6t�$� �����t�O: D/�)Sڈ#�f��@����zp��,`HÉ�b�%Y� ֤hEB��FB-u�R!]{I�\mYX��$מ�Q�ןfB�����S��fj�;6s]3cC�u���G�yqp���g�D��s;�t~cҰ�3pZ��|ו�zpT���(ܫN��V*Cm�P�搈{��ld�����t���{B�_�>�<�P�9����xD:�B��(��4����F+�M��� �NJ�{�ῴ��M`\�b��W��� >i��N�Ĭ@��v�`�?ouS���;Z���j+*7n�ُ מ2V�L�>�L�T$c"E<�f߾��Ʒ�����0�}�s��h��g��r�"�&�p����^f���N1��(a�̄�����熅�E���j|���/=�h@�nwc�<��GȽ��2O9�rۚY�CZƖ�k��u2�[��m��[����7�"��eN c���Q�s4Gr�l}��زג;[�Yո9�@Һ2����l��ٶ''Yfz���K���w�ِʝ���?���G�z�\��c!���@� ��j�Қ����j�d�\D�K����ʆ�x%?���0k��#�P�hR�S�$o}�E|�B��nɶ�MˎMs>�Gj@-�2φ]]֦p�����ʳ2���ݷ75����| �8�K/R�X�KF���͎����X��E{-� ��c�~�o�Y$?Pw2��1{�`ձA�5�� ���di�pr�3����H����+5������0��XiOkk��oq���:��nb���5�A�W���b�gS�|b�f��oZ؈�\j{3y�4�if �@���8�t�9]"ύU�}�2H���R�_�ǽ���⎕z�c�!�͛� +l4ٚ�D.@e��n%�9���Do��W����a���8o�������TA]��i�&\�B*�;{���/�6&��p �v������VM�2��q��u�G�?��}��ϸ��"����K4�#�1R���,KK�!7����N"��7��&ft�"�CI�GY���?[���C0�\34h0�Y��Uۙu�eϝ��*�:�*-�K)�G�} �� �A03Ī�ŧq;6M7vuR� +�*�S��2RC{[�j����-�E����2�\t=�䭂l=h���j�_���[����Nξ�,c��w��Izn��o�˟)��J�!��/\�`͝�KhB.��\���_S��\��Fy��;��&�� +,�y��Q��ؕJ�8�0��S&Ѓ]-���Y���!m���*7���3'�I��L�#0���*��)���������W��7f�x4�}��&�r�e�ܱ���P���VI��T��w�f�o�r�CA�ղ�W����=�#*��.])��~��CX4l�̓�fh���X���g%���6�i��fy�͆���_yhi�B,����U�آ�(Y.�}�c�����q�4��lB�m!�����r�o���x/[�y���Z��"��E�I��7I�KĈ��'FC��nU���!�V��]����K����O��΄bb�/�V'��0M>bV�",�a>�5������k;.n���o~)�"EmU\�ʿ��p�h�kY+ݺ���`�*��8�A�*�<n�!@������"�u��q��l��������endstream +endobj +1723 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 5444 0 R +/FirstChar 34 +/LastChar 148 +/Widths 5449 0 R +/BaseFont /UJBXTR+NimbusMonL-Regu +/FontDescriptor 1721 0 R +>> endobj +1721 0 obj << +/Ascent 625 +/CapHeight 557 +/Descent -147 +/FontName /UJBXTR+NimbusMonL-Regu +/ItalicAngle 0 +/StemV 41 +/XHeight 426 +/FontBBox [-12 -237 650 811] +/Flags 4 +/CharSet (/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/seven/eight/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/quotedblright) +/FontFile 1722 0 R +>> endobj +5449 0 obj +[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 ] +endobj +1377 0 obj << +/Length1 1647 +/Length2 16806 +/Length3 532 +/Length 17736 +/Filter /FlateDecode +>> +stream +xڬ�c�fݲ%��]�'+m۶�J۶+�J۶m۶m;��=�o����O�����+�kƊ�I�h�l �Emm�hh�9���Ύ��ֲ��4�Ʀ�N�V�� ������������1'@�� ll`d0ppp����l���M͜��*�jTT��i�g���?�����6�ҿ.�V�v��6N)�����Nf��s+c��������\LV flc��yg+sC�������1���`����������i�r 8��vƆ�������v��掎���S}��g�d0�1�r6�'��v�%d�`�w��_�/�����������oTya���d���OlG�0����N#[C�J����/�on�p2vs�'��1�����J��o�dv��J������?3�8��;Y;:��������g����z};;+�y��k��������ʄ���oLC���M�m`��� [����F�v���;�������I���X���M`�dm�����ߩL��'����-�����&����������R�:[Y��[�m����A�o�;k�Ҁ�������cn��qշ6�r�?9���j����r�W��!lL�*D��B��o�������������D�����ˮbcd�`enc�W���_'z���)��Z���˿!c��Z�_��U������4��a��k��߮pRv�3��Hj2�F�k����������@��F��2�������?a�E��k}'s7�=-==���?��\��C[��H�I���o��/�?�����_��5 �V��]cc7cC��%[C��)�N5��C�Z}=�CAv���y~U�ݾ)�;�z�A� S�_��gv����#=Vd�I�W���D�yț��lT�t���S��"=����4Y�Uw'}@�M�39@]?S�����?�!�&�Šw 5���䟝�Ɵ<?� � v߂��Pe�@�p����F��g��i��{F��H7�Oͧ ���2����^���J�#�^9�o璒>�ăy.bAɄB�^ձV�xf?��&�<.yMv��Rh3�4Qm����x���o73����C]ѷ:a�q�y�ڇ����x������s�Ь?�xpO?��Wy<__Z � + +Y&��7�S���{ ;�N1/"ȏH�m�o6GG�iL)N�������qp,��fV=�vbA��:�� :�x�76����̇͒{���b�c�� Y +>Jy\4�����-�!�!����m8��د������%���lg�B�)O��sUg��s���>�t�9n/ ��ns�y���}� ��6�Y "da���E���~A�ЊzE���%#�ev7 �2��������5@�6��L�1{�@f���u;O��yt�\]��N�5�p�y)�V��g��G�br��d��Ղ�z�LJ��D�����C<����k������Q���(Q��&(����%��F���,7�<U?�F �cY�q��5������:ďFYq�V�'�i�U�Տ�o6M|���K���������u�L�,���k����0��s�,fm�a��_�J �l+?��nw:���?A��h�d#��-C-����)�;� d>ln�A�}�u�@U�<X��7)w㘚M�Q ����"�1��gx���iP,-��@:(�t�����|����#��d/��T� r$n`)�Y���V,4����%ZkjvQ_���0L8&�ͼA�n c�S�;�АL X�n��0]�+�I�O�%���q��=�!}.�K(�FM:��K1擶�U%q6T�c��b&��/V:�ˮ97�Ɲ^��]"�vq�/~�h$��؏�lA^��݀)F�t�ߐ&;{�@5s��/f*�kĺ.L���BD� @Ӿ�V����)�#��{Rk���H�t���;�т�0���e��}��#��4q�Si���~����_�z������qM�̰96(w�7q��c'.-!�����_j�3F��ؖ�1G����VEƣ������d� �3�5s8��e�_�����[�x�kr�&�d +{�����_E����Uw�R9��,0@NI͗��a������k�x|'R��d�ɽ�7�� U�s/]�`�o �U%f�<�����C�-�|��-R��Tv@69�tЖ 0��5�tHӖ�w��s᪗b0��cy��M�������iu���P ��"��3$��+|ݒ]���./�l\�v�#g��d�&����+A�t��'� +^��&"�6�>���x�����D�dyF�/�r@���ZZ�()��,>!�h�ȑj�PFn#���b^� �y2����n/���a�>�"�S��9�B�����K�C�X��e�4K��P�? +���]KME�3�'�A3r���H��P�/D��&b�������R�!64��;����C)5���_rX ���J)�+S�7�ĕ doi�2��OMپ+� q��s�kS?���B.(xf�1Ku\��4�P�D�p���Ȇ�˖�rt�`�4cG��+@08pNݽP� +p����V�PN]�z���"�'��.��{�/=��Z�� ܲFyd5/g��a�<b��5�A���3B��� �6��m~o�b�l���W��g{׃�� t�2T�����s�8K�����ݜP��d�z�`�͋�o����)�4Б/$��e���x7��R�U2KG�&�[�H�w�4���n��c9P��J�k٫�eR��|!ӂ�@kk"G]��v�5ZL`�U�'��e��ԏ���pz���iǺ7��m +Θha'� �kY�g�|8�=����ZWd��l� +�Ȝ�E�cI���7X�/4��Ɵ�MN}��;��٠jQ75��]��j�����u��ņ��/%7�>]մAf\�Ŭ%C�&�;�}��F�잦��Y��ҸPK\;]����.q��� +�) 7<mZ��3iq�[X�T% W��8G�y���k�c�����Z_��l�~6�觊�ՙ�/�/�w*� �"�n���8��izn�pP����IO�3h���Pr9F����A�Ь�N&\���D�-z{��Ϲ��U��˚�,Eą� �bл���iR�H�JhstP:�x꧑�E�Zv3G�r`�;� +R٣�����d8�p�����~��a����3S�L&h�jD�F �vd!q|Q�~���<�̀(2Lۍ����"#�B��֗V�y� �F�Xb�M?����dDc�f|V��z&FΧ�v� +7�gq�9��!�;K�ԥ��F|��u���� +�����߭������YfqW���^���)N��j2x�#B8>ޣ2~(�.�J�U��:V�O�*��Nr�Ch$C I�V��=��9�iE\��qs ,ʣa7���(Um����@�!qCcGY�@�����,<����Z�V��6C�V�O"�Z�3s]�����B��R�#��P�K2��n��4��i�H-�8�"ę������\q��������w�P��L�AW������=���S���V�� +7�p���[(m(� +W+Zs.��R��M��]�kX�M�2���H(���u'aԮ�>4�"qgw:����U����� ��6�O��qd��Cv�B�����FDd7jo��Fd��1��͜(�����_w��`��/���A��7��=+�y�p�@�n"��x�-���A�d��R����Z#=�J��Eq�*gs�A۔�~RF�ѽ-���)/У��=>A�T��0�^Q�L�|�V��L�9��n�4Kw�I���*�����,�qT�y�P��i$p\)e$K�;u";o��\�h��gɽ,�ݻ��ǚI��C�2�hR3+H;_��}�u5�����$�f�s�R�b�������\=V�$w��t3h���ji�u�4�b����M���B��/t�B��'p�W�kϥy���c4`9�wڸs�?�[����l��D�"���/�j�;�TFUw]h���ٿk�p!_�D|��Q�5^3�CZ�j����ޞ����s8���Ն���_KT��s��\6Fb��jC�4��֖ؑ��Ρt(*�I�@�ĥ�N�;C��\\r��k�6�i?$GBo)d�'�b�q�L��V��i���-=7 �3��w,���1��!|�;7-�t��T��Pݷ�3k35��j!~�A�c�Y +7N3�}w�ߎw5�]F�_�7�Է�܀Y>H�R�njo����'�J�̂�� +�ː�J�����t���!T�g�D�ȼd�}����3�$�w�5����K3����P �À�� �M��4(���$r����9c��]'�o1�.e���� +Bn*8��.��gU�����흡�t�uT+���S�1�Ya�b]�+hA�{�KI��3��~ W]�4{�醣&;��9��s�R�t���Pť�j�{+=��)��m]rx�⸞�J�����r�F��-�ʱ��g8�y���g�����i)��~%S���E��J��-��6p�rkZ|���KJnG��]g��襶F�?�NIx�]��p���I��돘e�e�p�l��U��t�4�d|@��I�zAV)�^�֔�����v ���HH��m�&@<���;��h�Ƨ�6 �5�j�20�9����!�m���|8��Mr���|�t�2c(l������A�ȨA$�ɶO�"4��Xf��@@LC�n��^�l?is�U�� -�d)�מ��G��,�˜��~�x +S���s�DK6�)(J��μ�>�q<��%�j��L������ �F��n�M��������Q���z���yR= +�Q�R��~�f���᥈!A�z"���E϶T`�>�@`�/�v7α�6��ƍ:w�..M�6�|���Ҩk6M}�\Fk{p�f���e�����$��P�r +�ll������o���D��:����?61��]�\f���lX�{xY������%?N�+�ȏ� +u˅�hn}>�.�W���ɡ������>G��ꣃ��|�OD s�܉�'� ��:��ɝ���=b��A@�c"��"�s���հ?>^Qq.?IS`�QKE��ږ)X�N���L�\�������b��2T.q6���#6�k$7�J!��O<5������Cj;R�,��A0"2�iU8�*d��E��"|^0�إ��1}x~�|4��*�Ƈ���o����øg,`���k�j��ļy�� Z�C��D�/�>��z���m�b9�l�%�gp�_y�e�'��c�bw���ƇW�VCI^Ӛg}�%�c��q �7����_�i6c�������@\�d��e�7ҭ<]�ya�����)��K�aO��D�̶�ڶfQ_��)/�ٟQ #"D��7�V[���l��K�)&�^�8-�wU�m^�]�W�ۄ�Lm��V20��`R�\�D7��r1]�[{������S�S"�D����)Íl����Si��<���0�2 �'O��q��skPC��p��bֆ�I�:Y�(Ip^�Ԍy�F�C�H�$N82I��&e�܅�6p40�(�/���F�$էc��8�[�P|7� �E@�n�{�d�%�6=������ ]�P��'��a�u�9�Vl�ȤH�$�0�n"���j)�Τ1x�aG����7{lR��V����~�Z��.�iZ%1�ݱ|����C&����4l�XF��j`q�dq�h�7jV���Hg���E�hj�x�'�Vw�m7L�CqOB�)V��$�����P]9��E����ڹ'%\�o!V���^� _���|�Ї�,e�H��]����[�]� C�Q"��g�_�R�Ϧ�y�g��T��ɯ( +y��tk_��U�-ϼe�k�f.�#w��Û��G����xN���Gݽ�CS�M1�˻�o��۲�����bvj5)��F�Z&T٪�������P-��qם�c��]�L�t�S3�a,��t�Һ`��]��7x���d�$[Y���ٹ��z�F�KF�����:/L#.M�x�@̰�����U;�d�ёJ����RW[�MVR�(����n�����LI+��?����l�8�O��-��o���[���&�c?�cƋ4��U阹��)�-F��p����;qF0A�8 + &5Z"����w[���RKn�߱�=D�-u�=���Ջ鮎��������q:����ض�ƀ���> �����c��'+N�Ш�VJ��(�|,��?���+B��$��� +l!Tѽ���i,9����$I�,hg���#���c���|����Tp�Q��M�X�=�T$��թ�!�EF�Io����\���%��A�@n�j�Ӟ�@\6�.�9��( +����8�'�9�XR� Eo����n��ǔ�����U��� ' wq��W��ϐ4���d*XyJ��"��UǾ�r�� +G_4��Z�]j6�s��A�Û2(:���d��:@����X�Ŕد��[��D�F��rp�Nn�)=��^��<���"ܙK���F)QP�t�mR�]*]Y�C%,�U�9�����G�;�B��V�7v�1�P�GW�2��j� +M0B��I��o���dK�1 �Vb,)�[ (p����ѥ6��D���,��y�k CRGǩp�l�tk���d����&v+@��,�� m\����Q���_��nC[R#����ח��n�dqRWZO!�����7�;������q���X��٫�������O�U������+FP����0��^X4۞��k��q�{N�蕷(E����Y��i��G� ����c��"hP����a��+�)���,p���v5r��>e��K���h��jW����ϳO*�8�Sx�7Y8�)W[�p�ٜ�~>�C�b�S��ݱrD� ��C&��=�����N�: ݯ�k-k�S�ðjfF����@n�QzE�(�r�U��&T1ɩ��~R~� ��%·���� �2�u��N]ftQ�S�=l��RȐ_#�{��zO�T���b���"L�p��eUC�ڊS���3�;ʖ4ÿ,P9�� �9�7cF�c���_�0\�FG��,s֮�����=�e�QzL1��4 +R�+qv��l�5�b}≊ζ���'q��%k�v��أ`�� 3@a�D}��ʧ1��L������iRzA."��q"֔v�A[02aD �j�!Ph�.�4�&`x�N͋]�U#�o5Q<d����2��V���e�:��I���΅�J���ɝ�=��:���(�1𣌵�.#I�VO-�955�G��z��3�/��-�Ԅ��p��j�z2Y�����!%t��cn��8R$ծ��-)w寅�W(LV0bb|��dcMb���y�Y6M<ŵ�(�h���$���=�y�'�X�g +�I+VX�����f$�V���� ]����퉚!��OT����[ͪre�"2g��,�IE�-�[|��M0����1�����0�흦P���S<���z�BN7�0ʌnc�y4���́u$[L�a>,L +7UρM� �-a�5��%�.9Cp�+@W����_ t��V?$dm��u"�j����+;�uγT����T��9\���4��P�:h���k�?,��~*��n����?�8��;�D2%z@h�|)L��U:�1���W����֓� ���Y�d��Y��A�nOY\�\�Iͪ���ȶ(�K<�����Ċ,l;q5�����ĜtT[�p��[���l�k�\�͈5h����ِ��;��#m��'���F�Q��2��:�%��H��L�,ey�jWf5�W9I;�ݷ��� �����9�!�H#�eCU�Ř���7���2!`�!AE#~њ�{�;p��F?=����.ed���(m���@�w@�@; +6�p�{i��*%$��ZcQ���$��&_&7^ E�������NFLQf�f;8���m���ǐR/��6]��K�o�!;4��ʸ��'��w|u4+�]@�WK���;�=7���<�����Ep�s� +�W<��C�']�3����}�:�J#��@�U�*�#�iQ�W8<O���!�v�ή�����9g��L�&���>�4�O�4��ێ���թ���Ŷ�ch��t��d����,>B{F�%r�T�`��f��Y+ +=��AF���R���sPi����g�hHO�J��w<��Vּ��A$P\�ԙ��A��P�Jyz�if�t��i��i��D�&�ͩϠ��H�Z��`�Z6����:n���j��Ǜ�>���Î�e����L:�C�����Q�� �Q1Ւ{[��cH�V�d���r �ȋ�T��]����yܮڴ�~�D�@���&�m���y�� F�,�"�y�����(��"�r歉5p��J��,��rG���1g:5?k��v��HY�z�[��7�!��E=k�L4��p�:�g�����2�=�w�1XGF�=K6xx�HT0��y�*B��o���s��3�-��ުϿ%���I�9�>��� b۞�ըO�4�τ������Sˁ��%�Q��qjQ�;�$ H�yn�R���������ctI��!��;���T�ˀi�j�*�)<;:>Ab�Dy����s��5�*��t�Ԓa�R4ފ��4� +i�a4�w'�Z���� ��F�3�ʙ�="�h��6�L�M����?5�D�t�C�X�ےΩ�O�oi��xL�$�p>�#�C#v������F��,�J!���-�r�l��>h�R�"k`g!U�q�!��pl�ߋ +��ev��ja��;�f'+�� �~~��xHc'�����)�T�fm��_y茟�jD �ub���C��(a����]�!��[��� �_�m^���_�9�AWH���u��Ӽ����zy����IN$m?D�0�o�YB�)�\:�/�ұf�,H�d{�+?f�n���J}, J�8��<��4{!|E)��x���e�<}�-�0���x��̠h�Â�����_���A� f�ݼy&��0�;pk��I�ּ�R������u|�5�_�Jx�J��ǿE��G}SDg_�I5�'��FktZ����U��TP{M���⯌����x�z�N�tY��_��r1�*�����`�չ7"w@����+��bHL��T�Y�މ5nf�mJ��d[htx0�o+����3�bQ����iyTX���2�V;��=�է���>��M��tXm,��|�D���W��կ�&B��v�th�Q�F���8�)��������I{~��{�-�f�a�Y�rk�rN�<�/�b��),K��P��gq%�Y�i#~oe/}ܢ)o�a +�|�S1�.�S�I���Z�8�@B��gKG��0������v��ڐe�x�H\3�J�͝e�z +��Z�S���N�B� X?�H��ϱ>g��ެ�"a��aN�������S �Bۜ8� �_)>q��6�� +h���n�� Qf����&9���1}L�b�W���t� l ��d�^̕f�g�Ԙ��迬V��[{2����A�.ZD�M���~E�{�K]�z�I�ǝ>��|ƶ���T=��qg(���Ǡ�ҭZ���Zy�B��tֈ� '�� +�#A�tdVSbq�Ϙ�n��w��#5y2Rp����z7���6d�z9�9cj���2�����j�zƾ���b��P+e�F�X %�$ƺ9�?���M]Q���d声�NQ��>�g��2�j�dS�kN�vZp��!�U�O���uu +�KX�I��92>;���aE���j����PhO�E ���E�����pw\��4����y͆T�6A�eSĚ�QK�U "�����|���㠫ڏ�=����l�B�3�aQ�����Bf`��+۬c�nO��]��ch��o�� +�*W$�>Yia��q$WUu�>�ӫ��C=������#��Z��+��Y~{�� ��N@�6j�R���ۀĞ�B4�lw����o1a�5�?Ht������S��ģ��$�K�ӂ;l=4䑎젅���'�YO��ߣ�~�5\�n���9��?#M7\��0.AI���&�H�'d g��H�,V�"��/�e� 6n���_3��KHl_��e�1�㐴�R���|.;0\��w�H���Ǹ��9YH��r��>1�_q��:e���S±j$�����������> � +�#-T�5�>��$�.��1;��{�>豋��aP�'a �� H�����RB�ې�R_���Q;f��c�Vv��1����%��!�(b]'ƭ���f �m~�Lc�mh�S�� �����>�jܭ�% =yk�Z�q��XFs�ɶ�����.<�:�_���t�i��]��j��# �@��B���k�K��ӗp�Di[�D�6F�j�wzi�=@%�Y�- >Q��;���.� ����uQ�d����?*+���0�0k1�|b�����۹'�R�-Ơht�����$�{��}�nhn,�D�g��l��}' ���Fl'3X��?:c-i�1�3�q�ń��u�90g�����O^����y��]����T��H�*X��<7Y6YHFe,)h=��eNtz�R|y��� ����TQ�T��;�A-��&���-�6$�{Om�%B�M�T�aan}G�����m%� ����W���&��s˶tՆ���w +d96Q���~g�����/v�<q;���}�ߥ��R} Q<GivHs`0�LjDzŸ�E$��̸�I +ayP���aPn�$��$Ra]��V�StnYr��[N/q�^��1r�hr�#�.��y�<���(�eK���/<G*zf�L�����@������`I?��/�����M��6�`$�8w&�����+�eJ���a|�z�Cp�ē<���UdFz[�!8���.)��$��1�� ��i�ױ/��^>�m�Ȫ����@��5I�{v�`�*���.�zo���a%}/����oHy�[שs��a{�-sy�%�r���i0��J0#z3l�U1�ynf���s��G�TRwp�� ���)����#��U����ߠ�}���.�/�J��jD`<��=F��;�ڲ-K�?���lU�]��~�<�m�4SK����"�;�'� +e�>h�oF_h|��E���qE9J���7P�IS�h����ZE��\a��kM�{����h^H�"�7b�^��l�6 ��j���t'�Jn,�Il�0�g)�Kb�w��Yb�/ +!B!�j��!{���ߍ�%�����fUm�r���(�_c�ߞhd�4�wf������Q���w�HM̸~V}y1����z�&�llbk|���q#�x�� 1�K +Ά9�cUM���߯����>��'5q�f4�ᢡR��4���;���m�ϻ�Ҏ��=s�@܀�3�A���\x���J���ƞ��Q�!� L� ˨����Bhơ9�O�������(�"��P�V��ͯ�� ˒{��O|�`�F/蓾~��#Db�z�<�C���Ka���M)=���\#���w{Xsq�o��t@�>\a�^��v$}+쨗�t�',N��N1yYC�����7��f~�Ⱥ:��z8e3������w�%��Ȕ9���|wc+fV�+���?�f�b�|�*ЫM�=�����ޒ�m�j�*�Gx)O`� +[~TQ�蝬@����f��`�|����]M/l)d ��vʀ��^��笇�Zw�]��n��;���Q�`G�Q�j�:vS�N��Hˤ��Q0|�W� +�}W�D�l1H���I���`�fq�~���$lMl[�:�X��� 7ϰ!b��bnr��ն ��f��Q >�_eَ�8�: y$�2|<���P��!, �q����kdx��CU�,�~���z�²���0�K�og��#,$)6��=�XTB!s��\�} z�/�]�y �ƀ�y��C��yA��JDE�gA= q"��Vp�a/gF���>y�[�98�*)��8��zn:J��!�m�A�<��U�I�^���--#SRmR���g�!![+9�93��� 10:��Έ!�E�"±o��DV�(y6l�~�L�ai�y��k��I�\Oxi�V�4q̼ +�����3����E���Cd�'�/��<=s>|�ה�%N������P�� ���*��@1�T�{��m��,��pF�:K�$`Ov���bؽ�@�" ?����`�Y����Ͱ�D�����Q��2�$�` 8�q��+����� z�L������4M� w����J� b��<��@D�A"���]=p6���"C����L���{H�*�~�m���.�xE�؎���y�*P��Nk���V�ˍ=�:N��u�����u�Ts����m�X��N�}�ʱ\�!���Y���X:maѫ�%c1�L`�����˱x���ڪ�7_���JC��5��3����_��(�L*�)CM�@�m���v��,1��Xt1dM�x�9?p� �'�ߥ� �`�7��d_f�ZNv��c�)��W�v3����%$`\0z���[D c��UT�9e�0�%�Hwo�O�Z���K�,c���W �sT��s���Y�MB�6����T��G��������A%��JP�B�l���b�� 6�4�-4��N;?�< �6�&:]����y�f���7,���H�h�����hg�Ê��%��B�)j����t��O����#�n� �4~���,y���&�1�p��=�o�6�#�u��[�L�A�6��e�Zg=އ(���~nG:���3�8>�B�2�M JYj��V<��{a%4o��j��)�j5��O�n=�s�f��WU̹��5.�͠�x#���U���9`�?���S�f���ޤ�D��x�����T���^�.4g�/��vK�9�qo�L�{{x�3�T��٠;L�!�o���N+ 5��֬_���fz��uJ��[9�>��TeK�w/�^_��0��)������R����cv�����6%���W�����6K{�1����Ď�5 Q侧D.�^��=�W�kǺ���^u?��h�9c/�z��� ��Q��kq�h���k *���Zl#���JM��`��z�`j�L h�>�.�^&H�s�.�'CW�2ٸ�P,*b���Ç91_�������m��1uU�����d6�>�V�0yt�2��}�Y�{��P�T���n�#0��*��N�NT���і����ejl����~�N�䗏{9#g���u/ۻ��#�(��S:9!�������v l����.m݂���Q�(������o��u���|O���/��8y-���e���|�U������y��C g��N���Ɍ�b�Tv�R|Ydy-V� �v���!�{��.�1h��s�*��l���i}�� �&a"u�D��%�Jm�x��^M��|�=�����FKͱ�(�T�҇�*:�1lA�|���.մOa�)2�`=*��F@y,�W3����")w�c�6���o0�7�D�b�#�=��RcR����\ �8o��jQ@9��'���(l<K�v�N1g-�Yn��e��u���~�����W���z���Z��%�r�S'�X��) 6T!�&���9��e�k\a�'d�ň�"K�KR�У�#����8��t����_T��*���G��>rm��S���e�yKQ�0�"h'�7$�鶄�>w�������˔��n1H�4�S�vv�?�U+��[�;J]HP+G.�� �����\eY\v��=; +Ru(K�f�����G�Nr�l��]�@�Cj�J�Q�\���=�� +�讣������U��LTP����ӌ?���@�1 �Լ8�O˛��~�WG}~L�:�Ct}փ��N֔MN���R�N�!�9z�}N�);"���v���4hO��@T���i#3��A&<p�B�D�� ��g��ا��k�p + +�e�/Q�U`��|�������y���5T�0�aƽ3��,+&�QDv�<�`��H�@����q:���W]3��5p���1HEҡ���ve�m2�~��|���Q���?�ɪ��fJ�O�����Ï��3��M��q��G��$R����:Xrw5� �5 ��3+؉`��WA��X��z�I�Sv=�| +o��2S���q�����[3�M��φ�'E@�H8o~��a��w��ɳp���6�8Ft:Ih������2�����E/z��$O��G��_|Ck������d��T�k����ض�q�����o��bg9�DH�_��1l�#t�[@Vo�H���5Xt�5���&�&w5�ąf�횝3�X� +nl�����R�_jCi����a�?_B8���s�Bz9勅��I��6��s��b�'��X�#�w 7���Rxz6�ߴrVf��q�[�Z*a�EXW�I���L����گ��R���� �0�f��"����rÅ�/Ɲ�]I��$Da�� +!2��䶉;�d���akŇ +?b���q9Wf�V@�M�J��X=b��W�|{S�;��g��, �|WE��lݵ�(�`�������#AR�F�ZQ�5'[� ��k���<��h8ɚ�x�!�2���P?�c�V/�.���7��~�!��Ԧ#Fu�t��j��oI���F�W��X�[�f #Y5�>�OTE�<!�fva���q�UGR�a��(Zk����,Ym@C14J�,��ĕ�r�N�ʻ�5U���U�X���b#���X�D�&pL3@졤�2k[Ӻ#��@�,���ԇ��� ��Z�c8��>_���&wt26^�(�/�Z)H@�R�v�1�)���k&����1���^z��qOV�f1 j#��V= +CN��҈�B%M8A-oG���]��q�Ifܰ6�{n�[F���H>��8���$��@3���Ĺ�3��EE�G%Q93�4��e�e;*����~��J�K@:��~�*�V� +E��Pi��W��Hv�?�I~�8��`���U;3�����~v"n��{r?�/2\;��=:pp�E�%�����wtKtG��*���#`�m^���3@��H%�]�d�!q����xU*鶡&���Y��M�)�nF�k�ރ��ܚ�{���MS=F6�[z{��W6@���sv�#�쒟B�:��x� ���粒J�`3��P��@UBp�{��v�2�ͥ�*�T���v�6��w��ý5#S��u�(i=/�b�,�sž��Q�c;��<�)T:�:U�'�!��:�����I>]s�>4'�^���;���d���Hjz����Ili�������� �~D��Yc�tNPyK�R{�i�ZIiz~�.o�<��x%A"��c��Z�����!ƃLs�2�2*�I�F���� ��5�x��ڒ�������-�^�jC�����ߣ ��0��KA��A�5�d��v�sZn�t�ۊ��x����e�f���I�!Ng� �W�UA��cR�,�KmH;�[�ĕ���J��� �n�J�FAՊ����B�g'cF@����|a����5&2�� +lꔛ�B��H���m?u��bރK#*JRu�\��]�8Fv�y����Ƙ�36'�/[���[��^N����;x�Q)H=d~��Y����IR,�k��A����-�i�������x�ϛ�?0��F%uYn0�J�a������_!p���*�� ���9s(l�L�D�<0S�*�Q����M���32�o��dg`��TnXP-[#�0���N��<��`��d0��Sz�G톺 +�z��@6h� �fCh� WӖڣcj�T�d�.�Na.-�b�U�%/'��/�ˠ��������&/����z!��ع�E�n�l�fpC� tå(-�F �����*|�D����r�����u����yH�����ԝ0o��}͌0p&��0Dm^�<�V,"� /�̡���:�A���R�M\�Bԁ� BW>S�=��יxF��ɮ}�l�� +ۖe�FԉG���A8WPT-�k����y�Ɗ�@ ��,N���3 �Hf�&ޡa��l�R�IW\A>�#I6���q�?��mF+����RX�;��'~�0*��a~�/�Ց�����.cy�BCx. f<���#�N�L��[[�P_��I��2� ѧ� �\����_0V�i�B�Zc��3��Dl�Zi�+����~�+��n {*���u�#����~��)�W'�l��7)�'�4�:T�(8���(�:����%0�Rl��Ǟhx}�N_^�@�3-����%�{��+�x�*kk�mT +��&G���j��\k��M�/E'߯��:aw>Oyb���B�����h�%r='CD���NO)��|��t ��!��L"v_$s�8�RM}���6�ᰙ�d �Q�����RfX�3-�ìY��D [�����v��v���ռ���a��Sg�� +r5��T�g��umͶ���lª�ro�`]ql��;^K�9�R�ھ��n��q�ێMK�ܖ�MY�rP3�a����}ʸ�L��������M�'t�J���Pf��2,*O�[YU�<�~�t��o�G�;�6h�};{҆��v~e��lεF���Pk��W,o����]���~��Uη�o[ڳ���|Ê��?5ߊ�g�*?.?x�WuB���i�7��g͗�^�������M��C����`��~@pg�為;Z�#�~ܻ�~�ß��\/�0�?t���et [�qn���^��"X�U��|y78 �5����ʍ�o�'Gp��+V\1�M�ٷ~�/����+ڈ�i�m�5��s}J�|OӶ����L��}�ϖoF_ws���|���>z���Y����Sb����?m�T�6A�߯<�{e^~R�i����ӈ�B�y��,<Y���dr���6�{G���ʝ��m����U),��3��Y�n��Z�>8�4�gZ�_��au���D��3V���O_p-���ɳ��9Ow�'��ʢ<���A!�S�z�o����|6��5;��W������t:���0�Z�=Z�,��o�t��������^_�@�7�k�}w(S�u������x#�=Ir�Oȣ���WB +, \���5Ys{��uG/���KS������ݽ/���e�=�+}<�F̰5��܋{[�dՓl���{�v�e�m_&Z��$C�?��K�I�O��`�~����O���c8�p�e���L��O�3�k��ӇKlW��A�[�c�'G$��5�"\�?뙉c�A��o�E�~�u��f�a���x��R��R�V9����z3�뙆�Y��#�/`���;'��b��}o��Ӊ_�뱡I��u�/j���=�:�C�%�jV���EM<���_o�__��I����ԫl=��������z��eO��L��s^���2'���8��~5Y��ѤW�S�$#�������.j&/OPs�ߢ��9���P��\�ϕ�����)��:����H��Vv�v�������Vʕ2��6��Xv�~��܆��Q���9��E%���E�\���/�endstream +endobj +1378 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 5444 0 R +/FirstChar 2 +/LastChar 122 +/Widths 5450 0 R +/BaseFont /IAHZOL+NimbusRomNo9L-ReguItal +/FontDescriptor 1376 0 R +>> endobj +1376 0 obj << +/Ascent 669 +/CapHeight 669 +/Descent -193 +/FontName /IAHZOL+NimbusRomNo9L-ReguItal +/ItalicAngle -15.5 +/StemV 78 +/XHeight 441 +/FontBBox [-169 -270 1010 924] +/Flags 4 +/CharSet (/fi/percent/quoteright/asterisk/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/less/greater/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z) +/FontFile 1377 0 R +>> endobj +5450 0 obj +[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 833 0 333 0 0 500 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 0 675 0 675 0 0 611 611 667 722 611 611 722 722 333 0 667 556 833 667 722 611 722 611 500 556 722 611 833 611 0 0 0 0 0 0 0 0 500 500 444 500 444 278 500 500 278 0 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389 ] +endobj +1285 0 obj << +/Length1 1626 +/Length2 15567 +/Length3 532 +/Length 16441 +/Filter /FlateDecode +>> +stream +x���eP$ܲ%���S��{�N��P@���7� �[��k��>��33w�yf��"*�v�Ε+s�"SVc5w0J9ػ2�1���@v�n.�vJ| +L�@s��J�h� +r��0q����� ������LJ@wp�rYZ�h5T�������������tY����p�:8��]�B����W+ �d�U֑U��J+i����@g[����-���2ڻ�������f��Jsa��%�0�8�@À�f@�\��G������o��`�lb�����������?��-�E����� ����`�.�.f� GW�߬�R���je��On�_7����Ms3�J���/�_�� ��� +�t�'�)`rq�5����/��3�_4�\@�������4q6��������Ow��N��R�������u�r����m-�����4s���d���Ϭ��[8��X�m7ws�>w��D�����%ab�`o�0Z �(9��M ��?S���N����K�/���N�������o����r��U2��;���1��K���w����,7��G������-�?����������ɺ��m����_YX�Y�m�H�<��� W3+�����~�ˮaot���������XY��O� +dfc���\�v���3��R��<������2��f�����!pU�r�������`�?����9x|�ظyL�l��_B|ܬ~����b������3����nV�U�߿�q2�O0��f����������I����fn������[��8�k�@O��ʢ��@�uFv�k-n�Є�^_�P�cY�zqa`�Cw@F�6_��[Ms���/����}9���[��4�E�]o!�u;�A0�ar�V�����.7���΄��a��T;�3��#] �{a �#��Yz�7��F0�ڢ�S���������k��}B��o�T�P��1�N��"��>��?Q0�<ȱO�[N�EcC촧���UC�a~����!q0�h� �q�S�^/��Bci|wO2�!(��7��"k��$�h�k�j#i �V�z��9]��1���)������j����E>d]�����=lg�Z�~o� �>Ub�@X�C�a0K��O�d"�]�������t�"��,v��9h���.���V�H������Q�Mv���%v��x!�i?���e�4)�����Fg�M��{�ci�{kx��%�K �.�צ���F��I�Q�^�l��INݣ%����+m&��i�ª��,;�>�"�o0�-�SBm�r�F/���J����M��xD��&�fW�~h'�-O�W��-����C�ݵ��t3�H����%��n<z�G����� ' �N]UV��!!�%}+ ���H#�m!("d��F��d�dϒ�sr�O�İ���ɚzq�agôf ����6Y�*S�VW����?��T��Ǥ�+C��w���0|��c��&�_6� +ۍb��MV�� R'O�(k�*��eo�}�����`�ABD���ғ��EӋz��hq硌H��un�G��c^s���YH1asN�����L����=��|�p��^�N���̪n�����r�GW�33�f�l9S�+L���9O,��+�'�w��`�m��H�5ma����+M{O ��+�وYZ�<�I0-R�� n�?�bd��7)#�K#~X�}5��VO?r� �y��;�+�X��� ']I,����G;g�^��r �Y�SR�ɭ��Mc�;�V��8M3�� M��c�������}�Ň�:�<z����f���]Iɣ&q4��U+�� ��3�Ye&]u������GK��[y�ih�tK����S����Ʒ��z_ɟZ���9�P���{��i(a����.�wp�)ܯY���A�ŧ� .�ӫ?d�j�Lٞ1%�ڬ�5�����C�͚$t��-Z��z�،6��� 1����A�?����)�$�>��U�jmq4�w).GV���������z���wz!��p��xB�)F���^�{^�g8(�@\��+qc�~�Yk����ÍԂ7r���{Q�L�����*����J��)�/ϴ�to.i�~_]�w4��/�z��y��+|yfF�@J����ɜSVZդL7�#W�ݫ%V�9�����d�b1L��a�[[|n0��a 7Ǹx�T ��-N>�)qG{�y�)*����h!�md}ސ��A��G4�mV�W�7w�\�pfQ_<����O�̀�3=ߊ�W��[��}l��"D����6s~���6K��!Z��x�������J��,��^e�dsE��K�����~<��^�(p>L��\\?�+,P8�s֠��w5�t�����^/tg4^`�`�[#�.ٍ��9u��3��� +<yǚGl.�����>�a2�]�O̙?,����]����cc�3pC] q��-�f+��빻O:' ����o07�N���+��Q���п��<�˜0����~;��E��qa�n����j�m/i��O\� TDX�)���q�ob�����F�3r�͇�B��o.[9T��0����^z��x��ո���7��*|e���HB���Pu���!����۪� ��(g���<3=u��y�R�����Gu��]! h���43��.Hq�q��Dr �89L�B�]W�BfkiU��b�"Ug%MFءY����`�V�MV��*��o�c�s��h���ˢ�q�-#̛1;���1�����)� ���@����÷o��� t��H����x�k�rT�}(9��p)�O)��)���{#T��� ˂��e��ڃ;�g�f!�{t��M��q&�JrI֏S�{�ɮ�cB" +L#T���yr�3rp 1�j1B�Ԑ��齌ii��(�Bd��F���F^�R�cB��C�ӃͲ��v�! d�I�Gy���ׂQf$DQK�}r�g0��4=�@w�?���R�?,�=x��/ƍ �0j�7�ݳ��g�-���w���Pq7���!~b0��ɡiĂ)�l'R�,�D���P(�Ɖ�*P��,k�Xrb��u�O��?H��`O���@O�M���b�VG�{S5;"�QQ�E�a�lSn���n>�灁��k���OX�;��կlts����-T���Ks0���.���_՝fʹ*SP�y��1#^����l��F�� �5�x}��U3%�����%�ȮV�P3��v�;̳�-��}�q��0߈�ۘ��IE{z�vaf@T��i[INݬ����}��H ʺg&6*c�C �!q�М���_\.7U��X(���qwK�=`{�sy��0��]��Z�����LP{��#.l�`�_� �g��"L㥔�gX���1J�-�u�v�6����D��u��mv��8���(�ZBQ ��>Ὓ��'!"���w.��R��9��PH�� +�o�)�¦��Ni���}��Y�=����̈́�9P�����E�4�Z�SЧ��Z�M�\a+��'�C�[�݀����煦�|����)�yW��e� +��pe��Y�a�(��<Q:S����n�wy��4��ʅ�Z.�}���f�ݞ��/F?>�� g?۲t鋪��Ok*�Auο6*��w��t���� �.�y�1�_��dXy_4�#'m`?�3���U�����*C;!P�z����7e���j���in�[�R�N����=Xl&��'�JL'^��s� ����-�j��){c�����w�!wj�����=��;�b,(����jY@b�T�rw�U��� +��g��:��� �����2�"m��mm��Q����"��t,�HS&A�hU??Ƶ��V'��X�ia�C/�C�U(B���`ݯ�X���s�`��Ͱ��'���ҙ.!r֖�.庥���X?4�M� JB#M�5��:L�(E��h� +,����W�ͪ��7DU��:��p_� �_�n�űy�)��6���>�Ά�2`�C�"��tј=�����ξ?��jc ����qi�x?_�8�.i�i�����^�;�2Kha�{~'����z����i0�I&G����lg�C�#^����+��|���b7�=(����k�M�o�7�hNM��5��qᏌZV�ł6������!��@��d�܋�B���`��PѤ�tQ?��e��r��]3S�C-R1%�-$�XK�|}+}�'Ĺӄ iȲs�4��`�IQu�}�r��&@�@���5At)�<��:�n0��k=�#"�<.���I~�"����~��W2K&���6(��]h��~�$އ�� �����#�~�!9�S����&�L���Qq�ᭂ���3�B�q9*�t��rq���n��#;�0x�ܙM=M)Z��ѵ/5�5Dߌ����)`%�W�'�~ToeX�%����3�M��q�}�ɜ@h��w;%^Yt��g�4���S�U\vª� �/�@���#�5�O�%1А��v��0L]�~����y_�@���v�8�h��"Ǚ8maf'bO�2>�s��U��n�GtGz��ʮq�<��t��+^��q�9��6����8���i�`>CdQU9i���H��;�H�x|���/������G��<J/�A-�U����*�B��ޒP�����|VG�v}M9BF2�����&��i������O���W�����֣C��n���wiԂ�O��=hw�U��Фn|H^���D�E�W�vm��s����HV� �1�G�d�W��?�V�� +�~7�U�&�Z�)$�*���� �s�6-_ E�����N)�������|�!.�;Hx��su�B�go��ȟ���jZ"�.]0c֬�|,� 3p05l�����P�b��{�5�j�u�[��.Tw{*��*��#��Z��V�s�,8�ݫEF7�N�%4ksR�B+�)�� +��D�pB���2�-��`���6���!M>�B'�����$���V?�*�#�K�w�k����t©�W/ˊiܮS�i +l�lU���/�;���r6��Ɂj�崌O�C<j~��#D�j��TI_nv��2n0�>n�ت�]�s�(���S�Y�Uyv�H�Y�T��zn�gL�68�e������ Г;�֙���R�?�g��AE��u��:�� +/�a�+똇��囆H�6�3�7��� +>�b���Fkh +۪2֦���).��`Rz���?� +���gJ� -�[�Mr�� �*p$ʫWRȶ<V�?���-�a>��h2�?���c��6��ͼ�(.� ����ϮJ��z��</u����(����E�KR�j�QɆ+��Z�cAlX�����H���r_��*Ӱ0U5��]��IQ��!�y���R<7���B�B&�pG����_�P/��d�?',U|�cA�Eմ}��e����BU<Y���+I��5�yC�2H�Ybe��})k`f�n���_l��B^��������b����O���P�B�����E����Jѳ�~��!�V�б=E��I8'�������woՃ�[6!�ۨ��[T�(�v�$i���(k0s�р�/He�����6CC5���䂹�)�@cd���:���R�/�i��IJuuq��l��Q������kV +����"B��]����}W�E):j�(b�1���44x�E9jYy�S�l�ij-/ +�����_�{���I�k@0_=�>S�֩���.b!Oø]�z��V������I��)�a%`9���Ѱ�#ю96Ov�G"���ɚ��G���Ԁ��d�N�ç�CQ��O��w�#����K�� h��_~Y�2\���y +X��.��)����K�� ++���5a2/��TY�m�߇K����34����+�8"��I��S4�g��S��k�a��t~�M��9lrE�)aE�� y龱MH_�#�W�2̝�cH����C�<G�N����k�?e�&G/1�W��������}p�)�6�A?���щ���6���k��VzB�D�M�\_��\(,!݃�e~����w�[$���b�k�����"<ݺ��:�sm����y�����e��#afw&zÔK�s��2�e��h�2�Sc��Z86��D���LO'j�}��3�L��Al���^bu�F-b��Ϝ�c�]� �d����k��ot���p��}.�����IQz?k�d�l&��:D��cx-�X8v��מ��7��p�w=+�|�B��b����h���6������dR�{�o�/�/���hg巿*#;�8��5���bc� f��N�$� ��`��(8��X6b^�ä������t�g7��<l7�����j�������:�����1�1���$GQx���b��Ȱ&8�1b"p��l�`#SSxу_ga�/;���a������P.=�<��� +����ӗ\6�cxeWQL���*�{}Щ����&����$��y������v�G0�x1iV�I���t��N��$���W��d�R�[�1DS;�:^Ls����O֞�s�P��j�>U���͡��]+�?MJ�xXs�}3����ec�ܴ@��ܠ��~R~ю�͘l�Ȱ +ftUb��$����������� �5Z��ְ� M!����#r���H���7�iU��M��o3��AbK:��6u����{�+6�=�U�I�f�����46�_�w��� ��h�P�����~ +¶Y��.ge��c>�<%$7�mn�i���� a�A�!ֹ��&H���R�-L������˔�7υ� �5�;=����6[��/����-���vRj���F�~�WȚQK,7����$To�g����䠊���k�ӊߛ����% ���D.�ytZ�Hb:}!��x QĢH�����7$���E��������kda$ї����鬺�#E��]܇�Ϻ'�"2<�+qOÝh��m����z�{�����<w�����>��Q���vP��l���tɤW�yF�jf%ߑ�#ԉ�8=6��)9Z�^���U]=� �^5�K�^^;6LBpn��?��]�T���4,yw�Һoe�>��W��i=��OA5>`�Q`�X��R�;5d�� +��cͬ[��_��m��/t�횇�r*�M/c(pz+����9�71�p��'� j����şO� +��2QuQ��5kx� +�G�;yK�1Q�o����-�g6�h��-�X��~�� +UΦ�9u$s�k�Et��'fD��U!��b��N�A0��cZ��Y��p*vƮ��&I�^��x�u��M�����|Vҟ��W@�_���q�p-QS�\�UTN�[� +����<�������F�=~�đ1LvR����'<�D+��#h��5h�S�f.�mD��&�*�� �qM�����!��s�'o��X��JU����Ck"F쌱�����E�̘z�����IN�Y���ƒ��P�O豮a�.�Y����1)��s@�ڥ�"�W����Q�ꢬLB�yE��S���d�c. �6 �ˢ��-�b��C�nxG�Q���W�� �{�0tA4���O!��do%��9� w��E=�0����ҙ~�J����Y�����6���@D�/��� +���y9m�FX-Df��R�� +�7ȣA���"T�ra�3i�������/[Ճ>�1=uE�vm��u�J��%,$����z�{?�o �����I{�!7��uY=1!ˋ� +�.�P�i"�r)J ?E0��%��c���%��\4�D����<���LY����h��b�@蘢��MUN3^�[d����娳<��1�O�$Ԝ:��%n���ן����;�7P��c[�!�K�@����5�2bhN��O�/��1#sL��h�r�qh�x?���� �Z��hp�4�Ɏ�]+̛��(4ȩ�;~4�/�\Ñ��Yl�*hU]�):2g�o���upRȝ�/5>��f;�����z�Tk�) -+��⒩��Ơ%���jAȽT�5U@�_��kU�; ��5�?����Q3��j�-!��}{(�_V�X�>��eɵ�^��MC��`�9��sj�We�F�+:�I��s���Q���M��k۱����Й$ �uY-oT�ݼ����En��^�-��b*�� +>���g��s�CqȘFiѤ�&I����>�~��'�}�������&@çq�cJ��*L]����r�L���� �H�����/�}�q8P�m^�����r��)hXg<6_��%����k'�"�����ޔ�a���ݱ�r\��a%��i�Z o�QR�5�Q?�ׂ�l��=I1!�+R���r]���7 ��Qp�>ˌB4�� ��9�,��_/r���z�=�p�Sa�K��J(�\)Ur$�<]4`�����'7ʻ��s�v�zp��K@�"�yY�7���7����]��t)KT�1���fٚ�}�2wІj[�*5��=�ſN'�I�"� ,`©��6���>��I�2$�����Gy��0�s�W�]�g�����{��N+���[�s|��i�+�S���NΦ��+�pH�����������С��U��&�MzU���ǡ6�c��_��n���Q1+��c���Р�-3P�F�}�W�}qk�MB�H��y�1U�5Sǧ�� �Z���b�r1�_�c�Q�÷``e럶ǩ��Ny�cU���1G�#dL�"�#� ��=Cy.qt�1��A��~ +0����� ���M& +�#�p, }"�Ϫ���8��oh����8;��. �����s�;7?r!.�6�6�Q�,;0��(�.���$��BO�c��>�X������/����Ҍ��K�����ȏ'����w��z�[l������{����`@�YS=6f���|�7�e��NA��f��ع���CW��k�K=n����Ԯ��z̗��v�ܟ�a���#��=��Y��? �>U��V���W;��Z���i���F���K��LJ(x�#�7CO�U�+V<�d} ������� +:��M�In؛wb�Abg���_4wO���t�I��5�q��Lv,*'��J9P��>X��Pd�M�C���AEZ��h +�.��j��G�`���/����v>I�r䐉���P^ѦI"�p�"?Z�+D��(�F��)�kh�6.>��gy_'�J0|������L�p�U�"����G���1#�!2�@QDx�H�=IiwZDߍ�0��I3]X�5��'LU�o>�]��P�-:���t�t-�V~0��ͪ���\��-�Ugh{áG��9����k����紨jla�{�6��ȡ�$Ę�����z�DU��¢���R����5��Sd�|~�leTZҭ��3�v�� +O1��P�<��n����~.:��[�壅�yBp�$L��|��?l��3�0G8�/ �"�0�o����>z.[�[�D�;��5 b�?���������mـ.@3�����-���%�Z7x���149�&�f�H{$\�Z�<F#Y�O2��*�p��i���|Yq������~��Ⱥ�A}�p�ۄ8S0?X�H�hL�"�9�"?�y�+.�L�߲�J�?R(�I�/�|O�����u������dZ��P%����uҝ�o�J��M��G�fx�@\��/�d�w�DF��ut.���:��]{�����jŖ�V�u����&��@k?���ꃼ� �g=g����`���v�M�"7džM)���e��c���� O��++�' �ύ����ɇ"XH�=h1;VDQ�{F�P&�7�fr%r�)(��b�Y�r}a/щ��M;]�yt�M(�r�"�3���#��F��@�i��̔��>�`��b���c01�rUٶD}�K���Z����n�q���{�!�P _U��3��4xGЈ?f�-�6Eh�X=��?��-S��mvZ[be�I�d��b���4k_�\��U�T�C�v�̸Տ5kY�ݚ+\��Y ��i� ��l�}P���M��N��U�ʲ5f� +��K0 �{���o���U!9v�ሕ�H��$L�~�$:�U�;��_�o:�>jl���cI�J���ɗ<�Y��"��5�#���ѥ櫎rK7�Zb,�Ϻ<]�P�/�S�����VS�f���U84�B/V��cvه�!l� JaxA\Z +k<�~?���gX��A���g�؞����ɮ�9�,�R����I���tC�R��/a��1�$��Dʯ��sA^�P��b<8n:4���=�!4ay�e�urܝ3�7>�����x,��q��S����t�&�ᖝ"�`S�!ݵ���G�+�R���*��k �S������e%}�M�MTb���tѳ_?���`x�ѯ��������������V8j��v����{]Ԩ!��I��]9횧��f�%&گ��6�z "����s�};�%~�m�U=f��h +>?��k�7�s���ݡpJ�vsP��5_�-��^�<~垞]�z�qeL�̂�۰�ۇ�>#& S�}1���u�e?�s��{���8-�)Z��#��s��~��u�WU��T��8���#����~��^��G�Ǥ}�b�冭�/��[|��v�D���a��0�*���&��Y}ֆ/��v�)�l�}� +M�H�V��fL�2����� N�#��xIR�vKk��X�@,���������! D��(�.�@6��*�����bL�����$�W���"Ͳ��� ��Ѳ!����. ��?� ����f�>� Ķ'r� a���tW��x�7d� +����ñ���l�˥2�8��݈�Rrm6�����!e�u$���t��_NⰩ����V�s�w��a����*������rN�.2�VUM�T#����E�d���� ����U^!g���r���m��S���� +��'��-U!���#&��S��2颢�@�Y��h_"�����}��O�(��9�l��^I�F�ؿ�QY�k�+�%��9S�0Jac�ֿ֝�j��SQM£� ����ކ�S\K� dtݰ^\|�-����gc�x1/�Eg��|,�ՠ���%�|�e��!��T��.��P�QAto�0�ҿo� ���B�?edF�9�j �d�Z��iɞ���UR�z�⒋�bt6��t}o ���V��ZҊ� +2�B�*��<�O�;�T��;�Ј��K�z�X[�fHO���� z���8�8��z�M�d����s��J�GU�4 �`��}]��:<��fؑ:(�� \�q�߽�KT�T��-��mBWuXF`��c y2� +�r�@�O�?Ч�`.�_7g����*�"[����5g�|��<����C�������� +���Ǥ.o��L�v&F�`'6%`�HK+��np(�uXm7d�(Ӯ�9ufb��- +���-�Oہ�b�mczzm����K͑p���)6����A�÷�/<kYn��)������ȶ 4Y#��2��^B7vf`��=o3~�O��nW]f��2�"ū����I�T�U~(�T�4 ���1hs��2z����*���L���R��{O�&?.�b%��vB9������R�;6<�y`�c���_�K�<y�4+s��3�J͢< +��i<Ĵ��dt>�}&��P B�n�3>8 �r��h>st��8Z�2����� ++�n��woi��#"��cķ�|7�����_hr���,<jH�i�<���c���*�^U����hFo�����S��r���>�㍄D�1��櫎��9V���������2>n��]�z-kUEdV� ,�-�=�~Z�Ņ�&���Ց)�/)v¬��G^�$!�Qot����{#�Cx���Q��� ���k�L�zVu� +�+����Un-)-�a� k�ZZU�$�U�x愾�/�x$�}�U�U�K��z��n�S�Q�)|��jw���H�����J��e|�$�27�b���W��6C6x�f�P >�!�m��nU�Oºg���އ�/(����V�(A�I�����H�� �w��<~k��ogF:�=+�Xl�С�?D)ߋ�L{C���kNH8[��]~��d*�1��ʹD�}�b+�?���)�"��k��xY �]��a�d�>i�2<H��S�� 4��eW!������B�%I��# +�%����r��S6��d�|�8����C��x:K��_���s7�z��p.����v=�@�r���2y�EӪX����e�[E/�$ĻܝJ�:h���n����1���;Qub�+nd��7/�\���<R��U�&�t��6rqw��i-���Ǭ~1f_\5q�w^>g~c��~roe��d��yy�'Y$9���6I�$;�3�:o��]����鈘��# +�d2fF�.t������a���؎l���/�n�XC�Ҥ2�����O,�!�C��;���Nÿ���D�ܲ�Y���U�4]�����o���K��%��э�z��^yK��"�v�#%�,Q剧b2ӫ�!�S�%�����;y��,,��Fno���#�tq/Pt�9� i˞��3 &W�LUwhVG��\>e��e�ö��ߖD2ӛz�bf,7����M��>s�X�p)��]�k��0��xF����'����;�7UG������b�r����!�q�C��["צ�� �ƃR?���W;��|y�q���M�����/wu�k�ܨ��3J$�z�t��9��hǸ��[]s[_�͉o�!��m��5��˼v� ��Xd(�ʆ��!����q�I�%�/6���ͳ��P};Q%k�������On����}�\4�Հ���"a�B��+Ymy�y�B���l�Ǽ~�Pm�O�9J���)0U����U:����jw�1{�EB`�A*I5쫬����?OM��mW� %L+�ʖ�g�~��BMxdZ�d�6��r�}�&��t��4��:$����� +.���]2&*�(c{�m�R2�s��`��]}������,Z1�����.������hML_}��0�>�Ř����8�ʳp}�@�$�"���r�:7"c�~v�D����L���&�$�^��|������`c�t�@�>�x\H?Cɴ�"Y�(N��Kܸ���7ɥ3p�@]��^�y՜W]lb5y3\�TZދ�Wx��o��&��k�����J�����D�ڎđU�����+��av�L��y��) ܲ\7i8(�#�a�h�1y���nh���,��pu#���A�X�"�=W��wa�ަq.T�Y��k��� ��]�C[⇄��2��U�{\�H}a:�v&#�|�!~4���g��G�y�� �px��?�}��ZU�8` *'mg�Y���1�Q��2������>�[p�ꆯ���R�7��0M�gƸ��Ͼ_nq�l1-��z֖������J!�<�@49��k$4'�a/ή)��љ�/�������$����t�k9<��CZ��0g +��i0# Y����R.��"�6�����;s��(Qf#��-[����OR���hH��X�re��AX��N��Z��D�OL�b[�Ð���m$�'�A�}�0n��e�h�o�|f�[0���aM�!�4(w����5��4���'JƆ!p��ەI��.����}#�8�x�ªLi��A����}�ʼ��Pv4F��k�^��N:9���.x�V��M�m�z�ڈc���D�+)`@�k6,҄��b�Q(�L� �nEiO9�=�r�h��f����"t�f�nl-n��j:qu����p���)bXgw�0:y 簩�%:�@��)�a��0�;���Qʗ�ӊze��?8��0��a�)���0t5��8��������^��1Hd�$4ͨ��!�-��61�GS�}pg�N=o�C�V-�y�ڈ@�]ovl���:����p�l�ё�x���o�o�p%�=�L�#�p�Ɗ�+d8_䟲�� ry>�~�3uѼ����MČ�����A�J⏑�G�V-Y�'�}�/S��Ay}!�1�ZѱəZ��(|SV�����ҁ�$_N���N�l���t=Z{-�\�J�G\��Ț�t75����מ��J��q��iJۿn O?aA�m`p�=֕o�u��o~�>��P�������$m�?��O</x+�G� CL��d�E�2D&p}��'���AP�w<�B�59e���3�T\эԈ�SV��0�*��t؎�[dЎ|���Ȏj/��*������%ǂ��%�V抡��?�3j���i�|z ���R���\G�g< +�Xz�:����������a"|�.d�b�ui�r����� �i�k��9!V����.Μ�����k�K��5�T�J3��r��o�a�)Fe�����!g��]/f�kd$� ��T8�̑����0 v�X�4?'�GX� �\���s*B?�p^<h����6i��Q�]�Û����a��{[8����e9 +l���Y�2"��E� y�x^����,��X���8S�zJ+�+������1����8�oҲ��ۋ�$�;`!��Z�8�7��!E�� �W1�L��'����u&Yݹ�D" +v�e�ۯݸ��� �p�,}�T���Қi0��B��k*D)����jl���F���n���BMZ�$��3W�;=�(�Ԋi�+l�I��SG�6^l�1����+�����^��6+��(���U9��H� %5�"��QW����إ�O��s⩃���,�o+w��EG��z;�i�������iР{���K9���4�}�x_����ٓH!O��zU �=2�����>�Q��Rfy$c4��:�N��#�B+ϩ[�v�F�jZ�X㭗葩���N'-a�R���a���F����ף�%KFs�Q>������]�W�b�H��:�1�jWc5|����� �Y��%2�����ц����8�A��t��1���m��q|'����� �1v�[5XY��%l�"G����"���a�O]�]v�)Qg�d��'�vO�R#��kÞGoEr�7a�T�ke[��Z�8>��ĻY��N������d�u����'�������~�$���7�{�m��p�z�4C�fW�����<����s�p߇,}6+-� G 3�LjƶJ���i����?#Y�<��n���gvy������)0D�!���8������s#u)�2`A��|&�C� nwdϑ�o�� ����RgTS��#�-RQ(D�$�N��gQ-l8:h��PjM5�e@�s� +�9M��H�˕�OE�B�,�=��pDw�L��z������\Fv��������n~�wܜ���^@�|�u�NP�}X�������P9��:�e�K��AY�r���63�����z���ݞ�@xk^5�� ���36����P\��r}�ŤQ�c��S�#P���S>�LN��X�f:!�@+|��Yf��j�9��R��q�,�f�-��-�j�ngMϮ)�)�4��dE�h;'���?����Ȋ��e�{���:��kO��d$֨��r#:ɹ�Q靤`H8�u�-t�Q�� �6K@��B��f��,��͍?勥"</�i��=���U�/�ܢ�\Zޤ)1����Q�@������%UH��eTp�٪dN'��5�*�k���%�b�.������j+�b,3y�o�+��kS��R���o�ϝ�[p�El� �K�M�ګI荁6Q�̟���}=��L2x1va�êC�d�����vuޤ٥�G�"�[kVQ�@�m�AW�;�.MI����ҖIMl%�Dd?��/:�ʝ����g���m_�^#S&��]V?�27��Cʯ��ABL(�B�oT�j��~?l)M��w�8{-��Og���K��Ol�qa<�x��h\zm����2k�Ph�/����C�d�+v�MP�����qS�ș���@; 0��rGQ Py��6���="�bPh�FYvK�_ �$�N���wz��7�}�y�5�S��������N?�Jc�o�J��"�Ͷ1]ʜ�Ġ�Ů=�pѩ�O�]��0�,��EA��X�Хs���u6#$�r +>�<J�"oPR���(0LD�_`����r?;����`@}�1�EnN���> �BW�����a���yv�S?g�$=){rn@<�d�e3��* �4G7p%�\�\�K�J������5��D�=Rd��� ������0��8�:ؙ8� �7-[�endstream +endobj +1286 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 5444 0 R +/FirstChar 2 +/LastChar 148 +/Widths 5451 0 R +/BaseFont /AAAFMP+NimbusRomNo9L-Medi +/FontDescriptor 1284 0 R +>> endobj +1284 0 obj << +/Ascent 690 +/CapHeight 690 +/Descent -209 +/FontName /AAAFMP+NimbusRomNo9L-Medi +/ItalicAngle 0 +/StemV 140 +/XHeight 461 +/FontBBox [-168 -341 1000 960] +/Flags 4 +/CharSet (/fi/quotedbl/dollar/quoteright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/A/B/C/D/E/F/G/I/L/M/N/P/Q/R/S/T/U/V/backslash/underscore/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/quotedblleft/quotedblright) +/FontFile 1285 0 R +>> endobj +5451 0 obj +[556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 555 0 500 0 0 333 0 0 0 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 0 0 0 0 0 0 722 667 722 722 667 611 778 0 389 0 0 667 944 722 0 611 778 722 556 667 722 722 0 0 0 0 0 278 0 0 500 0 500 556 444 556 444 333 500 556 278 0 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 500 ] +endobj +1277 0 obj << +/Length1 1630 +/Length2 20633 +/Length3 532 +/Length 21546 +/Filter /FlateDecode +>> +stream +xڬ�ctf]�&��b۸c۶m���b۶�m���Q����zO�����}~�1���&���؛�XI�^����\��H����P��7qsUq�Wp䖣W1�t���Ò�����Č��<�Ms3���)������ Kut�r�����U4�ii��S� ���?4=]�-�_�������!��U��@+s����9@TQI[ZA@%���4w0w1�(���Y��M�\ͩ�.�����f������K�`pu27���f�ij���d�bo����`� +�t1v����`�`j�f�O���J�����_�_0%GW������7���Ŀ�Z���j�W p��ki�h��OI������[;����b��̬]�쌽�����b��4�\�,�3:�����������_����t�?��/�;9�y����_V�3k����,3�ߘ����-�`��iG�3ӿ�fnN��s7w�W�����I�9:�y��-`�C���Xf��#�������[��#��r��\�����_�%��������w��1v���3�9�?�������clom�����֚��N���& 4��a˿�010�[h�*a�in�d 4�X���ٿ��f�.v����W[��LL�E�femj�� ��V�;��� +������%%%�%i�7�_�J����7��Q�����<�#"�� �g��гp1���fa��� �/ ��<�]�=��fb�W����ϓ��w0u4�gtT��f�� +�Q�����%�_�o��q��ܛ�{��®�8���ddg��G��t�����:�7���9��gD�rW�ׇ2���|vx-�9}����c�Q���_�'�(B٢��=b4(G�<�^����`�8ܛVV1({�$��bu��~� u/ +@'{rB�3Mo���FnAm(>;�H>y~��黅8��͋�!�uG��p���Q���à:LN��;2��s(�Jf��ڼ8L������D�y�$kg�P�q��Xi�G�I� =X�Ը6�����O���,P7�."�?]up5�a2u���}�̍.؈�/�u�x��Ӿ�7��G��< ��G7KR*� ��J�+J�k +�{���ש!y���h}�Wu���r�pI� + :k���ߋ��'I���}Ettb]j��P�E\��yk���9Y���b��BQ�I�����+���i�6����7� �KX@lD7WSut���2SH��=��$l�2�ϸ`����|���5�_J�K(2�%寓��k��������8��ͬ1���*��O2Bm~�o#kc�:U�U��<О�mk����YKͫM�r5�.�D������������/�\��QnK�[�l��"p~�V��f�FCK]��&:�Zל�d�>E��~�H���A#����Ŝ��1ʤ����_q/�i�i�r�9ja�aHE�+cò�5�e/'��d����ћ�yO7�yC�����M+`CXg-(��.xmY�B�X��[sL<2X��h���S�ӡ ���ɲOH.U�\/�V��"��D��L�+�[���v�K'4W��Ĺ[�BA)u�W_ʐ���7�@�Q�m�������]��B��x���Hd�a x��3&����������n���Jp�F⮡D|$�*�>T�t��oDw+�)�X�D���"�V$%kzm��<o�fJa��Ӹ�����:y��֓�'��S�e��)�����w�9z���k[_�!=�ӀN�ڟ����r�s$�`|o7r���3 �i~\!�d��( c���ͫKo0<��&7�J�6k�$���.X���sE� 5��k��'X�\e<K��N ���0x�x�%��/�.2F��N�9�~E�����|�ג�� �\V���0��!u���'�4�������o��9�kGHow�M��t�j�?&�4 +������`O�p�f��k�)�6�O΄n`�"������+g�1�Ϥi��kR�6������!�c��lZ�B-u�?�*A�����0��8��xu���`�,h�i/c��^ i;x�q&S�6[��ޅee�s��o�&s�:�;�h��[���Y^��(��jP�i;!�6%�ȟP�Љ�arf�r�`R��o�Y�3��9�u�<>@Z_�Q�v� ��@ɮb˦�Sp������]��u�,������l̊5u �E�� tQ�^W�0'C���t-�=`&��49�Of��z]nmlD��~���Ve��V����a�"3�����c<�&�s�I����H|�!�F��04��t�RO�`�>#me�&� �����rS`n��ī +�k���W@��l +���C�ځLܗ `�3oc�I.*�N�os&U��4៧{s�S��y�֢'1G>��)v�r�@'!`�Db�6K w�"m@�ӄvO�IWN-?'03PF���#��q�M���V��u�.c��`��Y0��W��L������d� +[ gl��>9�A!���A(��`_<��F +�m�)����D/xP����~ڤ��l��a���A0���T�N���s�[��Sfk�@��Eq�Nn���e֥���04�G�7��x��gm�����zm��Qv� �CVqQܩE�ؾFv�KݠZ��+�է�8� g8]� -BÔ8�혢���+8,�*' �qY��x�����"� �4,�7���;[8-��E� ����� + ��J�1�HZ`�7""��7 � ����UG2�Yv"�煉 �Z�;efm�V����B�[uw �f�P4�_�I~ f̙��?�5�Lɔ��C��|~���h:�x +�\���b��kLp�cN&:fM=��''4�Å�-%*0�,s6 �$9I^w�v��siI�#�D�l.���EF�s6ďT8�zQBܙ�F +?l��~��A��H��� 1 ++'���`���+��Q���3�ocP������ag���� G5��`��l!~Qo���2^�b�.�8,�<���;����*]8\�3uY֊�'⋆_��T��z�_���%W�DV�O��ZIn����jj<Ӭ�htA�Vu�;���Ȍȉw2^�,�v%��E��k�<�?����l���a�@ayb���3�{�")��q�$yVo��� �*G�/�wd<%'�ۣ�׳"���ٖ��[��'�R����(���C�(�}��YE��S�6��~x��W�|�A�V������0����˚2:d�ס,�t@Z����:۱����O�2��4�뫚�U[�� ?���H��%|�KxPE�Σ���Ve��V$�?`��ÑG)�a�Ub��6&b�F<˯�c��� �q�o�Dj��vM�|��l��-z��{�$�a_�B� +]A\$I��C�$��g�⢧(�L�SO�B�@�57��f�y:n�'ޤ�3g���T���l���X�� �n�日kp��}����&�3��r#�4�d���hf0 ��h�e�}A!"LCe�&��#���~Q�p��!�x�_1�w�F�BdN��#BkBT�hM�&�^d ?g~ҽ�]���Ơ99�C̸�Hwo7Ԑm>qx-�T4���o�&�8[��p�W�X �x�j�d���d����6���U\�s�s���L��y�PO1B�R�?���'mB��K��%�a� ��'�N��xƦ�[�4%:+��D~�)�.e�`u�����V��*�H�\!XU��F���Bۃ�G�p�%��<�4�^�o?�=_A�?+n��V���ʾ��I�D�*������an�d��4?|H����߿�ds��B�qQ$#'����Y����N�������)'Q�K���x�}�6s1i���}�\�;+���Y�d��J�� +�=O�h�]��mz�;T#�9ҵF��>��ek)1��W�������5��TG���z�g!��U�2�5N��%��c����� +�i��XӍw|,S����S���jF�G�@ׇ�r�2X:�����3z�� ��+>�@R9P,�q�\��Tл!��Sp�n;���S8u��D�s7��w�Bы��D�U�i��������~����bH�m r�O����⟡�l�c���M�H �Z�I��=R�Ӭ��g��������P�髼&�U?�+�x?�}�ub�V�K�%��X!gcSx���5����u��*�@�N��;������i҉���1/���`;�_���5~�+�����dٛ:�R���D;yu�I���mK9;r�.��?�5s�Uq�3NǨ�*������x��^2XTI�Z$�Ō��*��2䍮���Y쌶<[~���C8+�����I��P�^7Yd��~�,䙵���p;���<��r�-nQ�'>!�5#C{�i�o<����+wQd7�����-V�Lzٸ�3���qH�㐺�܂�%+@f:�뢯�S ���l��j����R�x�(�%e\C�'v+}��ڕ�-�q��qHʢ�O��y^<����6�Sj�o�� +=�v�7���H�%"�P@$��љ%�T�`��0��^%���Y߮�~��A�nL��ԒU��GЛ��� �`-����|nHF�u�-�kک���OC���';y����{:��M�A0o�E����Q�� �LdS罵B�M�BL�p2�o�m���I>����;T�C�ė1ȩ���ˠ�Z�x�N���ӄ+�����U�N6^���_��JY��!��� ����T(�Q�R�>����A�t���[:�$���E8|����s��P�����{O�ZYH�+�"��|0��I%A�u���j�}��^�W\����3[b�ɚ���I�)x�� s���:�ê�FA���q��Q��Y� �=�Yf��OP��ypUe�������AnT�b UA[ Ljۯ@��_�^>�`���Vc_��h�@��_�cTw>��<����hhE��7���r^:0� mv�/{+�p��`r��,a�K��ߜ�����j@�Z挈[4�#����:�l�@�cI�4T z5��`�<(8� �2|��1��� +���\Px +fb�&�)W�M��C�u�%�F7=t����0� +t��ޣ�����7��yL +�2�J� ��"��IX[�P�1MԦx��Z�D2,6�ca��"#��߳B J,��ba�$�,b⼂3�TJ�䪴�}�c�a*�P��Kõ�����p��P����`(�ʧ��f� jȗl�]ߡ���:ϑ:~��b�9;�K���Kߐ��#r앆�d5s���!P{P+8)�����xu������{{j1vprb�ٙ�mT�{�ƫ�iQ����~f�q�VG���33]�������c�, ����wu$���r�*W�r@����|?�/�Wxx��'h*��Vy��!de8�L�~U�"����_ʽ��vԗ[S ��z�[�i?۶y-o,T����LB�p��a��I��!B�LN9�x�?������'&�h��,#�:qIѡ�s��;ѥ���w6����,����)A��~O�U�_��\�m[!��;�f.J oQ��|����I���J)2.��YDg�1jn���OSby���ْ�Z�ڔ����z�hMsFp(z�4���� ��B1��C��W���r������ÝM[���0�/�FErФ(,Q�I^63���˒9h=����%��3���+��i�����z�~e�y�iW_���ũ�n]�íp�����s�|�:N��Z�7�b��e�����C��li��n�αjD����a��ߚ�l�l+�Q��M#B娼} ��D� ʺi3=thi�J|Ur3|�qߌ�6�+#�r�e`�Cs������F}7�1��]���4[d��,Ԅo�%m�l⸿3�|:/�.�:�G�8eV�<oRg42����r�T����X�6�q���<1���3D����*��4Xd�F6�3�����X�~.��d�-�Gѕĺ4s�� _;T7㚓#�3����K��[���CX�o��[�,�nBE�i��{U 2�4���,#$�G7�=�"�zb�]u��Z�D���`Y�^3:s� �7`�BTj����!�;T��g�%f��{�L�ɟ@��%,������"eB����aR�0��KB@tċ��iXM�Lj��%�G���֗P.'+MIg��]����4:�� +k�A�s5٧7�}��v��-Tظ���a@��*ф���C�������g�34Y���I,fE�� +a;�=��Q$QS�˛G��7����]��Q����k��\�����-��ՙ����l]��#�7߯z*W���5�ظȿ_��o�k�_��p]B7�M��N3�'���ᾬ�Z��$1x��r����[��Q)4�D�Չ����ᛆ ��_��2�}�3K��C��"�s❾9����sʍMa!=�d �wS[���q�Ȉ���hzK�lp�u Ȭ���'�N@P +���78��r9���H+����>ՓCdž� �(.�Cx�M<*v�iJ��G�os��X�;0p�\ 3Z^6�=��tK¥wx!���p�g凞�i!�6�g� �1�!��q��ul� ��A�8����_���Chg_�)�{��"]��3v�S�t����jD�ΞOx�[l�po��¢���e +^q$����~?�5��<vV��f~1]+����0F�n#�-�e��M0W�u��d��k���'��r\lk�Ղ/��T,�p:�>�����i�<��"��ߌ�Ak���.����:~ˊTE�g���,(�k ���0������5��2%2l����Ԝ�S-�Hb����c��}y��G虚����c*g�l���u� +��b�B�؏x�n. +��w ��6}%���\��<#���X��vV���ǂ}�h����4BSe�TB�wM.MD�a�.rb�&lZA����q\i��#V��RH���3,^�T��'{;�e�ɔ����a82�d�|N�ݰx�{Mm��ֵ���>L���&�|v���Y?�Fv�_?�r����*�F?���q'H�ۊy�u���Z&O-�s��3axi���[�'n�f��0vI��\Z��k���4�,�îV���QQH�]e%��4�T���h�����_�ے+��[�)���^��t��T�����r���N��*ۯ�_Z�{Ш�����ԒCR�{�������� S08읡�p$�q�c>���P-|X(�aۼ�x����?��p�.���n2yn �D��(��ך=�z#��KIf���_[_����H���#L4E�-��;��}/0��O,�r��ʍvwI)��ό�Z��i���Up����ӭ���viy�j�Rj +;>w�M-ZJ���ɫ�D%?�)�|�x'?H~��1����} *)� 3�0UD1c�zZ�ņ�ׁ�^��cʧ�帟��/�.3��h1�u����?8�A[5(ݡ�#�U�>�tq�)�%���_�Y�O ?y#m�s���������oc?��n��r4<=��O5��T��+C&vm��D�%�{^1.q���!~�Mv���VX+�_�em��p/��(:�\�g�1�+é��x�3 ��=�x� ��4�͖r���~l��;�#�nL �����n�t��Ե;<d�&� �5���:-hސ{���|G�ϼ�~��!�*�S�D(�:���P) ���T�������a� �%�@���X�;3�*�ZWG&+��o�A��G�~�3����rZ:9�#0�xx�ꕈ)T�ٙn�*g�x��-�h�V-��M:Z�*2֪��ދw��}Ҭn������O���-����̠�kn��8��ې���p+M�g�)~��I6�a�nA����!�N�,t�̔C�:�߶ҞY0��m�mY��TC�:=K�t��~����W,��q�O\�KX�F���ӊqY�{ns���NT�t�R7#��Vf�����U.0��G��841���'�L�)S����i[� ��;c�Y�y,tߩ�L��&m>V����,��f��6����i�R�V�ର��K��s�k��������)�o� +4�Z� +�V�p��VmԔ�C2s�]��UU�q]�p $� +52�p.���?ACik��q��K�(V^3�j�[KH�Q<���[赽.�]�7k��8�f,0�K>mN���v?N�(�,2���P���b��m���1�ǭ5AcEb��d�Z+I�"Wk��蜭���3VTSRb�8�Dy`b�0��7�#+��$c%�s�s�ۍ��NF#K����.E�RKk���>c@=EI���9x#&��PE ��r�P�_�ݴ=�μ���%�����l"r{������;}�ist +DK�T�0#� +}�KQr;~��X�P�E:s���eΰ�.�x�m��a:�@�9�ê�K�[��]t�_:0?�fm�-�̞�F�(�nTJ�3����R�>���#������e6 PĻ�'wV�<�)�JZL�<+_b�����ك��/�$����r^6�q�Z�����:<�Q�G���f��*�ÈQ�ո���G7�|��PC��t��fP�>ΞPXB���Z�j�r�F�U�L*���x\ �xM�8 ����&X�t����}�r�q��`UB�/���,�����R��5���j��"�ZH���;:��e��'�]p�B?�cQ�DKY�3=�6�����,Z���w��B{}%`EZܧ#?1@_��~�t����5��K�w�2��{��i��#WB��#��X +~� 7��� +]�?�<��H�n�������Zs0�����_ �\s&%Tc�bZ %��K2 +��%�vĨ֝������l�����9�T94�!؎�EEY~��w"6���ȻI�]�������A��w�.�03��́TL��.��O�`cʿ�,�`i���ce|��K��3��)G��riLMŢyK�(M�]�(.R�)�>��P��J�jIY��G���K�o�w,x�4����+��o_;�ͪ�b�������l2�b���1J��M7�I�.�`ϝn��oKh��B��[��M���rs����#�H��SO`��PBThY�~�I��%%F����B��x𮀸�u$����Tő˱�x���L��WO$��|�8̿�)�#:��Y +�B2�DX��sC�1'����#�/��x�&�N�^ @x����B'/��f��X�Y��������VOE��z����M�p�SA�?�^�f!B{�_!ԫY�Y���^ �<�O��� +���*�8#b�2)�cL�KQ��s����F����>�s�6q�3��^��V'Uy:]�'W�Bp�1>�M(�٢ڨ��� �Ju>��"Pun� �� ��Y�g�� +q 8?w�D�y�w�5L�[AqP��ML�'�g��Zj���w$D˗��]����ň���k������37�`�< +҃����s��ב��m�i*��}�ۃ��P嶽B�����#�E��J�1n9w���,�N*�Äo�{��l{:��ߞ��ϓV��W:I�)�|��H��}�b�[|��-��&O�OL�=�uN~%v��6�QM��#�9ꎆq�f)�-)r@��y)ߊ+ZT�/�ќ�'Y���"胠 +�s�)�6�/]���(b=��~=���?[�Τ�]?n\�<�w��QU��p��f͒���E㒉��ϸ����۟7@� +�2lM@νK? +ȯ��Y��������{�.���y�A?��G�{�v)�錩;�)������f +7�F�oB�5��T���3��L-�R8-wm?���t�<F����.�ͧu� �%�K�P�`����8��>� +Kq���������T&��-��2����1�7�C�un�}.5T�B�O4HZ�/\�Lh1 k���b���k�%��zWi�^�Lo�=*����~�"�b���p���{��?�e��H�\Y��e�mm��u���q<c��Y���k'�;�xZX�3L6��Jy�y 2%�M�<�6e��fG���Wq9����\�H/R��xl����0 l�[rk.�xGp���hB1��@"|/߇�ot� +��&x�"�N1�ENa��d���c�P/�Ջ%�����Հ�h˼�s{��'�W�Ƕ�OK�LyUZ�?+!� 3��5�]��M�U7o:��l�`@vwQNj?1��+�ʔ�P��n`�6��F�V�07���Q�s�έV�d��y �T�����S���[#�U��?�25�'`�d�E& ��U�If��B���~k][Z?G���c*���SdJvK���7N���{| �+�$a{�!s����N�+�<��e�F�M���6 �K�vs�q*����Q� �(�b���r�ؔ�_���{!��Hk��;��|v�Y<�8�{C�c�\�ɕ�{�v>�E���*�9�q���� UB^��D�yY�6]��n�c`�����r�x�_Ԭ�d��� Nl�Xs!.�zA0��ֱ��5����?R Z���V��D�6��S��=�<����f�߂=s� ��a�q��N�43&s�Z���'����.�|�/�B~�pૣT+/���{�^�{F-��� ��'p/�%���?�e��(^����z�\<�hġ�@�;J"���,��2�=&dg���ڶy�_��^��ӇO`7�A�����E�yg+���s;����I�L���t�'����G�ܐTw^cŀG�Q]R[���f��y:��X�R(N�=j�pp3�©~J�3�rdz7��#1�yi]�t�����`�Q�t��R��3�- +��T��#1�������������|�L�Z�fM8)>�-���]T�f49QA>�U�;u�y�P�چCmL���,���q�@H������E��I��K�Z5N-`%"a������-|%�<a�O�d�8����i��=��F��R�ߏclT+AB�ە�6�p��S� q���6��([�S���fE[lE�ۢ�L㱭gj8�� �p����q��"̤�v����\W{��� Y + �oRN8E&MC�}j0��(���l+�E�����Ii~�OYj_<���Z�$�lB0"?��!�A��)��9I�� ��K^z^�h������NYt)�YVs�([m�`d�ˡ"j%G���]@HA_w\X���k2~3/�^5�>� uW���5�� ]��y��QJ08n����BH�RU�Y�Ef�~�Vo��O��{3l����͗;V)�����w����d�c[->�H�C�)C�j�q��1m�����e��>�|����d�w�B��&���܁�D����M�@��lZ._�L��=��lT�D��TT8��1\��^</�9����G~�����M��y��i;g����|$��s^�n?�D�RC�:�8���θ�r>�F���}����$�i�R�e������'pwP���T�����jr�sOz��d��m� ����v���a0�"��.�FJZW�q�Zz�7i4�L�1!\�҃��Q��Z�$�/����5�*��C�y�g�ە�A���};��R�Ue�P�������X��S v�M���� ����_�V*A��%�z�Q�b<��;�;d^W��β[X���~�ʝ��zEޕ�c`7�#y;b��g���@PWq������m�`�U?�8����$%�nva�����ֆ�^�s��_R��<3.� �w')�����1�y�=��Q��q�ue.~[�<zHl�L~X�\���(��y�����4����Ƃ�teo8����;����R��G��}���7M��t��g� ��xA�}[L���T�F�Ƴ�}�y"xM�֡fy���f�4XvƝc�x��Jl�i��_5翀{L�%@��Muَ�������~�j���ĮU��e�O\��u���&\&2@E�ѼP=be�-V�!��_z�>�o�C�B&ֱZv�����dM[�ORG8C���&����?1cQ�B~�B�[%��M��'�1���-�k����M��;�{g;� �{���O0Y�]_p]�����U)�n��^+�rIQ-,��s�]n9�����0S}c�Q}�k�V����)ƍ�|Z��~���� +t�f\����iY?����k��l�)�_>�f +s�˖�?����"5P�{�k:I���#���h~b� T�ҕqˌ�䀗rJ�@[�������^5�x{�R˿̬��l�S�+T.�_B�I@���Zoy9 �:Glx� ��*�8,[��4�FT����,T�V� e��g<�X�E�4�_F�6e�3��̔,�|�$��(Y`�,���f_�E��Y��wr���]��-�S�3۪�-Zi|՟��Uh��<�e��>���x���k��9���wL���k���F��l +x˞�����.�7'f�w�rD��xŗ������g���0f��d^�i�R����H��(F�����)�6]B�i#g��I,�kS|�����`L��qˬ����/�&�- �^����߄+@�D���P'9v���꿉6�?:K����Em3� �����Eg"��Gi��ģ���m�Ǫ���r��f%5Ua\�4۪9���%Q�;]��|pa/�͈�E$6&������e�<�k��I�n���[}���d*vi&�^K�X.m#e�Q����l{Gv��ʗ�!Pt2��[�\��ŻgDWչeoI6T-��Y��;���}�t,>�*7����$Śb�G����r�G��r��_w���0v������wX�/Hu�5�^J{�Ac��^��/!��M ��4�FMU����C|Rݧ�U4unQ���C4!K]PAV���W{Uښ��P����|+�Qc)-P��5cC�K�@�Oh-�5k�-G�]Wgs��T2����VJ��b��4z�a$��nG���d'�Q�O=��A@G"��� �����c�|��{��pa?��kc�/_��|�� )��\�dGSN��e��A�31�B@�1�T�F�H_ O��;�Յ������0>�pd,o�(��5}�ħA&�����G��S �kҭx3%��)��'��d��F�l�d��~�/G����?�w�72�ԝě���=$V�%Y�]�6��WC���-O�)�y��WY�lž^4|>M�v&��JN����{0,�����)��s(�:xt,�"|��P�T+. +WmB�ф����e�dۆ������Nх���2O����it�?xd����r���z��r��T�Q˦�9M]��n�ElEa�~��xJ������S��iZ���PX�[/���&���<��:n>LD)U��B���_h�'���(�eTQ&������4XW֞�wz�ԣ�� w�Gs�T� �R��ׁ���5�s2@����c����F-�s|5����#����N6�����VLI�/��[%ʲ��ڷ�d'))S���WE�d_��.�;���[���L����d0Ϸ�q��팤bk-�?�wU�T:y�撐n��3y-j�/g���,�) +>6���X���k�V�z�^[IC_������z�J��.��p���8"���@;����ϣZ1��"����P���x�(գ���HDa�!�� R�߇�m:�����k��ҡi��!��=I�R��H� +�S3��p�'ƪ�nT�<���:R�o�U������Y����kPh��Ӄ�Ne�*��3� +����B�ka۰�s%��t����e����#���V����T��E�X��@�B�� %`��2�����s5�]��i�?���m���2Lo���}�ԝ�F���s}ڶ4�Q�ۀ~���3���3�%�5�h���ۗ� v�-��`p���^��-պ�y�{B9i|+q�˔��nT�0�{����|6u���L0��}Ԇ�Cp;yL��Z�;!�[��g�\<�s^e�=���&u���b�O��,�پR[O�XJc(��o�e���\Z�(�J�����Ru�3E�"���i��3����;�Ʋ���f�3�� r�y-�ia�"t��Nz���hi�\*T<��L��bg���H�l�Dl2��УT�-��}�T�j9�{�'�Ș2��YM�К<��&�'�:J �N0y�]]�xQk#F^��q(�i�ՇjH��4��Z�"�[S��e� +kcc��&�����p�[Y�E��G�̄X ����H�緌�;���o���]���վF=��J� �|��;�F�ː?�� ��N3�o]"�sX�䌰�r���3]C�?��i��n��u%gXG,S�E�+�H֓^(�ү\�a����{�6"� +�g^g�g��,k���E��?����P��)�V���ב��r�d��g��Rq�?������^���k�^︠d��m���"�`A���%�����c��s��T �i�\��Cep�i`��ɉ] �$?�(_~G^�u����<�Q�+�#����(�ʜ{�,�w��pQ���#���wnj�@��� cw�&6(K ��;�i*f��.N��Vq}�5A�s�3+�.�(����F�_�^�6Qt��*�����D�^��Pn�e�s聱qǘ\��xV|_;0�p�5��S���n�������9��}�]7T�O�8���G�9��-�4n���2��&k��p��R +~ݥ�����5\\7\.��*@(�&��Iz��l �!��5�p�<�� �!$��~y�l2�i�nl��I���ɓwX���D����mߢF4:���'/�'��"�.� Nz����Pu�� �L�������%&������e�x +�9�|zȯ��E���jӾ쏥L3�=?�e�t���U��9�qX������c��8���c�e��*���s48��A�8f3�v��4Sn]�m��AϷN[2 4�ƈ@k�Q��p��5�z��u�[p�P�ݵ�bcn�5ZK���t��I��4 n�O��!���@�(����-�U69�/���D|�b��H���ܬH���YW��z�r�k�+�֎ңs?���Ԝ���؞�sp��}^֣���I4�]��s�w�z?�$u"��ɪ]�Fx���� $��q�bDE��H +6V�6�h@��8J�ٲ(f�C�9�}���̧P_�E��t�q�[b@qw`�M���3����?�Z|mA��W���O�ʪ5���L���мΒ��WV�A��yH��j�}&���~"��]f���`/��L�=/6]G&��k!�xu�W����$j�@� �:>I"sV��{���B�3s���f���y��M��,7H䁏�E���v^� H���b���tַ 5d�ذ�"fA}��9��.�$ΒG��V�S� ̴Dͅ?9Ó)2��OW�b�K�T�Y/�JCk��Bu�����m�Jl���u�+v�|�Am� �h!��3('��[ܛ+`��d��"��!�z_7�@xl�YGނ�Cɜ���'O�B�m��Sc�k��Z��q}�@���>`�KJ�5-�E(�� ����L�?��,B?�و�=�����iUkS!G���]�T���8k@�:���log�����h���k�BIH� c�w� wMc��yD����GȬA�̾���M� ��>����� h7�\f�Na�+�+�Pb���l��vhJW��ʛ�s� �k���[2���/f��Y�Y�]��y0C����:$�� ���N�\�y�ŭh9R�{�ĕS����f�LP�|\B���_#7G��m��T �}ʒ 3���Hj��мt3 ���5�6�>��B��=VA�{�p\�eg&��}t���F��r7h�EM�B7�1�O��D~khZb8]�>�(J��o�P:�0�x�ux'�h%b��;/@��WѪ��S��-r�~��F����S�a2�8�9��@1�/�!v`�I�k�# +��i�q����Z�\V��[73 � $c%X�o� V�\��wgs�D2�eRH&�v"[J虑Bgw��=ʹ�u>����1����,|Ҥ1�/O,� +$�"�H���ÿz��LG��q����=5��Z�Թ% +��x�(�3������ ��x^F��(m��m�~��gOυ�S�* +�~v: KU<K� ��(h������Id�(�y�v�3P��߰*d )bژ�����0z���t���� c�嫹��N�GYќɮ��8 �wl�H�9漏��ȳ:TM�|����6�ӀK���_�.����QS� +�S�N��V�&�H��$��L^2��&d��|�����c�ӆ�5���6�+)#!�[r���i��"%��uv�@sn�L}�D�_������|R���9�H���0X�<l�!�c�����MO�[����;�.��+�3hi��=9S\^��X4I�)��a�$��u� �)�ÛRdEĎC�$���PG�$��`q�\��E����[����uc L*?�_k�H�F�A��W�K�NƵ���G\��)�#��p�P��}�����j� @A�P�]�[p( �P��C�R�݊S�-�[q�;)R$Xpw/��7�۞��3�SE������V�keb7�a��\N#'`8V�r����lhi�z����l�b�䘄�xw��<�����wYL:����Q�u ��J�Wv�-Ia�u8�U�Ϥ%�+fDTV���|S�ʾmH�v%&�Y�됆Y +��*�j���'B�]�gM+�W�=&�Jv��7������qA����T��8R!*��|���z�'yЦ�u����P��ǡ�:�j�1�����ZQh��EnO +j~a�!��(������GR� ��ںƳiQ���+�(���,lcض7��Ğ]R�Vz���DQZ<�!J�=����OGi>w������mf����ᙘ%M�J9l� C��E����~�b� E��6B�ks�&C/Xe�h�D�ta�-�&b�T�4L�(���QL��OW~/d\禅p��3BT�{�\c�����2�� �'�U��>k���W#�6X5��)�>5�G+y�ݐ]#���{�G�Si���V23�@�����`�+��4�ic�����Ż悯�[��dO���~���;�&T���T@1��$K�5c֛l�g�V1dsƲ�jg��O�Z]c�Hn�/F"�D_�lEk`,m� �a{N(��ŗI���n��=n�t�p���c���.����ހ����s�1�a,��>jRUY��ޅ� ��!bBX�&]�}@5j���R4���ߚ*H^��>�8#r �V\T ���eY�E6�s��/�b�<� @lj�B���_�y�����/?bn��i�2aX�A� +��0����z�`�H9�h k�k���0�D�a"���G���Dư��L���o�.ь8�A�1���4��y�"��8��2Nm������ YOuo�.:�Y�}���ק�p�P,?� Q� +o�EGf2��X5��l9bXc,y��ES4���/���p}�30c���(=�+�T���ș9��-�Mm�i�6�Ĺ� L���FF���O^`Zj�y�U�ʵ�Y��OЛגG{ՏW"���$���16��]��<��Uѽ���'KC�R�(6�u�}P�D�.Z���;Q���Z���B�?!��<h��\5[�sC��|�jC:��� G�.�m3�C���:��kp.�j װG���/�}6�wm��|5ϝ���vM9�!�&�Ę7S~����~�^T�ͮ��C"n��7Ҏ�ک���_6���8��=ɸ�n��3�!"^�R`������sް��V/�I�� +ϔ���=N�a��6��8u�~I�鱋�@��7PR5nt�D�G�П�����;���z�[\��U��ҹ�ÇE�=�l�A�{Q�����3W�wmxxT��E�q�Un�l�~�5�2�T�&���]�c\U�ѿ(�YNG�R�, խ^�X�c�F_�=��7K�J�1��G��ط�I�E\V)l�7%V4��=���M�=���rbxs�����ff����o�f9_Wf>3yV(�GQ�Z��m���%�Ҙ��� ΗrĎ*�$H�Nꛨ��,�����#�q�OhW:r54}��� �i�% ����5Wi�ouB`���o�������F�� 9��ߧ~�:�V|S�I�G�ݐ=��&���_?���t[��d~��Z ���t +Y��x�-�e2����nK��WM[�RS���_�U��7�R"�}�ֆ�s��>��;������� �a��E����p�Nog�l��'e*m�����楪�&½�ب�C"��+az�a���ouiO/�L [�?h��������}7h�=�]��|���l��f��^��r�gg~!�����jB ���3g�:j�d���/��6�e5 &kU^d�\��<rq�����y�T�����y?⽫�z�:n2k~d���C�Ά��YO��8�s�Qax��zD,���� �'�q�5�U����iу�g`Yk�ʱ�q�ڄT%�nr(��N B߬��l���t(5@��/��KN����,�fBd#���K��'�@Q[6~_-�hPZ���w�9kD�ў)��lB�ɑ���&��(�[���J70f�d!6IPc�M�$'4����!66kSY�f��ɰu�# + �u�GB�48Q#���l~�v�qܵ�#C�-Y�"��C�X��43kjhHz�w� ��!�$pt�c�r}a��YE>;�l@/����^h鑯l�Ƣ��e����V����2�0M��Y���9Q-y�r��AvMe���������Ck�<L,� ��8�y�:�ߥ��@Q��Q[7v�:���;_/-�E�e�Ggf�ȱQL1�1!3m���!|�T��HP�=CVc��_A�*�\�lz�(�5�C��L�EX��Ų�Q�b��J��$�K��>�m��D���3��iB\�y�F)�g��^���ٍ&[G���m6I?=���WflD� ����/U�`��������J�-�w��p��n�WdƯ�d*4\Μt��i�z-�_�|�NS:<.��C��EvGsTpy+�E�*.�0!���45+U�-��\� +w��v��I��� 3�p�c�*�&R=�?���,�m$�7U~rC��������{#ci0t��w렋@}ù��<M$3�Īx� 4@�He.W87.�8����s%`t9�:�� �P�t�x�Bx3�L����#��^Q$��V�L� �#[A:Oe 9��`���xp��V,���)zf��$8B�� �㈁ +K�rt�zU�?��M����s�k����,Sp �*���Mf�Ol.�� +��I�:���x�$���:����*����E5��B�+�ctCg�&]����� $ת�s��% ޛ���c{�Q�,�jc����3'�E� מ�U_d�2hi����z�c�}:6�L�-Z�XC$�~���?iD�ȣ���P���¥�� ����᳂��x��H�8i�����Oy�@e�}�%U��,$�䱚'�;�NK����}�驑�Bs�j�Wgzi/�pq�Q �]�NN��L\w,�`[qs��k쥫B6�BF�P`2�<������`.�zߴ �������6ԅԲ+�OQׅCd3�F��Nf�0C�Q�>��6�8Qρ%5���,�Ϗ��b?YVNR�u/�sfY'�}*P����?�=d�I���0;Ջ��K�D\ZXL"<^�J^s Jיw!!7%�]�zk����EV&�W�������<N��9e��@�fPt��L֛�yC4�5��6/��?X�R�WT�ٝ�!^8�0n��9���bf�-��Wkx���gbW��3Yu���x� Ζ/j���H��Fe�G������G������������{�,����mYݰ���߷͈��:��Y.CD��9r��m�L�+�>R5��ʧ���Z�q�+�~��������@g���_]�"GqA�/���?4�n}�k�'��|�oH�Gs��F�������GƇC)Qa4ߏ����<,��],�eu��:�_�t�(���^u�ʯ$WM�ʒ�М���,�(D5U P����g���4�l�5�L��7��t�0��[��(����t'��5��G�k�!NB��Z��L��i�] >�~ݏ'�[ ���X��Kv�4�&��(���h��}����B�=��8H8f�����A��o���4/�:�`_���@s�x��o6WAc�۫����~����7i�, ����3��>_�q�.%�DG�cH���lczѶjVP_1�y��aj��Pl��2�$�#H��Epo)�(�8[����,�g�2Q��6�>�Gt="t32*7�x2�n�:V�F��f��+ds���.���?&�V>"�Ա(�^�4��`'va�*�[\���=���˞�@w��,Lآ�A���v�V>��f�g2,q� jj-��diƜϿL���$8��`&���y�� �6ן���=f1b��u>�O��O-��`��RJ�������B�=/G��ʲ+.^�hs�ă����Z-/��np�4�� �����e�65������C� +Y��a��!����ԌG�� �� +"��i�v������1�Oǩ&��D��Rw��X�ϸ;�����\%�e�A����T�<�ETe-�zq:L ��v^@��sl����>�wx7Au�"�lfҨ�S��/ [��Hi]������X���Pt'�}u �C��ߒ�xN�<��&-�B�*81Me܂����k�Q����i�$���R���e����M9�RBL���ݰ��P��"������X������5����H5D�Tlň����4�SN;R�r��sa9�()~18^��k�'����>Ǖ������Y��.�N���L���þc����H%����{�[<��P<���t�����ך�{3��B�/�_�st���n*����6>�h��笚i(���8J�5��S|�G$�:�!�D��=i8���$d+3�#F#�U[�FS��T��-]�3\2�C���5P�d�J����hj��#1�h)ppK �|/��/]�L��<[����s���˭�F�R�>�ƩK�I����k`����d�M�<"�m�F���p��5S��X�q�Њ(��+��<�c�����}�RH�,��M�ϷF�'��P�6Lp�-X�6��w��V�qk�u;�M�Џ�<�^����ҚHb>��,�E�%]�n�8ʻb!��A�z������+� �P�`k)�ח��@L8fn������t~��F;���k3���;ru�ݛ����2\���O���&�t|"��h�~�Lխ���>`��72I�[P���w��1$��^�BG��!��� ���O,��\ݝ�\��� ���endstream +endobj +1278 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 5444 0 R +/FirstChar 2 +/LastChar 151 +/Widths 5452 0 R +/BaseFont /EGGFUG+NimbusRomNo9L-Regu +/FontDescriptor 1276 0 R +>> endobj +1276 0 obj << +/Ascent 678 +/CapHeight 651 +/Descent -216 +/FontName /EGGFUG+NimbusRomNo9L-Regu +/ItalicAngle 0 +/StemV 85 +/XHeight 450 +/FontBBox [-168 -281 1000 924] +/Flags 4 +/CharSet (/fi/fl/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/bracketright/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/quotedblleft/quotedblright/bullet/emdash) +/FontFile 1277 0 R +>> endobj +5452 0 obj +[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 0 333 0 500 0 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 444 444 350 0 1000 ] +endobj +1269 0 obj << +/Length1 1608 +/Length2 12916 +/Length3 532 +/Length 13764 +/Filter /FlateDecode +>> +stream +x��yUp]˒��,�����%-f�#f�-����bfffff�X�����x�_��51;bG���Z�2WV�l2"y%:!c[Cq[':&zFn�����Q��F�N����id�##q01p�ڈ8�p�L��&F�ff�@����hf��TQT����������?=�;�f6���+[;k�O���J&&�'s�)�� �]^CRN@)!��0�1q0��;Z��2@#G*���������1���?���G;#��67#��\��;k����7��0s0�q�쁓-�hcd�l��O���߄�l?#�?}�`�N�F@;'�gVyQ��t27p�+�#�� �5��4�5r����}�0�^'��#�����\�&�c������g�O0;��4��6f�b@p013p0�2qt������;���Uo`gg���nۿ�������ʔ���3���gn3� �_�"icj`b������>��D���P}�00���r���1��:}�P�ߩL�?'�����#�������5����<�;������������|�0���_w��k` �r�/��=P���+I'��6٘}J�H��#�Q�fb,t22�X}��o���������S˿��cbc�7��9���毦�s��2�1�w���͛ASBIHZ���oӿ��?UwRv��$�u�����/aa[7�'������1���X����|1�k-k���th}���w����k��o0b6F��͉������h���/����ç���ϒ���{�ML�L���l�x-��R��0��D�z�����j��s}+l;}�C����_+���&�ߛ��O��������0�(:M.r�H��sQ��[9h��t�RN�"</�d6!4�U���u_��'ZY`.�|I\r}�H��!z%��BoC�A��;9%�;z�C�7<8��y ٽ�K������<��>W@S��3Ұ�)��"�+�[��e}��~��y[[j��yZm�������Ew�,����{�k�JA�ew�%)�4��o��t<J�;�GR��wg��[a0�}��X��Nk��ȸe:�@��n&Tk��$}�o��Tct�t�_%l��j�������E�qأe�L\�O��������t�K�CDE=1�=B��S����ˈzN�O�0ˌ�B������[� ]��!6�M_�Q�s�(�SoD$�a����t�B����E�'}��љr8�̼���?Ӈg�hT1ڱ= �iM2V��0[e�d}����0� +w�L��EX��Ah�c�v!�"�V��)y�Q���w���<�}�<���K�WWc[�_� .Mz��Y�'�,@��k2C�pym�(����I����ОX�bL&G����߭�N<&(زd i�Р;ˎ¤�I��1�%�K��e˱�0�2-f7*� �|� ��싂a��]�]�}����OB&U9��[a(O��k6j1�FWC��n<�Hl�dg?�h������)#��#>�뫵o>}7��R ��ס]Q�� Yj�)"!$Y�$_�c����&���@�kd��I.i�I�Tp�~ޜ��`����0� +�x�9Y"��JG�)�4h�c0TAh<S�=L�g,:9Nՠ��%��j��T��[غ��܈��1�� �Y�ߗ�"��W��2A��R����á�'m;�iH�b�!�������>�"�藿V�oY����dG�<��Z/T��t?�jGn0��=���i~pfz��v-ȵ�I��-��z� �\��@���Zt���=��,�V�"ί|�*�f�'P;�p�m� $�F�c�c�W�ာ�G������ʿ%�9Mنc�_���G�j�i��;4P@� 9�K�D2̂�ݑ��->�\���wׇ��[�0�`i��7����M�Ub�7���V@.m������E��F�$Jp +ʬ���F�B�\�5�$�H7��]�R.�#�&��:&��뤣*P�A��OҺ�A���rp�Ѳ�/$����l +�"$��,�<�Fӛ?�Ԗ��7��e�tKL��=ʈC���3���:��v����7�j�Y��~?3��!\��X����>��f��2Q�nP��H�h#@�̯N���I���<�'�.�`��V�gz:��7vT�%���n����7�Jߥ�W�l�`��kLs�,�=Mǟ��D_��&"���g��G4 +¯� #N�~8ȫ��F�틾�����lۯ��4%�ٌm�X)Ί��FZF��T��T�֯��c�_��<]�7��{"ojQ�^���рK s�7k�P�Gܥ_�G�mw�����엎�(@o���xF.)���J|/㻒���`�G]"R�z;���[�����R������!ߧ����y��7�Ӵs�H�u�&�1�a��xqQ�>�Xd�кϠ~,;�%p�d�)Ӡ�g�ݚ�0n�b�N�~����~3�5����.�'���s��0s��T���?6~7�D�[����Gϴ��%����%ן�ğj����S��Z���9g�o��*X������Ft�ޔU��&(p����q���,K&|�Vڑe�b�������DžEmr#(|�9 +�#�� &�����L��㇁���Ť��$p-̭gs��A��n�xO�i��&a^�X`����ZyCa�$���] +���'%Ӑ� +�B���l�a�h����%z,o�/�1�A��,�\��)D=�nt����v��(V�KƑ`�uٻ�â��>"9�~-��Ak��9�#eW�����m����if�/��NQ�bBt V��S;�#�`pk9Ox��L�Q��0�+�d���M�Rكc��z��[�^�m�4J��2q�s0��r��0��:���ɰ\:�c�h�����M���w����)��\V��!����I߯fQ��a�=hV��l��~��~w���y +{�DHY�n���߸��7]#�l�����e����䉕��bhR�i���(�P�*��h�uv�<�_�{�#zM��ȽH��'o �Az�}�u����%I�?~x�P�9}����)��NƩ�YEL�<����6H@���nj�G��UaR̽{��#5S݇�4`Z�����xF�8;ֿP9�K+��K +W�]�v�]b��C�>P-��[<�%�>�M��',�Y �M~�Q�4��svw�(h�҈������,��IG�;E�]����hca2=3�S5W��%%q�U�=�ҋ�QՏ�清bp9��sX���0L�/�� 8�$�n�XAq���3�/�V~��qG߅��Y +n!�=r�K(��s"�����lJIcK�-TS��fEn�{ʮOʟ��eKV�U��{�Y!#�W��Z7`�ރ�-�~��e� j��{�PK�]�4Q���N��;T[C}��+#�x���Cd�[�."�R+H�Y�$����*o.vgg�ElR,@��E�Ǎ*�6sˊ�]���]Z��*+���5% �H�\6y�ܱ�?�Ri�+�ס����������ɿ ��Z��Rࡍ��n0"�%꯶4��=�#'��^"�=�c �k�X����Q��g؏�&�z����l V�Y�j�vR�Yg�&E4��b���.�@n�>�#s���E�~�.���I�n� �&|��9�e��O�٨w����f"C,zr�K?��N^۔�u��z���G�1���4X������}���~��ߨE���q|�B^�:�OD���' +��t;��Eaa�.rP}�w��� yϿ�����礔F?ރ#O��\���Q!�S�g@z�P�>Z@�� l��'� �+9Ys��UuH8 �-���у�mf�Kt�����d��Lg��j�8K ����2#�ip���w8ʯy*����#ؑb�����G��u���./��sj��ǰnܫ��{�W��|���=C��ǯ5iCjX�[�Q����\���Pw��[��n�o�$��$�P�х��n 8���6��d�9o29�(c��6��$g��˝�2�]$ꞎ��G�Kh�i��Ą�B�\��*l<x(�����X=��m����US��-�jɇ�Țf��8�7�֭�L���A���0����5?=�j,���$kA��DA�X܄k�v��[��4&�L �ga��o(�����ٿ�a��4�0�Wú����U��ۈ�� �Wz��$�`���wx%�C���^9��GG�5q���D�ZK�ͨ��(�%H��m6�V~��!�KoM���Pw?���b�a3'x��:Y#��E���XY0���8 G�]]9�1f8cf.d��"չ�<SD$Ͳ��<�w��A�蹠�}��\4��h��`�ڦz��K�px%Ԝ������궆��ۻ���`f+y-���!���3�ט(�nՊ��\9I'x�:�7�5a�6�>t����C���#�Z� oj:�n8�5�ZX}<!�ա~��A]lv4o�gB>��fɻ�z��Qa�ěڙ��<�V��j!�[�ۨ[�V�}�#��0���&!�!��%# �EVmK��� G�V���Q�B� Ƽ�� g%����RT�|h��q=lN��Kb6�^��:�q�,�.<Gh�<���8����=��݆X�V(��#ڮC]����`V���(d�(& ��M���Y�����I�rb� vV��p�+7���P���� +���K6�$�j�ʦ��<df�����������!{�3S0�CGG_�Z,��ɕ�*/wBM�������G����~�2�y̨LX_��� +�ab�MpE�q�у��;�H� ���Q�ۯe�ڌ�^|cc� ��zui�%�$�C>8<h �HܳT�8�r�w;�Fg4�p�͋Pm"�M ���(f�B/o�#����s�ևp@8�Y4Sh�V1B(t��ܞ����^�$���ŗs�,����P��0�%+��B18+�\��M(ɍJ��P��W��s3 ��µ!(3[��2'�.B�q/��<W���lc5��d�Q�$��|�z�S�=�q>�@賂��p��7g�LbM�d���y��!�$|rl����5�eW�F��=���j�jߖ�[*�I���G��yJ�O|؈E��d�(}D|d��CcBl?����`�&�!G���=n�g�sӬ�b�Z�p�ꎤ��LD�8��E%#�p�;��_.�5��[�º"�̷���,���$:��O֏?�u�m[㛅xB�3���`qI��lr��� 3v�Z�7��V�"�*��.� d�^�uEK%�o?��&�ޱ�W�w���������\��psd{w��W�ΜS�`Ʃ+JO54&�; fN�(tz(AV���#Rw)���:%���綽�E<"1�hP4�T4l��Ig�w�5�R?(����&�P��dG���X�B_{����p^��h���Ev'�J�K+��;*6:��ݧID2[�g��#�5'ӏ��ZY&�ى$�}wa�����(��r׃�+[����� +j2��VPaV��⿆�M=�����+���h�+�~�D��O���->�KM�dж����rDw�Vf���b4�Ʃxx���A�#�h��;}��ܳ�(��@r�����USh#��*�� k�K���i��L�����;Bv�����O�����|����}ͽ���R���Q�]zSp�G��x�>u����(��YM�9��FsalU�U�����m)f��<�'�+�> O���QΤ������"��n(���ȼa���K<$I��*(�7 �:�L��%� >K���ߠ��w���h�u�:��(,�JlV.z"����e��x� ���uZ�]�&J��t%L���=��U��1�dd��L{�x��4E��?�w�ը��D�v'��kk{u=������~�>��!^�I�/\sH��dR#����bfR +�t���Q�r�Ss����a�(�I岦1K$��>I��*?��茓��8~=���(*ښ�K�n +)O�B�#ch���܋��vH)��<`�����$�W(Dž�#L�߅X���HJ���4�j�F�_}��2��i�d�l�{�J�`�[��lޢ��g�E������UM�l���6�.�� J�p���� ����Ű�.�~r�Jؗ f|��FY��W��V��x�*���Ť��������~l�&E,�-R�ec돚Q��j�m��8V�Ճc��CΥ�5���!�e�I�Ϡ��Ɉ��.�W2_�c�(N���t���ӆw�J��2��$u)?Nľ�����ܴ���=8ˈ�/` GՅ=\:�>���Ɗug���K%��KN P葁�a�7�]8���h�#c�z�W�w���wldNlx�A{��d��t�y�� �l@��������6B4^G��a+4�D�Z�iǠ�2^���Wф�t�`C.*/�,�|�6��CB���3*���VŴ�#ݨl��`�pڭ��D��.sc���]��K�b�g4 �(bY�"��[÷�/��zm KzΝz̵�;��-�����z��F{��;�>����d�!��#�B�Ā����ō���b�1�^�e��)x��s��fHM��z��{I�7��?����[ ���V;/U2��`-�u�}8�}P�2��"�<��+{�ȴ0C��3#y{fp���Y�����(!��h� ��0~l,�=;�L%���ϼS��9�ȇ�*�L�7��O��1�>�_�ME'S�Y~���N�ac�4���Qlİ���y���"��-�h[p���j�4�0���R�84Ҋa�:\��ӹE)q>I Bo��.��Y�F>O9�}�H%�A�H�L;U�5�-��R&3_�x�2�%S���K{|�92�1�\Ԛt?��.�X��:|�'63JP-k�D�ox��KaR�; +6��m�X�������Pi���h�� ω�w��4�d|IЅ`�f�J@$�DiT��qiֆ��13h�O�1��j�n.$���4�5s�� +f=�6��®n��[.5vȿ����],����C��+5����h�\x��]�,����l_�=}R{�?����nZu����|:���i��XR������8@5h�;D�`��!�;���#����U���У`��V�qyvJ�]��1p��ӏy���/�$6'�gf�b����o�2����Wۇn(5��K��"���@q�?����l�a�f�q�:ҽ��Ԭ�c-�oߊ%W<����%+U��V�oނ��.d�AV ~�.����LӔ`k�[��kc�\�F���G�I}-`�%�����uS��,~�w\�_�0T��˶�찁})�=A���$���K Jx��L��j 'J�/�//鋅����Kh�J�Sw����x� ��G�L+wd�ʖ?�k��ǥ�f����beb��=o����j ;O����3�AV�2�Ff�s��U�7�e5�*a����� ����^Rx�������hܶ�?�0)4,�#AqKA��y[ ��5�O�E�m�1�1�ZH7��'6k'����E��33�ul�|�M��˺� '8� ��<,�c� ƫ�d���{$F:=9#cu��E��ƿ����J.���b���@G<�鄆N��a4�����E��7�iղ������9/ܲ~�+�,D��~&�;���6[-�(���a>�l��G����m�Y�����hV�彶��:7�H4��n��7Vv�bG�gx� [��D�2(n �����*�=�?q��TLv�Ns +$ju�<B���7Qz�$/��E�o3)���o5yn�2�6he�_�J��ڊ2�=^T��_�T�a5��h�h�9�,{B6�S�tz((nH� �Mr�����-��+X� J��4�9_��ۻJ�mJX�����1������k���{���A\�/�Bpy+�N��;e՝lk웻��G +�� ^�D3��Ry����`��7����8�e��b-���*���t����[�|&7���c}ڳC�����*��)i�A�H�yˍ~��}g5�'m��aj'�ZK�`~^dVzʖۑoTj����oqd��{�y�5���J\�J�%]�,x?NB��;���lii&o���$F����vO�/�-�Y�؈�}����͋β��Kew�&(�Z���_�SH�N�{��p��iZ�C�d�ؙ�� }L ��t#Q��Scʇ�z.�4���B��m�(��##�������g����HQ���G�%��@U��ս�_����0]M��H�z��N�� r�3Ѫ +6+�3���X 3Iv�^d9���'(6�1�ae��S���>�2�Yv�Wo���AZ�~�~�U��i�)���Ev���`jk&vd~.=�c�4���X�����吨!p�����ՒF93�aFX�b��i�2]���5���ė������q�'��ww>[�@��᎔���QX�p���F=SO>���$�3 +�_R��RҜ���z��Ҷq�+s6o��gv� ��T�+�QVΌT���K���>ݷ^��hpo�/��'�~��e7ޅ��?��ľ���6�2�*,Y�s}]_�͆Kɫכ[�>3f��D)�w��-^sW�̛�l��1��4L� �������55�&�G � 5�`b�A�B ������(��:L�K�5m�9˫��ݏ��D,������d�U[�����\f������Í�� +ӊ��7ϔu6 ��Mzb-�d`��B���i� ��.S��H���Gr�0��훓g]�����)���%�Ti�z$�E+�X�e��vc m�:��^0#��5`L��p���s]�v��¿���\g'���F�[T���`2DI)�1�+*����ѳ ���Gϵ�i��ķ��M!u+Dz +���0���R�f�-��a�w#d+�����wf�(��c!5��x��h�lqŲh,-��<�i�MX�m��oy���Er�D�si7 �W-�y�2%������!jRІE�e��IZ�I4#�8� bOJR��=RY3U���3`= ��1��?����rS�o{{sب�r�zZ�Z���},�|�4��;���ҥR�G�~�<Jk����ApÑ�C�5aĄd�5S�|��(D*�l�}��O�K~m,"Lҹh �t����@�t�JQ�P�Odp}�&/��9�\�ǀ���X��v��&��fÖ�G�(��5�aɼn���Hj�zF��B�:Y�g +�4���y����C]������������C����P�-�<��삽���� �6.ε��Y +�5fKFgO��ז��yٺ$'�e��9=a.�bرmu����8m;x'�`�n_u�WaY���g�����~Y����a| +��lC�˻�u������S�W�yN��B��9Č�`s*�Ui� +�I�d>���5.0N�YyP���?eZq��bp�"�˒�`�|�O��ʝ����j:��,���j�Q$e�m)�0��K��cQI�&��(d�EmQ��b��\Bɠ���.�"��?*�I/�T���QE�<AA[��o�"o�a�D|�J��?�||"��<G��:vN*ç{t` �R��cִa�ߚ/���*�E*`�?�Rok�bz��L٨�sq��A&��� k�M�z��()>�-������c^��o��2C�묷���ȼ֗K��1M��Gi2���u� mV�qV�A�,�6^�N�^ıvw� P�M�Q9�#�����اa��Ï���;j����Nt���\A����ŭ��$۳D� +M���94c�� +/�����0uK?�,ς�0�]� ��潈�4�p�L0�wX��&���8q�2WJ,\#n�r�D�jAk�a���0^ ?,����?¯n`��L�� �w��o؞��� +��"xg�����[��C��a����t +о�<��t®v�V��)PA����+�E�� �5U�8��oܴ�Į� w�)�«��i ��wVa '�Og,khz����MI2�Bv����Gҵ�"^��[��V,D^}�=_�>�)])\c&�<��Kz.:���;�v�gH��|���M��:Y9`j� � �/8���B�F�y���� ����{Ǿ +Ԍb���2�tM�q�Y�#��T�c��|^�0�Z�ȍ�gHͽ3h����Y�����F��� ��p�%���8�_�N�-�!�����p����⃒�*�ՖyK����n�ĐW���!�b�]R; �����L�w�.��\�7��";!��FJ82j7J�x&Kn�?ڙ!�q�"�M��6mw�]� ��#�*�:ef����m�P�.e5�"��_\��f�����bS�ٻp>@m@o�N��!�DU:{��Dg�=JB�)kGH�O�U��Ǭm\ܦ����¦6�I�J-��$o���^��n��A!�ô,T.��G£�ҮB�~�S��gp��#�=[+��`#T�{�Mщ��8=6b}'e�:/z���Kq��A�j���QNeqT�;C�rt*�MH"��L��d~{&KL=I3·0����\�0�~���ƥ������(ގ�f��iĂ�����E�� ~���� �L��~�p ×��a߮���PEWg�)�j��2~ +额Dy�=3��+?����� ��h�趮�g1�]��;+k��`��j^w#^�%�� �����ឌ&N�2,-}���[~zyҸ<ї�@�'Eŋ(���N�1��E)�����<i�ˆ@��ycZ*k��G�]Yx�2����`���x�#��;�\ˡl�<�����yz����?�KN���?�#R�P���@���Ȍ~�����1d6 �)�A��\ؠ�%xվ\~o`� � +Ð6�� ��xxm�T��>���`�9�+�muh�ɂ��ceb�.ͅc�V�8ތ�]�ݍy���jb�H��u.#ޗ ����(d����|�����A���Mƙ�4��O��������2��)#���D;�3��q�zO�W5���|Ɨ !��gj�B� �8���w|*u^�t�����V�Y�|Hj;-� �^���Ta�� �<E2Z�`����nOX�&2��b�sV�tn���=� +��EyY'��2T�%j��c���-�1���\��l��S:�Ku����?��_ �����OJ;X�/�����5�*xT"�l�� 7/|��}"���*Y��<U'�����Ku<p6��w3��q�Yj��t��s��C��^?��_�[��A�4������O�]�������OV"z�o ��g�� �����%����o�Y��W�'u\�6}1�-q:],�?���o~�Ϝ&�w�e���$Jd��m/��2}Re�n �ٝ�:EƲ�%�"�x�G�~�?��u�:B�{;)-���Q�4��E��LH!����*��صV����5#���{z�E���ǎ;9�}�]U��>�E3��AEw<�hƶS&�CARH!��,+.᳤È'�Ꭶ�I�T`��}|�|��L��Q1��,�!�\�Im��6%�-�]��%e��R�%Π����}$��I�V���t^�_�6�CD;}���G20m�ؽޱҨ�����<�`��8��b��1�����;@���ӕ�=xF%�bl����k}�`/�`��=����E�����@�c!ҌP�@)�O|�^�]+��mVֳ��~�j8Gu����f�bx,�)^�Qk��H�9wC�}>�4��T_���Ho=2�O���j��˭������� ����P�,^���F�(�<�Uy$6R. ʖ�0�+�te��L�-����t+ea�PɹQ�Ky��O�鸏<�&��t��t������.�b<,�]�|3��p6���8d�a[�Զ :D��&���]mE�pz7�]2��v�n\��0��W4n_Z��c�:�b}5���e�Z +�5>yh8GZ�_1R����h�vߖ �KL}��=�p2�DMk�X%��u�-q��7��A ��ȣ[~O�wߌ� �÷�l9���FTLDlQ��6ej��b!�79�����fD(B�RW���<��=Aeg���H$'<WN��7�j:lAg�˓KEURͨ����*�(ˬm�ߗdh[�-P;8�)��pT�B�����ջ~P�����un +1���VWn�'2���B|��B��s��B�^ 7�y��2)p��c&��x�Uaw���%�-� �j�q �;0�����L���VMl�p58��(��.y<~r�d��`��� �7�����{�~�'AG����a,�h������ �u� ?�75���]�ٜV�����_�w��ry���ǡG��qY��|�o[�! +�{� e���,���3�*��I���&���Hd|�|��M�EPMc�e�R�-l�w��孡��~V��Ur֊���y\�F�H~��4�s����֦S�Y.���80�8S�J�����j��� +g���vY���,"�V�.�Ò��/��-��JL_�F�pKQ������%m�{>�P̳���/",��rKL���m�$g���_;�vu��= ��#��q����58Lw�����ė�{އ���)����||���p���U�8�Y�#�ؗ�$���V^���K�g���.�{�a_�1��6R]�*��%*Xy����0�����D���S�K��Eej��P-�v�fi��L��k�e�c���".�)�D:�F���My��������W������-]Ui-F�8n���|��8�r��;�r��'���ۖ�m� +E�u��rɜ�T}�8�=lf1 "���{�M"��d35��SC�}������HXP 7z4z��R�tϺT��>���u��&����`M���7.`Z�694Q�:��:���7���8�A�T�����1���N�0-s���by1��_�n�vσp��a��U"B��k�X����k.��wb�r#��/oi|����d���t��d.�Ĕ�z�#���Ͳ�1�к]���,�N��b��,��~�c�/�pOؒۓ�ۼ�vG��,?�vJ�ǘ8���4#6�+����>��Hk�j��3�a3��uѢ�.St�{۰�ȵ�X[b�~��@a���D�"�Y^r�]��=֪"�r`*�"$y���9���y��P�}a�3 �?��0���L8A8�{�_n?��Vcb,&�\̀aCD�ݮ�5j����>�5:��J-��H�K��>��a*xb�evTp�`؞�:��qp),bmS�P�.�T���\�틛��G��_��q���e���=�hi�Cf?��VN���?_�q�i����S$�6k��!��pk����ȊH��a1�Q���T���aO�T� c�_h���>✾�I�襁��+���i���t�����4 +�'�/rlS�D#:���־s��H���L�c.{�!�h��>�"��D��m]H����mؓ�V�g�\����3�P��kZ�[R��`6��)w�G8^���9/���,�N�^>7����.�t����V4�r9"��Q�bP�b}�{mH�$s�Ќ�����?`deb��dkm�` ���eW�endstream +endobj +1270 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 5444 0 R +/FirstChar 2 +/LastChar 148 +/Widths 5453 0 R +/BaseFont /ZGSAKX+NimbusSanL-Bold +/FontDescriptor 1268 0 R +>> endobj +1268 0 obj << +/Ascent 722 +/CapHeight 722 +/Descent -217 +/FontName /ZGSAKX+NimbusSanL-Bold +/ItalicAngle 0 +/StemV 141 +/XHeight 532 +/FontBBox [-173 -307 1003 949] +/Flags 4 +/CharSet (/fi/fl/exclam/quotedbl/ampersand/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/backslash/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/quotedblleft/quotedblright) +/FontFile 1269 0 R +>> endobj +5453 0 obj +[611 611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 474 0 0 0 722 278 333 333 0 0 278 333 278 278 556 556 556 556 556 556 556 556 556 556 333 0 0 0 0 0 0 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 778 722 667 611 722 667 944 667 667 611 0 278 0 0 556 0 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 500 ] +endobj +1271 0 obj << +/Type /Pages +/Count 6 +/Parent 5454 0 R +/Kids [1262 0 R 1273 0 R 1280 0 R 1425 0 R 1570 0 R 1709 0 R] +>> endobj +1950 0 obj << +/Type /Pages +/Count 6 +/Parent 5454 0 R +/Kids [1857 0 R 1997 0 R 2055 0 R 2062 0 R 2091 0 R 2145 0 R] +>> endobj +2196 0 obj << +/Type /Pages +/Count 6 +/Parent 5454 0 R +/Kids [2160 0 R 2198 0 R 2227 0 R 2262 0 R 2333 0 R 2351 0 R] +>> endobj +2404 0 obj << +/Type /Pages +/Count 6 +/Parent 5454 0 R +/Kids [2373 0 R 2406 0 R 2432 0 R 2478 0 R 2512 0 R 2556 0 R] +>> endobj +2637 0 obj << +/Type /Pages +/Count 6 +/Parent 5454 0 R +/Kids [2598 0 R 2639 0 R 2670 0 R 2702 0 R 2724 0 R 2750 0 R] +>> endobj +2807 0 obj << +/Type /Pages +/Count 6 +/Parent 5454 0 R +/Kids [2789 0 R 2809 0 R 2830 0 R 2861 0 R 2886 0 R 2893 0 R] +>> endobj +2973 0 obj << +/Type /Pages +/Count 6 +/Parent 5455 0 R +/Kids [2932 0 R 2975 0 R 2999 0 R 3022 0 R 3049 0 R 3088 0 R] +>> endobj +3149 0 obj << +/Type /Pages +/Count 6 +/Parent 5455 0 R +/Kids [3126 0 R 3151 0 R 3167 0 R 3199 0 R 3251 0 R 3273 0 R] +>> endobj +3349 0 obj << +/Type /Pages +/Count 6 +/Parent 5455 0 R +/Kids [3318 0 R 3351 0 R 3386 0 R 3410 0 R 3442 0 R 3473 0 R] +>> endobj +3559 0 obj << +/Type /Pages +/Count 6 +/Parent 5455 0 R +/Kids [3520 0 R 3561 0 R 3609 0 R 3642 0 R 3663 0 R 3702 0 R] +>> endobj +3749 0 obj << +/Type /Pages +/Count 6 +/Parent 5455 0 R +/Kids [3722 0 R 3751 0 R 3787 0 R 3819 0 R 3849 0 R 3871 0 R] +>> endobj +3935 0 obj << +/Type /Pages +/Count 6 +/Parent 5455 0 R +/Kids [3904 0 R 3937 0 R 3964 0 R 3973 0 R 4003 0 R 4035 0 R] +>> endobj +4127 0 obj << +/Type /Pages +/Count 6 +/Parent 5456 0 R +/Kids [4112 0 R 4129 0 R 4157 0 R 4208 0 R 4242 0 R 4253 0 R] +>> endobj +4307 0 obj << +/Type /Pages +/Count 6 +/Parent 5456 0 R +/Kids [4287 0 R 4309 0 R 4335 0 R 4358 0 R 4377 0 R 4390 0 R] +>> endobj +4441 0 obj << +/Type /Pages +/Count 6 +/Parent 5456 0 R +/Kids [4405 0 R 4443 0 R 4483 0 R 4522 0 R 4552 0 R 4568 0 R] +>> endobj +4601 0 obj << +/Type /Pages +/Count 6 +/Parent 5456 0 R +/Kids [4584 0 R 4603 0 R 4621 0 R 4628 0 R 4656 0 R 4688 0 R] +>> endobj +4752 0 obj << +/Type /Pages +/Count 6 +/Parent 5456 0 R +/Kids [4715 0 R 4754 0 R 4772 0 R 4807 0 R 4839 0 R 4860 0 R] +>> endobj +4893 0 obj << +/Type /Pages +/Count 6 +/Parent 5456 0 R +/Kids [4878 0 R 4895 0 R 4922 0 R 4947 0 R 4971 0 R 4988 0 R] +>> endobj +5061 0 obj << +/Type /Pages +/Count 6 +/Parent 5457 0 R +/Kids [5032 0 R 5063 0 R 5093 0 R 5124 0 R 5136 0 R 5152 0 R] +>> endobj +5199 0 obj << +/Type /Pages +/Count 6 +/Parent 5457 0 R +/Kids [5163 0 R 5201 0 R 5213 0 R 5226 0 R 5232 0 R 5282 0 R] +>> endobj +5340 0 obj << +/Type /Pages +/Count 4 +/Parent 5457 0 R +/Kids [5314 0 R 5342 0 R 5381 0 R 5409 0 R] +>> endobj +5454 0 obj << +/Type /Pages +/Count 36 +/Parent 5458 0 R +/Kids [1271 0 R 1950 0 R 2196 0 R 2404 0 R 2637 0 R 2807 0 R] +>> endobj +5455 0 obj << +/Type /Pages +/Count 36 +/Parent 5458 0 R +/Kids [2973 0 R 3149 0 R 3349 0 R 3559 0 R 3749 0 R 3935 0 R] +>> endobj +5456 0 obj << +/Type /Pages +/Count 36 +/Parent 5458 0 R +/Kids [4127 0 R 4307 0 R 4441 0 R 4601 0 R 4752 0 R 4893 0 R] +>> endobj +5457 0 obj << +/Type /Pages +/Count 16 +/Parent 5458 0 R +/Kids [5061 0 R 5199 0 R 5340 0 R] +>> endobj +5458 0 obj << +/Type /Pages +/Count 124 +/Kids [5454 0 R 5455 0 R 5456 0 R 5457 0 R] +>> endobj +5459 0 obj << +/Type /Outlines +/First 3 0 R +/Last 1255 0 R +/Count 28 +>> endobj +1259 0 obj << +/Title 1260 0 R +/A 1257 0 R +/Parent 1255 0 R +>> endobj +1255 0 obj << +/Title 1256 0 R +/A 1253 0 R +/Parent 5459 0 R +/Prev 1243 0 R +/First 1259 0 R +/Last 1259 0 R +/Count -1 +>> endobj +1251 0 obj << +/Title 1252 0 R +/A 1249 0 R +/Parent 1247 0 R +>> endobj +1247 0 obj << +/Title 1248 0 R +/A 1245 0 R +/Parent 1243 0 R +/First 1251 0 R +/Last 1251 0 R +/Count -1 +>> endobj +1243 0 obj << +/Title 1244 0 R +/A 1241 0 R +/Parent 5459 0 R +/Prev 1231 0 R +/Next 1255 0 R +/First 1247 0 R +/Last 1247 0 R +/Count -1 +>> endobj +1239 0 obj << +/Title 1240 0 R +/A 1237 0 R +/Parent 1235 0 R +>> endobj +1235 0 obj << +/Title 1236 0 R +/A 1233 0 R +/Parent 1231 0 R +/First 1239 0 R +/Last 1239 0 R +/Count -1 +>> endobj +1231 0 obj << +/Title 1232 0 R +/A 1229 0 R +/Parent 5459 0 R +/Prev 1219 0 R +/Next 1243 0 R +/First 1235 0 R +/Last 1235 0 R +/Count -1 +>> endobj +1227 0 obj << +/Title 1228 0 R +/A 1225 0 R +/Parent 1223 0 R +>> endobj +1223 0 obj << +/Title 1224 0 R +/A 1221 0 R +/Parent 1219 0 R +/First 1227 0 R +/Last 1227 0 R +/Count -1 +>> endobj +1219 0 obj << +/Title 1220 0 R +/A 1217 0 R +/Parent 5459 0 R +/Prev 1211 0 R +/Next 1231 0 R +/First 1223 0 R +/Last 1223 0 R +/Count -1 +>> endobj +1215 0 obj << +/Title 1216 0 R +/A 1213 0 R +/Parent 1211 0 R +>> endobj +1211 0 obj << +/Title 1212 0 R +/A 1209 0 R +/Parent 5459 0 R +/Prev 1195 0 R +/Next 1219 0 R +/First 1215 0 R +/Last 1215 0 R +/Count -1 +>> endobj +1207 0 obj << +/Title 1208 0 R +/A 1205 0 R +/Parent 1199 0 R +/Prev 1203 0 R +>> endobj +1203 0 obj << +/Title 1204 0 R +/A 1201 0 R +/Parent 1199 0 R +/Next 1207 0 R +>> endobj +1199 0 obj << +/Title 1200 0 R +/A 1197 0 R +/Parent 1195 0 R +/First 1203 0 R +/Last 1207 0 R +/Count -2 +>> endobj +1195 0 obj << +/Title 1196 0 R +/A 1193 0 R +/Parent 5459 0 R +/Prev 1183 0 R +/Next 1211 0 R +/First 1199 0 R +/Last 1199 0 R +/Count -1 +>> endobj +1191 0 obj << +/Title 1192 0 R +/A 1189 0 R +/Parent 1187 0 R +>> endobj +1187 0 obj << +/Title 1188 0 R +/A 1185 0 R +/Parent 1183 0 R +/First 1191 0 R +/Last 1191 0 R +/Count -1 +>> endobj +1183 0 obj << +/Title 1184 0 R +/A 1181 0 R +/Parent 5459 0 R +/Prev 1175 0 R +/Next 1195 0 R +/First 1187 0 R +/Last 1187 0 R +/Count -1 +>> 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 5459 0 R +/Prev 1167 0 R +/Next 1183 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 1167 0 R +>> endobj +1167 0 obj << +/Title 1168 0 R +/A 1165 0 R +/Parent 5459 0 R +/Prev 1155 0 R +/Next 1175 0 R +/First 1171 0 R +/Last 1171 0 R +/Count -1 +>> endobj +1163 0 obj << +/Title 1164 0 R +/A 1161 0 R +/Parent 1159 0 R +>> endobj +1159 0 obj << +/Title 1160 0 R +/A 1157 0 R +/Parent 1155 0 R +/First 1163 0 R +/Last 1163 0 R +/Count -1 +>> endobj +1155 0 obj << +/Title 1156 0 R +/A 1153 0 R +/Parent 5459 0 R +/Prev 1135 0 R +/Next 1167 0 R +/First 1159 0 R +/Last 1159 0 R +/Count -1 +>> endobj +1151 0 obj << +/Title 1152 0 R +/A 1149 0 R +/Parent 1139 0 R +/Prev 1147 0 R +>> endobj +1147 0 obj << +/Title 1148 0 R +/A 1145 0 R +/Parent 1139 0 R +/Prev 1143 0 R +/Next 1151 0 R +>> endobj +1143 0 obj << +/Title 1144 0 R +/A 1141 0 R +/Parent 1139 0 R +/Next 1147 0 R +>> endobj +1139 0 obj << +/Title 1140 0 R +/A 1137 0 R +/Parent 1135 0 R +/First 1143 0 R +/Last 1151 0 R +/Count -3 +>> endobj +1135 0 obj << +/Title 1136 0 R +/A 1133 0 R +/Parent 5459 0 R +/Prev 1119 0 R +/Next 1155 0 R +/First 1139 0 R +/Last 1139 0 R +/Count -1 +>> endobj +1131 0 obj << +/Title 1132 0 R +/A 1129 0 R +/Parent 1123 0 R +/Prev 1127 0 R +>> endobj +1127 0 obj << +/Title 1128 0 R +/A 1125 0 R +/Parent 1123 0 R +/Next 1131 0 R +>> endobj +1123 0 obj << +/Title 1124 0 R +/A 1121 0 R +/Parent 1119 0 R +/First 1127 0 R +/Last 1131 0 R +/Count -2 +>> endobj +1119 0 obj << +/Title 1120 0 R +/A 1117 0 R +/Parent 5459 0 R +/Prev 1107 0 R +/Next 1135 0 R +/First 1123 0 R +/Last 1123 0 R +/Count -1 +>> endobj +1115 0 obj << +/Title 1116 0 R +/A 1113 0 R +/Parent 1111 0 R +>> endobj +1111 0 obj << +/Title 1112 0 R +/A 1109 0 R +/Parent 1107 0 R +/First 1115 0 R +/Last 1115 0 R +/Count -1 +>> endobj +1107 0 obj << +/Title 1108 0 R +/A 1105 0 R +/Parent 5459 0 R +/Prev 1099 0 R +/Next 1119 0 R +/First 1111 0 R +/Last 1111 0 R +/Count -1 +>> endobj +1103 0 obj << +/Title 1104 0 R +/A 1101 0 R +/Parent 1099 0 R +>> endobj +1099 0 obj << +/Title 1100 0 R +/A 1097 0 R +/Parent 5459 0 R +/Prev 1095 0 R +/Next 1107 0 R +/First 1103 0 R +/Last 1103 0 R +/Count -1 +>> endobj +1095 0 obj << +/Title 1096 0 R +/A 1093 0 R +/Parent 5459 0 R +/Prev 1043 0 R +/Next 1099 0 R +>> endobj +1091 0 obj << +/Title 1092 0 R +/A 1089 0 R +/Parent 1043 0 R +/Prev 1087 0 R +>> endobj +1087 0 obj << +/Title 1088 0 R +/A 1085 0 R +/Parent 1043 0 R +/Prev 1083 0 R +/Next 1091 0 R +>> endobj +1083 0 obj << +/Title 1084 0 R +/A 1081 0 R +/Parent 1043 0 R +/Prev 1079 0 R +/Next 1087 0 R +>> endobj +1079 0 obj << +/Title 1080 0 R +/A 1077 0 R +/Parent 1043 0 R +/Prev 1075 0 R +/Next 1083 0 R +>> endobj +1075 0 obj << +/Title 1076 0 R +/A 1073 0 R +/Parent 1043 0 R +/Prev 1071 0 R +/Next 1079 0 R +>> endobj +1071 0 obj << +/Title 1072 0 R +/A 1069 0 R +/Parent 1043 0 R +/Prev 1067 0 R +/Next 1075 0 R +>> endobj +1067 0 obj << +/Title 1068 0 R +/A 1065 0 R +/Parent 1043 0 R +/Prev 1063 0 R +/Next 1071 0 R +>> endobj +1063 0 obj << +/Title 1064 0 R +/A 1061 0 R +/Parent 1043 0 R +/Prev 1059 0 R +/Next 1067 0 R +>> endobj +1059 0 obj << +/Title 1060 0 R +/A 1057 0 R +/Parent 1043 0 R +/Prev 1055 0 R +/Next 1063 0 R +>> endobj +1055 0 obj << +/Title 1056 0 R +/A 1053 0 R +/Parent 1043 0 R +/Prev 1051 0 R +/Next 1059 0 R +>> endobj +1051 0 obj << +/Title 1052 0 R +/A 1049 0 R +/Parent 1043 0 R +/Prev 1047 0 R +/Next 1055 0 R +>> endobj +1047 0 obj << +/Title 1048 0 R +/A 1045 0 R +/Parent 1043 0 R +/Next 1051 0 R +>> endobj +1043 0 obj << +/Title 1044 0 R +/A 1041 0 R +/Parent 5459 0 R +/Prev 1027 0 R +/Next 1095 0 R +/First 1047 0 R +/Last 1091 0 R +/Count -12 +>> endobj +1039 0 obj << +/Title 1040 0 R +/A 1037 0 R +/Parent 1027 0 R +/Prev 1035 0 R +>> endobj +1035 0 obj << +/Title 1036 0 R +/A 1033 0 R +/Parent 1027 0 R +/Prev 1031 0 R +/Next 1039 0 R +>> endobj +1031 0 obj << +/Title 1032 0 R +/A 1029 0 R +/Parent 1027 0 R +/Next 1035 0 R +>> endobj +1027 0 obj << +/Title 1028 0 R +/A 1025 0 R +/Parent 5459 0 R +/Prev 1015 0 R +/Next 1043 0 R +/First 1031 0 R +/Last 1039 0 R +/Count -3 +>> endobj +1023 0 obj << +/Title 1024 0 R +/A 1021 0 R +/Parent 1015 0 R +/Prev 1019 0 R +>> endobj +1019 0 obj << +/Title 1020 0 R +/A 1017 0 R +/Parent 1015 0 R +/Next 1023 0 R +>> endobj +1015 0 obj << +/Title 1016 0 R +/A 1013 0 R +/Parent 5459 0 R +/Prev 975 0 R +/Next 1027 0 R +/First 1019 0 R +/Last 1023 0 R +/Count -2 +>> endobj +1011 0 obj << +/Title 1012 0 R +/A 1009 0 R +/Parent 975 0 R +/Prev 1007 0 R +>> endobj +1007 0 obj << +/Title 1008 0 R +/A 1005 0 R +/Parent 975 0 R +/Prev 1003 0 R +/Next 1011 0 R +>> endobj +1003 0 obj << +/Title 1004 0 R +/A 1001 0 R +/Parent 975 0 R +/Prev 999 0 R +/Next 1007 0 R +>> endobj +999 0 obj << +/Title 1000 0 R +/A 997 0 R +/Parent 975 0 R +/Prev 995 0 R +/Next 1003 0 R +>> endobj +995 0 obj << +/Title 996 0 R +/A 993 0 R +/Parent 975 0 R +/Prev 991 0 R +/Next 999 0 R +>> endobj +991 0 obj << +/Title 992 0 R +/A 989 0 R +/Parent 975 0 R +/Prev 987 0 R +/Next 995 0 R +>> endobj +987 0 obj << +/Title 988 0 R +/A 985 0 R +/Parent 975 0 R +/Prev 983 0 R +/Next 991 0 R +>> endobj +983 0 obj << +/Title 984 0 R +/A 981 0 R +/Parent 975 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 +/Next 983 0 R +>> endobj +975 0 obj << +/Title 976 0 R +/A 973 0 R +/Parent 5459 0 R +/Prev 907 0 R +/Next 1015 0 R +/First 979 0 R +/Last 1011 0 R +/Count -9 +>> endobj +971 0 obj << +/Title 972 0 R +/A 969 0 R +/Parent 951 0 R +/Prev 967 0 R +>> endobj +967 0 obj << +/Title 968 0 R +/A 965 0 R +/Parent 951 0 R +/Prev 963 0 R +/Next 971 0 R +>> endobj +963 0 obj << +/Title 964 0 R +/A 961 0 R +/Parent 951 0 R +/Prev 959 0 R +/Next 967 0 R +>> endobj +959 0 obj << +/Title 960 0 R +/A 957 0 R +/Parent 951 0 R +/Prev 955 0 R +/Next 963 0 R +>> endobj +955 0 obj << +/Title 956 0 R +/A 953 0 R +/Parent 951 0 R +/Next 959 0 R +>> endobj +951 0 obj << +/Title 952 0 R +/A 949 0 R +/Parent 907 0 R +/Prev 947 0 R +/First 955 0 R +/Last 971 0 R +/Count -5 +>> endobj +947 0 obj << +/Title 948 0 R +/A 945 0 R +/Parent 907 0 R +/Prev 943 0 R +/Next 951 0 R +>> endobj +943 0 obj << +/Title 944 0 R +/A 941 0 R +/Parent 907 0 R +/Prev 915 0 R +/Next 947 0 R +>> endobj +939 0 obj << +/Title 940 0 R +/A 937 0 R +/Parent 915 0 R +/Prev 935 0 R +>> endobj +935 0 obj << +/Title 936 0 R +/A 933 0 R +/Parent 915 0 R +/Prev 931 0 R +/Next 939 0 R +>> endobj +931 0 obj << +/Title 932 0 R +/A 929 0 R +/Parent 915 0 R +/Prev 927 0 R +/Next 935 0 R +>> endobj +927 0 obj << +/Title 928 0 R +/A 925 0 R +/Parent 915 0 R +/Prev 923 0 R +/Next 931 0 R +>> endobj +923 0 obj << +/Title 924 0 R +/A 921 0 R +/Parent 915 0 R +/Prev 919 0 R +/Next 927 0 R +>> endobj +919 0 obj << +/Title 920 0 R +/A 917 0 R +/Parent 915 0 R +/Next 923 0 R +>> endobj +915 0 obj << +/Title 916 0 R +/A 913 0 R +/Parent 907 0 R +/Prev 911 0 R +/Next 943 0 R +/First 919 0 R +/Last 939 0 R +/Count -6 +>> endobj +911 0 obj << +/Title 912 0 R +/A 909 0 R +/Parent 907 0 R +/Next 915 0 R +>> endobj +907 0 obj << +/Title 908 0 R +/A 905 0 R +/Parent 5459 0 R +/Prev 711 0 R +/Next 975 0 R +/First 911 0 R +/Last 951 0 R +/Count -5 +>> endobj +903 0 obj << +/Title 904 0 R +/A 901 0 R +/Parent 887 0 R +/Prev 899 0 R +>> endobj +899 0 obj << +/Title 900 0 R +/A 897 0 R +/Parent 887 0 R +/Prev 895 0 R +/Next 903 0 R +>> endobj +895 0 obj << +/Title 896 0 R +/A 893 0 R +/Parent 887 0 R +/Prev 891 0 R +/Next 899 0 R +>> endobj +891 0 obj << +/Title 892 0 R +/A 889 0 R +/Parent 887 0 R +/Next 895 0 R +>> endobj +887 0 obj << +/Title 888 0 R +/A 885 0 R +/Parent 711 0 R +/Prev 883 0 R +/First 891 0 R +/Last 903 0 R +/Count -4 +>> endobj +883 0 obj << +/Title 884 0 R +/A 881 0 R +/Parent 711 0 R +/Prev 863 0 R +/Next 887 0 R +>> endobj +879 0 obj << +/Title 880 0 R +/A 877 0 R +/Parent 871 0 R +/Prev 875 0 R +>> endobj +875 0 obj << +/Title 876 0 R +/A 873 0 R +/Parent 871 0 R +/Next 879 0 R +>> endobj +871 0 obj << +/Title 872 0 R +/A 869 0 R +/Parent 863 0 R +/Prev 867 0 R +/First 875 0 R +/Last 879 0 R +/Count -2 +>> endobj +867 0 obj << +/Title 868 0 R +/A 865 0 R +/Parent 863 0 R +/Next 871 0 R +>> endobj +863 0 obj << +/Title 864 0 R +/A 861 0 R +/Parent 711 0 R +/Prev 839 0 R +/Next 883 0 R +/First 867 0 R +/Last 871 0 R +/Count -2 +>> endobj +859 0 obj << +/Title 860 0 R +/A 857 0 R +/Parent 839 0 R +/Prev 855 0 R +>> endobj +855 0 obj << +/Title 856 0 R +/A 853 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 839 0 R +/Prev 847 0 R +/Next 855 0 R +>> endobj +847 0 obj << +/Title 848 0 R +/A 845 0 R +/Parent 839 0 R +/Prev 843 0 R +/Next 851 0 R +>> endobj +843 0 obj << +/Title 844 0 R +/A 841 0 R +/Parent 839 0 R +/Next 847 0 R +>> endobj +839 0 obj << +/Title 840 0 R +/A 837 0 R +/Parent 711 0 R +/Prev 835 0 R +/Next 863 0 R +/First 843 0 R +/Last 859 0 R +/Count -5 +>> endobj +835 0 obj << +/Title 836 0 R +/A 833 0 R +/Parent 711 0 R +/Prev 815 0 R +/Next 839 0 R +>> endobj +831 0 obj << +/Title 832 0 R +/A 829 0 R +/Parent 815 0 R +/Prev 827 0 R +>> endobj +827 0 obj << +/Title 828 0 R +/A 825 0 R +/Parent 815 0 R +/Prev 823 0 R +/Next 831 0 R +>> endobj +823 0 obj << +/Title 824 0 R +/A 821 0 R +/Parent 815 0 R +/Prev 819 0 R +/Next 827 0 R +>> endobj +819 0 obj << +/Title 820 0 R +/A 817 0 R +/Parent 815 0 R +/Next 823 0 R +>> endobj +815 0 obj << +/Title 816 0 R +/A 813 0 R +/Parent 711 0 R +/Prev 779 0 R +/Next 835 0 R +/First 819 0 R +/Last 831 0 R +/Count -4 +>> endobj +811 0 obj << +/Title 812 0 R +/A 809 0 R +/Parent 783 0 R +/Prev 807 0 R +>> endobj +807 0 obj << +/Title 808 0 R +/A 805 0 R +/Parent 783 0 R +/Prev 803 0 R +/Next 811 0 R +>> endobj +803 0 obj << +/Title 804 0 R +/A 801 0 R +/Parent 783 0 R +/Prev 799 0 R +/Next 807 0 R +>> endobj +799 0 obj << +/Title 800 0 R +/A 797 0 R +/Parent 783 0 R +/Prev 795 0 R +/Next 803 0 R +>> endobj +795 0 obj << +/Title 796 0 R +/A 793 0 R +/Parent 783 0 R +/Prev 791 0 R +/Next 799 0 R +>> endobj +791 0 obj << +/Title 792 0 R +/A 789 0 R +/Parent 783 0 R +/Prev 787 0 R +/Next 795 0 R +>> endobj +787 0 obj << +/Title 788 0 R +/A 785 0 R +/Parent 783 0 R +/Next 791 0 R +>> endobj +783 0 obj << +/Title 784 0 R +/A 781 0 R +/Parent 779 0 R +/First 787 0 R +/Last 811 0 R +/Count -7 +>> endobj +779 0 obj << +/Title 780 0 R +/A 777 0 R +/Parent 711 0 R +/Prev 767 0 R +/Next 815 0 R +/First 783 0 R +/Last 783 0 R +/Count -1 +>> endobj +775 0 obj << +/Title 776 0 R +/A 773 0 R +/Parent 767 0 R +/Prev 771 0 R +>> endobj +771 0 obj << +/Title 772 0 R +/A 769 0 R +/Parent 767 0 R +/Next 775 0 R +>> endobj +767 0 obj << +/Title 768 0 R +/A 765 0 R +/Parent 711 0 R +/Prev 731 0 R +/Next 779 0 R +/First 771 0 R +/Last 775 0 R +/Count -2 +>> endobj +763 0 obj << +/Title 764 0 R +/A 761 0 R +/Parent 731 0 R +/Prev 759 0 R +>> endobj +759 0 obj << +/Title 760 0 R +/A 757 0 R +/Parent 731 0 R +/Prev 755 0 R +/Next 763 0 R +>> endobj +755 0 obj << +/Title 756 0 R +/A 753 0 R +/Parent 731 0 R +/Prev 751 0 R +/Next 759 0 R +>> endobj +751 0 obj << +/Title 752 0 R +/A 749 0 R +/Parent 731 0 R +/Prev 735 0 R +/Next 755 0 R +>> endobj +747 0 obj << +/Title 748 0 R +/A 745 0 R +/Parent 735 0 R +/Prev 743 0 R +>> endobj +743 0 obj << +/Title 744 0 R +/A 741 0 R +/Parent 735 0 R +/Prev 739 0 R +/Next 747 0 R +>> endobj +739 0 obj << +/Title 740 0 R +/A 737 0 R +/Parent 735 0 R +/Next 743 0 R +>> endobj +735 0 obj << +/Title 736 0 R +/A 733 0 R +/Parent 731 0 R +/Next 751 0 R +/First 739 0 R +/Last 747 0 R +/Count -3 +>> endobj +731 0 obj << +/Title 732 0 R +/A 729 0 R +/Parent 711 0 R +/Prev 727 0 R +/Next 767 0 R +/First 735 0 R +/Last 763 0 R +/Count -5 +>> endobj +727 0 obj << +/Title 728 0 R +/A 725 0 R +/Parent 711 0 R +/Prev 723 0 R +/Next 731 0 R +>> endobj +723 0 obj << +/Title 724 0 R +/A 721 0 R +/Parent 711 0 R +/Prev 719 0 R +/Next 727 0 R +>> endobj +719 0 obj << +/Title 720 0 R +/A 717 0 R +/Parent 711 0 R +/Prev 715 0 R +/Next 723 0 R +>> endobj +715 0 obj << +/Title 716 0 R +/A 713 0 R +/Parent 711 0 R +/Next 719 0 R +>> endobj +711 0 obj << +/Title 712 0 R +/A 709 0 R +/Parent 5459 0 R +/Prev 659 0 R +/Next 907 0 R +/First 715 0 R +/Last 887 0 R +/Count -13 +>> endobj +707 0 obj << +/Title 708 0 R +/A 705 0 R +/Parent 703 0 R +>> endobj +703 0 obj << +/Title 704 0 R +/A 701 0 R +/Parent 659 0 R +/Prev 695 0 R +/First 707 0 R +/Last 707 0 R +/Count -1 +>> endobj +699 0 obj << +/Title 700 0 R +/A 697 0 R +/Parent 695 0 R +>> endobj +695 0 obj << +/Title 696 0 R +/A 693 0 R +/Parent 659 0 R +/Prev 679 0 R +/Next 703 0 R +/First 699 0 R +/Last 699 0 R +/Count -1 +>> endobj +691 0 obj << +/Title 692 0 R +/A 689 0 R +/Parent 679 0 R +/Prev 687 0 R +>> endobj +687 0 obj << +/Title 688 0 R +/A 685 0 R +/Parent 679 0 R +/Prev 683 0 R +/Next 691 0 R +>> endobj +683 0 obj << +/Title 684 0 R +/A 681 0 R +/Parent 679 0 R +/Next 687 0 R +>> endobj +679 0 obj << +/Title 680 0 R +/A 677 0 R +/Parent 659 0 R +/Prev 663 0 R +/Next 695 0 R +/First 683 0 R +/Last 691 0 R +/Count -3 +>> endobj +675 0 obj << +/Title 676 0 R +/A 673 0 R +/Parent 663 0 R +/Prev 671 0 R +>> endobj +671 0 obj << +/Title 672 0 R +/A 669 0 R +/Parent 663 0 R +/Prev 667 0 R +/Next 675 0 R +>> endobj +667 0 obj << +/Title 668 0 R +/A 665 0 R +/Parent 663 0 R +/Next 671 0 R +>> endobj +663 0 obj << +/Title 664 0 R +/A 661 0 R +/Parent 659 0 R +/Next 679 0 R +/First 667 0 R +/Last 675 0 R +/Count -3 +>> endobj +659 0 obj << +/Title 660 0 R +/A 657 0 R +/Parent 5459 0 R +/Prev 315 0 R +/Next 711 0 R +/First 663 0 R +/Last 703 0 R +/Count -4 +>> endobj +655 0 obj << +/Title 656 0 R +/A 653 0 R +/Parent 627 0 R +/Prev 639 0 R +>> endobj +651 0 obj << +/Title 652 0 R +/A 649 0 R +/Parent 639 0 R +/Prev 647 0 R +>> endobj +647 0 obj << +/Title 648 0 R +/A 645 0 R +/Parent 639 0 R +/Prev 643 0 R +/Next 651 0 R +>> endobj +643 0 obj << +/Title 644 0 R +/A 641 0 R +/Parent 639 0 R +/Next 647 0 R +>> endobj +639 0 obj << +/Title 640 0 R +/A 637 0 R +/Parent 627 0 R +/Prev 635 0 R +/Next 655 0 R +/First 643 0 R +/Last 651 0 R +/Count -3 +>> endobj +635 0 obj << +/Title 636 0 R +/A 633 0 R +/Parent 627 0 R +/Prev 631 0 R +/Next 639 0 R +>> endobj +631 0 obj << +/Title 632 0 R +/A 629 0 R +/Parent 627 0 R +/Next 635 0 R +>> endobj +627 0 obj << +/Title 628 0 R +/A 625 0 R +/Parent 315 0 R +/Prev 623 0 R +/First 631 0 R +/Last 655 0 R +/Count -4 +>> endobj +623 0 obj << +/Title 624 0 R +/A 621 0 R +/Parent 315 0 R +/Prev 603 0 R +/Next 627 0 R +>> endobj +619 0 obj << +/Title 620 0 R +/A 617 0 R +/Parent 603 0 R +/Prev 615 0 R +>> endobj +615 0 obj << +/Title 616 0 R +/A 613 0 R +/Parent 603 0 R +/Prev 611 0 R +/Next 619 0 R +>> endobj +611 0 obj << +/Title 612 0 R +/A 609 0 R +/Parent 603 0 R +/Prev 607 0 R +/Next 615 0 R +>> endobj +607 0 obj << +/Title 608 0 R +/A 605 0 R +/Parent 603 0 R +/Next 611 0 R +>> endobj +603 0 obj << +/Title 604 0 R +/A 601 0 R +/Parent 315 0 R +/Prev 599 0 R +/Next 623 0 R +/First 607 0 R +/Last 619 0 R +/Count -4 +>> endobj +599 0 obj << +/Title 600 0 R +/A 597 0 R +/Parent 315 0 R +/Prev 595 0 R +/Next 603 0 R +>> endobj +595 0 obj << +/Title 596 0 R +/A 593 0 R +/Parent 315 0 R +/Prev 591 0 R +/Next 599 0 R +>> endobj +591 0 obj << +/Title 592 0 R +/A 589 0 R +/Parent 315 0 R +/Prev 579 0 R +/Next 595 0 R +>> endobj +587 0 obj << +/Title 588 0 R +/A 585 0 R +/Parent 579 0 R +/Prev 583 0 R +>> endobj +583 0 obj << +/Title 584 0 R +/A 581 0 R +/Parent 579 0 R +/Next 587 0 R +>> endobj +579 0 obj << +/Title 580 0 R +/A 577 0 R +/Parent 315 0 R +/Prev 563 0 R +/Next 591 0 R +/First 583 0 R +/Last 587 0 R +/Count -2 +>> endobj +575 0 obj << +/Title 576 0 R +/A 573 0 R +/Parent 563 0 R +/Prev 571 0 R +>> endobj +571 0 obj << +/Title 572 0 R +/A 569 0 R +/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 563 0 R +/Next 571 0 R +>> endobj +563 0 obj << +/Title 564 0 R +/A 561 0 R +/Parent 315 0 R +/Prev 559 0 R +/Next 579 0 R +/First 567 0 R +/Last 575 0 R +/Count -3 +>> endobj +559 0 obj << +/Title 560 0 R +/A 557 0 R +/Parent 315 0 R +/Prev 467 0 R +/Next 563 0 R +>> endobj +555 0 obj << +/Title 556 0 R +/A 553 0 R +/Parent 499 0 R +/Prev 507 0 R +>> endobj +551 0 obj << +/Title 552 0 R +/A 549 0 R +/Parent 507 0 R +/Prev 547 0 R +>> endobj +547 0 obj << +/Title 548 0 R +/A 545 0 R +/Parent 507 0 R +/Prev 543 0 R +/Next 551 0 R +>> endobj +543 0 obj << +/Title 544 0 R +/A 541 0 R +/Parent 507 0 R +/Prev 539 0 R +/Next 547 0 R +>> endobj +539 0 obj << +/Title 540 0 R +/A 537 0 R +/Parent 507 0 R +/Prev 535 0 R +/Next 543 0 R +>> endobj +535 0 obj << +/Title 536 0 R +/A 533 0 R +/Parent 507 0 R +/Prev 531 0 R +/Next 539 0 R +>> endobj +531 0 obj << +/Title 532 0 R +/A 529 0 R +/Parent 507 0 R +/Prev 527 0 R +/Next 535 0 R +>> endobj +527 0 obj << +/Title 528 0 R +/A 525 0 R +/Parent 507 0 R +/Prev 523 0 R +/Next 531 0 R +>> endobj +523 0 obj << +/Title 524 0 R +/A 521 0 R +/Parent 507 0 R +/Prev 519 0 R +/Next 527 0 R +>> endobj +519 0 obj << +/Title 520 0 R +/A 517 0 R +/Parent 507 0 R +/Prev 515 0 R +/Next 523 0 R +>> endobj +515 0 obj << +/Title 516 0 R +/A 513 0 R +/Parent 507 0 R +/Prev 511 0 R +/Next 519 0 R +>> endobj +511 0 obj << +/Title 512 0 R +/A 509 0 R +/Parent 507 0 R +/Next 515 0 R +>> endobj +507 0 obj << +/Title 508 0 R +/A 505 0 R +/Parent 499 0 R +/Prev 503 0 R +/Next 555 0 R +/First 511 0 R +/Last 551 0 R +/Count -11 +>> endobj +503 0 obj << +/Title 504 0 R +/A 501 0 R +/Parent 499 0 R +/Next 507 0 R +>> endobj +499 0 obj << +/Title 500 0 R +/A 497 0 R +/Parent 467 0 R +/Prev 487 0 R +/First 503 0 R +/Last 555 0 R +/Count -3 +>> endobj +495 0 obj << +/Title 496 0 R +/A 493 0 R +/Parent 487 0 R +/Prev 491 0 R +>> endobj +491 0 obj << +/Title 492 0 R +/A 489 0 R +/Parent 487 0 R +/Next 495 0 R +>> endobj +487 0 obj << +/Title 488 0 R +/A 485 0 R +/Parent 467 0 R +/Prev 483 0 R +/Next 499 0 R +/First 491 0 R +/Last 495 0 R +/Count -2 +>> endobj +483 0 obj << +/Title 484 0 R +/A 481 0 R +/Parent 467 0 R +/Prev 475 0 R +/Next 487 0 R +>> endobj +479 0 obj << +/Title 480 0 R +/A 477 0 R +/Parent 475 0 R +>> endobj +475 0 obj << +/Title 476 0 R +/A 473 0 R +/Parent 467 0 R +/Prev 471 0 R +/Next 483 0 R +/First 479 0 R +/Last 479 0 R +/Count -1 +>> endobj +471 0 obj << +/Title 472 0 R +/A 469 0 R +/Parent 467 0 R +/Next 475 0 R +>> endobj +467 0 obj << +/Title 468 0 R +/A 465 0 R +/Parent 315 0 R +/Prev 463 0 R +/Next 559 0 R +/First 471 0 R +/Last 499 0 R +/Count -5 +>> endobj +463 0 obj << +/Title 464 0 R +/A 461 0 R +/Parent 315 0 R +/Prev 459 0 R +/Next 467 0 R +>> endobj +459 0 obj << +/Title 460 0 R +/A 457 0 R +/Parent 315 0 R +/Prev 455 0 R +/Next 463 0 R +>> endobj +455 0 obj << +/Title 456 0 R +/A 453 0 R +/Parent 315 0 R +/Prev 431 0 R +/Next 459 0 R +>> endobj +451 0 obj << +/Title 452 0 R +/A 449 0 R +/Parent 447 0 R +>> endobj +447 0 obj << +/Title 448 0 R +/A 445 0 R +/Parent 431 0 R +/Prev 443 0 R +/First 451 0 R +/Last 451 0 R +/Count -1 +>> endobj +443 0 obj << +/Title 444 0 R +/A 441 0 R +/Parent 431 0 R +/Prev 439 0 R +/Next 447 0 R +>> endobj +439 0 obj << +/Title 440 0 R +/A 437 0 R +/Parent 431 0 R +/Prev 435 0 R +/Next 443 0 R +>> endobj +435 0 obj << +/Title 436 0 R +/A 433 0 R +/Parent 431 0 R +/Next 439 0 R +>> endobj +431 0 obj << +/Title 432 0 R +/A 429 0 R +/Parent 315 0 R +/Prev 427 0 R +/Next 455 0 R +/First 435 0 R +/Last 447 0 R +/Count -4 +>> endobj +427 0 obj << +/Title 428 0 R +/A 425 0 R +/Parent 315 0 R +/Prev 387 0 R +/Next 431 0 R +>> endobj +423 0 obj << +/Title 424 0 R +/A 421 0 R +/Parent 395 0 R +/Prev 419 0 R +>> endobj +419 0 obj << +/Title 420 0 R +/A 417 0 R +/Parent 395 0 R +/Prev 415 0 R +/Next 423 0 R +>> endobj +415 0 obj << +/Title 416 0 R +/A 413 0 R +/Parent 395 0 R +/Prev 403 0 R +/Next 419 0 R +>> endobj +411 0 obj << +/Title 412 0 R +/A 409 0 R +/Parent 403 0 R +/Prev 407 0 R +>> endobj +407 0 obj << +/Title 408 0 R +/A 405 0 R +/Parent 403 0 R +/Next 411 0 R +>> endobj +403 0 obj << +/Title 404 0 R +/A 401 0 R +/Parent 395 0 R +/Prev 399 0 R +/Next 415 0 R +/First 407 0 R +/Last 411 0 R +/Count -2 +>> endobj +399 0 obj << +/Title 400 0 R +/A 397 0 R +/Parent 395 0 R +/Next 403 0 R +>> endobj +395 0 obj << +/Title 396 0 R +/A 393 0 R +/Parent 387 0 R +/Prev 391 0 R +/First 399 0 R +/Last 423 0 R +/Count -5 +>> endobj +391 0 obj << +/Title 392 0 R +/A 389 0 R +/Parent 387 0 R +/Next 395 0 R +>> endobj +387 0 obj << +/Title 388 0 R +/A 385 0 R +/Parent 315 0 R +/Prev 319 0 R +/Next 427 0 R +/First 391 0 R +/Last 395 0 R +/Count -2 +>> endobj +383 0 obj << +/Title 384 0 R +/A 381 0 R +/Parent 319 0 R +/Prev 379 0 R +>> endobj +379 0 obj << +/Title 380 0 R +/A 377 0 R +/Parent 319 0 R +/Prev 375 0 R +/Next 383 0 R +>> endobj +375 0 obj << +/Title 376 0 R +/A 373 0 R +/Parent 319 0 R +/Prev 371 0 R +/Next 379 0 R +>> endobj +371 0 obj << +/Title 372 0 R +/A 369 0 R +/Parent 319 0 R +/Prev 367 0 R +/Next 375 0 R +>> endobj +367 0 obj << +/Title 368 0 R +/A 365 0 R +/Parent 319 0 R +/Prev 363 0 R +/Next 371 0 R +>> endobj +363 0 obj << +/Title 364 0 R +/A 361 0 R +/Parent 319 0 R +/Prev 359 0 R +/Next 367 0 R +>> endobj +359 0 obj << +/Title 360 0 R +/A 357 0 R +/Parent 319 0 R +/Prev 355 0 R +/Next 363 0 R +>> endobj +355 0 obj << +/Title 356 0 R +/A 353 0 R +/Parent 319 0 R +/Prev 351 0 R +/Next 359 0 R +>> endobj +351 0 obj << +/Title 352 0 R +/A 349 0 R +/Parent 319 0 R +/Prev 347 0 R +/Next 355 0 R +>> endobj +347 0 obj << +/Title 348 0 R +/A 345 0 R +/Parent 319 0 R +/Prev 343 0 R +/Next 351 0 R +>> endobj +343 0 obj << +/Title 344 0 R +/A 341 0 R +/Parent 319 0 R +/Prev 339 0 R +/Next 347 0 R +>> endobj +339 0 obj << +/Title 340 0 R +/A 337 0 R +/Parent 319 0 R +/Prev 335 0 R +/Next 343 0 R +>> endobj +335 0 obj << +/Title 336 0 R +/A 333 0 R +/Parent 319 0 R +/Prev 331 0 R +/Next 339 0 R +>> endobj +331 0 obj << +/Title 332 0 R +/A 329 0 R +/Parent 319 0 R +/Prev 327 0 R +/Next 335 0 R +>> endobj +327 0 obj << +/Title 328 0 R +/A 325 0 R +/Parent 319 0 R +/Prev 323 0 R +/Next 331 0 R +>> endobj +323 0 obj << +/Title 324 0 R +/A 321 0 R +/Parent 319 0 R +/Next 327 0 R +>> endobj +319 0 obj << +/Title 320 0 R +/A 317 0 R +/Parent 315 0 R +/Next 387 0 R +/First 323 0 R +/Last 383 0 R +/Count -16 +>> endobj +315 0 obj << +/Title 316 0 R +/A 313 0 R +/Parent 5459 0 R +/Prev 39 0 R +/Next 659 0 R +/First 319 0 R +/Last 627 0 R +/Count -17 +>> endobj +311 0 obj << +/Title 312 0 R +/A 309 0 R +/Parent 307 0 R +>> endobj +307 0 obj << +/Title 308 0 R +/A 305 0 R +/Parent 263 0 R +/Prev 299 0 R +/First 311 0 R +/Last 311 0 R +/Count -1 +>> endobj +303 0 obj << +/Title 304 0 R +/A 301 0 R +/Parent 299 0 R +>> endobj +299 0 obj << +/Title 300 0 R +/A 297 0 R +/Parent 263 0 R +/Prev 295 0 R +/Next 307 0 R +/First 303 0 R +/Last 303 0 R +/Count -1 +>> endobj +295 0 obj << +/Title 296 0 R +/A 293 0 R +/Parent 263 0 R +/Prev 291 0 R +/Next 299 0 R +>> endobj +291 0 obj << +/Title 292 0 R +/A 289 0 R +/Parent 263 0 R +/Prev 271 0 R +/Next 295 0 R +>> endobj +287 0 obj << +/Title 288 0 R +/A 285 0 R +/Parent 275 0 R +/Prev 283 0 R +>> endobj +283 0 obj << +/Title 284 0 R +/A 281 0 R +/Parent 275 0 R +/Prev 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 +>> endobj +275 0 obj << +/Title 276 0 R +/A 273 0 R +/Parent 271 0 R +/First 279 0 R +/Last 287 0 R +/Count -3 +>> endobj +271 0 obj << +/Title 272 0 R +/A 269 0 R +/Parent 263 0 R +/Prev 267 0 R +/Next 291 0 R +/First 275 0 R +/Last 275 0 R +/Count -1 +>> endobj +267 0 obj << +/Title 268 0 R +/A 265 0 R +/Parent 263 0 R +/Next 271 0 R +>> endobj +263 0 obj << +/Title 264 0 R +/A 261 0 R +/Parent 39 0 R +/Prev 219 0 R +/First 267 0 R +/Last 307 0 R +/Count -6 +>> endobj +259 0 obj << +/Title 260 0 R +/A 257 0 R +/Parent 219 0 R +/Prev 247 0 R +>> endobj +255 0 obj << +/Title 256 0 R +/A 253 0 R +/Parent 247 0 R +/Prev 251 0 R +>> endobj +251 0 obj << +/Title 252 0 R +/A 249 0 R +/Parent 247 0 R +/Next 255 0 R +>> endobj +247 0 obj << +/Title 248 0 R +/A 245 0 R +/Parent 219 0 R +/Prev 223 0 R +/Next 259 0 R +/First 251 0 R +/Last 255 0 R +/Count -2 +>> endobj +243 0 obj << +/Title 244 0 R +/A 241 0 R +/Parent 223 0 R +/Prev 239 0 R +>> endobj +239 0 obj << +/Title 240 0 R +/A 237 0 R +/Parent 223 0 R +/Prev 235 0 R +/Next 243 0 R +>> endobj +235 0 obj << +/Title 236 0 R +/A 233 0 R +/Parent 223 0 R +/Prev 231 0 R +/Next 239 0 R +>> endobj +231 0 obj << +/Title 232 0 R +/A 229 0 R +/Parent 223 0 R +/Prev 227 0 R +/Next 235 0 R +>> endobj +227 0 obj << +/Title 228 0 R +/A 225 0 R +/Parent 223 0 R +/Next 231 0 R +>> endobj +223 0 obj << +/Title 224 0 R +/A 221 0 R +/Parent 219 0 R +/Next 247 0 R +/First 227 0 R +/Last 243 0 R +/Count -5 +>> endobj +219 0 obj << +/Title 220 0 R +/A 217 0 R +/Parent 39 0 R +/Prev 215 0 R +/Next 263 0 R +/First 223 0 R +/Last 259 0 R +/Count -3 +>> endobj +215 0 obj << +/Title 216 0 R +/A 213 0 R +/Parent 39 0 R +/Prev 195 0 R +/Next 219 0 R +>> endobj +211 0 obj << +/Title 212 0 R +/A 209 0 R +/Parent 195 0 R +/Prev 207 0 R +>> endobj +207 0 obj << +/Title 208 0 R +/A 205 0 R +/Parent 195 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 +/Next 207 0 R +>> endobj +199 0 obj << +/Title 200 0 R +/A 197 0 R +/Parent 195 0 R +/Next 203 0 R +>> endobj +195 0 obj << +/Title 196 0 R +/A 193 0 R +/Parent 39 0 R +/Prev 119 0 R +/Next 215 0 R +/First 199 0 R +/Last 211 0 R +/Count -4 +>> endobj +191 0 obj << +/Title 192 0 R +/A 189 0 R +/Parent 119 0 R +/Prev 171 0 R +>> endobj +187 0 obj << +/Title 188 0 R +/A 185 0 R +/Parent 171 0 R +/Prev 175 0 R +>> endobj +183 0 obj << +/Title 184 0 R +/A 181 0 R +/Parent 175 0 R +/Prev 179 0 R +>> endobj +179 0 obj << +/Title 180 0 R +/A 177 0 R +/Parent 175 0 R +/Next 183 0 R +>> endobj +175 0 obj << +/Title 176 0 R +/A 173 0 R +/Parent 171 0 R +/Next 187 0 R +/First 179 0 R +/Last 183 0 R +/Count -2 +>> endobj +171 0 obj << +/Title 172 0 R +/A 169 0 R +/Parent 119 0 R +/Prev 167 0 R +/Next 191 0 R +/First 175 0 R +/Last 187 0 R +/Count -2 +>> endobj +167 0 obj << +/Title 168 0 R +/A 165 0 R +/Parent 119 0 R +/Prev 127 0 R +/Next 171 0 R +>> endobj +163 0 obj << +/Title 164 0 R +/A 161 0 R +/Parent 155 0 R +/Prev 159 0 R +>> endobj +159 0 obj << +/Title 160 0 R +/A 157 0 R +/Parent 155 0 R +/Next 163 0 R +>> endobj +155 0 obj << +/Title 156 0 R +/A 153 0 R +/Parent 127 0 R +/Prev 135 0 R +/First 159 0 R +/Last 163 0 R +/Count -2 +>> endobj +151 0 obj << +/Title 152 0 R +/A 149 0 R +/Parent 135 0 R +/Prev 147 0 R +>> endobj +147 0 obj << +/Title 148 0 R +/A 145 0 R +/Parent 135 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 +/Next 147 0 R +>> endobj +139 0 obj << +/Title 140 0 R +/A 137 0 R +/Parent 135 0 R +/Next 143 0 R +>> endobj +135 0 obj << +/Title 136 0 R +/A 133 0 R +/Parent 127 0 R +/Prev 131 0 R +/Next 155 0 R +/First 139 0 R +/Last 151 0 R +/Count -4 +>> endobj +131 0 obj << +/Title 132 0 R +/A 129 0 R +/Parent 127 0 R +/Next 135 0 R +>> endobj +127 0 obj << +/Title 128 0 R +/A 125 0 R +/Parent 119 0 R +/Prev 123 0 R +/Next 167 0 R +/First 131 0 R +/Last 155 0 R +/Count -3 +>> endobj +123 0 obj << +/Title 124 0 R +/A 121 0 R +/Parent 119 0 R +/Next 127 0 R +>> endobj +119 0 obj << +/Title 120 0 R +/A 117 0 R +/Parent 39 0 R +/Prev 43 0 R +/Next 195 0 R +/First 123 0 R +/Last 191 0 R +/Count -5 +>> endobj +115 0 obj << +/Title 116 0 R +/A 113 0 R +/Parent 43 0 R +/Prev 111 0 R +>> endobj +111 0 obj << +/Title 112 0 R +/A 109 0 R +/Parent 43 0 R +/Prev 71 0 R +/Next 115 0 R +>> endobj +107 0 obj << +/Title 108 0 R +/A 105 0 R +/Parent 71 0 R +/Prev 103 0 R +>> endobj +103 0 obj << +/Title 104 0 R +/A 101 0 R +/Parent 71 0 R +/Prev 99 0 R +/Next 107 0 R +>> endobj +99 0 obj << +/Title 100 0 R +/A 97 0 R +/Parent 71 0 R +/Prev 95 0 R +/Next 103 0 R +>> endobj +95 0 obj << +/Title 96 0 R +/A 93 0 R +/Parent 71 0 R +/Prev 91 0 R +/Next 99 0 R +>> endobj +91 0 obj << +/Title 92 0 R +/A 89 0 R +/Parent 71 0 R +/Prev 87 0 R +/Next 95 0 R +>> endobj +87 0 obj << +/Title 88 0 R +/A 85 0 R +/Parent 71 0 R +/Prev 83 0 R +/Next 91 0 R +>> endobj +83 0 obj << +/Title 84 0 R +/A 81 0 R +/Parent 71 0 R +/Prev 79 0 R +/Next 87 0 R +>> endobj +79 0 obj << +/Title 80 0 R +/A 77 0 R +/Parent 71 0 R +/Prev 75 0 R +/Next 83 0 R +>> endobj +75 0 obj << +/Title 76 0 R +/A 73 0 R +/Parent 71 0 R +/Next 79 0 R +>> endobj +71 0 obj << +/Title 72 0 R +/A 69 0 R +/Parent 43 0 R +/Prev 67 0 R +/Next 111 0 R +/First 75 0 R +/Last 107 0 R +/Count -9 +>> endobj +67 0 obj << +/Title 68 0 R +/A 65 0 R +/Parent 43 0 R +/Prev 63 0 R +/Next 71 0 R +>> endobj +63 0 obj << +/Title 64 0 R +/A 61 0 R +/Parent 43 0 R +/Prev 51 0 R +/Next 67 0 R +>> endobj +59 0 obj << +/Title 60 0 R +/A 57 0 R +/Parent 51 0 R +/Prev 55 0 R +>> endobj +55 0 obj << +/Title 56 0 R +/A 53 0 R +/Parent 51 0 R +/Next 59 0 R +>> endobj +51 0 obj << +/Title 52 0 R +/A 49 0 R +/Parent 43 0 R +/Prev 47 0 R +/Next 63 0 R +/First 55 0 R +/Last 59 0 R +/Count -2 +>> endobj +47 0 obj << +/Title 48 0 R +/A 45 0 R +/Parent 43 0 R +/Next 51 0 R +>> endobj +43 0 obj << +/Title 44 0 R +/A 41 0 R +/Parent 39 0 R +/Next 119 0 R +/First 47 0 R +/Last 115 0 R +/Count -7 +>> endobj +39 0 obj << +/Title 40 0 R +/A 37 0 R +/Parent 5459 0 R +/Prev 15 0 R +/Next 315 0 R +/First 43 0 R +/Last 263 0 R +/Count -6 +>> endobj +35 0 obj << +/Title 36 0 R +/A 33 0 R +/Parent 15 0 R +/Prev 31 0 R +>> endobj +31 0 obj << +/Title 32 0 R +/A 29 0 R +/Parent 15 0 R +/Prev 27 0 R +/Next 35 0 R +>> endobj +27 0 obj << +/Title 28 0 R +/A 25 0 R +/Parent 15 0 R +/Prev 23 0 R +/Next 31 0 R +>> endobj +23 0 obj << +/Title 24 0 R +/A 21 0 R +/Parent 15 0 R +/Prev 19 0 R +/Next 27 0 R +>> endobj +19 0 obj << +/Title 20 0 R +/A 17 0 R +/Parent 15 0 R +/Next 23 0 R +>> endobj +15 0 obj << +/Title 16 0 R +/A 13 0 R +/Parent 5459 0 R +/Prev 11 0 R +/Next 39 0 R +/First 19 0 R +/Last 35 0 R +/Count -5 +>> endobj +11 0 obj << +/Title 12 0 R +/A 9 0 R +/Parent 5459 0 R +/Prev 7 0 R +/Next 15 0 R +>> endobj +7 0 obj << +/Title 8 0 R +/A 5 0 R +/Parent 5459 0 R +/Prev 3 0 R +/Next 11 0 R +>> endobj +3 0 obj << +/Title 4 0 R +/A 1 0 R +/Parent 5459 0 R +/Next 7 0 R +>> endobj +5460 0 obj << +/Names [(1.0) 2 0 R (10.0) 974 0 R (10.51.1) 978 0 R (10.52.1) 982 0 R (10.53.1) 986 0 R (10.54.1) 990 0 R (10.55.1) 994 0 R (10.56.1) 998 0 R (10.57.1) 1002 0 R (10.58.1) 1006 0 R (10.59.1) 1010 0 R (1000) 2921 0 R (1001) 2922 0 R (1002) 2923 0 R (1004) 2924 0 R (1005) 2925 0 R (1006) 2926 0 R (1007) 2927 0 R (1009) 2928 0 R (101) 2130 0 R (1010) 2929 0 R (1011) 2930 0 R (1012) 2935 0 R (1013) 2936 0 R (1014) 2937 0 R (1016) 2938 0 R (1017) 2939 0 R (1018) 2940 0 R (1019) 2941 0 R (102) 2131 0 R (1020) 2942 0 R (1021) 2943 0 R (1022) 2944 0 R (1024) 2945 0 R (1025) 2946 0 R (1026) 2947 0 R (1028) 2948 0 R (1029) 2949 0 R (103) 2132 0 R (1030) 2950 0 R (1031) 2951 0 R (1032) 2952 0 R (1033) 2953 0 R (1034) 2954 0 R (1036) 2955 0 R (1037) 2956 0 R (1038) 2957 0 R (1039) 2958 0 R (104) 2133 0 R (1040) 2959 0 R (1041) 2960 0 R (1042) 2961 0 R (1044) 2962 0 R (1045) 2963 0 R (1046) 2964 0 R (1047) 2965 0 R (1048) 2966 0 R (1049) 2967 0 R (105) 2134 0 R (1051) 2968 0 R (1052) 2969 0 R (1053) 2970 0 R (1054) 2971 0 R (1055) 2972 0 R (1057) 2978 0 R (1058) 2979 0 R (1059) 2980 0 R (106) 2135 0 R (1062) 2981 0 R (1063) 2982 0 R (1065) 2983 0 R (1066) 2984 0 R (1067) 2985 0 R (1068) 2986 0 R (107) 2136 0 R (1071) 2987 0 R (1072) 2988 0 R (1074) 2989 0 R (1075) 2990 0 R (1076) 2991 0 R (1077) 2992 0 R (1079) 2993 0 R (108) 2137 0 R (1080) 2994 0 R (1081) 2995 0 R (1082) 2996 0 R (1085) 2997 0 R (1088) 3002 0 R (1089) 3003 0 R (109) 2138 0 R (1091) 3004 0 R (1092) 3005 0 R (1093) 3006 0 R (1094) 3007 0 R (1095) 3008 0 R (1096) 3009 0 R (1098) 3010 0 R (1099) 3011 0 R (11.0) 1014 0 R (11.60.1) 1018 0 R (11.61.1) 1022 0 R (110) 2139 0 R (1100) 3012 0 R (1103) 3013 0 R (1104) 3014 0 R (1106) 3015 0 R (1107) 3016 0 R (1108) 3017 0 R (111) 2140 0 R (1110) 3018 0 R (1111) 3019 0 R (1112) 3020 0 R (1115) 3025 0 R (1116) 3026 0 R (1119) 3027 0 R (112) 2141 0 R (1120) 3028 0 R (1123) 3029 0 R (1125) 3031 0 R (1127) 3032 0 R (1128) 3033 0 R (1129) 3034 0 R (113) 2142 0 R (1131) 3035 0 R (1132) 3036 0 R (1133) 3037 0 R (1134) 3038 0 R (1136) 3039 0 R (1137) 3040 0 R (1138) 3041 0 R (114) 2143 0 R (1141) 3043 0 R (1142) 3044 0 R (1143) 3045 0 R (1147) 3047 0 R (1148) 3053 0 R (1149) 3054 0 R (1150) 3055 0 R (1151) 3056 0 R (1154) 3058 0 R (1155) 3059 0 R (1156) 3060 0 R (1159) 3062 0 R (1160) 3063 0 R (1161) 3064 0 R (1162) 3065 0 R (1163) 3066 0 R (1166) 3068 0 R (1167) 3069 0 R (1168) 3070 0 R (1169) 3071 0 R (117) 2147 0 R (1170) 3072 0 R (1171) 3073 0 R (1172) 3074 0 R (1173) 3075 0 R (1174) 3076 0 R (1175) 3077 0 R (1178) 3079 0 R (1179) 3080 0 R (1180) 3081 0 R (1181) 3082 0 R (1184) 3084 0 R (1185) 3085 0 R (1186) 3091 0 R (1187) 3092 0 R (119) 2148 0 R (1190) 3093 0 R (1191) 3094 0 R (1192) 3095 0 R (1193) 3096 0 R (1196) 3098 0 R (1197) 3099 0 R (1198) 3100 0 R (1199) 3101 0 R (12.0) 1026 0 R (12.62.1) 1030 0 R (12.63.1) 1034 0 R (12.64.1) 1038 0 R (120) 2149 0 R (1202) 3102 0 R (1203) 3103 0 R (1204) 3104 0 R (1206) 3106 0 R (1207) 3107 0 R (121) 2150 0 R (1210) 3109 0 R (1211) 3110 0 R (1212) 3111 0 R (1213) 3112 0 R (1214) 3113 0 R (1217) 3115 0 R (1218) 3116 0 R (1221) 3118 0 R (1222) 3119 0 R (1225) 3121 0 R (1226) 3122 0 R (1227) 3123 0 R (1228) 3124 0 R (1231) 3129 0 R (1232) 3130 0 R (1234) 3131 0 R (1235) 3132 0 R (1236) 3133 0 R (1237) 3134 0 R (1239) 3135 0 R (1240) 3136 0 R (1241) 3137 0 R (1243) 3138 0 R (1244) 3139 0 R (1245) 3140 0 R (1247) 3141 0 R (1248) 3142 0 R (1249) 3143 0 R (1251) 3144 0 R (1252) 3145 0 R (1253) 3146 0 R (1256) 3147 0 R (1259) 3148 0 R (1262) 3154 0 R (1263) 3155 0 R (1264) 3156 0 R (1265) 3157 0 R (1266) 3158 0 R (1269) 3159 0 R (1274) 3160 0 R (1275) 3161 0 R (1276) 3162 0 R (1281) 3163 0 R (1282) 3164 0 R (1283) 3165 0 R (1284) 3170 0 R (1285) 3171 0 R (1286) 3172 0 R (1291) 3174 0 R (1292) 3175 0 R (1293) 3176 0 R (1294) 3177 0 R (1298) 3180 0 R (1299) 3181 0 R (13.0) 1042 0 R (13.65.1) 1046 0 R (13.66.1) 1050 0 R (13.67.1) 1054 0 R (13.68.1) 1058 0 R (13.69.1) 1062 0 R (13.70.1) 1066 0 R (13.71.1) 1070 0 R (13.72.1) 1074 0 R (13.73.1) 1078 0 R (13.74.1) 1082 0 R (13.75.1) 1086 0 R (13.76.1) 1090 0 R (1300) 3182 0 R (1301) 3183 0 R (1302) 3184 0 R (1303) 3185 0 R (1304) 3186 0 R (1305) 3187 0 R (1306) 3188 0 R (1307) 3189 0 R (1308) 3190 0 R (1311) 3191 0 R (1312) 3192 0 R (1313) 3193 0 R (1314) 3194 0 R (1315) 3195 0 R (1316) 3196 0 R (1317) 3197 0 R (1318) 3202 0 R (1319) 3203 0 R (1320) 3204 0 R (1321) 3205 0 R (1322) 3206 0 R (1323) 3207 0 R (1324) 3208 0 R (1325) 3209 0 R (1326) 3210 0 R (1327) 3211 0 R (1328) 3212 0 R (1329) 3213 0 R (1330) 3214 0 R (1331) 3215 0 R (1332) 3216 0 R (1333) 3217 0 R (1334) 3218 0 R (1335) 3219 0 R (1336) 3220 0 R (1337) 3221 0 R (1338) 3222 0 R (1339) 3223 0 R (1340) 3224 0 R (1341) 3225 0 R (1342) 3226 0 R (1343) 3227 0 R (1344) 3228 0 R (1345) 3229 0 R (1346) 3230 0 R (1347) 3231 0 R (1348) 3232 0 R (1349) 3233 0 R (1350) 3234 0 R (1351) 3235 0 R (1352) 3236 0 R (1353) 3237 0 R (1354) 3238 0 R (1355) 3239 0 R (1356) 3240 0 R (1357) 3241 0 R (1358) 3242 0 R (1359) 3243 0 R (1360) 3244 0 R (1361) 3245 0 R (1362) 3246 0 R (1363) 3247 0 R (1364) 3248 0 R (1365) 3249 0 R (1368) 3254 0 R (1369) 3255 0 R (1373) 3257 0 R (1374) 3258 0 R (1375) 3259 0 R (1376) 3260 0 R (1377) 3261 0 R (1378) 3262 0 R (1379) 3263 0 R (1380) 3264 0 R (1381) 3265 0 R (1384) 3266 0 R (1385) 3267 0 R (1386) 3268 0 R (1387) 3269 0 R (1388) 3270 0 R (1389) 3271 0 R (1392) 3276 0 R (1395) 3279 0 R (1396) 3280 0 R (1397) 3281 0 R (1398) 3282 0 R (1399) 3283 0 R (14.0) 1094 0 R (1401) 3284 0 R (1402) 3285 0 R (1403) 3286 0 R (1405) 3287 0 R (1406) 3288 0 R (1407) 3289 0 R (1409) 3290 0 R (1410) 3291 0 R (1411) 3292 0 R (1413) 3293 0 R (1414) 3294 0 R (1415) 3295 0 R (1417) 3296 0 R (1418) 3297 0 R (1419) 3298 0 R (1421) 3299 0 R (1422) 3300 0 R (1423) 3301 0 R (1425) 3302 0 R (1426) 3303 0 R (1427) 3304 0 R (1429) 3305 0 R (1430) 3306 0 R (1431) 3307 0 R (1433) 3308 0 R (1434) 3309 0 R (1435) 3310 0 R (1437) 3311 0 R (1438) 3312 0 R (1439) 3313 0 R (1440) 3314 0 R (1444) 3321 0 R (1445) 3322 0 R (1446) 3323 0 R (1447) 3324 0 R (1448) 3325 0 R (1449) 3326 0 R (1450) 3327 0 R (1451) 3328 0 R (1452) 3329 0 R (1453) 3330 0 R (1454) 3331 0 R (1455) 3332 0 R (1456) 3333 0 R (1460) 3335 0 R (1463) 3336 0 R (1464) 3337 0 R (1466) 3339 0 R (1468) 3341 0 R (1472) 3343 0 R (1473) 3344 0 R (1474) 3345 0 R (1475) 3346 0 R (1477) 3348 0 R (1478) 3354 0 R (1480) 3356 0 R (1481) 3357 0 R (1482) 3358 0 R (1483) 3359 0 R (1484) 3360 0 R (1485) 3361 0 R (1486) 3362 0 R (1487) 3363 0 R (1488) 3364 0 R (1489) 3365 0 R (1490) 3366 0 R (1491) 3367 0 R (1492) 3368 0 R (1493) 3369 0 R (1494) 3370 0 R (1495) 3371 0 R (1496) 3372 0 R (1497) 3373 0 R (1498) 3374 0 R (1499) 3375 0 R (15.0) 1098 0 R (15.76.108.2) 1102 0 R (1500) 3376 0 R (1501) 3377 0 R (1502) 3378 0 R (1505) 3379 0 R (1506) 3380 0 R (1507) 3381 0 R (1508) 3382 0 R (1509) 3383 0 R (1510) 3384 0 R (1511) 3389 0 R (1512) 3390 0 R (1513) 3391 0 R (1514) 3392 0 R (1515) 3393 0 R (1516) 3394 0 R (1517) 3395 0 R (1518) 3396 0 R (1519) 3397 0 R (1520) 3398 0 R (1521) 3399 0 R (1522) 3400 0 R (1523) 3401 0 R (1524) 3402 0 R (1525) 3403 0 R (1526) 3404 0 R (1527) 3405 0 R (1528) 3406 0 R (1529) 3407 0 R (1530) 3408 0 R (1531) 3413 0 R (1532) 3414 0 R (1533) 3415 0 R (1534) 3416 0 R (1535) 3417 0 R (1536) 3418 0 R (1540) 3420 0 R (1541) 3421 0 R (1542) 3422 0 R (1543) 3423 0 R (1544) 3424 0 R (1545) 3425 0 R (1546) 3426 0 R (1547) 3427 0 R (1548) 3428 0 R (1549) 3429 0 R (1550) 3430 0 R (1551) 3431 0 R (1552) 3432 0 R (1553) 3433 0 R (1554) 3434 0 R (1555) 3435 0 R (1556) 3436 0 R (1557) 3437 0 R (1558) 3438 0 R (1559) 3439 0 R (1560) 3440 0 R (1563) 3446 0 R (1564) 3447 0 R (1565) 3448 0 R (1566) 3449 0 R (1567) 3450 0 R (1568) 3451 0 R (1569) 3452 0 R (1570) 3453 0 R (1571) 3454 0 R (1574) 3455 0 R (1575) 3456 0 R (1576) 3457 0 R (1577) 3458 0 R (1578) 3459 0 R (1579) 3460 0 R (1580) 3461 0 R (1581) 3462 0 R (1582) 3463 0 R (1583) 3464 0 R (1584) 3465 0 R (1585) 3466 0 R (1586) 3467 0 R (1589) 3468 0 R (1590) 3469 0 R (1591) 3470 0 R (1592) 3471 0 R (1595) 3476 0 R (1596) 3477 0 R (1597) 3478 0 R (1598) 3445 0 R (16.0) 1106 0 R (16.76.109.2) 1110 0 R (16.76.109.54.3) 1114 0 R (1605) 3479 0 R (1606) 3480 0 R (1607) 3481 0 R (1608) 3482 0 R (1609) 3483 0 R (1610) 3484 0 R (1611) 3485 0 R (1612) 3486 0 R (1613) 3487 0 R (1614) 3488 0 R (1615) 3489 0 R (1616) 3490 0 R (1617) 3491 0 R (1618) 3492 0 R (1619) 3493 0 R (1620) 3494 0 R (1621) 3495 0 R (1626) 3496 0 R (1627) 3497 0 R (1629) 3498 0 R (1630) 3499 0 R (1631) 3500 0 R (1632) 3501 0 R (1634) 3502 0 R (1635) 3503 0 R (1636) 3504 0 R (1637) 3505 0 R (1638) 3506 0 R (1640) 3507 0 R (1641) 3508 0 R (1642) 3509 0 R (1643) 3510 0 R (1644) 3511 0 R (1645) 3512 0 R (1646) 3513 0 R (1649) 3514 0 R (1650) 3515 0 R (1651) 3516 0 R (1652) 3517 0 R (1653) 3518 0 R (1654) 3523 0 R (1655) 3524 0 R (1656) 3525 0 R (1657) 3526 0 R (1658) 3527 0 R (1659) 3528 0 R (1662) 3529 0 R (1665) 3530 0 R (1666) 3531 0 R (1667) 3532 0 R (1668) 3533 0 R (1669) 3534 0 R (1670) 3535 0 R (1671) 3536 0 R (1672) 3537 0 R (1673) 3538 0 R (1674) 3539 0 R (1675) 3540 0 R (1676) 3541 0 R (1677) 3542 0 R (1678) 3543 0 R (1679) 3544 0 R (1680) 3545 0 R (1681) 3546 0 R (1682) 3547 0 R (1683) 3548 0 R (1686) 3549 0 R (1687) 3550 0 R (1688) 3551 0 R (1689) 3552 0 R (1690) 3553 0 R (1693) 3554 0 R (1694) 3555 0 R (1695) 3556 0 R (1696) 3557 0 R (1697) 3558 0 R (17.0) 1118 0 R (17.76.110.2) 1122 0 R (17.76.111.2) 1126 0 R (17.76.112.2) 1130 0 R (1700) 3564 0 R (1701) 3565 0 R (1705) 3567 0 R (1706) 3568 0 R (1709) 3570 0 R (1712) 3572 0 R (1713) 3573 0 R (1714) 3574 0 R (1717) 3576 0 R (1718) 3577 0 R (1719) 3578 0 R (1720) 3579 0 R (1721) 3580 0 R (1722) 3581 0 R (1723) 3582 0 R (1724) 3583 0 R (1725) 3584 0 R (1726) 3585 0 R (1727) 3586 0 R (1728) 3587 0 R (1729) 3588 0 R (1730) 3589 0 R (1731) 3590 0 R (1732) 3591 0 R (1733) 3592 0 R (1734) 3593 0 R (1735) 3594 0 R (1736) 3595 0 R (1737) 3596 0 R (1738) 3597 0 R (1739) 3598 0 R (1740) 3599 0 R (1741) 3600 0 R (1742) 3601 0 R (1743) 3602 0 R (1744) 3603 0 R (1745) 3604 0 R (1746) 3605 0 R (1747) 3606 0 R (1750) 3612 0 R (1751) 3613 0 R (1752) 3614 0 R (1755) 3616 0 R (1756) 3617 0 R (1759) 3619 0 R (1760) 3620 0 R (1761) 3621 0 R (1762) 3622 0 R (1763) 3623 0 R (1764) 3624 0 R (1767) 3626 0 R (1768) 3627 0 R (1771) 3629 0 R (1772) 3630 0 R (1773) 3631 0 R (1774) 3632 0 R (1777) 3634 0 R (1780) 3636 0 R (1781) 3637 0 R (1782) 3638 0 R (1783) 3639 0 R (1786) 3645 0 R (1787) 3646 0 R (1790) 3647 0 R (1791) 3648 0 R (1792) 3649 0 R (1793) 3650 0 R (1794) 3651 0 R (1795) 3652 0 R (1796) 3653 0 R (1797) 3654 0 R (18.0) 1134 0 R (18.76.113.2) 1138 0 R (18.76.114.2) 1142 0 R (18.76.115.2) 1146 0 R (18.76.116.2) 1150 0 R (1800) 3655 0 R (1801) 3656 0 R (1803) 3658 0 R (1806) 3659 0 R (1807) 3660 0 R (1808) 3661 0 R (1809) 3666 0 R (1810) 3667 0 R (1813) 3668 0 R (1814) 3669 0 R (1815) 3670 0 R (1816) 3671 0 R (1817) 3672 0 R (1818) 3673 0 R (1819) 3674 0 R (182) 2156 0 R (1820) 3675 0 R (1821) 3676 0 R (1822) 3677 0 R (1823) 3678 0 R (1824) 3679 0 R (1825) 3680 0 R (1826) 3681 0 R (183) 2157 0 R (1834) 3685 0 R (1835) 3686 0 R (1836) 3687 0 R (1837) 3688 0 R (1838) 3689 0 R (1839) 3690 0 R (1841) 3692 0 R (1842) 3693 0 R (1843) 3694 0 R (1844) 3695 0 R (1845) 3696 0 R (1846) 3697 0 R (1849) 3698 0 R (1853) 3700 0 R (1856) 3706 0 R (1857) 3707 0 R (1860) 3708 0 R (1861) 3709 0 R (1862) 3710 0 R (1865) 3711 0 R (1866) 3712 0 R (1867) 3713 0 R (1868) 3714 0 R (1869) 3715 0 R (1870) 3716 0 R (1871) 3717 0 R (1874) 3718 0 R (1875) 3719 0 R (1878) 3720 0 R (1879) 3705 0 R (188) 2162 0 R (1880) 3725 0 R (1881) 3726 0 R (1882) 3727 0 R (1883) 3728 0 R (1884) 3729 0 R (1885) 3730 0 R (1886) 3731 0 R (1887) 3732 0 R (1888) 3733 0 R (1889) 3734 0 R (189) 2163 0 R (1890) 3735 0 R (1891) 3736 0 R (1892) 3737 0 R (1893) 3738 0 R (1896) 3739 0 R (1897) 3740 0 R (1898) 3741 0 R (1899) 3742 0 R (19.0) 1154 0 R (19.76.117.2) 1158 0 R (19.76.118.2) 1162 0 R (190) 2164 0 R (1900) 3743 0 R (1901) 3744 0 R (1904) 3745 0 R (1905) 3746 0 R (1906) 3747 0 R (1907) 3748 0 R (1908) 3754 0 R (1909) 3755 0 R (191) 2168 0 R (1910) 3756 0 R (1912) 3759 0 R (1913) 3760 0 R (1915) 3762 0 R (1916) 3763 0 R (1918) 3765 0 R (1919) 3766 0 R (1921) 3768 0 R (1922) 3769 0 R (1923) 3770 0 R (1926) 3771 0 R (1927) 3772 0 R (1928) 3773 0 R (1929) 3774 0 R (193) 2171 0 R (1930) 3775 0 R (1931) 3776 0 R (1932) 3777 0 R (1933) 3778 0 R (1934) 3779 0 R (1935) 3780 0 R (1936) 3781 0 R (1937) 3782 0 R (1938) 3783 0 R (1939) 3784 0 R (194) 2172 0 R (1940) 3785 0 R (1941) 3790 0 R (1942) 3791 0 R (1943) 3792 0 R (1947) 3794 0 R (1948) 3795 0 R (1949) 3796 0 R (195) 2173 0 R (1950) 3797 0 R (1951) 3798 0 R (1953) 3800 0 R (1954) 3801 0 R (1956) 3802 0 R (1957) 3803 0 R (1958) 3804 0 R (1959) 3805 0 R (196) 2174 0 R (1961) 3806 0 R (1962) 3807 0 R (1963) 3808 0 R (1964) 3809 0 R (1966) 3810 0 R (1967) 3811 0 R (1968) 3812 0 R (1969) 3813 0 R (197) 2175 0 R (1971) 3814 0 R (1972) 3815 0 R (1973) 3816 0 R (1974) 3817 0 R (1976) 3823 0 R (1977) 3824 0 R (1978) 3825 0 R (1979) 3826 0 R (198) 2176 0 R (1982) 3828 0 R (1983) 3829 0 R (1984) 3830 0 R (1985) 3831 0 R (1989) 3833 0 R (199) 2177 0 R (1990) 3834 0 R (1991) 3835 0 R (1992) 3836 0 R (1994) 3838 0 R (1995) 3839 0 R (1997) 3841 0 R (1998) 3842 0 R (2.0) 6 0 R (20.0) 1166 0 R (20.76.119.2) 1170 0 R (200) 2178 0 R (2000) 1698 0 R (2002) 3844 0 R (2006) 3846 0 R (2007) 3847 0 R (2008) 3852 0 R (2009) 3853 0 R (201) 2179 0 R (2010) 3854 0 R (2011) 3822 0 R (2012) 3855 0 R (2013) 3856 0 R (2016) 3857 0 R (2017) 3858 0 R (2018) 3859 0 R (2019) 3860 0 R (2020) 3861 0 R (2021) 3862 0 R (2024) 3863 0 R (2025) 3864 0 R (2026) 3865 0 R (2027) 3866 0 R (2028) 3867 0 R (2029) 3868 0 R (2030) 3869 0 R (2033) 3875 0 R (2034) 3876 0 R (2036) 3878 0 R (2037) 3879 0 R (2038) 3880 0 R (2039) 3881 0 R (204) 2181 0 R (2042) 3882 0 R (2043) 3883 0 R (2044) 3884 0 R (2045) 3885 0 R (2047) 3887 0 R (2048) 3888 0 R (2050) 3890 0 R (2051) 3891 0 R (2053) 3893 0 R (2055) 3895 0 R (2056) 3896 0 R (2057) 3897 0 R (2058) 3898 0 R (2059) 3899 0 R (2062) 3900 0 R (2063) 3901 0 R (2064) 3902 0 R (2065) 3874 0 R (2066) 3908 0 R (2067) 3909 0 R (2068) 3910 0 R (2069) 3911 0 R (207) 2183 0 R (2070) 3912 0 R (2071) 3913 0 R (2072) 3914 0 R (2073) 3915 0 R (2074) 3916 0 R (2075) 3917 0 R (2078) 3918 0 R (2079) 3919 0 R (2080) 3920 0 R (2081) 3921 0 R (2082) 3922 0 R (2083) 3923 0 R (2084) 3924 0 R (2085) 3925 0 R (2086) 3926 0 R (2087) 3927 0 R (2088) 3928 0 R (2089) 3929 0 R (2090) 3930 0 R (2091) 3931 0 R (2092) 3932 0 R (2093) 3933 0 R (2094) 3934 0 R (2095) 3940 0 R (2096) 3941 0 R (2097) 3907 0 R (2098) 3942 0 R (21.0) 1174 0 R (21.76.120.2) 1178 0 R (210) 2185 0 R (2101) 3943 0 R (2102) 3944 0 R (2103) 3945 0 R (2104) 3946 0 R (2105) 3947 0 R (2106) 3948 0 R (2107) 3949 0 R (2108) 3950 0 R (2109) 3951 0 R (2110) 3952 0 R (2111) 3953 0 R (2112) 3954 0 R (2113) 3955 0 R (2114) 3956 0 R (2118) 3958 0 R (2119) 3959 0 R (2120) 3960 0 R (2121) 3961 0 R (2122) 3962 0 R (2123) 3967 0 R (2124) 3968 0 R (2125) 3969 0 R (2126) 3970 0 R (2127) 3971 0 R (213) 2187 0 R (2130) 3976 0 R (2131) 3977 0 R (2132) 3978 0 R (2137) 3979 0 R (2140) 3980 0 R (2142) 3982 0 R (2143) 3983 0 R (2144) 3984 0 R (2145) 3985 0 R (2147) 3987 0 R (2148) 3988 0 R (2149) 3989 0 R (2150) 3990 0 R (2151) 3991 0 R (2152) 3992 0 R (2153) 3993 0 R (2154) 3994 0 R (2155) 3995 0 R (2156) 3996 0 R (2157) 3997 0 R (216) 2189 0 R (2161) 3998 0 R (2162) 3999 0 R (2167) 4006 0 R (2173) 4008 0 R (2174) 4009 0 R (2175) 4010 0 R (2176) 4011 0 R (2180) 4013 0 R (2181) 4014 0 R (2182) 4015 0 R (2183) 4016 0 R (2184) 4017 0 R (2188) 4019 0 R (2189) 4020 0 R (219) 2191 0 R (2191) 4021 0 R (2192) 4022 0 R (2193) 4023 0 R (2194) 4024 0 R (2195) 4025 0 R (2196) 4026 0 R (22.0) 1182 0 R (22.76.121.2) 1186 0 R (22.76.122.2) 1190 0 R (2201) 4028 0 R (2205) 4031 0 R (2206) 4032 0 R (2207) 4033 0 R (2212) 4038 0 R (2213) 4039 0 R (2214) 4040 0 R (2215) 4041 0 R (2219) 4044 0 R (2220) 4045 0 R (2221) 4046 0 R (2222) 4047 0 R (2223) 4048 0 R (2224) 4049 0 R (2226) 4050 0 R (2227) 4051 0 R (2228) 4052 0 R (2229) 4053 0 R (223) 2192 0 R (2230) 4054 0 R (2231) 4055 0 R (2232) 4056 0 R (2233) 4057 0 R (2234) 4058 0 R (2235) 4059 0 R (2236) 4060 0 R (2237) 4061 0 R (2239) 4062 0 R (224) 2193 0 R (2240) 4063 0 R (2241) 4064 0 R (2242) 4065 0 R (2243) 4066 0 R (2244) 4067 0 R (2245) 4068 0 R (2246) 4069 0 R (2247) 4070 0 R (2248) 4071 0 R (2249) 4072 0 R (225) 2194 0 R (2250) 4073 0 R (2251) 4074 0 R (2253) 4075 0 R (2254) 4076 0 R (2255) 4077 0 R (2256) 4078 0 R (2257) 4079 0 R (2258) 4080 0 R (2259) 4081 0 R (226) 2195 0 R (2260) 4082 0 R (2261) 4083 0 R (2263) 4084 0 R (2264) 4085 0 R (2265) 4086 0 R (2266) 4087 0 R (2267) 4088 0 R (2268) 4089 0 R (2269) 4090 0 R (2270) 4091 0 R (2271) 4092 0 R (2272) 4093 0 R (2273) 4094 0 R (2274) 4095 0 R (2275) 4096 0 R (2276) 4097 0 R (2277) 4098 0 R (2278) 4099 0 R (2279) 4100 0 R (2280) 4101 0 R (2281) 4102 0 R (2282) 4103 0 R (2283) 4104 0 R (2284) 4105 0 R (2285) 4106 0 R (2286) 4107 0 R (2287) 4108 0 R (2288) 4109 0 R (2289) 4115 0 R (229) 2200 0 R (2290) 4116 0 R (2291) 4117 0 R (2292) 4118 0 R (2293) 4119 0 R (2299) 4121 0 R (23.0) 1194 0 R (23.76.123.2) 1198 0 R (23.76.124.2) 1202 0 R (23.76.125.2) 1206 0 R (2300) 4122 0 R (2301) 4123 0 R (2302) 4124 0 R (2303) 4125 0 R (2304) 4126 0 R (2309) 4132 0 R (2310) 4133 0 R (2311) 4134 0 R (2312) 4135 0 R (2315) 4136 0 R (2316) 4137 0 R (2317) 4138 0 R (2318) 4139 0 R (2319) 4140 0 R (232) 2201 0 R (2320) 4141 0 R (2321) 4142 0 R (2322) 4143 0 R (2323) 4144 0 R (2324) 4145 0 R (2325) 4146 0 R (2326) 4147 0 R (2327) 4148 0 R (2328) 4149 0 R (2329) 4150 0 R (233) 2202 0 R (2330) 4151 0 R (2331) 4152 0 R (2332) 4153 0 R (2333) 4154 0 R (2334) 4155 0 R (2335) 4160 0 R (2336) 4161 0 R (2337) 4162 0 R (2338) 4163 0 R (234) 2203 0 R (2341) 4164 0 R (2342) 4165 0 R (2343) 4166 0 R (2344) 4167 0 R (2345) 4168 0 R (2346) 4169 0 R (2347) 4170 0 R (235) 2204 0 R (236) 2205 0 R (2368) 4172 0 R (2369) 4173 0 R (237) 2206 0 R (2370) 4174 0 R (2371) 4175 0 R (2372) 4176 0 R (2373) 4177 0 R (2374) 4178 0 R (2375) 4179 0 R (2376) 4180 0 R (2377) 4181 0 R (2378) 4182 0 R (2379) 4183 0 R (238) 2207 0 R (2380) 4184 0 R (2381) 4185 0 R (2382) 4186 0 R (2383) 4187 0 R (2384) 4188 0 R (2385) 4189 0 R (2386) 4190 0 R (2387) 4191 0 R (2388) 4192 0 R (2389) 4193 0 R (239) 2208 0 R (2390) 4194 0 R (2391) 4195 0 R (2392) 4196 0 R (2393) 4197 0 R (2394) 4198 0 R (2395) 4199 0 R (2396) 4200 0 R (2397) 4201 0 R (2398) 4202 0 R (2399) 4203 0 R (24) 2064 0 R (24.0) 1210 0 R (24.76.126.2) 1214 0 R (240) 2209 0 R (2400) 4204 0 R (2401) 4205 0 R (2402) 4211 0 R (2403) 4212 0 R (2404) 4213 0 R (2405) 4214 0 R (2406) 4215 0 R (2407) 4216 0 R (2408) 4217 0 R (2409) 4218 0 R (2410) 4219 0 R (2411) 4220 0 R (2412) 4221 0 R (2413) 4222 0 R (2414) 4223 0 R (243) 2210 0 R (2435) 4225 0 R (2436) 4226 0 R (2437) 4227 0 R (2438) 4228 0 R (2439) 4229 0 R (244) 2211 0 R (2440) 4230 0 R (2441) 4231 0 R (2442) 4232 0 R (2443) 4233 0 R (2444) 4234 0 R (2445) 4235 0 R (2446) 4236 0 R (2449) 4237 0 R (245) 2212 0 R (2451) 4239 0 R (2452) 4240 0 R (2455) 4246 0 R (246) 2213 0 R (2460) 4247 0 R (2461) 4248 0 R (2462) 4249 0 R (2463) 4250 0 R (2467) 4256 0 R (2468) 4245 0 R (2469) 4257 0 R (247) 2214 0 R (2470) 4258 0 R (2471) 4259 0 R (2472) 4260 0 R (2473) 4261 0 R (2474) 4262 0 R (2475) 4263 0 R (2476) 4264 0 R (2477) 4265 0 R (2478) 4266 0 R (2479) 4267 0 R (2480) 4268 0 R (2481) 4269 0 R (2482) 4270 0 R (2483) 4271 0 R (2486) 4272 0 R (2487) 4273 0 R (2490) 4274 0 R (2491) 4275 0 R (2492) 4276 0 R (2493) 4277 0 R (2494) 4278 0 R (2495) 4279 0 R (2496) 4280 0 R (2497) 4281 0 R (2498) 4282 0 R (2499) 4283 0 R (25) 2065 0 R (25.0) 1218 0 R (25.76.127.2) 1222 0 R (25.76.128.2) 1226 0 R (250) 2215 0 R (2500) 4284 0 R (2501) 4285 0 R (2502) 4290 0 R (2505) 4291 0 R (2506) 4292 0 R (2507) 4293 0 R (2508) 4294 0 R (2509) 4295 0 R (251) 2216 0 R (2510) 4296 0 R (2513) 4297 0 R (2514) 4298 0 R (2515) 4299 0 R (2516) 4300 0 R (2517) 4301 0 R (2520) 4302 0 R (2523) 4303 0 R (2524) 4304 0 R (2525) 4305 0 R (253) 2218 0 R (254) 2219 0 R (2546) 4312 0 R (2549) 4313 0 R (255) 2220 0 R (2550) 4314 0 R (2552) 4316 0 R (2553) 4317 0 R (2554) 4318 0 R (2555) 4319 0 R (2560) 4320 0 R (2561) 4321 0 R (2562) 4322 0 R (2563) 4323 0 R (2564) 4324 0 R (2565) 4325 0 R (2566) 4326 0 R (2567) 4327 0 R (2568) 4328 0 R (2569) 4329 0 R (2570) 4330 0 R (2571) 4331 0 R (2572) 4332 0 R (2573) 4333 0 R (2574) 4338 0 R (2575) 4339 0 R (2576) 4340 0 R (2577) 4341 0 R (2578) 4342 0 R (2579) 4343 0 R (258) 2221 0 R (2580) 4344 0 R (2581) 4345 0 R (2582) 4346 0 R (2583) 4347 0 R (2584) 4348 0 R (2585) 4349 0 R (2586) 4350 0 R (2587) 4351 0 R (2588) 4352 0 R (2589) 4353 0 R (259) 2222 0 R (2592) 4354 0 R (2593) 4355 0 R (2594) 4356 0 R (2597) 4361 0 R (2598) 4362 0 R (2599) 4363 0 R (26) 2066 0 R (26.0) 1230 0 R (26.76.129.2) 1234 0 R (26.76.130.2) 1238 0 R (260) 2223 0 R (2600) 4364 0 R (2601) 4365 0 R (2602) 4366 0 R (2603) 4367 0 R (2604) 4368 0 R (2605) 4369 0 R (2606) 4370 0 R (2609) 4371 0 R (261) 2224 0 R (2610) 4372 0 R (2611) 4373 0 R (262) 2230 0 R (2621) 4375 0 R (2624) 4381 0 R (2627) 4382 0 R (263) 2231 0 R (2630) 4383 0 R (2633) 4384 0 R (2636) 4385 0 R (2637) 4386 0 R (264) 2232 0 R (2640) 4387 0 R (2643) 4388 0 R (2644) 1849 0 R (2646) 4394 0 R (2647) 4395 0 R (2648) 4380 0 R (265) 2233 0 R (2657) 4397 0 R (266) 2234 0 R (2660) 4398 0 R (2661) 4399 0 R (2664) 4400 0 R (2667) 4401 0 R (2668) 4402 0 R (2669) 4403 0 R (267) 2235 0 R (2672) 4408 0 R (2673) 4409 0 R (2674) 4393 0 R (2676) 4410 0 R (2677) 4411 0 R (2678) 4412 0 R (268) 2236 0 R (2681) 4413 0 R (2684) 4414 0 R (2685) 4415 0 R (2686) 4416 0 R (2687) 4417 0 R (2688) 4418 0 R (2689) 4419 0 R (2690) 4420 0 R (2691) 4421 0 R (2692) 4422 0 R (2693) 4423 0 R (2694) 4424 0 R (2695) 4425 0 R (2696) 4426 0 R (2697) 4427 0 R (2698) 4428 0 R (2699) 4429 0 R (27.0) 1242 0 R (27.76.131.2) 1246 0 R (27.76.132.2) 1250 0 R (2700) 4430 0 R (2701) 4431 0 R (2702) 4432 0 R (2703) 4433 0 R (2704) 4434 0 R (2705) 4435 0 R (2708) 4436 0 R (2709) 4437 0 R (271) 2237 0 R (2710) 4438 0 R (2711) 4439 0 R (2712) 4440 0 R (2713) 4446 0 R (2714) 4447 0 R (2715) 4448 0 R (2716) 4449 0 R (2717) 4450 0 R (2718) 4451 0 R (2719) 4452 0 R (272) 2238 0 R (2720) 4453 0 R (2721) 4454 0 R (2722) 4455 0 R (2723) 4456 0 R (2724) 4457 0 R (2725) 4458 0 R (2726) 4459 0 R (2727) 4460 0 R (2728) 4461 0 R (2729) 4462 0 R (2730) 4463 0 R (2731) 4464 0 R (2732) 4465 0 R (2733) 4466 0 R (2734) 4467 0 R (2735) 4468 0 R (2736) 4469 0 R (2737) 4470 0 R (2738) 4471 0 R (2739) 4472 0 R (274) 2240 0 R (2740) 4473 0 R (2741) 4474 0 R (2742) 4475 0 R (2743) 4476 0 R (2744) 4477 0 R (2745) 4478 0 R (2746) 4479 0 R (2747) 4480 0 R (2748) 4481 0 R (2749) 4487 0 R (275) 2241 0 R (2750) 4488 0 R (2751) 4489 0 R (2752) 4490 0 R (2755) 4491 0 R (2759) 4493 0 R (276) 2242 0 R (2760) 4494 0 R (2761) 4495 0 R (2764) 4496 0 R (2765) 4497 0 R (2766) 4498 0 R (2767) 4499 0 R (2769) 4500 0 R (277) 2243 0 R (2770) 4501 0 R (2771) 4502 0 R (2773) 4503 0 R (2774) 4504 0 R (2775) 4505 0 R (2777) 4506 0 R (2778) 4507 0 R (2779) 4508 0 R (278) 2244 0 R (2781) 4509 0 R (2782) 4510 0 R (2783) 4511 0 R (2785) 4512 0 R (2786) 4513 0 R (2787) 4514 0 R (2789) 4515 0 R (279) 2245 0 R (2790) 4516 0 R (2791) 4517 0 R (2793) 4518 0 R (2794) 4519 0 R (2795) 4520 0 R (2797) 4525 0 R (2798) 4526 0 R (2799) 4527 0 R (28) 2068 0 R (28.0) 1254 0 R (28.76.133.2) 1258 0 R (280) 2246 0 R (2801) 4486 0 R (2802) 4528 0 R (2803) 4529 0 R (2805) 4530 0 R (2806) 4531 0 R (2807) 4532 0 R (2809) 4533 0 R (281) 2247 0 R (2810) 4534 0 R (2811) 4535 0 R (2813) 4536 0 R (2814) 4537 0 R (2815) 4538 0 R (2817) 4539 0 R (2818) 4540 0 R (2819) 4541 0 R (2820) 4542 0 R (2821) 4543 0 R (2825) 4545 0 R (2828) 4546 0 R (2829) 4547 0 R (2830) 4548 0 R (2831) 4549 0 R (2832) 4550 0 R (2835) 4555 0 R (2836) 4556 0 R (2837) 4557 0 R (2838) 4558 0 R (2839) 4559 0 R (284) 2250 0 R (2840) 4560 0 R (2841) 1958 0 R (2843) 4561 0 R (2844) 4562 0 R (2845) 4563 0 R (2846) 4564 0 R (2847) 4565 0 R (285) 2251 0 R (2850) 4566 0 R (2851) 4572 0 R (2854) 4573 0 R (2855) 4574 0 R (2856) 4575 0 R (2857) 4576 0 R (2858) 4577 0 R (2859) 4578 0 R (286) 2252 0 R (2860) 4579 0 R (2861) 4580 0 R (2864) 4581 0 R (2865) 4582 0 R (2866) 4587 0 R (2867) 4588 0 R (2868) 4571 0 R (2869) 4589 0 R (287) 2253 0 R (2871) 4591 0 R (2872) 4592 0 R (2876) 4594 0 R (2877) 4595 0 R (2878) 4596 0 R (288) 2254 0 R (2881) 4597 0 R (2882) 4598 0 R (2883) 4599 0 R (2884) 4600 0 R (2885) 4606 0 R (2886) 4607 0 R (2887) 4608 0 R (2888) 4609 0 R (289) 2255 0 R (2891) 4610 0 R (2892) 4611 0 R (2893) 4612 0 R (2895) 4614 0 R (2896) 4615 0 R (2897) 4616 0 R (2898) 4617 0 R (2899) 4618 0 R (290) 2256 0 R (2900) 4619 0 R (2901) 1965 0 R (2903) 4624 0 R (2904) 4625 0 R (2905) 4626 0 R (291) 2257 0 R (2910) 4631 0 R (2911) 4632 0 R (2912) 4633 0 R (2913) 4634 0 R (2914) 4635 0 R (2915) 4636 0 R (2916) 4637 0 R (2917) 4638 0 R (2918) 4639 0 R (2919) 4640 0 R (292) 2258 0 R (2920) 4641 0 R (2923) 4642 0 R (2924) 4643 0 R (2928) 4645 0 R (2929) 4646 0 R (293) 2259 0 R (2930) 4647 0 R (2931) 4648 0 R (2932) 4649 0 R (2933) 4650 0 R (2934) 4651 0 R (2935) 4652 0 R (2936) 4653 0 R (2937) 4654 0 R (294) 2260 0 R (2940) 4660 0 R (2941) 4661 0 R (2942) 4662 0 R (2943) 4663 0 R (2944) 4664 0 R (2945) 4665 0 R (2946) 4666 0 R (2947) 4667 0 R (2948) 4668 0 R (2949) 4669 0 R (295) 2229 0 R (2950) 4670 0 R (2951) 4671 0 R (2952) 4672 0 R (2953) 4673 0 R (2954) 4674 0 R (2955) 4675 0 R (2956) 4676 0 R (2957) 4677 0 R (2958) 4678 0 R (2959) 4679 0 R (296) 2264 0 R (2960) 4680 0 R (2961) 4681 0 R (2962) 4682 0 R (2963) 4683 0 R (2966) 4684 0 R (2967) 4685 0 R (2968) 4686 0 R (2969) 4659 0 R (297) 2265 0 R (2971) 4692 0 R (2972) 4693 0 R (2973) 4694 0 R (2974) 4695 0 R (2975) 4696 0 R (2978) 4697 0 R (2979) 4698 0 R (298) 2266 0 R (2980) 4699 0 R (2981) 4700 0 R (2982) 4701 0 R (2983) 4702 0 R (2984) 4703 0 R (2985) 4704 0 R (2986) 4705 0 R (2987) 4706 0 R (2988) 4707 0 R (2989) 4708 0 R (299) 2267 0 R (2990) 4709 0 R (2991) 4710 0 R (2992) 4711 0 R (2993) 4712 0 R (2994) 4713 0 R (2997) 4719 0 R (2998) 4691 0 R (3.0) 10 0 R (300) 2268 0 R (3000) 4720 0 R (3001) 4721 0 R (3002) 4722 0 R (3003) 4723 0 R (3004) 4724 0 R (3005) 4725 0 R (3006) 4726 0 R (3007) 4727 0 R (3008) 4728 0 R (3009) 4729 0 R (301) 2269 0 R (3010) 4730 0 R (3011) 4731 0 R (3012) 4732 0 R (3013) 4733 0 R (3014) 4734 0 R (3015) 4735 0 R (3016) 4736 0 R (3017) 4737 0 R (3018) 4738 0 R (3019) 4739 0 R (302) 2270 0 R (3020) 4740 0 R (3021) 4741 0 R (3022) 4742 0 R (3023) 4743 0 R (3024) 4744 0 R (3025) 4745 0 R (3026) 4746 0 R (3027) 4747 0 R (3028) 4748 0 R (3029) 4749 0 R (303) 2271 0 R (3030) 4750 0 R (3031) 4751 0 R (3032) 4718 0 R (3034) 4757 0 R (3035) 4758 0 R (3036) 4759 0 R (3037) 4760 0 R (3038) 4761 0 R (3039) 4762 0 R (304) 2272 0 R (3042) 4763 0 R (3043) 4764 0 R (3046) 4765 0 R (3047) 4766 0 R (3048) 4767 0 R (3049) 4768 0 R (305) 2273 0 R (3050) 4769 0 R (3051) 4770 0 R (3052) 4775 0 R (3053) 4776 0 R (3054) 4777 0 R (3055) 4778 0 R (3056) 4779 0 R (3057) 4780 0 R (3058) 4781 0 R (3059) 4782 0 R (3060) 4783 0 R (3061) 4784 0 R (3062) 4785 0 R (3063) 4786 0 R (3064) 4787 0 R (3065) 4788 0 R (3066) 4789 0 R (3067) 4790 0 R (3068) 4791 0 R (3069) 4792 0 R (307) 2275 0 R (3074) 4794 0 R (3075) 4795 0 R (3076) 4796 0 R (3077) 4797 0 R (3078) 4798 0 R (3079) 4799 0 R (308) 2276 0 R (3080) 4800 0 R (3081) 4801 0 R (3082) 4802 0 R (3083) 4803 0 R (3084) 4804 0 R (3085) 4805 0 R (3086) 4811 0 R (3087) 4812 0 R (3088) 4813 0 R (3089) 4814 0 R (309) 2277 0 R (3090) 4815 0 R (3091) 4816 0 R (3092) 4817 0 R (3093) 4818 0 R (3094) 4819 0 R (3095) 4820 0 R (3096) 4821 0 R (3097) 4822 0 R (3098) 4823 0 R (3099) 4824 0 R (31) 2069 0 R (310) 2278 0 R (3100) 4825 0 R (3101) 4826 0 R (3102) 4827 0 R (3103) 4828 0 R (3104) 4829 0 R (3105) 4830 0 R (3106) 4831 0 R (3107) 4832 0 R (3108) 4833 0 R (3109) 4834 0 R (311) 2279 0 R (3110) 4835 0 R (3111) 4836 0 R (3112) 4837 0 R (3115) 4843 0 R (3116) 4844 0 R (3117) 4810 0 R (3118) 4845 0 R (3119) 4846 0 R (312) 2280 0 R (3120) 4847 0 R (3121) 4848 0 R (3122) 4849 0 R (3123) 4850 0 R (3124) 4851 0 R (3125) 4852 0 R (3126) 4853 0 R (3127) 4854 0 R (3128) 4855 0 R (3129) 4856 0 R (3130) 4857 0 R (3131) 4858 0 R (3132) 4842 0 R (3134) 4863 0 R (3135) 4864 0 R (3136) 4865 0 R (3137) 4866 0 R (314) 2282 0 R (3142) 4867 0 R (3147) 4871 0 R (3148) 4872 0 R (3149) 4873 0 R (315) 2283 0 R (3150) 4874 0 R (3151) 4875 0 R (3152) 4876 0 R (3153) 4881 0 R (3154) 4882 0 R (3157) 4883 0 R (3158) 4884 0 R (3159) 4885 0 R (316) 2284 0 R (3160) 4886 0 R (3161) 4887 0 R (3164) 4888 0 R (3165) 4889 0 R (3168) 4890 0 R (3169) 4891 0 R (317) 2285 0 R (3170) 4892 0 R (3173) 4898 0 R (3176) 4899 0 R (3177) 4900 0 R (3178) 4901 0 R (3179) 4902 0 R (318) 2286 0 R (3182) 4905 0 R (3183) 4906 0 R (3184) 4907 0 R (3185) 4908 0 R (3186) 4909 0 R (3189) 4910 0 R (319) 2287 0 R (3190) 4911 0 R (3191) 4912 0 R (3192) 4913 0 R (3193) 4914 0 R (3197) 4915 0 R (3198) 4916 0 R (3199) 4917 0 R (32) 2070 0 R (320) 2288 0 R (3200) 4918 0 R (3201) 4919 0 R (3202) 4920 0 R (3203) 4925 0 R (3206) 4926 0 R (3207) 4927 0 R (3208) 4928 0 R (3209) 4929 0 R (3210) 4930 0 R (3211) 4931 0 R (3212) 4932 0 R (3213) 4933 0 R (3216) 4934 0 R (3217) 4935 0 R (3218) 4936 0 R (3219) 4937 0 R (322) 2290 0 R (3220) 4938 0 R (3221) 4939 0 R (3222) 4940 0 R (3223) 4941 0 R (3224) 4942 0 R (3225) 4943 0 R (3228) 4944 0 R (3229) 4945 0 R (323) 2291 0 R (3230) 4950 0 R (3231) 4951 0 R (3232) 4952 0 R (3233) 4953 0 R (3236) 4955 0 R (3237) 4956 0 R (3238) 4957 0 R (3239) 4958 0 R (324) 2292 0 R (3240) 4959 0 R (3243) 4961 0 R (3244) 4962 0 R (3245) 4963 0 R (3246) 4964 0 R (3247) 4965 0 R (3248) 4966 0 R (3249) 4967 0 R (325) 2293 0 R (3252) 4968 0 R (3253) 4969 0 R (3254) 4974 0 R (3255) 4975 0 R (3256) 4976 0 R (3260) 4977 0 R (3261) 4978 0 R (3262) 4979 0 R (3263) 4980 0 R (3267) 4982 0 R (3268) 4983 0 R (3269) 4984 0 R (327) 2295 0 R (3270) 4985 0 R (3271) 4986 0 R (3274) 4991 0 R (3275) 4992 0 R (3278) 4993 0 R (3279) 4994 0 R (328) 2296 0 R (3280) 4995 0 R (3281) 4996 0 R (3282) 4997 0 R (3283) 4998 0 R (3284) 4999 0 R (3285) 5000 0 R (3286) 5001 0 R (3287) 5002 0 R (3288) 5003 0 R (3289) 5004 0 R (3290) 5005 0 R (3291) 5006 0 R (3292) 5007 0 R (3293) 5008 0 R (3294) 5009 0 R (3295) 5010 0 R (3296) 5011 0 R (3297) 5012 0 R (3298) 5013 0 R (3299) 5014 0 R (33) 2071 0 R (330) 2298 0 R (3300) 5015 0 R (3301) 5016 0 R (3302) 5017 0 R (3303) 5018 0 R (3304) 5019 0 R (3305) 5020 0 R (3306) 5021 0 R (3309) 5022 0 R (331) 2299 0 R (3310) 5023 0 R (3311) 5024 0 R (3312) 5025 0 R (3313) 5026 0 R (3314) 5027 0 R (3315) 5028 0 R (3316) 5029 0 R (3317) 5030 0 R (3322) 5035 0 R (3323) 5036 0 R (3324) 5037 0 R (3325) 5038 0 R (3326) 5039 0 R (3327) 5040 0 R (3328) 5041 0 R (3329) 5042 0 R (333) 2301 0 R (3330) 5043 0 R (3331) 5044 0 R (3332) 5045 0 R (3333) 5046 0 R (3334) 5047 0 R (3335) 5048 0 R (3339) 5050 0 R (334) 2302 0 R (3340) 5051 0 R (3341) 5052 0 R (3342) 5053 0 R (3343) 5054 0 R (3344) 5055 0 R (3345) 5056 0 R (3346) 5057 0 R (3347) 5058 0 R (3348) 5059 0 R (3349) 5060 0 R (3350) 5066 0 R (3351) 5067 0 R (3352) 5068 0 R (3353) 5069 0 R (3354) 5070 0 R (3355) 5071 0 R (3356) 5072 0 R (3357) 5073 0 R (3358) 5074 0 R (3359) 5075 0 R (336) 2304 0 R (3360) 5076 0 R (3361) 5077 0 R (3362) 5078 0 R (3363) 5079 0 R (3364) 5080 0 R (3365) 5081 0 R (3366) 5082 0 R (3367) 5083 0 R (3368) 5084 0 R (3369) 5085 0 R (337) 2305 0 R (3370) 5086 0 R (3371) 5087 0 R (3372) 5088 0 R (3373) 5089 0 R (3374) 5090 0 R (3375) 5091 0 R (3376) 5096 0 R (3377) 5097 0 R (3378) 5098 0 R (3379) 5099 0 R (338) 2306 0 R (3380) 5100 0 R (3381) 5101 0 R (3382) 5102 0 R (3383) 5103 0 R (3384) 5104 0 R (3385) 5105 0 R (3386) 5106 0 R (3389) 5107 0 R (339) 2307 0 R (3390) 5108 0 R (3391) 5109 0 R (3392) 5110 0 R (3393) 5111 0 R (3394) 5112 0 R (3395) 5113 0 R (3396) 5114 0 R (3397) 5115 0 R (3398) 5116 0 R (3399) 5117 0 R (340) 2308 0 R (3400) 5118 0 R (3401) 5119 0 R (3402) 5120 0 R (3403) 5121 0 R (3404) 5122 0 R (3405) 5127 0 R (3406) 5128 0 R (3407) 5129 0 R (3408) 5130 0 R (3409) 5131 0 R (341) 2309 0 R (3410) 5132 0 R (3411) 5133 0 R (3412) 5134 0 R (3415) 5139 0 R (3416) 5140 0 R (3417) 5141 0 R (3420) 5142 0 R (3421) 5143 0 R (3422) 5144 0 R (3425) 5145 0 R (3426) 5146 0 R (3427) 5147 0 R (3428) 5148 0 R (3429) 5149 0 R (343) 2311 0 R (3430) 5150 0 R (3431) 5155 0 R (3432) 5156 0 R (3435) 5157 0 R (3436) 5158 0 R (3439) 5159 0 R (344) 2312 0 R (3440) 5160 0 R (3441) 5161 0 R (3442) 5167 0 R (3445) 5168 0 R (3446) 5169 0 R (3447) 5170 0 R (3448) 5171 0 R (3449) 5172 0 R (345) 2313 0 R (3450) 5173 0 R (3451) 5174 0 R (3452) 5175 0 R (3453) 5176 0 R (3454) 5177 0 R (3455) 5178 0 R (3456) 5179 0 R (3457) 5180 0 R (3458) 5181 0 R (3459) 5182 0 R (346) 2314 0 R (3460) 5183 0 R (3461) 5184 0 R (3462) 5185 0 R (3463) 5186 0 R (3464) 5187 0 R (3465) 5188 0 R (3466) 5189 0 R (3467) 5190 0 R (3468) 5191 0 R (3469) 5192 0 R (347) 2315 0 R (3470) 5193 0 R (3471) 5194 0 R (3472) 5195 0 R (3473) 5196 0 R (3474) 5197 0 R (3475) 5198 0 R (3476) 5166 0 R (3477) 5204 0 R (3478) 5205 0 R (348) 2316 0 R (3481) 5206 0 R (3482) 5207 0 R (3483) 5208 0 R (3486) 5209 0 R (3487) 5210 0 R (349) 2317 0 R (3490) 5211 0 R (3491) 5216 0 R (3494) 5217 0 R (3497) 5218 0 R (350) 2318 0 R (3500) 5219 0 R (3501) 5220 0 R (3502) 5221 0 R (3505) 5222 0 R (3506) 5223 0 R (3507) 5224 0 R (3508) 5229 0 R (3509) 5230 0 R (3511) 5235 0 R (3515) 5236 0 R (3516) 5237 0 R (3517) 5238 0 R (3518) 5239 0 R (352) 2320 0 R (3523) 5242 0 R (3524) 5243 0 R (3525) 5244 0 R (3526) 5245 0 R (3527) 5246 0 R (3528) 5247 0 R (353) 2321 0 R (3530) 5248 0 R (3531) 5249 0 R (3532) 5250 0 R (3533) 5251 0 R (3534) 5252 0 R (3536) 5253 0 R (3537) 5254 0 R (3538) 5255 0 R (3539) 5256 0 R (354) 2322 0 R (3540) 5257 0 R (3541) 5258 0 R (3542) 5259 0 R (3543) 5260 0 R (3544) 5261 0 R (3546) 5262 0 R (3547) 5263 0 R (3548) 5264 0 R (3549) 5265 0 R (355) 2323 0 R (3550) 5266 0 R (3551) 5267 0 R (3552) 5268 0 R (3553) 5269 0 R (3554) 5270 0 R (3555) 5271 0 R (3556) 5272 0 R (3558) 5273 0 R (3559) 5274 0 R (356) 2324 0 R (3560) 5275 0 R (3561) 5276 0 R (3562) 5277 0 R (3563) 5278 0 R (3568) 5285 0 R (3569) 5286 0 R (357) 2325 0 R (3570) 5287 0 R (3571) 5288 0 R (3572) 5289 0 R (3573) 5290 0 R (3575) 5291 0 R (3576) 5292 0 R (3577) 5293 0 R (358) 2326 0 R (3580) 5294 0 R (3581) 5295 0 R (3587) 5297 0 R (3588) 5298 0 R (3589) 5299 0 R (359) 2327 0 R (3590) 5300 0 R (3593) 5302 0 R (3594) 5303 0 R (3598) 5304 0 R (3599) 5305 0 R (36) 2072 0 R (360) 2328 0 R (3600) 5306 0 R (3601) 5307 0 R (3602) 5308 0 R (3605) 5309 0 R (3606) 5310 0 R (3607) 5311 0 R (3608) 5312 0 R (3609) 5318 0 R (361) 2329 0 R (3610) 5319 0 R (3611) 5320 0 R (3616) 5322 0 R (3617) 5323 0 R (3618) 5324 0 R (3619) 5325 0 R (362) 2330 0 R (3622) 5327 0 R (3623) 5328 0 R (3628) 5331 0 R (3629) 5332 0 R (363) 2331 0 R (3630) 5333 0 R (3631) 5334 0 R (3632) 5335 0 R (3637) 5338 0 R (3638) 5339 0 R (3644) 5346 0 R (3645) 5347 0 R (3646) 5348 0 R (3647) 5349 0 R (3648) 5350 0 R (3649) 5351 0 R (3650) 5352 0 R (3653) 5354 0 R (3654) 5355 0 R (3656) 5357 0 R (3657) 5358 0 R (3659) 5359 0 R (366) 2335 0 R (3660) 5360 0 R (3661) 5361 0 R (3662) 5362 0 R (3664) 5363 0 R (3665) 5364 0 R (3666) 5365 0 R (3667) 5366 0 R (3668) 5367 0 R (367) 2336 0 R (3670) 5368 0 R (3671) 5369 0 R (3672) 5370 0 R (3673) 5371 0 R (3680) 5374 0 R (3681) 5375 0 R (3682) 5376 0 R (3685) 5377 0 R (3686) 5378 0 R (3688) 5384 0 R (3689) 5385 0 R (3690) 5386 0 R (3691) 5387 0 R (3695) 5389 0 R (3696) 5390 0 R (3697) 5391 0 R (3698) 5392 0 R (3699) 5393 0 R (37) 2073 0 R (370) 2337 0 R (3700) 5394 0 R (3701) 5395 0 R (3702) 5396 0 R (3708) 5398 0 R (3709) 5399 0 R (3713) 5401 0 R (3714) 5402 0 R (3715) 5403 0 R (3720) 5405 0 R (3721) 5406 0 R (3722) 5407 0 R (3724) 5412 0 R (3725) 5413 0 R (3726) 5414 0 R (3727) 5415 0 R (3728) 5416 0 R (3729) 5417 0 R (373) 2338 0 R (3730) 5418 0 R (3731) 5419 0 R (3732) 5420 0 R (3733) 5421 0 R (3734) 5422 0 R (3735) 5423 0 R (3736) 5424 0 R (3737) 5425 0 R (374) 2339 0 R (3742) 5428 0 R (3743) 5429 0 R (3744) 5430 0 R (3748) 5432 0 R (3749) 5433 0 R (375) 2340 0 R (3754) 5436 0 R (3755) 5437 0 R (3756) 5438 0 R (3757) 5441 0 R (3758) 5439 0 R (3759) 5440 0 R (376) 2341 0 R (377) 2342 0 R (378) 2343 0 R (379) 2344 0 R (38) 2074 0 R (380) 2345 0 R (381) 2346 0 R (384) 2347 0 R (387) 2348 0 R (39) 2075 0 R (390) 2349 0 R (393) 2354 0 R (394) 2355 0 R (397) 2356 0 R (4.0) 14 0 R (4.1.1) 18 0 R (4.2.1) 22 0 R (4.3.1) 26 0 R (4.4.1) 30 0 R (4.5.1) 34 0 R (40) 2076 0 R (400) 2357 0 R (403) 2358 0 R (404) 2359 0 R (405) 2360 0 R (406) 2361 0 R (407) 2362 0 R (409) 2364 0 R (41) 2077 0 R (410) 2365 0 R (411) 2366 0 R (412) 2367 0 R (415) 2368 0 R (416) 2369 0 R (417) 2370 0 R (418) 2371 0 R (419) 2376 0 R (42) 2078 0 R (420) 2377 0 R (421) 2378 0 R (422) 2353 0 R (425) 2379 0 R (426) 2380 0 R (43) 2079 0 R (430) 2382 0 R (431) 2383 0 R (432) 2384 0 R (433) 2385 0 R (434) 2386 0 R (435) 2387 0 R (436) 2388 0 R (437) 2389 0 R (438) 2390 0 R (439) 2391 0 R (44) 2080 0 R (440) 2392 0 R (441) 2393 0 R (442) 2394 0 R (443) 2395 0 R (444) 2396 0 R (445) 2397 0 R (446) 2398 0 R (448) 2400 0 R (449) 2401 0 R (45) 2081 0 R (450) 2402 0 R (451) 2403 0 R (454) 2410 0 R (459) 2413 0 R (46) 2082 0 R (460) 2414 0 R (463) 2415 0 R (464) 2416 0 R (468) 2419 0 R (469) 2420 0 R (47) 2083 0 R (470) 2421 0 R (471) 2422 0 R (472) 2423 0 R (473) 2424 0 R (474) 2425 0 R (475) 2426 0 R (477) 2427 0 R (478) 2428 0 R (479) 2429 0 R (48) 2084 0 R (480) 2430 0 R (481) 2436 0 R (482) 2437 0 R (485) 2438 0 R (486) 2439 0 R (487) 2440 0 R (488) 2444 0 R (49) 2085 0 R (490) 2446 0 R (491) 2447 0 R (492) 2448 0 R (493) 2449 0 R (494) 2450 0 R (495) 2451 0 R (496) 2452 0 R (497) 2453 0 R (498) 2454 0 R (499) 2455 0 R (5.0) 38 0 R (5.10.1) 218 0 R (5.10.17.17.3) 226 0 R (5.10.17.18.3) 230 0 R (5.10.17.19.3) 234 0 R (5.10.17.2) 222 0 R (5.10.17.20.3) 238 0 R (5.10.17.21.3) 242 0 R (5.10.18.2) 246 0 R (5.10.18.22.3) 250 0 R (5.10.18.23.3) 254 0 R (5.10.19.2) 258 0 R (5.11.1) 262 0 R (5.11.20.2) 266 0 R (5.11.21.2) 270 0 R (5.11.21.24.10.4) 282 0 R (5.11.21.24.11.4) 286 0 R (5.11.21.24.3) 274 0 R (5.11.21.24.9.4) 278 0 R (5.11.22.2) 290 0 R (5.11.23.2) 294 0 R (5.11.24.2) 298 0 R (5.11.24.25.3) 302 0 R (5.11.25.2) 306 0 R (5.11.25.26.3) 310 0 R (5.6.1) 42 0 R (5.6.1.2) 46 0 R (5.6.2.1.3) 54 0 R (5.6.2.2) 50 0 R (5.6.2.2.3) 58 0 R (5.6.3.2) 62 0 R (5.6.4.2) 66 0 R (5.6.5.10.3) 102 0 R (5.6.5.11.3) 106 0 R (5.6.5.2) 70 0 R (5.6.5.3.3) 74 0 R (5.6.5.4.3) 78 0 R (5.6.5.5.3) 82 0 R (5.6.5.6.3) 86 0 R (5.6.5.7.3) 90 0 R (5.6.5.8.3) 94 0 R (5.6.5.9.3) 98 0 R (5.6.6.2) 110 0 R (5.6.7.2) 114 0 R (5.7.1) 118 0 R (5.7.10.2) 166 0 R (5.7.11.15.3) 174 0 R (5.7.11.15.7.4) 178 0 R (5.7.11.15.8.4) 182 0 R (5.7.11.16.3) 186 0 R (5.7.11.2) 170 0 R (5.7.12.2) 190 0 R (5.7.8.2) 122 0 R (5.7.9.12.3) 130 0 R (5.7.9.13.1.4) 138 0 R (5.7.9.13.2.4) 142 0 R (5.7.9.13.3) 134 0 R (5.7.9.13.3.4) 146 0 R (5.7.9.13.4.4) 150 0 R (5.7.9.14.3) 154 0 R (5.7.9.14.5.4) 158 0 R (5.7.9.14.6.4) 162 0 R (5.7.9.2) 126 0 R (5.8.1) 194 0 R (5.8.13.2) 198 0 R (5.8.14.2) 202 0 R (5.8.15.2) 206 0 R (5.8.16.2) 210 0 R (5.9.1) 214 0 R (50) 2086 0 R (500) 2456 0 R (501) 2457 0 R (502) 2458 0 R (504) 2459 0 R (505) 2460 0 R (506) 2461 0 R (507) 2462 0 R (508) 2463 0 R (509) 2464 0 R (51) 2087 0 R (510) 2465 0 R (511) 2466 0 R (512) 2467 0 R (513) 2468 0 R (514) 2469 0 R (515) 2470 0 R (518) 2471 0 R (52) 2088 0 R (520) 2472 0 R (521) 2473 0 R (522) 2474 0 R (523) 2475 0 R (525) 2481 0 R (526) 2435 0 R (528) 2482 0 R (529) 2483 0 R (53) 2089 0 R (530) 2484 0 R (531) 2485 0 R (532) 2486 0 R (533) 2487 0 R (534) 2488 0 R (536) 2489 0 R (537) 2490 0 R (538) 2491 0 R (539) 2492 0 R (54) 2093 0 R (540) 2493 0 R (541) 2494 0 R (542) 2495 0 R (543) 2496 0 R (544) 2497 0 R (545) 2498 0 R (546) 2499 0 R (547) 2500 0 R (548) 1411 0 R (55) 2094 0 R (550) 2501 0 R (551) 2502 0 R (552) 2503 0 R (553) 2504 0 R (554) 2505 0 R (555) 2506 0 R (558) 2507 0 R (559) 2508 0 R (56) 2095 0 R (561) 2510 0 R (564) 2516 0 R (57) 2096 0 R (570) 2520 0 R (571) 2521 0 R (572) 2522 0 R (574) 2523 0 R (575) 2524 0 R (576) 2525 0 R (578) 2526 0 R (579) 2527 0 R (58) 2097 0 R (580) 2528 0 R (581) 2529 0 R (582) 2530 0 R (583) 2531 0 R (584) 2532 0 R (585) 2533 0 R (586) 2534 0 R (587) 2535 0 R (589) 2536 0 R (59) 2098 0 R (590) 2537 0 R (591) 2538 0 R (592) 2539 0 R (593) 2540 0 R (594) 2541 0 R (595) 2542 0 R (597) 2543 0 R (598) 2544 0 R (599) 2545 0 R (6.0) 314 0 R (6.12.1) 318 0 R (6.12.26.2) 322 0 R (6.12.27.2) 326 0 R (6.12.28.2) 330 0 R (6.12.29.2) 334 0 R (6.12.30.2) 338 0 R (6.12.31.2) 342 0 R (6.12.32.2) 346 0 R (6.12.33.2) 350 0 R (6.12.34.2) 354 0 R (6.12.35.2) 358 0 R (6.12.36.2) 362 0 R (6.12.37.2) 366 0 R (6.12.38.2) 370 0 R (6.12.39.2) 374 0 R (6.12.40.2) 378 0 R (6.12.41.2) 382 0 R (6.13.1) 386 0 R (6.13.42.2) 390 0 R (6.13.43.2) 394 0 R (6.13.43.27.3) 398 0 R (6.13.43.28.12.4) 406 0 R (6.13.43.28.13.4) 410 0 R (6.13.43.28.3) 402 0 R (6.13.43.29.3) 414 0 R (6.13.43.30.3) 418 0 R (6.13.43.31.3) 422 0 R (6.14.1) 426 0 R (6.15.1) 430 0 R (6.15.44.2) 434 0 R (6.15.45.2) 438 0 R (6.15.46.2) 442 0 R (6.15.47.2) 446 0 R (6.15.47.32.3) 450 0 R (6.16.1) 454 0 R (6.17.1) 458 0 R (6.18.1) 462 0 R (6.19.1) 466 0 R (6.19.48.2) 470 0 R (6.19.49.2) 474 0 R (6.19.49.33.3) 478 0 R (6.19.50.2) 482 0 R (6.19.51.2) 486 0 R (6.19.51.34.3) 490 0 R (6.19.51.35.3) 494 0 R (6.19.52.2) 498 0 R (6.19.52.36.3) 502 0 R (6.19.52.37.14.4) 510 0 R (6.19.52.37.15.4) 514 0 R (6.19.52.37.16.4) 518 0 R (6.19.52.37.17.4) 522 0 R (6.19.52.37.18.4) 526 0 R (6.19.52.37.19.4) 530 0 R (6.19.52.37.20.4) 534 0 R (6.19.52.37.21.4) 538 0 R (6.19.52.37.22.4) 542 0 R (6.19.52.37.23.4) 546 0 R (6.19.52.37.24.4) 550 0 R (6.19.52.37.3) 506 0 R (6.19.52.38.3) 554 0 R (6.20.1) 558 0 R (6.21.1) 562 0 R (6.21.53.2) 566 0 R (6.21.54.2) 570 0 R (6.21.55.2) 574 0 R (6.22.1) 578 0 R (6.22.56.2) 582 0 R (6.22.57.2) 586 0 R (6.23.1) 590 0 R (6.24.1) 594 0 R (6.25.1) 598 0 R (6.26.1) 602 0 R (6.26.58.2) 606 0 R (6.26.59.2) 610 0 R (6.26.60.2) 614 0 R (6.26.61.2) 618 0 R (6.27.1) 622 0 R (6.28.1) 626 0 R (6.28.62.2) 630 0 R (6.28.63.2) 634 0 R (6.28.64.2) 638 0 R (6.28.64.39.3) 642 0 R (6.28.64.40.3) 646 0 R (6.28.64.41.3) 650 0 R (6.28.65.2) 654 0 R (600) 2546 0 R (604) 2548 0 R (605) 2549 0 R (606) 2550 0 R (608) 2551 0 R (609) 2552 0 R (610) 2553 0 R (612) 2554 0 R (613) 2515 0 R (615) 2559 0 R (616) 2560 0 R (617) 2561 0 R (618) 2562 0 R (619) 2563 0 R (62) 2099 0 R (620) 2564 0 R (622) 2565 0 R (623) 2566 0 R (624) 2567 0 R (625) 2568 0 R (626) 2569 0 R (627) 2570 0 R (628) 2571 0 R (629) 2572 0 R (63) 2100 0 R (630) 2573 0 R (631) 2574 0 R (632) 2575 0 R (633) 2576 0 R (634) 2577 0 R (635) 2578 0 R (636) 2579 0 R (637) 2580 0 R (638) 2581 0 R (639) 2582 0 R (640) 2583 0 R (641) 2584 0 R (642) 2585 0 R (643) 2586 0 R (644) 2587 0 R (648) 2588 0 R (649) 2589 0 R (65) 2101 0 R (650) 2590 0 R (651) 2591 0 R (652) 2592 0 R (653) 2593 0 R (654) 2594 0 R (655) 2595 0 R (656) 2596 0 R (657) 2601 0 R (658) 2602 0 R (659) 2603 0 R (66) 2102 0 R (660) 2604 0 R (661) 2605 0 R (662) 2606 0 R (663) 2607 0 R (664) 2608 0 R (665) 2609 0 R (666) 2610 0 R (667) 2611 0 R (668) 2612 0 R (669) 2613 0 R (67) 2103 0 R (670) 2614 0 R (671) 2615 0 R (672) 2616 0 R (673) 2617 0 R (674) 2618 0 R (678) 2620 0 R (679) 2621 0 R (68) 2104 0 R (681) 2623 0 R (682) 2624 0 R (683) 2625 0 R (684) 2626 0 R (686) 2628 0 R (687) 2629 0 R (688) 2630 0 R (689) 2631 0 R (690) 2632 0 R (691) 2633 0 R (692) 2634 0 R (693) 2635 0 R (697) 2642 0 R (698) 1417 0 R (7.0) 658 0 R (7.29.1) 662 0 R (7.29.66.2) 666 0 R (7.29.67.2) 670 0 R (7.29.68.2) 674 0 R (7.30.1) 678 0 R (7.30.69.2) 682 0 R (7.30.70.2) 686 0 R (7.30.71.2) 690 0 R (7.31.1) 694 0 R (7.31.72.2) 698 0 R (7.32.1) 702 0 R (7.32.73.2) 706 0 R (70) 2105 0 R (700) 2643 0 R (701) 2644 0 R (702) 2645 0 R (703) 2646 0 R (704) 2650 0 R (705) 2651 0 R (706) 2652 0 R (707) 2653 0 R (708) 2654 0 R (709) 2655 0 R (71) 2106 0 R (710) 2656 0 R (711) 2657 0 R (712) 2658 0 R (713) 2659 0 R (714) 2660 0 R (715) 2661 0 R (716) 2662 0 R (719) 2663 0 R (72) 2107 0 R (720) 2664 0 R (721) 2665 0 R (722) 2666 0 R (723) 2667 0 R (724) 2668 0 R (727) 2673 0 R (729) 2675 0 R (73) 2108 0 R (730) 2676 0 R (731) 2677 0 R (732) 2678 0 R (733) 2679 0 R (734) 2680 0 R (735) 2681 0 R (738) 2682 0 R (739) 2683 0 R (740) 2684 0 R (741) 2685 0 R (742) 2686 0 R (743) 2687 0 R (744) 2688 0 R (745) 2689 0 R (746) 2690 0 R (747) 2691 0 R (748) 2692 0 R (749) 2693 0 R (75) 2109 0 R (752) 2694 0 R (753) 2695 0 R (754) 2696 0 R (755) 2697 0 R (756) 2698 0 R (757) 2699 0 R (758) 2700 0 R (759) 2705 0 R (76) 2110 0 R (760) 2706 0 R (761) 2707 0 R (762) 2708 0 R (763) 2709 0 R (764) 2710 0 R (765) 2711 0 R (766) 2712 0 R (769) 2713 0 R (77) 2111 0 R (770) 2714 0 R (771) 2715 0 R (774) 2716 0 R (775) 2717 0 R (778) 2718 0 R (779) 2719 0 R (78) 2112 0 R (780) 2720 0 R (781) 2721 0 R (782) 2722 0 R (785) 2727 0 R (788) 2730 0 R (789) 2731 0 R (790) 2732 0 R (791) 2733 0 R (792) 2734 0 R (793) 2735 0 R (794) 2736 0 R (795) 2737 0 R (796) 2738 0 R (797) 2739 0 R (798) 2740 0 R (799) 2741 0 R (8.0) 710 0 R (8.33.1) 714 0 R (8.34.1) 718 0 R (8.35.1) 722 0 R (8.36.1) 726 0 R (8.37.1) 730 0 R (8.37.74.2) 734 0 R (8.37.74.42.3) 738 0 R (8.37.74.43.3) 742 0 R (8.37.74.44.3) 746 0 R (8.37.75.2) 750 0 R (8.37.76.2) 754 0 R (8.37.77.2) 758 0 R (8.37.78.2) 762 0 R (8.38.1) 766 0 R (8.38.79.2) 770 0 R (8.38.80.2) 774 0 R (8.39.1) 778 0 R (8.39.81.2) 782 0 R (8.39.81.45.3) 786 0 R (8.39.81.46.3) 790 0 R (8.39.81.47.3) 794 0 R (8.39.81.48.3) 798 0 R (8.39.81.49.3) 802 0 R (8.39.81.50.3) 806 0 R (8.39.81.51.3) 810 0 R (8.40.1) 814 0 R (8.40.82.2) 818 0 R (8.40.83.2) 822 0 R (8.40.84.2) 826 0 R (8.40.85.2) 830 0 R (8.41.1) 834 0 R (8.42.1) 838 0 R (8.42.86.2) 842 0 R (8.42.87.2) 846 0 R (8.42.88.2) 850 0 R (8.42.89.2) 854 0 R (8.42.90.2) 858 0 R (8.43.1) 862 0 R (8.43.91.2) 866 0 R (8.43.92.2) 870 0 R (8.43.92.52.3) 874 0 R (8.43.92.53.3) 878 0 R (8.44.1) 882 0 R (8.45.1) 886 0 R (8.45.93.2) 890 0 R (8.45.94.2) 894 0 R (8.45.95.2) 898 0 R (8.45.96.2) 902 0 R (80) 2113 0 R (800) 2742 0 R (801) 2743 0 R (802) 2744 0 R (803) 2745 0 R (804) 2746 0 R (807) 2747 0 R (81) 2114 0 R (810) 2754 0 R (813) 2757 0 R (814) 2758 0 R (815) 2759 0 R (816) 2760 0 R (817) 2761 0 R (818) 2762 0 R (819) 2763 0 R (82) 2115 0 R (822) 2764 0 R (826) 2765 0 R (829) 2766 0 R (83) 2116 0 R (830) 2767 0 R (831) 2768 0 R (835) 2770 0 R (836) 2771 0 R (837) 2772 0 R (838) 2773 0 R (839) 2774 0 R (840) 2775 0 R (841) 2776 0 R (843) 2778 0 R (844) 2779 0 R (845) 2780 0 R (846) 2781 0 R (847) 2782 0 R (848) 2783 0 R (849) 2784 0 R (85) 2117 0 R (850) 2785 0 R (851) 2786 0 R (852) 2753 0 R (854) 2792 0 R (858) 2796 0 R (859) 2797 0 R (86) 2118 0 R (861) 2798 0 R (863) 2799 0 R (866) 2800 0 R (867) 2801 0 R (868) 2802 0 R (87) 2119 0 R (871) 1532 0 R (873) 2803 0 R (875) 1533 0 R (877) 2805 0 R (878) 2806 0 R (879) 2812 0 R (88) 2120 0 R (880) 2813 0 R (881) 2814 0 R (882) 2815 0 R (883) 1534 0 R (885) 2816 0 R (887) 2817 0 R (888) 2818 0 R (889) 2819 0 R (891) 2820 0 R (892) 2821 0 R (893) 2822 0 R (894) 2823 0 R (896) 2824 0 R (897) 2825 0 R (898) 2826 0 R (899) 2827 0 R (9.0) 906 0 R (9.46.1) 910 0 R (9.47.1) 914 0 R (9.47.100.2) 930 0 R (9.47.101.2) 934 0 R (9.47.102.2) 938 0 R (9.47.97.2) 918 0 R (9.47.98.2) 922 0 R (9.47.99.2) 926 0 R (9.48.1) 942 0 R (9.49.1) 946 0 R (9.50.1) 950 0 R (9.50.103.2) 954 0 R (9.50.104.2) 958 0 R (9.50.105.2) 962 0 R (9.50.106.2) 966 0 R (9.50.107.2) 970 0 R (90) 2121 0 R (900) 2828 0 R (901) 2833 0 R (902) 2834 0 R (903) 2835 0 R (904) 2836 0 R (905) 2837 0 R (906) 2838 0 R (907) 2839 0 R (908) 2840 0 R (909) 2841 0 R (91) 2122 0 R (910) 1535 0 R (912) 2842 0 R (913) 2843 0 R (914) 2844 0 R (915) 2845 0 R (916) 2846 0 R (917) 2847 0 R (918) 2848 0 R (919) 2849 0 R (92) 2123 0 R (920) 2850 0 R (921) 2851 0 R (922) 2852 0 R (923) 2853 0 R (924) 2854 0 R (925) 2855 0 R (928) 2856 0 R (929) 2857 0 R (93) 2124 0 R (930) 2858 0 R (931) 2859 0 R (932) 1537 0 R (934) 2864 0 R (935) 1538 0 R (937) 2865 0 R (938) 2866 0 R (939) 2867 0 R (940) 2868 0 R (941) 2869 0 R (942) 2870 0 R (943) 2871 0 R (944) 1539 0 R (946) 2872 0 R (947) 2873 0 R (948) 2874 0 R (95) 2125 0 R (950) 2876 0 R (951) 2877 0 R (952) 2878 0 R (953) 2879 0 R (954) 2880 0 R (957) 2881 0 R (958) 2882 0 R (959) 2883 0 R (96) 2126 0 R (960) 2884 0 R (961) 2889 0 R (962) 2890 0 R (963) 2891 0 R (968) 2896 0 R (97) 2127 0 R (971) 2897 0 R (972) 2898 0 R (974) 2899 0 R (976) 2900 0 R (977) 2901 0 R (978) 2902 0 R (98) 2128 0 R (980) 2903 0 R (981) 2904 0 R (982) 2905 0 R (983) 2906 0 R (984) 2907 0 R (985) 2908 0 R (986) 2909 0 R (988) 2910 0 R (989) 2911 0 R (99) 2129 0 R (990) 2912 0 R (991) 2913 0 R (992) 2914 0 R (993) 2915 0 R (994) 2916 0 R (996) 2917 0 R (997) 2918 0 R (998) 2919 0 R (999) 2920 0 R (Doc-Start) 1266 0 R (about) 1379 0 R (accountpreferences) 1953 0 R (add-custom-fields) 1685 0 R (admin-usermatching) 1558 0 R (administration) 1541 0 R (apache-addtype) 1420 0 R (attachments) 1839 0 R (bonsai) 1978 0 R (boolean) 1828 0 R (bug_page) 1825 0 R (bug_status_workflow) 1691 0 R (bugreports) 1836 0 R (bzldap) 1552 0 R (bzradius) 1553 0 R (casesensitivity) 1833 0 R (charts) 1957 0 R (charts-new-series) 1959 0 R (classifications) 1567 0 R (cloningbugs) 1838 0 R (cmdline) 1994 0 R (cmdline-bugmail) 1995 0 R (comment-wrapping) 1851 0 R (commenting) 1850 0 R (components) 1668 0 R (comps-vers-miles-products) 1665 0 R (configuration) 1405 0 R (conventions) 1384 0 R (copyright) 1380 0 R (create-groups) 1695 0 R (create-product) 1663 0 R (createnewusers) 1563 0 R (credits) 1383 0 R (cust-change-permissions) 1976 0 R (cust-hooks) 1975 0 R (cust-skins) 1967 0 R (cust-templates) 1968 0 R (custom-fields) 1684 0 R (customization) 1966 0 R (cvs) 1979 0 R (database-engine) 1407 0 R (database-schema) 1408 0 R (defaultuser) 1560 0 R (delete-custom-fields) 1687 0 R (dependencytree) 1852 0 R (disclaimer) 1381 0 R (edit-custom-fields) 1686 0 R (edit-groups) 1696 0 R (edit-products) 1664 0 R (edit-values) 1688 0 R (edit-values-delete) 1690 0 R (edit-values-list) 1689 0 R (emailpreferences) 1951 0 R (extraconfig) 1416 0 R (fillingbugs) 1837 0 R (flag-askto) 1675 0 R (flag-type-attachment) 1677 0 R (flag-type-bug) 1678 0 R (flag-types) 1676 0 R (flag-values) 1674 0 R (flags) 1960 0 R (flags-about) 1673 0 R (flags-admin) 1679 0 R (flags-create) 1681 0 R (flags-create-field-active) 3615 0 R (flags-create-field-category) 3575 0 R (flags-create-field-cclist) 3633 0 R (flags-create-field-description) 3571 0 R (flags-create-field-multiplicable) 3628 0 R (flags-create-field-name) 3569 0 R (flags-create-field-requestable) 3618 0 R (flags-create-field-sortkey) 3607 0 R (flags-create-field-specific) 3625 0 R (flags-create-grant-group) 3635 0 R (flags-create-request-group) 3640 0 R (flags-delete) 1682 0 R (flags-edit) 1680 0 R (flags-overview) 1671 0 R (flags-simpleexample) 1672 0 R (general-advice) 1984 0 R (generalpreferences) 1855 0 R (gfdl) 2040 0 R (gfdl-0) 2041 0 R (gfdl-1) 2042 0 R (gfdl-10) 2051 0 R (gfdl-2) 2043 0 R (gfdl-3) 2044 0 R (gfdl-4) 2045 0 R (gfdl-5) 2046 0 R (gfdl-6) 2047 0 R (gfdl-7) 2048 0 R (gfdl-8) 2049 0 R (gfdl-9) 2050 0 R (gfdl-howto) 2052 0 R (gloss-a) 5240 0 R (gloss-apache) 5241 0 R (gloss-b) 5280 0 R (gloss-bugzilla) 2158 0 R (gloss-c) 5296 0 R (gloss-cgi) 2225 0 R (gloss-component) 5301 0 R (gloss-contrib) 3086 0 R (gloss-cpan) 2787 0 R (gloss-d) 5321 0 R (gloss-daemon) 4000 0 R (gloss-dos) 5326 0 R (gloss-g) 5329 0 R (gloss-groups) 5330 0 R (gloss-htaccess) 4110 0 R (gloss-j) 5336 0 R (gloss-javascript) 5337 0 R (gloss-m) 5317 0 R (gloss-mta) 5345 0 R (gloss-mysql) 5353 0 R (gloss-p) 5373 0 R (gloss-ppm) 2748 0 R (gloss-product) 3316 0 R (gloss-q) 5388 0 R (gloss-r) 5397 0 R (gloss-rdbms) 5379 0 R (gloss-regexp) 5400 0 R (gloss-s) 5404 0 R (gloss-service) 4001 0 R (gloss-t) 5426 0 R (gloss-target-milestone) 5427 0 R (gloss-tcl) 5431 0 R (gloss-z) 5434 0 R (gloss-zarro) 5435 0 R (glossary) 2053 0 R (group-control-examples) 1667 0 R (groups) 1694 0 R (hintsandtips) 1848 0 R (http) 1412 0 R (http-apache) 1413 0 R (http-apache-mod_cgi) 2519 0 R (http-apache-mod_perl) 2547 0 R (http-iis) 1414 0 R (impersonatingusers) 1566 0 R (index) 1267 0 R (individual-buglists) 1835 0 R (install-MTA) 1403 0 R (install-bzfiles) 1392 0 R (install-config-bugzilla) 1415 0 R (install-database) 1388 0 R (install-modules-chart-base) 1397 0 R (install-modules-dbd-mysql) 1394 0 R (install-modules-gd) 1396 0 R (install-modules-gd-graph) 1398 0 R (install-modules-gd-text) 1399 0 R (install-modules-patchreader) 1402 0 R (install-modules-soap-lite) 1401 0 R (install-modules-template) 1395 0 R (install-modules-xml-twig) 1400 0 R (install-mysql) 1389 0 R (install-perl) 1387 0 R (install-perlmodules) 1393 0 R (install-perlmodules-manual) 2036 0 R (install-perlmodules-nonroot) 1536 0 R (install-pg) 1390 0 R (install-setupdatabase) 2418 0 R (install-setupdatabase-adduser) 2409 0 R (install-webserver) 1391 0 R (installation) 1386 0 R (installation-whining) 1419 0 R (installation-whining-cron) 1418 0 R (installing-bugzilla) 1385 0 R (integration) 1977 0 R (keywords) 1683 0 R (lifecycle) 1826 0 R (lifecycle-image) 2060 0 R (list) 1834 0 R (localconfig) 1406 0 R (macosx-libraries) 1529 0 R (macosx-sendmail) 1528 0 R (manageusers) 1561 0 R (milestones) 1670 0 R (modifyusers) 1564 0 R (modules-manual-download) 2038 0 R (modules-manual-instructions) 2037 0 R (modules-manual-optional) 2039 0 R (multiple-bz-dbs) 1421 0 R (multiplecharts) 1831 0 R (myaccount) 1824 0 R (mysql) 1409 0 R (negation) 1830 0 R (newversions) 1382 0 R (nonroot) 1531 0 R (os-linux) 1530 0 R (os-macosx) 1527 0 R (os-specific) 1422 0 R (os-win32) 1423 0 R (page.1) 1265 0 R (page.10) 2375 0 R (page.100) 5034 0 R (page.101) 5065 0 R (page.102) 5095 0 R (page.103) 5126 0 R (page.104) 5138 0 R (page.105) 5154 0 R (page.106) 5165 0 R (page.107) 5203 0 R (page.108) 5215 0 R (page.109) 5228 0 R (page.11) 2408 0 R (page.110) 5234 0 R (page.111) 5284 0 R (page.112) 5316 0 R (page.113) 5344 0 R (page.114) 5383 0 R (page.115) 5411 0 R (page.12) 2434 0 R (page.13) 2480 0 R (page.14) 2514 0 R (page.15) 2558 0 R (page.16) 2600 0 R (page.17) 2641 0 R (page.18) 2672 0 R (page.19) 2704 0 R (page.2) 1275 0 R (page.20) 2726 0 R (page.21) 2752 0 R (page.22) 2791 0 R (page.23) 2811 0 R (page.24) 2832 0 R (page.25) 2863 0 R (page.26) 2888 0 R (page.27) 2895 0 R (page.28) 2934 0 R (page.29) 2977 0 R (page.3) 1282 0 R (page.30) 3001 0 R (page.31) 3024 0 R (page.32) 3051 0 R (page.33) 3090 0 R (page.34) 3128 0 R (page.35) 3153 0 R (page.36) 3169 0 R (page.37) 3201 0 R (page.38) 3253 0 R (page.39) 3275 0 R (page.4) 1427 0 R (page.40) 3320 0 R (page.41) 3353 0 R (page.42) 3388 0 R (page.43) 3412 0 R (page.44) 3444 0 R (page.45) 3475 0 R (page.46) 3522 0 R (page.47) 3563 0 R (page.48) 3611 0 R (page.49) 3644 0 R (page.5) 1572 0 R (page.50) 3665 0 R (page.51) 3704 0 R (page.52) 3724 0 R (page.53) 3753 0 R (page.54) 3789 0 R (page.55) 3821 0 R (page.56) 3851 0 R (page.57) 3873 0 R (page.58) 3906 0 R (page.59) 3939 0 R (page.6) 1711 0 R (page.60) 3966 0 R (page.61) 3975 0 R (page.62) 4005 0 R (page.63) 4037 0 R (page.64) 4114 0 R (page.65) 4131 0 R (page.66) 4159 0 R (page.67) 4210 0 R (page.68) 4244 0 R (page.69) 4255 0 R (page.7) 1859 0 R (page.70) 4289 0 R (page.71) 4311 0 R (page.72) 4337 0 R (page.73) 4360 0 R (page.74) 4379 0 R (page.75) 4392 0 R (page.76) 4407 0 R (page.77) 4445 0 R (page.78) 4485 0 R (page.79) 4524 0 R (page.8) 1999 0 R (page.80) 4554 0 R (page.81) 4570 0 R (page.82) 4586 0 R (page.83) 4605 0 R (page.84) 4623 0 R (page.85) 4630 0 R (page.86) 4658 0 R (page.87) 4690 0 R (page.88) 4717 0 R (page.89) 4756 0 R (page.9) 2057 0 R (page.90) 4774 0 R (page.91) 4809 0 R (page.92) 4841 0 R (page.93) 4862 0 R (page.94) 4880 0 R (page.95) 4897 0 R (page.96) 4924 0 R (page.97) 4949 0 R (page.98) 4973 0 R (page.99) 4990 0 R (param-LDAPBaseDN) 3083 0 R (param-LDAPbinddn) 3078 0 R (param-LDAPmailattribute) 3097 0 R (param-LDAPserver) 3067 0 R (param-LDAPuidattribute) 3052 0 R (param-RADIUS_email_suffix) 3120 0 R (param-RADIUS_secret) 3117 0 R (param-RADIUS_server) 3114 0 R (param-admin-policies) 1544 0 R (param-attachments) 1546 0 R (param-bug-change-policies) 1547 0 R (param-bugfields) 1548 0 R (param-bugmoving) 1549 0 R (param-dependency-graphs) 1550 0 R (param-email) 1554 0 R (param-group-security) 1551 0 R (param-patchviewer) 1555 0 R (param-querydefaults) 1556 0 R (param-requiredsettings) 1543 0 R (param-shadowdatabase) 1557 0 R (param-user-authentication) 1545 0 R (param-user_verify_class_for_ldap) 3061 0 R (param-user_verify_class_for_radius) 3108 0 R (parameters) 1542 0 R (paranoid-security) 1988 0 R (patches) 1993 0 R (patchviewer) 1840 0 R (patchviewer_bonsai_lxr) 1846 0 R (patchviewer_collapse) 1844 0 R (patchviewer_context) 1843 0 R (patchviewer_diff) 1842 0 R (patchviewer_link) 1845 0 R (patchviewer_unified_diff) 1847 0 R (patchviewer_view) 1841 0 R (permissionsettings) 1954 0 R (postgresql) 1410 0 R (product-group-controls) 1666 0 R (products) 1568 0 R (pronouns) 1829 0 R (query) 1827 0 R (quicksearch) 1832 0 R (quips) 1693 0 R (reporting) 1955 0 R (reports) 1956 0 R (sanitycheck) 1699 0 R (savedsearches) 1952 0 R (scm) 1980 0 R (security) 1809 0 R (security-bugzilla) 1820 0 R (security-bugzilla-charset) 1821 0 R (security-mysql) 1814 0 R (security-mysql-account) 1815 0 R (security-mysql-account-anonymous) 4018 0 R (security-mysql-account-root) 4012 0 R (security-mysql-network) 1817 0 R (security-mysql-network-ex) 4030 0 R (security-mysql-root) 1816 0 R (security-os) 1810 0 R (security-os-accounts) 1812 0 R (security-os-chroot) 1813 0 R (security-os-ports) 1811 0 R (security-webserver) 1818 0 R (security-webserver-access) 1819 0 R (self-registration) 3173 0 R (suexec) 1540 0 R (svn) 1981 0 R (table.1) 2151 0 R (table.2) 3682 0 R (table.3) 4171 0 R (table.4) 4224 0 R (table.5) 4306 0 R (table.6) 4374 0 R (table.7) 4396 0 R (table.8) 4793 0 R (template-directory) 1969 0 R (template-edit) 1971 0 R (template-formats) 1972 0 R (template-http-accept) 1974 0 R (template-method) 1970 0 R (template-specific) 1973 0 R (timetracking) 1853 0 R (tinderbox) 1982 0 R (trbl-dbdSponge) 1987 0 R (trbl-index) 1991 0 R (trbl-passwd-encryption) 1992 0 R (trbl-perlmodule) 1986 0 R (trbl-relogin-everyone) 1989 0 R (trbl-relogin-everyone-restrict) 4960 0 R (trbl-relogin-everyone-share) 4954 0 R (trbl-relogin-some) 1990 0 R (trbl-testserver) 1985 0 R (troubleshooting) 1983 0 R (upgrade-cvs) 1704 0 R (upgrade-patches) 1706 0 R (upgrade-tarball) 1705 0 R (upgrading) 1700 0 R (upgrading-completion) 1707 0 R (upgrading-methods) 1703 0 R (upgrading-notifications) 1702 0 R (upgrading-version-defns) 1701 0 R (user-account-creation) 3179 0 R (user-account-deletion) 1565 0 R (user-account-search) 1562 0 R (useradmin) 1559 0 R (userpreferences) 1854 0 R (users-and-groups) 1697 0 R (using) 1822 0 R (using-intro) 1823 0 R (using-mod_perl-with-bugzilla) 1404 0 R (versions) 1669 0 R (voting) 1692 0 R (whining) 1961 0 R (whining-overview) 1962 0 R (whining-query) 1964 0 R (whining-schedule) 1963 0 R (win32-code-changes) 1524 0 R (win32-email) 1526 0 R (win32-http) 1525 0 R (win32-perl) 1522 0 R (win32-perl-modules) 1523 0 R] +/Limits [(1.0) (win32-perl-modules)] +>> endobj +5461 0 obj << +/Kids [5460 0 R] +>> endobj +5462 0 obj << +/Dests 5461 0 R +>> endobj +5463 0 obj << +/Type /Catalog +/Pages 5458 0 R +/Outlines 5459 0 R +/Names 5462 0 R +/PageMode /UseOutlines +/OpenAction 1261 0 R +>> endobj +5464 0 obj << +/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords() +/CreationDate (D:20080504193217-07'00') +/PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4) +>> endobj +xref +0 5465 +0000000000 65535 f +0000000009 00000 n +0000029655 00000 n +0001200076 00000 n +0000000048 00000 n +0000000110 00000 n +0000104416 00000 n +0001199991 00000 n +0000000149 00000 n +0000000184 00000 n +0000430618 00000 n +0001199904 00000 n +0000000223 00000 n +0000000257 00000 n +0000433736 00000 n +0001199778 00000 n +0000000297 00000 n +0000000343 00000 n +0000433862 00000 n +0001199704 00000 n +0000000385 00000 n +0000000430 00000 n +0000434246 00000 n +0001199617 00000 n +0000000472 00000 n +0000000506 00000 n +0000434563 00000 n +0001199530 00000 n +0000000548 00000 n +0000000584 00000 n +0000438663 00000 n +0001199443 00000 n +0000000626 00000 n +0000000657 00000 n +0000443549 00000 n +0001199369 00000 n +0000000699 00000 n +0000000743 00000 n +0000448184 00000 n +0001199241 00000 n +0000000783 00000 n +0000000832 00000 n +0000448311 00000 n +0001199128 00000 n +0000000874 00000 n +0000000910 00000 n +0000449656 00000 n +0001199054 00000 n +0000000954 00000 n +0000000984 00000 n +0000452727 00000 n +0001198930 00000 n +0000001028 00000 n +0000001069 00000 n +0000452917 00000 n +0001198856 00000 n +0000001115 00000 n +0000001148 00000 n +0000453628 00000 n +0001198782 00000 n +0000001194 00000 n +0000001232 00000 n +0000454079 00000 n +0001198695 00000 n +0000001276 00000 n +0000001312 00000 n +0000454530 00000 n +0001198608 00000 n +0000001356 00000 n +0000001390 00000 n +0000459329 00000 n +0001198482 00000 n +0000001434 00000 n +0000001472 00000 n +0000470664 00000 n +0001198408 00000 n +0000001518 00000 n +0000001556 00000 n +0000470920 00000 n +0001198321 00000 n +0000001602 00000 n +0000001655 00000 n +0000471111 00000 n +0001198234 00000 n +0000001701 00000 n +0000001740 00000 n +0000471821 00000 n +0001198147 00000 n +0000001786 00000 n +0000001833 00000 n +0000472012 00000 n +0001198060 00000 n +0000001879 00000 n +0000001924 00000 n +0000472204 00000 n +0001197973 00000 n +0000001970 00000 n +0000002014 00000 n +0000475330 00000 n +0001197884 00000 n +0000002060 00000 n +0000002106 00000 n +0000475588 00000 n +0001197793 00000 n +0000002154 00000 n +0000002201 00000 n +0000475780 00000 n +0001197715 00000 n +0000002249 00000 n +0000002299 00000 n +0000475973 00000 n +0001197624 00000 n +0000002344 00000 n +0000002398 00000 n +0000476679 00000 n +0001197546 00000 n +0000002443 00000 n +0000002500 00000 n +0000480656 00000 n +0001197416 00000 n +0000002543 00000 n +0000002581 00000 n +0000480914 00000 n +0001197337 00000 n +0000002626 00000 n +0000002664 00000 n +0000485547 00000 n +0001197205 00000 n +0000002709 00000 n +0000002751 00000 n +0000485739 00000 n +0001197126 00000 n +0000002799 00000 n +0000002852 00000 n +0000485998 00000 n +0001196994 00000 n +0000002900 00000 n +0000002934 00000 n +0000486257 00000 n +0001196915 00000 n +0000002984 00000 n +0000003038 00000 n +0000486837 00000 n +0001196822 00000 n +0000003088 00000 n +0000003156 00000 n +0000490499 00000 n +0001196729 00000 n +0000003206 00000 n +0000003256 00000 n +0000491672 00000 n +0001196650 00000 n +0000003306 00000 n +0000003380 00000 n +0000492580 00000 n +0001196532 00000 n +0000003428 00000 n +0000003467 00000 n +0000492709 00000 n +0001196453 00000 n +0000003517 00000 n +0000003572 00000 n +0000496657 00000 n +0001196374 00000 n +0000003622 00000 n +0000003673 00000 n +0000497565 00000 n +0001196281 00000 n +0000003719 00000 n +0000003759 00000 n +0000498081 00000 n +0001196149 00000 n +0000003805 00000 n +0000003842 00000 n +0000501934 00000 n +0001196031 00000 n +0000003891 00000 n +0000003941 00000 n +0000502127 00000 n +0001195952 00000 n +0000003992 00000 n +0000004047 00000 n +0000504008 00000 n +0001195873 00000 n +0000004098 00000 n +0000004154 00000 n +0000510052 00000 n +0001195794 00000 n +0000004203 00000 n +0000004271 00000 n +0000516011 00000 n +0001195715 00000 n +0000004317 00000 n +0000004352 00000 n +0000519039 00000 n +0001195584 00000 n +0000004395 00000 n +0000004453 00000 n +0000519232 00000 n +0001195505 00000 n +0000004499 00000 n +0000004536 00000 n +0000520462 00000 n +0001195412 00000 n +0000004582 00000 n +0000004625 00000 n +0000524143 00000 n +0001195319 00000 n +0000004671 00000 n +0000004705 00000 n +0000524787 00000 n +0001195240 00000 n +0000004751 00000 n +0000004828 00000 n +0000525696 00000 n +0001195148 00000 n +0000004871 00000 n +0000004950 00000 n +0000529423 00000 n +0001195017 00000 n +0000004994 00000 n +0000005048 00000 n +0000529746 00000 n +0001194899 00000 n +0000005095 00000 n +0000005139 00000 n +0000530005 00000 n +0001194820 00000 n +0000005189 00000 n +0000005228 00000 n +0000533002 00000 n +0001194727 00000 n +0000005278 00000 n +0000005328 00000 n +0000534286 00000 n +0001194634 00000 n +0000005378 00000 n +0000005444 00000 n +0000538454 00000 n +0001194541 00000 n +0000005494 00000 n +0000005544 00000 n +0000539100 00000 n +0001194462 00000 n +0000005594 00000 n +0000005636 00000 n +0000539293 00000 n +0001194330 00000 n +0000005683 00000 n +0000005718 00000 n +0000539486 00000 n +0001194251 00000 n +0000005768 00000 n +0000005805 00000 n +0000539809 00000 n +0001194172 00000 n +0000005855 00000 n +0000005923 00000 n +0000544135 00000 n +0001194093 00000 n +0000005970 00000 n +0000006016 00000 n +0000544458 00000 n +0001193976 00000 n +0000006060 00000 n +0000006120 00000 n +0000544587 00000 n +0001193897 00000 n +0000006167 00000 n +0000006206 00000 n +0000544779 00000 n +0001193765 00000 n +0000006253 00000 n +0000006285 00000 n +0000547329 00000 n +0001193661 00000 n +0000006335 00000 n +0000006388 00000 n +0000547458 00000 n +0001193582 00000 n +0000006440 00000 n +0000006502 00000 n +0000547714 00000 n +0001193489 00000 n +0000006555 00000 n +0000006609 00000 n +0000548039 00000 n +0001193410 00000 n +0000006662 00000 n +0000006712 00000 n +0000551242 00000 n +0001193317 00000 n +0000006759 00000 n +0000006790 00000 n +0000552287 00000 n +0001193224 00000 n +0000006837 00000 n +0000006876 00000 n +0000555902 00000 n +0001193092 00000 n +0000006923 00000 n +0000006961 00000 n +0000556095 00000 n +0001193027 00000 n +0000007011 00000 n +0000007065 00000 n +0000556677 00000 n +0001192909 00000 n +0000007112 00000 n +0000007147 00000 n +0000557326 00000 n +0001192844 00000 n +0000007197 00000 n +0000007250 00000 n +0000561388 00000 n +0001192711 00000 n +0000007291 00000 n +0000007344 00000 n +0000561516 00000 n +0001192592 00000 n +0000007388 00000 n +0000007435 00000 n +0000561707 00000 n +0001192513 00000 n +0000007482 00000 n +0000007526 00000 n +0000572125 00000 n +0001192420 00000 n +0000007573 00000 n +0000007623 00000 n +0000572639 00000 n +0001192327 00000 n +0000007670 00000 n +0000007716 00000 n +0000573411 00000 n +0001192234 00000 n +0000007763 00000 n +0000007801 00000 n +0000576062 00000 n +0001192141 00000 n +0000007848 00000 n +0000007894 00000 n +0000576894 00000 n +0001192048 00000 n +0000007941 00000 n +0000007978 00000 n +0000580900 00000 n +0001191955 00000 n +0000008025 00000 n +0000008062 00000 n +0000581157 00000 n +0001191862 00000 n +0000008109 00000 n +0000008153 00000 n +0000581416 00000 n +0001191769 00000 n +0000008200 00000 n +0000008241 00000 n +0000582511 00000 n +0001191676 00000 n +0000008288 00000 n +0000008335 00000 n +0000591416 00000 n +0001191583 00000 n +0000008382 00000 n +0000008431 00000 n +0000595638 00000 n +0001191490 00000 n +0000008478 00000 n +0000008511 00000 n +0000596922 00000 n +0001191397 00000 n +0000008558 00000 n +0000008598 00000 n +0000597112 00000 n +0001191304 00000 n +0000008645 00000 n +0000008687 00000 n +0000599810 00000 n +0001191211 00000 n +0000008734 00000 n +0000008777 00000 n +0000600258 00000 n +0001191132 00000 n +0000008824 00000 n +0000008865 00000 n +0000600451 00000 n +0001191000 00000 n +0000008909 00000 n +0000008953 00000 n +0000600580 00000 n +0001190921 00000 n +0000009000 00000 n +0000009052 00000 n +0000600901 00000 n +0001190803 00000 n +0000009099 00000 n +0000009146 00000 n +0000601030 00000 n +0001190724 00000 n +0000009196 00000 n +0000009253 00000 n +0000604770 00000 n +0001190592 00000 n +0000009303 00000 n +0000009350 00000 n +0000604899 00000 n +0001190513 00000 n +0000009403 00000 n +0000009450 00000 n +0000605288 00000 n +0001190434 00000 n +0000009503 00000 n +0000009570 00000 n +0000606128 00000 n +0001190341 00000 n +0000009620 00000 n +0000009664 00000 n +0000616677 00000 n +0001190248 00000 n +0000009714 00000 n +0000009757 00000 n +0000616935 00000 n +0001190169 00000 n +0000009807 00000 n +0000009855 00000 n +0000617645 00000 n +0001190076 00000 n +0000009899 00000 n +0000009939 00000 n +0000620793 00000 n +0001189944 00000 n +0000009983 00000 n +0000010016 00000 n +0000626915 00000 n +0001189865 00000 n +0000010063 00000 n +0000010111 00000 n +0000627886 00000 n +0001189772 00000 n +0000010158 00000 n +0000010201 00000 n +0000628079 00000 n +0001189679 00000 n +0000010248 00000 n +0000010335 00000 n +0000628463 00000 n +0001189561 00000 n +0000010382 00000 n +0000010445 00000 n +0000633950 00000 n +0001189496 00000 n +0000010495 00000 n +0000010561 00000 n +0000640723 00000 n +0001189403 00000 n +0000010605 00000 n +0000010640 00000 n +0000644669 00000 n +0001189310 00000 n +0000010684 00000 n +0000010717 00000 n +0000645373 00000 n +0001189217 00000 n +0000010761 00000 n +0000010796 00000 n +0000646333 00000 n +0001189085 00000 n +0000010840 00000 n +0000010870 00000 n +0000649004 00000 n +0001189006 00000 n +0000010917 00000 n +0000010960 00000 n +0000650433 00000 n +0001188874 00000 n +0000011007 00000 n +0000011045 00000 n +0000650562 00000 n +0001188809 00000 n +0000011095 00000 n +0000011130 00000 n +0000651852 00000 n +0001188716 00000 n +0000011177 00000 n +0000011223 00000 n +0000655413 00000 n +0001188584 00000 n +0000011270 00000 n +0000011315 00000 n +0000655605 00000 n +0001188505 00000 n +0000011365 00000 n +0000011410 00000 n +0000656968 00000 n +0001188426 00000 n +0000011460 00000 n +0000011498 00000 n +0000657423 00000 n +0001188308 00000 n +0000011545 00000 n +0000011591 00000 n +0000660986 00000 n +0001188229 00000 n +0000011641 00000 n +0000011684 00000 n +0000661245 00000 n +0001188096 00000 n +0000011734 00000 n +0000011778 00000 n +0000661503 00000 n +0001188017 00000 n +0000011831 00000 n +0000011866 00000 n +0000661695 00000 n +0001187924 00000 n +0000011919 00000 n +0000011961 00000 n +0000662019 00000 n +0001187831 00000 n +0000012014 00000 n +0000012053 00000 n +0000666756 00000 n +0001187738 00000 n +0000012106 00000 n +0000012145 00000 n +0000667077 00000 n +0001187645 00000 n +0000012198 00000 n +0000012235 00000 n +0000667336 00000 n +0001187552 00000 n +0000012288 00000 n +0000012330 00000 n +0000667857 00000 n +0001187459 00000 n +0000012383 00000 n +0000012438 00000 n +0000668114 00000 n +0001187366 00000 n +0000012491 00000 n +0000012535 00000 n +0000668505 00000 n +0001187273 00000 n +0000012588 00000 n +0000012626 00000 n +0000668698 00000 n +0001187180 00000 n +0000012679 00000 n +0000012722 00000 n +0000672080 00000 n +0001187101 00000 n +0000012775 00000 n +0000012820 00000 n +0000672339 00000 n +0001187022 00000 n +0000012870 00000 n +0000012914 00000 n +0000672990 00000 n +0001186929 00000 n +0000012958 00000 n +0000012991 00000 n +0000673311 00000 n +0001186797 00000 n +0000013035 00000 n +0000013074 00000 n +0000677315 00000 n +0001186718 00000 n +0000013121 00000 n +0000013169 00000 n +0000679191 00000 n +0001186625 00000 n +0000013216 00000 n +0000013265 00000 n +0000679382 00000 n +0001186546 00000 n +0000013312 00000 n +0000013362 00000 n +0000682243 00000 n +0001186414 00000 n +0000013406 00000 n +0000013444 00000 n +0000682502 00000 n +0001186335 00000 n +0000013491 00000 n +0000013547 00000 n +0000682825 00000 n +0001186256 00000 n +0000013594 00000 n +0000013643 00000 n +0000683402 00000 n +0001186163 00000 n +0000013687 00000 n +0000013732 00000 n +0000683659 00000 n +0001186070 00000 n +0000013776 00000 n +0000013808 00000 n +0000687920 00000 n +0001185977 00000 n +0000013852 00000 n +0000013883 00000 n +0000688433 00000 n +0001185845 00000 n +0000013927 00000 n +0000013978 00000 n +0000693835 00000 n +0001185766 00000 n +0000014025 00000 n +0000014068 00000 n +0000698437 00000 n +0001185673 00000 n +0000014115 00000 n +0000014189 00000 n +0000704667 00000 n +0001185580 00000 n +0000014236 00000 n +0000014289 00000 n +0000705309 00000 n +0001185501 00000 n +0000014336 00000 n +0000014400 00000 n +0000705502 00000 n +0001185408 00000 n +0000014444 00000 n +0000014513 00000 n +0000709110 00000 n +0001185290 00000 n +0000014557 00000 n +0000014608 00000 n +0000709623 00000 n +0001185211 00000 n +0000014655 00000 n +0000014702 00000 n +0000714698 00000 n +0001185118 00000 n +0000014749 00000 n +0000014800 00000 n +0000715216 00000 n +0001184986 00000 n +0000014847 00000 n +0000014906 00000 n +0000716247 00000 n +0001184907 00000 n +0000014956 00000 n +0000015005 00000 n +0000719445 00000 n +0001184814 00000 n +0000015055 00000 n +0000015112 00000 n +0000723800 00000 n +0001184735 00000 n +0000015162 00000 n +0000015215 00000 n +0000724838 00000 n +0001184656 00000 n +0000015262 00000 n +0000015313 00000 n +0000730125 00000 n +0001184523 00000 n +0000015354 00000 n +0000015402 00000 n +0000730445 00000 n +0001184405 00000 n +0000015446 00000 n +0000015487 00000 n +0000730574 00000 n +0001184326 00000 n +0000015534 00000 n +0000015573 00000 n +0000730767 00000 n +0001184233 00000 n +0000015620 00000 n +0000015667 00000 n +0000731939 00000 n +0001184154 00000 n +0000015714 00000 n +0000015756 00000 n +0000734768 00000 n +0001184022 00000 n +0000015800 00000 n +0000015830 00000 n +0000734897 00000 n +0001183943 00000 n +0000015877 00000 n +0000015928 00000 n +0000735090 00000 n +0001183850 00000 n +0000015975 00000 n +0000016036 00000 n +0000736443 00000 n +0001183771 00000 n +0000016083 00000 n +0000016124 00000 n +0000739811 00000 n +0001183639 00000 n +0000016168 00000 n +0000016203 00000 n +0000739940 00000 n +0001183574 00000 n +0000016250 00000 n +0000016332 00000 n +0000746869 00000 n +0001183456 00000 n +0000016376 00000 n +0000016409 00000 n +0000746998 00000 n +0001183391 00000 n +0000016456 00000 n +0000016527 00000 n +0000750309 00000 n +0001183257 00000 n +0000016568 00000 n +0000016613 00000 n +0000750437 00000 n +0001183178 00000 n +0000016657 00000 n +0000016694 00000 n +0000750826 00000 n +0001183085 00000 n +0000016738 00000 n +0000016788 00000 n +0000756165 00000 n +0001182992 00000 n +0000016832 00000 n +0000016873 00000 n +0000763589 00000 n +0001182899 00000 n +0000016917 00000 n +0000016961 00000 n +0000815066 00000 n +0001182767 00000 n +0000017005 00000 n +0000017048 00000 n +0000818152 00000 n +0001182649 00000 n +0000017095 00000 n +0000017136 00000 n +0000819316 00000 n +0001182570 00000 n +0000017186 00000 n +0000017235 00000 n +0000819573 00000 n +0001182477 00000 n +0000017285 00000 n +0000017322 00000 n +0000823469 00000 n +0001182398 00000 n +0000017372 00000 n +0000017416 00000 n +0000823985 00000 n +0001182305 00000 n +0000017463 00000 n +0000017501 00000 n +0000824440 00000 n +0001182212 00000 n +0000017548 00000 n +0000017603 00000 n +0000824632 00000 n +0001182119 00000 n +0000017650 00000 n +0000017686 00000 n +0000828523 00000 n +0001182040 00000 n +0000017733 00000 n +0000017793 00000 n +0000829040 00000 n +0001181908 00000 n +0000017837 00000 n +0000017873 00000 n +0000829169 00000 n +0001181829 00000 n +0000017920 00000 n +0000017966 00000 n +0000834536 00000 n +0001181750 00000 n +0000018013 00000 n +0000018061 00000 n +0000837703 00000 n +0001181618 00000 n +0000018105 00000 n +0000018141 00000 n +0000838476 00000 n +0001181514 00000 n +0000018188 00000 n +0000018227 00000 n +0000838860 00000 n +0001181435 00000 n +0000018277 00000 n +0000018337 00000 n +0000841409 00000 n +0001181342 00000 n +0000018387 00000 n +0000018457 00000 n +0000841602 00000 n +0001181249 00000 n +0000018507 00000 n +0000018567 00000 n +0000841793 00000 n +0001181156 00000 n +0000018617 00000 n +0000018690 00000 n +0000841985 00000 n +0001181063 00000 n +0000018740 00000 n +0000018800 00000 n +0000842178 00000 n +0001180970 00000 n +0000018850 00000 n +0000018902 00000 n +0000842435 00000 n +0001180891 00000 n +0000018952 00000 n +0000019004 00000 n +0000842628 00000 n +0001180759 00000 n +0000019048 00000 n +0000019087 00000 n +0000845190 00000 n +0001180680 00000 n +0000019134 00000 n +0000019178 00000 n +0000845577 00000 n +0001180587 00000 n +0000019225 00000 n +0000019260 00000 n +0000845834 00000 n +0001180494 00000 n +0000019307 00000 n +0000019361 00000 n +0000846027 00000 n +0001180415 00000 n +0000019408 00000 n +0000019450 00000 n +0000849465 00000 n +0001180322 00000 n +0000019494 00000 n +0000019544 00000 n +0000849919 00000 n +0001180190 00000 n +0000019588 00000 n +0000019630 00000 n +0000850112 00000 n +0001180111 00000 n +0000019677 00000 n +0000019724 00000 n +0000851654 00000 n +0001180018 00000 n +0000019771 00000 n +0000019816 00000 n +0000860460 00000 n +0001179925 00000 n +0000019863 00000 n +0000019905 00000 n +0000860653 00000 n +0001179832 00000 n +0000019952 00000 n +0000019997 00000 n +0000860978 00000 n +0001179753 00000 n +0000020044 00000 n +0000020083 00000 n +0000866369 00000 n +0001179621 00000 n +0000020127 00000 n +0000020171 00000 n +0000866560 00000 n +0001179542 00000 n +0000020218 00000 n +0000020253 00000 n +0000869944 00000 n +0001179424 00000 n +0000020300 00000 n +0000020334 00000 n +0000870457 00000 n +0001179345 00000 n +0000020384 00000 n +0000020429 00000 n +0000870905 00000 n +0001179266 00000 n +0000020479 00000 n +0000020531 00000 n +0000873685 00000 n +0001179173 00000 n +0000020575 00000 n +0000020606 00000 n +0000874325 00000 n +0001179055 00000 n +0000020650 00000 n +0000020683 00000 n +0000878172 00000 n +0001178976 00000 n +0000020730 00000 n +0000020767 00000 n +0000878492 00000 n +0001178883 00000 n +0000020814 00000 n +0000020858 00000 n +0000882443 00000 n +0001178790 00000 n +0000020905 00000 n +0000020949 00000 n +0000884210 00000 n +0001178711 00000 n +0000020996 00000 n +0000021043 00000 n +0000887297 00000 n +0001178578 00000 n +0000021084 00000 n +0000021135 00000 n +0000887425 00000 n +0001178499 00000 n +0000021179 00000 n +0000021216 00000 n +0000888267 00000 n +0001178367 00000 n +0000021260 00000 n +0000021307 00000 n +0000888523 00000 n +0001178288 00000 n +0000021354 00000 n +0000021409 00000 n +0000892438 00000 n +0001178195 00000 n +0000021456 00000 n +0000021514 00000 n +0000894121 00000 n +0001178102 00000 n +0000021561 00000 n +0000021609 00000 n +0000898272 00000 n +0001178009 00000 n +0000021657 00000 n +0000021710 00000 n +0000903286 00000 n +0001177916 00000 n +0000021758 00000 n +0000021805 00000 n +0000908650 00000 n +0001177837 00000 n +0000021853 00000 n +0000021930 00000 n +0000908907 00000 n +0001177744 00000 n +0000021974 00000 n +0000022031 00000 n +0000922814 00000 n +0001177651 00000 n +0000022075 00000 n +0000022131 00000 n +0000927390 00000 n +0001177533 00000 n +0000022175 00000 n +0000022242 00000 n +0000927519 00000 n +0001177454 00000 n +0000022290 00000 n +0000022323 00000 n +0000927712 00000 n +0001177361 00000 n +0000022371 00000 n +0000022401 00000 n +0000930104 00000 n +0001177268 00000 n +0000022449 00000 n +0000022488 00000 n +0000930554 00000 n +0001177175 00000 n +0000022536 00000 n +0000022573 00000 n +0000930813 00000 n +0001177096 00000 n +0000022621 00000 n +0000022668 00000 n +0000934299 00000 n +0001176961 00000 n +0000022710 00000 n +0000022757 00000 n +0000934491 00000 n +0001176882 00000 n +0000022802 00000 n +0000022841 00000 n +0000935205 00000 n +0001176789 00000 n +0000022886 00000 n +0000022962 00000 n +0000935654 00000 n +0001176696 00000 n +0000023007 00000 n +0000023103 00000 n +0000938387 00000 n +0001176603 00000 n +0000023148 00000 n +0000023203 00000 n +0000939029 00000 n +0001176510 00000 n +0000023248 00000 n +0000023306 00000 n +0000939807 00000 n +0001176415 00000 n +0000023351 00000 n +0000023424 00000 n +0000943729 00000 n +0001176318 00000 n +0000023470 00000 n +0000023545 00000 n +0000946542 00000 n +0001176220 00000 n +0000023591 00000 n +0000023670 00000 n +0000946931 00000 n +0001176137 00000 n +0000023716 00000 n +0000023836 00000 n +0000950745 00000 n +0001175998 00000 n +0000023879 00000 n +0000023919 00000 n +0000951003 00000 n +0001175914 00000 n +0000023965 00000 n +0000024019 00000 n +0000953022 00000 n +0001175830 00000 n +0000024065 00000 n +0000024129 00000 n +0000955930 00000 n +0001175690 00000 n +0000024172 00000 n +0000024240 00000 n +0000956060 00000 n +0001175606 00000 n +0000024286 00000 n +0000024324 00000 n +0000957090 00000 n +0001175507 00000 n +0000024370 00000 n +0000024414 00000 n +0000962298 00000 n +0001175423 00000 n +0000024460 00000 n +0000024502 00000 n +0000967740 00000 n +0001175282 00000 n +0000024545 00000 n +0000024608 00000 n +0000968059 00000 n +0001175198 00000 n +0000024654 00000 n +0000024686 00000 n +0000968377 00000 n +0001175099 00000 n +0000024732 00000 n +0000024784 00000 n +0000972375 00000 n +0001175000 00000 n +0000024830 00000 n +0000024870 00000 n +0000972632 00000 n +0001174901 00000 n +0000024916 00000 n +0000024959 00000 n +0000976551 00000 n +0001174802 00000 n +0000025005 00000 n +0000025042 00000 n +0000981744 00000 n +0001174703 00000 n +0000025088 00000 n +0000025131 00000 n +0000982066 00000 n +0001174604 00000 n +0000025177 00000 n +0000025225 00000 n +0000982323 00000 n +0001174505 00000 n +0000025271 00000 n +0000025329 00000 n +0000985380 00000 n +0001174406 00000 n +0000025375 00000 n +0000025410 00000 n +0000985574 00000 n +0001174307 00000 n +0000025456 00000 n +0000025491 00000 n +0000985767 00000 n +0001174208 00000 n +0000025537 00000 n +0000025594 00000 n +0000986090 00000 n +0001174124 00000 n +0000025640 00000 n +0000025703 00000 n +0000990056 00000 n +0001174025 00000 n +0000025746 00000 n +0000025775 00000 n +0000990184 00000 n +0001173885 00000 n +0000025818 00000 n +0000025853 00000 n +0000990314 00000 n +0001173816 00000 n +0000025903 00000 n +0000025933 00000 n +0000990701 00000 n +0001173676 00000 n +0000025976 00000 n +0000025998 00000 n +0000990830 00000 n +0001173566 00000 n +0000026048 00000 n +0000026075 00000 n +0000991283 00000 n +0001173497 00000 n +0000026128 00000 n +0000026192 00000 n +0000995270 00000 n +0001173357 00000 n +0000026235 00000 n +0000026257 00000 n +0000995399 00000 n +0001173247 00000 n +0000026307 00000 n +0000026331 00000 n +0000995851 00000 n +0001173163 00000 n +0000026381 00000 n +0000026412 00000 n +0000996109 00000 n +0001173079 00000 n +0000026462 00000 n +0000026491 00000 n +0000996366 00000 n +0001172939 00000 n +0000026534 00000 n +0000026556 00000 n +0000996495 00000 n +0001172829 00000 n +0000026606 00000 n +0000026651 00000 n +0000996881 00000 n +0001172745 00000 n +0000026701 00000 n +0000026731 00000 n +0000997138 00000 n +0001172646 00000 n +0000026781 00000 n +0000026836 00000 n +0000997655 00000 n +0001172562 00000 n +0000026886 00000 n +0000026914 00000 n +0001000031 00000 n +0001172422 00000 n +0000026957 00000 n +0000026979 00000 n +0001000160 00000 n +0001172312 00000 n +0000027029 00000 n +0000027056 00000 n +0001000548 00000 n +0001172243 00000 n +0000027106 00000 n +0000027137 00000 n +0001000806 00000 n +0001172103 00000 n +0000027180 00000 n +0000027202 00000 n +0001000934 00000 n +0001172034 00000 n +0000027252 00000 n +0000027279 00000 n +0001001389 00000 n +0001171894 00000 n +0000027322 00000 n +0000027344 00000 n +0001001517 00000 n +0001171825 00000 n +0000027394 00000 n +0000027425 00000 n +0001004004 00000 n +0001171685 00000 n +0000027468 00000 n +0000027490 00000 n +0001004133 00000 n +0001171575 00000 n +0000027540 00000 n +0000027584 00000 n +0001004719 00000 n +0001171506 00000 n +0000027634 00000 n +0000027660 00000 n +0001005945 00000 n +0001171366 00000 n +0000027703 00000 n +0000027725 00000 n +0001006074 00000 n +0001171256 00000 n +0000027775 00000 n +0000027816 00000 n +0001006395 00000 n +0001171172 00000 n +0000027866 00000 n +0000027894 00000 n +0001008344 00000 n +0001171088 00000 n +0000027944 00000 n +0000027969 00000 n +0001008666 00000 n +0001170948 00000 n +0000028012 00000 n +0000028034 00000 n +0001008795 00000 n +0001170879 00000 n +0000028084 00000 n +0000028107 00000 n +0001009380 00000 n +0001170739 00000 n +0000028150 00000 n +0000028172 00000 n +0001009509 00000 n +0001170629 00000 n +0000028222 00000 n +0000028280 00000 n +0001009765 00000 n +0001170560 00000 n +0000028330 00000 n +0000028369 00000 n +0001010087 00000 n +0001170420 00000 n +0000028412 00000 n +0000028434 00000 n +0001010216 00000 n +0001170310 00000 n +0000028484 00000 n +0000028512 00000 n +0001012951 00000 n +0001170241 00000 n +0000028562 00000 n +0000028588 00000 n +0001013865 00000 n +0001170101 00000 n +0000028631 00000 n +0000028653 00000 n +0001013993 00000 n +0001169991 00000 n +0000028703 00000 n +0000028740 00000 n +0001014317 00000 n +0001169922 00000 n +0000028790 00000 n +0000028832 00000 n +0001014575 00000 n +0001169797 00000 n +0000028875 00000 n +0000028897 00000 n +0001014704 00000 n +0001169728 00000 n +0000028947 00000 n +0000028985 00000 n +0000029337 00000 n +0000029718 00000 n +0000029039 00000 n +0000029463 00000 n +0000029527 00000 n +0000029591 00000 n +0001165494 00000 n +0001151433 00000 n +0001165320 00000 n +0001166474 00000 n +0000030588 00000 n +0000030398 00000 n +0000029792 00000 n +0000030524 00000 n +0001150306 00000 n +0001128460 00000 n +0001150129 00000 n +0000104478 00000 n +0000088814 00000 n +0000030676 00000 n +0000104352 00000 n +0000089762 00000 n +0001127524 00000 n +0001110783 00000 n +0001127347 00000 n +0000089914 00000 n +0000090066 00000 n +0000090222 00000 n +0000090378 00000 n +0000090535 00000 n +0000090692 00000 n +0000090850 00000 n +0000091008 00000 n +0000091162 00000 n +0000091316 00000 n +0000091474 00000 n +0000091632 00000 n +0000091796 00000 n +0000091961 00000 n +0000092119 00000 n +0000092277 00000 n +0000092437 00000 n +0000092596 00000 n +0000092760 00000 n +0000092923 00000 n +0000093084 00000 n +0000093244 00000 n +0000093402 00000 n +0000093559 00000 n +0000093724 00000 n +0000093888 00000 n +0000094051 00000 n +0000094213 00000 n +0000094379 00000 n +0000094544 00000 n +0000094717 00000 n +0000094889 00000 n +0000095061 00000 n +0000095232 00000 n +0000095398 00000 n +0000095563 00000 n +0000095737 00000 n +0000095910 00000 n +0000096082 00000 n +0000096253 00000 n +0000096424 00000 n +0000096594 00000 n +0000096764 00000 n +0000096933 00000 n +0000097106 00000 n +0000097278 00000 n +0000097453 00000 n +0000097627 00000 n +0000097786 00000 n +0000097944 00000 n +0000098120 00000 n +0000098295 00000 n +0000098455 00000 n +0000098616 00000 n +0000098775 00000 n +0000098934 00000 n +0000099097 00000 n +0000099260 00000 n +0000099422 00000 n +0000099585 00000 n +0000099738 00000 n +0000099891 00000 n +0000100049 00000 n +0000100207 00000 n +0000100358 00000 n +0000100509 00000 n +0000100661 00000 n +0000100813 00000 n +0000100972 00000 n +0000101131 00000 n +0000101287 00000 n +0000101443 00000 n +0000101614 00000 n +0000101785 00000 n +0000101940 00000 n +0000102097 00000 n +0000102248 00000 n +0000102399 00000 n +0000102572 00000 n +0000102745 00000 n +0000102913 00000 n +0000103081 00000 n +0000103242 00000 n +0000103404 00000 n +0000103565 00000 n +0000103727 00000 n +0000103885 00000 n +0000104044 00000 n +0000104198 00000 n +0001109941 00000 n +0001091901 00000 n +0001109760 00000 n +0000433672 00000 n +0000433799 00000 n +0000434182 00000 n +0000434500 00000 n +0000438599 00000 n +0000441637 00000 n +0000448120 00000 n +0000448247 00000 n +0000449593 00000 n +0000452663 00000 n +0000452854 00000 n +0000453564 00000 n +0000454015 00000 n +0000454467 00000 n +0000459265 00000 n +0000468494 00000 n +0000470856 00000 n +0000471047 00000 n +0000471757 00000 n +0000471949 00000 n +0000472140 00000 n +0000472332 00000 n +0000475524 00000 n +0000475716 00000 n +0000475909 00000 n +0000476615 00000 n +0000480593 00000 n +0000480850 00000 n +0000482343 00000 n +0000485676 00000 n +0000485934 00000 n +0000492516 00000 n +0000497501 00000 n +0000498017 00000 n +0000498341 00000 n +0000509988 00000 n +0000515947 00000 n +0000518975 00000 n +0000519168 00000 n +0000520398 00000 n +0000520913 00000 n +0000524723 00000 n +0000525632 00000 n +0000529359 00000 n +0000529682 00000 n +0000179383 00000 n +0000163221 00000 n +0000104594 00000 n +0000179319 00000 n +0000164205 00000 n +0000164363 00000 n +0000164521 00000 n +0000164687 00000 n +0000164853 00000 n +0000165019 00000 n +0000165185 00000 n +0000165343 00000 n +0000165501 00000 n +0000165660 00000 n +0000165819 00000 n +0000165976 00000 n +0000166133 00000 n +0000166296 00000 n +0000166459 00000 n +0000166623 00000 n +0000166787 00000 n +0000166943 00000 n +0000167099 00000 n +0000167253 00000 n +0000167408 00000 n +0000167559 00000 n +0000167710 00000 n +0000167861 00000 n +0000168012 00000 n +0000168163 00000 n +0000168314 00000 n +0000168465 00000 n +0000168616 00000 n +0000168791 00000 n +0000168966 00000 n +0000169117 00000 n +0000169268 00000 n +0000169419 00000 n +0000169570 00000 n +0000169721 00000 n +0000169872 00000 n +0000170026 00000 n +0000170180 00000 n +0000170340 00000 n +0000170502 00000 n +0000170659 00000 n +0000170817 00000 n +0000170986 00000 n +0000171156 00000 n +0000171323 00000 n +0000171490 00000 n +0000171663 00000 n +0000171836 00000 n +0000172000 00000 n +0000172165 00000 n +0000172338 00000 n +0000172511 00000 n +0000172674 00000 n +0000172837 00000 n +0000172999 00000 n +0000173162 00000 n +0000173333 00000 n +0000173504 00000 n +0000173670 00000 n +0000173836 00000 n +0000173990 00000 n +0000174144 00000 n +0000174300 00000 n +0000174456 00000 n +0000174613 00000 n +0000174770 00000 n +0000174935 00000 n +0000175100 00000 n +0000175267 00000 n +0000175434 00000 n +0000175602 00000 n +0000175770 00000 n +0000175935 00000 n +0000176100 00000 n +0000176255 00000 n +0000176412 00000 n +0000176571 00000 n +0000176730 00000 n +0000176889 00000 n +0000177048 00000 n +0000177215 00000 n +0000177382 00000 n +0000177544 00000 n +0000177706 00000 n +0000177865 00000 n +0000178024 00000 n +0000178191 00000 n +0000178359 00000 n +0000178525 00000 n +0000178691 00000 n +0000178852 00000 n +0000179014 00000 n +0000179166 00000 n +0000529941 00000 n +0000530394 00000 n +0000534222 00000 n +0000534415 00000 n +0000539036 00000 n +0000539229 00000 n +0000539422 00000 n +0000539745 00000 n +0000544071 00000 n +0000544394 00000 n +0000544523 00000 n +0000544716 00000 n +0000543685 00000 n +0000551179 00000 n +0000552223 00000 n +0000552612 00000 n +0000556031 00000 n +0000556613 00000 n +0000557262 00000 n +0000561324 00000 n +0000561452 00000 n +0000561644 00000 n +0000572061 00000 n +0000572575 00000 n +0000573347 00000 n +0000573540 00000 n +0000576830 00000 n +0000577471 00000 n +0000581093 00000 n +0000581352 00000 n +0000582447 00000 n +0000591352 00000 n +0000592899 00000 n +0000596858 00000 n +0000597048 00000 n +0000597241 00000 n +0000600194 00000 n +0000600387 00000 n +0000600516 00000 n +0000600837 00000 n +0000600966 00000 n +0000604706 00000 n +0000606064 00000 n +0000613593 00000 n +0000616871 00000 n +0000617581 00000 n +0000618096 00000 n +0000250071 00000 n +0000234525 00000 n +0000179485 00000 n +0000250007 00000 n +0000235473 00000 n +0000235635 00000 n +0000235797 00000 n +0000235958 00000 n +0000236119 00000 n +0000236292 00000 n +0000236465 00000 n +0000236635 00000 n +0000236805 00000 n +0000236975 00000 n +0000237145 00000 n +0000237302 00000 n +0000237460 00000 n +0000237615 00000 n +0000237771 00000 n +0000237928 00000 n +0000238086 00000 n +0000238247 00000 n +0000238409 00000 n +0000238576 00000 n +0000238743 00000 n +0000238902 00000 n +0000239061 00000 n +0000239220 00000 n +0000239379 00000 n +0000239537 00000 n +0000239695 00000 n +0000239852 00000 n +0000240009 00000 n +0000240177 00000 n +0000240345 00000 n +0000240506 00000 n +0000240667 00000 n +0000240826 00000 n +0000240985 00000 n +0000241143 00000 n +0000241301 00000 n +0000241461 00000 n +0000241621 00000 n +0000241781 00000 n +0000241941 00000 n +0000242095 00000 n +0000242250 00000 n +0000242410 00000 n +0000242571 00000 n +0000242735 00000 n +0000242899 00000 n +0000243065 00000 n +0000243231 00000 n +0000243399 00000 n +0000243567 00000 n +0000243725 00000 n +0000243884 00000 n +0000244048 00000 n +0000244212 00000 n +0000244378 00000 n +0000244544 00000 n +0000244709 00000 n +0000244876 00000 n +0000245028 00000 n +0000245181 00000 n +0000245333 00000 n +0000245486 00000 n +0000245639 00000 n +0000245793 00000 n +0000245954 00000 n +0000246115 00000 n +0000246274 00000 n +0000246433 00000 n +0000246597 00000 n +0000246761 00000 n +0000246913 00000 n +0000247065 00000 n +0000247221 00000 n +0000247378 00000 n +0000247534 00000 n +0000247691 00000 n +0000247862 00000 n +0000248033 00000 n +0000248204 00000 n +0000248375 00000 n +0000248540 00000 n +0000248705 00000 n +0000248864 00000 n +0000249023 00000 n +0000249186 00000 n +0000249349 00000 n +0000249510 00000 n +0000249671 00000 n +0000249839 00000 n +0000623237 00000 n +0000627822 00000 n +0000628015 00000 n +0000628399 00000 n +0000633886 00000 n +0000640661 00000 n +0000642154 00000 n +0000645309 00000 n +0000646269 00000 n +0000646660 00000 n +0000650369 00000 n +0000650498 00000 n +0000651788 00000 n +0000655349 00000 n +0000655541 00000 n +0000656904 00000 n +0000657359 00000 n +0000657813 00000 n +0000661181 00000 n +0000672275 00000 n +0000672926 00000 n +0000673247 00000 n +0000677251 00000 n +0000679127 00000 n +0000679318 00000 n +0000679511 00000 n +0000682438 00000 n +0000682761 00000 n +0000683338 00000 n +0000683595 00000 n +0000687856 00000 n +0000688369 00000 n +0000693770 00000 n +0000698373 00000 n +0000704603 00000 n +0000705245 00000 n +0000705438 00000 n +0000709046 00000 n +0000709559 00000 n +0000710137 00000 n +0000715152 00000 n +0000716183 00000 n +0000719381 00000 n +0000723736 00000 n +0000724774 00000 n +0000325635 00000 n +0000309404 00000 n +0000250159 00000 n +0000325571 00000 n +0000310388 00000 n +0000310541 00000 n +0000310696 00000 n +0000310854 00000 n +0000311013 00000 n +0000311177 00000 n +0000311341 00000 n +0000311509 00000 n +0000311677 00000 n +0001090859 00000 n +0001070582 00000 n +0001090684 00000 n +0000311843 00000 n +0000312009 00000 n +0000312170 00000 n +0000312332 00000 n +0000312501 00000 n +0000312670 00000 n +0000312837 00000 n +0000313004 00000 n +0000313174 00000 n +0000313344 00000 n +0000313508 00000 n +0000313673 00000 n +0000313846 00000 n +0000314019 00000 n +0000314183 00000 n +0000314348 00000 n +0000314521 00000 n +0000314694 00000 n +0000314846 00000 n +0000314999 00000 n +0000315157 00000 n +0000315316 00000 n +0000315469 00000 n +0000315623 00000 n +0000315778 00000 n +0000315934 00000 n +0000316090 00000 n +0000316247 00000 n +0000316399 00000 n +0000316552 00000 n +0000316707 00000 n +0000316862 00000 n +0000317018 00000 n +0000317174 00000 n +0000317330 00000 n +0000317486 00000 n +0000317647 00000 n +0000317808 00000 n +0000317967 00000 n +0000318126 00000 n +0000318289 00000 n +0000318452 00000 n +0000318604 00000 n +0000318756 00000 n +0000318923 00000 n +0000319090 00000 n +0000319247 00000 n +0000319405 00000 n +0000319563 00000 n +0000319722 00000 n +0000319880 00000 n +0000320038 00000 n +0000320196 00000 n +0000320355 00000 n +0000320514 00000 n +0000320673 00000 n +0000320837 00000 n +0000321001 00000 n +0000321164 00000 n +0000321328 00000 n +0000321495 00000 n +0000321662 00000 n +0000321830 00000 n +0000321998 00000 n +0000322161 00000 n +0000322324 00000 n +0000322494 00000 n +0000322664 00000 n +0000322835 00000 n +0000323006 00000 n +0000323165 00000 n +0000323325 00000 n +0000323477 00000 n +0000323629 00000 n +0000323787 00000 n +0000323945 00000 n +0000324109 00000 n +0000324273 00000 n +0000324435 00000 n +0000324597 00000 n +0000324756 00000 n +0000324916 00000 n +0000325077 00000 n +0000325239 00000 n +0000325405 00000 n +0000730061 00000 n +0000730381 00000 n +0000730510 00000 n +0000730703 00000 n +0000731875 00000 n +0000732133 00000 n +0000734833 00000 n +0000735026 00000 n +0000736379 00000 n +0000739747 00000 n +0000739876 00000 n +0000746806 00000 n +0000746934 00000 n +0000750245 00000 n +0000750373 00000 n +0000750762 00000 n +0000756101 00000 n +0000763525 00000 n +0000761778 00000 n +0000815389 00000 n +0000819253 00000 n +0000819509 00000 n +0000823405 00000 n +0000823921 00000 n +0000824376 00000 n +0000824568 00000 n +0000828459 00000 n +0000828976 00000 n +0000829105 00000 n +0000834472 00000 n +0000834794 00000 n +0000838412 00000 n +0000838796 00000 n +0000838988 00000 n +0000841538 00000 n +0000841730 00000 n +0000841921 00000 n +0000842114 00000 n +0000842371 00000 n +0000842564 00000 n +0000842757 00000 n +0000845513 00000 n +0000845770 00000 n +0000845963 00000 n +0000846285 00000 n +0000849855 00000 n +0000850048 00000 n +0000396422 00000 n +0000381000 00000 n +0000325751 00000 n +0000396358 00000 n +0000381948 00000 n +0000382112 00000 n +0000382276 00000 n +0000382437 00000 n +0000382598 00000 n +0000382763 00000 n +0000382928 00000 n +0000383094 00000 n +0000383260 00000 n +0000383416 00000 n +0000383573 00000 n +0000383728 00000 n +0000383883 00000 n +0000384037 00000 n +0000384191 00000 n +0000384343 00000 n +0000384495 00000 n +0000384660 00000 n +0000384825 00000 n +0000384977 00000 n +0000385130 00000 n +0000385284 00000 n +0000385439 00000 n +0000385603 00000 n +0000385767 00000 n +0000385931 00000 n +0000386095 00000 n +0000386255 00000 n +0000386415 00000 n +0000386567 00000 n +0000386719 00000 n +0000386879 00000 n +0000387040 00000 n +0000387197 00000 n +0000387355 00000 n +0000387516 00000 n +0000387678 00000 n +0000387844 00000 n +0000388010 00000 n +0000388173 00000 n +0000388336 00000 n +0000388497 00000 n +0000388658 00000 n +0000388822 00000 n +0000388986 00000 n +0000389149 00000 n +0000389312 00000 n +0000389480 00000 n +0000389648 00000 n +0000389805 00000 n +0000389963 00000 n +0000390133 00000 n +0000390304 00000 n +0000390462 00000 n +0000390621 00000 n +0000390775 00000 n +0000390929 00000 n +0000391080 00000 n +0000391231 00000 n +0000391381 00000 n +0000391531 00000 n +0000391682 00000 n +0000391833 00000 n +0000391990 00000 n +0000392147 00000 n +0000392309 00000 n +0000392472 00000 n +0000392633 00000 n +0000392795 00000 n +0000392957 00000 n +0000393120 00000 n +0000393282 00000 n +0000393445 00000 n +0000393606 00000 n +0000393768 00000 n +0000393932 00000 n +0000394097 00000 n +0000394264 00000 n +0000394432 00000 n +0000394596 00000 n +0000394761 00000 n +0000394918 00000 n +0000395076 00000 n +0000395245 00000 n +0000395415 00000 n +0000395569 00000 n +0000395724 00000 n +0000395878 00000 n +0000396033 00000 n +0000396195 00000 n +0001166599 00000 n +0000851590 00000 n +0000860396 00000 n +0000860589 00000 n +0000860914 00000 n +0000866305 00000 n +0000866497 00000 n +0000865023 00000 n +0000870393 00000 n +0000870841 00000 n +0000873621 00000 n +0000874261 00000 n +0000878107 00000 n +0000878428 00000 n +0000882379 00000 n +0000883084 00000 n +0000887233 00000 n +0000887361 00000 n +0000888203 00000 n +0000888459 00000 n +0000889242 00000 n +0000894058 00000 n +0000898208 00000 n +0000899436 00000 n +0000908586 00000 n +0000908843 00000 n +0000919557 00000 n +0000927326 00000 n +0000927455 00000 n +0000927648 00000 n +0000930040 00000 n +0000930491 00000 n +0000930749 00000 n +0000934235 00000 n +0000934427 00000 n +0000935141 00000 n +0000935591 00000 n +0000938323 00000 n +0000938965 00000 n +0000939743 00000 n +0000943665 00000 n +0000946478 00000 n +0000946867 00000 n +0000950681 00000 n +0000950939 00000 n +0000952958 00000 n +0000428032 00000 n +0000421833 00000 n +0000396538 00000 n +0000427968 00000 n +0000422295 00000 n +0000422468 00000 n +0000422642 00000 n +0000422816 00000 n +0000422991 00000 n +0000423160 00000 n +0000423330 00000 n +0000423500 00000 n +0000423671 00000 n +0000423821 00000 n +0000423973 00000 n +0000424126 00000 n +0000424280 00000 n +0000424433 00000 n +0000424587 00000 n +0000424740 00000 n +0000424894 00000 n +0000425045 00000 n +0000425197 00000 n +0000425349 00000 n +0000425503 00000 n +0000425656 00000 n +0000425810 00000 n +0000425963 00000 n +0000426117 00000 n +0000426270 00000 n +0000426424 00000 n +0000426577 00000 n +0000426731 00000 n +0000426884 00000 n +0000427038 00000 n +0000427190 00000 n +0000427343 00000 n +0000427499 00000 n +0000427657 00000 n +0000427812 00000 n +0000955866 00000 n +0000955996 00000 n +0000957026 00000 n +0000962234 00000 n +0000967676 00000 n +0000967995 00000 n +0000968313 00000 n +0000972311 00000 n +0000972569 00000 n +0000976487 00000 n +0000981680 00000 n +0000982002 00000 n +0000982259 00000 n +0000985316 00000 n +0000985510 00000 n +0000985704 00000 n +0000986026 00000 n +0000989992 00000 n +0000430681 00000 n +0000430073 00000 n +0000428134 00000 n +0000430554 00000 n +0000430229 00000 n +0000430391 00000 n +0000763850 00000 n +0000435800 00000 n +0000433374 00000 n +0000430783 00000 n +0000433926 00000 n +0000433990 00000 n +0000434054 00000 n +0000433521 00000 n +0000434118 00000 n +0000434310 00000 n +0000434373 00000 n +0000434437 00000 n +0000434627 00000 n +0000434691 00000 n +0000434755 00000 n +0000434821 00000 n +0000434887 00000 n +0000434951 00000 n +0000435015 00000 n +0000435081 00000 n +0000435147 00000 n +0000435211 00000 n +0000435275 00000 n +0000435341 00000 n +0000435406 00000 n +0000435472 00000 n +0000435538 00000 n +0000435604 00000 n +0000435668 00000 n +0000435734 00000 n +0000441701 00000 n +0000438079 00000 n +0000435916 00000 n +0000438205 00000 n +0000438271 00000 n +0000438337 00000 n +0000438403 00000 n +0000438469 00000 n +0000438533 00000 n +0000438725 00000 n +0000438789 00000 n +0000438853 00000 n +0000438917 00000 n +0000438983 00000 n +0000439047 00000 n +0000439112 00000 n +0000439176 00000 n +0000439242 00000 n +0000439304 00000 n +0000439368 00000 n +0000439432 00000 n +0000439498 00000 n +0000439562 00000 n +0000439627 00000 n +0000439691 00000 n +0000439757 00000 n +0000439821 00000 n +0000439885 00000 n +0000439949 00000 n +0000440015 00000 n +0000440079 00000 n +0000440144 00000 n +0000440208 00000 n +0000440274 00000 n +0000440338 00000 n +0000440403 00000 n +0000440467 00000 n +0000440533 00000 n +0000440597 00000 n +0000440661 00000 n +0000440725 00000 n +0000440790 00000 n +0000440856 00000 n +0000440922 00000 n +0000440988 00000 n +0000441054 00000 n +0000441120 00000 n +0000441186 00000 n +0000441252 00000 n +0000441318 00000 n +0000441380 00000 n +0000441444 00000 n +0000441508 00000 n +0000441572 00000 n +0000444063 00000 n +0000443242 00000 n +0000441817 00000 n +0000443613 00000 n +0000443677 00000 n +0000443741 00000 n +0000443805 00000 n +0000443869 00000 n +0001069518 00000 n +0001057305 00000 n +0001069344 00000 n +0000443389 00000 n +0000443933 00000 n +0000443997 00000 n +0000996045 00000 n +0000449979 00000 n +0000446631 00000 n +0000444207 00000 n +0000448375 00000 n +0000448439 00000 n +0000448503 00000 n +0001056553 00000 n +0001046776 00000 n +0001056375 00000 n +0000448569 00000 n +0000446841 00000 n +0000447000 00000 n +0000448633 00000 n +0000448697 00000 n +0000448761 00000 n +0000448825 00000 n +0000448889 00000 n +0000448955 00000 n +0000449017 00000 n +0000449081 00000 n +0000449145 00000 n +0000447156 00000 n +0000449209 00000 n +0000447315 00000 n +0000449273 00000 n +0000447475 00000 n +0000449337 00000 n +0000447639 00000 n +0000449401 00000 n +0000447801 00000 n +0000449465 00000 n +0000447964 00000 n +0000449529 00000 n +0000449720 00000 n +0000449784 00000 n +0000449849 00000 n +0000449913 00000 n +0001166724 00000 n +0000454854 00000 n +0000452359 00000 n +0000450123 00000 n +0000452790 00000 n +0000452981 00000 n +0000453045 00000 n +0000453111 00000 n +0000453174 00000 n +0000453240 00000 n +0000453304 00000 n +0000453368 00000 n +0000453434 00000 n +0000453500 00000 n +0000453692 00000 n +0000453756 00000 n +0000453822 00000 n +0000453885 00000 n +0000453951 00000 n +0000454143 00000 n +0000454207 00000 n +0000452506 00000 n +0000454271 00000 n +0000454337 00000 n +0000454401 00000 n +0000454594 00000 n +0000454658 00000 n +0000454722 00000 n +0000454788 00000 n +0000996431 00000 n +0000460746 00000 n +0000458082 00000 n +0000454984 00000 n +0000458747 00000 n +0000458811 00000 n +0000458877 00000 n +0000458941 00000 n +0000459007 00000 n +0000459072 00000 n +0000459137 00000 n +0000459201 00000 n +0000459393 00000 n +0000459457 00000 n +0000458247 00000 n +0000459523 00000 n +0000459587 00000 n +0000459653 00000 n +0000459717 00000 n +0000459781 00000 n +0000459845 00000 n +0000459909 00000 n +0000459973 00000 n +0000458408 00000 n +0000458574 00000 n +0000460036 00000 n +0000460100 00000 n +0000460164 00000 n +0000460228 00000 n +0000460293 00000 n +0000460357 00000 n +0000460421 00000 n +0000460487 00000 n +0000460551 00000 n +0000460616 00000 n +0000460680 00000 n +0000468558 00000 n +0000462941 00000 n +0000460890 00000 n +0000464696 00000 n +0000464760 00000 n +0000464826 00000 n +0000464890 00000 n +0000464953 00000 n +0000465017 00000 n +0000465082 00000 n +0000465146 00000 n +0000465211 00000 n +0000465275 00000 n +0000463160 00000 n +0000465340 00000 n +0000465403 00000 n +0000465467 00000 n +0000465531 00000 n +0000465596 00000 n +0000465660 00000 n +0000463332 00000 n +0000465725 00000 n +0000465789 00000 n +0000465854 00000 n +0000465918 00000 n +0000465982 00000 n +0000466048 00000 n +0000466112 00000 n +0000463503 00000 n +0000466177 00000 n +0000466241 00000 n +0000466306 00000 n +0000466370 00000 n +0000463667 00000 n +0000466435 00000 n +0000466499 00000 n +0000463840 00000 n +0000466564 00000 n +0000466628 00000 n +0000464011 00000 n +0000466693 00000 n +0000466756 00000 n +0000464181 00000 n +0000466821 00000 n +0000466885 00000 n +0000466950 00000 n +0000467014 00000 n +0000467079 00000 n +0000467143 00000 n +0000464350 00000 n +0000467208 00000 n +0000467271 00000 n +0000467336 00000 n +0000467400 00000 n +0000467465 00000 n +0000467529 00000 n +0000467594 00000 n +0000467658 00000 n +0000464524 00000 n +0000467723 00000 n +0000467785 00000 n +0000467850 00000 n +0000467914 00000 n +0000467979 00000 n +0000468043 00000 n +0000468108 00000 n +0000468172 00000 n +0000468237 00000 n +0000468300 00000 n +0000468365 00000 n +0000468429 00000 n +0000472396 00000 n +0000470538 00000 n +0000468646 00000 n +0000470728 00000 n +0000470792 00000 n +0000470983 00000 n +0000471175 00000 n +0000471238 00000 n +0000471302 00000 n +0000471366 00000 n +0000471431 00000 n +0000471496 00000 n +0000471561 00000 n +0000471625 00000 n +0000471691 00000 n +0000471885 00000 n +0000472076 00000 n +0000472268 00000 n +0000477004 00000 n +0000474961 00000 n +0000472526 00000 n +0000475266 00000 n +0000475394 00000 n +0000475458 00000 n +0000475652 00000 n +0000475845 00000 n +0000476038 00000 n +0000476102 00000 n +0000476165 00000 n +0000476229 00000 n +0000476293 00000 n +0000475108 00000 n +0000476359 00000 n +0000476423 00000 n +0000476487 00000 n +0000476551 00000 n +0000476743 00000 n +0000476807 00000 n +0000476872 00000 n +0000476938 00000 n +0000482407 00000 n +0000479868 00000 n +0000477134 00000 n +0000480333 00000 n +0000480397 00000 n +0000480461 00000 n +0000480527 00000 n +0000480720 00000 n +0000480784 00000 n +0000480024 00000 n +0000480979 00000 n +0000481043 00000 n +0000481109 00000 n +0000481175 00000 n +0000481239 00000 n +0000481303 00000 n +0000481367 00000 n +0000481433 00000 n +0000481499 00000 n +0000481563 00000 n +0000481629 00000 n +0000481693 00000 n +0000481759 00000 n +0000481825 00000 n +0000481891 00000 n +0000481955 00000 n +0000482021 00000 n +0000480179 00000 n +0000482085 00000 n +0000482149 00000 n +0000482215 00000 n +0000482277 00000 n +0001166849 00000 n +0000487160 00000 n +0000484781 00000 n +0000482551 00000 n +0000485419 00000 n +0000485483 00000 n +0000485612 00000 n +0000484946 00000 n +0000485099 00000 n +0000485804 00000 n +0000485868 00000 n +0000486063 00000 n +0000486127 00000 n +0000485257 00000 n +0000486193 00000 n +0000486322 00000 n +0000486386 00000 n +0000486452 00000 n +0000486515 00000 n +0000486579 00000 n +0000486645 00000 n +0000486709 00000 n +0000486773 00000 n +0000486902 00000 n +0000486966 00000 n +0000487030 00000 n +0000487096 00000 n +0000493034 00000 n +0000489768 00000 n +0000487304 00000 n +0000490241 00000 n +0000490305 00000 n +0000490369 00000 n +0000490433 00000 n +0000490564 00000 n +0000490628 00000 n +0000490692 00000 n +0001046202 00000 n +0001036375 00000 n +0001046023 00000 n +0000490758 00000 n +0000489924 00000 n +0000490824 00000 n +0000490888 00000 n +0000490954 00000 n +0000491020 00000 n +0000491086 00000 n +0000491152 00000 n +0000491218 00000 n +0000491282 00000 n +0000491348 00000 n +0000491412 00000 n +0000491477 00000 n +0000491543 00000 n +0000491608 00000 n +0000491737 00000 n +0000491801 00000 n +0000491865 00000 n +0000491931 00000 n +0000491997 00000 n +0000492063 00000 n +0000492127 00000 n +0000492193 00000 n +0000492258 00000 n +0000492324 00000 n +0000492388 00000 n +0000492452 00000 n +0000492645 00000 n +0000492774 00000 n +0000492838 00000 n +0000492904 00000 n +0000492969 00000 n +0000490083 00000 n +0000498405 00000 n +0000495757 00000 n +0000493206 00000 n +0000496076 00000 n +0000496140 00000 n +0000496204 00000 n +0000496268 00000 n +0000496332 00000 n +0000496397 00000 n +0000496461 00000 n +0000496527 00000 n +0000496593 00000 n +0000496722 00000 n +0000496786 00000 n +0000496852 00000 n +0000496918 00000 n +0000496982 00000 n +0000497046 00000 n +0000497110 00000 n +0000497173 00000 n +0000497239 00000 n +0000497303 00000 n +0000497369 00000 n +0000497435 00000 n +0000497629 00000 n +0000497693 00000 n +0000497759 00000 n +0000497823 00000 n +0000497887 00000 n +0000497951 00000 n +0000498146 00000 n +0000498210 00000 n +0000495904 00000 n +0000498275 00000 n +0000504524 00000 n +0000501315 00000 n +0000498549 00000 n +0000501806 00000 n +0000501870 00000 n +0000501999 00000 n +0000501471 00000 n +0000501638 00000 n +0000502063 00000 n +0000502192 00000 n +0000502256 00000 n +0000502319 00000 n +0000502383 00000 n +0000502449 00000 n +0000502515 00000 n +0000502579 00000 n +0000502645 00000 n +0000502711 00000 n +0000502775 00000 n +0000502839 00000 n +0000502905 00000 n +0000502970 00000 n +0000503034 00000 n +0000503098 00000 n +0000503164 00000 n +0000503229 00000 n +0000503293 00000 n +0000503359 00000 n +0000503425 00000 n +0000503491 00000 n +0000503557 00000 n +0000503623 00000 n +0000503687 00000 n +0000503752 00000 n +0000503817 00000 n +0000503881 00000 n +0000503945 00000 n +0000504073 00000 n +0000504137 00000 n +0000504201 00000 n +0000504265 00000 n +0000504331 00000 n +0000504397 00000 n +0000504461 00000 n +0000510705 00000 n +0000507908 00000 n +0000504682 00000 n +0000508034 00000 n +0000508098 00000 n +0000508164 00000 n +0000508229 00000 n +0000508295 00000 n +0000508361 00000 n +0000508425 00000 n +0000508489 00000 n +0000508554 00000 n +0000508620 00000 n +0000508686 00000 n +0000508752 00000 n +0000508818 00000 n +0000508884 00000 n +0000508948 00000 n +0000509012 00000 n +0000509076 00000 n +0000509142 00000 n +0000509206 00000 n +0000509272 00000 n +0000509336 00000 n +0000509402 00000 n +0000509468 00000 n +0000509534 00000 n +0000509598 00000 n +0000509664 00000 n +0000509728 00000 n +0000509792 00000 n +0000509858 00000 n +0000509922 00000 n +0000510117 00000 n +0000510181 00000 n +0000510247 00000 n +0000510313 00000 n +0000510379 00000 n +0000510443 00000 n +0000510507 00000 n +0000510573 00000 n +0000510639 00000 n +0000516984 00000 n +0000513889 00000 n +0000510863 00000 n +0000514715 00000 n +0000514779 00000 n +0000514843 00000 n +0000514909 00000 n +0000514975 00000 n +0000515041 00000 n +0000515105 00000 n +0000515171 00000 n +0000515235 00000 n +0000515299 00000 n +0000515363 00000 n +0000515427 00000 n +0000515491 00000 n +0000515555 00000 n +0000515621 00000 n +0000515687 00000 n +0000515751 00000 n +0000515815 00000 n +0000515881 00000 n +0000514063 00000 n +0000516076 00000 n +0000516140 00000 n +0000514236 00000 n +0000516206 00000 n +0000516270 00000 n +0000516334 00000 n +0000516398 00000 n +0000514399 00000 n +0000516464 00000 n +0000516530 00000 n +0000516596 00000 n +0000516661 00000 n +0000516727 00000 n +0000516791 00000 n +0000516856 00000 n +0000516921 00000 n +0000514557 00000 n +0001166974 00000 n +0000520977 00000 n +0000518785 00000 n +0000517142 00000 n +0000518911 00000 n +0000519104 00000 n +0000519297 00000 n +0000519361 00000 n +0000519425 00000 n +0000519489 00000 n +0001035696 00000 n +0001019983 00000 n +0001035521 00000 n +0000519555 00000 n +0000519619 00000 n +0000519685 00000 n +0000519749 00000 n +0000519813 00000 n +0000519877 00000 n +0000519941 00000 n +0000520007 00000 n +0000520073 00000 n +0000520139 00000 n +0000520205 00000 n +0000520268 00000 n +0000520332 00000 n +0000520527 00000 n +0000520591 00000 n +0000520655 00000 n +0000520719 00000 n +0000520783 00000 n +0000520847 00000 n +0000526221 00000 n +0000523778 00000 n +0000521121 00000 n +0000524079 00000 n +0000524208 00000 n +0000523925 00000 n +0000524272 00000 n +0000524336 00000 n +0000524400 00000 n +0000524464 00000 n +0000524528 00000 n +0000524593 00000 n +0000524657 00000 n +0000524852 00000 n +0000524916 00000 n +0000524981 00000 n +0000525047 00000 n +0000525113 00000 n +0000525179 00000 n +0000525245 00000 n +0000525308 00000 n +0000525374 00000 n +0000525440 00000 n +0000525504 00000 n +0000525568 00000 n +0000525761 00000 n +0000525825 00000 n +0000525891 00000 n +0000525957 00000 n +0000526023 00000 n +0000526089 00000 n +0000526155 00000 n +0000530458 00000 n +0000528649 00000 n +0000526351 00000 n +0000528775 00000 n +0000528839 00000 n +0000528903 00000 n +0000528969 00000 n +0000529035 00000 n +0000529101 00000 n +0000529167 00000 n +0000529231 00000 n +0000529295 00000 n +0000529488 00000 n +0000529552 00000 n +0000529616 00000 n +0000529811 00000 n +0000529875 00000 n +0000530070 00000 n +0000530134 00000 n +0000530200 00000 n +0000530266 00000 n +0000530330 00000 n +0000534479 00000 n +0000532461 00000 n +0000530602 00000 n +0000532938 00000 n +0000533067 00000 n +0000532617 00000 n +0000532783 00000 n +0000533131 00000 n +0000533195 00000 n +0000533261 00000 n +0000533324 00000 n +0000533388 00000 n +0000533452 00000 n +0000533516 00000 n +0000533580 00000 n +0000533644 00000 n +0000533708 00000 n +0000533772 00000 n +0000533836 00000 n +0000533900 00000 n +0000533965 00000 n +0000534029 00000 n +0000534093 00000 n +0000534158 00000 n +0000534351 00000 n +0001006010 00000 n +0000540915 00000 n +0000537511 00000 n +0000534623 00000 n +0000538326 00000 n +0000538390 00000 n +0000538519 00000 n +0000537685 00000 n +0000537858 00000 n +0000538583 00000 n +0000538646 00000 n +0000538709 00000 n +0000538775 00000 n +0000538839 00000 n +0000538904 00000 n +0000538970 00000 n +0000539165 00000 n +0000539358 00000 n +0000539551 00000 n +0000539615 00000 n +0000539681 00000 n +0000538010 00000 n +0000539874 00000 n +0000539938 00000 n +0000540002 00000 n +0000540067 00000 n +0000540133 00000 n +0000540197 00000 n +0000540262 00000 n +0000538168 00000 n +0000540326 00000 n +0000540390 00000 n +0000540454 00000 n +0000540520 00000 n +0000540586 00000 n +0000540651 00000 n +0000540717 00000 n +0000540783 00000 n +0000540849 00000 n +0000997074 00000 n +0000544972 00000 n +0000543314 00000 n +0000541045 00000 n +0000543621 00000 n +0000543749 00000 n +0001017754 00000 n +0001015257 00000 n +0001017585 00000 n +0000543813 00000 n +0000543877 00000 n +0000543941 00000 n +0000544005 00000 n +0000544200 00000 n +0000544264 00000 n +0000544328 00000 n +0000544652 00000 n +0000543461 00000 n +0000544844 00000 n +0000544908 00000 n +0001167099 00000 n +0000548428 00000 n +0000546876 00000 n +0000545102 00000 n +0000547002 00000 n +0000547066 00000 n +0000547132 00000 n +0000547197 00000 n +0000547263 00000 n +0000547394 00000 n +0000547523 00000 n +0000547587 00000 n +0000547650 00000 n +0000547779 00000 n +0000547843 00000 n +0000547909 00000 n +0000547975 00000 n +0000548104 00000 n +0000548168 00000 n +0000548232 00000 n +0000548298 00000 n +0000548364 00000 n +0000552676 00000 n +0000550404 00000 n +0000548586 00000 n +0000550530 00000 n +0000550594 00000 n +0000550658 00000 n +0000550724 00000 n +0000550790 00000 n +0000550854 00000 n +0000550920 00000 n +0000550984 00000 n +0000551048 00000 n +0000551113 00000 n +0000551307 00000 n +0000551370 00000 n +0000551434 00000 n +0000551500 00000 n +0000551566 00000 n +0000551632 00000 n +0000551698 00000 n +0000551764 00000 n +0000551829 00000 n +0000551895 00000 n +0000551961 00000 n +0000552027 00000 n +0000552093 00000 n +0000552157 00000 n +0000552352 00000 n +0000552415 00000 n +0000552480 00000 n +0000552546 00000 n +0000557651 00000 n +0000555516 00000 n +0000552834 00000 n +0000555838 00000 n +0000555967 00000 n +0000556160 00000 n +0000556224 00000 n +0000556290 00000 n +0000556354 00000 n +0000556418 00000 n +0000556482 00000 n +0000556547 00000 n +0000556742 00000 n +0000556806 00000 n +0000556871 00000 n +0000555663 00000 n +0000556936 00000 n +0000557002 00000 n +0000557066 00000 n +0000557132 00000 n +0000557197 00000 n +0000557391 00000 n +0000557455 00000 n +0000557519 00000 n +0000557585 00000 n +0000559033 00000 n +0000558649 00000 n +0000557795 00000 n +0000558775 00000 n +0000558839 00000 n +0000558905 00000 n +0000558969 00000 n +0000563968 00000 n +0000561134 00000 n +0000559149 00000 n +0000561260 00000 n +0000561580 00000 n +0000561772 00000 n +0000561836 00000 n +0000561900 00000 n +0000561964 00000 n +0000562028 00000 n +0000562092 00000 n +0000562157 00000 n +0000562221 00000 n +0000562285 00000 n +0000562350 00000 n +0000562414 00000 n +0000562480 00000 n +0000562546 00000 n +0000562612 00000 n +0000562676 00000 n +0000562740 00000 n +0000562805 00000 n +0000562869 00000 n +0000562934 00000 n +0000563000 00000 n +0000563064 00000 n +0000563128 00000 n +0000563192 00000 n +0000563257 00000 n +0000563321 00000 n +0000563386 00000 n +0000563451 00000 n +0000563517 00000 n +0000563581 00000 n +0000563644 00000 n +0000563709 00000 n +0000563775 00000 n +0000563839 00000 n +0000563903 00000 n +0000569248 00000 n +0000566598 00000 n +0000564098 00000 n +0000566724 00000 n +0000566788 00000 n +0000566854 00000 n +0000566920 00000 n +0000566985 00000 n +0000567049 00000 n +0000567113 00000 n +0000567178 00000 n +0000567242 00000 n +0000567307 00000 n +0000567372 00000 n +0000567437 00000 n +0000567501 00000 n +0000567564 00000 n +0000567629 00000 n +0000567693 00000 n +0000567757 00000 n +0000567822 00000 n +0000567888 00000 n +0000567952 00000 n +0000568016 00000 n +0000568082 00000 n +0000568146 00000 n +0000568210 00000 n +0000568275 00000 n +0000568339 00000 n +0000568403 00000 n +0000568469 00000 n +0000568535 00000 n +0000568599 00000 n +0000568663 00000 n +0000568728 00000 n +0000568794 00000 n +0000568859 00000 n +0000568925 00000 n +0000568989 00000 n +0000569053 00000 n +0000569118 00000 n +0000569183 00000 n +0001167224 00000 n +0000573604 00000 n +0000571678 00000 n +0000569392 00000 n +0000571804 00000 n +0000571868 00000 n +0000571932 00000 n +0000571996 00000 n +0000572190 00000 n +0000572254 00000 n +0000572318 00000 n +0000572382 00000 n +0000572446 00000 n +0000572510 00000 n +0000572702 00000 n +0000572766 00000 n +0000572830 00000 n +0000572894 00000 n +0000572957 00000 n +0000573022 00000 n +0000573088 00000 n +0000573152 00000 n +0000573216 00000 n +0000573281 00000 n +0000573476 00000 n +0000577534 00000 n +0000575872 00000 n +0000573720 00000 n +0000575998 00000 n +0000576127 00000 n +0000576191 00000 n +0000576255 00000 n +0000576319 00000 n +0000576383 00000 n +0000576448 00000 n +0000576512 00000 n +0000576574 00000 n +0000576637 00000 n +0000576701 00000 n +0000576765 00000 n +0000576959 00000 n +0000577023 00000 n +0000577087 00000 n +0000577151 00000 n +0000577215 00000 n +0000577280 00000 n +0000577344 00000 n +0000577408 00000 n +0000582640 00000 n +0000580198 00000 n +0000577650 00000 n +0000580836 00000 n +0000580964 00000 n +0000581028 00000 n +0000581222 00000 n +0000581286 00000 n +0000581481 00000 n +0000580363 00000 n +0000581545 00000 n +0000581609 00000 n +0000581673 00000 n +0000581737 00000 n +0000581802 00000 n +0000581866 00000 n +0000581930 00000 n +0000581995 00000 n +0000582061 00000 n +0000582125 00000 n +0000582189 00000 n +0000580516 00000 n +0000582254 00000 n +0000582318 00000 n +0000582382 00000 n +0000580675 00000 n +0000582576 00000 n +0000588213 00000 n +0000585705 00000 n +0000582756 00000 n +0000586012 00000 n +0000586076 00000 n +0000586140 00000 n +0000586204 00000 n +0000586268 00000 n +0000586334 00000 n +0000585852 00000 n +0000586400 00000 n +0000586466 00000 n +0000586530 00000 n +0000586594 00000 n +0000586658 00000 n +0000586722 00000 n +0000586786 00000 n +0000586851 00000 n +0000586917 00000 n +0000586983 00000 n +0000587047 00000 n +0000587111 00000 n +0000587176 00000 n +0000587240 00000 n +0000587306 00000 n +0000587372 00000 n +0000587436 00000 n +0000587500 00000 n +0000587566 00000 n +0000587632 00000 n +0000587697 00000 n +0000587761 00000 n +0000587825 00000 n +0000587890 00000 n +0000587954 00000 n +0000588020 00000 n +0000588084 00000 n +0000588148 00000 n +0000997527 00000 n +0000592963 00000 n +0000590275 00000 n +0000588357 00000 n +0000590576 00000 n +0000590640 00000 n +0000590704 00000 n +0000590770 00000 n +0000590834 00000 n +0000590899 00000 n +0000590963 00000 n +0000591029 00000 n +0000591093 00000 n +0000591157 00000 n +0000591222 00000 n +0000591286 00000 n +0000591480 00000 n +0000591544 00000 n +0000591608 00000 n +0000590422 00000 n +0000591672 00000 n +0000591736 00000 n +0000591800 00000 n +0000591864 00000 n +0000591928 00000 n +0000591993 00000 n +0000592059 00000 n +0000592125 00000 n +0000592191 00000 n +0000592255 00000 n +0000592319 00000 n +0000592384 00000 n +0000592448 00000 n +0000592512 00000 n +0000592577 00000 n +0000592641 00000 n +0000592705 00000 n +0000592770 00000 n +0000592834 00000 n +0000597305 00000 n +0000595448 00000 n +0000593093 00000 n +0000595574 00000 n +0000595702 00000 n +0000595766 00000 n +0000595829 00000 n +0000595893 00000 n +0000595957 00000 n +0000596022 00000 n +0000596088 00000 n +0000596152 00000 n +0000596216 00000 n +0000596280 00000 n +0000596343 00000 n +0000596407 00000 n +0000596472 00000 n +0000596536 00000 n +0000596600 00000 n +0000596665 00000 n +0000596729 00000 n +0000596793 00000 n +0000596984 00000 n +0000597177 00000 n +0001167349 00000 n +0000601290 00000 n +0000599620 00000 n +0000597421 00000 n +0000599746 00000 n +0000599875 00000 n +0000599939 00000 n +0000600003 00000 n +0000600068 00000 n +0000600131 00000 n +0000600323 00000 n +0000600645 00000 n +0000600709 00000 n +0000600773 00000 n +0000601094 00000 n +0000601158 00000 n +0000601224 00000 n +0000606644 00000 n +0000604143 00000 n +0000601406 00000 n +0000604448 00000 n +0000604512 00000 n +0000604576 00000 n +0000604642 00000 n +0000604835 00000 n +0000604964 00000 n +0000605028 00000 n +0000605094 00000 n +0000605160 00000 n +0000604290 00000 n +0000605224 00000 n +0000605353 00000 n +0000605417 00000 n +0000605483 00000 n +0000605546 00000 n +0000605610 00000 n +0000605675 00000 n +0000605739 00000 n +0000605804 00000 n +0000605868 00000 n +0000605932 00000 n +0000605998 00000 n +0000606193 00000 n +0000606256 00000 n +0000606320 00000 n +0000606384 00000 n +0000606449 00000 n +0000606514 00000 n +0000606580 00000 n +0000613656 00000 n +0000610299 00000 n +0000606774 00000 n +0000610425 00000 n +0000610489 00000 n +0000610554 00000 n +0000610619 00000 n +0000610683 00000 n +0000610748 00000 n +0000610813 00000 n +0000610877 00000 n +0000610942 00000 n +0000611007 00000 n +0000611071 00000 n +0000611136 00000 n +0000611201 00000 n +0000611265 00000 n +0000611330 00000 n +0000611394 00000 n +0000611458 00000 n +0000611524 00000 n +0000611587 00000 n +0000611653 00000 n +0000611718 00000 n +0000611783 00000 n +0000611848 00000 n +0000611912 00000 n +0000611977 00000 n +0000612042 00000 n +0000612105 00000 n +0000612169 00000 n +0000612233 00000 n +0000612297 00000 n +0000612362 00000 n +0000612427 00000 n +0000612490 00000 n +0000612555 00000 n +0000612620 00000 n +0000612684 00000 n +0000612749 00000 n +0000612814 00000 n +0000612878 00000 n +0000612943 00000 n +0000613008 00000 n +0000613072 00000 n +0000613137 00000 n +0000613202 00000 n +0000613268 00000 n +0000613332 00000 n +0000613397 00000 n +0000613462 00000 n +0000613527 00000 n +0000618160 00000 n +0000616308 00000 n +0000613800 00000 n +0000616613 00000 n +0000616742 00000 n +0000616806 00000 n +0000616455 00000 n +0000617000 00000 n +0000617064 00000 n +0000617130 00000 n +0000617194 00000 n +0000617258 00000 n +0000617324 00000 n +0000617388 00000 n +0000617452 00000 n +0000617516 00000 n +0000617710 00000 n +0000617774 00000 n +0000617838 00000 n +0000617902 00000 n +0000617966 00000 n +0000618032 00000 n +0000623301 00000 n +0000620073 00000 n +0000618304 00000 n +0000620729 00000 n +0000620858 00000 n +0000620238 00000 n +0000620398 00000 n +0000620922 00000 n +0000620988 00000 n +0000621052 00000 n +0000621118 00000 n +0000621182 00000 n +0000621246 00000 n +0000621310 00000 n +0000621374 00000 n +0000621439 00000 n +0000621502 00000 n +0000621566 00000 n +0000621631 00000 n +0000621695 00000 n +0000621759 00000 n +0000621824 00000 n +0000621888 00000 n +0000621952 00000 n +0000622016 00000 n +0000622080 00000 n +0000622144 00000 n +0000622209 00000 n +0000622273 00000 n +0000622337 00000 n +0000622402 00000 n +0000622466 00000 n +0000622530 00000 n +0000622595 00000 n +0000622659 00000 n +0000622723 00000 n +0000622788 00000 n +0000622852 00000 n +0000622916 00000 n +0000622981 00000 n +0000623045 00000 n +0000623108 00000 n +0000623173 00000 n +0000620561 00000 n +0001006331 00000 n +0000628852 00000 n +0000625887 00000 n +0000623403 00000 n +0000626851 00000 n +0000626980 00000 n +0000627044 00000 n +0000627108 00000 n +0000627172 00000 n +0000627237 00000 n +0000627303 00000 n +0000627369 00000 n +0000627433 00000 n +0000627498 00000 n +0000627564 00000 n +0000627628 00000 n +0000627693 00000 n +0000627757 00000 n +0000626070 00000 n +0000627951 00000 n +0000628144 00000 n +0000628208 00000 n +0000626227 00000 n +0000628272 00000 n +0000626385 00000 n +0000628336 00000 n +0000626541 00000 n +0000628528 00000 n +0000628592 00000 n +0000628658 00000 n +0000628724 00000 n +0000626698 00000 n +0000628788 00000 n +0001167474 00000 n +0000634401 00000 n +0000631952 00000 n +0000628954 00000 n +0000632268 00000 n +0000632332 00000 n +0000632099 00000 n +0000632396 00000 n +0000632460 00000 n +0000632524 00000 n +0000632587 00000 n +0000632653 00000 n +0000632719 00000 n +0000632785 00000 n +0000632848 00000 n +0000632914 00000 n +0000632980 00000 n +0000633045 00000 n +0000633110 00000 n +0000633175 00000 n +0000633239 00000 n +0000633305 00000 n +0000633369 00000 n +0000633435 00000 n +0000633499 00000 n +0000633563 00000 n +0000633627 00000 n +0000633692 00000 n +0000633756 00000 n +0000633820 00000 n +0000634015 00000 n +0000634079 00000 n +0000634145 00000 n +0000634209 00000 n +0000634273 00000 n +0000634337 00000 n +0000637803 00000 n +0000636330 00000 n +0000634531 00000 n +0000636456 00000 n +0000636520 00000 n +0000636584 00000 n +0000636648 00000 n +0000636712 00000 n +0000636776 00000 n +0000636840 00000 n +0000636904 00000 n +0000636968 00000 n +0000637032 00000 n +0000637096 00000 n +0000637160 00000 n +0000637224 00000 n +0000637288 00000 n +0000637353 00000 n +0000637417 00000 n +0000637482 00000 n +0000637546 00000 n +0000637611 00000 n +0000637675 00000 n +0000637739 00000 n +0000642218 00000 n +0000639914 00000 n +0000637905 00000 n +0000640213 00000 n +0000640277 00000 n +0000640341 00000 n +0000640405 00000 n +0000640469 00000 n +0000640533 00000 n +0000640597 00000 n +0000640061 00000 n +0000640788 00000 n +0000640852 00000 n +0000640916 00000 n +0000640982 00000 n +0000641046 00000 n +0000641110 00000 n +0000641174 00000 n +0000641239 00000 n +0000641305 00000 n +0000641370 00000 n +0000641434 00000 n +0000641499 00000 n +0000641565 00000 n +0000641628 00000 n +0000641693 00000 n +0000641759 00000 n +0000641825 00000 n +0000641891 00000 n +0000641957 00000 n +0000642023 00000 n +0000642089 00000 n +0000646724 00000 n +0000644415 00000 n +0000642348 00000 n +0000644541 00000 n +0000644605 00000 n +0000644734 00000 n +0000644798 00000 n +0000644861 00000 n +0000644925 00000 n +0000644989 00000 n +0000645053 00000 n +0000645117 00000 n +0000645182 00000 n +0000645245 00000 n +0000645435 00000 n +0000645499 00000 n +0000645562 00000 n +0000645625 00000 n +0000645689 00000 n +0000645753 00000 n +0000645817 00000 n +0000645882 00000 n +0000645946 00000 n +0000646011 00000 n +0000646075 00000 n +0000646140 00000 n +0000646204 00000 n +0000646398 00000 n +0000646462 00000 n +0000646528 00000 n +0000646594 00000 n +0000652244 00000 n +0000648814 00000 n +0000646840 00000 n +0000648940 00000 n +0000649069 00000 n +0000649133 00000 n +0000649199 00000 n +0000649265 00000 n +0000649329 00000 n +0000649395 00000 n +0000649461 00000 n +0000649527 00000 n +0000649591 00000 n +0000649656 00000 n +0000649722 00000 n +0000649786 00000 n +0000649850 00000 n +0000649915 00000 n +0000649980 00000 n +0000650044 00000 n +0000650109 00000 n +0000650174 00000 n +0000650240 00000 n +0000650304 00000 n +0000650627 00000 n +0000650691 00000 n +0000650757 00000 n +0000650821 00000 n +0000650885 00000 n +0000650949 00000 n +0000651013 00000 n +0000651077 00000 n +0000651141 00000 n +0000651204 00000 n +0000651269 00000 n +0000651335 00000 n +0000651399 00000 n +0000651463 00000 n +0000651527 00000 n +0000651592 00000 n +0000651658 00000 n +0000651722 00000 n +0000651917 00000 n +0000651981 00000 n +0000652047 00000 n +0000652112 00000 n +0000652178 00000 n +0000657877 00000 n +0000654767 00000 n +0000652360 00000 n +0000654893 00000 n +0000654957 00000 n +0000655021 00000 n +0000655087 00000 n +0000655151 00000 n +0000655217 00000 n +0000655283 00000 n +0000655477 00000 n +0000655670 00000 n +0000655734 00000 n +0000655798 00000 n +0000655864 00000 n +0000655930 00000 n +0000655994 00000 n +0000656058 00000 n +0000656124 00000 n +0000656188 00000 n +0000656253 00000 n +0000656319 00000 n +0000656383 00000 n +0000656448 00000 n +0000656512 00000 n +0000656578 00000 n +0000656642 00000 n +0000656707 00000 n +0000656772 00000 n +0000656838 00000 n +0000657033 00000 n +0000657097 00000 n +0000657163 00000 n +0000657229 00000 n +0000657293 00000 n +0000657488 00000 n +0000657552 00000 n +0000657618 00000 n +0000657683 00000 n +0000657749 00000 n +0001167599 00000 n +0000664166 00000 n +0000660615 00000 n +0000657993 00000 n +0000660922 00000 n +0000661051 00000 n +0000661115 00000 n +0000660762 00000 n +0000661310 00000 n +0000661374 00000 n +0000661439 00000 n +0000661567 00000 n +0000661631 00000 n +0000661760 00000 n +0000661824 00000 n +0000661890 00000 n +0000661955 00000 n +0000662083 00000 n +0000662146 00000 n +0000662210 00000 n +0000662276 00000 n +0000662340 00000 n +0000662404 00000 n +0000662470 00000 n +0000662536 00000 n +0000662602 00000 n +0000662668 00000 n +0000662732 00000 n +0000662798 00000 n +0000662862 00000 n +0000662928 00000 n +0000662994 00000 n +0000663058 00000 n +0000663124 00000 n +0000663190 00000 n +0000663256 00000 n +0000663322 00000 n +0000663388 00000 n +0000663452 00000 n +0000663518 00000 n +0000663582 00000 n +0000663646 00000 n +0000663710 00000 n +0000663775 00000 n +0000663841 00000 n +0000663907 00000 n +0000663973 00000 n +0000664038 00000 n +0000664102 00000 n +0000669087 00000 n +0000666566 00000 n +0000664282 00000 n +0000666692 00000 n +0000666821 00000 n +0000666885 00000 n +0000666949 00000 n +0000667013 00000 n +0000667142 00000 n +0000667206 00000 n +0000667272 00000 n +0000667401 00000 n +0000667464 00000 n +0000667530 00000 n +0000667596 00000 n +0000667662 00000 n +0000667728 00000 n +0000667794 00000 n +0000667922 00000 n +0000667986 00000 n +0000668050 00000 n +0000668179 00000 n +0000668243 00000 n +0000668309 00000 n +0000668375 00000 n +0000668441 00000 n +0000668570 00000 n +0000668634 00000 n +0000668762 00000 n +0000668826 00000 n +0000668892 00000 n +0000668958 00000 n +0000669023 00000 n +0000673568 00000 n +0000671710 00000 n +0000669189 00000 n +0000672016 00000 n +0000672145 00000 n +0000672209 00000 n +0000672404 00000 n +0000672468 00000 n +0000672534 00000 n +0000672598 00000 n +0000672664 00000 n +0000672728 00000 n +0000672794 00000 n +0000672860 00000 n +0000673055 00000 n +0000673119 00000 n +0000671857 00000 n +0000673183 00000 n +0000673376 00000 n +0000673440 00000 n +0000673504 00000 n +0000679574 00000 n +0000676234 00000 n +0000673698 00000 n +0000677057 00000 n +0000677121 00000 n +0000677185 00000 n +0000677380 00000 n +0000677444 00000 n +0000677508 00000 n +0000677574 00000 n +0000677637 00000 n +0000677702 00000 n +0000677767 00000 n +0000677833 00000 n +0000677897 00000 n +0000677962 00000 n +0000678027 00000 n +0000678091 00000 n +0000678156 00000 n +0000678221 00000 n +0000678287 00000 n +0000676408 00000 n +0000676572 00000 n +0000678351 00000 n +0000678415 00000 n +0000678480 00000 n +0000678545 00000 n +0000678609 00000 n +0000678674 00000 n +0000676736 00000 n +0000678739 00000 n +0000678803 00000 n +0000678868 00000 n +0000678933 00000 n +0000678997 00000 n +0000679062 00000 n +0000679254 00000 n +0000676893 00000 n +0000679447 00000 n +0000683788 00000 n +0000681989 00000 n +0000679676 00000 n +0000682115 00000 n +0000682179 00000 n +0000682308 00000 n +0000682372 00000 n +0000682567 00000 n +0000682631 00000 n +0000682697 00000 n +0000682889 00000 n +0000682953 00000 n +0000683017 00000 n +0000683081 00000 n +0000683146 00000 n +0000683210 00000 n +0000683275 00000 n +0000683467 00000 n +0000683531 00000 n +0000683724 00000 n +0000688754 00000 n +0000686764 00000 n +0000683904 00000 n +0000686890 00000 n +0000686954 00000 n +0000687018 00000 n +0000687082 00000 n +0000687147 00000 n +0000687211 00000 n +0000687276 00000 n +0000687341 00000 n +0000687405 00000 n +0000687470 00000 n +0000687535 00000 n +0000687599 00000 n +0000687663 00000 n +0000687727 00000 n +0000687791 00000 n +0000687985 00000 n +0000688048 00000 n +0000688111 00000 n +0000688177 00000 n +0000688241 00000 n +0000688305 00000 n +0000688498 00000 n +0000688562 00000 n +0000688626 00000 n +0000688690 00000 n +0001167724 00000 n +0000694869 00000 n +0000691909 00000 n +0000688856 00000 n +0000692931 00000 n +0000692995 00000 n +0000693060 00000 n +0000693123 00000 n +0000692092 00000 n +0000692260 00000 n +0000693188 00000 n +0000693252 00000 n +0000692427 00000 n +0000693317 00000 n +0000693381 00000 n +0000692597 00000 n +0000693446 00000 n +0000693510 00000 n +0000692761 00000 n +0000693576 00000 n +0000693640 00000 n +0000693704 00000 n +0000693899 00000 n +0000693962 00000 n +0000694026 00000 n +0000694090 00000 n +0000694155 00000 n +0000694221 00000 n +0000694287 00000 n +0000694351 00000 n +0000694416 00000 n +0000694482 00000 n +0000694546 00000 n +0000694611 00000 n +0000694675 00000 n +0000694739 00000 n +0000694804 00000 n +0000699977 00000 n +0000697640 00000 n +0000694985 00000 n +0000698113 00000 n +0000698177 00000 n +0000698243 00000 n +0000698308 00000 n +0000697796 00000 n +0000698500 00000 n +0000698563 00000 n +0000698629 00000 n +0000698694 00000 n +0000698758 00000 n +0000697955 00000 n +0000698822 00000 n +0000698888 00000 n +0000698952 00000 n +0000699016 00000 n +0000699080 00000 n +0000699144 00000 n +0000699209 00000 n +0000699272 00000 n +0000699335 00000 n +0000699399 00000 n +0000699464 00000 n +0000699528 00000 n +0000699592 00000 n +0000699655 00000 n +0000699720 00000 n +0000699784 00000 n +0000699848 00000 n +0000699912 00000 n +0000705695 00000 n +0000702810 00000 n +0000700093 00000 n +0000703961 00000 n +0000704025 00000 n +0000704089 00000 n +0000704153 00000 n +0000704217 00000 n +0000704281 00000 n +0000703002 00000 n +0000704346 00000 n +0000704410 00000 n +0000704474 00000 n +0000704538 00000 n +0000703160 00000 n +0000704732 00000 n +0000704796 00000 n +0000704860 00000 n +0000704923 00000 n +0000703318 00000 n +0000704988 00000 n +0000705052 00000 n +0000703474 00000 n +0000705117 00000 n +0000705180 00000 n +0000703633 00000 n +0000705374 00000 n +0000703793 00000 n +0000705567 00000 n +0000705631 00000 n +0000710201 00000 n +0000708530 00000 n +0000705797 00000 n +0000708656 00000 n +0000708720 00000 n +0000708784 00000 n +0000708850 00000 n +0000708916 00000 n +0000708980 00000 n +0000709175 00000 n +0000709239 00000 n +0000709303 00000 n +0000709366 00000 n +0000709431 00000 n +0000709495 00000 n +0000709687 00000 n +0000709751 00000 n +0000709817 00000 n +0000709881 00000 n +0000709945 00000 n +0000710008 00000 n +0000710071 00000 n +0000716504 00000 n +0000713584 00000 n +0000710359 00000 n +0000714570 00000 n +0000714634 00000 n +0000714763 00000 n +0000714827 00000 n +0000713767 00000 n +0000714891 00000 n +0000714956 00000 n +0000715021 00000 n +0000715086 00000 n +0000715281 00000 n +0000715345 00000 n +0000715409 00000 n +0000715473 00000 n +0000713925 00000 n +0000715538 00000 n +0000715602 00000 n +0000714083 00000 n +0000715667 00000 n +0000715731 00000 n +0000714245 00000 n +0000715796 00000 n +0000714408 00000 n +0000715860 00000 n +0000715924 00000 n +0000715988 00000 n +0000716054 00000 n +0000716118 00000 n +0000716312 00000 n +0000716376 00000 n +0000716440 00000 n +0000720617 00000 n +0000718475 00000 n +0000716634 00000 n +0000718601 00000 n +0000718665 00000 n +0000718729 00000 n +0000718792 00000 n +0000718858 00000 n +0000718923 00000 n +0000718989 00000 n +0000719055 00000 n +0000719119 00000 n +0000719183 00000 n +0000719249 00000 n +0000719315 00000 n +0000719510 00000 n +0000719574 00000 n +0000719639 00000 n +0000719703 00000 n +0000719769 00000 n +0000719833 00000 n +0000719899 00000 n +0000719964 00000 n +0000720028 00000 n +0000720094 00000 n +0000720158 00000 n +0000720224 00000 n +0000720289 00000 n +0000720355 00000 n +0000720421 00000 n +0000720487 00000 n +0000720553 00000 n +0001167849 00000 n +0000725228 00000 n +0000723171 00000 n +0000720775 00000 n +0000723477 00000 n +0000723541 00000 n +0000723607 00000 n +0000723672 00000 n +0000723865 00000 n +0000723929 00000 n +0000723995 00000 n +0000724061 00000 n +0000724124 00000 n +0000724188 00000 n +0000724253 00000 n +0000724319 00000 n +0000724383 00000 n +0000724449 00000 n +0000724515 00000 n +0000724579 00000 n +0000724643 00000 n +0000724709 00000 n +0000723318 00000 n +0000724903 00000 n +0000724967 00000 n +0000725032 00000 n +0000725096 00000 n +0000725162 00000 n +0000726832 00000 n +0000726317 00000 n +0000725400 00000 n +0000726443 00000 n +0000726507 00000 n +0000726571 00000 n +0000726637 00000 n +0000726702 00000 n +0000726766 00000 n +0000732197 00000 n +0000729521 00000 n +0000726948 00000 n +0000729997 00000 n +0000730189 00000 n +0000730253 00000 n +0000730318 00000 n +0000730639 00000 n +0000730831 00000 n +0000729677 00000 n +0000730895 00000 n +0000730961 00000 n +0000731027 00000 n +0000731093 00000 n +0000729836 00000 n +0000731159 00000 n +0000731224 00000 n +0000731289 00000 n +0000731354 00000 n +0000731419 00000 n +0000731485 00000 n +0000731551 00000 n +0000731615 00000 n +0000731679 00000 n +0000731744 00000 n +0000731809 00000 n +0000732003 00000 n +0000732067 00000 n +0001000096 00000 n +0001010152 00000 n +0000736828 00000 n +0000734032 00000 n +0000732341 00000 n +0000734704 00000 n +0000734962 00000 n +0000734197 00000 n +0000735155 00000 n +0000735218 00000 n +0000735284 00000 n +0000735350 00000 n +0000735416 00000 n +0000735480 00000 n +0000735544 00000 n +0000735608 00000 n +0000735672 00000 n +0000735738 00000 n +0000735801 00000 n +0000735865 00000 n +0000735929 00000 n +0000735993 00000 n +0000736057 00000 n +0000736123 00000 n +0000736187 00000 n +0000736251 00000 n +0000736315 00000 n +0000734364 00000 n +0000736508 00000 n +0000734539 00000 n +0000736572 00000 n +0000736636 00000 n +0000736699 00000 n +0000736764 00000 n +0000744549 00000 n +0000739206 00000 n +0000736986 00000 n +0000739683 00000 n +0000740005 00000 n +0000740069 00000 n +0000740135 00000 n +0000740199 00000 n +0000739362 00000 n +0000739524 00000 n +0000740263 00000 n +0000740328 00000 n +0000740392 00000 n +0000740457 00000 n +0000740521 00000 n +0000740585 00000 n +0000740650 00000 n +0000740715 00000 n +0000740780 00000 n +0000740846 00000 n +0000740912 00000 n +0000740977 00000 n +0000741042 00000 n +0000741107 00000 n +0000741171 00000 n +0000741235 00000 n +0000741299 00000 n +0000741363 00000 n +0000741428 00000 n +0000741494 00000 n +0000741560 00000 n +0000741625 00000 n +0000741690 00000 n +0000741755 00000 n +0000741819 00000 n +0000741883 00000 n +0000741947 00000 n +0000742011 00000 n +0000742075 00000 n +0000742141 00000 n +0000742205 00000 n +0000742271 00000 n +0000742337 00000 n +0000742403 00000 n +0000742468 00000 n +0000742533 00000 n +0000742597 00000 n +0000742661 00000 n +0000742727 00000 n +0000742791 00000 n +0000742857 00000 n +0000742923 00000 n +0000742989 00000 n +0000743055 00000 n +0000743121 00000 n +0000743187 00000 n +0000743253 00000 n +0000743319 00000 n +0000743385 00000 n +0000743450 00000 n +0000743515 00000 n +0000743579 00000 n +0000743643 00000 n +0000743709 00000 n +0000743774 00000 n +0000743839 00000 n +0000743904 00000 n +0000743968 00000 n +0000744032 00000 n +0000744097 00000 n +0000744162 00000 n +0000744227 00000 n +0000744292 00000 n +0000744356 00000 n +0000744420 00000 n +0000744485 00000 n +0000990250 00000 n +0000747454 00000 n +0000746118 00000 n +0000744693 00000 n +0000746416 00000 n +0000746480 00000 n +0000746546 00000 n +0000746612 00000 n +0000746678 00000 n +0000746742 00000 n +0000746265 00000 n +0000747063 00000 n +0000747127 00000 n +0000747193 00000 n +0000747258 00000 n +0000747324 00000 n +0000747388 00000 n +0001167974 00000 n +0000752181 00000 n +0000750055 00000 n +0000747584 00000 n +0000750181 00000 n +0000750502 00000 n +0000750566 00000 n +0000750632 00000 n +0000750696 00000 n +0000750890 00000 n +0000750953 00000 n +0000751016 00000 n +0000751080 00000 n +0000751144 00000 n +0000751209 00000 n +0000751275 00000 n +0000751341 00000 n +0000751407 00000 n +0000751473 00000 n +0000751537 00000 n +0000751601 00000 n +0000751666 00000 n +0000751730 00000 n +0000751795 00000 n +0000751859 00000 n +0000751923 00000 n +0000751988 00000 n +0000752052 00000 n +0000752117 00000 n +0000758941 00000 n +0000755650 00000 n +0000752311 00000 n +0000755776 00000 n +0000755840 00000 n +0000755905 00000 n +0000755971 00000 n +0000756037 00000 n +0000756230 00000 n +0000756294 00000 n +0000756358 00000 n +0000756422 00000 n +0000756486 00000 n +0000756551 00000 n +0000756616 00000 n +0000756681 00000 n +0000756745 00000 n +0000756809 00000 n +0000756874 00000 n +0000756939 00000 n +0000757003 00000 n +0000757068 00000 n +0000757133 00000 n +0000757197 00000 n +0000757262 00000 n +0000757327 00000 n +0000757391 00000 n +0000757456 00000 n +0000757521 00000 n +0000757584 00000 n +0000757649 00000 n +0000757714 00000 n +0000757778 00000 n +0000757843 00000 n +0000757908 00000 n +0000757972 00000 n +0000758037 00000 n +0000758102 00000 n +0000758166 00000 n +0000758231 00000 n +0000758296 00000 n +0000758360 00000 n +0000758425 00000 n +0000758490 00000 n +0000758554 00000 n +0000758619 00000 n +0000758684 00000 n +0000758748 00000 n +0000758813 00000 n +0000758878 00000 n +0000765278 00000 n +0000763914 00000 n +0000761404 00000 n +0000759043 00000 n +0000761714 00000 n +0000761842 00000 n +0000761907 00000 n +0000761972 00000 n +0000762035 00000 n +0000762100 00000 n +0000762165 00000 n +0000762229 00000 n +0000762294 00000 n +0000762359 00000 n +0000762423 00000 n +0000762488 00000 n +0000762553 00000 n +0000762619 00000 n +0000762685 00000 n +0000762749 00000 n +0000762813 00000 n +0000762878 00000 n +0000762943 00000 n +0000763007 00000 n +0000763072 00000 n +0000763137 00000 n +0000763201 00000 n +0000763266 00000 n +0000763331 00000 n +0000763395 00000 n +0000763460 00000 n +0000763654 00000 n +0000761551 00000 n +0000763718 00000 n +0000763784 00000 n +0000815453 00000 n +0000765131 00000 n +0000764016 00000 n +0000814874 00000 n +0000814938 00000 n +0000815002 00000 n +0000815131 00000 n +0000815195 00000 n +0000815261 00000 n +0000815325 00000 n +0000814713 00000 n +0000820414 00000 n +0000817962 00000 n +0000815606 00000 n +0000818088 00000 n +0000818217 00000 n +0000818281 00000 n +0000818345 00000 n +0000818411 00000 n +0000818477 00000 n +0000818543 00000 n +0000818607 00000 n +0000818671 00000 n +0000818735 00000 n +0000818800 00000 n +0000818865 00000 n +0000818929 00000 n +0000818994 00000 n +0000819059 00000 n +0000819123 00000 n +0000819188 00000 n +0000819381 00000 n +0000819445 00000 n +0000819637 00000 n +0000819701 00000 n +0000819765 00000 n +0000819828 00000 n +0000819894 00000 n +0000819958 00000 n +0000820024 00000 n +0000820088 00000 n +0000820154 00000 n +0000820218 00000 n +0000820284 00000 n +0000820348 00000 n +0000824953 00000 n +0000823151 00000 n +0000820516 00000 n +0000823277 00000 n +0000823341 00000 n +0000823534 00000 n +0000823598 00000 n +0000823664 00000 n +0000823728 00000 n +0000823793 00000 n +0000823857 00000 n +0000824050 00000 n +0000824114 00000 n +0000824180 00000 n +0000824246 00000 n +0000824310 00000 n +0000824505 00000 n +0000824697 00000 n +0000824761 00000 n +0000824825 00000 n +0000824889 00000 n +0001168099 00000 n +0000830138 00000 n +0000828021 00000 n +0000825069 00000 n +0000828331 00000 n +0000828395 00000 n +0000828587 00000 n +0000828650 00000 n +0000828168 00000 n +0000828715 00000 n +0000828779 00000 n +0000828845 00000 n +0000828910 00000 n +0000829234 00000 n +0000829298 00000 n +0000829364 00000 n +0000829428 00000 n +0000829492 00000 n +0000829556 00000 n +0000829621 00000 n +0000829687 00000 n +0000829753 00000 n +0000829817 00000 n +0000829881 00000 n +0000829947 00000 n +0000830012 00000 n +0000830076 00000 n +0000834857 00000 n +0000833247 00000 n +0000830254 00000 n +0000833373 00000 n +0000833437 00000 n +0000833502 00000 n +0000833567 00000 n +0000833631 00000 n +0000833696 00000 n +0000833762 00000 n +0000833826 00000 n +0000833890 00000 n +0000833955 00000 n +0000834020 00000 n +0000834084 00000 n +0000834149 00000 n +0000834213 00000 n +0000834278 00000 n +0000834344 00000 n +0000834408 00000 n +0000834600 00000 n +0000834664 00000 n +0000834730 00000 n +0000839052 00000 n +0000837513 00000 n +0000834973 00000 n +0000837639 00000 n +0000837768 00000 n +0000837832 00000 n +0000837895 00000 n +0000837959 00000 n +0000838023 00000 n +0000838086 00000 n +0000838152 00000 n +0000838217 00000 n +0000838283 00000 n +0000838347 00000 n +0000838541 00000 n +0000838604 00000 n +0000838668 00000 n +0000838732 00000 n +0000838925 00000 n +0000842821 00000 n +0000841155 00000 n +0000839168 00000 n +0000841281 00000 n +0000841345 00000 n +0000841474 00000 n +0000841667 00000 n +0000841857 00000 n +0000842050 00000 n +0000842243 00000 n +0000842307 00000 n +0000842500 00000 n +0000842693 00000 n +0000846349 00000 n +0000844936 00000 n +0000842923 00000 n +0000845062 00000 n +0000845126 00000 n +0000845255 00000 n +0000845319 00000 n +0000845385 00000 n +0000845449 00000 n +0000845642 00000 n +0000845706 00000 n +0000845899 00000 n +0000846092 00000 n +0000846155 00000 n +0000846221 00000 n +0000852041 00000 n +0000849275 00000 n +0000846451 00000 n +0000849401 00000 n +0000849530 00000 n +0000849594 00000 n +0000849660 00000 n +0000849726 00000 n +0000849791 00000 n +0000849984 00000 n +0000850176 00000 n +0000850239 00000 n +0000850302 00000 n +0000850366 00000 n +0000850431 00000 n +0000850495 00000 n +0000850559 00000 n +0000850623 00000 n +0000850688 00000 n +0000850752 00000 n +0000850817 00000 n +0000850881 00000 n +0000850946 00000 n +0000851009 00000 n +0000851074 00000 n +0000851138 00000 n +0000851203 00000 n +0000851267 00000 n +0000851332 00000 n +0000851396 00000 n +0000851461 00000 n +0000851525 00000 n +0000851719 00000 n +0000851783 00000 n +0000851846 00000 n +0000851911 00000 n +0000851977 00000 n +0001168224 00000 n +0000857726 00000 n +0000855207 00000 n +0000852157 00000 n +0000855333 00000 n +0000855397 00000 n +0000855461 00000 n +0000855527 00000 n +0000855591 00000 n +0000855657 00000 n +0000855723 00000 n +0000855787 00000 n +0000855853 00000 n +0000855917 00000 n +0000855981 00000 n +0000856045 00000 n +0000856110 00000 n +0000856173 00000 n +0000856238 00000 n +0000856304 00000 n +0000856368 00000 n +0000856433 00000 n +0000856499 00000 n +0000856562 00000 n +0000856627 00000 n +0000856692 00000 n +0000856756 00000 n +0000856820 00000 n +0000856885 00000 n +0000856949 00000 n +0000857013 00000 n +0000857077 00000 n +0000857143 00000 n +0000857208 00000 n +0000857274 00000 n +0000857338 00000 n +0000857402 00000 n +0000857468 00000 n +0000857532 00000 n +0000857598 00000 n +0000857662 00000 n +0000862650 00000 n +0000859706 00000 n +0000857842 00000 n +0000860006 00000 n +0000860070 00000 n +0000860134 00000 n +0000860198 00000 n +0000860264 00000 n +0000860330 00000 n +0000860525 00000 n +0000859853 00000 n +0000860718 00000 n +0000860782 00000 n +0000860848 00000 n +0000861043 00000 n +0000861107 00000 n +0000861171 00000 n +0000861237 00000 n +0000861301 00000 n +0000861365 00000 n +0000861429 00000 n +0000861494 00000 n +0000861558 00000 n +0000861622 00000 n +0000861687 00000 n +0000861751 00000 n +0000861815 00000 n +0000861880 00000 n +0000861944 00000 n +0000862008 00000 n +0000862073 00000 n +0000862137 00000 n +0000862201 00000 n +0000862266 00000 n +0000862328 00000 n +0000862392 00000 n +0000862457 00000 n +0000862521 00000 n +0000862585 00000 n +0000866945 00000 n +0000864641 00000 n +0000862752 00000 n +0000864959 00000 n +0000865087 00000 n +0000865151 00000 n +0000865215 00000 n +0000865280 00000 n +0000865344 00000 n +0000865409 00000 n +0000865473 00000 n +0000865537 00000 n +0000865602 00000 n +0000865666 00000 n +0000865730 00000 n +0000865795 00000 n +0000865858 00000 n +0000865922 00000 n +0000865987 00000 n +0000866051 00000 n +0000866115 00000 n +0000866180 00000 n +0000866242 00000 n +0000864788 00000 n +0000866434 00000 n +0000866625 00000 n +0000866689 00000 n +0000866753 00000 n +0000866817 00000 n +0000866881 00000 n +0000871034 00000 n +0000869754 00000 n +0000867061 00000 n +0000869880 00000 n +0000870009 00000 n +0000870073 00000 n +0000870137 00000 n +0000870201 00000 n +0000870265 00000 n +0000870329 00000 n +0000870521 00000 n +0000870585 00000 n +0000870649 00000 n +0000870713 00000 n +0000870777 00000 n +0000870970 00000 n +0000874518 00000 n +0000873303 00000 n +0000871150 00000 n +0000873429 00000 n +0000873493 00000 n +0000873557 00000 n +0000873750 00000 n +0000873814 00000 n +0000873878 00000 n +0000873942 00000 n +0000874006 00000 n +0000874070 00000 n +0000874133 00000 n +0000874197 00000 n +0000874390 00000 n +0000874454 00000 n +0000878815 00000 n +0000877222 00000 n +0000874620 00000 n +0000877719 00000 n +0000877783 00000 n +0000877849 00000 n +0000877915 00000 n +0000877378 00000 n +0000877979 00000 n +0000878044 00000 n +0000877546 00000 n +0000878237 00000 n +0000878300 00000 n +0000878364 00000 n +0000878557 00000 n +0000878621 00000 n +0000878685 00000 n +0000878749 00000 n +0001168349 00000 n +0000883147 00000 n +0000881762 00000 n +0000878931 00000 n +0000882061 00000 n +0000882125 00000 n +0000882189 00000 n +0000882253 00000 n +0000882316 00000 n +0000882508 00000 n +0000882572 00000 n +0000882636 00000 n +0000881909 00000 n +0000882700 00000 n +0000882762 00000 n +0000882826 00000 n +0000882890 00000 n +0000882954 00000 n +0000883018 00000 n +0000884466 00000 n +0000884020 00000 n +0000883263 00000 n +0000884146 00000 n +0000884275 00000 n +0000884339 00000 n +0000884402 00000 n +0000889306 00000 n +0000886854 00000 n +0000884582 00000 n +0000887169 00000 n +0000887490 00000 n +0000887554 00000 n +0000887620 00000 n +0000887684 00000 n +0000887749 00000 n +0000887815 00000 n +0000887879 00000 n +0000887944 00000 n +0000888010 00000 n +0000888075 00000 n +0000888139 00000 n +0000888332 00000 n +0000888396 00000 n +0000887001 00000 n +0000888588 00000 n +0000888652 00000 n +0000888718 00000 n +0000888784 00000 n +0000888850 00000 n +0000888914 00000 n +0000888980 00000 n +0000889044 00000 n +0000889110 00000 n +0000889176 00000 n +0000894379 00000 n +0000892184 00000 n +0000889450 00000 n +0000892310 00000 n +0000892374 00000 n +0000892503 00000 n +0000892567 00000 n +0000892631 00000 n +0000892696 00000 n +0000892762 00000 n +0000892825 00000 n +0000892888 00000 n +0000892952 00000 n +0000893015 00000 n +0000893081 00000 n +0000893145 00000 n +0000893209 00000 n +0000893275 00000 n +0000893339 00000 n +0000893403 00000 n +0000893467 00000 n +0000893531 00000 n +0000893597 00000 n +0000893663 00000 n +0000893729 00000 n +0000893794 00000 n +0000893860 00000 n +0000893926 00000 n +0000893992 00000 n +0000894185 00000 n +0000894249 00000 n +0000894313 00000 n +0000899500 00000 n +0000897630 00000 n +0000894537 00000 n +0000897756 00000 n +0000897820 00000 n +0000897884 00000 n +0000897948 00000 n +0000898012 00000 n +0000898076 00000 n +0000898142 00000 n +0000898337 00000 n +0000898401 00000 n +0000898467 00000 n +0000898531 00000 n +0000898597 00000 n +0000898661 00000 n +0000898726 00000 n +0000898790 00000 n +0000898854 00000 n +0000898918 00000 n +0000898982 00000 n +0000899047 00000 n +0000899111 00000 n +0000899175 00000 n +0000899241 00000 n +0000899305 00000 n +0000899370 00000 n +0000905480 00000 n +0000903032 00000 n +0000899630 00000 n +0000903158 00000 n +0000903222 00000 n +0000903351 00000 n +0000903415 00000 n +0000903479 00000 n +0000903543 00000 n +0000903607 00000 n +0000903671 00000 n +0000903737 00000 n +0000903801 00000 n +0000903865 00000 n +0000903929 00000 n +0000903993 00000 n +0000904059 00000 n +0000904125 00000 n +0000904191 00000 n +0000904255 00000 n +0000904319 00000 n +0000904383 00000 n +0000904447 00000 n +0000904511 00000 n +0000904575 00000 n +0000904639 00000 n +0000904703 00000 n +0000904767 00000 n +0000904832 00000 n +0000904896 00000 n +0000904960 00000 n +0000905024 00000 n +0000905090 00000 n +0000905156 00000 n +0000905218 00000 n +0000905282 00000 n +0000905348 00000 n +0000905414 00000 n +0001168474 00000 n +0000909358 00000 n +0000908010 00000 n +0000905610 00000 n +0000908136 00000 n +0000908200 00000 n +0000908264 00000 n +0000908330 00000 n +0000908394 00000 n +0000908458 00000 n +0000908522 00000 n +0000908715 00000 n +0000908779 00000 n +0000908971 00000 n +0000909035 00000 n +0000909101 00000 n +0000909165 00000 n +0000909229 00000 n +0000909293 00000 n +0000914828 00000 n +0000912631 00000 n +0000909488 00000 n +0000912757 00000 n +0000912821 00000 n +0000912885 00000 n +0000912949 00000 n +0000913014 00000 n +0000913079 00000 n +0000913144 00000 n +0000913210 00000 n +0000913274 00000 n +0000913338 00000 n +0000913403 00000 n +0000913469 00000 n +0000913535 00000 n +0000913599 00000 n +0000913665 00000 n +0000913731 00000 n +0000913797 00000 n +0000913861 00000 n +0000913927 00000 n +0000913991 00000 n +0000914055 00000 n +0000914119 00000 n +0000914183 00000 n +0000914247 00000 n +0000914311 00000 n +0000914375 00000 n +0000914441 00000 n +0000914505 00000 n +0000914571 00000 n +0000914637 00000 n +0000914702 00000 n +0000914766 00000 n +0000919620 00000 n +0000917555 00000 n +0000914944 00000 n +0000917681 00000 n +0000917745 00000 n +0000917809 00000 n +0000917873 00000 n +0000917939 00000 n +0000918003 00000 n +0000918066 00000 n +0000918132 00000 n +0000918196 00000 n +0000918261 00000 n +0000918325 00000 n +0000918389 00000 n +0000918453 00000 n +0000918516 00000 n +0000918580 00000 n +0000918644 00000 n +0000918708 00000 n +0000918774 00000 n +0000918840 00000 n +0000918906 00000 n +0000918970 00000 n +0000919036 00000 n +0000919102 00000 n +0000919167 00000 n +0000919231 00000 n +0000919296 00000 n +0000919362 00000 n +0000919428 00000 n +0000919493 00000 n +0000923914 00000 n +0000922560 00000 n +0000919722 00000 n +0000922686 00000 n +0000922750 00000 n +0000922879 00000 n +0000922943 00000 n +0000923008 00000 n +0000923070 00000 n +0000923136 00000 n +0000923202 00000 n +0000923265 00000 n +0000923330 00000 n +0000923396 00000 n +0000923462 00000 n +0000923526 00000 n +0000923592 00000 n +0000923656 00000 n +0000923720 00000 n +0000923786 00000 n +0000923850 00000 n +0000928165 00000 n +0000926374 00000 n +0000924044 00000 n +0000927002 00000 n +0000927066 00000 n +0000927130 00000 n +0000927196 00000 n +0000927262 00000 n +0000927584 00000 n +0000926539 00000 n +0000926690 00000 n +0000926846 00000 n +0000927776 00000 n +0000927840 00000 n +0000927904 00000 n +0000927970 00000 n +0000928035 00000 n +0000928099 00000 n +0000931072 00000 n +0000929720 00000 n +0000928295 00000 n +0000929846 00000 n +0000929910 00000 n +0000929974 00000 n +0000930169 00000 n +0000930233 00000 n +0000930297 00000 n +0000930362 00000 n +0000930428 00000 n +0000930619 00000 n +0000930683 00000 n +0000930878 00000 n +0000930942 00000 n +0000931006 00000 n +0001168599 00000 n +0000936100 00000 n +0000933695 00000 n +0000931174 00000 n +0000934171 00000 n +0000934363 00000 n +0000934556 00000 n +0000934620 00000 n +0000934686 00000 n +0000934752 00000 n +0000933851 00000 n +0000934011 00000 n +0000934816 00000 n +0000934881 00000 n +0000934945 00000 n +0000935011 00000 n +0000935075 00000 n +0000935270 00000 n +0000935334 00000 n +0000935399 00000 n +0000935465 00000 n +0000935528 00000 n +0000935717 00000 n +0000935781 00000 n +0000935845 00000 n +0000935909 00000 n +0000935974 00000 n +0000936037 00000 n +0000940000 00000 n +0000938068 00000 n +0000936244 00000 n +0000938194 00000 n +0000938258 00000 n +0000938452 00000 n +0000938516 00000 n +0000938579 00000 n +0000938643 00000 n +0000938709 00000 n +0000938773 00000 n +0000938837 00000 n +0000938901 00000 n +0000939094 00000 n +0000939158 00000 n +0000939224 00000 n +0000939288 00000 n +0000939352 00000 n +0000939418 00000 n +0000939483 00000 n +0000939549 00000 n +0000939613 00000 n +0000939677 00000 n +0000939871 00000 n +0000939935 00000 n +0000943921 00000 n +0000942311 00000 n +0000940144 00000 n +0000942437 00000 n +0000942501 00000 n +0000942565 00000 n +0000942631 00000 n +0000942695 00000 n +0000942759 00000 n +0000942823 00000 n +0000942887 00000 n +0000942951 00000 n +0000943017 00000 n +0000943083 00000 n +0000943147 00000 n +0000943210 00000 n +0000943274 00000 n +0000943338 00000 n +0000943403 00000 n +0000943469 00000 n +0000943533 00000 n +0000943599 00000 n +0000943794 00000 n +0000943857 00000 n +0000947321 00000 n +0000945914 00000 n +0000944037 00000 n +0000946219 00000 n +0000946283 00000 n +0000946347 00000 n +0000946413 00000 n +0000946608 00000 n +0000946671 00000 n +0000946735 00000 n +0000946801 00000 n +0000946061 00000 n +0000946997 00000 n +0000947061 00000 n +0000947125 00000 n +0000947191 00000 n +0000947255 00000 n +0000953670 00000 n +0000950491 00000 n +0000947451 00000 n +0000950617 00000 n +0000950809 00000 n +0000950873 00000 n +0000951069 00000 n +0000951133 00000 n +0000951199 00000 n +0000951265 00000 n +0000951331 00000 n +0000951397 00000 n +0000951461 00000 n +0000951527 00000 n +0000951591 00000 n +0000951655 00000 n +0000951719 00000 n +0000951785 00000 n +0000951849 00000 n +0000951913 00000 n +0000951979 00000 n +0000952045 00000 n +0000952111 00000 n +0000952177 00000 n +0000952243 00000 n +0000952309 00000 n +0000952373 00000 n +0000952439 00000 n +0000952503 00000 n +0000952567 00000 n +0000952633 00000 n +0000952697 00000 n +0000952762 00000 n +0000952826 00000 n +0000952892 00000 n +0000953088 00000 n +0000953152 00000 n +0000953218 00000 n +0000953284 00000 n +0000953348 00000 n +0000953413 00000 n +0000953478 00000 n +0000953542 00000 n +0000953606 00000 n +0000957867 00000 n +0000955484 00000 n +0000953814 00000 n +0000955802 00000 n +0000956125 00000 n +0000956189 00000 n +0000956253 00000 n +0000956317 00000 n +0000956381 00000 n +0000956445 00000 n +0000956509 00000 n +0000956573 00000 n +0000956637 00000 n +0000956701 00000 n +0000956766 00000 n +0000956830 00000 n +0000956896 00000 n +0000956962 00000 n +0000955631 00000 n +0000957156 00000 n +0000957219 00000 n +0000957283 00000 n +0000957348 00000 n +0000957413 00000 n +0000957477 00000 n +0000957541 00000 n +0000957607 00000 n +0000957673 00000 n +0000957737 00000 n +0000957801 00000 n +0001168724 00000 n +0000960503 00000 n +0000958624 00000 n +0000957997 00000 n +0000958750 00000 n +0000958814 00000 n +0000958880 00000 n +0000958944 00000 n +0000959007 00000 n +0000959073 00000 n +0000959139 00000 n +0000959203 00000 n +0000959267 00000 n +0000959333 00000 n +0000959399 00000 n +0000959463 00000 n +0000959527 00000 n +0000959593 00000 n +0000959659 00000 n +0000959723 00000 n +0000959787 00000 n +0000959853 00000 n +0000959919 00000 n +0000959983 00000 n +0000960047 00000 n +0000960113 00000 n +0000960179 00000 n +0000960243 00000 n +0000960307 00000 n +0000960373 00000 n +0000960439 00000 n +0000963403 00000 n +0000961328 00000 n +0000960591 00000 n +0000961454 00000 n +0000961518 00000 n +0000961582 00000 n +0000961648 00000 n +0000961714 00000 n +0000961778 00000 n +0000961842 00000 n +0000961908 00000 n +0000961974 00000 n +0000962038 00000 n +0000962102 00000 n +0000962168 00000 n +0000962364 00000 n +0000962428 00000 n +0000962492 00000 n +0000962558 00000 n +0000962623 00000 n +0000962687 00000 n +0000962751 00000 n +0000962817 00000 n +0000962883 00000 n +0000962947 00000 n +0000963011 00000 n +0000963077 00000 n +0000963143 00000 n +0000963207 00000 n +0000963271 00000 n +0000963337 00000 n +0000964730 00000 n +0000964021 00000 n +0000963505 00000 n +0000964147 00000 n +0000964211 00000 n +0000964275 00000 n +0000964339 00000 n +0000964405 00000 n +0000964471 00000 n +0000964535 00000 n +0000964599 00000 n +0000964664 00000 n +0000968827 00000 n +0000967486 00000 n +0000964818 00000 n +0000967612 00000 n +0000967803 00000 n +0000967867 00000 n +0000967931 00000 n +0000968123 00000 n +0000968187 00000 n +0000968251 00000 n +0000968443 00000 n +0000968507 00000 n +0000968571 00000 n +0000968635 00000 n +0000968699 00000 n +0000968763 00000 n +0000972890 00000 n +0000971993 00000 n +0000968929 00000 n +0000972119 00000 n +0000972183 00000 n +0000972247 00000 n +0000972441 00000 n +0000972505 00000 n +0000972698 00000 n +0000972762 00000 n +0000972826 00000 n +0000978611 00000 n +0000976169 00000 n +0000972992 00000 n +0000976295 00000 n +0000976359 00000 n +0000976423 00000 n +0000976617 00000 n +0000976681 00000 n +0000976745 00000 n +0000976808 00000 n +0000976873 00000 n +0000976937 00000 n +0000977002 00000 n +0000977066 00000 n +0000977131 00000 n +0000977195 00000 n +0000977260 00000 n +0000977323 00000 n +0000977388 00000 n +0000977452 00000 n +0000977517 00000 n +0000977581 00000 n +0000977646 00000 n +0000977710 00000 n +0000977775 00000 n +0000977839 00000 n +0000977904 00000 n +0000977968 00000 n +0000978033 00000 n +0000978096 00000 n +0000978161 00000 n +0000978225 00000 n +0000978290 00000 n +0000978354 00000 n +0000978419 00000 n +0000978483 00000 n +0000978547 00000 n +0001168849 00000 n +0000982453 00000 n +0000981362 00000 n +0000978713 00000 n +0000981488 00000 n +0000981552 00000 n +0000981616 00000 n +0000981810 00000 n +0000981874 00000 n +0000981938 00000 n +0000982132 00000 n +0000982196 00000 n +0000982389 00000 n +0000986347 00000 n +0000985062 00000 n +0000982555 00000 n +0000985188 00000 n +0000985252 00000 n +0000985446 00000 n +0000985640 00000 n +0000985832 00000 n +0000985896 00000 n +0000985962 00000 n +0000986156 00000 n +0000986220 00000 n +0000986283 00000 n +0000987612 00000 n +0000987294 00000 n +0000986449 00000 n +0000987420 00000 n +0000987484 00000 n +0000987548 00000 n +0000993415 00000 n +0000989622 00000 n +0000987700 00000 n +0000989928 00000 n +0000990121 00000 n +0000990378 00000 n +0000990442 00000 n +0000990506 00000 n +0000990572 00000 n +0000990637 00000 n +0000990766 00000 n +0000990896 00000 n +0000990960 00000 n +0000991024 00000 n +0000991089 00000 n +0000991155 00000 n +0000991219 00000 n +0000991349 00000 n +0000991413 00000 n +0000991477 00000 n +0000991541 00000 n +0000991605 00000 n +0000991671 00000 n +0000991735 00000 n +0000991799 00000 n +0000991863 00000 n +0000991927 00000 n +0000991991 00000 n +0000992055 00000 n +0000992119 00000 n +0000992185 00000 n +0000992251 00000 n +0000992315 00000 n +0000992379 00000 n +0000992443 00000 n +0000992507 00000 n +0000992573 00000 n +0000992639 00000 n +0000992704 00000 n +0000992769 00000 n +0000992834 00000 n +0000992899 00000 n +0000992965 00000 n +0000993029 00000 n +0000993093 00000 n +0000993157 00000 n +0000993221 00000 n +0000993287 00000 n +0000989769 00000 n +0000993351 00000 n +0000997915 00000 n +0000995080 00000 n +0000993545 00000 n +0000995206 00000 n +0000995335 00000 n +0000995464 00000 n +0000995528 00000 n +0000995592 00000 n +0000995658 00000 n +0000995722 00000 n +0000995787 00000 n +0000995917 00000 n +0000995981 00000 n +0000996175 00000 n +0000996239 00000 n +0000996303 00000 n +0000996561 00000 n +0000996624 00000 n +0000996688 00000 n +0000996752 00000 n +0000996817 00000 n +0000996947 00000 n +0000997011 00000 n +0000997204 00000 n +0000997268 00000 n +0000997332 00000 n +0000997396 00000 n +0000997461 00000 n +0000997591 00000 n +0000997721 00000 n +0000997785 00000 n +0000997849 00000 n +0001001711 00000 n +0000999517 00000 n +0000998045 00000 n +0000999643 00000 n +0000999707 00000 n +0000999771 00000 n +0000999837 00000 n +0000999901 00000 n +0000999967 00000 n +0001000226 00000 n +0001000289 00000 n +0001000353 00000 n +0001000419 00000 n +0001000484 00000 n +0001000614 00000 n +0001000678 00000 n +0001000742 00000 n +0001000871 00000 n +0001001000 00000 n +0001001064 00000 n +0001001128 00000 n +0001001194 00000 n +0001001260 00000 n +0001001325 00000 n +0001001453 00000 n +0001001583 00000 n +0001001647 00000 n +0001168974 00000 n +0001006588 00000 n +0001003463 00000 n +0001001841 00000 n +0001003940 00000 n +0001004069 00000 n +0001004199 00000 n +0001004263 00000 n +0001004327 00000 n +0001004393 00000 n +0001004458 00000 n +0001004524 00000 n +0001004590 00000 n +0001004655 00000 n +0001004784 00000 n +0001004848 00000 n +0001003619 00000 n +0001004911 00000 n +0001004977 00000 n +0001005041 00000 n +0001005105 00000 n +0001005169 00000 n +0001005233 00000 n +0001005299 00000 n +0001005363 00000 n +0001005427 00000 n +0001005491 00000 n +0001005557 00000 n +0001005623 00000 n +0001005687 00000 n +0001005751 00000 n +0001005815 00000 n +0001003778 00000 n +0001005881 00000 n +0001006139 00000 n +0001006203 00000 n +0001006267 00000 n +0001006461 00000 n +0001006524 00000 n +0001009445 00000 n +0001010475 00000 n +0001008090 00000 n +0001006704 00000 n +0001008216 00000 n +0001008280 00000 n +0001008409 00000 n +0001008473 00000 n +0001008537 00000 n +0001008602 00000 n +0001008731 00000 n +0001008860 00000 n +0001008924 00000 n +0001008988 00000 n +0001009052 00000 n +0001009118 00000 n +0001009184 00000 n +0001009250 00000 n +0001009316 00000 n +0001009575 00000 n +0001009639 00000 n +0001009702 00000 n +0001009830 00000 n +0001009894 00000 n +0001009958 00000 n +0001010024 00000 n +0001010282 00000 n +0001010346 00000 n +0001010410 00000 n +0001015155 00000 n +0001012633 00000 n +0001010577 00000 n +0001012759 00000 n +0001012823 00000 n +0001012887 00000 n +0001013017 00000 n +0001013081 00000 n +0001013145 00000 n +0001013209 00000 n +0001013275 00000 n +0001013341 00000 n +0001013407 00000 n +0001013473 00000 n +0001013539 00000 n +0001013604 00000 n +0001013669 00000 n +0001013735 00000 n +0001013801 00000 n +0001013929 00000 n +0001014059 00000 n +0001014123 00000 n +0001014187 00000 n +0001014253 00000 n +0001014383 00000 n +0001014447 00000 n +0001014511 00000 n +0001014640 00000 n +0001014770 00000 n +0001014834 00000 n +0001014897 00000 n +0001014961 00000 n +0001015025 00000 n +0001015089 00000 n +0001017996 00000 n +0001017963 00000 n +0001018094 00000 n +0001036078 00000 n +0001046523 00000 n +0001056934 00000 n +0001070090 00000 n +0001091470 00000 n +0001110382 00000 n +0001128007 00000 n +0001150925 00000 n +0001166001 00000 n +0001169081 00000 n +0001169207 00000 n +0001169333 00000 n +0001169459 00000 n +0001169558 00000 n +0001169650 00000 n +0001200148 00000 n +0001259619 00000 n +0001259660 00000 n +0001259700 00000 n +0001259835 00000 n +trailer +<< +/Size 5465 +/Root 5463 0 R +/Info 5464 0 R +/ID [<ECB6B04BA7643938BDD33D4EEBC84221> <ECB6B04BA7643938BDD33D4EEBC84221>] +>> +startxref +1260099 +%%EOF diff --git a/docs/rel_notes.txt b/docs/en/rel_notes.txt similarity index 100% rename from docs/rel_notes.txt rename to docs/en/rel_notes.txt diff --git a/docs/txt/Bugzilla-Guide.txt b/docs/en/txt/Bugzilla-Guide.txt similarity index 80% rename from docs/txt/Bugzilla-Guide.txt rename to docs/en/txt/Bugzilla-Guide.txt index ce6cc50fd..2e08f24a6 100644 --- a/docs/txt/Bugzilla-Guide.txt +++ b/docs/en/txt/Bugzilla-Guide.txt @@ -1,9 +1,9 @@ -The Bugzilla Guide - 3.1.3 Development Release +The Bugzilla Guide - 3.1.4 Development Release The Bugzilla Team - 2008-02-01 + 2008-05-04 This is the documentation for Bugzilla, a bug-tracking system from mozilla.org. Bugzilla is an enterprise-class piece of software that tracks @@ -44,11 +44,12 @@ The Bugzilla Team 3.9. Keywords 3.10. Custom Fields 3.11. Legal Values - 3.12. Voting - 3.13. Quips - 3.14. Groups and Group Security - 3.15. Checking and Maintaining Database Integrity - 3.16. Upgrading to New Releases + 3.12. Bug Status Workflow + 3.13. Voting + 3.14. Quips + 3.15. Groups and Group Security + 3.16. Checking and Maintaining Database Integrity + 3.17. Upgrading to New Releases 4. Bugzilla Security @@ -176,7 +177,7 @@ Chapter 1. About This Guide 1.3. New Versions - This is the 3.1.3 version of The Bugzilla Guide. It is so named to match the + This is the 3.1.4 version of The Bugzilla Guide. It is so named to match the current version of Bugzilla. This version of the guide, like its associated Bugzilla version, is a development version. @@ -249,16 +250,26 @@ Chapter 1. About This Guide This document uses the following conventions: Descriptions Appearance - Caution Caution Don't run with scissors! + Caution + + Caution + + Don't run with scissors! Hint or Tip - Tip For best results... + Tip + + For best results... Note - Note Dear John... + Note + + Dear John... + Warning + Warning - Warning Read this or the cat gets it. + Read this or the cat gets it. File or directory name filename Command to be typed command Application name application @@ -281,9 +292,11 @@ Chapter 2. Installing Bugzilla 2.1. Installation - Note If you just want to use Bugzilla, you do not need to install it. None - of this chapter is relevant to you. Ask your Bugzilla administrator for the - URL to access it from your web browser. + Note + + If you just want to use Bugzilla, you do not need to install it. None of + this chapter is relevant to you. Ask your Bugzilla administrator for the URL + to access it from your web browser. The Bugzilla server software is usually installed on Linux or Solaris. If you are installing on another OS, check Section 2.5 before you start your @@ -298,8 +311,10 @@ Chapter 2. Installing Bugzilla administrative access except in the very unlikely event that every single prerequisite is already installed. - Warning The installation process may make your machine insecure for short - periods of time. Make sure there is a firewall between you and the Internet. + Warning + + The installation process may make your machine insecure for short periods of + time. Make sure there is a firewall between you and the Internet. You are strongly recommended to make a backup of your system before installing Bugzilla (and at regular intervals thereafter :-). @@ -339,10 +354,12 @@ Chapter 2. Installing Bugzilla If you don't have it and your OS doesn't provide official packages, visit http://www.mysql.com. You need MySQL version 4.1.2 or higher. - 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 - have room for your bug database. To change the data directory, you have to - build MySQL from source yourself, and set it as an option to configure. + 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 have + room for your bug database. To change the data directory, you have to build + MySQL from source yourself, and set it as an option to configure. If you install from something other than a packaging/installation system, such as .rpm (Redhat Package), .deb (Debian Package), .exe (Windows @@ -387,9 +404,11 @@ Chapter 2. Installing Bugzilla document directories or in /usr/local with a symbolic link to the web server's document directories or an alias in the web server's configuration. - Caution The default Bugzilla distribution is NOT designed to be placed in a - cgi-bin directory. This includes any directory which is configured using the - ScriptAlias directive of Apache. + Caution + + The default Bugzilla distribution is NOT designed to be placed in a cgi-bin + directory. This includes any directory which is configured using the + ScriptAlias directive of Apache. Once all the files are in a web accessible directory, make that directory writable by your web server's user. This is a temporary step until you run @@ -426,27 +445,31 @@ Chapter 2. Installing Bugzilla Otherwise, you need to work down the list of modules that checksetup.pl says are required, in the order given, invoking the command on each. - Tip Many people complain that Perl modules will not install for them. Most + Tip + + Many people complain that Perl modules will not install for them. Most times, the error messages complain that they are missing a file in "@INC". 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. Consult your local UNIX systems administrator for help solving these permissions issues; if you are the local UNIX sysadmin, please consult the newsgroup/mailing list for - further assistance or hire someone to help you out. + further assistance or hire someone to help you out. - Note If you are using a package-based system, and attempting to install the - Perl modules from CPAN, you may need to install the "development" packages - for MySQL and GD before attempting to install the related Perl modules. The + Note + + If you are using a package-based system, and attempting to install the Perl + modules from CPAN, you may need to install the "development" packages for + MySQL and GD before attempting to install the related Perl modules. The names of these packages will vary depending on the specific distribution you - are using, but are often called <packagename>-devel. + are using, but are often called <packagename>-devel. Here is a complete list of modules and their minimum versions. Some modules have special installation notes, which follow. Required Perl modules: - 1. CGI 2.93 or CGI 3.11 if using mod_perl + 1. CGI 2.93 2. Date::Format (2.21) 3. DBI (1.41) 4. DBD::mysql (4.00) if using MySQL @@ -476,7 +499,7 @@ Chapter 2. Installing Bugzilla 16. Email::MIME::Attachment::Stripper (any) for Inbound Email 17. Email::Reply (any) for Inbound Email 18. mod_perl2 (1.999022) for mod_perl - 19. CGI (2.93) for mod_perl + 19. CGI (3.11) for mod_perl _________________________________________________________________ 2.1.5.1. DBD::mysql @@ -506,14 +529,18 @@ Chapter 2. Installing Bugzilla The GD module is only required if you want graphical reports. - Note The Perl GD module requires some other libraries that may or may not be + Note + + The Perl GD module requires some other libraries that may or may not be installed on your system, including libpng and libgd. The full requirements are listed in the Perl GD module README. If compiling GD fails, it's - probably because you're missing a required library. + probably because you're missing a required library. + + Tip - Tip The version of the GD module you need is very closely tied to the libgd + The version of the GD module you need is very closely tied to the libgd version installed on your system. If you have a version 1.x of libgd the 2.x - versions of the GD module won't work for you. + versions of the GD module won't work for you. _________________________________________________________________ 2.1.5.4. Chart::Base (1.0) @@ -560,14 +587,16 @@ Chapter 2. Installing Bugzilla Bugzilla is dependent on the availability of an e-mail system for its user authentication and for other tasks. - Note This is not entirely true. It is possible to completely disable email + Note + + This is not entirely true. It is possible to completely disable email sending, or to have Bugzilla store email messages in a file instead of sending them. However, this is mainly intended for testing, as disabling or 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 "mail_delivery_method" parameter in Section - 3.1. + 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 @@ -605,11 +634,12 @@ Chapter 2. Installing Bugzilla 2.2. Configuration - Warning Poorly-configured MySQL and Bugzilla installations have given - attackers full access to systems in the past. Please take the security parts - of these guidelines seriously, even for Bugzilla machines hidden away behind - your firewall. Be certain to read Chapter 4 for some important security - tips. + Warning + + Poorly-configured MySQL and Bugzilla installations have given attackers full + access to systems in the past. Please take the security parts of these + guidelines seriously, even for Bugzilla machines hidden away behind your + firewall. Be certain to read Chapter 4 for some important security tips. _________________________________________________________________ 2.2.1. localconfig @@ -635,9 +665,11 @@ Chapter 2. Installing Bugzilla need to leave webservergroup empty, ignoring the warnings that checksetup.pl will subsequently display every time it is run. - Caution If you are using suexec, you should use your own primary group for + Caution + + If you are using suexec, you should use your own primary group for webservergroup rather than leaving it empty, and see the additional - directions in the suexec section Section 2.6.6.1. + directions in the suexec section Section 2.6.6.1. The other options in the localconfig file are documented by their accompanying comments. If you have a slightly non-standard MySQL setup, you @@ -666,8 +698,10 @@ Chapter 2. Installing Bugzilla 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. + Caution + + MySQL's default configuration is very insecure. Section 4.2 has some good + information for improving your installation's security. _________________________________________________________________ 2.2.2.2.1. Allow large attachments @@ -684,9 +718,11 @@ Chapter 2. Installing Bugzilla larger than either the 'max_allowed_packet' or 'maxattachmentsize' value will not be accepted by Bugzilla. - Note This does not affect Big Files, attachments that are stored directly on - disk instead of in the database. Their maximum size is controlled using the - 'maxlocalattachment' parameter. + Note + + This does not affect Big Files, attachments that are stored directly on disk + instead of in the database. Their maximum size is controlled using the + 'maxlocalattachment' parameter. _________________________________________________________________ 2.2.2.2.2. Allow small words in full-text indexes @@ -745,8 +781,10 @@ Chapter 2. Installing Bugzilla temporary copy of your entire table to do this. Ideally, you should do this when your attachments table is still small. - Note This does not affect Big Files, attachments that are stored directly on - disk instead of in the database. + Note + + This does not affect Big Files, attachments that are stored directly on disk + instead of in the database. _________________________________________________________________ 2.2.2.3. PostgreSQL @@ -817,8 +855,8 @@ Chapter 2. Installing Bugzilla 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. + 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 @@ -844,18 +882,22 @@ Chapter 2. Installing Bugzilla Options +Indexes +ExecCGI DirectoryIndex index.cgi AllowOverride Limit - </Directory> + </Directory> + + These instructions: allow apache to run .cgi files found within the bugzilla directory; instructs the server to look for a file called index.cgi if someone only types the directory name into the browser; and allows Bugzilla's .htaccess files to override global permissions. - Note It is possible to make these changes globally, or to the directive + Note + + It is possible to make these changes globally, or to the directive controlling Bugzilla's parent directory (e.g. <Directory /var/www/html/>). Such changes would also apply to the Bugzilla directory... but they would also apply to many other places where they may or may not be appropriate. In most cases, including this one, it is better to be as restrictive as - possible when granting extra access. + possible when granting extra access. 3. checksetup.pl can set tighter permissions on Bugzilla's files and directories if it knows what group the web server runs as. Find the Group line in httpd.conf, place the value found there in the @@ -865,7 +907,9 @@ Chapter 2. Installing Bugzilla to add the following to the Options line of the Bugzilla <Directory> directive (the same one as in the step above): - +FollowSymLinks + +FollowSymLinks + + Without this directive, Apache will not follow symbolic links to places outside its own directory structure, and you will be unable to run Bugzilla. @@ -880,15 +924,21 @@ Chapter 2. Installing Bugzilla 2. Add the following information to your httpd.conf file, substituting where appropriate with your own local paths. - Note This should be used instead of the <Directory> block shown above. This + Note + + This should be used instead of the <Directory> block shown above. This should also be above any other mod_perl directives within the httpd.conf and - must be specified in the order as below. + must be specified in the order as below. + + Warning - Warning You should also ensure that you have disabled KeepAlive support in - your Apache install when utilizing Bugzilla under mod_perl + You should also ensure that you have disabled KeepAlive support in your + Apache install when utilizing Bugzilla under mod_perl PerlSwitches -I/var/www/html/bugzilla -I/var/www/html/bugzilla/lib -w -T - PerlConfigRequire /var/www/html/bugzilla/mod_perl.pl + PerlConfigRequire /var/www/html/bugzilla/mod_perl.pl + + 3. checksetup.pl can set tighter permissions on Bugzilla's files and directories if it knows what group the web server runs as. Find the Group line in httpd.conf, place the value found there in the @@ -898,7 +948,9 @@ Chapter 2. Installing Bugzilla environment. Please ensure you have run checksetup.pl to set permissions before you restart Apache. - Note Please bear the following points in mind when looking at using Bugzilla + Note + + Please bear the following points in mind when looking at using Bugzilla under mod_perl: * mod_perl support in Bugzilla can take up a HUGE amount of RAM. You could @@ -920,7 +972,7 @@ Chapter 2. Installing Bugzilla nice with other mod_perl applications, but it still may have conflicts. * It is recommended that you have one Bugzilla instance running under mod_perl on your server. Bugzilla has not been tested with more than one - instance running. + instance running. _________________________________________________________________ 2.2.4.2. Microsoft Internet Information Services @@ -954,9 +1006,11 @@ Chapter 2. Installing Bugzilla For example: c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s - Note The ActiveState install may have already created an entry for .pl files - that is limited to "GET,HEAD,POST". If so, this mapping should be removed as - Bugzilla's .pl files are not designed to be run via a web server. + Note + + The ActiveState install may have already created an entry for .pl files that + is limited to "GET,HEAD,POST". If so, this mapping should be removed as + Bugzilla's .pl files are not designed to be run via a web server. IIS will also need to know that the index.cgi should be treated as a default document. On the Documents tab page of the virtual directory properties, you @@ -975,9 +1029,10 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s you should see the Bugzilla front page. If not, consult the Troubleshooting section, Appendix A. - Note The URL above may be incorrect if you installed Bugzilla into a - subdirectory or used a symbolic link from your web site root to the Bugzilla - directory. + Note + + The URL above may be incorrect if you installed Bugzilla into a subdirectory + or used a symbolic link from your web site root to the Bugzilla directory. Log in with the administrator account you defined in the last checksetup.pl run. You should go through the parameters on the Edit Parameters page (see @@ -1021,33 +1076,14 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s bash$ ./collectstats.pl --regenerate - Note Windows does not have 'cron', but it does have the Task Scheduler, - which performs the same duties. There are also third-party tools that can be - used to implement cron, such as nncron. - _________________________________________________________________ - -2.3.2. Dependency Charts - - As well as the text-based dependency trees, Bugzilla also supports a - graphical view of dependency relationships, using a package called 'dot'. - Exactly how this works is controlled by the 'webdotbase' parameter, which - can have one of three values: - - 1. A complete file path to the command 'dot' (part of GraphViz) will - generate the graphs locally - 2. A URL prefix pointing to an installation of the webdot package will - generate the graphs remotely - 3. A blank value will disable dependency graphing. + Note - The easiest way to get this working is to install GraphViz. If you do that, - you need to enable server-side image maps in Apache. Alternatively, you - could set up a webdot server, or use the AT&T public webdot server. This is - the default for the webdotbase param, but it's often overloaded and slow. - Note that AT&T's server won't work if Bugzilla is only accessible using - HARTS. Editor's note: What the heck is HARTS? Google doesn't know... + Windows does not have 'cron', but it does have the Task Scheduler, which + performs the same duties. There are also third-party tools that can be used + to implement cron, such as nncron. _________________________________________________________________ -2.3.3. The Whining Cron +2.3.2. The Whining Cron What good are bugs if they're not annoying? To help make them more so you can set up Bugzilla's automatic whining system to complain at engineers @@ -1058,12 +1094,14 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s at 12.55am. 55 0 * * * cd <your-bugzilla-directory> ; ./whineatnews.pl - Note Windows does not have 'cron', but it does have the Task Scheduler, - which performs the same duties. There are also third-party tools that can be - used to implement cron, such as nncron. + Note + + Windows does not have 'cron', but it does have the Task Scheduler, which + performs the same duties. There are also third-party tools that can be used + to implement cron, such as nncron. _________________________________________________________________ -2.3.4. Whining +2.3.3. Whining As of Bugzilla 2.20, users can configure Bugzilla to regularly annoy them at regular intervals, by having Bugzilla execute saved searches at certain @@ -1076,149 +1114,21 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s every 15 minutes. */15 * * * * cd <your-bugzilla-directory> ; ./whine.pl - Note Whines can be executed as often as every 15 minutes, so if you specify + Note + + Whines can be executed as often as every 15 minutes, so if you specify longer intervals between executions of whine.pl, some users may not be whined at as often as they would expect. Depending on the person, this can - either be a very Good Thing or a very Bad Thing. + either be a very Good Thing or a very Bad Thing. - Note Windows does not have 'cron', but it does have the Task Scheduler, - which performs the same duties. There are also third-party tools that can be - used to implement cron, such as nncron. - _________________________________________________________________ - -2.3.5. Patch Viewer - - Patch Viewer is the engine behind Bugzilla's graphical display of code - patches. You can integrate this with copies of the cvs, lxr and bonsai tools - if you have them, by giving the locations of your installation of these - tools in editparams.cgi. - - Patch Viewer also optionally will use the cvs, diff and interdiff - command-line utilities if they exist on the system. Interdiff can be - obtained from http://cyberelk.net/tim/patchutils/. If these programs are not - in the system path, you can configure their locations in localconfig. - _________________________________________________________________ - -2.3.6. RADIUS Authentication - - RADIUS authentication is a module for Bugzilla's plugin authentication - architecture. Most caveats that apply to LDAP authentication apply to RADIUS - authentication as well. - - Parameters required to use RADIUS Authentication: - - user_verify_class - If you want to list "RADIUS" here, make sure to have set up the other - parameters listed below. Unless you have other (working) - authentication methods listed as well, you may otherwise not be able - to log back in to Bugzilla once you log out. If this happens to you, - you will need to manually edit data/params and set user_verify_class - to "DB". - - RADIUS_server - This parameter should be set to the name (and optionally the port) of - your RADIUS server. - - RADIUS_secret - This parameter should be set to the RADIUS server's secret. - - RADIUS_email_suffix - Bugzilla needs an e-mail address for each user account. Therefore, it - needs to determine the e-mail address corresponding to a RADIUS user. - Bugzilla offers only a simple way to do this: it can concatenate a - suffix to the RADIUS user name to convert it into an e-mail address. - You can specify this suffix in the RADIUS_email_suffix parameter. - - If this simple solution does not work for you, you'll probably need - to modify Bugzilla/Auth/Verify/RADIUS.pm to match your requirements. - _________________________________________________________________ - -2.3.7. LDAP Authentication - - LDAP authentication is a module for Bugzilla's plugin authentication - architecture. - - The existing authentication scheme for Bugzilla uses email addresses as the - primary user ID, and a password to authenticate that user. All places within - Bugzilla where you need to deal with user ID (e.g assigning a bug) use the - email address. The LDAP authentication builds on top of this scheme, rather - than replacing it. The initial log in is done with a username and password - for the LDAP directory. Bugzilla tries to bind to LDAP using those - credentials, and if successful, try to map this account to a Bugzilla - account. If a LDAP mail attribute is defined, the value of this attribute is - used, otherwise emailsuffix parameter is appended to LDAP username to form a - full email address. If an account for this address already exists in your - Bugzilla system, it will log in to that account. If no account for that - email address exists, one is created at the time of login. (In this case, - Bugzilla will attempt to use the "displayName" or "cn" attribute to - determine the user's full name.) After authentication, all other - user-related tasks are still handled by email address, not LDAP username. - You still assign bugs by email address, query on users by email address, - etc. - - Caution Because the Bugzilla account is not created until the first time a - user logs in, a user who has not yet logged is unknown to Bugzilla. This - means they cannot be used as an assignee or QA contact (default or - otherwise), added to any cc list, or any other such operation. One possible - workaround is the bugzilla_ldapsync.rb script in the contrib directory. - Another possible solution is fixing bug 201069. - - Parameters required to use LDAP Authentication: - - user_verify_class - If you want to list "LDAP" here, make sure to have set up the other - parameters listed below. Unless you have other (working) - authentication methods listed as well, you may otherwise not be able - to log back in to Bugzilla once you log out. If this happens to you, - you will need to manually edit data/params and set user_verify_class - to "DB". - - LDAPserver - This parameter should be set to the name (and optionally the port) of - your LDAP server. If no port is specified, it assumes the default - LDAP port of 389. - - Ex. "ldap.company.com" or "ldap.company.com:3268" - - You can also specify a LDAP URI, so as to use other protocols, such - as LDAPS or LDAPI. If port was not specified in the URI, the default - is either 389 or 636 for 'LDAP' and 'LDAPS' schemes respectively. - - Ex. "ldap://ldap.company.com", "ldaps://ldap.company.com" or - "ldapi://%2fvar%2flib%2fldap_sock" - - LDAPbinddn [Optional] - Some LDAP servers will not allow an anonymous bind to search the - directory. If this is the case with your configuration you should set - the LDAPbinddn parameter to the user account Bugzilla should use - instead of the anonymous bind. - - Ex. "cn=default,cn=user:password" - - LDAPBaseDN - The LDAPBaseDN parameter should be set to the location in your LDAP - tree that you would like to search for email addresses. Your uids - should be unique under the DN specified here. - - Ex. "ou=People,o=Company" - - LDAPuidattribute - The LDAPuidattribute parameter should be set to the attribute which - contains the unique UID of your users. The value retrieved from this - attribute will be used when attempting to bind as the user to confirm - their password. - - Ex. "uid" - - LDAPmailattribute - The LDAPmailattribute parameter should be the name of the attribute - which contains the email address your users will enter into the - Bugzilla login boxes. + Note - Ex. "mail" + Windows does not have 'cron', but it does have the Task Scheduler, which + performs the same duties. There are also third-party tools that can be used + to implement cron, such as nncron. _________________________________________________________________ -2.3.8. Serving Alternate Formats with the right MIME type +2.3.4. Serving Alternate Formats with the right MIME type Some Bugzilla pages have alternate formats, other than just plain HTML. In particular, a few Bugzilla pages can output their contents as either XUL (a @@ -1297,35 +1207,49 @@ AddType application/rdf+xml .rdf http://aspn.activestate.com/ASPN/Downloads/ActivePerl/. The following instructions assume that you are using version 5.8.1 of ActiveState. - Note These instructions are for 32-bit versions of Windows. If you are using - a 64-bit version of Windows, you will need to install 32-bit Perl in order - to install the 32-bit modules as described below. + Note + + These instructions are for 32-bit versions of Windows. If you are using a + 64-bit version of Windows, you will need to install 32-bit Perl in order to + install the 32-bit modules as described below. _________________________________________________________________ 2.5.1.2. Perl Modules on Win32 Bugzilla on Windows requires the same perl modules found in Section 2.1.5. - The main difference is that windows uses PPM instead of CPAN. + The main difference is that windows uses PPM instead of CPAN. ActiveState + provides a GUI to manage Perl modules. We highly recommend that you use it. + If you prefer to use ppm from the command-line, type: C:\perl> ppm install <module name> The best source for the Windows PPM modules needed for Bugzilla is probably - the Bugzilla Test Server (aka 'Landfill'), so you should add the Landfill - package repository as follows: -ppm repo add landfill http://www.landfill.bugzilla.org/ppm/ + the theory58S website, which you can add to your list of repositories as + follows (for Perl 5.8.x): +ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms/ - Note In versions prior to 5.8.8 build 819 of PPM the command is -ppm repository add landfill http://www.landfill.bugzilla.org/ppm/ + If you are using Perl 5.10.x, you cannot use the same PPM modules as Perl + 5.8.x as they are incompatible. In this case, you should add the following + repository: +ppm repo add theory58S http://cpan.uwinnipeg.ca/PPMPackages/10xx/ + + Note - Note The PPM repository stores modules in 'packages' that may have a - slightly different name than the module. If retrieving these modules from - there, you will need to pay attention to the information provided when you - run checksetup.pl as it will tell you what package you'll need to install. + In versions prior to 5.8.8 build 819 of PPM the command is +ppm repository add theory58S http://theoryx5.uwinnipeg.ca/ppms/ - Tip If you are behind a corporate firewall, you will need to let the - ActiveState PPM utility know how to get through it to access the - repositories by setting the HTTP_proxy system environmental variable. For - more information on setting that variable, see the ActiveState - documentation. + Note + + The PPM repository stores modules in 'packages' that may have a slightly + different name than the module. If retrieving these modules from there, you + will need to pay attention to the information provided when you run + checksetup.pl as it will tell you what package you'll need to install. + + Tip + + If you are behind a corporate firewall, you will need to let the ActiveState + PPM utility know how to get through it to access the repositories by setting + the HTTP_proxy system environmental variable. For more information on + setting that variable, see the ActiveState documentation. _________________________________________________________________ 2.5.1.3. Code changes required to run on Win32 @@ -1342,11 +1266,13 @@ ppm repository add landfill http://www.landfill.bugzilla.org/ppm/ security notes in Section 4.3.1. More information on configuring specific web servers can be found in Section 2.2.4. - Note If using Apache on windows, you can set the ScriptInterpreterSource + Note + + If using Apache on windows, you can set the ScriptInterpreterSource directive in your Apache config to avoid having to modify the first line of every script to contain your path to Perl instead of /usr/bin/perl. When setting ScriptInterpreterSource, do not forget to specify the -T flag to - enable the taint mode. For example: C:\Perl\bin\perl.exe -T. + enable the taint mode. For example: C:\Perl\bin\perl.exe -T. _________________________________________________________________ 2.5.1.5. Sending Email @@ -1375,32 +1301,34 @@ ppm repository add landfill http://www.landfill.bugzilla.org/ppm/ 2.5.2.2. Libraries & Perl Modules on Mac OS X - Apple did not include the GD library with Mac OS X. Bugzilla needs this for + Apple does not include the GD library with Mac OS X. Bugzilla needs this for bug graphs. - You can install it using a program called Fink, which is similar in nature - to the CPAN installer, but installs common GNU utilities. Fink is available - from http://sourceforge.net/projects/fink/. + You can use DarwinPorts (http://darwinports.com/) or Fink + (http://sourceforge.net/projects/fink/), both of which are similar in nature + to the CPAN installer, but install common unix programs. - Follow the instructions for setting up Fink. Once it's installed, you'll - want to use it to install the gd2 package. + Follow the instructions for setting up DarwinPorts or Fink. Once you have + one installed, you'll want to use it to install the gd2 package. - It will prompt you for a number of dependencies, type 'y' and hit enter to + Fink will prompt you for a number of dependencies, type 'y' and hit enter to install all of the dependencies and then watch it work. You will then be able to use CPAN to install the GD Perl module. - Note To prevent creating conflicts with the software that Apple installs by + Note + + To prevent creating conflicts with the software that Apple installs by default, Fink creates its own directory tree at /sw where it installs most of the software that it installs. This means your libraries and headers will be at /sw/lib and /sw/include instead of /usr/lib and /usr/include. When the Perl module config script asks where your libgd is, be sure to tell it - /sw/lib. + /sw/lib. - Also available via Fink is expat. After using fink to install the expat - package you will be able to install XML::Parser using CPAN. There is one - caveat. Unlike recent versions of the GD module, XML::Parser doesn't prompt - for the location of the required libraries. When using CPAN, you will need - to use the following command sequence: + Also available via DarwinPorts and Fink is expat. After installing the expat + package, you will be able to install XML::Parser using CPAN. If you use + fink, there is one caveat. Unlike recent versions of the GD module, + XML::Parser doesn't prompt for the location of the required libraries. When + using CPAN, you will need to use the following command sequence: # perl -MCPAN -e'look XML::Parser' (1) # perl Makefile.PL EXPATLIBPATH=/sw/lib EXPATINCPATH=/sw/include # make; make test; make install (2) @@ -1448,15 +1376,16 @@ ppm repository add landfill http://www.landfill.bugzilla.org/ppm/ web host, a MySQL account needs to be set up for you. From there, you can create the bugs account, or use the account given to you. - Warning You may have problems trying to set up GRANT permissions to the - database. If you're using a web host, chances are that you have a separate - database which is already locked down (or one big database with limited/no - access to the other areas), but you may want to ask your system - administrator what the security settings are set to, and/or run the GRANT - command for you. + Warning + + You may have problems trying to set up GRANT permissions to the database. If + you're using a web host, chances are that you have a separate database which + is already locked down (or one big database with limited/no access to the + other areas), but you may want to ask your system administrator what the + security settings are set to, and/or run the GRANT command for you. Also, you will probably not be able to change the MySQL root user password - (for obvious reasons), so skip that step. + (for obvious reasons), so skip that step. _________________________________________________________________ 2.6.2.1. Running MySQL as Non-Root @@ -1507,15 +1436,18 @@ pid-file=/home/foo/mymysql/the.pid GRANT permissions to other users. (Again, the MySQL root account has nothing to do with the *NIX root account.) - Note You will need to start the daemons yourself. You can either ask your - system administrator to add them to system startup files, or add a crontab - entry that runs a script to check on these daemons and restart them if - needed. + Note + + You will need to start the daemons yourself. You can either ask your system + administrator to add them to system startup files, or add a crontab entry + that runs a script to check on these daemons and restart them if needed. + + Warning - Warning Do NOT run daemons or other services on a server without first - consulting your system administrator! Daemons use up system resources and - running one may be in violation of your terms of service for any machine on - which you are a user! + Do NOT run daemons or other services on a server without first consulting + your system administrator! Daemons use up system resources and running one + may be in violation of your terms of service for any machine on which you + are a user! _________________________________________________________________ 2.6.3. Perl @@ -1565,15 +1497,18 @@ pid-file=/home/foo/mymysql/the.pid the HTTPD_ROOT compiled into the web server, you get control of your own customized web server. - Note You will need to start the daemons yourself. You can either ask your - system administrator to add them to system startup files, or add a crontab - entry that runs a script to check on these daemons and restart them if - needed. + Note + + You will need to start the daemons yourself. You can either ask your system + administrator to add them to system startup files, or add a crontab entry + that runs a script to check on these daemons and restart them if needed. - Warning Do NOT run daemons or other services on a server without first - consulting your system administrator! Daemons use up system resources and - running one may be in violation of your terms of service for any machine on - which you are a user! + Warning + + Do NOT run daemons or other services on a server without first consulting + your system administrator! Daemons use up system resources and running one + may be in violation of your terms of service for any machine on which you + are a user! _________________________________________________________________ 2.6.6. Bugzilla @@ -1583,12 +1518,14 @@ pid-file=/home/foo/mymysql/the.pid module installation from Section 2.6.4, then delete the localconfig file and try again. - Warning One option in localconfig you might have problems with is the web - server group. If you can't successfully browse to the index.cgi (like a - Forbidden error), you may have to relax your permissions, and blank out the - web server group. Of course, this may pose as a security risk. Having a - properly jailed shell and/or limited access to shell accounts may lessen the - security risk, but use at your own risk. + Warning + + One option in localconfig you might have problems with is the web server + group. If you can't successfully browse to the index.cgi (like a Forbidden + error), you may have to relax your permissions, and blank out the web server + group. Of course, this may pose as a security risk. Having a properly jailed + shell and/or limited access to shell accounts may lessen the security risk, + but use at your own risk. _________________________________________________________________ 2.6.6.1. suexec or shared hosting @@ -1616,26 +1553,264 @@ Chapter 3. Administering Bugzilla 3.1. Bugzilla Configuration Bugzilla is configured by changing various parameters, accessed from the - "Edit parameters" link in the page footer. Here are some of the key - parameters on that page. You should run down this list and set them - appropriately after installing Bugzilla. + "Parameters" link in the Administration page (the Administration page can be + found by clicking the "Administration" link in the footer). The parameters + are divided into several categories, accessed via the menu on the left. + Following is a description of the different categories and important + parameters within those categories. + _________________________________________________________________ + +3.1.1. Required Settings + + The core required parameters for any Bugzilla installation are set here. + These parameters must be set before a new Bugzilla installation can be used. + Administrators should review this list before deploying a new Bugzilla + installation. maintainer - The maintainer parameter is the email address of the person - responsible for maintaining this Bugzilla installation. The address - need not be that of a valid Bugzilla account. + Email address of the person responsible for maintaining this Bugzilla + installation. The address need not be that of a valid Bugzilla + account. urlbase - This parameter defines the fully qualified domain name and web server - path to your Bugzilla installation. + Defines the fully qualified domain name and web server path to this + Bugzilla installation. - For example, if your Bugzilla query page is - http://www.foo.com/bugzilla/query.cgi, set your "urlbase" to + For example, if the Bugzilla query page is + http://www.foo.com/bugzilla/query.cgi, the "urlbase" should be set to http://www.foo.com/bugzilla/. + docs_urlbase + Defines path to the Bugzilla documentation. This can be a fully + qualified domain name, or a path relative to "urlbase". + + For example, if the "Bugzilla Configuration" page of the + documentation is + http://www.foo.com/bugzilla/docs/html/parameters.html, set the + "docs_urlbase" to http://www.foo.com/bugzilla/docs/html/. + + sslbase + Defines the fully qualified domain name and web server path for HTTPS + (SSL) connections to this Bugzilla installation. + + For example, if the Bugzilla main page is + https://www.foo.com/bugzilla/index.cgi, the "sslbase" should be set + to https://www.foo.com/bugzilla/. + + ssl + Determines when Bugzilla will force HTTPS (SSL) connections, using + the URL defined in sslbase. Options include "always", "never", and + "authenticated sessions". + + cookiedomain + Defines the domain for Bugzilla cookies. This is typically left + blank. If there are multiple hostnames that point to the same + webserver, which require the same cookie, then this parameter can be + utilized. For example, If your website is at https://www.foo.com/, + setting this to .foo.com/ will also allow bar.foo.com/ to access + Bugzilla cookies. + + cookiepath + Defines a path, relative to the web server root, that Bugzilla + cookies will be restricted to. For example, if the urlbase is set to + http://www.foo.com/bugzilla/, the cookiepath should be set to + /bugzilla/. Setting it to "/" will allow all sites served by this web + server or virtual host to read Bugzilla cookies. + + timezone + Timezone of server. The timezone is displayed with timestamps. If + this parameter is left blank, the timezone is not displayed. + + utf8 + Determines whether to use UTF-8 (Unicode) encoding for all text in + Bugzilla. New installations should set this to true to avoid + character encoding problems. Existing databases should set this to + true only after the data has been converted from existing legacy + character encoding to UTF-8, using the contrib/recode.pl script. + + Note + + If you turn this parameter from "off" to "on", you must re-run checksetup.pl + immediately afterward. + + shutdownhtml + If there is any text in this field, this Bugzilla installation will + be completely disabled and this text will appear instead of all + Bugzilla pages for all users, including Admins. Used in the event of + site maintenance or outage situations. + + Note + + Although regular log-in capability is disabled while shutdownhtml is + enabled, safeguards are in place to protect the unfortunate admin who loses + connection to Bugzilla. Should this happen to you, go directly to the + editparams.cgi (by typing the URL in manually, if necessary). Doing this + will prompt you to log in, and your name/password will be accepted here (but + nowhere else). + + announcehtml + Any text in this field will be displayed at the top of every HTML + page in this Bugzilla installation. The text is not wrapped in any + tags. For best results, wrap the text in a "<div>" tag. Any style + attributes from the CSS can be applied. For example, to make the text + green inside of a red box, add "id=message" to the "<div>" tag. + + proxy_url + If this Bugzilla installation is behind a proxy, enter the proxy + information here to enable Bugzilla to access the Internet. Bugzilla + requires Internet access to utilize the upgrade_notification + parameter (below). If the proxy requires authentication, use the + syntax: http://user:pass@proxy_url/. + + upgrade_notification + Enable or disable a notification on the homepage of this Bugzilla + installation when a newer version of Bugzilla is available. This + notification is only visible to administrators. Choose "disabled", to + turn off the notification. Otherwise, choose which version of + Bugzilla you want to be notified about: "development_snapshot" is the + latest release on the trunk; "latest_stable_release" is the most + recent release available on the most recent stable branch; + "stable_branch_release" the most recent release on the branch this + installation is based on. + _________________________________________________________________ + +3.1.2. Administrative Policies + + This page contains parameters for basic administrative functions. Options + include whether to allow the deletion of bugs and users, whether to allow + users to change their email address, and whether to allow user watching (one + user receiving all notifications of a selected other user). + + supportwatchers + Turning on this option allows users to ask to receive copies of bug + mail sent to another user. Watching a user with different group + permissions is not a way to 'get around' the system; copied emails + are still subject to the normal groupset permissions of a bug, and + "watchers" will only be copied on emails from bugs they would + normally be allowed to view. + _________________________________________________________________ + +3.1.3. User Authentication + + This page contains the settings that control how this Bugzilla installation + will do its authentication. Choose what authentication mechanism to use (the + Bugzilla database, or an external source such as LDAP), and set basic + behavioral parameters. For example, choose whether to require users to login + to browse bugs, the management of authentication cookies, and the regular + expression used to validate email addresses. Some parameters are highlighted + below. + + emailregexp + Defines the regular expression used to validate email addresses used + for login names. The default attempts to match fully qualified email + addresses (i.e. 'user@example.com'). Some Bugzilla installations + allow only local user names (i.e 'user' instead of + 'user@example.com'). In that case, the emailsuffix parameter should + be used to define the email domain. + + emailsuffix + This string is appended to login names when actually sending email to + a user. For example, If emailregexp has been set to allow local + usernames, then this parameter would contain the email domain for all + users (i.e. '@example.com'). + _________________________________________________________________ + +3.1.4. Attachments + + This page allows for setting restrictions and other parameters regarding + attachments to bugs. For example, control size limitations and whether to + allow pointing to external files via a URI. + _________________________________________________________________ + +3.1.5. Bug Change Policies + + Set policy on default behavior for bug change events. For example, choose + which status to set a bug to when it is marked as a duplicate, and choose + whether to allow bug reporters to set the priority or target milestone. Also + allows for configuration of what changes should require the user to make a + comment, described below. + + commenton* + All these fields allow you to dictate what changes can pass without + comment, and which must have a comment from the person who changed + them. Often, administrators will allow users to add themselves to the + CC list, accept bugs, or change the Status Whiteboard without adding + a comment as to their reasons for the change, yet require that most + other changes come with an explanation. + + Set the "commenton" options according to your site policy. It is a + wise idea to require comments when users resolve, reassign, or reopen + bugs at the very least. + + Note + + It is generally far better to require a developer comment when resolving + bugs than not. Few things are more annoying to bug database users than + having a developer mark a bug "fixed" without any comment as to what the fix + was (or even that it was truly fixed!) + + noresolveonopenblockers + This option will prevent users from resolving bugs as FIXED if they + have unresolved dependencies. Only the FIXED resolution is affected. + Users will be still able to resolve bugs to resolutions other than + FIXED if they have unresolved dependent bugs. + _________________________________________________________________ + +3.1.6. Bug Fields + + The parameters in this section determine the default settings of several + Bugzilla fields for new bugs, and also control whether certain fields are + used. For example, choose whether to use the "target milestone" field or the + "status whiteboard" field. + + useqacontact + This allows you to define an email address for each component, in + addition to that of the default assignee, who will be sent carbon + copies of incoming bugs. + + usestatuswhiteboard + This defines whether you wish to have a free-form, overwritable field + associated with each bug. The advantage of the Status Whiteboard is + that it can be deleted or modified with ease, and provides an + easily-searchable field for indexing some bugs that have some trait + in common. + _________________________________________________________________ + +3.1.7. Bug Moving + + This page controls whether this Bugzilla installation allows certain users + to move bugs to an external database. If bug moving is enabled, there are a + number of parameters that control bug moving behaviors. For example, choose + which users are allowed to move bugs, the location of the external database, + and the default product and component that bugs moved from other bug + databases to this Bugzilla installation are assigned to. + _________________________________________________________________ + +3.1.8. Dependency Graphs + + This page has one parameter that sets the location of a Web Dot server, or + of the Web Dot binary on the local system, that is used to generate + dependency graphs. Web Dot is a CGI program that creates images from .dot + graphic description files. If no Web Dot server or binary is specified, then + dependency graphs will be disabled. + _________________________________________________________________ + +3.1.9. Group Security + + Bugzilla allows for the creation of different groups, with the ability to + restrict the visibility of bugs in a group to a set of specific users. + Specific products can also be associated with groups, and users restricted + to only see products in their groups. Several parameters are described in + more detail below. Most of the configuration of groups and their + relationship to products is done on the "Groups" and "Product" pages of the + "Administration" area. The options on this page control global default + behavior. For more information on Groups and Group Security, see Section + 3.15 + makeproductgroups - This dictates whether or not to automatically create groups when new - products are created. + Determines whether or not to automatically create groups when new + products are created. If this is on, the groups will be used for + querying bugs. useentrygroupdefault Bugzilla products can have a group associated with them, so that @@ -1646,127 +1821,235 @@ Chapter 3. Administering Bugzilla initially created, the group controls can be further adjusted without interference by this mechanism. + usevisibilitygroups + If selected, user visibility will be restricted to members of groups, + as selected in the group configuration settings. Each user-defined + group can be allowed to see members of selected other groups. For + details on configuring groups (including the visibility restrictions) + see Section 3.15.2. + + querysharegroup + The name of the group of users who are allowed to share saved + searches with one another. For more information on using saved + searches, see Saved Searches. + _________________________________________________________________ + +3.1.10. LDAP Authentication + + LDAP authentication is a module for Bugzilla's plugin authentication + architecture. This page contains all the parameters necessary to configure + Bugzilla for use with LDAP authentication. + + The existing authentication scheme for Bugzilla uses email addresses as the + primary user ID, and a password to authenticate that user. All places within + Bugzilla that require a user ID (e.g assigning a bug) use the email address. + The LDAP authentication builds on top of this scheme, rather than replacing + it. The initial log-in is done with a username and password for the LDAP + directory. Bugzilla tries to bind to LDAP using those credentials and, if + successful, tries to map this account to a Bugzilla account. If an LDAP mail + attribute is defined, the value of this attribute is used, otherwise the + "emailsuffix" parameter is appended to LDAP username to form a full email + address. If an account for this address already exists in the Bugzilla + installation, it will log in to that account. If no account for that email + address exists, one is created at the time of login. (In this case, Bugzilla + will attempt to use the "displayName" or "cn" attribute to determine the + user's full name.) After authentication, all other user-related tasks are + still handled by email address, not LDAP username. For example, bugs are + still assigned by email address and users are still queried by email + address. + + Caution + + Because the Bugzilla account is not created until the first time a user logs + in, a user who has not yet logged is unknown to Bugzilla. This means they + cannot be used as an assignee or QA contact (default or otherwise), added to + any CC list, or any other such operation. One possible workaround is the + bugzilla_ldapsync.rb script in the contrib directory. Another possible + solution is fixing bug 201069. + + Parameters required to use LDAP Authentication: + + user_verify_class + If you want to list "LDAP" here, make sure to have set up the other + parameters listed below. Unless you have other (working) + authentication methods listed as well, you may otherwise not be able + to log back in to Bugzilla once you log out. If this happens to you, + you will need to manually edit data/params and set user_verify_class + to "DB". + + LDAPserver + This parameter should be set to the name (and optionally the port) of + your LDAP server. If no port is specified, it assumes the default + LDAP port of 389. + + Ex. "ldap.company.com" or "ldap.company.com:3268" + + You can also specify a LDAP URI, so as to use other protocols, such + as LDAPS or LDAPI. If port was not specified in the URI, the default + is either 389 or 636 for 'LDAP' and 'LDAPS' schemes respectively. + + Ex. "ldap://ldap.company.com", "ldaps://ldap.company.com" or + "ldapi://%2fvar%2flib%2fldap_sock" + + LDAPbinddn [Optional] + Some LDAP servers will not allow an anonymous bind to search the + directory. If this is the case with your configuration you should set + the LDAPbinddn parameter to the user account Bugzilla should use + instead of the anonymous bind. + + Ex. "cn=default,cn=user:password" + + LDAPBaseDN + The LDAPBaseDN parameter should be set to the location in your LDAP + tree that you would like to search for email addresses. Your uids + should be unique under the DN specified here. + + Ex. "ou=People,o=Company" + + LDAPuidattribute + The LDAPuidattribute parameter should be set to the attribute which + contains the unique UID of your users. The value retrieved from this + attribute will be used when attempting to bind as the user to confirm + their password. + + Ex. "uid" + + LDAPmailattribute + The LDAPmailattribute parameter should be the name of the attribute + which contains the email address your users will enter into the + Bugzilla login boxes. + + Ex. "mail" + _________________________________________________________________ + +3.1.11. RADIUS Authentication + + RADIUS authentication is a module for Bugzilla's plugin authentication + architecture. This page contains all the parameters necessary for + configuring Bugzilla to use RADIUS authentication. + + Note + + Most caveats that apply to LDAP authentication apply to RADIUS + authentication as well. See Section 3.1.10 for details. + + Parameters required to use RADIUS Authentication: + + user_verify_class + If you want to list "RADIUS" here, make sure to have set up the other + parameters listed below. Unless you have other (working) + authentication methods listed as well, you may otherwise not be able + to log back in to Bugzilla once you log out. If this happens to you, + you will need to manually edit data/params and set user_verify_class + to "DB". + + RADIUS_server + This parameter should be set to the name (and optionally the port) of + your RADIUS server. + + RADIUS_secret + This parameter should be set to the RADIUS server's secret. + + RADIUS_email_suffix + Bugzilla needs an e-mail address for each user account. Therefore, it + needs to determine the e-mail address corresponding to a RADIUS user. + Bugzilla offers only a simple way to do this: it can concatenate a + suffix to the RADIUS user name to convert it into an e-mail address. + You can specify this suffix in the RADIUS_email_suffix parameter. + + If this simple solution does not work for you, you'll probably need + to modify Bugzilla/Auth/Verify/RADIUS.pm to match your requirements. + _________________________________________________________________ + +3.1.12. Email + + This page contains all of the parameters for configuring how Bugzilla deals + with the email notifications it sends. See below for a summary of important + options. + 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 - send mail, but instead saves it in data/mailer.testfile for later - review. "none" disables email sending entirely. - - shadowdb - You run into an interesting problem when Bugzilla reaches a high - level of continuous activity. MySQL supports only table-level write - locking. What this means is that if someone needs to make a change to - a bug, they will lock the entire table until the operation is - complete. Locking for write also blocks reads until the write is - complete. Note that more recent versions of mysql support row level - locking using different table types. These types are slower than the - standard type, and Bugzilla does not yet take advantage of features - such as transactions which would justify this speed decrease. The - Bugzilla team are, however, happy to hear about any experiences with - row level locking and Bugzilla. - - The "shadowdb" parameter was designed to get around this limitation. - While only a single user is allowed to write to a table at a time, - reads can continue unimpeded on a read-only shadow copy of the - database. Although your database size will double, a shadow database - can cause an enormous performance improvement when implemented on - extremely high-traffic Bugzilla databases. - - As a guide, on reasonably old hardware, mozilla.org began needing - "shadowdb" when they reached around 40,000 Bugzilla users with - several hundred Bugzilla bug changes and comments per day. - - The value of the parameter defines the name of the shadow bug - database. You will need to set the host and port settings from the - params page, and set up replication in your database server so that - updates reach this readonly mirror. Consult your database - documentation for more detail. + additional options that disable email sending. "Test" does not send + mail, but instead saves it in data/mailer.testfile for later review. + "None" disables email sending entirely. - shutdownhtml - If you need to shut down Bugzilla to perform administration, enter - some descriptive text (with embedded HTML codes, if you'd like) into - this box. Anyone who tries to use Bugzilla (including admins) will - receive a page displaying this text. Users can neither log in nor log - out while shutdownhtml is enabled. - - Note Although regular log-in capability is disabled while 'shutdownhtml' is - enabled, safeguards are in place to protect the unfortunate admin who loses - connection to Bugzilla. Should this happen to you, go directly to the - editparams.cgi (by typing the URL in manually, if necessary). Doing this - will prompt you to log in, and your name/password will be accepted here (but - nowhere else). + mailfrom + This is the email address that will appear in the "From" field of all + emails sent by this Bugzilla installation. Some email servers require + mail to be from a valid email address, therefore it is recommended to + choose a valid email address here. - movebugs - This option is an undocumented feature to allow moving bugs between - separate Bugzilla installations. You will need to understand the - source code in order to use this feature. Please consult movebugs.pl - in your Bugzilla source tree for further documentation, such as it - is. + sendmailnow + When Bugzilla is using Sendmail older than 8.12, turning this option + off will improve performance by not waiting for Sendmail to actually + send mail. If Sendmail 8.12 or later is being used, there is nothing + to gain by turning this off. If another MTA is being used, such as + Postfix, then this option *must* be turned on (even if you are using + the fake sendmail executable that Postfix provides). - useqacontact - This allows you to define an email address for each component, in - addition to that of the default assignee, who will be sent carbon - copies of incoming bugs. + whinedays + Set this to the number of days you want to let bugs go in the NEW or + REOPENED state before notifying people they have untouched new bugs. + If you do not plan to use this feature, simply do not set up the + whining cron job described in the installation instructions, or set + this value to "0" (never whine). globalwatcher This allows you to define specific users who will receive notification each time a new bug in entered, or when an existing bug changes, according to the normal groupset permissions. It may be useful for sending notifications to a mailing-list, for instance. + _________________________________________________________________ - usestatuswhiteboard - This defines whether you wish to have a free-form, overwritable field - associated with each bug. The advantage of the Status Whiteboard is - that it can be deleted or modified with ease, and provides an - easily-searchable field for indexing some bugs that have some trait - in common. +3.1.13. Patch Viewer - whinedays - Set this to the number of days you want to let bugs go in the NEW or - REOPENED state before notifying people they have untouched new bugs. - If you do not plan to use this feature, simply do not set up the - whining cron job described in the installation instructions, or set - this value to "0" (never whine). + This page contains configuration parameters for the CVS server, Bonsai + server and LXR server that Bugzilla will use to enable the features of the + Patch Viewer. Bonsai is a tool that enables queries to a CVS tree. LXR is a + tool that can cross reference and index source code. + _________________________________________________________________ - commenton* - All these fields allow you to dictate what changes can pass without - comment, and which must have a comment from the person who changed - them. Often, administrators will allow users to add themselves to the - CC list, accept bugs, or change the Status Whiteboard without adding - a comment as to their reasons for the change, yet require that most - other changes come with an explanation. +3.1.14. Query Defaults - Set the "commenton" options according to your site policy. It is a - wise idea to require comments when users resolve, reassign, or reopen - bugs at the very least. + This page controls the default behavior of Bugzilla in regards to several + aspects of querying bugs. Options include what the default query options + are, what the "My Bugs" page returns, whether users can freely add bugs to + the quip list, and how many duplicate bugs are needed to add a bug to the + "most frequently reported" list. + _________________________________________________________________ - Note It is generally far better to require a developer comment when - resolving bugs than not. Few things are more annoying to bug database users - than having a developer mark a bug "fixed" without any comment as to what - the fix was (or even that it was truly fixed!) +3.1.15. Shadow Database - supportwatchers - Turning on this option allows users to ask to receive copies of bug - mail sent to another user. Watching a user with different group - permissions is not a way to 'get around' the system; copied emails - are still subject to the normal groupset permissions of a bug, and - "watchers" will only be copied on emails from bugs they would - normally be allowed to view. + This page controls whether a shadow database is used, and all the parameters + associated with the shadow database. Versions of Bugzilla prior to 3.2 used + the MyISAM table type, which supports only table-level write locking. With + MyISAM, any time someone is making a change to a bug, the entire table is + locked until the write operation is complete. Locking for write also blocks + reads until the write is complete. - noresolveonopenblockers - This option will prevent users from resolving bugs as FIXED if they - have unresolved dependencies. Only the FIXED resolution is affected. - Users will be still able to resolve bugs to resolutions other than - FIXED if they have unresolved dependent bugs. + The "shadowdb" parameter was designed to get around this limitation. While + only a single user is allowed to write to a table at a time, reads can + continue unimpeded on a read-only shadow copy of the database. - sendmailnow - When Bugzilla is using Sendmail older than 8.12, turning this option - off will improve performance by not waiting for Sendmail to actually - send mail. If Sendmail 8.12 or later is being used, there is nothing - to gain by turning this off. If another MTA is being used, such as - Postfix, then this option *must* be turned on (even if you are using - the fake sendmail executable that Postfix provides). + Note + + As of version 3.2, Bugzilla no longer uses the MyISAM table type. Instead, + InnoDB is used, which can do transaction-based locking. Therefore, the + limitations the Shadow Database feature was designed to workaround no longer + exist. + _________________________________________________________________ + +3.1.16. User Matching + + The settings on this page control how users are selected and queried when + adding a user to a bug. For example, users need to be selected when choosing + who the bug is assigned to, adding to the CC list or selecting a QA contact. + With the "usemenuforusers" parameter, it is possible to configure Bugzilla + to display a list of users in the fields instead of an empty text field. + This should only be used in Bugzilla installations with a small number of + users. If users are selected via a text box, this page also contains + parameters for how user names can be queried and matched when entered. _________________________________________________________________ 3.2. User Administration @@ -1779,10 +2062,12 @@ Chapter 3. Administering Bugzilla re-running checksetup.pl will again prompt you for this username and password. - Tip If you wish to add more administrative users, add them to the "admin" - group and, optionally, edit the tweakparams, editusers, creategroups, + Tip + + If you wish to add more administrative users, add them to the "admin" group + and, optionally, edit the tweakparams, editusers, creategroups, editcomponents, and editkeywords groups to add the entire admin group to - those groups (which is the case by default). + those groups (which is the case by default). _________________________________________________________________ 3.2.2. Managing Other Users @@ -1834,12 +2119,14 @@ Chapter 3. Administering Bugzilla 2. Fill out the form presented. This page is self-explanatory. When done, click "Submit". - Note Adding a user this way will not send an email informing them of their + Note + + Adding a user this way will not 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 "New Account" button to create users, as it will pre-populate all the required - fields and also notify the user of her account name and password. + fields and also notify the user of her account name and password. _________________________________________________________________ 3.2.2.3. Modifying Users @@ -1869,11 +2156,15 @@ Chapter 3. Administering Bugzilla (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 - for secure installations of Bugzilla. + 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 for + secure installations of Bugzilla. + + Warning - Warning Don't disable all the administrator accounts! + Don't disable all the administrator accounts! * <groupname>: If you have created some groups, e.g. "securitysensitive", then checkboxes will appear here to allow you to add users to, or remove them from, these groups. @@ -1928,8 +2219,10 @@ Chapter 3. Administering Bugzilla There may be times when an administrator would like to do something as another user. The sudo feature may be used to do this. - Note To use the sudo feature, you must be in the bz_sudoers group. By - default, all administrators are in this group. + Note + + To use the sudo feature, you must be in the bz_sudoers group. By default, + all administrators are in this group. If you have access to this feature, you may start a session by going to the Edit Users page, Searching for a user and clicking on their login. You @@ -1943,10 +2236,12 @@ Chapter 3. Administering Bugzilla As long as you are using this feature, everything you do will be done as if you were logged in as the user you are impersonating. - Warning The user you are impersonating will not be told about what you are - doing. If you do anything that results in mail being sent, that mail will - appear to be from the user you are impersonating. You should be extremely - careful while using this feature. + Warning + + The user you are impersonating will not be told about what you are doing. If + you do anything that results in mail being sent, that mail will appear to be + from the user you are impersonating. You should be extremely careful while + using this feature. _________________________________________________________________ 3.3. Classifications @@ -2017,7 +2312,11 @@ Chapter 3. Administering Bugzilla Create chart datasets for this product Select to make chart datasets available for this product. - When editing a product there is also a link to edit Group Access Controls. + When editing a product there is also a link to edit Group Access Controls, + see Section 3.4.4. + _________________________________________________________________ + +3.4.1. Creating New Products To create a new product: @@ -2032,24 +2331,77 @@ Chapter 3. Administering Bugzilla more information. _________________________________________________________________ -3.4.1. Assigning Group Controls to Products +3.4.2. Editing Products + + To edit an existing product, click the "Products" link from the + "Administration" page. If the 'useclassification' parameter is turned on, a + table of existing classifications is displayed, including an "Unclassified" + category. The table indicates how many products are in each classification. + Click on the classification name to see its products. If the + 'useclassification' parameter is not in use, the table lists all products + directly. The product table summarizes the information about the product + defined when the product was created. Click on the product name to edit + these properties, and to access links to other product attributes such as + the product's components, versions, milestones, and group access controls. + _________________________________________________________________ + +3.4.3. Adding or Editing Components, Versions and Target Milestones + + To edit existing, or add new, Components, Versions or Target Milestones to a + Product, select the "Edit Components", "Edit Versions" or "Edit Milestones" + links from the "Edit Product" page. A table of existing Components, Versions + or Milestones is displayed. Click on a item name to edit the properties of + that item. Below the table is a link to add a new Component, Version or + Milestone. + + For more information on components, see Components. + + For more information on versions, see Section 3.6. + + For more information on milestones, see Section 3.7. + _________________________________________________________________ + +3.4.4. Assigning Group Controls to Products - On the "Product Edit" page, there is a link called "Edit Group Access + On the "Edit Product" page, there is a link called "Edit Group Access Controls". The settings on this page control the relationship of the groups to the product being edited. - Groups may be applicable, default, and mandatory for each product. Groups - can also control access to bugs for a given product, or be used to make bugs - for a product totally read-only unless the group restrictions are met. + Group Access Controls are an important aspect of using groups for isolating + products and restricting access to bugs filed against those products. For + more information on groups, including how to create, edit add users to, and + alter permission of, see Section 3.15. + + After selecting the "Edit Group Access Controls" link from the "Edit + Product" page, a table containing all user-defined groups for this Bugzilla + installation is displayed. The system groups that are created when Bugzilla + is installed are not applicable to Group Access Controls. Below is + description of what each of these fields means. + + Groups may be applicable (e.g bugs in this product can be associated with + this group) , default (e.g. bugs in this product are in this group by + default), and mandatory (e.g. bugs in this product must be associated with + this group) for each product. Groups can also control access to bugs for a + given product, or be used to make bugs for a product totally read-only + unless the group restrictions are met. The best way to understand these + relationships is by example. See Section 3.4.4.1 for examples of product and + group relationships. + + Note + + Products and Groups are not limited to a one-to-one relationship. Multiple + groups can be associated with the same product, and groups can be associated + with more than one product. If any group has Entry selected, then the product will restrict bug entry to only those users who are members of all the groups with Entry selected. If any group has Canedit selected, then the 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 limits what can be edited by - a user. + Only users who are members of all the Canedit groups will be able to edit + bugs for this product. This is an additional restriction that enables + finer-grained control over products rather than just all-or-nothing access + levels. The following settings let you choose privileges on a per-product basis. This is a convenient way to give privileges to some users for some products @@ -2066,33 +2418,110 @@ Chapter 3. Administering Bugzilla Any group having editbugs selected allows users who are in this group to edit all fields of bugs in this product. - The MemberControl and OtherControl fields indicate which bugs will be placed - in this group according to the following definitions. - - For each group, it is possible to specify if membership in that group is: - - 1. Required for bug entry. - 2. Not applicable to this product(NA), a possible restriction for a member - of the group to place on a bug in this product(Shown), a default - restriction for a member of the group to place on a bug in this - product(Default), or a mandatory restriction to be placed on bugs in - this product(Mandatory). - 3. Not applicable by non-members to this product(NA), a possible - restriction for a non-member of the group to place on a bug in this - product(Shown), a default restriction for a non-member of the group to - place on a bug in this product(Default), or a mandatory restriction to - be placed on bugs in this product when entered by a - non-member(Mandatory). - 4. Required in order to make any change to bugs in this product including - comments. - - These controls are often described in this order, so a product that requires - a user to be a member of group "foo" to enter a bug and then requires that - the bug stay restricted to group "foo" at all times and that only members of - group "foo" can edit the bug even if they otherwise could see the bug would - have its controls summarized by... + The MemberControl and OtherControl are used in tandem to determine which + bugs will be placed in this group. The only allowable combinations of these + two parameters are listed in a table on the "Edit Group Access Controls" + page. Consult this table for details on how these fields can be used. + Examples of different uses are described below. + _________________________________________________________________ + +3.4.4.1. Common Applications of Group Controls + The use of groups is best explained by providing examples that illustrate + configurations for common use cases. The examples follow a common syntax: + Group: Entry, MemberControl, OtherControl, CanEdit, EditComponents, + CanConfirm, EditBugs. Where "Group" is the name of the group being edited + for this product. The other fields all correspond to the table on the "Edit + Group Access Controls" page. If any of these options are not listed, it + means they are not checked. + + Basic Product/Group Restriction + + Suppose there is a product called "Bar". The "Bar" product can only have + bugs entered against it by users in the group "Foo". Additionally, bugs + filed against product "Bar" must stay restricted to users to "Foo" at all + times. Furthermore, only members of group "Foo" can edit bugs filed against + product "Bar", even if other users could see the bug. This arrangement would + achieved by the following: +Product Bar: foo: ENTRY, MANDATORY/MANDATORY, CANEDIT + + Perhaps such strict restrictions are not needed for product "Bar". A more + lenient way to configure product "Bar" and group "Foo" would be: +Product Bar: +foo: ENTRY, SHOWN/SHOWN, EDITCOMPONENTS, CANCONFIRM, EDITBUGS + + The above indicates that for product "Bar", members of group "Foo" can enter + bugs. Any one with permission to edit a bug against product "Bar" can put + the bug in group "Foo", even if they themselves are not in "Foo". Anyone in + group "Foo" can edit all aspects of the components of product "Bar", can + confirm bugs against product "Bar", and can edit all fields of any bug + against product "Bar". + + General User Access With Security Group + + To permit any user to file bugs against "Product A", and to permit any user + to submit those bugs into a group called "Security": + +Product A: +security: SHOWN/SHOWN + + General User Access With A Security Product + + To permit any user to file bugs against product called "Security" while + keeping those bugs from becoming visible to anyone outside the group + "SecurityWorkers" (unless a member of the "SecurityWorkers" group removes + that restriction): + +Product Security: +securityworkers: DEFAULT/MANDATORY + + Product Isolation With a Common Group + + To permit users of "Product A" to access the bugs for "Product A", users of + "Product B" to access the bugs for "Product B", and support staff, who are + members of the "Support Group" to access both, three groups are needed: + + 1. Support Group: Contains members of the support staff. + 2. AccessA Group: Contains users of product A and the Support group. + 3. AccessB Group: Contains users of product B and the Support group. + + Once these three groups are defined, the product group controls can be set + to: +Product A: +AccessA: ENTRY, MANDATORY/MANDATORY +Product B: +AccessB: ENTRY, MANDATORY/MANDATORY + + Perhaps the "Support Group" wants more control. For example, the "Support + Group" could be permitted to make bugs inaccessible to users of both groups + "AccessA" and "AccessB". Then, the "Support Group" could be permitted to + publish bugs relevant to all users in a third product (let's call it + "Product Common") that is read-only to anyone outside the "Support Group". + In this way the "Support Group" could control bugs that should be seen by + both groups. That configuration would be: +Product A: +AccessA: ENTRY, MANDATORY/MANDATORY +Support: SHOWN/NA +Product B: +AccessB: ENTRY, MANDATORY/MANDATORY +Support: SHOWN/NA +Product Common: +Support: ENTRY, DEFAULT/MANDATORY, CANEDIT + + Make a Product Read Only + + Sometimes a product is retired and should no longer have new bugs filed + against it (for example, an older version of a software product that is no + longer supported). A product can be made read-only by creating a group + called "readonly" and adding products to the group as needed: +Product A: +ReadOnly: ENTRY, NA/NA, CANEDIT + + Note + + For more information on Groups outside of how they relate to products see + Section 3.15. _________________________________________________________________ 3.5. Components @@ -2144,8 +2573,10 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT you have a bug that you plan to fix for your 3.0 release, it would be assigned the milestone of 3.0. - Note Milestone options will only appear for a Product if you turned on the - "usetargetmilestone" Param in the "Edit Parameters" screen. + Note + + Milestone options will only appear for a Product if you turned on the + "usetargetmilestone" Param in the "Edit Parameters" screen. To create new Milestones, set Default Milestones, and set Milestone URL: @@ -2436,11 +2867,13 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT To delete a flag, click on the "Delete" link next to the flag description. - Warning Once you delete a flag, it is gone from your Bugzilla. All the data - for that flag will be deleted. Everywhere that flag was set, it will - disappear, and you cannot get that data back. If you want to keep flag data, - but don't want anybody to set any new flags or change current flags, unset - "active" in the flag Edit form. + Warning + + Once you delete a flag, it is gone from your Bugzilla. All the data for that + flag will be deleted. Everywhere that flag was set, it will disappear, and + you cannot get that data back. If you want to keep flag data, but don't want + anybody to set any new flags or change current flags, unset "active" in the + flag Edit form. _________________________________________________________________ 3.9. Keywords @@ -2452,7 +2885,7 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT Keywords are global, rather than per-product. If the administrator changes a keyword currently applied to any bugs, the keyword cache must be rebuilt - using the Section 3.15 script. Currently keywords can not be marked obsolete + using the Section 3.16 script. Currently keywords can not be marked obsolete to prevent future usage. Keywords can be created, edited or deleted by clicking the "Keywords" link @@ -2463,60 +2896,76 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT 3.10. 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). + The release of Bugzilla 3.0 added the ability to create Custom Fields. + Custom Fields are treated like any other field - they can be set in bugs and + used for search queries. Administrators should keep in mind that adding too + many fields can make the user interface more complicated and harder to use. + Custom Fields should be added only when necessary and with careful + consideration. + + Tip + + Before adding a Custom Field, make sure that Bugzilla can not already do the + desired behavior. Many Bugzilla options are not enabled by default, and many + times Administrators find that simply enabling certain options that already + exist is sufficient. + + Administrators can manage Custom Fields using the "Custom Fields" link on + the Administration page. The Custom Fields administration page displays a + list of Custom Fields, if any exist, and a link to "Add a new custom field". _________________________________________________________________ 3.10.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. + To add a new Custom Field, click the "Add a new custom field" link. This + page displays several options for the new field, described below. 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 + * Name: The name of the field in the database, used internally. This name + MUST begin with "cf_" to prevent confusion with standard fields. If this + string is omitted, it will be automatically added to the name entered. + * Description: A brief string which is used as the label for this Custom + Field. That is the string that users will see, and should be short and explicit. - * 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.11.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 + * Type: The type of field to create. There are several types available: + + Large Text Box: A multiple line box for entering free text. + Free Text: A single line box for entering free text. + Multiple-Selection Box: A list box where multiple options can be selected. + After creating this field, it must be edited to add the selection options. + See Section 3.11.1 for information about editing legal values. + Drop Down: A list box where only one option can be selected. After creating + this field, it must be edited to add the selection options. See Section + 3.11.1 for information about editing legal values. + Date/Time: A date field. This field appears with a calendar widget for + choosing the date. + * Sortkey: Integer that determines in which order Custom Fields are + displayed in the User Interface, especially when viewing a bug. Fields + with lower values are displayed first. + * Can be set on bug creation: Boolean that determines whether this field + can be set on bug creation. If not selected, then a bug must be created + before this field can be set. See Section 5.6 for information about + filing bugs. + * Displayed in bugmail for new bugs: Boolean that determines whether the value set on this field should appear in bugmail when the bug is filed. This attribute has no effect if the field cannot be set on bug creation. - * Is obsolete: this boolean determines whether or not this field should be - displayed at all. Obsolete custom fields are hidden. + * Is obsolete: Boolean that determines whether this field should be + displayed at all. Obsolete Custom Fields are hidden. _________________________________________________________________ 3.10.2. Editing Custom Fields - As soon as a custom field is created, its name and type cannot be changed. + 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.11.1. All other attributes can be edited as described above. _________________________________________________________________ 3.10.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. + It is only possible to delete obsolete Custom Fields if the field has never + been used in the database. To remove a field which already has content, mark + it as obsolete. _________________________________________________________________ 3.11. Legal Values @@ -2524,25 +2973,27 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT 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. + Starting with Bugzilla 2.23.3, the list of valid resolutions can be + customized from the same interface. Since Bugzilla 3.1.1 the list of valid + bug statuses can be customized as well. _________________________________________________________________ 3.11.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. + Editing legal values requires "admin" privileges. Select "Legal Values" from + the Administration page. A list of all fields, both system fields and Custom + Fields, for which legal values can be edited appears. Click a field name to + edit its legal values. - 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 + There is no limit to how many values a field can have, but each value must + be unique to that field. The sortkey is important to display these values in the desired order. _________________________________________________________________ 3.11.2. Deleting legal values - You can also delete legal values, but only if the two following conditions - are respected: + Legal values from Custom Fields can be deleted, but only if the following + two conditions are respected: 1. The value is not used by default for the field. 2. No bug is currently using this value. @@ -2552,7 +3003,24 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT to set another value as default for the field. _________________________________________________________________ -3.12. Voting +3.12. Bug Status Workflow + + The bug status workflow is no longer hardcoded but can be freely customized + from the web interface. Only one bug status cannot be renamed nor deleted, + UNCONFIRMED, but the workflow involving it is free. The configuration page + displays all existing bug statuses twice, first on the left for bug statuses + we come from and on the top for bug statuses we move to. If the checkbox is + checked, then the transition between the two bug statuses is legal, else + it's forbidden independently of your privileges. The bug status used for the + "duplicate_or_move_bug_status" parameter must be part of the workflow as + that is the bug status which will be used when duplicating or moving a bug, + so it must be available from each bug status. + + When the workflow is set, the "View Current Triggers" link below the table + lets you set which transitions require a comment from the user. + _________________________________________________________________ + +3.13. 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 @@ -2575,7 +3043,7 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT 5. Once you have adjusted the values to your preference, click "Update". _________________________________________________________________ -3.13. Quips +3.14. 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. @@ -2606,136 +3074,180 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT to permanently delete a quip. _________________________________________________________________ -3.14. Groups and Group Security +3.15. Groups and Group Security + + Groups allow for separating bugs into logical divisions. Groups are + typically used to to isolate bugs that should only be seen by certain + people. For example, a company might create a different group for each one + of its customers or partners. Group permissions could be set so that each + partner or customer would only have access to their own bugs. Or, groups + might be used to create variable access controls for different departments + within an organization. Another common use of groups is to associate groups + with products, creating isolation and access control on a per-product basis. + + Groups and group behaviors are controlled in several places: + + 1. The group configuration page. To view or edit existing groups, or to + create new groups, access the "Groups" link from the "Administration" + page. This section of the manual deals primarily with the aspect of + group controls accessed on this page. + 2. Global configuration parameters. Bugzilla has several parameters that + control the overall default group behavior and restriction levels. For + more information on the parameters that control group behavior globally, + see Section 3.1.9. + 3. Product association with groups. Most of the functionality of groups and + group security is controlled at the product level. Some aspects of group + access controls for products are discussed in this section, but for more + detail see Section 3.4.4. + 4. Group access for users. See Section 3.15.3 for details on how users are + assigned group access. + + Group permissions are such that if a bug belongs to a group, only members of + that group can see the bug. If a bug is in more than one group, only members + of all the groups that the bug is in can see the bug. For information on + granting read-only access to certain people and full edit access to others, + see Section 3.4.4. - Groups allow the administrator to isolate bugs or products that should only - be seen by certain people. The association between products and groups is - controlled from the product edit page under "Edit Group Controls." - - If the makeproductgroups param is on, a new group will be automatically - created for every new product. It is primarily available for backward - compatibility with older sites. - - Note that group permissions are such that you need to be a member of all the - groups a bug is in, for whatever reason, to see that bug. Similarly, you - must be a member of all of the entry groups for a product to add bugs to a - product and you must be a member of all of the canedit groups for a product - in order to make any change to bugs in that product. + Note - Note By default, bugs can also be seen by the Assignee, the Reporter, and by + By default, bugs can also be seen by the Assignee, the Reporter, and by everyone on the CC List, regardless of whether or not the bug would typically be viewable by them. Visibility to the Reporter and CC List can be overridden (on a per-bug basis) by bringing up the bug, finding the section that starts with "Users in the roles selected below..." and un-checking the - box next to either 'Reporter' or 'CC List' (or both). - _________________________________________________________________ - -3.14.1. Creating Groups - - To create Groups: - - 1. Select the "groups" link in the footer. - 2. Take a moment to understand the instructions on the "Edit Groups" - screen, then select the "Add Group" link. - 3. Fill out the "Group", "Description", and "User RegExp" fields. "User - RegExp" allows you to automatically place all users who fulfill the - Regular Expression into the new group. When you have finished, click - "Add". - Users whose email addresses match the regular expression will - automatically be members of the group as long as their email addresses - continue to match the regular expression. - - Note This is a change from 2.16 where the regular expression resulted in a - user acquiring permanent membership in a group. To remove a user from a - group the user was in due to a regular expression in version 2.16 or - earlier, the user must be explicitly removed from the group. This can easily - be done by pressing buttons named 'Remove Memberships' or 'Remove - Memberships included in regular expression' under the table. - - Warning If specifying a domain in the regexp, make sure you end the regexp - with a $. Otherwise, when granting access to "@mycompany\.com", you will - allow access to 'badperson@mycompany.com.cracker.net'. You need to use - '@mycompany\.com$' as the regexp. - 4. If you plan to use this group to directly control access to bugs, check - the "use for bugs" box. Groups not used for bugs are still useful - because other groups can include the group as a whole. - 5. After you add your new group, edit the new group. On the edit page, you - can specify other groups that should be included in this group and which - groups should be permitted to add and delete users from this group. - _________________________________________________________________ - -3.14.2. Assigning Users to Groups - - Users can become a member of a group in several ways. - - 1. The user can be explicitly placed in the group by editing the user's own - profile - 2. The group can include another group of which the user is a member. - 3. The user's email address can match a regular expression that the group - specifies to automatically grant membership to the group. - _________________________________________________________________ - -3.14.3. Assigning Group Controls to Products - - For information on assigning group controls to products, see Products. - _________________________________________________________________ - -3.14.4. Common Applications of Group Controls - -3.14.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.... - -Product A... -security: SHOWN/SHOWN -Product B... -security: SHOWN/SHOWN -Product C... -security: SHOWN/SHOWN + box next to either 'Reporter' or 'CC List' (or both). _________________________________________________________________ -3.14.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 - unless a member of the securityworkers group removes that restriction.... - -Product Security... -securityworkers: DEFAULT/MANDATORY - _________________________________________________________________ +3.15.1. Creating Groups -3.14.4.3. Product Isolation With Common Group + To create a new group, follow the steps below: - 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 - are needed + 1. Select the "Administration" link in the page footer, and then select the + "Groups" link from the Administration page. + 2. A table of all the existing groups is displayed. Below the table is a + description of all the fields. To create a new group, select the "Add + Group" link under the table of existing groups. + 3. There are five fields to fill out. These fields are documented below the + form. Choose a name and description for the group. Decide whether this + group should be used for bugs (in all likelihood this should be + selected). Optionally, choose a regular expression that will + automatically add any matching users to the group, and choose an icon + that will help identify user comments for the group. The regular + expression can be useful, for example, to automatically put all users + from the same company into one group (if the group is for a specific + customer or partner). - 1. Support: Contains members of the support staff. - 2. AccessA: Contains users of product A and the Support group. - 3. AccessB: Contains users of product B and the Support group. + Note - Once these 3 groups are defined, the products group controls can be set to.. -Product A... -AccessA: ENTRY, MANDATORY/MANDATORY -Product B... -AccessB: ENTRY, MANDATORY/MANDATORY + If "User RegExp" is filled out, users whose email addresses match the + regular expression will automatically be members of the group as long as + their email addresses continue to match the regular expression. If their + email address changes and no longer matches the regular expression, they + will be removed from the group. Versions 2.16 and older of Bugzilla did not + automatically remove users who's email addresses no longer matched the + RegExp. - Optionally, the support group could be permitted to make bugs inaccessible - to the users and could be permitted to publish bugs relevant to all users in - a common product that is read-only to anyone outside the support group. That - configuration could be... -Product A... -AccessA: ENTRY, MANDATORY/MANDATORY -Support: SHOWN/NA -Product B... -AccessB: ENTRY, MANDATORY/MANDATORY -Support: SHOWN/NA -Product Common... -Support: ENTRY, DEFAULT/MANDATORY, CANEDIT - _________________________________________________________________ + Warning -3.15. Checking and Maintaining Database Integrity + If specifying a domain in the regular expression, end the regexp with a "$". + Otherwise, when granting access to "@mycompany\.com", access will also be + granted to 'badperson@mycompany.com.cracker.net'. Use the syntax, + '@mycompany\.com$' for the regular expression. + 4. After the new group is created, it can be edited for additional options. + The "Edit Group" page allows for specifying other groups that should be + included in this group and which groups should be permitted to add and + delete users from this group. For more details, see Section 3.15.2. + _________________________________________________________________ + +3.15.2. Editing Groups and Assigning Group Permissions + + To access the "Edit Groups" page, select the "Administration" link in the + page footer, and then select the "Groups" link from the Administration page. + A table of all the existing groups is displayed. Click on a group name you + wish to edit or control permissions for. + + The "Edit Groups" page contains the same five fields present when creating a + new group. Below that are two additional sections, "Group Permissions," and + "Mass Remove". The "Mass Remove" option simply removes all users from the + group who match the regular expression entered. The "Group Permissions" + section requires further explanation. + + The "Group Permissions" section on the "Edit Groups" page contains four sets + of permissions that control the relationship of this group to other groups. + If the 'usevisibilitygroups' parameter is in use (see Section 3.1) two + additional sets of permissions are displayed. Each set consists of two + select boxes. On the left, a select box with a list of all existing groups. + On the right, a select box listing all groups currently selected for this + permission setting (this box will be empty for new groups). The way these + controls allow groups to relate to one another is called inheritance. Each + of the six permissions is described below. + + Groups That Are a Member of This Group + Members of any groups selected here will automatically have + membership in this group. In other words, members of any selected + group will inherit membership in this group. + + Groups That This Group Is a Member Of + Members of this group will inherit membership to any group selected + here. For example, suppose the group being edited is an Admin group. + If there are two products (Product1 and Product2) and each product + has its own group (Group1 and Group2), and the Admin group should + have access to both products, simply select both Group1 and Group2 + here. + + Groups That Can Grant Membership in This Group + The members of any group selected here will be able add users to this + group, even if they themselves are not in this group. + + Groups That This Group Can Grant Membership In + Members of this group can add users to any group selected here, even + if they themselves are not in the selected groups. + + Groups That Can See This Group + Members of any selected group can see the users in this group. This + setting is only visible if the 'usevisibilitygroups' parameter is + enabled on the Bugzilla Configuration page. See Section 3.1 for + information on configuring Bugzilla. + + Groups That This Group Can See + Members of this group can see members in any of the selected groups. + This setting is only visible if the 'usevisibilitygroups' parameter + is enabled on the the Bugzilla Configuration page. See Section 3.1 + for information on configuring Bugzilla. + _________________________________________________________________ + +3.15.3. Assigning Users to Groups + + A User can become a member of a group in several ways: + + 1. The user can be explicitly placed in the group by editing the user's + profile. This can be done by accessing the "Users" page from the + "Administration" page. Use the search form to find the user you want to + edit group membership for, and click on their email address in the + search results to edit their profile. The profile page lists all the + groups, and indicates if the user is a member of the group either + directly or indirectly. More information on indirect group membership is + below. For more details on User administration, see Section 3.2. + 2. The group can include another group of which the user is a member. This + is indicated by square brackets around the checkbox next to the group + name in the user's profile. See Section 3.15.2 for details on group + inheritance. + 3. The user's email address can match the regular expression that has been + specified to automatically grant membership to the group. This is + indicated by "*" around the check box by the group name in the user's + profile. See Section 3.15.1 for details on the regular expression option + when creating groups. + _________________________________________________________________ + +3.15.4. Assigning Group Controls to Products + + The primary functionality of groups is derived from the relationship of + groups to products. The concepts around segregating access to bugs with + product group controls can be confusing. For details and examples on this + topic, see Section 3.4.4. + _________________________________________________________________ + +3.16. Checking and Maintaining Database Integrity Over time it is possible for the Bugzilla database to become corrupt or to have anomalies. This could happen through normal usage of Bugzilla, manual @@ -2757,12 +3269,14 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT The "Sanity Check" script should be run on a regular basis as a matter of best practice. - Warning The "Sanity Check" script is no substitute for a competent database + Warning + + The "Sanity Check" script is no substitute for a competent database administrator. It is only designed to check and repair basic database - problems. + problems. _________________________________________________________________ -3.16. Upgrading to New Releases +3.17. Upgrading to New Releases Upgrading Bugzilla is something we all want to do from time to time, be it to get new features or pick up the latest security fix. How easy it is to @@ -2772,7 +3286,7 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT * How many local changes (if any) have been made _________________________________________________________________ -3.16.1. Version Definitions +3.17.1. Version Definitions Bugzilla displays the version you are using at the top of the home page index.cgi. It looks something like '2.20.3', '2.22.1' or '3.0rc1'. The first @@ -2799,15 +3313,17 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT (or a new security vulnerability is identified and closed), a bugfix release is made. As an example, 2.20.3 was a bugfix release, and improved on 2.20.2. - Note When reading version numbers, everything separated by a point ('.') - should be read as a single number. It is not the same as decimal. 2.22 is - newer than 2.8 because minor version 22 is greater than minor version 8. The - now unsupported release 2.16.11 was newer than 2.16.9 (because bugfix 11 is + Note + + When reading version numbers, everything separated by a point ('.') should + be read as a single number. It is not the same as decimal. 2.22 is newer + than 2.8 because minor version 22 is greater than minor version 8. The now + unsupported release 2.16.11 was newer than 2.16.9 (because bugfix 11 is greater than bugfix 9. This is confusing to some people who aren't used to - dealing with software. + dealing with software. _________________________________________________________________ -3.16.2. Upgrading - Notifications +3.17.2. Upgrading - Notifications Bugzilla 3.0 introduces the ability to automatically notify administrators when new releases are available, based on the upgrade_notification @@ -2819,13 +3335,13 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT http://user:pass@proxy_url/ syntax. _________________________________________________________________ -3.16.3. Upgrading - Methods and Procedure +3.17.3. Upgrading - Methods and Procedure There are three different ways to upgrade your installation. - 1. Using CVS (Section 3.16.3.1) - 2. Downloading a new tarball (Section 3.16.3.2) - 3. Applying the relevant patches (Section 3.16.3.3) + 1. Using CVS (Section 3.17.3.1) + 2. Downloading a new tarball (Section 3.17.3.2) + 3. Applying the relevant patches (Section 3.17.3.3) Each of these options has its own pros and cons; the one that's right for you depends on how long it has been since you last installed, the degree to @@ -2843,10 +3359,12 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT same amount of work regardless of how long it has been since your version was released. - Warning Upgrading is a one-way process. You should backup your database and - current Bugzilla directory before attempting the upgrade. If you wish to - revert to the old Bugzilla version for any reason, you will have to restore - from these backups. + Warning + + Upgrading is a one-way process. You should backup your database and current + Bugzilla directory before attempting the upgrade. If you wish to revert to + the old Bugzilla version for any reason, you will have to restore from these + backups. The examples in the following sections are written as though the user were updating to version 2.22.1, but the procedures are the same regardless of @@ -2857,7 +3375,7 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT appropriate. _________________________________________________________________ -3.16.3.1. Upgrading using CVS +3.17.3.1. Upgrading using CVS Every release of Bugzilla, whether it is a point release or a bugfix, is tagged in CVS. Also, every tarball that has been distributed since version @@ -2867,8 +3385,10 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT possibility for some users, especially those behind a highly restrictive firewall. - Tip If you can, updating using CVS is probably the most painless method, - especially if you have a lot of local changes. + Tip + + If you can, updating using CVS is probably the most painless method, + especially if you have a lot of local changes. The following shows the sequence of commands needed to update a Bugzilla installation via CVS, and a typical series of results. @@ -2883,13 +3403,15 @@ P docs/rel_notes.txt P template/en/default/list/quips.html.tmpl (etc.) - Caution If a line in the output from cvs update begins with a C, then that + Caution + + If a line in the output from cvs update begins with a C, then that represents a file with local changes that CVS was unable to properly merge. You need to resolve these conflicts manually before Bugzilla (or at least - the portion using that file) will be usable. + the portion using that file) will be usable. _________________________________________________________________ -3.16.3.2. Upgrading using the tarball +3.17.3.2. Upgrading using the tarball If you are unable (or unwilling) to use CVS, another option that's always available is to obtain the latest tarball from the Download Page and create @@ -2915,9 +3437,11 @@ bash$ cd .. bash$ mv bugzilla bugzilla.old bash$ mv bugzilla-2.22.1 bugzilla - Warning The cp commands both end with periods which is a very important - detail, it tells the shell that the destination directory is the current - working directory. + Warning + + The cp commands both end with periods which is a very important detail, it + tells the shell that the destination directory is the current working + directory. This upgrade method will give you a clean install of Bugzilla with the same version as the tarball. That's fine if you don't have any local @@ -2929,7 +3453,7 @@ bash$ mv bugzilla-2.22.1 bugzilla method, your code will already be set up for it. _________________________________________________________________ -3.16.3.3. Upgrading using patches +3.17.3.3. Upgrading using patches If you are doing a bugfix upgrade -- that is, one where only the last number of the revision changes, such as from 2.22 to 2.22.1 -- then you have the @@ -2953,20 +3477,24 @@ patching file checksetup.pl patching file collectstats.pl (etc.) - Warning Be aware that upgrading from a patch file does not change the - entries in your CVS directory. This could make it more difficult to upgrade - using CVS (Section 3.16.3.1) in the future. + Warning + + Be aware that upgrading from a patch file does not change the entries in + your CVS directory. This could make it more difficult to upgrade using CVS + (Section 3.17.3.1) in the future. _________________________________________________________________ -3.16.4. Completing Your Upgrade +3.17.4. Completing Your Upgrade Regardless of which upgrade method you choose, you will need to run ./checksetup.pl before your Bugzilla upgrade will be complete. bash$ cd bugzilla bash$ ./checksetup.pl - Warning The period at the beginning of the command ./checksetup.pl is - important and can not be omitted. + Warning + + The period at the beginning of the command ./checksetup.pl is important and + can not be omitted. If you have done a lot of local modifications, it wouldn't hurt to run the Bugzilla Testing suite. This is not a required step, but it isn't going to @@ -3015,9 +3543,11 @@ Chapter 4. Bugzilla Security daemon running as "nobody" on your machine. For this reason, it is recommended that you create a user account for each daemon. - Note You will need to set the webservergroup option in localconfig to the - group your web server runs as. This will allow ./checksetup.pl to set file - permissions on Unix systems so that nothing is world-writable. + Note + + You will need to set the webservergroup option in localconfig to the group + your web server runs as. This will allow ./checksetup.pl to set file + permissions on Unix systems so that nothing is world-writable. _________________________________________________________________ 4.1.3. The chroot Jail @@ -3086,9 +3616,11 @@ skip-networking 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 - found in Section 2.2.4.1 + Tip + + Bugzilla ships with the ability to create .htaccess files that enforce these + rules. Instructions for enabling these directives in Apache can be found in + Section 2.2.4.1 * In the main Bugzilla directory, you should: + Block: *.pl, *localconfig* @@ -3116,8 +3648,10 @@ skip-networking 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 web - server you use. + Tip + + Be sure to check Section 2.2.4 for instructions specific to the web server + you use. _________________________________________________________________ 4.4. Bugzilla @@ -3164,15 +3698,19 @@ Chapter 5. Using Bugzilla 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 + 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. + this installation is private. + + Note - Note Also, if only some users are allowed to create an account on the + 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. + 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 @@ -3335,14 +3873,21 @@ Chapter 5. Using Bugzilla 5.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 refers 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 + Sometimes, a query needs to compare a user-related field (such as + ReportedBy) with a role-specific user (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 refers 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. + + Boolean charts also let you type a group name in any user-related field if + the operator is either "equals", "notequals" or "anyexact". This will let + you query for any member belonging (or not) to the specified group. The + group name must be entered following the "%group.foo%" syntax, where "foo" + is the group name. So if you are looking for bugs reported by any user being + in the "editbugs" group, then you can type "%group.editbugs%". _________________________________________________________________ 5.5.1.2. Negation @@ -3504,8 +4049,10 @@ Chapter 5. Using Bugzilla 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. + 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 @@ -3525,9 +4072,11 @@ Chapter 5. Using Bugzilla 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 + 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. + 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 @@ -3811,10 +4360,12 @@ Chapter 5. Using Bugzilla 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. - Note A Bugzilla administrator can stop a user from receiving bugmail by - clicking the "Bugmail Disabled" checkbox when editing the user account. This - is a drastic step best taken only for disabled accounts, as it overrides the - user's individual mail preferences. + Note + + A Bugzilla administrator can stop a user from receiving bugmail by clicking + the "Bugmail Disabled" checkbox when editing the user account. This is a + drastic step best taken only for disabled accounts, as it overrides the + user's individual mail preferences. There are two global options -- "Email me when someone asks me to set a flag" and "Email me when someone sets a flag I asked for". These define how @@ -3842,8 +4393,10 @@ Chapter 5. Using Bugzilla 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. + Note + + Some columns may not be visible for your installation, depending on your + site's configuration. 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 @@ -3855,10 +4408,12 @@ Chapter 5. Using Bugzilla 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. - Note Bugzilla adds the "X-Bugzilla-Reason" header to all bugmail it sends, + 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. + filtering. Bugzilla has a feature called "Users Watching". When you enter one or more comma-delineated user accounts (usually email addresses) into the text entry @@ -3866,9 +4421,11 @@ Chapter 5. Using Bugzilla (security settings permitting). This powerful functionality enables seamless transitions as developers change projects or users go on holiday. - Note The ability to watch other users may not be available in all Bugzilla + 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. + speak to your administrator. 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 @@ -3943,8 +4500,10 @@ Chapter 5. Using Bugzilla tweakparams Indicates user can change Parameters. - Note For more information on how permissions work in Bugzilla (i.e. who can - change what), see Section 6.4. + Note + + For more information on how permissions work in Bugzilla (i.e. who can + change what), see Section 6.4. _________________________________________________________________ 5.11. Reports and Charts @@ -3991,9 +4550,10 @@ Chapter 5. Using Bugzilla 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. - 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. + 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. 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 @@ -4097,22 +4657,27 @@ Chapter 5. Using Bugzilla user, either as a single email or as one email per bug, along with some descriptive text. - 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). + 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). 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. + bz_canusewhineatothers group will be noted in the appropriate places. + + 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.3. - 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. + Note - Note This section does not cover the whineatnews.pl script. See Section - 2.3.3 for more information on The Whining Cron. + This section does not cover the whineatnews.pl script. See Section 2.3.2 for + more information on The Whining Cron. _________________________________________________________________ 5.13.1. The Event @@ -4145,10 +4710,12 @@ Chapter 5. Using Bugzilla certain days of the month, during weekdays (defined as Monday through Friday), or every day. - 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. + 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. 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 @@ -4162,12 +4729,14 @@ Chapter 5. Using Bugzilla 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 + 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. + new schedule for each additional user/group. _________________________________________________________________ 5.13.3. Whining Searches @@ -4191,9 +4760,11 @@ Chapter 5. Using Bugzilla "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.4). - Note When running queries, the whining system acts as if you are the user + 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. + that match your query, but that you can not access. 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 @@ -4203,9 +4774,11 @@ Chapter 5. Using Bugzilla 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! + 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! _________________________________________________________________ 5.13.4. Saving Your Changes @@ -4214,10 +4787,12 @@ Chapter 5. Using Bugzilla 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. + 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. _________________________________________________________________ Chapter 6. Customizing Bugzilla @@ -4261,11 +4836,13 @@ Chapter 6. Customizing Bugzilla template/en throughout the documentation. Below template/en is the default directory, which contains all the standard templates shipped with Bugzilla. - 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. + 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.2.2. Choosing a Customization Method @@ -4281,17 +4858,21 @@ Chapter 6. Customizing Bugzilla execute a cvs update, any changes you have made will be merged automagically with the updated versions. - Note If you use this method, and CVS conflicts occur during an update, the + 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. + not work until they are resolved. 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. - Note The custom directory does not exist at first and must be created if you - want to use it. + Note + + The custom directory does not exist at first and must be created if you want + to use it. 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 @@ -4308,21 +4889,27 @@ Chapter 6. Customizing Bugzilla although if possible the changes will be mentioned before they occur in the deprecations section of the previous stable release's release notes. - Note Regardless of which method you choose, it is recommended that you run + 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. + directory. + + Warning - 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. + 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.2.3. How To Edit Templates - 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. + 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. 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; @@ -4379,10 +4966,12 @@ Chapter 6. Customizing Bugzilla the three- or four-letter tag assigned to your content type. This tag will be part of the template filename. - Note After adding or changing a content type, it's suitable to edit + 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. + the past. Save the template as <stubname>-<formatname>.<contenttypetag>.tmpl. Try out the template by calling the CGI as @@ -4473,10 +5062,10 @@ Chapter 6. Customizing Bugzilla <input type="text" name="buildid" size="30"> and then your comment.txt.tmpl had -BuildID: [% form.buildid %] + BuildID: [% form.buildid %] then something like -BuildID: 20020303 + BuildID: 20020303 would appear in the initial comment. _________________________________________________________________ @@ -4492,8 +5081,10 @@ BuildID: 20020303 6.3. The Bugzilla Extension Mechanism - Warning Custom extensions require Template Toolkit version 2.12 or above, or - the application of a patch. See bug 239112 for details. + Warning + + Note that the below paths are inconsistent and confusing. They will likely + be changed in Bugzilla 4.0. Extensions are a way for extensions to Bugzilla to insert code into the standard Bugzilla templates and source files without modifying these files @@ -4588,8 +5179,8 @@ BuildID: 20020303 ... 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: + BUGZILLA_ROOT/extensions/projman/template/en/global/useful-links-edit.html.t + mpl. You then create that template file and add the following constant: ...[% ', <a href="edit-projects.cgi">projects</a>' IF user.groups.projman_admin s %] @@ -4643,11 +5234,13 @@ s %] 6.4. Customizing Who Can Change What - 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. + 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. Companies often have rules about which employees, or classes of employees, are allowed to change certain things in the bug system. For example, only @@ -4721,9 +5314,11 @@ s %] email address is @example.com, they can only do so if the old value of the field was "P1". Not very useful, but illustrative. - 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. + 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. 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 @@ -5006,8 +5601,10 @@ B.1. Command-line Search Interface line. They live in the contrib/cmdline directory. There are three files - query.conf, buglist and bugs. - Warning These files pre-date the templatization work done as part of the - 2.16 release, and have not been updated. + Warning + + These files pre-date the templatization work done as part of the 2.16 + release, and have not been updated. query.conf contains the mapping from options to field names and comparison types. Quoted option names are "grepped" for, so it should be easy to edit @@ -5075,94 +5672,85 @@ bash# make bash# make test bash# make install - Note In order to compile source code under Windows you will need to obtain a + Note + + In order to compile source code under Windows you will need to obtain a 'make' utility. The nmake utility provided with Microsoft Visual C++ may be used. As an alternative, there is a utility called dmake available from CPAN - which is written entirely in Perl. The majority of the links given below, - however, are to pre-compiled versions of the modules, which can be installed - on Windows simply by issuing the following command once you have downloaded - the PPD file (which may be packaged within a ZIP file): + which is written entirely in Perl. - > ppm install <filename.ppd> + As described in Section C.2, however, most packages already exist and are + available from ActiveState or theory58S. We highly recommend that you + install them using the ppm GUI available with ActiveState and to add the + theory58S repository to your list of repositories. _________________________________________________________________ C.2. Download Locations - Note Running Bugzilla on Windows requires the use of ActiveState Perl 5.8.1 - or higher. Some modules already exist in the core distribution of - ActiveState Perl so no PPM link is given. (This is noted where it occurs.) + Note + + Running Bugzilla on Windows requires the use of ActiveState Perl 5.8.1 or + higher. Many modules already exist in the core distribution of ActiveState + Perl. Additional modules can be downloaded from + http://theoryx5.uwinnipeg.ca/ppms/ if you use Perl 5.8.x or from + http://cpan.uwinnipeg.ca/PPMPackages/10xx/ if you use Perl 5.10.x. CGI: CPAN Download Page: http://search.cpan.org/dist/CGI.pm/ - PPM Download Link: Part of core distribution. Documentation: http://perldoc.perl.org/CGI.html Data-Dumper: CPAN Download Page: http://search.cpan.org/dist/Data-Dumper/ - PPM Download Page: Part of core distribution. Documentation: http://search.cpan.org/dist/Data-Dumper/Dumper.pm Date::Format (part of TimeDate): CPAN Download Page: http://search.cpan.org/dist/TimeDate/ - PPM Download Link: http://landfill.bugzilla.org/ppm/TimeDate.ppd Documentation: http://search.cpan.org/dist/TimeDate/lib/Date/Format. pm DBI: CPAN Download Page: http://search.cpan.org/dist/DBI/ - PPM Download Link: http://landfill.bugzilla.org/ppm/DBI.ppd Documentation: http://dbi.perl.org/docs/ DBD::mysql: CPAN Download Page: http://search.cpan.org/dist/DBD-mysql/ - PPM Download Link: http://landfill.bugzilla.org/ppm/DBD-mysql.ppd 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://perldoc.perl.org/File/Spec.html Template-Toolkit: CPAN Download Page: http://search.cpan.org/dist/Template-Toolkit/ - PPM Download Link: http://landfill.bugzilla.org/ppm/Template-Toolkit - .ppd Documentation: http://www.template-toolkit.org/docs.html GD: CPAN Download Page: http://search.cpan.org/dist/GD/ - PPM Download Link: http://landfill.bugzilla.org/ppm/GD.ppd Documentation: http://search.cpan.org/dist/GD/GD.pm Template::Plugin::GD: CPAN Download Page: http://search.cpan.org/dist/Template-GD/ - PPM Download Link: (Just install Template-Toolkit using the instruct - ions below) Documentation: http://www.template-toolkit.org/docs/aqua/Modules/inde x.html MIME::Parser (part of MIME-tools): CPAN Download Page: http://search.cpan.org/dist/MIME-tools/ - PPM Download Link: http://ppm.activestate.com/PPMPackages/zips/8xx-b - uilds-only/Windows/MIME-tools-5.411a.zip Documentation: http://search.cpan.org/dist/MIME-tools/lib/MIME/Parse r.pm _________________________________________________________________ @@ -5172,26 +5760,21 @@ C.3. Optional Modules Chart::Base: CPAN Download Page: http://search.cpan.org/dist/Chart/ - PPM Download Page: http://landfill.bugzilla.org/ppm/Chart.ppd Documentation: http://search.cpan.org/dist/Chart/Chart.pod GD::Graph: CPAN Download Page: http://search.cpan.org/dist/GDGraph/ - PPM Download Link: http://landfill.bugzilla.org/ppm/GDGraph.ppd Documentation: http://search.cpan.org/dist/GDGraph/Graph.pm GD::Text::Align (part of GD::Text::Util): CPAN Download Page: http://search.cpan.org/dist/GDTextUtil/ - PPM Download Page: http://landfill.bugzilla.org/ppm/GDTextUtil.ppd Documentation: http://search.cpan.org/dist/GDTextUtil/Text/Align.pm XML::Twig: CPAN Download Page: http://search.cpan.org/dist/XML-Twig/ - PPM Download Link: http://ppm.activestate.com/PPMPackages/zips/8xx-b - uilds-only/Windows/XML-Twig-3.22.zip Documentation: http://standards.ieee.org/resources/spasystem/twig/tw ig_stable.html @@ -5199,13 +5782,11 @@ C.3. Optional Modules CPAN Download Page: http://search.cpan.org/author/JKEISER/PatchReade r/ - PPM Download Link: http://landfill.bugzilla.org/ppm/PatchReader.ppd Documentation: http://www.johnkeiser.com/mozilla/Patch_Viewer.html Image::Magick: CPAN Download Page: http://search.cpan.org/dist/PerlMagick/ - PPM Download Link: Included in Windows binary package. Documentation: http://www.imagemagick.org/script/resources.php _________________________________________________________________ @@ -5636,8 +6217,10 @@ C be additional modules or other requirements than those of the official distribution. - Note Scripts in the contrib directory are not officially supported by the - Bugzilla team and may break in between versions. + Note + + Scripts in the contrib directory are not officially supported by the + Bugzilla team and may break in between versions. D @@ -5771,7 +6354,9 @@ Z matching your query. When asked to explain this message, Terry had the following to say: - I've been asked to explain this ... way back when, when Netscape released + + + I've been asked to explain this ... way back when, when Netscape released version 4.0 of its browser, we had a release party. Naturally, there had been a big push to try and fix every known bug before the release. Naturally, that hadn't actually happened. (This is not unique to Netscape or @@ -5781,5 +6366,6 @@ Z T-shirt had no known bugs. Uh-huh. So, when you query for a list of bugs, and it gets no results, you can think of this as a friendly reminder. Of *course* there are bugs matching your - query, they just aren't in the bugsystem yet... - --Terry Weissman + query, they just aren't in the bugsystem yet... + + --Terry Weissman diff --git a/docs/xml/.cvsignore b/docs/en/xml/.cvsignore similarity index 100% rename from docs/xml/.cvsignore rename to docs/en/xml/.cvsignore diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml similarity index 98% rename from docs/xml/Bugzilla-Guide.xml rename to docs/en/xml/Bugzilla-Guide.xml index e9650c7cb..ea1c1a259 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -35,9 +35,9 @@ For a devel release, simple bump bz-ver and bz-date --> -<!ENTITY bz-ver "3.1.3"> +<!ENTITY bz-ver "3.1.4"> <!ENTITY bz-nextver "3.2"> -<!ENTITY bz-date "2008-02-01"> +<!ENTITY bz-date "2008-05-04"> <!ENTITY current-year "2008"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/"> diff --git a/docs/en/xml/CVS/Entries b/docs/en/xml/CVS/Entries new file mode 100644 index 000000000..7da3a4d83 --- /dev/null +++ b/docs/en/xml/CVS/Entries @@ -0,0 +1,19 @@ +/.cvsignore/1.1/Fri Apr 4 06:48:17 2008//TBUGZILLA-3_1_4 +/Bugzilla-Guide.xml/1.78/Mon May 5 01:52:45 2008//TBUGZILLA-3_1_4 +/about.xml/1.26/Fri Apr 4 06:48:18 2008//TBUGZILLA-3_1_4 +/administration.xml/1.89/Fri Apr 4 06:48:20 2008//TBUGZILLA-3_1_4 +/conventions.xml/1.12/Fri Apr 4 06:48:20 2008//TBUGZILLA-3_1_4 +/customization.xml/1.44/Sat Apr 26 09:51:17 2008//TBUGZILLA-3_1_4 +/gfdl.xml/1.11/Fri Apr 4 06:48:21 2008//TBUGZILLA-3_1_4 +/glossary.xml/1.25/Fri Apr 4 06:48:21 2008//TBUGZILLA-3_1_4 +/index.xml/1.6/Fri Apr 4 06:48:21 2008//TBUGZILLA-3_1_4 +/installation.xml/1.157/Sun Apr 13 19:25:18 2008//TBUGZILLA-3_1_4 +/integration.xml/1.14/Fri Apr 4 06:48:25 2008//TBUGZILLA-3_1_4 +/introduction.xml/1.6/Fri Apr 4 06:48:25 2008//TBUGZILLA-3_1_4 +/modules.xml/1.13/Fri Apr 4 06:48:25 2008//TBUGZILLA-3_1_4 +/patches.xml/1.25/Fri Apr 4 06:48:25 2008//TBUGZILLA-3_1_4 +/requiredsoftware.xml/1.7/Fri Apr 4 06:48:25 2008//TBUGZILLA-3_1_4 +/security.xml/1.18/Fri Apr 4 06:48:25 2008//TBUGZILLA-3_1_4 +/troubleshooting.xml/1.13/Fri Apr 4 06:48:25 2008//TBUGZILLA-3_1_4 +/using.xml/1.79/Fri Apr 4 06:48:26 2008//TBUGZILLA-3_1_4 +D diff --git a/docs/en/xml/CVS/Repository b/docs/en/xml/CVS/Repository new file mode 100644 index 000000000..c0909acea --- /dev/null +++ b/docs/en/xml/CVS/Repository @@ -0,0 +1 @@ +mozilla/webtools/bugzilla/docs/en/xml diff --git a/docs/html/api/CVS/Root b/docs/en/xml/CVS/Root similarity index 100% rename from docs/html/api/CVS/Root rename to docs/en/xml/CVS/Root diff --git a/docs/en/xml/CVS/Tag b/docs/en/xml/CVS/Tag new file mode 100644 index 000000000..3dd879c04 --- /dev/null +++ b/docs/en/xml/CVS/Tag @@ -0,0 +1 @@ +NBUGZILLA-3_1_4 diff --git a/docs/xml/about.xml b/docs/en/xml/about.xml similarity index 99% rename from docs/xml/about.xml rename to docs/en/xml/about.xml index c1633ac0c..7e8b8d174 100644 --- a/docs/xml/about.xml +++ b/docs/en/xml/about.xml @@ -1,6 +1,6 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ <!ENTITY conventions SYSTEM "conventions.xml"> ] > --> -<!-- $Id: about.xml,v 1.26 2007/08/02 06:52:32 wurblzap%gmail.com Exp $ --> +<!-- $Id: about.xml,v 1.26 2008/04/04 06:48:18 wurblzap%gmail.com Exp $ --> <chapter id="about"> <title>About This Guide</title> diff --git a/docs/xml/administration.xml b/docs/en/xml/administration.xml similarity index 52% rename from docs/xml/administration.xml rename to docs/en/xml/administration.xml index 6a692c264..7a75604de 100644 --- a/docs/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -7,322 +7,927 @@ <para> Bugzilla is configured by changing various parameters, accessed - from the "Edit parameters" link in the page footer. Here are - some of the key parameters on that page. You should run down this - list and set them appropriately after installing Bugzilla. + from the "Parameters" link in the Administration page (the + Administration page can be found by clicking the "Administration" + link in the footer). The parameters are divided into several categories, + accessed via the menu on the left. Following is a description of the + different categories and important parameters within those categories. </para> - <indexterm> - <primary>checklist</primary> - </indexterm> + <section id="param-requiredsettings"> + <title>Required Settings</title> - <variablelist> - <varlistentry> - <term> - maintainer - </term> - <listitem> - <para> - The maintainer parameter is the email address of the person - responsible for maintaining this Bugzilla installation. - The address need not be that of a valid Bugzilla account. - </para> - </listitem> - </varlistentry> + <para> + The core required parameters for any Bugzilla installation are set + here. These parameters must be set before a new Bugzilla installation + can be used. Administrators should review this list before + deploying a new Bugzilla installation. + </para> - <varlistentry> - <term> - urlbase - </term> - <listitem> - <para> - This parameter defines the fully qualified domain name and web - server path to your Bugzilla installation. - </para> + <indexterm> + <primary>checklist</primary> + </indexterm> + + <variablelist> + + <varlistentry> + <term> + maintainer + </term> + <listitem> + <para> + Email address of the person + responsible for maintaining this Bugzilla installation. + The address need not be that of a valid Bugzilla account. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + urlbase + </term> + <listitem> + <para> + Defines the fully qualified domain name and web + server path to this Bugzilla installation. + </para> + <para> + For example, if the Bugzilla query page is + <filename>http://www.foo.com/bugzilla/query.cgi</filename>, + the <quote>urlbase</quote> should be set + to <filename>http://www.foo.com/bugzilla/</filename>. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + docs_urlbase + </term> + <listitem> + <para> + Defines path to the Bugzilla documentation. This can be a fully + qualified domain name, or a path relative to "urlbase". + </para> + <para> + For example, if the "Bugzilla Configuration" page + of the documentation is + <filename>http://www.foo.com/bugzilla/docs/html/parameters.html</filename>, + set the <quote>docs_urlbase</quote> + to <filename>http://www.foo.com/bugzilla/docs/html/</filename>. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + sslbase + </term> + <listitem> + <para> + Defines the fully qualified domain name and web + server path for HTTPS (SSL) connections to this Bugzilla installation. + </para> + <para> + For example, if the Bugzilla main page is + <filename>https://www.foo.com/bugzilla/index.cgi</filename>, + the <quote>sslbase</quote> should be set + to <filename>https://www.foo.com/bugzilla/</filename>. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + ssl + </term> + <listitem> + <para> + Determines when Bugzilla will force HTTPS (SSL) connections, using + the URL defined in <command>sslbase</command>. + Options include "always", "never", and "authenticated sessions". + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + cookiedomain + </term> + <listitem> + <para> + Defines the domain for Bugzilla cookies. This is typically left blank. + If there are multiple hostnames that point to the same webserver, which + require the same cookie, then this parameter can be utilized. For + example, If your website is at + <filename>https://www.foo.com/</filename>, setting this to + <filename>.foo.com/</filename> will also allow + <filename>bar.foo.com/</filename> to access Bugzilla cookies. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> + cookiepath + </term> + <listitem> + <para> + Defines a path, relative to the web server root, that Bugzilla + cookies will be restricted to. For example, if the + <command>urlbase</command> is set to + <filename>http://www.foo.com/bugzilla/</filename>, the + <command>cookiepath</command> should be set to + <filename>/bugzilla/</filename>. Setting it to "/" will allow all sites + served by this web server or virtual host to read Bugzilla cookies. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + timezone + </term> + <listitem> + <para> + Timezone of server. The timezone is displayed with timestamps. If + this parameter is left blank, the timezone is not displayed. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + utf8 + </term> + <listitem> + <para> + Determines whether to use UTF-8 (Unicode) encoding for all text in + Bugzilla. New installations should set this to true to avoid character + encoding problems. Existing databases should set this to true only + after the data has been converted from existing legacy character + encoding to UTF-8, using the + <filename>contrib/recode.pl</filename> script. + </para> + <note> + <para> + If you turn this parameter from "off" to "on", you must re-run + <filename>checksetup.pl</filename> immediately afterward. + </para> + </note> + </listitem> + </varlistentry> + + <varlistentry> + <term> + shutdownhtml + </term> + <listitem> + <para> + If there is any text in this field, this Bugzilla installation will + be completely disabled and this text will appear instead of all + Bugzilla pages for all users, including Admins. Used in the event + of site maintenance or outage situations. + </para> + <note> + <para> + Although regular log-in capability is disabled while + <command>shutdownhtml</command> + is enabled, safeguards are in place to protect the unfortunate + admin who loses connection to Bugzilla. Should this happen to you, + go directly to the <filename>editparams.cgi</filename> (by typing + the URL in manually, if necessary). Doing this will prompt you to + log in, and your name/password will be accepted here (but nowhere + else). + </para> + </note> + </listitem> + </varlistentry> + + <varlistentry> + <term> + announcehtml + </term> + <listitem> + <para> + Any text in this field will be displayed at the top of every HTML + page in this Bugzilla installation. The text is not wrapped in any + tags. For best results, wrap the text in a <quote><div></quote> + tag. Any style attributes from the CSS can be applied. For example, + to make the text green inside of a red box, add <quote>id=message</quote> + to the <quote><div></quote> tag. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + proxy_url + </term> + <listitem> + <para> + If this Bugzilla installation is behind a proxy, enter the proxy + information here to enable Bugzilla to access the Internet. Bugzilla + requires Internet access to utilize the + <command>upgrade_notification</command> parameter (below). If the + proxy requires authentication, use the syntax: + <filename>http://user:pass@proxy_url/</filename>. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + upgrade_notification + </term> + <listitem> + <para> + Enable or disable a notification on the homepage of this Bugzilla + installation when a newer version of Bugzilla is available. This + notification is only visible to administrators. Choose "disabled", + to turn off the notification. Otherwise, choose which version of + Bugzilla you want to be notified about: "development_snapshot" is the + latest release on the trunk; "latest_stable_release" is the most + recent release available on the most recent stable branch; + "stable_branch_release" the most recent release on the branch + this installation is based on. + </para> + </listitem> + </varlistentry> + + </variablelist> + + </section> + + <section id="param-admin-policies"> + <title>Administrative Policies</title> + <para> + This page contains parameters for basic administrative functions. + Options include whether to allow the deletion of bugs and users, whether + to allow users to change their email address, and whether to allow + user watching (one user receiving all notifications of a selected + other user). + </para> + + <variablelist> + + <varlistentry> + <term> + supportwatchers + </term> + <listitem> + <para> + Turning on this option allows users to ask to receive copies + of bug mail sent to another user. Watching a user with + different group permissions is not a way to 'get around' the + system; copied emails are still subject to the normal groupset + permissions of a bug, and <quote>watchers</quote> will only be + copied on emails from bugs they would normally be allowed to view. + </para> + </listitem> + </varlistentry> + + </variablelist> + + </section> + + <section id="param-user-authentication"> + <title>User Authentication</title> <para> - For example, if your Bugzilla query page is - <filename>http://www.foo.com/bugzilla/query.cgi</filename>, - set your <quote>urlbase</quote> - to <filename>http://www.foo.com/bugzilla/</filename>. + This page contains the settings that control how this Bugzilla + installation will do its authentication. Choose what authentication + mechanism to use (the Bugzilla database, or an external source such + as LDAP), and set basic behavioral parameters. For example, choose + whether to require users to login to browse bugs, the management + of authentication cookies, and the regular expression used to + validate email addresses. Some parameters are highlighted below. </para> - </listitem> - </varlistentry> - <varlistentry> - <term> - makeproductgroups - </term> - <listitem> + <variablelist> + + <varlistentry> + <term> + emailregexp + </term> + <listitem> + <para> + Defines the regular expression used to validate email addresses + used for login names. The default attempts to match fully + qualified email addresses (i.e. 'user@example.com'). Some + Bugzilla installations allow only local user names (i.e 'user' + instead of 'user@example.com'). In that case, the + <command>emailsuffix</command> parameter should be used to define + the email domain. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + emailsuffix + </term> + <listitem> + <para> + This string is appended to login names when actually sending + email to a user. For example, + If <command>emailregexp</command> has been set to allow + local usernames, + then this parameter would contain the email domain for all users + (i.e. '@example.com'). + </para> + </listitem> + </varlistentry> + + </variablelist> + + </section> + + <section id="param-attachments"> + <title>Attachments</title> <para> - This dictates whether or not to automatically create groups - when new products are created. + This page allows for setting restrictions and other parameters + regarding attachments to bugs. For example, control size limitations + and whether to allow pointing to external files via a URI. </para> - </listitem> - </varlistentry> + </section> - <varlistentry> - <term> - useentrygroupdefault - </term> - <listitem> + <section id="param-bug-change-policies"> + <title>Bug Change Policies</title> <para> - Bugzilla products can have a group associated with them, so that - certain users can only see bugs in certain products. When this - parameter is set to <quote>on</quote>, this - causes the initial group controls on newly created products - to place all newly-created bugs in the group - having the same name as the product immediately. - After a product is initially created, the group controls - can be further adjusted without interference by - this mechanism. + Set policy on default behavior for bug change events. For example, + choose which status to set a bug to when it is marked as a duplicate, + and choose whether to allow bug reporters to set the priority or + target milestone. Also allows for configuration of what changes + should require the user to make a comment, described below. </para> - </listitem> - </varlistentry> - <varlistentry> - <term> - mail_delivery_method - </term> - <listitem> + <variablelist> + + <varlistentry> + <term> + commenton* + </term> + <listitem> + <para> + All these fields allow you to dictate what changes can pass + without comment, and which must have a comment from the + person who changed them. Often, administrators will allow + users to add themselves to the CC list, accept bugs, or + change the Status Whiteboard without adding a comment as to + their reasons for the change, yet require that most other + changes come with an explanation. + </para> + + <para> + Set the "commenton" options according to your site policy. It + is a wise idea to require comments when users resolve, reassign, or + reopen bugs at the very least. + </para> + + <note> + <para> + It is generally far better to require a developer comment + when resolving bugs than not. Few things are more annoying to bug + database users than having a developer mark a bug "fixed" without + any comment as to what the fix was (or even that it was truly + fixed!) + </para> + </note> + </listitem> + </varlistentry> + <varlistentry> + <term> + noresolveonopenblockers + </term> + <listitem> + <para> + This option will prevent users from resolving bugs as FIXED if + they have unresolved dependencies. Only the FIXED resolution + is affected. Users will be still able to resolve bugs to + resolutions other than FIXED if they have unresolved dependent + bugs. + </para> + </listitem> + </varlistentry> + + </variablelist> + + </section> + + <section id="param-bugfields"> + <title>Bug Fields</title> <para> - 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 send mail, but instead saves it in - <filename>data/mailer.testfile</filename> for later review. - "none" disables email sending entirely. + The parameters in this section determine the default settings of + several Bugzilla fields for new bugs, and also control whether + certain fields are used. For example, choose whether to use the + "target milestone" field or the "status whiteboard" field. </para> - </listitem> - </varlistentry> - <varlistentry> - <term> - shadowdb - </term> - <listitem> + <variablelist> + + <varlistentry> + <term> + useqacontact + </term> + <listitem> + <para> + This allows you to define an email address for each component, + in addition to that of the default assignee, who will be sent + carbon copies of incoming bugs. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + usestatuswhiteboard + </term> + <listitem> + <para> + This defines whether you wish to have a free-form, overwritable field + associated with each bug. The advantage of the Status Whiteboard is + that it can be deleted or modified with ease, and provides an + easily-searchable field for indexing some bugs that have some trait + in common. + </para> + </listitem> + </varlistentry> + + </variablelist> + + </section> + + <section id="param-bugmoving"> + <title>Bug Moving</title> <para> - You run into an interesting problem when Bugzilla reaches a - high level of continuous activity. MySQL supports only table-level - write locking. What this means is that if someone needs to make a - change to a bug, they will lock the entire table until the operation - is complete. Locking for write also blocks reads until the write is - complete. Note that more recent versions of mysql support row level - locking using different table types. These types are slower than the - standard type, and Bugzilla does not yet take advantage of features - such as transactions which would justify this speed decrease. The - Bugzilla team are, however, happy to hear about any experiences with - row level locking and Bugzilla. + This page controls whether this Bugzilla installation allows certain + users to move bugs to an external database. If bug moving is enabled, + there are a number of parameters that control bug moving behaviors. + For example, choose which users are allowed to move bugs, the location + of the external database, and the default product and component that + bugs moved <emphasis>from</emphasis> other bug databases to this + Bugzilla installation are assigned to. </para> + </section> + + <section id="param-dependency-graphs"> + <title>Dependency Graphs</title> <para> - The <quote>shadowdb</quote> parameter was designed to get around - this limitation. While only a single user is allowed to write to - a table at a time, reads can continue unimpeded on a read-only - shadow copy of the database. Although your database size will - double, a shadow database can cause an enormous performance - improvement when implemented on extremely high-traffic Bugzilla - databases. + This page has one parameter that sets the location of a Web Dot + server, or of the Web Dot binary on the local system, that is used + to generate dependency graphs. Web Dot is a CGI program that creates + images from <filename>.dot</filename> graphic description files. If + no Web Dot server or binary is specified, then dependency graphs will + be disabled. </para> - - <para> - As a guide, on reasonably old hardware, mozilla.org began needing - <quote>shadowdb</quote> when they reached around 40,000 Bugzilla - users with several hundred Bugzilla bug changes and comments per day. + </section> + + <section id="param-group-security"> + <title>Group Security</title> + <para> + Bugzilla allows for the creation of different groups, with the + ability to restrict the visibility of bugs in a group to a set of + specific users. Specific products can also be associated with + groups, and users restricted to only see products in their groups. + Several parameters are described in more detail below. Most of the + configuration of groups and their relationship to products is done + on the "Groups" and "Product" pages of the "Administration" area. + The options on this page control global default behavior. + For more information on Groups and Group Security, see + <xref linkend="groups"/> + </para> + + <variablelist> + + <varlistentry> + <term> + makeproductgroups + </term> + <listitem> + <para> + Determines whether or not to automatically create groups + when new products are created. If this is on, the groups will be + used for querying bugs. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + useentrygroupdefault + </term> + <listitem> + <para> + Bugzilla products can have a group associated with them, so that + certain users can only see bugs in certain products. When this + parameter is set to <quote>on</quote>, this + causes the initial group controls on newly created products + to place all newly-created bugs in the group + having the same name as the product immediately. + After a product is initially created, the group controls + can be further adjusted without interference by + this mechanism. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + usevisibilitygroups + </term> + <listitem> + <para> + If selected, user visibility will be restricted to members of + groups, as selected in the group configuration settings. + Each user-defined group can be allowed to see members of selected + other groups. + For details on configuring groups (including the visibility + restrictions) see <xref linkend="edit-groups"/>. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + querysharegroup + </term> + <listitem> + <para> + The name of the group of users who are allowed to share saved + searches with one another. For more information on using + saved searches, see <xref linkend="savedsearches"/>. + </para> + </listitem> + </varlistentry> + + </variablelist> + + </section> + + <section id="bzldap"> + <title>LDAP Authentication</title> + + <para>LDAP authentication is a module for Bugzilla's plugin + authentication architecture. This page contains all the parameters + necessary to configure Bugzilla for use with LDAP authentication. </para> <para> - The value of the parameter defines the name of the shadow bug - database. You will need to set the host and port settings from - the params page, and set up replication in your database server - so that updates reach this readonly mirror. Consult your database - documentation for more detail. + The existing authentication + scheme for Bugzilla uses email addresses as the primary user ID, and a + password to authenticate that user. All places within Bugzilla that + require a user ID (e.g assigning a bug) use the email + address. The LDAP authentication builds on top of this scheme, rather + than replacing it. The initial log-in is done with a username and + password for the LDAP directory. Bugzilla tries to bind to LDAP using + those credentials and, if successful, tries to map this account to a + Bugzilla account. If an LDAP mail attribute is defined, the value of this + attribute is used, otherwise the "emailsuffix" parameter is appended to LDAP + username to form a full email address. If an account for this address + already exists in the Bugzilla installation, it will log in to that account. + If no account for that email address exists, one is created at the time + of login. (In this case, Bugzilla will attempt to use the "displayName" + or "cn" attribute to determine the user's full name.) After + authentication, all other user-related tasks are still handled by email + address, not LDAP username. For example, bugs are still assigned by + email address and users are still queried by email address. </para> - </listitem> - </varlistentry> - <varlistentry> - <term> - shutdownhtml - </term> - <listitem> + <caution> + <para>Because the Bugzilla account is not created until the first time + a user logs in, a user who has not yet logged is unknown to Bugzilla. + This means they cannot be used as an assignee or QA contact (default or + otherwise), added to any CC list, or any other such operation. One + possible workaround is the <filename>bugzilla_ldapsync.rb</filename> + script in the + <glossterm linkend="gloss-contrib"> + <filename class="directory">contrib</filename></glossterm> + directory. Another possible solution is fixing + <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=201069">bug + 201069</ulink>. + </para> + </caution> + + <para>Parameters required to use LDAP Authentication:</para> + + <variablelist> + <varlistentry id="param-user_verify_class_for_ldap"> + <term>user_verify_class</term> + <listitem> + <para>If you want to list <quote>LDAP</quote> here, + make sure to have set up the other parameters listed below. + Unless you have other (working) authentication methods listed as + well, you may otherwise not be able to log back in to Bugzilla once + you log out. + If this happens to you, you will need to manually edit + <filename>data/params</filename> and set user_verify_class to + <quote>DB</quote>. + </para> + </listitem> + </varlistentry> + + <varlistentry id="param-LDAPserver"> + <term>LDAPserver</term> + <listitem> + <para>This parameter should be set to the name (and optionally the + port) of your LDAP server. If no port is specified, it assumes + the default LDAP port of 389. + </para> + <para>Ex. <quote>ldap.company.com</quote> + or <quote>ldap.company.com:3268</quote> + </para> + <para>You can also specify a LDAP URI, so as to use other + protocols, such as LDAPS or LDAPI. If port was not specified in + the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS' + schemes respectively. + </para> + <para>Ex. <quote>ldap://ldap.company.com</quote>, + <quote>ldaps://ldap.company.com</quote> or + <quote>ldapi://%2fvar%2flib%2fldap_sock</quote> + </para> + </listitem> + </varlistentry> + + <varlistentry id="param-LDAPbinddn"> + <term>LDAPbinddn [Optional]</term> + <listitem> + <para>Some LDAP servers will not allow an anonymous bind to search + the directory. If this is the case with your configuration you + should set the LDAPbinddn parameter to the user account Bugzilla + should use instead of the anonymous bind. + </para> + <para>Ex. <quote>cn=default,cn=user:password</quote></para> + </listitem> + </varlistentry> + + <varlistentry id="param-LDAPBaseDN"> + <term>LDAPBaseDN</term> + <listitem> + <para>The LDAPBaseDN parameter should be set to the location in + your LDAP tree that you would like to search for email addresses. + Your uids should be unique under the DN specified here. + </para> + <para>Ex. <quote>ou=People,o=Company</quote></para> + </listitem> + </varlistentry> + + <varlistentry id="param-LDAPuidattribute"> + <term>LDAPuidattribute</term> + <listitem> + <para>The LDAPuidattribute parameter should be set to the attribute + which contains the unique UID of your users. The value retrieved + from this attribute will be used when attempting to bind as the + user to confirm their password. + </para> + <para>Ex. <quote>uid</quote></para> + </listitem> + </varlistentry> + + <varlistentry id="param-LDAPmailattribute"> + <term>LDAPmailattribute</term> + <listitem> + <para>The LDAPmailattribute parameter should be the name of the + attribute which contains the email address your users will enter + into the Bugzilla login boxes. + </para> + <para>Ex. <quote>mail</quote></para> + </listitem> + </varlistentry> + </variablelist> + + </section> + + <section id="bzradius"> + <title>RADIUS Authentication</title> + <para> - If you need to shut down Bugzilla to perform administration, enter - some descriptive text (with embedded HTML codes, if you'd like) - into this box. Anyone who tries to use Bugzilla (including admins) - will receive a page displaying this text. Users can neither log in - nor log out while shutdownhtml is enabled. + RADIUS authentication is a module for Bugzilla's plugin + authentication architecture. This page contains all the parameters + necessary for configuring Bugzilla to use RADIUS authentication. </para> - <note> <para> - Although regular log-in capability is disabled while 'shutdownhtml' - is enabled, safeguards are in place to protect the unfortunate - admin who loses connection to Bugzilla. Should this happen to you, - go directly to the <filename>editparams.cgi</filename> (by typing - the URL in manually, if necessary). Doing this will prompt you to - log in, and your name/password will be accepted here (but nowhere - else). + Most caveats that apply to LDAP authentication apply to RADIUS + authentication as well. See <xref linkend="bzldap"/> for details. </para> </note> - </listitem> - </varlistentry> - <varlistentry> - <term> - movebugs - </term> - <listitem> - <para> - This option is an undocumented feature to allow moving bugs - between separate Bugzilla installations. You will need to understand - the source code in order to use this feature. Please consult - <filename>movebugs.pl</filename> in your Bugzilla source tree for - further documentation, such as it is. - </para> - </listitem> - </varlistentry> + <para>Parameters required to use RADIUS Authentication:</para> + + <variablelist> + <varlistentry id="param-user_verify_class_for_radius"> + <term>user_verify_class</term> + <listitem> + <para>If you want to list <quote>RADIUS</quote> here, + make sure to have set up the other parameters listed below. + Unless you have other (working) authentication methods listed as + well, you may otherwise not be able to log back in to Bugzilla once + you log out. + If this happens to you, you will need to manually edit + <filename>data/params</filename> and set user_verify_class to + <quote>DB</quote>. + </para> + </listitem> + </varlistentry> + + <varlistentry id="param-RADIUS_server"> + <term>RADIUS_server</term> + <listitem> + <para>This parameter should be set to the name (and optionally the + port) of your RADIUS server. + </para> + </listitem> + </varlistentry> + + <varlistentry id="param-RADIUS_secret"> + <term>RADIUS_secret</term> + <listitem> + <para>This parameter should be set to the RADIUS server's secret. + </para> + </listitem> + </varlistentry> + + <varlistentry id="param-RADIUS_email_suffix"> + <term>RADIUS_email_suffix</term> + <listitem> + <para>Bugzilla needs an e-mail address for each user account. + Therefore, it needs to determine the e-mail address corresponding + to a RADIUS user. + Bugzilla offers only a simple way to do this: it can concatenate + a suffix to the RADIUS user name to convert it into an e-mail + address. + You can specify this suffix in the RADIUS_email_suffix parameter. + </para> + <para>If this simple solution does not work for you, you'll + probably need to modify + <filename>Bugzilla/Auth/Verify/RADIUS.pm</filename> to match your + requirements. + </para> + </listitem> + </varlistentry> + </variablelist> - <varlistentry> - <term> - useqacontact - </term> - <listitem> + </section> + + <section id="param-email"> + <title>Email</title> <para> - This allows you to define an email address for each component, - in addition to that of the default assignee, who will be sent - carbon copies of incoming bugs. + This page contains all of the parameters for configuring how + Bugzilla deals with the email notifications it sends. See below + for a summary of important options. </para> - </listitem> - </varlistentry> - <varlistentry> - <term> - globalwatcher - </term> - <listitem> - <para> - This allows you to define specific users who will - receive notification each time a new bug in entered, or when - an existing bug changes, according to the normal groupset - permissions. It may be useful for sending notifications to a - mailing-list, for instance. - </para> - </listitem> - </varlistentry> + <variablelist> - <varlistentry> - <term> - usestatuswhiteboard - </term> - <listitem> - <para> - This defines whether you wish to have a free-form, overwritable field - associated with each bug. The advantage of the Status Whiteboard is - that it can be deleted or modified with ease, and provides an - easily-searchable field for indexing some bugs that have some trait - in common. - </para> - </listitem> - </varlistentry> + <varlistentry> + <term> + mail_delivery_method + </term> + <listitem> + <para> + This is used to specify how email is sent, or if it is sent at + all. There are several options included for different MTAs, + along with two additional options that disable email sending. + "Test" does not send mail, but instead saves it in + <filename>data/mailer.testfile</filename> for later review. + "None" disables email sending entirely. + </para> + </listitem> + </varlistentry> - <varlistentry> - <term> - whinedays - </term> - <listitem> + <varlistentry> + <term> + mailfrom + </term> + <listitem> + <para> + This is the email address that will appear in the "From" field + of all emails sent by this Bugzilla installation. Some email + servers require mail to be from a valid email address, therefore + it is recommended to choose a valid email address here. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + sendmailnow + </term> + <listitem> + <para> + When Bugzilla is using Sendmail older than 8.12, turning this option + off will improve performance by not waiting for Sendmail to actually + send mail. If Sendmail 8.12 or later is being used, there is + nothing to gain by turning this off. If another MTA is being used, + such as Postfix, then this option *must* be turned on (even if you + are using the fake sendmail executable that Postfix provides). + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + whinedays + </term> + <listitem> + <para> + Set this to the number of days you want to let bugs go + in the NEW or REOPENED state before notifying people they have + untouched new bugs. If you do not plan to use this feature, simply + do not set up the whining cron job described in the installation + instructions, or set this value to "0" (never whine). + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + globalwatcher + </term> + <listitem> + <para> + This allows you to define specific users who will + receive notification each time a new bug in entered, or when + an existing bug changes, according to the normal groupset + permissions. It may be useful for sending notifications to a + mailing-list, for instance. + </para> + </listitem> + </varlistentry> + + </variablelist> + + </section> + + <section id="param-patchviewer"> + <title>Patch Viewer</title> <para> - Set this to the number of days you want to let bugs go - in the NEW or REOPENED state before notifying people they have - untouched new bugs. If you do not plan to use this feature, simply - do not set up the whining cron job described in the installation - instructions, or set this value to "0" (never whine). + This page contains configuration parameters for the CVS server, + Bonsai server and LXR server that Bugzilla will use to enable the + features of the Patch Viewer. Bonsai is a tool that enables queries + to a CVS tree. LXR is a tool that can cross reference and index source + code. </para> - </listitem> - </varlistentry> + </section> - <varlistentry> - <term> - commenton* - </term> - <listitem> + <section id="param-querydefaults"> + <title>Query Defaults</title> <para> - All these fields allow you to dictate what changes can pass - without comment, and which must have a comment from the - person who changed them. Often, administrators will allow - users to add themselves to the CC list, accept bugs, or - change the Status Whiteboard without adding a comment as to - their reasons for the change, yet require that most other - changes come with an explanation. + This page controls the default behavior of Bugzilla in regards to + several aspects of querying bugs. Options include what the default + query options are, what the "My Bugs" page returns, whether users + can freely add bugs to the quip list, and how many duplicate bugs are + needed to add a bug to the "most frequently reported" list. </para> + </section> + <section id="param-shadowdatabase"> + <title>Shadow Database</title> <para> - Set the "commenton" options according to your site policy. It - is a wise idea to require comments when users resolve, reassign, or - reopen bugs at the very least. + This page controls whether a shadow database is used, and all the + parameters associated with the shadow database. Versions of Bugzilla + prior to 3.2 used the MyISAM table type, which supports + only table-level write locking. With MyISAM, any time someone is making a change to + a bug, the entire table is locked until the write operation is complete. + Locking for write also blocks reads until the write is complete. + </para> + <para> + The <quote>shadowdb</quote> parameter was designed to get around + this limitation. While only a single user is allowed to write to + a table at a time, reads can continue unimpeded on a read-only + shadow copy of the database. </para> <note> <para> - It is generally far better to require a developer comment - when resolving bugs than not. Few things are more annoying to bug - database users than having a developer mark a bug "fixed" without - any comment as to what the fix was (or even that it was truly - fixed!) + As of version 3.2, Bugzilla no longer uses the MyISAM table type. + Instead, InnoDB is used, which can do transaction-based locking. + Therefore, the limitations the Shadow Database feature was designed + to workaround no longer exist. </para> </note> - </listitem> - </varlistentry> - - <varlistentry> - <term> - supportwatchers - </term> - <listitem> - <para> - Turning on this option allows users to ask to receive copies - of bug mail sent to another user. Watching a user with - different group permissions is not a way to 'get around' the - system; copied emails are still subject to the normal groupset - permissions of a bug, and <quote>watchers</quote> will only be - copied on emails from bugs they would normally be allowed to view. - </para> - </listitem> - </varlistentry> + </section> - <varlistentry> - <term> - noresolveonopenblockers - </term> - <listitem> + <section id="admin-usermatching"> + <title>User Matching</title> <para> - This option will prevent users from resolving bugs as FIXED if - they have unresolved dependencies. Only the FIXED resolution - is affected. Users will be still able to resolve bugs to - resolutions other than FIXED if they have unresolved dependent - bugs. + The settings on this page control how users are selected and queried + when adding a user to a bug. For example, users need to be selected + when choosing who the bug is assigned to, adding to the CC list or + selecting a QA contact. With the "usemenuforusers" parameter, it is + possible to configure Bugzilla to + display a list of users in the fields instead of an empty text field. + This should only be used in Bugzilla installations with a small number + of users. If users are selected via a text box, this page also + contains parameters for how user names can be queried and matched + when entered. </para> - </listitem> - </varlistentry> - <varlistentry> - <term> - sendmailnow - </term> - <listitem> - <para> - When Bugzilla is using Sendmail older than 8.12, turning this option - off will improve performance by not waiting for Sendmail to actually - send mail. If Sendmail 8.12 or later is being used, there is - nothing to gain by turning this off. If another MTA is being used, - such as Postfix, then this option *must* be turned on (even if you - are using the fake sendmail executable that Postfix provides). - </para> - </listitem> - </varlistentry> + </section> - </variablelist> </section> <section id="useradmin"> @@ -825,9 +1430,13 @@ </variablelist> <para> - When editing a product there is also a link to edit - <xref linkend="product-group-controls"/>. + When editing a product there is also a link to edit Group Access Controls, + see <xref linkend="product-group-controls"/>. </para> + + <section id="create-product"> + <title>Creating New Products</title> + <para> To create a new product: </para> @@ -840,145 +1449,343 @@ </para> </listitem> - <listitem> - <para> - Select the <quote>Add</quote> link in the bottom right. - </para> - </listitem> + <listitem> + <para> + Select the <quote>Add</quote> link in the bottom right. + </para> + </listitem> + + <listitem> + <para> + Enter the name of the product and a description. The + Description field may contain HTML. + </para> + </listitem> + + <listitem> + <para> + When the product is created, Bugzilla will give a message + stating that a component must be created before any bugs can + be entered against the new product. Follow the link to create + a new component. See <xref linkend="components"/> for more + information. + </para> + </listitem> + </orderedlist> + + </section> + + <section id="edit-products"> + <title>Editing Products</title> + + <para> + To edit an existing product, click the "Products" link from the + "Administration" page. If the 'useclassification' parameter is + turned on, a table of existing classifications is displayed, + including an "Unclassified" category. The table indicates how many products + are in each classification. Click on the classification name to see its + products. If the 'useclassification' parameter is not in use, the table + lists all products directly. The product table summarizes the information + about the product defined + when the product was created. Click on the product name to edit these + properties, and to access links to other product attributes such as the + product's components, versions, milestones, and group access controls. + </para> + + </section> + + <section id="comps-vers-miles-products"> + <title>Adding or Editing Components, Versions and Target Milestones</title> + <para> + To edit existing, or add new, Components, Versions or Target Milestones + to a Product, select the "Edit Components", "Edit Versions" or "Edit + Milestones" links from the "Edit Product" page. A table of existing + Components, Versions or Milestones is displayed. Click on a item name + to edit the properties of that item. Below the table is a link to add + a new Component, Version or Milestone. + </para> + <para> + For more information on components, see <xref linkend="components"/>. + </para> + <para> + For more information on versions, see <xref linkend="versions"/>. + </para> + <para> + For more information on milestones, see <xref linkend="milestones"/>. + </para> + </section> + + <section id="product-group-controls"> + <title>Assigning Group Controls to Products</title> + + <para> + On the <quote>Edit Product</quote> page, there is a link called + <quote>Edit Group Access Controls</quote>. The settings on this page + control the relationship of the groups to the product being edited. + </para> + + <para> + Group Access Controls are an important aspect of using groups for + isolating products and restricting access to bugs filed against those + products. For more information on groups, including how to create, edit + add users to, and alter permission of, see <xref linkend="groups"/>. + </para> + + <para> + After selecting the "Edit Group Access Controls" link from the "Edit + Product" page, a table containing all user-defined groups for this + Bugzilla installation is displayed. The system groups that are created + when Bugzilla is installed are not applicable to Group Access Controls. + Below is description of what each of these fields means. + </para> + + <para> + Groups may be applicable (e.g bugs in this product can be associated + with this group) , default (e.g. bugs in this product are in this group + by default), and mandatory (e.g. bugs in this product must be associated + with this group) for each product. Groups can also control access + to bugs for a given product, or be used to make bugs for a product + totally read-only unless the group restrictions are met. The best way to + understand these relationships is by example. See + <xref linkend="group-control-examples"/> for examples of + product and group relationships. + </para> + + <note> + <para> + Products and Groups are not limited to a one-to-one relationship. + Multiple groups can be associated with the same product, and groups + can be associated with more than one product. + </para> + </note> + + <para> + If any group has <emphasis>Entry</emphasis> selected, then the + product will restrict bug entry to only those users + who are members of <emphasis>all</emphasis> the groups with + <emphasis>Entry</emphasis> selected. + </para> + + <para> + If any group has <emphasis>Canedit</emphasis> selected, + then the product will be read-only for any users + who are not members of <emphasis>all</emphasis> of the groups with + <emphasis>Canedit</emphasis> selected. <emphasis>Only</emphasis> users who + are members of all the <emphasis>Canedit</emphasis> groups + will be able to edit bugs for this product. This is an additional + restriction that enables finer-grained control over products rather + than just all-or-nothing access levels. + </para> + + <para> + The following settings let you + choose privileges on a <emphasis>per-product basis</emphasis>. + 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. + </para> + + <para> + Any group having <emphasis>editcomponents</emphasis> + selected allows users who are in this group to edit all + aspects of this product, including components, milestones + and versions. + </para> + + <para> + Any group having <emphasis>canconfirm</emphasis> selected + allows users who are in this group to confirm bugs + in this product. + </para> + + <para> + Any group having <emphasis>editbugs</emphasis> selected allows + users who are in this group to edit all fields of + bugs in this product. + </para> + + <para> + The <emphasis>MemberControl</emphasis> and + <emphasis>OtherControl</emphasis> are used in tandem to determine which + bugs will be placed in this group. The only allowable combinations of + these two parameters are listed in a table on the "Edit Group Access Controls" + page. Consult this table for details on how these fields can be used. + Examples of different uses are described below. + </para> + + <section id="group-control-examples"> + <title>Common Applications of Group Controls</title> + + <para> + The use of groups is best explained by providing examples that illustrate + configurations for common use cases. The examples follow a common syntax: + <emphasis>Group: Entry, MemberControl, OtherControl, CanEdit, + EditComponents, CanConfirm, EditBugs</emphasis>. Where "Group" is the name + of the group being edited for this product. The other fields all + correspond to the table on the "Edit Group Access Controls" page. If any + of these options are not listed, it means they are not checked. + </para> + + <para> + Basic Product/Group Restriction + </para> + + <para> + Suppose there is a product called "Bar". The + "Bar" product can only have bugs entered against it by users in the + group "Foo". Additionally, bugs filed against product "Bar" must stay + restricted to users to "Foo" at all times. Furthermore, only members + of group "Foo" can edit bugs filed against product "Bar", even if other + users could see the bug. This arrangement would achieved by the + following: + </para> + + <programlisting> +Product Bar: +foo: ENTRY, MANDATORY/MANDATORY, CANEDIT + </programlisting> + + <para> + Perhaps such strict restrictions are not needed for product "Bar". A + more lenient way to configure product "Bar" and group "Foo" would be: + </para> + + <programlisting> +Product Bar: +foo: ENTRY, SHOWN/SHOWN, EDITCOMPONENTS, CANCONFIRM, EDITBUGS + </programlisting> + + <para> + The above indicates that for product "Bar", members of group "Foo" can + enter bugs. Any one with permission to edit a bug against product "Bar" + can put the bug + in group "Foo", even if they themselves are not in "Foo". Anyone in group + "Foo" can edit all aspects of the components of product "Bar", can confirm + bugs against product "Bar", and can edit all fields of any bug against + product "Bar". + </para> + + <para> + General User Access With Security Group + </para> + + <para> + To permit any user to file bugs against "Product A", + and to permit any user to submit those bugs into a + group called "Security": + </para> + + <programlisting> +Product A: +security: SHOWN/SHOWN + </programlisting> + + <para> + General User Access With A Security Product + </para> + + <para> + To permit any user to file bugs against product called "Security" + while keeping those bugs from becoming visible to anyone + outside the group "SecurityWorkers" (unless a member of the + "SecurityWorkers" group removes that restriction): + </para> + + <programlisting> +Product Security: +securityworkers: DEFAULT/MANDATORY + </programlisting> + + <para> + Product Isolation With a Common Group + </para> + + <para> + To permit users of "Product A" to access the bugs for + "Product A", users of "Product B" to access the bugs for + "Product B", and support staff, who are members of the "Support + Group" to access both, three groups are needed: + </para> + + <orderedlist> + + <listitem> + <para>Support Group: Contains members of the support staff.</para> + </listitem> + + <listitem> + <para>AccessA Group: Contains users of product A and the Support group.</para> + </listitem> + + <listitem> + <para>AccessB Group: Contains users of product B and the Support group.</para> + </listitem> + + </orderedlist> - <listitem> - <para> - Enter the name of the product and a description. The - Description field may contain HTML. - </para> - </listitem> + <para> + Once these three groups are defined, the product group controls + can be set to: + </para> + + <programlisting> +Product A: +AccessA: ENTRY, MANDATORY/MANDATORY +Product B: +AccessB: ENTRY, MANDATORY/MANDATORY + </programlisting> - <listitem> <para> - When the product is created, Bugzilla will give a message - stating that a component must be created before any bugs can - be entered against the new product. Follow the link to create - a new component. See <xref linkend="components"/> for more - information. + Perhaps the "Support Group" wants more control. For example, + the "Support Group" could be permitted to make bugs inaccessible to + users of both groups "AccessA" and "AccessB". + Then, the "Support Group" could be permitted to publish + bugs relevant to all users in a third product (let's call it + "Product Common") that is read-only + to anyone outside the "Support Group". In this way the "Support Group" + could control bugs that should be seen by both groups. + That configuration would be: </para> - </listitem> - </orderedlist> + <programlisting> +Product A: +AccessA: ENTRY, MANDATORY/MANDATORY +Support: SHOWN/NA +Product B: +AccessB: ENTRY, MANDATORY/MANDATORY +Support: SHOWN/NA +Product Common: +Support: ENTRY, DEFAULT/MANDATORY, CANEDIT + </programlisting> - <section id="product-group-controls" xreflabel="Group Access Controls"> - <title>Assigning Group Controls to Products</title> - <para> - On the <quote>Product Edit</quote> page, - there is a link called - <quote>Edit Group Access Controls</quote>. - The settings on this page control the relationship - of the groups to the product being edited. - </para> - <para> - Groups may be applicable, default, and - mandatory for each product. Groups can also control access - to bugs for a given product, or be used to make bugs - for a product totally read-only unless the group - restrictions are met. - </para> - <para> - If any group has <emphasis>Entry</emphasis> selected, then the - product will restrict bug entry to only those users - who are members of all the groups with - <emphasis>Entry</emphasis> selected. - </para> - <para> - If any group has <emphasis>Canedit</emphasis> selected, - then the product will be read-only for any users - who are not members of all of the groups with - <emphasis>Canedit</emphasis> selected. ONLY users who - are members of all the <emphasis>Canedit</emphasis> groups - will be able to edit. This is an - additional restriction that further limits - what can be edited by a user. - </para> - <para> - The following settings let you - choose privileges on a <emphasis>per-product basis</emphasis>. - 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. - </para> - <para> - Any group having <emphasis>editcomponents</emphasis> - selected allows users who are in this group to edit all - aspects of this product, including components, milestones - and versions. - </para> - <para> - Any group having <emphasis>canconfirm</emphasis> selected - allows users who are in this group to confirm bugs - in this product. - </para> - <para> - Any group having <emphasis>editbugs</emphasis> selected allows - users who are in this group to edit all fields of - bugs in this product. - </para> - <para> - The <emphasis>MemberControl</emphasis> and - <emphasis>OtherControl</emphasis> fields indicate which - bugs will be placed in this group according - to the following definitions. - </para> - <para> - For each group, it is possible to specify if - membership in that group is: - </para> - <orderedlist> - <listitem> - <para> - Required for bug entry. - </para> - </listitem> - <listitem> <para> - Not applicable to this product(NA), - a possible restriction for a member of the - group to place on a bug in this product(Shown), - a default restriction for a member of the - group to place on a bug in this product(Default), - or a mandatory restriction to be placed on bugs - in this product(Mandatory). + Make a Product Read Only </para> - </listitem> - <listitem> + <para> - Not applicable by non-members to this product(NA), - a possible restriction for a non-member of the - group to place on a bug in this product(Shown), - a default restriction for a non-member of the - group to place on a bug in this product(Default), - or a mandatory restriction to be placed on bugs - in this product when entered by a non-member(Mandatory). + Sometimes a product is retired and should no longer have + new bugs filed against it (for example, an older version of a software + product that is no longer supported). A product can be made read-only + by creating a group called "readonly" and adding products to the + group as needed: </para> - </listitem> - <listitem> + + <programlisting> +Product A: +ReadOnly: ENTRY, NA/NA, CANEDIT + </programlisting> + + <note> <para> - Required in order to make <emphasis>any</emphasis> change - to bugs in this product <emphasis>including comments.</emphasis> + For more information on Groups outside of how they relate to products + see <xref linkend="groups"/>. </para> - </listitem> - </orderedlist> - <para>These controls are often described in this order, so a - product that requires a user to be a member of group "foo" - to enter a bug and then requires that the bug stay restricted - to group "foo" at all times and that only members of group "foo" - can edit the bug even if they otherwise could see the bug would - have its controls summarized by...</para> - <programlisting> -foo: ENTRY, MANDATORY/MANDATORY, CANEDIT - </programlisting> - - </section> + </note> + </section> + </section> </section> @@ -1572,20 +2379,34 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT <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). + The release of Bugzilla 3.0 added the ability to create Custom Fields. + Custom Fields are treated like any other field - they can be set in bugs + and used for search queries. Administrators should keep in mind that + adding too many fields can make the user interface more complicated and + harder to use. Custom Fields should be added only when necessary and with + careful consideration. + </para> + <tip> + <para> + Before adding a Custom Field, make sure that Bugzilla can not already + do the desired behavior. Many Bugzilla options are not enabled by + default, and many times Administrators find that simply enabling + certain options that already exist is sufficient. + </para> + </tip> + <para> + Administrators can manage Custom Fields using the + <quote>Custom Fields</quote> link on the Administration page. The Custom + Fields administration page displays a list of Custom Fields, if any exist, + and a link to "Add a new custom field". </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. + To add a new Custom Field, click the "Add a new custom field" link. This + page displays several options for the new field, described below. </para> <para> @@ -1594,19 +2415,18 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT <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. + The name of the field in the database, used internally. This name + MUST begin with <quote>cf_</quote> to prevent confusion with + standard fields. If this string is omitted, it will + be automatically added to the name entered. </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 + A brief string which is used as the label for this Custom Field. + That is the string that users will see, and should be short and explicit. </para> </listitem> @@ -1614,40 +2434,60 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT <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. + The type of field to create. There are + several types available: + <simplelist> + <member> + Large Text Box: A multiple line box for entering free text. + </member> + <member> + Free Text: A single line box for entering free text. + </member> + <member> + Multiple-Selection Box: A list box where multiple options + can be selected. After creating this field, it must be edited + to add the selection options. See + <xref linkend="edit-values-list" /> for information about + editing legal values. + </member> + <member> + Drop Down: A list box where only one option can be selected. + After creating this field, it must be edited to add the + selection options. See + <xref linkend="edit-values-list" /> for information about + editing legal values. + </member> + <member> + Date/Time: A date field. This field appears with a + calendar widget for choosing the date. + </member> + </simplelist> </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. + Integer that determines in which order Custom Fields are + displayed in the User Interface, especially when viewing a bug. + Fields with lower values are displayed first. </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. + Boolean that determines whether this field can be set on + bug creation. If not selected, then a bug must be created + before this field can be set. See <xref linkend="bugreports" /> + for information 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 + Boolean that determines whether the value set on this field should appear in bugmail when the bug is filed. This attribute has no effect if the field cannot be set on bug creation. </para> @@ -1656,8 +2496,8 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT <listitem> <para> <emphasis>Is obsolete:</emphasis> - this boolean determines whether or not this field should - be displayed at all. Obsolete custom fields are hidden. + Boolean that determines whether this field should + be displayed at all. Obsolete Custom Fields are hidden. </para> </listitem> </itemizedlist> @@ -1668,7 +2508,7 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT <title>Editing Custom Fields</title> <para> - As soon as a custom field is created, its name and type cannot be + 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. @@ -1679,10 +2519,10 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT <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. + It is only possible to delete obsolete Custom Fields + if the field has never been used in the database. + To remove a field which already has content, + mark it as obsolete. </para> </section> </section> @@ -1694,29 +2534,32 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT 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. + <filename>localconfig</filename>. Starting with Bugzilla 2.23.3, + the list of valid resolutions can be customized from the same interface. + Since Bugzilla 3.1.1 the list of valid bug statuses can be customized + as well. </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. + Select "Legal Values" from the Administration page. A list of all + fields, both system fields and Custom Fields, for which legal values + can be edited appears. Click a field name to edit its legal values. </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. + There is no limit to how many values a field can have, but each value + must be unique to that field. The sortkey is important to display these + values in the desired order. </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: + Legal values from Custom Fields can be deleted, but only if the + following two conditions are respected: </para> <orderedlist> @@ -1737,6 +2580,27 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT </section> </section> + <section id="bug_status_workflow"> + <title>Bug Status Workflow</title> + + <para> + The bug status workflow is no longer hardcoded but can be freely customized + from the web interface. Only one bug status cannot be renamed nor deleted, + UNCONFIRMED, but the workflow involving it is free. The configuration + page displays all existing bug statuses twice, first on the left for bug + statuses we come from and on the top for bug statuses we move to. + If the checkbox is checked, then the transition between the two bug statuses + is legal, else it's forbidden independently of your privileges. The bug status + used for the "duplicate_or_move_bug_status" parameter must be part of the + workflow as that is the bug status which will be used when duplicating or + moving a bug, so it must be available from each bug status. + </para> + <para> + When the workflow is set, the "View Current Triggers" link below the table + lets you set which transitions require a comment from the user. + </para> + </section> + <section id="voting"> <title>Voting</title> @@ -1833,28 +2697,70 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT <section id="groups"> <title>Groups and Group Security</title> - <para>Groups allow the administrator - to isolate bugs or products that should only be seen by certain people. - The association between products and groups is controlled from - the product edit page under <quote>Edit Group Controls.</quote> + <para> + Groups allow for separating bugs into logical divisions. + Groups are typically used to + to isolate bugs that should only be seen by certain people. For + example, a company might create a different group for each one of its customers + or partners. Group permissions could be set so that each partner or customer would + only have access to their own bugs. Or, groups might be used to create + variable access controls for different departments within an organization. + Another common use of groups is to associate groups with products, + creating isolation and access control on a per-product basis. </para> <para> - If the makeproductgroups param is on, a new group will be automatically - created for every new product. It is primarily available for backward - compatibility with older sites. + Groups and group behaviors are controlled in several places: </para> + + <orderedlist> + + <listitem> + <para> + The group configuration page. To view or edit existing groups, or to + create new groups, access the "Groups" link from the "Administration" + page. This section of the manual deals primarily with the aspect of + group controls accessed on this page. + </para> + </listitem> + + <listitem> + <para> + Global configuration parameters. Bugzilla has several parameters + that control the overall default group behavior and restriction + levels. For more information on the parameters that control + group behavior globally, see <xref linkend="param-group-security"/>. + </para> + + </listitem> + + <listitem> + <para> + Product association with groups. Most of the functionality of groups + and group security is controlled at the product level. Some aspects + of group access controls for products are discussed in this section, + but for more detail see <xref linkend="product-group-controls"/>. + </para> + </listitem> + + <listitem> + <para> + Group access for users. See <xref linkend="users-and-groups"/> for + details on how users are assigned group access. + </para> + </listitem> + + </orderedlist> + <para> - Note that group permissions are such that you need to be a member - of <emphasis>all</emphasis> the groups a bug is in, for whatever - reason, to see that bug. Similarly, you must be a member - of <emphasis>all</emphasis> of the entry groups for a product - to add bugs to a product and you must be a member - of <emphasis>all</emphasis> of the canedit groups for a product - in order to make <emphasis>any</emphasis> change to bugs in that - product. - </para> - <note> + Group permissions are such that if a bug belongs to a group, only members + of that group can see the bug. If a bug is in more than one group, only + members of <emphasis>all</emphasis> the groups that the bug is in can see + the bug. For information on granting read-only access to certain people and + full edit access to others, see <xref linkend="product-group-controls"/>. + </para> + + <note> <para> By default, bugs can also be seen by the Assignee, the Reporter, and by everyone on the CC List, regardless of whether or not the bug would @@ -1863,158 +2769,276 @@ foo: ENTRY, MANDATORY/MANDATORY, CANEDIT section that starts with <quote>Users in the roles selected below...</quote> and un-checking the box next to either 'Reporter' or 'CC List' (or both). </para> - </note> + </note> + <section id="create-groups"> <title>Creating Groups</title> - <para>To create Groups:</para> + + <para> + To create a new group, follow the steps below: + </para> <orderedlist> + <listitem> - <para>Select the <quote>groups</quote> - link in the footer.</para> + <para> + Select the <quote>Administration</quote> link in the page footer, + and then select the <quote>Groups</quote> link from the + Administration page. + </para> </listitem> <listitem> - <para>Take a moment to understand the instructions on the <quote>Edit - Groups</quote> screen, then select the <quote>Add Group</quote> link.</para> + <para> + A table of all the existing groups is displayed. Below the table is a + description of all the fields. To create a new group, select the + <quote>Add Group</quote> link under the table of existing groups. + </para> </listitem> <listitem> - <para>Fill out the <quote>Group</quote>, <quote>Description</quote>, - and <quote>User RegExp</quote> fields. - <quote>User RegExp</quote> allows you to automatically - place all users who fulfill the Regular Expression into the new group. - When you have finished, click <quote>Add</quote>.</para> - <para>Users whose email addresses match the regular expression - will automatically be members of the group as long as their - email addresses continue to match the regular expression.</para> - <note> - <para>This is a change from 2.16 where the regular expression - resulted in a user acquiring permanent membership in a group. - To remove a user from a group the user was in due to a regular - expression in version 2.16 or earlier, the user must be explicitly - removed from the group. This can easily be done by pressing - buttons named 'Remove Memberships' or 'Remove Memberships - included in regular expression' under the table.</para> - </note> - <warning> - <para>If specifying a domain in the regexp, make sure you end - the regexp with a $. Otherwise, when granting access to - "@mycompany\.com", you will allow access to - 'badperson@mycompany.com.cracker.net'. You need to use - '@mycompany\.com$' as the regexp.</para> - </warning> - </listitem> - <listitem> - <para>If you plan to use this group to directly control - access to bugs, check the "use for bugs" box. Groups - not used for bugs are still useful because other groups - can include the group as a whole.</para> + <para> + There are five fields to fill out. These fields are documented below + the form. Choose a name and description for the group. Decide whether + this group should be used for bugs (in all likelihood this should be + selected). Optionally, choose a regular expression that will + automatically add any matching users to the group, and choose an + icon that will help identify user comments for the group. The regular + expression can be useful, for example, to automatically put all users + from the same company into one group (if the group is for a specific + customer or partner). + </para> + <note> + <para> + If <quote>User RegExp</quote> is filled out, users whose email + addresses match the regular expression will automatically be + members of the group as long as their email addresses continue + to match the regular expression. If their email address changes + and no longer matches the regular expression, they will be removed + from the group. Versions 2.16 and older of Bugzilla did not automatically + remove users who's email addresses no longer matched the RegExp. + </para> + </note> + <warning> + <para> + If specifying a domain in the regular expression, end + the regexp with a "$". Otherwise, when granting access to + "@mycompany\.com", access will also be granted to + 'badperson@mycompany.com.cracker.net'. Use the syntax, + '@mycompany\.com$' for the regular expression. + </para> + </warning> </listitem> + <listitem> - <para>After you add your new group, edit the new group. On the - edit page, you can specify other groups that should be included + <para> + After the new group is created, it can be edited for additional options. + The "Edit Group" page allows for specifying other groups that should be included in this group and which groups should be permitted to add and delete - users from this group.</para> + users from this group. For more details, see <xref linkend="edit-groups"/>. + </para> </listitem> </orderedlist> </section> + <section id="edit-groups"> + <title>Editing Groups and Assigning Group Permissions</title> + + <para> + To access the "Edit Groups" page, select the + <quote>Administration</quote> link in the page footer, + and then select the <quote>Groups</quote> link from the Administration page. + A table of all the existing groups is displayed. Click on a group name + you wish to edit or control permissions for. + </para> + + <para> + The "Edit Groups" page contains the same five fields present when + creating a new group. Below that are two additional sections, "Group + Permissions," and "Mass Remove". The "Mass Remove" option simply removes + all users from the group who match the regular expression entered. The + "Group Permissions" section requires further explanation. + </para> + + <para> + The "Group Permissions" section on the "Edit Groups" page contains four sets + of permissions that control the relationship of this group to other + groups. If the 'usevisibilitygroups' parameter is in use (see + <xref linkend="parameters"/>) two additional sets of permissions are displayed. + Each set consists of two select boxes. On the left, a select box + with a list of all existing groups. On the right, a select box listing + all groups currently selected for this permission setting (this box will + be empty for new groups). The way these controls allow groups to relate + to one another is called <emphasis>inheritance</emphasis>. + Each of the six permissions is described below. + </para> + + <variablelist> + + <varlistentry> + + <term> + <emphasis>Groups That Are a Member of This Group</emphasis> + </term> + + <listitem> + <para> + Members of any groups selected here will automatically have + membership in this group. In other words, members of any selected + group will inherit membership in this group. + </para> + </listitem> + + </varlistentry> + + <varlistentry> + + <term> + <emphasis>Groups That This Group Is a Member Of</emphasis> + </term> + + <listitem> + <para> + Members of this group will inherit membership to any group + selected here. For example, suppose the group being edited is + an Admin group. If there are two products (Product1 and Product2) + and each product has its + own group (Group1 and Group2), and the Admin group + should have access to both products, + simply select both Group1 and Group2 here. + </para> + </listitem> + + </varlistentry> + + <varlistentry> + + <term> + <emphasis>Groups That Can Grant Membership in This Group</emphasis> + </term> + + <listitem> + <para> + The members of any group selected here will be able add users + to this group, even if they themselves are not in this group. + </para> + </listitem> + + </varlistentry> + + <varlistentry> + + <term> + <emphasis>Groups That This Group Can Grant Membership In</emphasis> + </term> + + <listitem> + <para> + Members of this group can add users to any group selected here, + even if they themselves are not in the selected groups. + </para> + </listitem> + + </varlistentry> + + <varlistentry> + + <term> + <emphasis>Groups That Can See This Group</emphasis> + </term> + + <listitem> + <para> + Members of any selected group can see the users in this group. + This setting is only visible if the 'usevisibilitygroups' parameter + is enabled on the Bugzilla Configuration page. See + <xref linkend="parameters"/> for information on configuring Bugzilla. + </para> + </listitem> + + </varlistentry> + + <varlistentry> + + <term> + <emphasis>Groups That This Group Can See</emphasis> + </term> + + <listitem> + <para> + Members of this group can see members in any of the selected groups. + This setting is only visible if the 'usevisibilitygroups' parameter + is enabled on the the Bugzilla Configuration page. See + <xref linkend="parameters"/> for information on configuring Bugzilla. + </para> + </listitem> + + </varlistentry> + + </variablelist> + + </section> + + <section id="users-and-groups"> <title>Assigning Users to Groups</title> - <para>Users can become a member of a group in several ways.</para> + + <para> + A User can become a member of a group in several ways: + </para> + <orderedlist> + <listitem> - <para>The user can be explicitly placed in the group by editing - the user's own profile</para> + <para> + The user can be explicitly placed in the group by editing + the user's profile. This can be done by accessing the "Users" page + from the "Administration" page. Use the search form to find the user + you want to edit group membership for, and click on their email + address in the search results to edit their profile. The profile + page lists all the groups, and indicates if the user is a member of + the group either directly or indirectly. More information on indirect + group membership is below. For more details on User administration, + see <xref linkend="useradmin"/>. + </para> </listitem> + <listitem> - <para>The group can include another group of which the user is - a member.</para> + <para> + The group can include another group of which the user is + a member. This is indicated by square brackets around the checkbox + next to the group name in the user's profile. + See <xref linkend="edit-groups"/> for details on group inheritance. + </para> </listitem> + <listitem> - <para>The user's email address can match a regular expression - that the group specifies to automatically grant membership to - the group.</para> + <para> + The user's email address can match the regular expression + that has been specified to automatically grant membership to + the group. This is indicated by "*" around the check box by the + group name in the user's profile. + See <xref linkend="create-groups"/> for details on + the regular expression option when creating groups. + </para> </listitem> + </orderedlist> + </section> + <section> <title>Assigning Group Controls to Products</title> + <para> - For information on assigning group controls to - products, see <xref linkend="products" />. + The primary functionality of groups is derived from the relationship of + groups to products. The concepts around segregating access to bugs with + product group controls can be confusing. For details and examples on this + topic, see <xref linkend="product-group-controls" />. </para> + </section> - - <section> - <title>Common Applications of Group Controls</title> - <section> - <title>General User Access With Security Group</title> - <para>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....</para> - <programlisting> -Product A... -security: SHOWN/SHOWN -Product B... -security: SHOWN/SHOWN -Product C... -security: SHOWN/SHOWN - </programlisting> - </section> - <section> - <title>General User Access With A Security Product</title> - <para>To permit any user to file bugs in a Security product - while keeping those bugs from becoming visible to anyone - outside the securityworkers group unless a member of the - securityworkers group removes that restriction....</para> - <programlisting> -Product Security... -securityworkers: DEFAULT/MANDATORY - </programlisting> - </section> - <section> - <title>Product Isolation With Common Group</title> - <para>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 are needed</para> - <orderedlist> - <listitem> - <para>Support: Contains members of the support staff.</para> - </listitem> - <listitem> - <para>AccessA: Contains users of product A and the Support group.</para> - </listitem> - <listitem> - <para>AccessB: Contains users of product B and the Support group.</para> - </listitem> - </orderedlist> - <para>Once these 3 groups are defined, the products group controls - can be set to..</para> - <programlisting> -Product A... -AccessA: ENTRY, MANDATORY/MANDATORY -Product B... -AccessB: ENTRY, MANDATORY/MANDATORY - </programlisting> - <para>Optionally, the support group could be permitted to make - bugs inaccessible to the users and could be permitted to publish - bugs relevant to all users in a common product that is read-only - to anyone outside the support group. That configuration could - be...</para> - <programlisting> -Product A... -AccessA: ENTRY, MANDATORY/MANDATORY -Support: SHOWN/NA -Product B... -AccessB: ENTRY, MANDATORY/MANDATORY -Support: SHOWN/NA -Product Common... -Support: ENTRY, DEFAULT/MANDATORY, CANEDIT - </programlisting> - </section> - </section> + </section> <section id="sanitycheck"> @@ -2398,6 +3422,7 @@ bash$ <command>./checksetup.pl</command> </section> </section> + </chapter> <!-- Keep this comment at the end of the file diff --git a/docs/en/xml/bugzilla.ent b/docs/en/xml/bugzilla.ent new file mode 100644 index 000000000..fcead8a07 --- /dev/null +++ b/docs/en/xml/bugzilla.ent @@ -0,0 +1,40 @@ +<?xml version="1.0"?> + +<!-- Module Versions --> +<!ENTITY min-cgi-ver "2.93"> +<!ENTITY min-date-format-ver "2.21"> +<!ENTITY min-file-spec-ver "0.84"> +<!ENTITY min-dbi-ver "1.41"> +<!ENTITY min-template-ver "2.15"> +<!ENTITY min-email-send-ver "2.00"> +<!ENTITY min-email-mime-ver "1.861"> +<!ENTITY min-email-mime-modifier-ver "any"> +<!ENTITY min-gd-ver "1.20"> +<!ENTITY min-chart-base-ver "1.0"> +<!ENTITY min-template-plugin-gd-image-ver "any"> +<!ENTITY min-gd-text-ver "any"> +<!ENTITY min-gd-graph-ver "any"> +<!ENTITY min-xml-twig-ver "any"> +<!ENTITY min-mime-parser-ver "5.406"> +<!ENTITY min-lwp-useragent-ver "any"> +<!ENTITY min-patchreader-ver "0.9.4"> +<!ENTITY min-image-magick-ver "any"> +<!ENTITY min-net-ldap-ver "any"> +<!ENTITY min-authen-sasl-ver "any"> +<!ENTITY min-authen-radius-ver "any"> +<!ENTITY min-soap-lite-ver "any"> +<!ENTITY min-html-parser-ver "3.40"> +<!ENTITY min-html-scrubber-ver "any"> +<!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-mp-cgi-ver "3.11"> + + <!-- Database Versions --> +<!ENTITY min-dbd-pg-ver "1.45"> +<!ENTITY min-pg-ver "8.00.0000"> +<!ENTITY min-dbd-mysql-ver "4.00"> +<!ENTITY min-mysql-ver "4.1.2"> +<!ENTITY min-dbd-oracle-ver "1.19"> +<!ENTITY min-oracle-ver "10.01.0"> diff --git a/docs/xml/conventions.xml b/docs/en/xml/conventions.xml similarity index 100% rename from docs/xml/conventions.xml rename to docs/en/xml/conventions.xml diff --git a/docs/xml/customization.xml b/docs/en/xml/customization.xml similarity index 99% rename from docs/xml/customization.xml rename to docs/en/xml/customization.xml index bb89cb12b..81a5b4960 100644 --- a/docs/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -440,13 +440,11 @@ <section id="cust-hooks"> <title>The Bugzilla Extension Mechanism</title> - + <warning> <para> - Custom extensions require Template Toolkit version 2.12 or - above, or the application of a patch. See <ulink - url="http://bugzilla.mozilla.org/show_bug.cgi?id=239112">bug - 239112</ulink> for details. + Note that the below paths are inconsistent and confusing. They will + likely be changed in Bugzilla 4.0. </para> </warning> @@ -590,7 +588,7 @@ <para> The corresponding extension file for this hook is - <filename>BUGZILLA_ROOT/extensions/projman/template/en/hook/global/useful-links-edit.html.tmpl</filename>. + <filename>BUGZILLA_ROOT/extensions/projman/template/en/global/useful-links-edit.html.tmpl</filename>. You then create that template file and add the following constant: </para> diff --git a/docs/xml/gfdl.xml b/docs/en/xml/gfdl.xml similarity index 100% rename from docs/xml/gfdl.xml rename to docs/en/xml/gfdl.xml diff --git a/docs/xml/glossary.xml b/docs/en/xml/glossary.xml similarity index 100% rename from docs/xml/glossary.xml rename to docs/en/xml/glossary.xml diff --git a/docs/xml/index.xml b/docs/en/xml/index.xml similarity index 100% rename from docs/xml/index.xml rename to docs/en/xml/index.xml diff --git a/docs/xml/installation.xml b/docs/en/xml/installation.xml similarity index 86% rename from docs/xml/installation.xml rename to docs/en/xml/installation.xml index 1d4b8cbe4..78867e725 100644 --- a/docs/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.152 2008/01/24 22:35:16 lpsolit%gmail.com Exp $ --> +<!-- $Id: installation.xml,v 1.157 2008/04/13 19:25:18 lpsolit%gmail.com Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -178,7 +178,8 @@ <title>Bugzilla</title> <para> - Download a Bugzilla tarball (or check it out from CVS) and place + <ulink url="http://www.bugzilla.org/download/">Download a Bugzilla tarball</ulink> + (or check it out from CVS) and place it in a suitable directory, accessible by the default web server user (probably <quote>apache</quote> or <quote>www</quote>). Good locations are either directly in the web server's document directories or @@ -285,7 +286,7 @@ <listitem> <para> - CGI &min-cgi-ver; or CGI &min-mp-cgi-ver; if using mod_perl + CGI &min-cgi-ver; </para> </listitem> @@ -469,7 +470,7 @@ <listitem> <para> CGI - (&min-cgi-ver;) for mod_perl + (&min-mp-cgi-ver;) for mod_perl </para> </listitem> @@ -652,7 +653,6 @@ </section> </section> - <section id="configuration"> <title>Configuration</title> @@ -1318,7 +1318,6 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s </section> </section> - <section id="extraconfig"> <title>Optional Additional Configuration</title> @@ -1373,54 +1372,6 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s </note> </section> - <section> - <title>Dependency Charts</title> - - <para>As well as the text-based dependency trees, Bugzilla also - supports a graphical view of dependency relationships, using a - package called 'dot'. - Exactly how this works is controlled by the 'webdotbase' parameter, - which can have one of three values: - </para> - - <para> - <orderedlist> - <listitem> - <para> - A complete file path to the command 'dot' (part of - <ulink url="http://www.graphviz.org/">GraphViz</ulink>) - will generate the graphs locally - </para> - </listitem> - <listitem> - <para> - A URL prefix pointing to an installation of the webdot package will - generate the graphs remotely - </para> - </listitem> - <listitem> - <para> - A blank value will disable dependency graphing. - </para> - </listitem> - </orderedlist> - </para> - - <para>The easiest way to get this working is to install - <ulink url="http://www.graphviz.org/">GraphViz</ulink>. If you - do that, you need to - <ulink url="http://httpd.apache.org/docs/mod/mod_imap.html">enable - server-side image maps</ulink> in Apache. - Alternatively, you could set up a webdot server, or use the AT&T - public webdot server. This is the default for the webdotbase param, - but it's often overloaded and slow. Note that AT&T's server - won't work - if Bugzilla is only accessible using HARTS. - <emphasis>Editor's note: What the heck is HARTS? Google doesn't know... - </emphasis> - </para> - </section> - <section id="installation-whining-cron"> <title>The Whining Cron</title> @@ -1485,229 +1436,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s </para> </note> </section> - - <section id="patch-viewer"> - <title>Patch Viewer</title> - - <para> - Patch Viewer is the engine behind Bugzilla's graphical display of - code patches. You can integrate this with copies of the - <filename>cvs</filename>, <filename>lxr</filename> and - <filename>bonsai</filename> tools if you have them, by giving - the locations of your installation of these tools in - <filename>editparams.cgi</filename>. - </para> - <para> - Patch Viewer also optionally will use the - <filename>cvs</filename>, <filename>diff</filename> and - <filename>interdiff</filename> - command-line utilities if they exist on the system. - Interdiff can be obtained from - <ulink url="http://cyberelk.net/tim/patchutils/"/>. - If these programs are not in the system path, you can configure - their locations in <filename>localconfig</filename>. - </para> - - - </section> - - <section id="bzradius"> - <title>RADIUS Authentication</title> - - <para>RADIUS authentication is a module for Bugzilla's plugin - authentication architecture. - Most caveats that apply to LDAP authentication apply to RADIUS - authentication as well. - </para> - - <para>Parameters required to use RADIUS Authentication:</para> - - <variablelist> - <varlistentry id="param-user_verify_class_for_radius"> - <term>user_verify_class</term> - <listitem> - <para>If you want to list <quote>RADIUS</quote> here, - make sure to have set up the other parameters listed below. - Unless you have other (working) authentication methods listed as - well, you may otherwise not be able to log back in to Bugzilla once - you log out. - If this happens to you, you will need to manually edit - <filename>data/params</filename> and set user_verify_class to - <quote>DB</quote>. - </para> - </listitem> - </varlistentry> - - <varlistentry id="param-RADIUS_server"> - <term>RADIUS_server</term> - <listitem> - <para>This parameter should be set to the name (and optionally the - port) of your RADIUS server. - </para> - </listitem> - </varlistentry> - - <varlistentry id="param-RADIUS_secret"> - <term>RADIUS_secret</term> - <listitem> - <para>This parameter should be set to the RADIUS server's secret. - </para> - </listitem> - </varlistentry> - - <varlistentry id="param-RADIUS_email_suffix"> - <term>RADIUS_email_suffix</term> - <listitem> - <para>Bugzilla needs an e-mail address for each user account. - Therefore, it needs to determine the e-mail address corresponding - to a RADIUS user. - Bugzilla offers only a simple way to do this: it can concatenate - a suffix to the RADIUS user name to convert it into an e-mail - address. - You can specify this suffix in the RADIUS_email_suffix parameter. - </para> - <para>If this simple solution does not work for you, you'll - probably need to modify - <filename>Bugzilla/Auth/Verify/RADIUS.pm</filename> to match your - requirements. - </para> - </listitem> - </varlistentry> - </variablelist> - - </section> - - <section id="bzldap"> - <title>LDAP Authentication</title> - - <para>LDAP authentication is a module for Bugzilla's plugin - authentication architecture. - </para> - - <para> - The existing authentication - scheme for Bugzilla uses email addresses as the primary user ID, and a - password to authenticate that user. All places within Bugzilla where - you need to deal with user ID (e.g assigning a bug) use the email - address. The LDAP authentication builds on top of this scheme, rather - than replacing it. The initial log in is done with a username and - password for the LDAP directory. Bugzilla tries to bind to LDAP using - those credentials, and if successful, try to map this account to a - Bugzilla account. If a LDAP mail attribute is defined, the value of this - attribute is used, otherwise emailsuffix parameter is appended to LDAP - username to form a full email address. If an account for this address - already exists in your Bugzilla system, it will log in to that account. - If no account for that email address exists, one is created at the time - of login. (In this case, Bugzilla will attempt to use the "displayName" - or "cn" attribute to determine the user's full name.) After - authentication, all other user-related tasks are still handled by email - address, not LDAP username. You still assign bugs by email address, query - on users by email address, etc. - </para> - - <caution> - <para>Because the Bugzilla account is not created until the first time - a user logs in, a user who has not yet logged is unknown to Bugzilla. - This means they cannot be used as an assignee or QA contact (default or - otherwise), added to any cc list, or any other such operation. One - possible workaround is the <filename>bugzilla_ldapsync.rb</filename> - script in the - <glossterm linkend="gloss-contrib"><filename class="directory">contrib</filename></glossterm> directory. Another possible solution is fixing - <ulink url="http://bugzilla.mozilla.org/show_bug.cgi?id=201069">bug - 201069</ulink>. - </para> - </caution> - - <para>Parameters required to use LDAP Authentication:</para> - - <variablelist> - <varlistentry id="param-user_verify_class_for_ldap"> - <term>user_verify_class</term> - <listitem> - <para>If you want to list <quote>LDAP</quote> here, - make sure to have set up the other parameters listed below. - Unless you have other (working) authentication methods listed as - well, you may otherwise not be able to log back in to Bugzilla once - you log out. - If this happens to you, you will need to manually edit - <filename>data/params</filename> and set user_verify_class to - <quote>DB</quote>. - </para> - </listitem> - </varlistentry> - - <varlistentry id="param-LDAPserver"> - <term>LDAPserver</term> - <listitem> - <para>This parameter should be set to the name (and optionally the - port) of your LDAP server. If no port is specified, it assumes - the default LDAP port of 389. - </para> - <para>Ex. <quote>ldap.company.com</quote> - or <quote>ldap.company.com:3268</quote> - </para> - <para>You can also specify a LDAP URI, so as to use other - protocols, such as LDAPS or LDAPI. If port was not specified in - the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS' - schemes respectively. - </para> - <para>Ex. <quote>ldap://ldap.company.com</quote>, - <quote>ldaps://ldap.company.com</quote> or - <quote>ldapi://%2fvar%2flib%2fldap_sock</quote> - </para> - </listitem> - </varlistentry> - - <varlistentry id="param-LDAPbinddn"> - <term>LDAPbinddn [Optional]</term> - <listitem> - <para>Some LDAP servers will not allow an anonymous bind to search - the directory. If this is the case with your configuration you - should set the LDAPbinddn parameter to the user account Bugzilla - should use instead of the anonymous bind. - </para> - <para>Ex. <quote>cn=default,cn=user:password</quote></para> - </listitem> - </varlistentry> - - <varlistentry id="param-LDAPBaseDN"> - <term>LDAPBaseDN</term> - <listitem> - <para>The LDAPBaseDN parameter should be set to the location in - your LDAP tree that you would like to search for email addresses. - Your uids should be unique under the DN specified here. - </para> - <para>Ex. <quote>ou=People,o=Company</quote></para> - </listitem> - </varlistentry> - - <varlistentry id="param-LDAPuidattribute"> - <term>LDAPuidattribute</term> - <listitem> - <para>The LDAPuidattribute parameter should be set to the attribute - which contains the unique UID of your users. The value retrieved - from this attribute will be used when attempting to bind as the - user to confirm their password. - </para> - <para>Ex. <quote>uid</quote></para> - </listitem> - </varlistentry> - - <varlistentry id="param-LDAPmailattribute"> - <term>LDAPmailattribute</term> - <listitem> - <para>The LDAPmailattribute parameter should be the name of the - attribute which contains the email address your users will enter - into the Bugzilla login boxes. - </para> - <para>Ex. <quote>mail</quote></para> - </listitem> - </varlistentry> - </variablelist> - - </section> - <section id="apache-addtype"> <title>Serving Alternate Formats with the right MIME type</title> @@ -1830,7 +1559,9 @@ AddType application/rdf+xml .rdf</screen> Bugzilla on Windows requires the same perl modules found in <xref linkend="install-perlmodules"/>. The main difference is that windows uses <glossterm linkend="gloss-ppm">PPM</glossterm> instead - of CPAN. + of CPAN. ActiveState provides a GUI to manage Perl modules. We highly + recommend that you use it. If you prefer to use ppm from the + command-line, type: </para> <programlisting> @@ -1839,18 +1570,28 @@ C:\perl> <command>ppm install <module name></command> <para> The best source for the Windows PPM modules needed for Bugzilla - is probably the Bugzilla Test Server (aka 'Landfill'), so - you should add the Landfill package repository as follows: + is probably the theory58S website, which you can add to your list + of repositories as follows (for Perl 5.8.x): </para> <programlisting> -<command>ppm repo add landfill http://www.landfill.bugzilla.org/ppm/</command> +<command>ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms/</command> </programlisting> + + <para> + If you are using Perl 5.10.x, you cannot use the same PPM modules as Perl + 5.8.x as they are incompatible. In this case, you should add the following + repository: + </para> + <programlisting> +<command>ppm repo add theory58S http://cpan.uwinnipeg.ca/PPMPackages/10xx/</command> + </programlisting> + <note> <para> In versions prior to 5.8.8 build 819 of PPM the command is <programlisting> -<command>ppm repository add landfill http://www.landfill.bugzilla.org/ppm/</command> +<command>ppm repository add theory58S http://theoryx5.uwinnipeg.ca/ppms/</command> </programlisting> </para> </note> @@ -1950,19 +1691,20 @@ C:\perl> <command>ppm install <module name></command> <section id="macosx-libraries"> <title>Libraries & Perl Modules on Mac OS X</title> - <para>Apple did not include the GD library with Mac OS X. Bugzilla + <para>Apple does not include the GD library with Mac OS X. Bugzilla needs this for bug graphs.</para> - <para>You can install it using a program called - Fink, which is similar in nature to the CPAN installer, but installs - common GNU utilities. Fink is available from - <ulink url="http://sourceforge.net/projects/fink/"/>.</para> + <para>You can use DarwinPorts (<ulink url="http://darwinports.com/"/>) + or Fink (<ulink url="http://sourceforge.net/projects/fink/"/>), both + of which are similar in nature to the CPAN installer, but install + common unix programs.</para> - <para>Follow the instructions for setting up Fink. Once it's installed, - you'll want to use it to install the <filename>gd2</filename> package. + <para>Follow the instructions for setting up DarwinPorts or Fink. + Once you have one installed, you'll want to use it to install the + <filename>gd2</filename> package. </para> - <para>It will prompt you for a number of dependencies, type 'y' and hit + <para>Fink will prompt you for a number of dependencies, type 'y' and hit enter to install all of the dependencies and then watch it work. You will then be able to use <glossterm linkend="gloss-cpan">CPAN</glossterm> to install the GD Perl module. @@ -1983,9 +1725,10 @@ C:\perl> <command>ppm install <module name></command> </para> </note> - <para>Also available via Fink is <filename>expat</filename>. After using - fink to install the expat package you will be able to install - XML::Parser using CPAN. There is one caveat. Unlike recent versions of + <para>Also available via DarwinPorts and Fink is + <filename>expat</filename>. After installing the expat package, you + will be able to install XML::Parser using CPAN. If you use fink, there + is one caveat. Unlike recent versions of the GD module, XML::Parser doesn't prompt for the location of the required libraries. When using CPAN, you will need to use the following command sequence: diff --git a/docs/xml/integration.xml b/docs/en/xml/integration.xml similarity index 100% rename from docs/xml/integration.xml rename to docs/en/xml/integration.xml diff --git a/docs/xml/introduction.xml b/docs/en/xml/introduction.xml similarity index 100% rename from docs/xml/introduction.xml rename to docs/en/xml/introduction.xml diff --git a/docs/xml/modules.xml b/docs/en/xml/modules.xml similarity index 74% rename from docs/xml/modules.xml rename to docs/en/xml/modules.xml index 6e325c5a7..3d4f6e556 100644 --- a/docs/xml/modules.xml +++ b/docs/en/xml/modules.xml @@ -24,15 +24,13 @@ a 'make' utility. The <command>nmake</command> utility provided with Microsoft Visual C++ may be used. As an alternative, there is a utility called <command>dmake</command> available from CPAN which is - written entirely in Perl. The majority of the links given below, however, - are to pre-compiled versions of the modules, which can be installed - on Windows simply by issuing the following command once you have - downloaded the PPD file (which may be packaged within a ZIP file): + written entirely in Perl. </para> <para> - <screen> - <prompt>></prompt> ppm install <filename.ppd> - </screen> + As described in <xref linkend="modules-manual-download" />, however, most + packages already exist and are available from ActiveState or theory58S. + We highly recommend that you install them using the ppm GUI available with + ActiveState and to add the theory58S repository to your list of repositories. </para> </note> </section> @@ -43,9 +41,11 @@ <note> <para> Running Bugzilla on Windows requires the use of ActiveState - Perl 5.8.1 or higher. Some modules already exist in the core - distribution of ActiveState Perl so no PPM link is given. - (This is noted where it occurs.) + Perl 5.8.1 or higher. Many modules already exist in the core + distribution of ActiveState Perl. Additional modules can be downloaded + from <ulink url="http://theoryx5.uwinnipeg.ca/ppms/" /> if you use + Perl 5.8.x or from <ulink url="http://cpan.uwinnipeg.ca/PPMPackages/10xx/" /> + if you use Perl 5.10.x. </para> </note> @@ -53,7 +53,6 @@ CGI: <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/CGI.pm/"/> - PPM Download Link: Part of core distribution. Documentation: <ulink url="http://perldoc.perl.org/CGI.html"/> </literallayout> </para> @@ -62,7 +61,6 @@ Data-Dumper: <literallayout> 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/dist/Data-Dumper/Dumper.pm"/> </literallayout> </para> @@ -71,7 +69,6 @@ Date::Format (part of TimeDate): <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/TimeDate/"/> - PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/TimeDate.ppd"/> Documentation: <ulink url="http://search.cpan.org/dist/TimeDate/lib/Date/Format.pm"/> </literallayout> </para> @@ -80,7 +77,6 @@ DBI: <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBI/"/> - PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/DBI.ppd"/> Documentation: <ulink url="http://dbi.perl.org/docs/"/> </literallayout> </para> @@ -89,7 +85,6 @@ DBD::mysql: <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-mysql/"/> - PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/DBD-mysql.ppd"/> Documentation: <ulink url="http://search.cpan.org/dist/DBD-mysql/lib/DBD/mysql.pm"/> </literallayout> </para> @@ -98,7 +93,6 @@ 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> @@ -107,7 +101,6 @@ 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://perldoc.perl.org/File/Spec.html"/> </literallayout> </para> @@ -116,7 +109,6 @@ Template-Toolkit: <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-Toolkit/"/> - PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/Template-Toolkit.ppd"/> Documentation: <ulink url="http://www.template-toolkit.org/docs.html"/> </literallayout> </para> @@ -125,7 +117,6 @@ GD: <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://search.cpan.org/dist/GD/GD.pm"/> </literallayout> </para> @@ -134,7 +125,6 @@ Template::Plugin::GD: <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> @@ -143,7 +133,6 @@ MIME::Parser (part of MIME-tools): <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-tools/"/> - PPM Download Link: <ulink url="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/MIME-tools-5.411a.zip"/> Documentation: <ulink url="http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm"/> </literallayout> </para> @@ -157,7 +146,6 @@ Chart::Base: <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/dist/Chart/Chart.pod"/> </literallayout> </para> @@ -166,7 +154,6 @@ GD::Graph: <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDGraph/"/> - PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/GDGraph.ppd"/> Documentation: <ulink url="http://search.cpan.org/dist/GDGraph/Graph.pm"/> </literallayout> </para> @@ -175,7 +162,6 @@ GD::Text::Align (part of GD::Text::Util): <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDTextUtil/"/> - PPM Download Page: <ulink url="http://landfill.bugzilla.org/ppm/GDTextUtil.ppd"/> Documentation: <ulink url="http://search.cpan.org/dist/GDTextUtil/Text/Align.pm"/> </literallayout> </para> @@ -184,7 +170,6 @@ XML::Twig: <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/XML-Twig/"/> - PPM Download Link: <ulink url="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/XML-Twig-3.22.zip"/> Documentation: <ulink url="http://standards.ieee.org/resources/spasystem/twig/twig_stable.html"/> </literallayout> </para> @@ -193,7 +178,6 @@ PatchReader: <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/author/JKEISER/PatchReader/"/> - PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/PatchReader.ppd"/> Documentation: <ulink url="http://www.johnkeiser.com/mozilla/Patch_Viewer.html"/> </literallayout> </para> @@ -202,7 +186,6 @@ Image::Magick: <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/PerlMagick/"/> - PPM Download Link: Included in Windows binary package. Documentation: <ulink url="http://www.imagemagick.org/script/resources.php"/> </literallayout> </para> diff --git a/docs/xml/patches.xml b/docs/en/xml/patches.xml similarity index 100% rename from docs/xml/patches.xml rename to docs/en/xml/patches.xml diff --git a/docs/xml/requiredsoftware.xml b/docs/en/xml/requiredsoftware.xml similarity index 100% rename from docs/xml/requiredsoftware.xml rename to docs/en/xml/requiredsoftware.xml diff --git a/docs/xml/security.xml b/docs/en/xml/security.xml similarity index 99% rename from docs/xml/security.xml rename to docs/en/xml/security.xml index 651b45241..6b2dd5573 100644 --- a/docs/xml/security.xml +++ b/docs/en/xml/security.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: security.xml,v 1.18 2007/09/03 10:12:04 lpsolit%gmail.com Exp $ --> +<!-- $Id: security.xml,v 1.18 2008/04/04 06:48:25 lpsolit%gmail.com Exp $ --> <chapter id="security"> <title>Bugzilla Security</title> diff --git a/docs/xml/troubleshooting.xml b/docs/en/xml/troubleshooting.xml similarity index 99% rename from docs/xml/troubleshooting.xml rename to docs/en/xml/troubleshooting.xml index c6c185993..223c8a135 100644 --- a/docs/xml/troubleshooting.xml +++ b/docs/en/xml/troubleshooting.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: troubleshooting.xml,v 1.13 2007/07/24 18:22:02 timeless%mozdev.org Exp $ --> +<!-- $Id: troubleshooting.xml,v 1.13 2008/04/04 06:48:25 timeless%mozdev.org Exp $ --> <appendix id="troubleshooting"> <title>Troubleshooting</title> diff --git a/docs/xml/using.xml b/docs/en/xml/using.xml similarity index 98% rename from docs/xml/using.xml rename to docs/en/xml/using.xml index de5e4c6fe..101a9d131 100644 --- a/docs/xml/using.xml +++ b/docs/en/xml/using.xml @@ -450,17 +450,26 @@ <section id="pronouns"> <title>Pronoun Substitution</title> <para> - 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 + Sometimes, a query needs to compare a user-related field + (such as ReportedBy) with a role-specific user (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 refers 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. </para> + <para> + Boolean charts also let you type a group name in any user-related + field if the operator is either "equals", "notequals" or "anyexact". + This will let you query for any member belonging (or not) to the + specified group. The group name must be entered following the + "%group.foo%" syntax, where "foo" is the group name. + So if you are looking for bugs reported by any user being in the + "editbugs" group, then you can type "%group.editbugs%". + </para> </section> <section id="negation"> <title>Negation</title> diff --git a/docs/html/.cvsignore b/docs/html/.cvsignore deleted file mode 100644 index 2d19fc766..000000000 --- a/docs/html/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.html diff --git a/docs/html/CVS/Entries b/docs/html/CVS/Entries deleted file mode 100644 index 9f0b9c594..000000000 --- a/docs/html/CVS/Entries +++ /dev/null @@ -1,2 +0,0 @@ -/.cvsignore/1.1/Tue Sep 5 19:00:55 2006//TBUGZILLA-3_1_3 -D/api//// diff --git a/docs/html/CVS/Repository b/docs/html/CVS/Repository deleted file mode 100644 index 937103c2e..000000000 --- a/docs/html/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -mozilla/webtools/bugzilla/docs/html diff --git a/docs/html/CVS/Root b/docs/html/CVS/Root deleted file mode 100644 index cdb6f4a07..000000000 --- a/docs/html/CVS/Root +++ /dev/null @@ -1 +0,0 @@ -:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot diff --git a/docs/html/CVS/Tag b/docs/html/CVS/Tag deleted file mode 100644 index 31d8633e2..000000000 --- a/docs/html/CVS/Tag +++ /dev/null @@ -1 +0,0 @@ -NBUGZILLA-3_1_3 diff --git a/docs/html/api/.cvsignore b/docs/html/api/.cvsignore deleted file mode 100644 index 10d63bfdf..000000000 --- a/docs/html/api/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -*.html -Bugzilla -contrib diff --git a/docs/html/api/CVS/Entries b/docs/html/api/CVS/Entries deleted file mode 100644 index acf4d5691..000000000 --- a/docs/html/api/CVS/Entries +++ /dev/null @@ -1,3 +0,0 @@ -/.cvsignore/1.1/Tue Sep 5 19:00:55 2006//TBUGZILLA-3_1_3 -/style.css/1.1/Tue Sep 5 19:00:55 2006//TBUGZILLA-3_1_3 -D diff --git a/docs/html/api/CVS/Repository b/docs/html/api/CVS/Repository deleted file mode 100644 index 18c4008f9..000000000 --- a/docs/html/api/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -mozilla/webtools/bugzilla/docs/html/api diff --git a/docs/html/api/CVS/Tag b/docs/html/api/CVS/Tag deleted file mode 100644 index 31d8633e2..000000000 --- a/docs/html/api/CVS/Tag +++ /dev/null @@ -1 +0,0 @@ -NBUGZILLA-3_1_3 diff --git a/docs/html/custom-fields.html b/docs/html/custom-fields.html deleted file mode 100644 index 6ecefa268..000000000 --- a/docs/html/custom-fields.html +++ /dev/null @@ -1,305 +0,0 @@ -<!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 - 3.1.3 - Development - Release" -HREF="index.html"><LINK -REL="UP" -TITLE="Administering Bugzilla" -HREF="administration.html"><LINK -REL="PREVIOUS" -TITLE="Keywords" -HREF="keywords.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 - 3.1.3 - Development - Release</TH -></TR -><TR -><TD -WIDTH="10%" -ALIGN="left" -VALIGN="bottom" -><A -HREF="keywords.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.10. Custom Fields</A -></H1 -><P -> 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.10.1. Adding Custom Fields</A -></H2 -><P -> 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 -> The following attributes must be set for each new custom field: - <P -></P -><UL -><LI -><P -> <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 -> <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 -> <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.11.1</A -> for information about editing - legal values. - </P -></LI -><LI -><P -> <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 -> <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 -> <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 -> <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.10.2. Editing Custom Fields</A -></H2 -><P -> 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.11.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.10.3. Deleting Custom Fields</A -></H2 -><P -> 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="keywords.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" ->Keywords</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/extraconfig.html b/docs/html/extraconfig.html deleted file mode 100644 index 32abb777a..000000000 --- a/docs/html/extraconfig.html +++ /dev/null @@ -1,977 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML -><HEAD -><TITLE ->Optional Additional Configuration</TITLE -><META -NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK -REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 - Development - Release" -HREF="index.html"><LINK -REL="UP" -TITLE="Installing Bugzilla" -HREF="installing-bugzilla.html"><LINK -REL="PREVIOUS" -TITLE="Configuration" -HREF="configuration.html"><LINK -REL="NEXT" -TITLE="Multiple Bugzilla databases with a single installation" -HREF="multiple-bz-dbs.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 - 3.1.3 - Development - Release</TH -></TR -><TR -><TD -WIDTH="10%" -ALIGN="left" -VALIGN="bottom" -><A -HREF="configuration.html" -ACCESSKEY="P" ->Prev</A -></TD -><TD -WIDTH="80%" -ALIGN="center" -VALIGN="bottom" ->Chapter 2. Installing Bugzilla</TD -><TD -WIDTH="10%" -ALIGN="right" -VALIGN="bottom" -><A -HREF="multiple-bz-dbs.html" -ACCESSKEY="N" ->Next</A -></TD -></TR -></TABLE -><HR -ALIGN="LEFT" -WIDTH="100%"></DIV -><DIV -CLASS="section" -><H1 -CLASS="section" -><A -NAME="extraconfig" ->2.3. Optional Additional Configuration</A -></H1 -><P -> Bugzilla has a number of optional features. This section describes how - to configure or enable them. - </P -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="AEN698" ->2.3.1. Bug Graphs</A -></H2 -><P ->If you have installed the necessary Perl modules you - can start collecting statistics for the nifty Bugzilla - graphs.</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="screen" -><SAMP -CLASS="prompt" ->bash#</SAMP -> <B -CLASS="command" ->crontab -e</B -></PRE -></FONT -></TD -></TR -></TABLE -><P -> This should bring up the crontab file in your editor. - Add a cron entry like this to run - <TT -CLASS="filename" ->collectstats.pl</TT -> - daily at 5 after midnight: - </P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" ->5 0 * * * cd <your-bugzilla-directory> ; ./collectstats.pl</PRE -></FONT -></TD -></TR -></TABLE -><P -> After two days have passed you'll be able to view bug graphs from - the Reports page. - </P -><P -> When upgrading Bugzilla, this format may change. - To create new status data, (re)move old data and run the following - commands: - </P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="screen" -> <SAMP -CLASS="prompt" ->bash$</SAMP -> - <B -CLASS="command" ->cd <your-bugzilla-directory></B -> - <SAMP -CLASS="prompt" ->bash$</SAMP -> - <B -CLASS="command" ->./collectstats.pl --regenerate</B -> - </PRE -></FONT -></TD -></TR -></TABLE -><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 -> Windows does not have 'cron', but it does have the Task - Scheduler, which performs the same duties. There are also - third-party tools that can be used to implement cron, such as - <A -HREF="http://www.nncron.ru/" -TARGET="_top" ->nncron</A ->. - </P -></TD -></TR -></TABLE -></DIV -></DIV -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="AEN717" ->2.3.2. Dependency Charts</A -></H2 -><P ->As well as the text-based dependency trees, Bugzilla also - supports a graphical view of dependency relationships, using a - package called 'dot'. - Exactly how this works is controlled by the 'webdotbase' parameter, - which can have one of three values: - </P -><P -> <P -></P -><OL -TYPE="1" -><LI -><P -> A complete file path to the command 'dot' (part of - <A -HREF="http://www.graphviz.org/" -TARGET="_top" ->GraphViz</A ->) - will generate the graphs locally - </P -></LI -><LI -><P -> A URL prefix pointing to an installation of the webdot package will - generate the graphs remotely - </P -></LI -><LI -><P -> A blank value will disable dependency graphing. - </P -></LI -></OL -> - </P -><P ->The easiest way to get this working is to install - <A -HREF="http://www.graphviz.org/" -TARGET="_top" ->GraphViz</A ->. If you - do that, you need to - <A -HREF="http://httpd.apache.org/docs/mod/mod_imap.html" -TARGET="_top" ->enable - server-side image maps</A -> in Apache. - Alternatively, you could set up a webdot server, or use the AT&T - public webdot server. This is the default for the webdotbase param, - but it's often overloaded and slow. Note that AT&T's server - won't work - if Bugzilla is only accessible using HARTS. - <EM ->Editor's note: What the heck is HARTS? Google doesn't know... - </EM -> - </P -></DIV -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="installation-whining-cron" ->2.3.3. The Whining Cron</A -></H2 -><P ->What good are - bugs if they're not annoying? To help make them more so you - can set up Bugzilla's automatic whining system to complain at engineers - which leave their bugs in the NEW or REOPENED state without triaging them. - </P -><P -> This can be done by adding the following command as a daily - crontab entry, in the same manner as explained above for bug - graphs. This example runs it at 12.55am. - </P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" ->55 0 * * * cd <your-bugzilla-directory> ; ./whineatnews.pl</PRE -></FONT -></TD -></TR -></TABLE -><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 -> Windows does not have 'cron', but it does have the Task - Scheduler, which performs the same duties. There are also - third-party tools that can be used to implement cron, such as - <A -HREF="http://www.nncron.ru/" -TARGET="_top" ->nncron</A ->. - </P -></TD -></TR -></TABLE -></DIV -></DIV -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="installation-whining" ->2.3.4. Whining</A -></H2 -><P -> 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 <A -HREF="whining.html" ->Section 5.13</A ->, but for it to work a Perl script must be - executed at regular intervals. - </P -><P -> This can be done by adding the following command as a daily - crontab entry, in the same manner as explained above for bug - graphs. This example runs it every 15 minutes. - </P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" ->*/15 * * * * cd <your-bugzilla-directory> ; ./whine.pl</PRE -></FONT -></TD -></TR -></TABLE -><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 -> Whines can be executed as often as every 15 minutes, so if you specify - longer intervals between executions of whine.pl, some users may not - be whined at as often as they would expect. Depending on the person, - this can either be a very Good Thing or a very Bad Thing. - </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 -> Windows does not have 'cron', but it does have the Task - Scheduler, which performs the same duties. There are also - third-party tools that can be used to implement cron, such as - <A -HREF="http://www.nncron.ru/" -TARGET="_top" ->nncron</A ->. - </P -></TD -></TR -></TABLE -></DIV -></DIV -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="patch-viewer" ->2.3.5. Patch Viewer</A -></H2 -><P -> Patch Viewer is the engine behind Bugzilla's graphical display of - code patches. You can integrate this with copies of the - <TT -CLASS="filename" ->cvs</TT ->, <TT -CLASS="filename" ->lxr</TT -> and - <TT -CLASS="filename" ->bonsai</TT -> tools if you have them, by giving - the locations of your installation of these tools in - <TT -CLASS="filename" ->editparams.cgi</TT ->. - </P -><P -> Patch Viewer also optionally will use the - <TT -CLASS="filename" ->cvs</TT ->, <TT -CLASS="filename" ->diff</TT -> and - <TT -CLASS="filename" ->interdiff</TT -> - command-line utilities if they exist on the system. - Interdiff can be obtained from - <A -HREF="http://cyberelk.net/tim/patchutils/" -TARGET="_top" ->http://cyberelk.net/tim/patchutils/</A ->. - If these programs are not in the system path, you can configure - their locations in <TT -CLASS="filename" ->localconfig</TT ->. - </P -></DIV -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="bzradius" ->2.3.6. RADIUS Authentication</A -></H2 -><P ->RADIUS authentication is a module for Bugzilla's plugin - authentication architecture. - Most caveats that apply to LDAP authentication apply to RADIUS - authentication as well. - </P -><P ->Parameters required to use RADIUS Authentication:</P -><P -></P -><DIV -CLASS="variablelist" -><DL -><DT -><A -NAME="param-user_verify_class_for_radius" -></A ->user_verify_class</DT -><DD -><P ->If you want to list <SPAN -CLASS="QUOTE" ->"RADIUS"</SPAN -> here, - make sure to have set up the other parameters listed below. - Unless you have other (working) authentication methods listed as - well, you may otherwise not be able to log back in to Bugzilla once - you log out. - If this happens to you, you will need to manually edit - <TT -CLASS="filename" ->data/params</TT -> and set user_verify_class to - <SPAN -CLASS="QUOTE" ->"DB"</SPAN ->. - </P -></DD -><DT -><A -NAME="param-RADIUS_server" -></A ->RADIUS_server</DT -><DD -><P ->This parameter should be set to the name (and optionally the - port) of your RADIUS server. - </P -></DD -><DT -><A -NAME="param-RADIUS_secret" -></A ->RADIUS_secret</DT -><DD -><P ->This parameter should be set to the RADIUS server's secret. - </P -></DD -><DT -><A -NAME="param-RADIUS_email_suffix" -></A ->RADIUS_email_suffix</DT -><DD -><P ->Bugzilla needs an e-mail address for each user account. - Therefore, it needs to determine the e-mail address corresponding - to a RADIUS user. - Bugzilla offers only a simple way to do this: it can concatenate - a suffix to the RADIUS user name to convert it into an e-mail - address. - You can specify this suffix in the RADIUS_email_suffix parameter. - </P -><P ->If this simple solution does not work for you, you'll - probably need to modify - <TT -CLASS="filename" ->Bugzilla/Auth/Verify/RADIUS.pm</TT -> to match your - requirements. - </P -></DD -></DL -></DIV -></DIV -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="bzldap" ->2.3.7. LDAP Authentication</A -></H2 -><P ->LDAP authentication is a module for Bugzilla's plugin - authentication architecture. - </P -><P -> The existing authentication - scheme for Bugzilla uses email addresses as the primary user ID, and a - password to authenticate that user. All places within Bugzilla where - you need to deal with user ID (e.g assigning a bug) use the email - address. The LDAP authentication builds on top of this scheme, rather - than replacing it. The initial log in is done with a username and - password for the LDAP directory. Bugzilla tries to bind to LDAP using - those credentials, and if successful, try to map this account to a - Bugzilla account. If a LDAP mail attribute is defined, the value of this - attribute is used, otherwise emailsuffix parameter is appended to LDAP - username to form a full email address. If an account for this address - already exists in your Bugzilla system, it will log in to that account. - If no account for that email address exists, one is created at the time - of login. (In this case, Bugzilla will attempt to use the "displayName" - or "cn" attribute to determine the user's full name.) After - authentication, all other user-related tasks are still handled by email - address, not LDAP username. You still assign bugs by email address, query - on users by email address, etc. - </P -><DIV -CLASS="caution" -><P -></P -><TABLE -CLASS="caution" -WIDTH="100%" -BORDER="0" -><TR -><TD -WIDTH="25" -ALIGN="CENTER" -VALIGN="TOP" -><IMG -SRC="../images/caution.gif" -HSPACE="5" -ALT="Caution"></TD -><TD -ALIGN="LEFT" -VALIGN="TOP" -><P ->Because the Bugzilla account is not created until the first time - a user logs in, a user who has not yet logged is unknown to Bugzilla. - This means they cannot be used as an assignee or QA contact (default or - otherwise), added to any cc list, or any other such operation. One - possible workaround is the <TT -CLASS="filename" ->bugzilla_ldapsync.rb</TT -> - script in the - <A -HREF="glossary.html#gloss-contrib" -><I -CLASS="glossterm" -><TT -CLASS="filename" ->contrib</TT -></I -></A -> directory. Another possible solution is fixing - <A -HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=201069" -TARGET="_top" ->bug - 201069</A ->. - </P -></TD -></TR -></TABLE -></DIV -><P ->Parameters required to use LDAP Authentication:</P -><P -></P -><DIV -CLASS="variablelist" -><DL -><DT -><A -NAME="param-user_verify_class_for_ldap" -></A ->user_verify_class</DT -><DD -><P ->If you want to list <SPAN -CLASS="QUOTE" ->"LDAP"</SPAN -> here, - make sure to have set up the other parameters listed below. - Unless you have other (working) authentication methods listed as - well, you may otherwise not be able to log back in to Bugzilla once - you log out. - If this happens to you, you will need to manually edit - <TT -CLASS="filename" ->data/params</TT -> and set user_verify_class to - <SPAN -CLASS="QUOTE" ->"DB"</SPAN ->. - </P -></DD -><DT -><A -NAME="param-LDAPserver" -></A ->LDAPserver</DT -><DD -><P ->This parameter should be set to the name (and optionally the - port) of your LDAP server. If no port is specified, it assumes - the default LDAP port of 389. - </P -><P ->Ex. <SPAN -CLASS="QUOTE" ->"ldap.company.com"</SPAN -> - or <SPAN -CLASS="QUOTE" ->"ldap.company.com:3268"</SPAN -> - </P -><P ->You can also specify a LDAP URI, so as to use other - protocols, such as LDAPS or LDAPI. If port was not specified in - the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS' - schemes respectively. - </P -><P ->Ex. <SPAN -CLASS="QUOTE" ->"ldap://ldap.company.com"</SPAN ->, - <SPAN -CLASS="QUOTE" ->"ldaps://ldap.company.com"</SPAN -> or - <SPAN -CLASS="QUOTE" ->"ldapi://%2fvar%2flib%2fldap_sock"</SPAN -> - </P -></DD -><DT -><A -NAME="param-LDAPbinddn" -></A ->LDAPbinddn [Optional]</DT -><DD -><P ->Some LDAP servers will not allow an anonymous bind to search - the directory. If this is the case with your configuration you - should set the LDAPbinddn parameter to the user account Bugzilla - should use instead of the anonymous bind. - </P -><P ->Ex. <SPAN -CLASS="QUOTE" ->"cn=default,cn=user:password"</SPAN -></P -></DD -><DT -><A -NAME="param-LDAPBaseDN" -></A ->LDAPBaseDN</DT -><DD -><P ->The LDAPBaseDN parameter should be set to the location in - your LDAP tree that you would like to search for email addresses. - Your uids should be unique under the DN specified here. - </P -><P ->Ex. <SPAN -CLASS="QUOTE" ->"ou=People,o=Company"</SPAN -></P -></DD -><DT -><A -NAME="param-LDAPuidattribute" -></A ->LDAPuidattribute</DT -><DD -><P ->The LDAPuidattribute parameter should be set to the attribute - which contains the unique UID of your users. The value retrieved - from this attribute will be used when attempting to bind as the - user to confirm their password. - </P -><P ->Ex. <SPAN -CLASS="QUOTE" ->"uid"</SPAN -></P -></DD -><DT -><A -NAME="param-LDAPmailattribute" -></A ->LDAPmailattribute</DT -><DD -><P ->The LDAPmailattribute parameter should be the name of the - attribute which contains the email address your users will enter - into the Bugzilla login boxes. - </P -><P ->Ex. <SPAN -CLASS="QUOTE" ->"mail"</SPAN -></P -></DD -></DL -></DIV -></DIV -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="apache-addtype" ->2.3.8. Serving Alternate Formats with the right MIME type</A -></H2 -><P -> Some Bugzilla pages have alternate formats, other than just plain - <ACRONYM -CLASS="acronym" ->HTML</ACRONYM ->. In particular, a few Bugzilla pages can - output their contents as either <ACRONYM -CLASS="acronym" ->XUL</ACRONYM -> (a special - Mozilla format, that looks like a program <ACRONYM -CLASS="acronym" ->GUI</ACRONYM ->) - or <ACRONYM -CLASS="acronym" ->RDF</ACRONYM -> (a type of structured <ACRONYM -CLASS="acronym" ->XML</ACRONYM -> - that can be read by various programs). - </P -><P -> In order for your users to see these pages correctly, Apache must - send them with the right <ACRONYM -CLASS="acronym" ->MIME</ACRONYM -> type. To do this, - add the following lines to your Apache configuration, either in the - <SAMP -CLASS="computeroutput" -><VirtualHost></SAMP -> section for your - Bugzilla, or in the <SAMP -CLASS="computeroutput" -><Directory></SAMP -> - section for your Bugzilla: - </P -><P -> <TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="screen" ->AddType application/vnd.mozilla.xul+xml .xul -AddType application/rdf+xml .rdf</PRE -></FONT -></TD -></TR -></TABLE -> - </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="configuration.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="multiple-bz-dbs.html" -ACCESSKEY="N" ->Next</A -></TD -></TR -><TR -><TD -WIDTH="33%" -ALIGN="left" -VALIGN="top" ->Configuration</TD -><TD -WIDTH="34%" -ALIGN="center" -VALIGN="top" -><A -HREF="installing-bugzilla.html" -ACCESSKEY="U" ->Up</A -></TD -><TD -WIDTH="33%" -ALIGN="right" -VALIGN="top" ->Multiple Bugzilla databases with a single installation</TD -></TR -></TABLE -></DIV -></BODY -></HTML -> \ No newline at end of file diff --git a/docs/html/groups.html b/docs/html/groups.html deleted file mode 100644 index 1889db9e8..000000000 --- a/docs/html/groups.html +++ /dev/null @@ -1,558 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML -><HEAD -><TITLE ->Groups and Group Security</TITLE -><META -NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK -REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 - Development - Release" -HREF="index.html"><LINK -REL="UP" -TITLE="Administering Bugzilla" -HREF="administration.html"><LINK -REL="PREVIOUS" -TITLE="Quips" -HREF="quips.html"><LINK -REL="NEXT" -TITLE="Checking and Maintaining Database Integrity" -HREF="sanitycheck.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 - 3.1.3 - Development - Release</TH -></TR -><TR -><TD -WIDTH="10%" -ALIGN="left" -VALIGN="bottom" -><A -HREF="quips.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="sanitycheck.html" -ACCESSKEY="N" ->Next</A -></TD -></TR -></TABLE -><HR -ALIGN="LEFT" -WIDTH="100%"></DIV -><DIV -CLASS="section" -><H1 -CLASS="section" -><A -NAME="groups" ->3.14. Groups and Group Security</A -></H1 -><P ->Groups allow the administrator - to isolate bugs or products that should only be seen by certain people. - The association between products and groups is controlled from - the product edit page under <SPAN -CLASS="QUOTE" ->"Edit Group Controls."</SPAN -> - </P -><P -> If the makeproductgroups param is on, a new group will be automatically - created for every new product. It is primarily available for backward - compatibility with older sites. - </P -><P -> Note that group permissions are such that you need to be a member - of <EM ->all</EM -> the groups a bug is in, for whatever - reason, to see that bug. Similarly, you must be a member - of <EM ->all</EM -> of the entry groups for a product - to add bugs to a product and you must be a member - of <EM ->all</EM -> of the canedit groups for a product - in order to make <EM ->any</EM -> change to bugs in that - product. - </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 -> By default, bugs can also be seen by the Assignee, the Reporter, and - by everyone on the CC List, regardless of whether or not the bug would - typically be viewable by them. Visibility to the Reporter and CC List can - be overridden (on a per-bug basis) by bringing up the bug, finding the - section that starts with <SPAN -CLASS="QUOTE" ->"Users in the roles selected below..."</SPAN -> - and un-checking the box next to either 'Reporter' or 'CC List' (or both). - </P -></TD -></TR -></TABLE -></DIV -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="create-groups" ->3.14.1. Creating Groups</A -></H2 -><P ->To create Groups:</P -><P -></P -><OL -TYPE="1" -><LI -><P ->Select the <SPAN -CLASS="QUOTE" ->"groups"</SPAN -> - link in the footer.</P -></LI -><LI -><P ->Take a moment to understand the instructions on the <SPAN -CLASS="QUOTE" ->"Edit - Groups"</SPAN -> screen, then select the <SPAN -CLASS="QUOTE" ->"Add Group"</SPAN -> link.</P -></LI -><LI -><P ->Fill out the <SPAN -CLASS="QUOTE" ->"Group"</SPAN ->, <SPAN -CLASS="QUOTE" ->"Description"</SPAN ->, - and <SPAN -CLASS="QUOTE" ->"User RegExp"</SPAN -> fields. - <SPAN -CLASS="QUOTE" ->"User RegExp"</SPAN -> allows you to automatically - place all users who fulfill the Regular Expression into the new group. - When you have finished, click <SPAN -CLASS="QUOTE" ->"Add"</SPAN ->.</P -><P ->Users whose email addresses match the regular expression - will automatically be members of the group as long as their - email addresses continue to match the regular expression.</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 ->This is a change from 2.16 where the regular expression - resulted in a user acquiring permanent membership in a group. - To remove a user from a group the user was in due to a regular - expression in version 2.16 or earlier, the user must be explicitly - removed from the group. This can easily be done by pressing - buttons named 'Remove Memberships' or 'Remove Memberships - included in regular expression' under the table.</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" -><P ->If specifying a domain in the regexp, make sure you end - the regexp with a $. Otherwise, when granting access to - "@mycompany\.com", you will allow access to - 'badperson@mycompany.com.cracker.net'. You need to use - '@mycompany\.com$' as the regexp.</P -></TD -></TR -></TABLE -></DIV -></LI -><LI -><P ->If you plan to use this group to directly control - access to bugs, check the "use for bugs" box. Groups - not used for bugs are still useful because other groups - can include the group as a whole.</P -></LI -><LI -><P ->After you add your new group, edit the new group. On the - edit page, you can specify other groups that should be included - in this group and which groups should be permitted to add and delete - users from this group.</P -></LI -></OL -></DIV -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="edit-groups" ->3.14.2. Assigning Users to Groups</A -></H2 -><P ->Users can become a member of a group in several ways.</P -><P -></P -><OL -TYPE="1" -><LI -><P ->The user can be explicitly placed in the group by editing - the user's own profile</P -></LI -><LI -><P ->The group can include another group of which the user is - a member.</P -></LI -><LI -><P ->The user's email address can match a regular expression - that the group specifies to automatically grant membership to - the group.</P -></LI -></OL -></DIV -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="AEN1788" ->3.14.3. Assigning Group Controls to Products</A -></H2 -><P -> For information on assigning group controls to - products, see <A -HREF="products.html" ->Products</A ->. - </P -></DIV -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="AEN1792" ->3.14.4. Common Applications of Group Controls</A -></H2 -><DIV -CLASS="section" -><H3 -CLASS="section" -><A -NAME="AEN1794" ->3.14.4.1. General User Access With Security Group</A -></H3 -><P ->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....</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> -Product A... -security: SHOWN/SHOWN -Product B... -security: SHOWN/SHOWN -Product C... -security: SHOWN/SHOWN - </PRE -></FONT -></TD -></TR -></TABLE -></DIV -><DIV -CLASS="section" -><H3 -CLASS="section" -><A -NAME="AEN1798" ->3.14.4.2. General User Access With A Security Product</A -></H3 -><P ->To permit any user to file bugs in a Security product - while keeping those bugs from becoming visible to anyone - outside the securityworkers group unless a member of the - securityworkers group removes that restriction....</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> -Product Security... -securityworkers: DEFAULT/MANDATORY - </PRE -></FONT -></TD -></TR -></TABLE -></DIV -><DIV -CLASS="section" -><H3 -CLASS="section" -><A -NAME="AEN1802" ->3.14.4.3. Product Isolation With Common Group</A -></H3 -><P ->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 are needed</P -><P -></P -><OL -TYPE="1" -><LI -><P ->Support: Contains members of the support staff.</P -></LI -><LI -><P ->AccessA: Contains users of product A and the Support group.</P -></LI -><LI -><P ->AccessB: Contains users of product B and the Support group.</P -></LI -></OL -><P ->Once these 3 groups are defined, the products group controls - can be set to..</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> Product A... -AccessA: ENTRY, MANDATORY/MANDATORY -Product B... -AccessB: ENTRY, MANDATORY/MANDATORY - </PRE -></FONT -></TD -></TR -></TABLE -><P ->Optionally, the support group could be permitted to make - bugs inaccessible to the users and could be permitted to publish - bugs relevant to all users in a common product that is read-only - to anyone outside the support group. That configuration could - be...</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> Product A... -AccessA: ENTRY, MANDATORY/MANDATORY -Support: SHOWN/NA -Product B... -AccessB: ENTRY, MANDATORY/MANDATORY -Support: SHOWN/NA -Product Common... -Support: ENTRY, DEFAULT/MANDATORY, CANEDIT - </PRE -></FONT -></TD -></TR -></TABLE -></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="quips.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="sanitycheck.html" -ACCESSKEY="N" ->Next</A -></TD -></TR -><TR -><TD -WIDTH="33%" -ALIGN="left" -VALIGN="top" ->Quips</TD -><TD -WIDTH="34%" -ALIGN="center" -VALIGN="top" -><A -HREF="administration.html" -ACCESSKEY="U" ->Up</A -></TD -><TD -WIDTH="33%" -ALIGN="right" -VALIGN="top" ->Checking and Maintaining Database Integrity</TD -></TR -></TABLE -></DIV -></BODY -></HTML -> \ No newline at end of file diff --git a/docs/html/parameters.html b/docs/html/parameters.html deleted file mode 100644 index 6ce1ab7af..000000000 --- a/docs/html/parameters.html +++ /dev/null @@ -1,469 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML -><HEAD -><TITLE ->Bugzilla Configuration</TITLE -><META -NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK -REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 - Development - Release" -HREF="index.html"><LINK -REL="UP" -TITLE="Administering Bugzilla" -HREF="administration.html"><LINK -REL="PREVIOUS" -TITLE="Administering Bugzilla" -HREF="administration.html"><LINK -REL="NEXT" -TITLE="User Administration" -HREF="useradmin.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 - 3.1.3 - Development - Release</TH -></TR -><TR -><TD -WIDTH="10%" -ALIGN="left" -VALIGN="bottom" -><A -HREF="administration.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="useradmin.html" -ACCESSKEY="N" ->Next</A -></TD -></TR -></TABLE -><HR -ALIGN="LEFT" -WIDTH="100%"></DIV -><DIV -CLASS="section" -><H1 -CLASS="section" -><A -NAME="parameters" ->3.1. Bugzilla Configuration</A -></H1 -><P -> Bugzilla is configured by changing various parameters, accessed - from the "Edit parameters" link in the page footer. Here are - some of the key parameters on that page. You should run down this - list and set them appropriately after installing Bugzilla. - </P -><P -></P -><DIV -CLASS="variablelist" -><DL -><DT ->maintainer</DT -><DD -><P -> - The maintainer parameter is the email address of the person - responsible for maintaining this Bugzilla installation. - The address need not be that of a valid Bugzilla account. - </P -></DD -><DT ->urlbase</DT -><DD -><P -> This parameter defines the fully qualified domain name and web - server path to your Bugzilla installation. - </P -><P -> For example, if your Bugzilla query page is - <TT -CLASS="filename" ->http://www.foo.com/bugzilla/query.cgi</TT ->, - set your <SPAN -CLASS="QUOTE" ->"urlbase"</SPAN -> - to <TT -CLASS="filename" ->http://www.foo.com/bugzilla/</TT ->. - </P -></DD -><DT ->makeproductgroups</DT -><DD -><P -> This dictates whether or not to automatically create groups - when new products are created. - </P -></DD -><DT ->useentrygroupdefault</DT -><DD -><P -> Bugzilla products can have a group associated with them, so that - certain users can only see bugs in certain products. When this - parameter is set to <SPAN -CLASS="QUOTE" ->"on"</SPAN ->, this - causes the initial group controls on newly created products - to place all newly-created bugs in the group - having the same name as the product immediately. - After a product is initially created, the group controls - can be further adjusted without interference by - this mechanism. - </P -></DD -><DT ->mail_delivery_method</DT -><DD -><P -> 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 send mail, but instead saves it in - <TT -CLASS="filename" ->data/mailer.testfile</TT -> for later review. - "none" disables email sending entirely. - </P -></DD -><DT ->shadowdb</DT -><DD -><P -> You run into an interesting problem when Bugzilla reaches a - high level of continuous activity. MySQL supports only table-level - write locking. What this means is that if someone needs to make a - change to a bug, they will lock the entire table until the operation - is complete. Locking for write also blocks reads until the write is - complete. Note that more recent versions of mysql support row level - locking using different table types. These types are slower than the - standard type, and Bugzilla does not yet take advantage of features - such as transactions which would justify this speed decrease. The - Bugzilla team are, however, happy to hear about any experiences with - row level locking and Bugzilla. - </P -><P -> The <SPAN -CLASS="QUOTE" ->"shadowdb"</SPAN -> parameter was designed to get around - this limitation. While only a single user is allowed to write to - a table at a time, reads can continue unimpeded on a read-only - shadow copy of the database. Although your database size will - double, a shadow database can cause an enormous performance - improvement when implemented on extremely high-traffic Bugzilla - databases. - </P -><P -> As a guide, on reasonably old hardware, mozilla.org began needing - <SPAN -CLASS="QUOTE" ->"shadowdb"</SPAN -> when they reached around 40,000 Bugzilla - users with several hundred Bugzilla bug changes and comments per day. - </P -><P -> The value of the parameter defines the name of the shadow bug - database. You will need to set the host and port settings from - the params page, and set up replication in your database server - so that updates reach this readonly mirror. Consult your database - documentation for more detail. - </P -></DD -><DT ->shutdownhtml</DT -><DD -><P -> If you need to shut down Bugzilla to perform administration, enter - some descriptive text (with embedded HTML codes, if you'd like) - into this box. Anyone who tries to use Bugzilla (including admins) - will receive a page displaying this text. Users can neither log in - nor log out while shutdownhtml is enabled. - </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 -> Although regular log-in capability is disabled while 'shutdownhtml' - is enabled, safeguards are in place to protect the unfortunate - admin who loses connection to Bugzilla. Should this happen to you, - go directly to the <TT -CLASS="filename" ->editparams.cgi</TT -> (by typing - the URL in manually, if necessary). Doing this will prompt you to - log in, and your name/password will be accepted here (but nowhere - else). - </P -></TD -></TR -></TABLE -></DIV -></DD -><DT ->movebugs</DT -><DD -><P -> This option is an undocumented feature to allow moving bugs - between separate Bugzilla installations. You will need to understand - the source code in order to use this feature. Please consult - <TT -CLASS="filename" ->movebugs.pl</TT -> in your Bugzilla source tree for - further documentation, such as it is. - </P -></DD -><DT ->useqacontact</DT -><DD -><P -> This allows you to define an email address for each component, - in addition to that of the default assignee, who will be sent - carbon copies of incoming bugs. - </P -></DD -><DT ->globalwatcher</DT -><DD -><P -> This allows you to define specific users who will - receive notification each time a new bug in entered, or when - an existing bug changes, according to the normal groupset - permissions. It may be useful for sending notifications to a - mailing-list, for instance. - </P -></DD -><DT ->usestatuswhiteboard</DT -><DD -><P -> This defines whether you wish to have a free-form, overwritable field - associated with each bug. The advantage of the Status Whiteboard is - that it can be deleted or modified with ease, and provides an - easily-searchable field for indexing some bugs that have some trait - in common. - </P -></DD -><DT ->whinedays</DT -><DD -><P -> Set this to the number of days you want to let bugs go - in the NEW or REOPENED state before notifying people they have - untouched new bugs. If you do not plan to use this feature, simply - do not set up the whining cron job described in the installation - instructions, or set this value to "0" (never whine). - </P -></DD -><DT ->commenton*</DT -><DD -><P -> All these fields allow you to dictate what changes can pass - without comment, and which must have a comment from the - person who changed them. Often, administrators will allow - users to add themselves to the CC list, accept bugs, or - change the Status Whiteboard without adding a comment as to - their reasons for the change, yet require that most other - changes come with an explanation. - </P -><P -> Set the "commenton" options according to your site policy. It - is a wise idea to require comments when users resolve, reassign, or - reopen bugs at the very least. - </P -><DIV -CLASS="note" -><P -></P -><TABLE -CLASS="note" -WIDTH="100%" -BORDER="0" -><TR -><TD -WIDTH="25" -ALIGN="CENTER" -VALIGN="TOP" -><IMG -SRC="../images/note.gif" -HSPACE="5" -ALT="Note"></TD -><TD -ALIGN="LEFT" -VALIGN="TOP" -><P -> It is generally far better to require a developer comment - when resolving bugs than not. Few things are more annoying to bug - database users than having a developer mark a bug "fixed" without - any comment as to what the fix was (or even that it was truly - fixed!) - </P -></TD -></TR -></TABLE -></DIV -></DD -><DT ->supportwatchers</DT -><DD -><P -> Turning on this option allows users to ask to receive copies - of bug mail sent to another user. Watching a user with - different group permissions is not a way to 'get around' the - system; copied emails are still subject to the normal groupset - permissions of a bug, and <SPAN -CLASS="QUOTE" ->"watchers"</SPAN -> will only be - copied on emails from bugs they would normally be allowed to view. - </P -></DD -><DT ->noresolveonopenblockers</DT -><DD -><P -> This option will prevent users from resolving bugs as FIXED if - they have unresolved dependencies. Only the FIXED resolution - is affected. Users will be still able to resolve bugs to - resolutions other than FIXED if they have unresolved dependent - bugs. - </P -></DD -><DT ->sendmailnow</DT -><DD -><P -> When Bugzilla is using Sendmail older than 8.12, turning this option - off will improve performance by not waiting for Sendmail to actually - send mail. If Sendmail 8.12 or later is being used, there is - nothing to gain by turning this off. If another MTA is being used, - such as Postfix, then this option *must* be turned on (even if you - are using the fake sendmail executable that Postfix provides). - </P -></DD -></DL -></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="administration.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="useradmin.html" -ACCESSKEY="N" ->Next</A -></TD -></TR -><TR -><TD -WIDTH="33%" -ALIGN="left" -VALIGN="top" ->Administering Bugzilla</TD -><TD -WIDTH="34%" -ALIGN="center" -VALIGN="top" -><A -HREF="administration.html" -ACCESSKEY="U" ->Up</A -></TD -><TD -WIDTH="33%" -ALIGN="right" -VALIGN="top" ->User Administration</TD -></TR -></TABLE -></DIV -></BODY -></HTML -> \ No newline at end of file diff --git a/docs/html/products.html b/docs/html/products.html deleted file mode 100644 index b1d11731d..000000000 --- a/docs/html/products.html +++ /dev/null @@ -1,500 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML -><HEAD -><TITLE ->Products</TITLE -><META -NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK -REL="HOME" -TITLE="The Bugzilla Guide - 3.1.3 - Development - Release" -HREF="index.html"><LINK -REL="UP" -TITLE="Administering Bugzilla" -HREF="administration.html"><LINK -REL="PREVIOUS" -TITLE="Classifications" -HREF="classifications.html"><LINK -REL="NEXT" -TITLE="Components" -HREF="components.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 - 3.1.3 - Development - Release</TH -></TR -><TR -><TD -WIDTH="10%" -ALIGN="left" -VALIGN="bottom" -><A -HREF="classifications.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="components.html" -ACCESSKEY="N" ->Next</A -></TD -></TR -></TABLE -><HR -ALIGN="LEFT" -WIDTH="100%"></DIV -><DIV -CLASS="section" -><H1 -CLASS="section" -><A -NAME="products" ->3.4. Products</A -></H1 -><P -> <A -HREF="glossary.html#gloss-product" -><I -CLASS="glossterm" -> Products</I -></A -> typically represent real-world - shipping products. Products can be given - <A -HREF="classifications.html" ->Classifications</A ->. - For example, if a company makes computer games, - they could have a classification of "Games", and a separate - product for each game. This company might also have a - <SPAN -CLASS="QUOTE" ->"Common"</SPAN -> product for units of technology used - in multiple games, and perhaps a few special products that - represent items that are not actually shipping products - (for example, "Website", or "Administration"). - </P -><P -> Many of Bugzilla's settings are configurable on a per-product - basis. The number of <SPAN -CLASS="QUOTE" ->"votes"</SPAN -> available to - users is set per-product, as is the number of votes - required to move a bug automatically from the UNCONFIRMED - status to the NEW status. - </P -><P -> When creating or editing products the following options are - available: - </P -><P -></P -><DIV -CLASS="variablelist" -><DL -><DT ->Product</DT -><DD -><P -> - The name of the product - </P -></DD -><DT ->Description</DT -><DD -><P -> - A brief description of the product - </P -></DD -><DT ->URL describing milestones for this product</DT -><DD -><P -> - If there is reference URL, provide it here - </P -></DD -><DT ->Default milestone</DT -><DD -><P -> - Select the default milestone for this product. - </P -></DD -><DT ->Closed for bug entry</DT -><DD -><P -> - Select this box to prevent new bugs from being - entered against this product. - </P -></DD -><DT ->Maximum votes per person</DT -><DD -><P -> - Maximum votes a user is allowed to give for this - product - </P -></DD -><DT ->Maximum votes a person can put on a single bug</DT -><DD -><P -> - Maximum votes a user is allowed to give for this - product in a single bug - </P -></DD -><DT ->Confirmation threshold</DT -><DD -><P -> - Number of votes needed to automatically remove any - bug against this product from the UNCONFIRMED state - </P -></DD -><DT ->Version</DT -><DD -><P -> - Specify which version of the product bugs will be - entered against. - </P -></DD -><DT ->Create chart datasets for this product</DT -><DD -><P -> - Select to make chart datasets available for this product. - </P -></DD -></DL -></DIV -><P -> When editing a product there is also a link to edit - <A -HREF="products.html#product-group-controls" ->Group Access Controls</A ->. - </P -><P -> To create a new product: - </P -><P -></P -><OL -TYPE="1" -><LI -><P -> - Select <SPAN -CLASS="QUOTE" ->"Administration"</SPAN -> from the footer and then - choose <SPAN -CLASS="QUOTE" ->"Products"</SPAN -> from the main administration page. - </P -></LI -><LI -><P -> Select the <SPAN -CLASS="QUOTE" ->"Add"</SPAN -> link in the bottom right. - </P -></LI -><LI -><P -> Enter the name of the product and a description. The - Description field may contain HTML. - </P -></LI -><LI -><P -> When the product is created, Bugzilla will give a message - stating that a component must be created before any bugs can - be entered against the new product. Follow the link to create - a new component. See <A -HREF="components.html" ->Components</A -> for more - information. - </P -></LI -></OL -><DIV -CLASS="section" -><H2 -CLASS="section" -><A -NAME="product-group-controls" ->3.4.1. Assigning Group Controls to Products</A -></H2 -><P -> - On the <SPAN -CLASS="QUOTE" ->"Product Edit"</SPAN -> page, - there is a link called - <SPAN -CLASS="QUOTE" ->"Edit Group Access Controls"</SPAN ->. - The settings on this page control the relationship - of the groups to the product being edited. - </P -><P -> Groups may be applicable, default, and - mandatory for each product. Groups can also control access - to bugs for a given product, or be used to make bugs - for a product totally read-only unless the group - restrictions are met. - </P -><P -> If any group has <EM ->Entry</EM -> selected, then the - product will restrict bug entry to only those users - who are members of all the groups with - <EM ->Entry</EM -> selected. - </P -><P -> If any group has <EM ->Canedit</EM -> selected, - then the product will be read-only for any users - who are not members of all of the groups with - <EM ->Canedit</EM -> selected. ONLY users who - are members of all the <EM ->Canedit</EM -> groups - will be able to edit. This is an - additional restriction that further limits - what can be edited by a user. - </P -><P -> The following settings let you - choose privileges on a <EM ->per-product basis</EM ->. - This is a convenient way to give privileges to - some users for some products only, without having - to give them global privileges which would affect - all products. - </P -><P -> Any group having <EM ->editcomponents</EM -> - selected allows users who are in this group to edit all - aspects of this product, including components, milestones - and versions. - </P -><P -> Any group having <EM ->canconfirm</EM -> selected - allows users who are in this group to confirm bugs - in this product. - </P -><P -> Any group having <EM ->editbugs</EM -> selected allows - users who are in this group to edit all fields of - bugs in this product. - </P -><P -> The <EM ->MemberControl</EM -> and - <EM ->OtherControl</EM -> fields indicate which - bugs will be placed in this group according - to the following definitions. - </P -><P -> For each group, it is possible to specify if - membership in that group is: - </P -><P -></P -><OL -TYPE="1" -><LI -><P -> Required for bug entry. - </P -></LI -><LI -><P -> Not applicable to this product(NA), - a possible restriction for a member of the - group to place on a bug in this product(Shown), - a default restriction for a member of the - group to place on a bug in this product(Default), - or a mandatory restriction to be placed on bugs - in this product(Mandatory). - </P -></LI -><LI -><P -> Not applicable by non-members to this product(NA), - a possible restriction for a non-member of the - group to place on a bug in this product(Shown), - a default restriction for a non-member of the - group to place on a bug in this product(Default), - or a mandatory restriction to be placed on bugs - in this product when entered by a non-member(Mandatory). - </P -></LI -><LI -><P -> Required in order to make <EM ->any</EM -> change - to bugs in this product <EM ->including comments.</EM -> - </P -></LI -></OL -><P ->These controls are often described in this order, so a - product that requires a user to be a member of group "foo" - to enter a bug and then requires that the bug stay restricted - to group "foo" at all times and that only members of group "foo" - can edit the bug even if they otherwise could see the bug would - have its controls summarized by...</P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD -><FONT -COLOR="#000000" -><PRE -CLASS="programlisting" -> -foo: ENTRY, MANDATORY/MANDATORY, CANEDIT - </PRE -></FONT -></TD -></TR -></TABLE -></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="classifications.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="components.html" -ACCESSKEY="N" ->Next</A -></TD -></TR -><TR -><TD -WIDTH="33%" -ALIGN="left" -VALIGN="top" ->Classifications</TD -><TD -WIDTH="34%" -ALIGN="center" -VALIGN="top" -><A -HREF="administration.html" -ACCESSKEY="U" ->Up</A -></TD -><TD -WIDTH="33%" -ALIGN="right" -VALIGN="top" ->Components</TD -></TR -></TABLE -></DIV -></BODY -></HTML -> \ No newline at end of file diff --git a/docs/images/CVS/Entries b/docs/images/CVS/Entries deleted file mode 100644 index 5bb8f8949..000000000 --- a/docs/images/CVS/Entries +++ /dev/null @@ -1,7 +0,0 @@ -/bzLifecycle.png/1.4/Sun Sep 3 21:04:34 2006/-kb/TBUGZILLA-3_1_3 -/bzLifecycle.xml/1.3/Sun Sep 3 20:37:02 2006//TBUGZILLA-3_1_3 -/caution.gif/1.2/Wed May 8 21:16:44 2002/-kb/TBUGZILLA-3_1_3 -/note.gif/1.1/Thu Aug 23 14:30:18 2001/-kb/TBUGZILLA-3_1_3 -/tip.gif/1.2/Wed May 8 21:16:44 2002/-kb/TBUGZILLA-3_1_3 -/warning.gif/1.2/Wed May 8 21:16:44 2002/-kb/TBUGZILLA-3_1_3 -D/callouts//// diff --git a/docs/images/CVS/Repository b/docs/images/CVS/Repository deleted file mode 100644 index 4a3e035b2..000000000 --- a/docs/images/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -mozilla/webtools/bugzilla/docs/images diff --git a/docs/images/CVS/Tag b/docs/images/CVS/Tag deleted file mode 100644 index 31d8633e2..000000000 --- a/docs/images/CVS/Tag +++ /dev/null @@ -1 +0,0 @@ -NBUGZILLA-3_1_3 diff --git a/docs/images/callouts/CVS/Entries b/docs/images/callouts/CVS/Entries deleted file mode 100644 index 0ca62c7e5..000000000 --- a/docs/images/callouts/CVS/Entries +++ /dev/null @@ -1,4 +0,0 @@ -/1.gif/1.1/Sat May 17 01:27:53 2003/-kb/TBUGZILLA-3_1_3 -/2.gif/1.1/Sat May 17 01:27:54 2003/-kb/TBUGZILLA-3_1_3 -/3.gif/1.1/Thu Jul 3 20:23:39 2003/-kb/TBUGZILLA-3_1_3 -D diff --git a/docs/images/callouts/CVS/Repository b/docs/images/callouts/CVS/Repository deleted file mode 100644 index 27b3ee77b..000000000 --- a/docs/images/callouts/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -mozilla/webtools/bugzilla/docs/images/callouts diff --git a/docs/images/callouts/CVS/Tag b/docs/images/callouts/CVS/Tag deleted file mode 100644 index 31d8633e2..000000000 --- a/docs/images/callouts/CVS/Tag +++ /dev/null @@ -1 +0,0 @@ -NBUGZILLA-3_1_3 diff --git a/docs/lib/CVS/Tag b/docs/lib/CVS/Tag index 0ca7715dc..683dfe0fa 100644 --- a/docs/lib/CVS/Tag +++ b/docs/lib/CVS/Tag @@ -1 +1 @@ -TBUGZILLA-3_1_3 +TBUGZILLA-3_1_4 diff --git a/docs/lib/Pod/CVS/Tag b/docs/lib/Pod/CVS/Tag index 0ca7715dc..683dfe0fa 100644 --- a/docs/lib/Pod/CVS/Tag +++ b/docs/lib/Pod/CVS/Tag @@ -1 +1 @@ -TBUGZILLA-3_1_3 +TBUGZILLA-3_1_4 diff --git a/docs/lib/Pod/Simple/CVS/Tag b/docs/lib/Pod/Simple/CVS/Tag index 0ca7715dc..683dfe0fa 100644 --- a/docs/lib/Pod/Simple/CVS/Tag +++ b/docs/lib/Pod/Simple/CVS/Tag @@ -1 +1 @@ -TBUGZILLA-3_1_3 +TBUGZILLA-3_1_4 diff --git a/docs/lib/Pod/Simple/HTML/CVS/Entries b/docs/lib/Pod/Simple/HTML/CVS/Entries index 3915764b8..afdd0fa9e 100644 --- a/docs/lib/Pod/Simple/HTML/CVS/Entries +++ b/docs/lib/Pod/Simple/HTML/CVS/Entries @@ -1,2 +1,2 @@ -/Bugzilla.pm/1.1/Tue Sep 5 19:00:56 2006//TBUGZILLA-3_1_3 +/Bugzilla.pm/1.1/Tue Sep 5 19:00:56 2006//TBUGZILLA-3_1_4 D diff --git a/docs/lib/Pod/Simple/HTML/CVS/Tag b/docs/lib/Pod/Simple/HTML/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/docs/lib/Pod/Simple/HTML/CVS/Tag +++ b/docs/lib/Pod/Simple/HTML/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/docs/lib/Pod/Simple/HTMLBatch/CVS/Entries b/docs/lib/Pod/Simple/HTMLBatch/CVS/Entries index b6cbf08ff..5ffbeaefc 100644 --- a/docs/lib/Pod/Simple/HTMLBatch/CVS/Entries +++ b/docs/lib/Pod/Simple/HTMLBatch/CVS/Entries @@ -1,2 +1,2 @@ -/Bugzilla.pm/1.4/Thu Jan 31 12:00:19 2008//TBUGZILLA-3_1_3 +/Bugzilla.pm/1.4/Thu Jan 31 12:00:19 2008//TBUGZILLA-3_1_4 D diff --git a/docs/lib/Pod/Simple/HTMLBatch/CVS/Tag b/docs/lib/Pod/Simple/HTMLBatch/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/docs/lib/Pod/Simple/HTMLBatch/CVS/Tag +++ b/docs/lib/Pod/Simple/HTMLBatch/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/docs/makedocs.pl b/docs/makedocs.pl index 1b9a44296..17e6c3331 100644 --- a/docs/makedocs.pl +++ b/docs/makedocs.pl @@ -26,6 +26,7 @@ # This script compiles all the documentation. use strict; +use Cwd; # We need to be in this directory to use our libraries. BEGIN { @@ -58,7 +59,7 @@ use Bugzilla::Constants qw(DB_MODULE BUGZILLA_VERSION); my $modules = REQUIRED_MODULES; my $opt_modules = OPTIONAL_MODULES; -open(ENTITIES, '>', 'xml/bugzilla.ent') or die('Could not open xml/bugzilla.ent: ' . $!); +open(ENTITIES, '>', 'bugzilla.ent') or die('Could not open bugzilla.ent: ' . $!); print ENTITIES '<?xml version="1.0"?>' ."\n\n"; print ENTITIES '<!-- Module Versions -->' . "\n"; foreach my $module (@$modules, @$opt_modules) @@ -72,9 +73,11 @@ foreach my $module (@$modules, @$opt_modules) print ENTITIES '<!ENTITY min-' . $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); +# CGI is a special case, because for Perl versions below 5.10, it has an +# optional version *and* a required version. +# We check @opt_modules first, then @modules, and pick the first we get. +# We'll get the optional one then, if it is given, otherwise the required one. +my ($cgi_opt) = grep($_->{module} eq 'CGI', @$opt_modules, @$modules); print ENTITIES '<!ENTITY min-mp-cgi-ver "' . $cgi_opt->{version} . '">' . "\n"; print ENTITIES "\n <!-- Database Versions --> \n"; @@ -82,7 +85,8 @@ print ENTITIES "\n <!-- Database Versions --> \n"; my $db_modules = DB_MODULE; foreach my $db (keys %$db_modules) { my $dbd = $db_modules->{$db}->{dbd}; - my $name = $dbd->{package}; + my $name = $dbd->{module}; + $name =~ s/::/-/g; $name = lc($name); my $version = $dbd->{version} || 'any'; my $db_version = $db_modules->{$db}->{'db_version'}; @@ -156,10 +160,10 @@ END_HTML $converter->contents_page_start($contents_start); $converter->contents_page_end("</body></html>"); - $converter->add_css('style.css'); + $converter->add_css('./../../../style.css'); $converter->javascript_flurry(0); $converter->css_flurry(0); - $converter->batch_convert(['../'], 'html/api/'); + $converter->batch_convert(['../../'], 'html/api/'); print "\n"; } @@ -168,38 +172,64 @@ END_HTML # Make the docs ... ############################################################################### -if (!-d 'txt') { - unlink 'txt'; - mkdir 'txt', 0755; -} -if (!-d 'pdf') { - unlink 'pdf'; - mkdir 'pdf', 0755; +my @langs; +# search for sub directories which have a 'xml' sub-directory +opendir(LANGS, './'); +foreach my $dir (readdir(LANGS)) { + next if (($dir eq '.') || ($dir eq '..') || (! -d $dir)); + if (-d "$dir/xml") { + push(@langs, $dir); + } } - -make_pod() if $pod_simple; -exit unless $build_docs; - -chdir 'html'; - -MakeDocs('separate HTML', "jade -t sgml -i html -d $LDP_HOME/ldp.dsl\#html " . +closedir(LANGS); + +my $docparent = getcwd(); +foreach my $lang (@langs) { + chdir "$docparent/$lang"; + MakeDocs(undef, 'cp ../bugzilla.ent ./xml/'); + + if (!-d 'txt') { + unlink 'txt'; + mkdir 'txt', 0755; + } + if (!-d 'pdf') { + unlink 'pdf'; + mkdir 'pdf', 0755; + } + if (!-d 'html') { + unlink 'html'; + mkdir 'html', 0755; + } + if (!-d 'html/api') { + unlink 'html/api'; + mkdir 'html/api', 0755; + } + + make_pod() if $pod_simple; + next unless $build_docs; + + chdir 'html'; + + MakeDocs('separate HTML', "jade -t sgml -i html -d $LDP_HOME/ldp.dsl\#html " . "$JADE_PUB/xml.dcl ../xml/Bugzilla-Guide.xml"); -MakeDocs('big HTML', "jade -V nochunks -t sgml -i html -d " . + MakeDocs('big HTML', "jade -V nochunks -t sgml -i html -d " . "$LDP_HOME/ldp.dsl\#html $JADE_PUB/xml.dcl " . "../xml/Bugzilla-Guide.xml > Bugzilla-Guide.html"); -MakeDocs('big text', "lynx -dump -justify=off -nolist Bugzilla-Guide.html " . + MakeDocs('big text', "lynx -dump -justify=off -nolist Bugzilla-Guide.html " . "> ../txt/Bugzilla-Guide.txt"); -if (! grep($_ eq "--with-pdf", @ARGV)) { - exit; -} + if (! grep($_ eq "--with-pdf", @ARGV)) { + next; + } -MakeDocs('PDF', "jade -t tex -d $LDP_HOME/ldp.dsl\#print $JADE_PUB/xml.dcl " . + MakeDocs('PDF', "jade -t tex -d $LDP_HOME/ldp.dsl\#print $JADE_PUB/xml.dcl " . '../xml/Bugzilla-Guide.xml'); -chdir '../pdf'; -MakeDocs(undef, 'mv ../xml/Bugzilla-Guide.tex .'); -MakeDocs(undef, 'pdfjadetex Bugzilla-Guide.tex'); -MakeDocs(undef, 'pdfjadetex Bugzilla-Guide.tex'); -MakeDocs(undef, 'pdfjadetex Bugzilla-Guide.tex'); -MakeDocs(undef, 'rm Bugzilla-Guide.tex Bugzilla-Guide.log Bugzilla-Guide.aux Bugzilla-Guide.out'); + chdir '../pdf'; + MakeDocs(undef, 'mv ../xml/Bugzilla-Guide.tex .'); + MakeDocs(undef, 'pdfjadetex Bugzilla-Guide.tex'); + MakeDocs(undef, 'pdfjadetex Bugzilla-Guide.tex'); + MakeDocs(undef, 'pdfjadetex Bugzilla-Guide.tex'); + MakeDocs(undef, 'rm Bugzilla-Guide.tex Bugzilla-Guide.log Bugzilla-Guide.aux Bugzilla-Guide.out'); + +} diff --git a/docs/pdf/Bugzilla-Guide.pdf b/docs/pdf/Bugzilla-Guide.pdf deleted file mode 100644 index 9885eb834..000000000 --- a/docs/pdf/Bugzilla-Guide.pdf +++ /dev/null @@ -1,27434 +0,0 @@ -%PDF-1.4 -1 0 obj -<< /S /GoTo /D (1.0) >> -endobj -4 0 obj -(The Bugzilla Guide 3.1.3 Development Release) -endobj -5 0 obj -<< /S /GoTo /D (2.0) >> -endobj -8 0 obj -(Table of Contents) -endobj -9 0 obj -<< /S /GoTo /D (3.0) >> -endobj -12 0 obj -(List of Figures) -endobj -13 0 obj -<< /S /GoTo /D (4.0) >> -endobj -16 0 obj -(List of Examples) -endobj -17 0 obj -<< /S /GoTo /D (5.0) >> -endobj -20 0 obj -(Chapter 1. About This Guide) -endobj -21 0 obj -<< /S /GoTo /D (5.1.1) >> -endobj -24 0 obj -(1.1. Copyright Information) -endobj -25 0 obj -<< /S /GoTo /D (5.2.1) >> -endobj -28 0 obj -(1.2. Disclaimer) -endobj -29 0 obj -<< /S /GoTo /D (5.3.1) >> -endobj -32 0 obj -(1.3. New Versions) -endobj -33 0 obj -<< /S /GoTo /D (5.4.1) >> -endobj -36 0 obj -(1.4. Credits) -endobj -37 0 obj -<< /S /GoTo /D (5.5.1) >> -endobj -40 0 obj -(1.5. Document Conventions) -endobj -41 0 obj -<< /S /GoTo /D (6.0) >> -endobj -44 0 obj -(Chapter 2. Installing Bugzilla) -endobj -45 0 obj -<< /S /GoTo /D (6.6.1) >> -endobj -48 0 obj -(2.1. Installation) -endobj -49 0 obj -<< /S /GoTo /D (6.6.1.2) >> -endobj -52 0 obj -(2.1.1. Perl) -endobj -53 0 obj -<< /S /GoTo /D (6.6.2.2) >> -endobj -56 0 obj -(2.1.2. Database Engine) -endobj -57 0 obj -<< /S /GoTo /D (6.6.2.1.3) >> -endobj -60 0 obj -(2.1.2.1. MySQL) -endobj -61 0 obj -<< /S /GoTo /D (6.6.2.2.3) >> -endobj -64 0 obj -(2.1.2.2. PostgreSQL) -endobj -65 0 obj -<< /S /GoTo /D (6.6.3.2) >> -endobj -68 0 obj -(2.1.3. Web Server) -endobj -69 0 obj -<< /S /GoTo /D (6.6.4.2) >> -endobj -72 0 obj -(2.1.4. Bugzilla) -endobj -73 0 obj -<< /S /GoTo /D (6.6.5.2) >> -endobj -76 0 obj -(2.1.5. Perl Modules) -endobj -77 0 obj -<< /S /GoTo /D (6.6.5.3.3) >> -endobj -80 0 obj -(2.1.5.1. DBD::mysql) -endobj -81 0 obj -<< /S /GoTo /D (6.6.5.4.3) >> -endobj -84 0 obj -(2.1.5.2. Template Toolkit \(2.15\)) -endobj -85 0 obj -<< /S /GoTo /D (6.6.5.5.3) >> -endobj -88 0 obj -(2.1.5.3. GD \(1.20\)) -endobj -89 0 obj -<< /S /GoTo /D (6.6.5.6.3) >> -endobj -92 0 obj -(2.1.5.4. Chart::Base \(1.0\)) -endobj -93 0 obj -<< /S /GoTo /D (6.6.5.7.3) >> -endobj -96 0 obj -(2.1.5.5. GD::Graph \(any\)) -endobj -97 0 obj -<< /S /GoTo /D (6.6.5.8.3) >> -endobj -100 0 obj -(2.1.5.6. GD::Text \(any\)) -endobj -101 0 obj -<< /S /GoTo /D (6.6.5.9.3) >> -endobj -104 0 obj -(2.1.5.7. XML::Twig \(any\)) -endobj -105 0 obj -<< /S /GoTo /D (6.6.5.10.3) >> -endobj -108 0 obj -(2.1.5.8. SOAP::Lite \(any\)) -endobj -109 0 obj -<< /S /GoTo /D (6.6.5.11.3) >> -endobj -112 0 obj -(2.1.5.9. PatchReader \(0.9.4\)) -endobj -113 0 obj -<< /S /GoTo /D (6.6.6.2) >> -endobj -116 0 obj -(2.1.6. Mail Transfer Agent \(MTA\)) -endobj -117 0 obj -<< /S /GoTo /D (6.6.7.2) >> -endobj -120 0 obj -(2.1.7. Installing Bugzilla on modperl) -endobj -121 0 obj -<< /S /GoTo /D (6.7.1) >> -endobj -124 0 obj -(2.2. Configuration) -endobj -125 0 obj -<< /S /GoTo /D (6.7.8.2) >> -endobj -128 0 obj -(2.2.1. localconfig) -endobj -129 0 obj -<< /S /GoTo /D (6.7.9.2) >> -endobj -132 0 obj -(2.2.2. Database Server) -endobj -133 0 obj -<< /S /GoTo /D (6.7.9.12.3) >> -endobj -136 0 obj -(2.2.2.1. Bugzilla Database Schema) -endobj -137 0 obj -<< /S /GoTo /D (6.7.9.13.3) >> -endobj -140 0 obj -(2.2.2.2. MySQL) -endobj -141 0 obj -<< /S /GoTo /D (6.7.9.13.1.4) >> -endobj -144 0 obj -(2.2.2.2.1. Allow large attachments) -endobj -145 0 obj -<< /S /GoTo /D (6.7.9.13.2.4) >> -endobj -148 0 obj -(2.2.2.2.2. Allow small words in fulltext indexes) -endobj -149 0 obj -<< /S /GoTo /D (6.7.9.13.3.4) >> -endobj -152 0 obj -(2.2.2.2.3. Add a user to MySQL) -endobj -153 0 obj -<< /S /GoTo /D (6.7.9.13.4.4) >> -endobj -156 0 obj -(2.2.2.2.4. Permit attachments table to grow beyond 4GB) -endobj -157 0 obj -<< /S /GoTo /D (6.7.9.14.3) >> -endobj -160 0 obj -(2.2.2.3. PostgreSQL) -endobj -161 0 obj -<< /S /GoTo /D (6.7.9.14.5.4) >> -endobj -164 0 obj -(2.2.2.3.1. Add a User to PostgreSQL) -endobj -165 0 obj -<< /S /GoTo /D (6.7.9.14.6.4) >> -endobj -168 0 obj -(2.2.2.3.2. Configure PostgreSQL) -endobj -169 0 obj -<< /S /GoTo /D (6.7.10.2) >> -endobj -172 0 obj -(2.2.3. checksetup.pl) -endobj -173 0 obj -<< /S /GoTo /D (6.7.11.2) >> -endobj -176 0 obj -(2.2.4. Web server) -endobj -177 0 obj -<< /S /GoTo /D (6.7.11.15.3) >> -endobj -180 0 obj -(2.2.4.1. Bugzilla using Apache) -endobj -181 0 obj -<< /S /GoTo /D (6.7.11.15.7.4) >> -endobj -184 0 obj -(2.2.4.1.1. Apache httpd with modcgi) -endobj -185 0 obj -<< /S /GoTo /D (6.7.11.15.8.4) >> -endobj -188 0 obj -(2.2.4.1.2. Apache httpd with modperl) -endobj -189 0 obj -<< /S /GoTo /D (6.7.11.16.3) >> -endobj -192 0 obj -(2.2.4.2. Microsoft Internet Information Services) -endobj -193 0 obj -<< /S /GoTo /D (6.7.12.2) >> -endobj -196 0 obj -(2.2.5. Bugzilla) -endobj -197 0 obj -<< /S /GoTo /D (6.8.1) >> -endobj -200 0 obj -(2.3. Optional Additional Configuration) -endobj -201 0 obj -<< /S /GoTo /D (6.8.13.2) >> -endobj -204 0 obj -(2.3.1. Bug Graphs) -endobj -205 0 obj -<< /S /GoTo /D (6.8.14.2) >> -endobj -208 0 obj -(2.3.2. Dependency Charts) -endobj -209 0 obj -<< /S /GoTo /D (6.8.15.2) >> -endobj -212 0 obj -(2.3.3. The Whining Cron) -endobj -213 0 obj -<< /S /GoTo /D (6.8.16.2) >> -endobj -216 0 obj -(2.3.4. Whining) -endobj -217 0 obj -<< /S /GoTo /D (6.8.17.2) >> -endobj -220 0 obj -(2.3.5. Patch Viewer) -endobj -221 0 obj -<< /S /GoTo /D (6.8.18.2) >> -endobj -224 0 obj -(2.3.6. RADIUS Authentication) -endobj -225 0 obj -<< /S /GoTo /D (6.8.19.2) >> -endobj -228 0 obj -(2.3.7. LDAP Authentication) -endobj -229 0 obj -<< /S /GoTo /D (6.8.20.2) >> -endobj -232 0 obj -(2.3.8. Serving Alternate Formats with the right MIME type) -endobj -233 0 obj -<< /S /GoTo /D (6.9.1) >> -endobj -236 0 obj -(2.4. Multiple Bugzilla databases with a single installation) -endobj -237 0 obj -<< /S /GoTo /D (6.10.1) >> -endobj -240 0 obj -(2.5. OSSpecific Installation Notes) -endobj -241 0 obj -<< /S /GoTo /D (6.10.21.2) >> -endobj -244 0 obj -(2.5.1. Microsoft Windows) -endobj -245 0 obj -<< /S /GoTo /D (6.10.21.17.3) >> -endobj -248 0 obj -(2.5.1.1. Win32 Perl) -endobj -249 0 obj -<< /S /GoTo /D (6.10.21.18.3) >> -endobj -252 0 obj -(2.5.1.2. Perl Modules on Win32) -endobj -253 0 obj -<< /S /GoTo /D (6.10.21.19.3) >> -endobj -256 0 obj -(2.5.1.3. Code changes required to run on Win32) -endobj -257 0 obj -<< /S /GoTo /D (6.10.21.20.3) >> -endobj -260 0 obj -(2.5.1.4. Serving the web pages) -endobj -261 0 obj -<< /S /GoTo /D (6.10.21.21.3) >> -endobj -264 0 obj -(2.5.1.5. Sending Email) -endobj -265 0 obj -<< /S /GoTo /D (6.10.22.2) >> -endobj -268 0 obj -(2.5.2. Mac OS X) -endobj -269 0 obj -<< /S /GoTo /D (6.10.22.22.3) >> -endobj -272 0 obj -(2.5.2.1. Sendmail) -endobj -273 0 obj -<< /S /GoTo /D (6.10.22.23.3) >> -endobj -276 0 obj -(2.5.2.2. Libraries \046 Perl Modules on Mac OS X) -endobj -277 0 obj -<< /S /GoTo /D (6.10.23.2) >> -endobj -280 0 obj -(2.5.3. Linux Distributions) -endobj -281 0 obj -<< /S /GoTo /D (6.11.1) >> -endobj -284 0 obj -(2.6. UNIX \(nonroot\) Installation Notes) -endobj -285 0 obj -<< /S /GoTo /D (6.11.24.2) >> -endobj -288 0 obj -(2.6.1. Introduction) -endobj -289 0 obj -<< /S /GoTo /D (6.11.25.2) >> -endobj -292 0 obj -(2.6.2. MySQL) -endobj -293 0 obj -<< /S /GoTo /D (6.11.25.24.3) >> -endobj -296 0 obj -(2.6.2.1. Running MySQL as NonRoot) -endobj -297 0 obj -<< /S /GoTo /D (6.11.25.24.9.4) >> -endobj -300 0 obj -(2.6.2.1.1. The Custom Configuration Method) -endobj -301 0 obj -<< /S /GoTo /D (6.11.25.24.10.4) >> -endobj -304 0 obj -(2.6.2.1.2. The Custom Built Method) -endobj -305 0 obj -<< /S /GoTo /D (6.11.25.24.11.4) >> -endobj -308 0 obj -(2.6.2.1.3. Starting the Server) -endobj -309 0 obj -<< /S /GoTo /D (6.11.26.2) >> -endobj -312 0 obj -(2.6.3. Perl) -endobj -313 0 obj -<< /S /GoTo /D (6.11.27.2) >> -endobj -316 0 obj -(2.6.4. Perl Modules) -endobj -317 0 obj -<< /S /GoTo /D (6.11.28.2) >> -endobj -320 0 obj -(2.6.5. HTTP Server) -endobj -321 0 obj -<< /S /GoTo /D (6.11.28.25.3) >> -endobj -324 0 obj -(2.6.5.1. Running Apache as NonRoot) -endobj -325 0 obj -<< /S /GoTo /D (6.11.29.2) >> -endobj -328 0 obj -(2.6.6. Bugzilla) -endobj -329 0 obj -<< /S /GoTo /D (6.11.29.26.3) >> -endobj -332 0 obj -(2.6.6.1. suexec or shared hosting) -endobj -333 0 obj -<< /S /GoTo /D (7.0) >> -endobj -336 0 obj -(Chapter 3. Administering Bugzilla) -endobj -337 0 obj -<< /S /GoTo /D (7.12.1) >> -endobj -340 0 obj -(3.1. Bugzilla Configuration) -endobj -341 0 obj -<< /S /GoTo /D (7.13.1) >> -endobj -344 0 obj -(3.2. User Administration) -endobj -345 0 obj -<< /S /GoTo /D (7.13.30.2) >> -endobj -348 0 obj -(3.2.1. Creating the Default User) -endobj -349 0 obj -<< /S /GoTo /D (7.13.31.2) >> -endobj -352 0 obj -(3.2.2. Managing Other Users) -endobj -353 0 obj -<< /S /GoTo /D (7.13.31.27.3) >> -endobj -356 0 obj -(3.2.2.1. Searching for existing users) -endobj -357 0 obj -<< /S /GoTo /D (7.13.31.28.3) >> -endobj -360 0 obj -(3.2.2.2. Creating new users) -endobj -361 0 obj -<< /S /GoTo /D (7.13.31.28.12.4) >> -endobj -364 0 obj -(3.2.2.2.1. Selfregistration) -endobj -365 0 obj -<< /S /GoTo /D (7.13.31.28.13.4) >> -endobj -368 0 obj -(3.2.2.2.2. Accounts created by an administrator) -endobj -369 0 obj -<< /S /GoTo /D (7.13.31.29.3) >> -endobj -372 0 obj -(3.2.2.3. Modifying Users) -endobj -373 0 obj -<< /S /GoTo /D (7.13.31.30.3) >> -endobj -376 0 obj -(3.2.2.4. Deleting Users) -endobj -377 0 obj -<< /S /GoTo /D (7.13.31.31.3) >> -endobj -380 0 obj -(3.2.2.5. Impersonating Users) -endobj -381 0 obj -<< /S /GoTo /D (7.14.1) >> -endobj -384 0 obj -(3.3. Classifications) -endobj -385 0 obj -<< /S /GoTo /D (7.15.1) >> -endobj -388 0 obj -(3.4. Products) -endobj -389 0 obj -<< /S /GoTo /D (7.15.32.2) >> -endobj -392 0 obj -(3.4.1. Assigning Group Controls to Products) -endobj -393 0 obj -<< /S /GoTo /D (7.16.1) >> -endobj -396 0 obj -(3.5. Components) -endobj -397 0 obj -<< /S /GoTo /D (7.17.1) >> -endobj -400 0 obj -(3.6. Versions) -endobj -401 0 obj -<< /S /GoTo /D (7.18.1) >> -endobj -404 0 obj -(3.7. Milestones) -endobj -405 0 obj -<< /S /GoTo /D (7.19.1) >> -endobj -408 0 obj -(3.8. Flags) -endobj -409 0 obj -<< /S /GoTo /D (7.19.33.2) >> -endobj -412 0 obj -(3.8.1. A Simple Example) -endobj -413 0 obj -<< /S /GoTo /D (7.19.34.2) >> -endobj -416 0 obj -(3.8.2. About Flags) -endobj -417 0 obj -<< /S /GoTo /D (7.19.34.32.3) >> -endobj -420 0 obj -(3.8.2.1. Values) -endobj -421 0 obj -<< /S /GoTo /D (7.19.35.2) >> -endobj -424 0 obj -(3.8.3. Using flag requests) -endobj -425 0 obj -<< /S /GoTo /D (7.19.36.2) >> -endobj -428 0 obj -(3.8.4. Two Types of Flags) -endobj -429 0 obj -<< /S /GoTo /D (7.19.36.33.3) >> -endobj -432 0 obj -(3.8.4.1. Attachment Flags) -endobj -433 0 obj -<< /S /GoTo /D (7.19.36.34.3) >> -endobj -436 0 obj -(3.8.4.2. Bug Flags) -endobj -437 0 obj -<< /S /GoTo /D (7.19.37.2) >> -endobj -440 0 obj -(3.8.5. Administering Flags) -endobj -441 0 obj -<< /S /GoTo /D (7.19.37.35.3) >> -endobj -444 0 obj -(3.8.5.1. Editing a Flag) -endobj -445 0 obj -<< /S /GoTo /D (7.19.37.36.3) >> -endobj -448 0 obj -(3.8.5.2. Creating a Flag) -endobj -449 0 obj -<< /S /GoTo /D (7.19.37.36.14.4) >> -endobj -452 0 obj -(3.8.5.2.1. Name) -endobj -453 0 obj -<< /S /GoTo /D (7.19.37.36.15.4) >> -endobj -456 0 obj -(3.8.5.2.2. Description) -endobj -457 0 obj -<< /S /GoTo /D (7.19.37.36.16.4) >> -endobj -460 0 obj -(3.8.5.2.3. Category) -endobj -461 0 obj -<< /S /GoTo /D (7.19.37.36.17.4) >> -endobj -464 0 obj -(3.8.5.2.4. Sort Key) -endobj -465 0 obj -<< /S /GoTo /D (7.19.37.36.18.4) >> -endobj -468 0 obj -(3.8.5.2.5. Active) -endobj -469 0 obj -<< /S /GoTo /D (7.19.37.36.19.4) >> -endobj -472 0 obj -(3.8.5.2.6. Requestable) -endobj -473 0 obj -<< /S /GoTo /D (7.19.37.36.20.4) >> -endobj -476 0 obj -(3.8.5.2.7. Specifically Requestable) -endobj -477 0 obj -<< /S /GoTo /D (7.19.37.36.21.4) >> -endobj -480 0 obj -(3.8.5.2.8. Multiplicable) -endobj -481 0 obj -<< /S /GoTo /D (7.19.37.36.22.4) >> -endobj -484 0 obj -(3.8.5.2.9. CC List) -endobj -485 0 obj -<< /S /GoTo /D (7.19.37.36.23.4) >> -endobj -488 0 obj -(3.8.5.2.10. Grant Group) -endobj -489 0 obj -<< /S /GoTo /D (7.19.37.36.24.4) >> -endobj -492 0 obj -(3.8.5.2.11. Request Group) -endobj -493 0 obj -<< /S /GoTo /D (7.19.37.37.3) >> -endobj -496 0 obj -(3.8.5.3. Deleting a Flag) -endobj -497 0 obj -<< /S /GoTo /D (7.20.1) >> -endobj -500 0 obj -(3.9. Keywords) -endobj -501 0 obj -<< /S /GoTo /D (7.21.1) >> -endobj -504 0 obj -(3.10. Custom Fields) -endobj -505 0 obj -<< /S /GoTo /D (7.21.38.2) >> -endobj -508 0 obj -(3.10.1. Adding Custom Fields) -endobj -509 0 obj -<< /S /GoTo /D (7.21.39.2) >> -endobj -512 0 obj -(3.10.2. Editing Custom Fields) -endobj -513 0 obj -<< /S /GoTo /D (7.21.40.2) >> -endobj -516 0 obj -(3.10.3. Deleting Custom Fields) -endobj -517 0 obj -<< /S /GoTo /D (7.22.1) >> -endobj -520 0 obj -(3.11. Legal Values) -endobj -521 0 obj -<< /S /GoTo /D (7.22.41.2) >> -endobj -524 0 obj -(3.11.1. Viewing/Editing legal values) -endobj -525 0 obj -<< /S /GoTo /D (7.22.42.2) >> -endobj -528 0 obj -(3.11.2. Deleting legal values) -endobj -529 0 obj -<< /S /GoTo /D (7.23.1) >> -endobj -532 0 obj -(3.12. Voting) -endobj -533 0 obj -<< /S /GoTo /D (7.24.1) >> -endobj -536 0 obj -(3.13. Quips) -endobj -537 0 obj -<< /S /GoTo /D (7.25.1) >> -endobj -540 0 obj -(3.14. Groups and Group Security) -endobj -541 0 obj -<< /S /GoTo /D (7.25.43.2) >> -endobj -544 0 obj -(3.14.1. Creating Groups) -endobj -545 0 obj -<< /S /GoTo /D (7.25.44.2) >> -endobj -548 0 obj -(3.14.2. Assigning Users to Groups) -endobj -549 0 obj -<< /S /GoTo /D (7.25.45.2) >> -endobj -552 0 obj -(3.14.3. Assigning Group Controls to Products) -endobj -553 0 obj -<< /S /GoTo /D (7.25.46.2) >> -endobj -556 0 obj -(3.14.4. Common Applications of Group Controls) -endobj -557 0 obj -<< /S /GoTo /D (7.25.46.38.3) >> -endobj -560 0 obj -(3.14.4.1. General User Access With Security Group) -endobj -561 0 obj -<< /S /GoTo /D (7.25.46.39.3) >> -endobj -564 0 obj -(3.14.4.2. General User Access With A Security Product) -endobj -565 0 obj -<< /S /GoTo /D (7.25.46.40.3) >> -endobj -568 0 obj -(3.14.4.3. Product Isolation With Common Group) -endobj -569 0 obj -<< /S /GoTo /D (7.26.1) >> -endobj -572 0 obj -(3.15. Checking and Maintaining Database Integrity) -endobj -573 0 obj -<< /S /GoTo /D (7.27.1) >> -endobj -576 0 obj -(3.16. Upgrading to New Releases) -endobj -577 0 obj -<< /S /GoTo /D (7.27.47.2) >> -endobj -580 0 obj -(3.16.1. Version Definitions) -endobj -581 0 obj -<< /S /GoTo /D (7.27.48.2) >> -endobj -584 0 obj -(3.16.2. Upgrading Notifications) -endobj -585 0 obj -<< /S /GoTo /D (7.27.49.2) >> -endobj -588 0 obj -(3.16.3. Upgrading Methods and Procedure) -endobj -589 0 obj -<< /S /GoTo /D (7.27.49.41.3) >> -endobj -592 0 obj -(3.16.3.1. Upgrading using CVS) -endobj -593 0 obj -<< /S /GoTo /D (7.27.49.42.3) >> -endobj -596 0 obj -(3.16.3.2. Upgrading using the tarball) -endobj -597 0 obj -<< /S /GoTo /D (7.27.49.43.3) >> -endobj -600 0 obj -(3.16.3.3. Upgrading using patches) -endobj -601 0 obj -<< /S /GoTo /D (7.27.50.2) >> -endobj -604 0 obj -(3.16.4. Completing Your Upgrade) -endobj -605 0 obj -<< /S /GoTo /D (8.0) >> -endobj -608 0 obj -(Chapter 4. Bugzilla Security) -endobj -609 0 obj -<< /S /GoTo /D (8.28.1) >> -endobj -612 0 obj -(4.1. Operating System) -endobj -613 0 obj -<< /S /GoTo /D (8.28.51.2) >> -endobj -616 0 obj -(4.1.1. TCP/IP Ports) -endobj -617 0 obj -<< /S /GoTo /D (8.28.52.2) >> -endobj -620 0 obj -(4.1.2. System User Accounts) -endobj -621 0 obj -<< /S /GoTo /D (8.28.53.2) >> -endobj -624 0 obj -(4.1.3. The chroot Jail) -endobj -625 0 obj -<< /S /GoTo /D (8.29.1) >> -endobj -628 0 obj -(4.2. MySQL) -endobj -629 0 obj -<< /S /GoTo /D (8.29.54.2) >> -endobj -632 0 obj -(4.2.1. The MySQL System Account) -endobj -633 0 obj -<< /S /GoTo /D (8.29.55.2) >> -endobj -636 0 obj -(4.2.2. The MySQL root and anonymous Users) -endobj -637 0 obj -<< /S /GoTo /D (8.29.56.2) >> -endobj -640 0 obj -(4.2.3. Network Access) -endobj -641 0 obj -<< /S /GoTo /D (8.30.1) >> -endobj -644 0 obj -(4.3. Web server) -endobj -645 0 obj -<< /S /GoTo /D (8.30.57.2) >> -endobj -648 0 obj -(4.3.1. Disabling Remote Access to Bugzilla Configuration Files) -endobj -649 0 obj -<< /S /GoTo /D (8.31.1) >> -endobj -652 0 obj -(4.4. Bugzilla) -endobj -653 0 obj -<< /S /GoTo /D (8.31.58.2) >> -endobj -656 0 obj -(4.4.1. Prevent users injecting malicious Javascript) -endobj -657 0 obj -<< /S /GoTo /D (9.0) >> -endobj -660 0 obj -(Chapter 5. Using Bugzilla) -endobj -661 0 obj -<< /S /GoTo /D (9.32.1) >> -endobj -664 0 obj -(5.1. Introduction) -endobj -665 0 obj -<< /S /GoTo /D (9.33.1) >> -endobj -668 0 obj -(5.2. Create a Bugzilla Account) -endobj -669 0 obj -<< /S /GoTo /D (9.34.1) >> -endobj -672 0 obj -(5.3. Anatomy of a Bug) -endobj -673 0 obj -<< /S /GoTo /D (9.35.1) >> -endobj -676 0 obj -(5.4. Life Cycle of a Bug) -endobj -677 0 obj -<< /S /GoTo /D (9.36.1) >> -endobj -680 0 obj -(5.5. Searching for Bugs) -endobj -681 0 obj -<< /S /GoTo /D (9.36.59.2) >> -endobj -684 0 obj -(5.5.1. Boolean Charts) -endobj -685 0 obj -<< /S /GoTo /D (9.36.59.44.3) >> -endobj -688 0 obj -(5.5.1.1. Pronoun Substitution) -endobj -689 0 obj -<< /S /GoTo /D (9.36.59.45.3) >> -endobj -692 0 obj -(5.5.1.2. Negation) -endobj -693 0 obj -<< /S /GoTo /D (9.36.59.46.3) >> -endobj -696 0 obj -(5.5.1.3. Multiple Charts) -endobj -697 0 obj -<< /S /GoTo /D (9.36.60.2) >> -endobj -700 0 obj -(5.5.2. Quicksearch) -endobj -701 0 obj -<< /S /GoTo /D (9.36.61.2) >> -endobj -704 0 obj -(5.5.3. Case Sensitivity in Searches) -endobj -705 0 obj -<< /S /GoTo /D (9.36.62.2) >> -endobj -708 0 obj -(5.5.4. Bug Lists) -endobj -709 0 obj -<< /S /GoTo /D (9.36.63.2) >> -endobj -712 0 obj -(5.5.5. Adding/removing tags to/from bugs) -endobj -713 0 obj -<< /S /GoTo /D (9.37.1) >> -endobj -716 0 obj -(5.6. Filing Bugs) -endobj -717 0 obj -<< /S /GoTo /D (9.37.64.2) >> -endobj -720 0 obj -(5.6.1. Reporting a New Bug) -endobj -721 0 obj -<< /S /GoTo /D (9.37.65.2) >> -endobj -724 0 obj -(5.6.2. Clone an Existing Bug) -endobj -725 0 obj -<< /S /GoTo /D (9.38.1) >> -endobj -728 0 obj -(5.7. Attachments) -endobj -729 0 obj -<< /S /GoTo /D (9.38.66.2) >> -endobj -732 0 obj -(5.7.1. Patch Viewer) -endobj -733 0 obj -<< /S /GoTo /D (9.38.66.47.3) >> -endobj -736 0 obj -(5.7.1.1. Viewing Patches in Patch Viewer) -endobj -737 0 obj -<< /S /GoTo /D (9.38.66.48.3) >> -endobj -740 0 obj -(5.7.1.2. Seeing the Difference Between Two Patches) -endobj -741 0 obj -<< /S /GoTo /D (9.38.66.49.3) >> -endobj -744 0 obj -(5.7.1.3. Getting More Context in a Patch) -endobj -745 0 obj -<< /S /GoTo /D (9.38.66.50.3) >> -endobj -748 0 obj -(5.7.1.4. Collapsing and Expanding Sections of a Patch) -endobj -749 0 obj -<< /S /GoTo /D (9.38.66.51.3) >> -endobj -752 0 obj -(5.7.1.5. Linking to a Section of a Patch) -endobj -753 0 obj -<< /S /GoTo /D (9.38.66.52.3) >> -endobj -756 0 obj -(5.7.1.6. Going to Bonsai and LXR) -endobj -757 0 obj -<< /S /GoTo /D (9.38.66.53.3) >> -endobj -760 0 obj -(5.7.1.7. Creating a Unified Diff) -endobj -761 0 obj -<< /S /GoTo /D (9.39.1) >> -endobj -764 0 obj -(5.8. Hints and Tips) -endobj -765 0 obj -<< /S /GoTo /D (9.39.67.2) >> -endobj -768 0 obj -(5.8.1. Autolinkification) -endobj -769 0 obj -<< /S /GoTo /D (9.39.68.2) >> -endobj -772 0 obj -(5.8.2. Comments) -endobj -773 0 obj -<< /S /GoTo /D (9.39.69.2) >> -endobj -776 0 obj -(5.8.3. ServerSide Comment Wrapping) -endobj -777 0 obj -<< /S /GoTo /D (9.39.70.2) >> -endobj -780 0 obj -(5.8.4. Dependency Tree) -endobj -781 0 obj -<< /S /GoTo /D (9.40.1) >> -endobj -784 0 obj -(5.9. Time Tracking Information) -endobj -785 0 obj -<< /S /GoTo /D (9.41.1) >> -endobj -788 0 obj -(5.10. User Preferences) -endobj -789 0 obj -<< /S /GoTo /D (9.41.71.2) >> -endobj -792 0 obj -(5.10.1. General Preferences) -endobj -793 0 obj -<< /S /GoTo /D (9.41.72.2) >> -endobj -796 0 obj -(5.10.2. Email Preferences) -endobj -797 0 obj -<< /S /GoTo /D (9.41.73.2) >> -endobj -800 0 obj -(5.10.3. Saved Searches) -endobj -801 0 obj -<< /S /GoTo /D (9.41.74.2) >> -endobj -804 0 obj -(5.10.4. Name and Password) -endobj -805 0 obj -<< /S /GoTo /D (9.41.75.2) >> -endobj -808 0 obj -(5.10.5. Permissions) -endobj -809 0 obj -<< /S /GoTo /D (9.42.1) >> -endobj -812 0 obj -(5.11. Reports and Charts) -endobj -813 0 obj -<< /S /GoTo /D (9.42.76.2) >> -endobj -816 0 obj -(5.11.1. Reports) -endobj -817 0 obj -<< /S /GoTo /D (9.42.77.2) >> -endobj -820 0 obj -(5.11.2. Charts) -endobj -821 0 obj -<< /S /GoTo /D (9.42.77.54.3) >> -endobj -824 0 obj -(5.11.2.1. Creating Charts) -endobj -825 0 obj -<< /S /GoTo /D (9.42.77.55.3) >> -endobj -828 0 obj -(5.11.2.2. Creating New Data Sets) -endobj -829 0 obj -<< /S /GoTo /D (9.43.1) >> -endobj -832 0 obj -(5.12. Flags) -endobj -833 0 obj -<< /S /GoTo /D (9.44.1) >> -endobj -836 0 obj -(5.13. Whining) -endobj -837 0 obj -<< /S /GoTo /D (9.44.78.2) >> -endobj -840 0 obj -(5.13.1. The Event) -endobj -841 0 obj -<< /S /GoTo /D (9.44.79.2) >> -endobj -844 0 obj -(5.13.2. Whining Schedule) -endobj -845 0 obj -<< /S /GoTo /D (9.44.80.2) >> -endobj -848 0 obj -(5.13.3. Whining Searches) -endobj -849 0 obj -<< /S /GoTo /D (9.44.81.2) >> -endobj -852 0 obj -(5.13.4. Saving Your Changes) -endobj -853 0 obj -<< /S /GoTo /D (10.0) >> -endobj -856 0 obj -(Chapter 6. Customizing Bugzilla) -endobj -857 0 obj -<< /S /GoTo /D (10.45.1) >> -endobj -860 0 obj -(6.1. Custom Skins) -endobj -861 0 obj -<< /S /GoTo /D (10.46.1) >> -endobj -864 0 obj -(6.2. Template Customization) -endobj -865 0 obj -<< /S /GoTo /D (10.46.82.2) >> -endobj -868 0 obj -(6.2.1. Template Directory Structure) -endobj -869 0 obj -<< /S /GoTo /D (10.46.83.2) >> -endobj -872 0 obj -(6.2.2. Choosing a Customization Method) -endobj -873 0 obj -<< /S /GoTo /D (10.46.84.2) >> -endobj -876 0 obj -(6.2.3. How To Edit Templates) -endobj -877 0 obj -<< /S /GoTo /D (10.46.85.2) >> -endobj -880 0 obj -(6.2.4. Template Formats and Types) -endobj -881 0 obj -<< /S /GoTo /D (10.46.86.2) >> -endobj -884 0 obj -(6.2.5. Particular Templates) -endobj -885 0 obj -<< /S /GoTo /D (10.46.87.2) >> -endobj -888 0 obj -(6.2.6. Configuring Bugzilla to Detect the User's Language) -endobj -889 0 obj -<< /S /GoTo /D (10.47.1) >> -endobj -892 0 obj -(6.3. The Bugzilla Extension Mechanism) -endobj -893 0 obj -<< /S /GoTo /D (10.48.1) >> -endobj -896 0 obj -(6.4. Customizing Who Can Change What) -endobj -897 0 obj -<< /S /GoTo /D (10.49.1) >> -endobj -900 0 obj -(6.5. Integrating Bugzilla with ThirdParty Tools) -endobj -901 0 obj -<< /S /GoTo /D (10.49.88.2) >> -endobj -904 0 obj -(6.5.1. Bonsai) -endobj -905 0 obj -<< /S /GoTo /D (10.49.89.2) >> -endobj -908 0 obj -(6.5.2. CVS) -endobj -909 0 obj -<< /S /GoTo /D (10.49.90.2) >> -endobj -912 0 obj -(6.5.3. Perforce SCM) -endobj -913 0 obj -<< /S /GoTo /D (10.49.91.2) >> -endobj -916 0 obj -(6.5.4. Subversion) -endobj -917 0 obj -<< /S /GoTo /D (10.49.92.2) >> -endobj -920 0 obj -(6.5.5. Tinderbox/Tinderbox2) -endobj -921 0 obj -<< /S /GoTo /D (11.0) >> -endobj -924 0 obj -(Appendix A. Troubleshooting) -endobj -925 0 obj -<< /S /GoTo /D (11.50.1) >> -endobj -928 0 obj -(A.1. General Advice) -endobj -929 0 obj -<< /S /GoTo /D (11.51.1) >> -endobj -932 0 obj -(A.2. The Apache web server is not serving Bugzilla pages) -endobj -933 0 obj -<< /S /GoTo /D (11.52.1) >> -endobj -936 0 obj -(A.3. I installed a Perl module, but checksetup.pl claims it's not installed!) -endobj -937 0 obj -<< /S /GoTo /D (11.53.1) >> -endobj -940 0 obj -(A.4. DBD::Sponge::db prepare failed) -endobj -941 0 obj -<< /S /GoTo /D (11.54.1) >> -endobj -944 0 obj -(A.5. cannot chdir\(/var/spool/mqueue\)) -endobj -945 0 obj -<< /S /GoTo /D (11.55.1) >> -endobj -948 0 obj -(A.6. Everybody is constantly being forced to relogin) -endobj -949 0 obj -<< /S /GoTo /D (11.56.1) >> -endobj -952 0 obj -(A.7. Some users are constantly being forced to relogin) -endobj -953 0 obj -<< /S /GoTo /D (11.57.1) >> -endobj -956 0 obj -(A.8. index.cgi doesn't show up unless specified in the URL) -endobj -957 0 obj -<< /S /GoTo /D (11.58.1) >> -endobj -960 0 obj -(A.9. checksetup.pl reports "Client does not support authentication protocol requested by server...") -endobj -961 0 obj -<< /S /GoTo /D (12.0) >> -endobj -964 0 obj -(Appendix B. Contrib) -endobj -965 0 obj -<< /S /GoTo /D (12.59.1) >> -endobj -968 0 obj -(B.1. Commandline Search Interface) -endobj -969 0 obj -<< /S /GoTo /D (12.60.1) >> -endobj -972 0 obj -(B.2. Commandline 'Send Unsent Bugmail' tool) -endobj -973 0 obj -<< /S /GoTo /D (13.0) >> -endobj -976 0 obj -(Appendix C. Manual Installation of Perl Modules) -endobj -977 0 obj -<< /S /GoTo /D (13.61.1) >> -endobj -980 0 obj -(C.1. Instructions) -endobj -981 0 obj -<< /S /GoTo /D (13.62.1) >> -endobj -984 0 obj -(C.2. Download Locations) -endobj -985 0 obj -<< /S /GoTo /D (13.63.1) >> -endobj -988 0 obj -(C.3. Optional Modules) -endobj -989 0 obj -<< /S /GoTo /D (14.0) >> -endobj -992 0 obj -(Appendix D. GNU Free Documentation License) -endobj -993 0 obj -<< /S /GoTo /D (14.64.1) >> -endobj -996 0 obj -(0. Preamble) -endobj -997 0 obj -<< /S /GoTo /D (14.65.1) >> -endobj -1000 0 obj -(1. Applicability and Definition) -endobj -1001 0 obj -<< /S /GoTo /D (14.66.1) >> -endobj -1004 0 obj -(2. Verbatim Copying) -endobj -1005 0 obj -<< /S /GoTo /D (14.67.1) >> -endobj -1008 0 obj -(3. Copying in Quantity) -endobj -1009 0 obj -<< /S /GoTo /D (14.68.1) >> -endobj -1012 0 obj -(4. Modifications) -endobj -1013 0 obj -<< /S /GoTo /D (14.69.1) >> -endobj -1016 0 obj -(5. Combining Documents) -endobj -1017 0 obj -<< /S /GoTo /D (14.70.1) >> -endobj -1020 0 obj -(6. Collections of Documents) -endobj -1021 0 obj -<< /S /GoTo /D (14.71.1) >> -endobj -1024 0 obj -(7. Aggregation with Independent Works) -endobj -1025 0 obj -<< /S /GoTo /D (14.72.1) >> -endobj -1028 0 obj -(8. Translation) -endobj -1029 0 obj -<< /S /GoTo /D (14.73.1) >> -endobj -1032 0 obj -(9. Termination) -endobj -1033 0 obj -<< /S /GoTo /D (14.74.1) >> -endobj -1036 0 obj -(10. Future Revisions of this License) -endobj -1037 0 obj -<< /S /GoTo /D (14.75.1) >> -endobj -1040 0 obj -(How to use this License for your documents) -endobj -1041 0 obj -<< /S /GoTo /D (15.0) >> -endobj -1044 0 obj -(Glossary) -endobj -1045 0 obj -<< /S /GoTo /D (16.0) >> -endobj -1048 0 obj -(09, high ascii) -endobj -1049 0 obj -<< /S /GoTo /D (16.75.93.2) >> -endobj -1052 0 obj -(.htaccess) -endobj -1053 0 obj -<< /S /GoTo /D (17.0) >> -endobj -1056 0 obj -(A) -endobj -1057 0 obj -<< /S /GoTo /D (17.75.94.2) >> -endobj -1060 0 obj -(Apache) -endobj -1061 0 obj -<< /S /GoTo /D (17.75.94.56.3) >> -endobj -1064 0 obj -(Useful Directives when configuring Bugzilla) -endobj -1065 0 obj -<< /S /GoTo /D (18.0) >> -endobj -1068 0 obj -(B) -endobj -1069 0 obj -<< /S /GoTo /D (18.75.95.2) >> -endobj -1072 0 obj -(Bug) -endobj -1073 0 obj -<< /S /GoTo /D (18.75.96.2) >> -endobj -1076 0 obj -(Bug Number) -endobj -1077 0 obj -<< /S /GoTo /D (18.75.97.2) >> -endobj -1080 0 obj -(Bugzilla) -endobj -1081 0 obj -<< /S /GoTo /D (19.0) >> -endobj -1084 0 obj -(C) -endobj -1085 0 obj -<< /S /GoTo /D (19.75.98.2) >> -endobj -1088 0 obj -(Common Gateway Interface) -endobj -1089 0 obj -<< /S /GoTo /D (19.75.99.2) >> -endobj -1092 0 obj -(Component) -endobj -1093 0 obj -<< /S /GoTo /D (19.75.100.2) >> -endobj -1096 0 obj -(Comprehensive Perl Archive Network) -endobj -1097 0 obj -<< /S /GoTo /D (19.75.101.2) >> -endobj -1100 0 obj -(contrib) -endobj -1101 0 obj -<< /S /GoTo /D (20.0) >> -endobj -1104 0 obj -(D) -endobj -1105 0 obj -<< /S /GoTo /D (20.75.102.2) >> -endobj -1108 0 obj -(daemon) -endobj -1109 0 obj -<< /S /GoTo /D (20.75.103.2) >> -endobj -1112 0 obj -(DOS Attack) -endobj -1113 0 obj -<< /S /GoTo /D (21.0) >> -endobj -1116 0 obj -(G) -endobj -1117 0 obj -<< /S /GoTo /D (21.75.104.2) >> -endobj -1120 0 obj -(Groups) -endobj -1121 0 obj -<< /S /GoTo /D (22.0) >> -endobj -1124 0 obj -(J) -endobj -1125 0 obj -<< /S /GoTo /D (22.75.105.2) >> -endobj -1128 0 obj -(JavaScript) -endobj -1129 0 obj -<< /S /GoTo /D (23.0) >> -endobj -1132 0 obj -(M) -endobj -1133 0 obj -<< /S /GoTo /D (23.75.106.2) >> -endobj -1136 0 obj -(Message Transport Agent) -endobj -1137 0 obj -<< /S /GoTo /D (23.75.107.2) >> -endobj -1140 0 obj -(MySQL) -endobj -1141 0 obj -<< /S /GoTo /D (24.0) >> -endobj -1144 0 obj -(P) -endobj -1145 0 obj -<< /S /GoTo /D (24.75.108.2) >> -endobj -1148 0 obj -(Perl Package Manager) -endobj -1149 0 obj -<< /S /GoTo /D (24.75.109.2) >> -endobj -1152 0 obj -(Product) -endobj -1153 0 obj -<< /S /GoTo /D (24.75.110.2) >> -endobj -1156 0 obj -(Perl) -endobj -1157 0 obj -<< /S /GoTo /D (25.0) >> -endobj -1160 0 obj -(Q) -endobj -1161 0 obj -<< /S /GoTo /D (25.75.111.2) >> -endobj -1164 0 obj -(QA) -endobj -1165 0 obj -<< /S /GoTo /D (26.0) >> -endobj -1168 0 obj -(R) -endobj -1169 0 obj -<< /S /GoTo /D (26.75.112.2) >> -endobj -1172 0 obj -(Relational DataBase Management System) -endobj -1173 0 obj -<< /S /GoTo /D (26.75.113.2) >> -endobj -1176 0 obj -(Regular Expression) -endobj -1177 0 obj -<< /S /GoTo /D (27.0) >> -endobj -1180 0 obj -(S) -endobj -1181 0 obj -<< /S /GoTo /D (27.75.114.2) >> -endobj -1184 0 obj -(Service) -endobj -1185 0 obj -<< /S /GoTo /D (27.75.115.2) >> -endobj -1188 0 obj -(SGML ) -endobj -1189 0 obj -<< /S /GoTo /D (28.0) >> -endobj -1192 0 obj -(T) -endobj -1193 0 obj -<< /S /GoTo /D (28.75.116.2) >> -endobj -1196 0 obj -(Target Milestone) -endobj -1197 0 obj -<< /S /GoTo /D (28.75.117.2) >> -endobj -1200 0 obj -(Tool Command Language) -endobj -1201 0 obj -<< /S /GoTo /D (29.0) >> -endobj -1204 0 obj -(Z) -endobj -1205 0 obj -<< /S /GoTo /D (29.75.118.2) >> -endobj -1208 0 obj -(Zarro Boogs Found) -endobj -1209 0 obj -<< /S /GoTo /D [1210 0 R /Fit ] >> -endobj -1212 0 obj << -/Length 212 -/Filter /FlateDecode ->> -stream -xڍ�1k�@�w� -��p�I�;�א&�1�2���6ФC}ϱ J ���O"���P������PY8g]Ѽ�B@�\�?L�E���.a����Cm!�� -@�Ef�����=7�5������4�/��l�I ej��!_���4�s�K/@ѡ��p��k�&���ʣ� E&?��ȅİ$��CIM�u�1�zN��珹�����cR�endstream -endobj -1210 0 obj << -/Type /Page -/Contents 1212 0 R -/Resources 1211 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 1218 0 R ->> endobj -1213 0 obj << -/D [1210 0 R /XYZ 71.731 729.265 null] ->> endobj -1214 0 obj << -/D [1210 0 R /XYZ 71.731 718.306 null] ->> endobj -1215 0 obj << -/D [1210 0 R /XYZ 71.731 718.306 null] ->> endobj -2 0 obj << -/D [1210 0 R /XYZ 351.709 667.995 null] ->> endobj -1211 0 obj << -/Font << /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1221 0 obj << -/Length 534 -/Filter /FlateDecode ->> -stream -xڍTɎ�0��+|��Z�o=f:@O�·��Vcl+�� 2__jq���"Q��#�H�&~4)).9�Ƭȓvڐ���ƈ]Q`�3����r^��Iv���l��Oj\<i�$��|�K��'j�2�XY�����Q���2tё���"�y�=˔��C��4�����02��|���-/I2�p Ż����$��.��Ӓ )&G�^�ׄ��o�~�Qv!�Re�e�^cK\�yll0V�(��>��jW������t�| ��>e-}f�h߇�Ns1t@S��j -��Hi�z�wm�U%�p�z�>��Ȭ��������k�^F�T���Q{N)ABG=�Q�h�zM�'� d�rV��\D���Yd�<`��Ӳ��!����z����lZ-�pWG���*=v��,/緅,�D46X���_��"��-�S]?=��:\��3w�:�H�Dv�]��ń����*u��W�軍�ݞ��Ao�*�?�)��/���������|Na�8*��$[(�@[[��^��Ks��㗻�pE���w��q$�endstream -endobj -1220 0 obj << -/Type /Page -/Contents 1221 0 R -/Resources 1219 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 1218 0 R ->> endobj -1222 0 obj << -/D [1220 0 R /XYZ 71.731 729.265 null] ->> endobj -1219 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1227 0 obj << -/Length 56608 -/Filter /FlateDecode ->> -stream -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�+��QY83�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�jZȫ1�:WcȺ�y5FY����j��f5� ��%�1�,���\�!���e�jZȫ1ʚ��6�Wc�5�1hm ���\�!���e�jZȫ1ʚ��6�Wc�5�1hm ���\�!���e�jZȫ1ʚ��6�Wc�5�1hm ���\�!���e�jZ��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�jZȫ1�:WcȺ�y5FY����j��f5� ��e�jZȫ1�:WcȺ�y5FY����j��f5� ��e�jZ��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�jZȫ1�:WcȺ�y5FY����j��f5� ��e�jZȫ1�:WcȺ�y5FY����j��f5� ��e�jZȫ1�:WcȺ�y5FY����j����t�Wc�3�1(m ���\�!���e�jZȫ1ʚ��6�Wc�5�1hm ���\�!���e�jZȫ1ʚ��6�Wc�5�1hm ���\�!���e�jZȫ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 ����yc�$��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��uf�� �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��ufI� �-!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��uf�� � #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+���Y83]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��ˋ�nY ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(kvc��@ލQ��Ơ�����ٍAkq7�H�C���n�rf7� ��e�nZȻ1ʚ��6�wc�u�Ɛu�n��f7� ��e�nZȻ1ʚ��6�wc����Ȼ1ʚ��6�wc�5�1hm ��(kvc��@ލ1ֹC�Ȼ1ʚ��6�wc�5�1hm ��(�؍Ag�x7�8�nI ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(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������nJȻ1ʚ��6�wc�u�Ɛu�n��f7� ��e�nZȻ1ʚ��6�wc�u�Ɛu�n��f7� ��e�nZȻ1ʚ��6�wc�u�Ɛu�n��f7� ��e�nZ��1J:vc�Y8܍1��Ɛ�q���ٍAiy7FY����n��f7� ��c��1d]����ٍAky7FY����n��f7� ��c��1d]����ٍAky7FY����n��f7� ��a��ƀu�n��f7� ��e�nZ��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�nY ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(�؍Ag�x7F9����n��f7� ��c��1d]����ٍAky7FY����n��f7� ��a��ƀu�n��f7� ��e�nZȻ1ʚ��6�wc�u�Ɛu�n��f7� ��e�nZȻ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@+�^@��3h%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��)���@.���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��)���@.���Z@�ur��)���@.��54Z�����Fk��6�Y@�ur��)���@.��54Z�����Fk��6���l�J9 -hT�h�L��r��)���@.��u�d]�\@S�k -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 �ufK�� �-e͖�Z�[ʚ-�6���un �ufK�� �-e͖�Z�[ʚ-�6���un �ufK�� �-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 �tfK�� �-e͖�Z�[ʚ-�6���un �ufK�� �-e͖�Z�[ʚ-�6���un �ufK�� �-e͖�Z�[ʚ-�6���un �ufK�� �-%[�,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(���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�;ʚ -�6�w(�u�P�u���f�� � -e�Z�;ʚ -�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(�u�P�u���f�� � -e�Z�;ʚ -�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��bn<��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���)���@.���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�������Q�d�}e���G�A��̬��~�m�a�Fkڞ��TY$�&����'�������b�i����]V�Y$uֹ����_���<s.��W��/��ۇ���������}� �ǻ��~w���<|�Zp�/�{������w��z7�jb7��tc��A�Ɯ��1V{��1���16k�1g�n���nL���P�؍9uuc�� vcN]��=�ݘSW7�jb7��tc��A�Ɯ��1V{�1��n���n̩�c��Sj�1T� vcN]��=�ݘSW7�jb7��Ս�ڃ؍)5��c�1g~��X��ń�n�Ś�n̙�c��3���H��؍9uuc�� vcN]��=�ݘSW7�jb7��tc��A�Ɯ��1V{�1��n���n̩�c��Sj�1T� vcN]��=�ݘSW7�jb7��Ս�ڃԍ)tuch�uc�<ucL�vc�\��=�ݘSW7�jb7��tc��A�Ɯ��1V{�1��n���n̩�c��Sj�1T� vcN]��=�ݘSW7�jb7��Ս�ڃ؍)5��c�1��n���n̩�c��s�c��S��Ɛ�9�Ɯ��1F{�1��n���n̩�c��Sj�1T� vcN]��=�ݘSW7�jb7��Ս�ڃ؍)5��c�1��n���n̩�c��s���X�A�ƌ��1R� vcN]��=�ݘSW7�jR7��S7�f�a7��tc��A�Ɯ��1V{�1��n���n̩�c��Sj�1T� vcN]��=�ݘSW7�jb7��Ս�ڃ؍)5��c�1��n���n̩�c��s���X�A�Ɣ�n�1�ݘSW7�jR7��S7�f�a7��Ս1ڃ؍)5��c�1��n���n̩�c��s���X�A�Ɣ�n�1�ݘSW7�jb7��Ս�ڃ؍9uuc�� vcJM7���n̩�c��s���X�A�Ɯ��1V{�1��CuR7��S7�f�a7��Ս1ڃ؍9uuc�� vcJM7���n̩�c��s���X�A�Ɯ��1V{�1��n��9�ݘSW7�jb7��Ս�ڃ؍9uuc�� vcJM7���n̩�c��s���X�A�Ɯ��1V{��1��n͞�n̑�n�ɚ�n̙�c��s���X�A�Ɣ�n�1���N��9=t�"/1x����_�����z�܍��n쏯y��߾������/��ñ�G��Ǝ��������_ɗǫ�X#x�Fo}=0z�!ڃuF��A�������H� �P�A�������Ȩ;0"ur`��F�� FJM`�jr`��F�� FF݁�c�#�&0B�90Rj#T{�#�&0B�902��H�)��x9���W`�b�q`��F�� FB=F��A�������H� �P�A�������Ȩ;0"ur`��F�� FJM`�jr`��F�� FF݁�c�#�&0B�90Rj#T{�#�&0B�102h#2{#E��ɚ��H� ��A�������Ȩ;0"ur`��F�� FJM`�jr`��F�� FF݁�c�#�&0B�90Rj#T{�#�&0B�902��H�)5��=ȁ�R�ڃ)tFh�F�L`Dd�q`��F�� FJM`�jr`��F�� FF݁�c�#�&0B�90Rj#T{�#�&0B�902��H�)5��=ȁ�R�ڃ)5��=ȁ�Pρ�s�#�&0B�90Rj#T{#���͚��Ș;0"tr`��F�� FJM`�jr`��F�� FF݁�c�#�&0B�90Rj#T{�#�&0B�902��H�)5��=ȁ�R�ڃ)5��=ȁ�Qw`D���H� �P�A��#4k�#e&0B�902��H�)5��=ȁ�R�ڃ)5��=ȁ�Qw`D���H� �P�A�������H� �P�A���#R� FJM`�jr`��F�� FJM`�jr`d��:10R� -�Ь9�������H� �P�A���#R� FJM`�jr`��F�� FJM`�jr`$�s`���H� �P�A�������H� �P�A���#R� FJM`�jr`��F�� FJM`�jb`d�Fd�F�\��5ǁ�2!ڃ)5��=ȁ�Qw`D�����ዬ���E�F�_�����LJ�:��������p����~`��3 ��V^�ϟ��������T�|���Ke�?��sp�����o_���������끂���7>�ǿ߾V���?�]�]��\/�@��A.�����H�)�P�A.�����Ȩ��"ur��@�� @JM�jr��@�� @F��c� ���B���Rj - T{� ���B���2�.�H�T�)�T��x9��W�b�q��@�� @B=@��A.�����H�)�P�A.�����Ȩ��"ur��@�� @JM�jr��@�� @F��c� ���B���Rj - T{� ���B���2h - 2{ E�ɚ�H�)��A.�����Ȩ��"ur��@�� @JM�jr��@�� @F��c� ���B���Rj - T{� ���B���2�.�H�\�)5�=��RS��ڃX�)t@h�@�LDd�q��@�� @JM�jr��@�� @F��c� ���B���Rj - T{� ���B���2�.�H�\�)5�=��RS��ڃ\�)5�=��P��s� ���B���Rj - T{ ��͚�Ș��"tr��@�� @JM�jr��@�� @F��c� ���B���Rj - T{� ���B���2�.�H�\�)5�=��RS��ڃ\�)5�=��QwD��H�)�P�A,�� - 4k� e��B���2�.�H�\�)5�=��RS��ڃ\�)5�=��QwD��H�)�P�A.�����H�)�P�A.��� R� @JM�jr��@�� @JM�jrd�]��:��R�*�Ь9.�����H�)�P�A.��� R� @JM�jr��@�� @JM�jr$�s��H�)�P�A.�����H�)�P�A.��� R� @JM�jr��@�� @JM�jbd�@d�@�\�5��2S�!ڃ\�)5�=��QwD���z�� - |�U�]���������F��|�����z&ЧU���O�������ϧ�w����㏟O��矎��Ǘo���?����ˏo�����х�̷<�!�<^�~v1������^L�}(&P�A.&��b��b¨�� ur1���� JM1�jr1���� F���c�� e�� /ǰ�P�*&P�9.&��b��bB��b�9�ńRSL�ڃ\L(5��=�ńRSL�ڃ\Lu��A.&��b��bB�)&P�A.&��b��b¨�� ur1���� JM1�jr1���� M1Af�a1��UL Ys\L(3��=�ńRSL�ڃ\Lu��A.&��b��bB�)&P�A.&��b��b¨�� ur1���� JM1�jr1���� F���c�� ���@���Pj� T{� ��b͚�b)&��9.&��b��bB�)&P�A.&��b��b¨�� ur1���� JM1�jr1���� F���c�� ���@���Pj� T{�� ���@���깘�ur1���� JM1�jb1��UL�Ys\Ls��A.&��b��bB�)&P�A.&��b��b¨�� ur1���� JM1�jr1���� F���c�� ���@���Pj� T{�� ���@���0�.&H�\L(5��=�ńBW1�f�q1���� F���c�� ���@���Pj� T{�� ���@���0�.&H�\L(5��=�ńRSL�ڃ\L(5��=�ńQw1A��bB�)&P�A.&��b��bB�)&P�A.&��� R� -]��5�ń2SL ڃ\L(5��=�ńQw1A��bB�)&P�A.&��b��bB�)&P�A.&�z.&@��\L(5��=�ńRSL�ڃ\L(5��=�ńQw1A��bB�)&P�A.&��b��bB�)&P�A,&�b�̞�bB���@�渘Pf� D{�� ���@���0�.&H�\L\?�� |�UL\���b���|��!��x��r�-�����������{/���#�^�~���O��Ç�?���Ͽ���O�=�_�x=]~������/�����?1���C�/��'w�t�{���y��gY�Wԇ���g����������3/R=={C��+���po�ӳ7�|_}>��zz�͞�B��4O��@{��z�|����j^Q��>��_�ӳ7�|_}9�ݿ��ͨ�YV������'������������h�RO��P{��z�1��.���������ɇ��ѩy�9xE=���zz��ڃW�����TO��P{��z�1�zz��ڃ難���m.ϲ:��wO//R=={C��+����٪�go�=xE}�{���_�a������������g�W����ɪ�go�=xE=�>�K��� ���ǟ��TO��P{�}���cx��z��1xE=���zz��ڃW��� �Y��P{��z�1|����j��>�>����ֳ���+����g��z��ڃW���ɪ�go�=xE}��h�,������������ g=�����V=={C��+��(ѯ��0k� -�����|��䏲u���1�eUj>ʊj�GY�����ڃ�QV�棬�� �ը�����A�(�Rs��=�W�(5W��ڃ|ňRs��=�W�u_1B��+F��+FP�A�bD��b��+F��+FP�A�bĨ��R� ]1���#(^��# -\W��Xs|ň2s��=�W��|��s��Qj�A�����T{��Qj�A�����+FH�|ňRs��=�W�(5W��ڃ|ňRs��=�W�u_1B��+F��+FP�A�bD��b��+F��+FP�A�bĠ�b�̞�+F��A����e�D{��Qj�A�����+FH�|ňRs��=�W�(5W��ڃ|ňRs��=�W�u_1B��+F��+FP�A�bD��b��+F��+FP�A�bĨ��R� _1��\1�j�#J�#�� ^1��u��5�W�2W��s|ň2s��=�W�(5W��ڃ|ňRs��=�W�u_1B��+F��+FP�A�bD��b��+F��+FP�A�bĨ��R� _1��\1�j�#J�#�� _1��\1�j�#B=_1��+F��+FP�A�bD��b��+F��A����c�+F�|ň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��:����T{�Q�b͚�+F��+F�A�bĨ��R� _1��\1�j�#J�#�� _1��\1�j�#F�W��:����T{��Qj�A�����T{��1�b��1�W�(5W��ڃ|ňRs��=�W�(5W��ڃ|ňQ�#��A�bD��4k��Qf�A�����T{��1�b��1�W�(5W��ڃ|ňRs��=�W�(5W��ڃ|ňP�W��:����T{��Qj�A�����T{��1�b��1�W�(5W��ڃ|ňRs��=�W�(5W��ڃxňAs��=�W�(r]1�d��#��#�� _1��H\�v������ܭg._������c|��p�;��w^�;��ܻqX7o���w��n]��n��p�/��+v��k7v�O������o�J~R� ��JMɏjrɯԔ��� ��JMɏjr�/�s���_�)�Q�A.������_�)�Q�A.���K~R� ��JMɏjrɯԔ��� �� -]%?�5�%�1w�O��_�)�Q�A.������_�)�Q�A.���K~R� ��JMɏjrɯԔ��� ��JMɏjr�o�]�:��WjJ~T{�K~���G���WjJ~T{�K~��1�%�RS�ڃX�+t��h����Lɏhr�o�]�:��WjJ~T{�K~���G���WjJ~T{�K~��1�%�RS�ڃ\�+5%?�=�%�RS�ڃ\�u����A.������_�)�Q�A.������ߨ��'uRɯ�Sɏ���� -\%?�5�%�2S�#ڃ\��\�:��WjJ~T{�K~���G���WjJ~T{�K~��1�%�RS�ڃ\�+5%?�=�%�RS�ڃ\�u����A.������_�)�Q�A.�����Ēߠ)���9,��J~$k�K~e��G���WjJ~T{�K~��1�%�RS�ڃ\�+5%?�=�%�RS�ڃ\�u����A.������_�)�Q�A.������ߨ��'urɯԔ��� ��JMɏjbɯ�U�YsX�2%?�=�%�2S�#ڃ\�+5%?�=�%�RS�ڃ\�u����A.������_�)�Q�A.������ߨ��'urɯԔ��� ��JMɏjrɯԔ��� ��B=����A.������_�)�Q�A,��J~4k�K~c�1�%�RS�ڃ\�+5%?�=�%�RS�ڃ\�u����A.������_�)�Q�A.������ߨ��'urɯԔ��� ��JMɏjrɯԔ��� ��F�%?�c�K~���G���W�*�Ѭ9.������ߨ��'urɯԔ��� ��JMɏjrɯԔ��� ��F�%?�c�K~���G���WjJ~T{�K~���G���7�.�I�\�+5%?�=�%�RS�ڃ\�+5%?�=�%�Qw�O�Ē_���G���WfJ~D{�K~���G���7�.�I�\�+5%?�=�%�RS�ڃ\�+5%?�=�%�P�%?�s�K~���G���WjJ~T{�K~���G���7�.�I�\�+5%?�=�%�RS�ڃ\�+5%?�=�%�AS��sX�+r��H����Lɏhr�O]�(��=N%��k@��=F���?�����K��LJ��U�����>��Ͽ~9�����|{��͗_�&�/ǿY~�݅5_�p�|��y����»�^��]���o_z]T{�{]���E���U��uѬ9�u��{]B� ��JM��jr������� ��JM��jr�k���:��Ujz]T{�{]���E���Ujz]T{�{]��^��1Ƚ�R��ڃ��*5�.�=Ƚ�R��ڃ��u����A�u��^��^W���E���Ufz]D{�{]��^��1Ƚ�R��ڃ��*5�.�=Ƚ�R��ڃ��u����A�u��^��^W��uQ�A�u��^��^ר��%ur������� ��JM��jr������� ��Fݽ.�c�z]e�z]/ǰ�U��uQ�9�u��^��^W��^�9Ƚ�R��ڃ��*5�.�=Ƚ�R��ڃ��u����A�u��^��^W��uQ�A�u��^��^ר��%ur������� ��JM��jr������� ��M�Kf�a�����"Ys��*3�.�=Ƚ�R��ڃ��u����A�u��^��^W��uQ�A�u��^��^ר��%ur������� ��JM��jr������� ��Fݽ.�c�{]���E���Ujz]T{{]��^͚�^א�u��9�u��^��^W��uQ�A�u��^��^ר��%ur������� ��JM��jr������� ��Fݽ.�c�{]���E���Ujz]T{�{]���E�����ur������� ��JM��jb�����Ys��s����A�u��^��^W��uQ�A�u��^��^ר��%ur������� ��JM��jr������� ��Fݽ.�c�{]���E���Ujz]T{�{]���E���5��uI���*5�.�=���BW��f�q������� ��Fݽ.�c�{]���E���Ujz]T{�{]���E���5��uI���*5�.�=Ƚ�R��ڃ��*5�.�=Ƚ�Qw�K��^W��uQ�A�u��^��^W��uQ�A�u��{]R� �� -]�.�5ǽ�2��"ڃ��*5�.�=Ƚ�Qw�K��^W��uQ�A�u��^��^W��uQ�A�u�z�uA����*5�.�=Ƚ�R��ڃ��*5�.�=Ƚ�Qw�K��^W��uQ�A�u��^��^W��uQ�A�u �^�̞�^W���E���Ufz]D{�{��ɩ�u�=N���k@�{�=~���x|�_�~|�{|�}���;����~���3�^7�������?��������}{���/����9�㟐^~wA����t��r3�W�C��~���;/r��9�=��̝����ڃx�\�9f���c���z̜��1:f���1sk��;s3g��Q�1sR� 3w�:f�j�1s��c�� 3w�:f�j�1s��9�c��;u3g��S�1sV{��;u3g��Rs��1��̝����ڃx�ܩ�9�=��̝����ڃt�\��9�=G��y:f�d��1sg�c�� 3w�:f�j�1s��9�c��;u3g��S�1sV{��;u3g��Rs��1��̝����ڃx�ܩ�9�=��̝����ڃx�\�9f���c�N]��Y�A<f��u̜��c�=3g��蘹"�1s${��;s3g��S�1sV{��;u3g��Rs��1��̝����ڃx�ܩ�9�=��̝����ڃx�\�9f���c�N]��Y�A<f��u̜��c�N]��Y�A<fn�}̜�9��̝����ڃx�ܩ�9�=H��z:f�f��1se�9�c��;u3g��S�1sV{��;u3g��Rs��1��̝����ڃx�ܩ�9�=��̝����ڃx�\�9f���c�N]��Y�A<f��u̜��c�N]��Y�A<f��3Gu�1s��c�� 3w��9�5��̝���3ڃx�\�9f���c�N]��Y�A<f��u̜��c�N]��Y�A<f��3Gu�1s��c�� 3w�:f�j�1s��c�� 3Wj���:�S�1sV{��;u3g��S�1sV{��+5��Q�t�ܡ�c�l�3w�:f�h�1s��c�� 3Wj���:�S�1sV{��;u3g��S�1sV{��u3'u�1s��c�� 3w�:f�j�1s��c�� 3Wj���:�S�1sV{��;u3g��S�1sV{���+t3G��蘹#O�̙�9<f��u̜��c�x4��1s~���\���p�9��8f~�����/�_���z�|�<�����/��?�� -���M8O����?�\;F~����������W{��H�OE��"=���oO9u}{���oO9u}{���oO9���)6k�=��|{ -�1�ߞr����=�ߞr����=�ߞr����=�ߞRj�=���oO9u}{���oO9u}{���oO9u}{���oO)5ߞBuⷧ���=�jⷧ���=�jⷧ���=�jⷧ��oO�:��SN]ߞb���S=}{�͚�oO9s}{���oO)5ߞBuⷧ���=�jⷧ���=�jⷧ���=�jⷧ��oO�:��SN]ߞb���SN]ߞb���SN]ߞb���SJͷ�P���)�& -F�9 -Vj�`T{��`�& -F�9 -6ꎂI�+��x9�Q�W�b�q��D��� G�B=G���A����(��(X���Q�A����(��(ب; -&ur��D��� G�JM�jr��D��� G�F�Q0�c��`�& -F�9 -Vj�`T{��`�& -F�1 -6h�`2{�`E�(ɚ�(X����A����(��(ب; -&ur��D��� G�JM�jr��D��� G�F�Q0�c��`�& -F�9 -Vj�`T{��`�& -F�9 -6ꎂI�+5Q0�=�Q�R�ڃ+tE�h�F��LLd�q��D��� G�JM�jr��D��� G�F�Q0�c��`�& -F�9 -Vj�`T{��`�& -F�9 -6ꎂI�+5Q0�=�Q�R�ڃ+5Q0�=�Q�P�Q0�s��`�& -F�9 -Vj�`T{�`��(͚�(ؘ; -&tr��D��� G�JM�jr��D��� G�F�Q0�c��`�& -F�9 -Vj�`T{��`�& -F�9 -6ꎂI�+5Q0�=�Q�R�ڃ+5Q0�=�Q�QwL��(X���Q�A����`4k��`e& -F�9 -6ꎂI�+5Q0�=�Q�R�ڃ+5Q0�=�Q�QwL��(X���Q�A����(��(X���Q�A�����`R� G�JM�jr��D��� G�JM�jrl��:1 -V节Ѭ9����(��(X���Q�A�����`R� G�JM�jr��D��� G�JM�jr,�s��(X���Q�A����(��(X���Q�A�����`R� G�JM�jr��D��� G�JM�jbl�D�d�F��\Q0�5�Q�2#ڃS�*�`|�S|�_����S�_�a��9G�+ -��Ͽ���_��W�_����.��K�eW���8��������'�o_GT{�G��đ�1ȉ�R�8�ڃ�8*5�#�=ȉ�R�8�ڃ�8u'���AN������Q�IQ�AN������Ѩ;q$ur��$��� &� -]�#�5lj�2�8"ڃ�8u'���AN������Q�IQ�AN������Ѩ;q$ur��$��� '�JM�jr��$��� '�F݉#�c�G�&qD�9qTjGT{�G�&qD�9q4�NI��8*�8�x9���W�b�q��$��� '�B='���AN������Q�IQ�AN������Ѩ;q$ur��$��� '�JM�jr��$��� '�F݉#�c�G�&qD�9qTjGT{�G�&qD�1q4hG2{GE��ɚ��Q�I�AN������Ѩ;q$ur��$��� '�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$tr��$��� '�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��qJ/^�p5q���<<�=>����������OA�������z(�$qL����_��߿~�����ˏ�M/�_w.��ǭ���_?=�~�_������=������?|�E�QO��P{���tw����J=={C��+���R�}YT{��/k��}YR� _V���,�=�ߗUj�/�j��e��/�f���e���/K����*5ߗE����JM|�jr|���ר� ��F��5�c��k�&�F�9�Vj�kT{��k�&�F�9�6ꎯI�_+5�5�=��R_�ڃ_+5�5�=��Qw|M���Z���Q�A����k4k��ke&�F�9�6ꎯI�_+5�5�=��R_�ڃ_+5�5�=��Qw|M���Z���Q�A��������Z���Q�A�����kR� ��JM|�jr|���ר� ��JM|�jr|m�_�:)�V�)�F�r�k��Ś��Z����A���z��A��_+5�5�=��R_�ڃ_+5�5�=��Qw|M���Z���Q�A��������Z���Q�A�����kR� ��JM|�jr|���ר� ��JM|�jb|m���d��\�5�5��2_#ڃ_+5�5�=��Qw|M���Z���Q�A��������Z���Q�A�����kR� ��JM|�jr|���ר� ��JM|�jr|m�_�:9�Vj�kT{��k�&�F�1�V芯Ѭ9�� ���Ȟ��Z����A��������Z���Q�A�����kR� ��JM|�jr|���ר� ��JM|�jr|m�_�:9�Vj�kT{��k�&�F�9�Vj�kT{��k���kP� ��JM|�jr|���ר� �� -]�5�5��1w|M���Z���Q�A��������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��������ڨ;�&ub|��_�Ys_+3�5�=��R_�ڃ_u�פ�A��������Z���Q�A��������Z����9��R_�ڃ_+5�5�=��R_�ڃ_u�פ�A��������Z���Q�A��������ڠ����9����k$k��ke&�F�9�������__����j|}�=F|}�_��=��G���3��W|�?�}��͗�u�7�~��?�=|���/o2�痻�?�����k���/���53����7�{��?�}���ދ��������������T���j^Q��>}�(�ӳ7���~�^���9�u�RSףڃ\�+5u=�=�u�RSףڃ\�u����A�땚���^���Q�A����z4k��zc�1�u�RSףڃ\�+5u=�=�u�RSףڃ\�u����A�땚���^���Q�A�땚���ި��'ur]������ ��JM]�jr]������ ��F�u=�c��z���G���W��Ѭ9�땙���ި��'ur]������ ��JM]�jr]������ ��F�u=�c��z���G���Wj�zT{��z���G���7��I�\�+5u=�=�u�RSףڃ\�+5u=�=�u�Qw]O���^�����1����zk��ze��G���깮ur]������ ��JM]�jr]������ ��F�u=�c��z���G���Wj�zT{��z���G���7��I�\�+5u=�=�u�RSףڃ\�+5u=�=�u�ASד�sX�+r��H����L]�hr]������ ��F�u=�c��z���G���Wj�zT{��z���G���7��I�\�+5u=�=�u�RSףڃ\�+5u=�=�u�Qw]O��^���Q�A�땚��ĺ^���G�氮7d�z"{��ze��G���Wj�zT{��z���G���7��I�\�+5u=�=�u�RSףڃ\�+5u=�=�u�Qw]O��^���Q�A�땚���^���Q�A��z��A��\�+5u=�=�u�RSףڃX�+t��h�����u=�c��z���G���Wj�zT{��z���G���7��I�\�+5u=�=�u�RSףڃ\�+5u=�=�u�Qw]O��^���Q�A�땚���^���Q�A�덺�zR� ��JM]�jb]��UףYs\�+3u=�=�u�Qw]O��^���Q�A�땚���^���Q�A�덺�zR� ��JM]�jr]������ ��JM]�jr]o�]ד:��Wj�zT{��z���G���Wj�zT{��z��1�u�BW]�f�q]������ ��JM]�jr]o�]ד:��Wj�zT{��z���G���Wj�zT{��z���zP� ��JM]�jr]������ ��JM]�jr]o�]ד:��Wj�zT{��z���G���Wj�zT{�z���'�簮W�둬9�땙����z"��z|�S]�P�_��?�<��F]��p�������������<s���������?���ϧ��_��ϧ���|���/�u_�j��7;�=�<^����$�w$q���#��/��c�# �&�@�9�Pj" T{�# �&�@�9�0�$H�I(5��=ȑ�RI�ڃI(5��=ȑ�Qw$A��HB��H��1�$�" k�# e&�@�9��9��ur$��D�� GJM$�jr$��D�� GFݑ�c�# �&�@�9�Pj" T{�# �&�@�9�0�$H�I(5��=ȑ�RI�ڃI(5��=���AI��sI(rEH�G�L$�hr$��D�� GFݑ�c�# �&�@�9�Pj" T{�# �&�@�9�0�$H�I(5��=ȑ�RI�ڃI(5��=ȑ�Qw$A��HB��$P�A�$��H��HB�+�@��0�0d" "{�# e&�@�9�Pj" T{�# �&�@�9�0�$H�I(5��=ȑ�RI�ڃI(5��=ȑ�Qw$A��HB��$P�A�$��H��HB��$P�A�$�z�$@��I(5��=ȑ�RI�ڃI(tEh�G�ܑ�c�# �&�@�9�Pj" T{�# �&�@�9�0�$H�I(5��=ȑ�RI�ڃI(5��=ȑ�Qw$A��HB��$P�A�$��H��HB��$P�A�$��# R� GJM$�jb$��I�YsI(3��=ȑ�Qw$A��HB��$P�A�$��H��HB��$P�A�$��# R� GJM$�jr$��D�� GJM$�jr$a�I�:9�Pj" T{�# �&�@�9�Pj" T{�# ��H��1���BW$�f�q$��D�� GJM$�jr$a�I�:9�Pj" T{�# �&�@�9�Pj" T{�# ��# P� GJM$�jr$��D�� GJM$�jr$a�I�:9�Pj" T{�# �&�@�9�Pj" T{# �&� ��0�P�$��9�$��H��H���~I�{�"��׀H��{�H��F$qx�;� G�s$q�"���_~������o��߾��ӗ������7?������N�����/���w_~}{������L����|����}�g��g�m��ù~�����&T{��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���6�Ysx�ɐ9�Dd���&e�l�=�g����M�� �mRj�6�ڃ|�ɨ�l�c��6)5g�P�A>ۤԜmB��l�Rs� ��MF�g�H�|�I�9ۄj��&��l�=�g����M�� �m��l�s��6)5g�P�A>ۤԜmB��l�B��&4k��6s�m"t��&��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��MJ��&T{�6)t�mB���l�2s� ��MF�g�H�|�I�9ۄj��&��l�=�g����M�� �m2�>�D��MJ��&T{��6)5g�P�A>ۤԜmB��l�Q��&R� �mRj�6�ڃ|�I�9ۄj��&��l�=�g����6�:�l�B��&4k��6)3g��A>ۤԜmB��l�Q��&R� �mRj�6�ڃ|�I�9ۄj��&��l�=�g��z>���MJ��&T{��6)5g�P�A>ۤԜmB��l�Q��&R� �mRj�6�ڃ|�I�9ۄj��&��l�=�g���Md��mR�:ۄd���&e�l�=�g���8ۄ�q:�t���W�6]��?��n\�{�����F��>>�?۴�39��q^�:^�������o���o��>\��z��?�����C����v��������-zz�͞�B>�=�<={��+��������������Ӌ��=={C�������� u=����>�}�d�ӳ7���>�ݿ�O�J=={C��+������zz��ڃ��E���cxtj�Eu^Q�?��'���������cx�J=={C��+���p����j���?��앺�eu^Q���"�ӳ7���>�.ݪ�go�=xE}�{���_�a������������g�W����ɪ�go�=xE=�>�K��� ���ǟ��TO��P{�}���cx��z��1xE=���zz��ڃW��� �Y��P{��z�1|����j��>�>����ֳ���+����g��z��ڃWԧ���zz��ڃW�经�����j��~<�>��pֳ���+����h�ӳ7����O�Go�5w�|��:��� ��W��?�{��gY�W���� �[��P{��z�)|����j^Q�Wb���Πڃ�����ΐ:��3J�ggP�A��R��T{�?;��|v����uv��1ȟ�Qj>;�j�gg���Πڃ����3�� vƨ��3��A��2O��A�r?;����k�?;��|v�������P� vF����=ȟ�Qj>;�j�gg���Πڃ�����ΐ:��3J�ggP�A��R��T{�?;��|v����uv��1ȟ�Qj>;�j�gg���Πڃ����3�� ~vƠ���=���Q����5ǟ�Qf�f@��j��jT{��f0꾚��1�W3(5W3�ڃ|5�Rs5�=�W3(5W3�ڃ|5�Q����A��A��������P�A��A��������f u��J���� _͠�\̀j�� -]W3�Ysx5�!s5�=�W3(3W3 ڃ|5�Rs5�=�W3(5W3�ڃ|5�Q����A��A��������P�A��A��������f u��J���� _͠�\̀j��J���� _� �����A��A��������P�A��A��j4k��f0澚��1�W3(5W3�ڃ|5�Rs5�=�W3(5W3�ڃ|5�Q����A��A��������P�A��A��������f u��J���� _͠�\̀j��J���� _�`�}5�c��fPj�f@��j���Ь9��A��������f u��J���� _͠�\̀j��J���� _�`�}5�c��fPj�f@��j��jT{��fPj�f@��j��H�|5�Rs5�=�W3(5W3�ڃ|5�Rs5�=�W3u_�@�ī��f@���je�jD{��fPj�f@��j��H�|5�Rs5�=�W3(5W3�ڃ|5�Rs5�=�W3�|5�s��fPj�f@��j��jT{��fPj�f@��j��H�|5�Rs5�=�W3(5W3�ڃ|5�Rs5�=�W34W3��sx5�"��H�_͠�\̀h��tۀ����t5��k��^�p�=����b -��9�����*�^�}��L9]��e�oy����O����������~�p��~{���Wg�D/�^/����t���3#��C�W3�w^�zf�jRf��Sf�f�af�̕1ڃ�)5��c3#��̈���ȩ+3b�13r�ʌX�Ǎ����1���SWf�jbf�ԕ�ڃ�9ueF�� fFJMf����ȩ+3b�13r�ʌX�Ǎ��2#V{3#�&3BuBf�̯���c�9��Xs�9seF�� fFFݙ�s3#��̈���ȩ+3b�13r�ʌX�Ǎ����1���SWf�jbf�ԕ�ڃ�9ueF�� fFJMf����ȩ+3b�13r�ʌX�Ǎ��2#V{�2#���͞��ȑ�̈ɚ��ș+3b�13r�ʌX�Ǎ����1���SWf�jbf�ԕ�ڃ�9ueF�� fFJMf����ȩ+3b�13r�ʌX�Ǎ��2#V{3#�&3Bubf�ԕ�ڃ�9ueF�� eF=eFl�eF�\��=���3Wf�hbf�ԕ�ڃ�9ueF�� fFJMf����ȩ+3b�13r�ʌX�Ǎ��2#V{3#�&3Bubf�ԕ�ڃ�9ueF�� fFN]��=���QwfD���ȩ+3b�13r�ʌX�Aʌzʌج9̌����1���SWf�jbf�ԕ�ڃ�9ueF�� fFJMf����ȩ+3b�13r�ʌX�Ǎ��2#V{3#�&3Bubf�ԕ�ڃ�9ueF�� fFN]��=���R��:13r�ʌX�Aʌzʌج9̌��2#F{3#�&3Bubf�ԕ�ڃ�9ueF�� fFN]��=���R��:13r�ʌX�Ǎ��2#V{3#��̈���H�ɌP��9ueF�� fFN]��=���SWf�jbf��dF��Aʌzʌج9̌��2#F{3#��̈���H�ɌP��9ueF�� fFN]��=���SWf�jbfdԝ�:13r�ʌX�Ǎ��2#V{3#��̈���H�ɌP��9ueF�� fFN]��=���SWf�jRf�Е��s�9�1Ys�9seF�� fFX��Ό�=�>s��O�2#x������_@=�?�`�LB������_����}�!��ï����|������k��w4��C��x�;�����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�rw��Ś��]� ��A܅z�A���+5�;�=ȁ�R��ڃ�+5�;�=ȁ�Qw�N���]� �Q�Aܕ�����]� �Q�A܍�wR� �JM��jr���� �JM��jb�n��d��\�;�5ǁ�2�#ڃ�+5�;�=ȁ�Qw�N���]� �Q�Aܕ�����]� �Q�A܍�wR� �JM��jr���� �JM��jr�n���:9pWjwT{�w�&pG�1pW� -�Ѭ9� ���Ȟ��]� ��Aܕ�����]� �Q�A܍�wR� �JM��jr���� �JM��jr�n���:9pWjwT{�w�&pG�9pWjwT{�w��wP� �JM��jr���� � -]�;�5ǁ�1w�N���]� �Q�Aܕ�����]� �Q�A܍�wR� �JM��jr���� �JM��jr�n���:9pWjwT{�w�&pG�9pWjwT{�w�����1ȁ�R��ڃ�+t�h���L��hr�n���:9pWjwT{�w�&pG�9pWjwT{�w�����1ȁ�R��ڃ�+5�;�=ȁ�R��ڃ�uAܕ�����]� �Q�Aܕ�����ݨ;p'ub����Ys�+3�;�=ȁ�R��ڃ�uAܕ�����]� �Q�Aܕ�����]����9ȁ�R��ڃ�+5�;�=ȁ�R��ڃ�uAܕ�����]� �Q�Aܕ�����ݠ ���9��w$k�we&pG�9p�k�����_����c��7�����8p_�$p�_��?|�˗�����=|����/h~����~}�ޟ���u�����W3wf o�3ˋ���Y�}�,Q�A�,������Ҩ;�$urf��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�(^�af���Y�Xs�Y*3�%�=ș�Pϙ%�s�3K�&�D�9�Tj2KT{�3K�&�D�9�4��,I��Y*5�%�=ș�R�Y�ڃ�Y*5�%�=ș�QwfI���R��,Q�A�,������R��,Q�A�, �̞̒��R�+�D��8�Tf2KD{�3K�&�D�9�4��,I��Y*5�%�=ș�R�Y�ڃ�Y*5�%�=ș�QwfI���R��,Q�A�,������R��,Q�A�,��3KR� g�JMf�jrf��d��� f� -]�%�5���!�Y�s�Y*3�%�=ș�R�Y�ڃ�Y*5�%�=ș�QwfI���R��,Q�A�,������R��,Q�A�,��3KR� g�JMf�jrf��d��� g�JMf�jrf)�sf ���R��,Q�A�,������R�+�D��8�4��, ��Y*5�%�=ș�R�Y�ڃ�Y*5�%�=ș�QwfI���R��,Q�A�,������R��,Q�A�,��3KR� g�JMf�jrf��d��� g�JMf�jrfiԝY�:9�Tj2KT{3K���͚��R��,�A�,��3KR� g�JMf�jrf��d��� g�JMf�jrfiԝY�:9�Tj2KT{�3K�&�D�9�Tj2KT{�3K��̒�1ș�R�Y�ڃ�Y*5�%�=ș�R�Y�ڃ�Yug���A�,�2K4k�3Ke&�D�9�Tj2KT{�3K��̒�1ș�R�Y�ڃ�Y*5�%�=ș�R�Y�ڃ�Y -��Y�:9�Tj2KT{�3K�&�D�9�Tj2KT{�3K��̒�1ș�R�Y�ڃ�Y*5�%�=ș�R�Y�ڃ�Y4�%�=���"Wf�d�qf��d��� g��;A�Y�{�2ˋ׀���{�����x�Kԏ�Y�g�Y>���_��r����~���Q�����~�������o��������o{��o_�NT{��N�&�D�9�Tj�NT{��N��1�q�Rw�ڃw*5q'�=�q�Rw�ڃwuǝ��A�;�����S��;Q�A�;�����Ө;�$urܩ�ĝ�� Ɲ -]q'�5�q�2w"ڃwuǝ��A�;�����S��;Q�A�;�����Ө;�$urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝF�q'�c��N�&�D�9�Tj�NT{��N�&�D�9�4�;I�w*�w�x9�q�W܉b�qܩ�ĝ�� ǝB=ǝ��A�;�����S��;Q�A�;�����Ө;�$urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝF�q'�c��N�&�D�9�Tj�NT{��N�&�D�1�4h�N2{�NE��ɚ�S��;�A�;�����Ө;�$urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝF�q'�c��N�&�D�9�Tj�NT{��N�&�D�9�4�;I�w*5q'�=�q�Rw�ڃw*tŝh�Ɲ�L�Id�qܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝF�q'�c��N�&�D�9�Tj�NT{��N�&�D�9�4�;I�w*5q'�=�q�Rw�ڃw*5q'�=�q�P�q'�s��N�&�D�9�Tj�NT{�N���͚�Ә;�$trܩ�ĝ�� ǝ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��;Q�A�;��N4k��Ne&�D�9�4�;I�w*5q'�=�q�Rw�ڃw*5q'�=�q�Qw�I��S��;Q�A�;�����S��;Q�A�;���NR� ǝJM܉jrܩ�ĝ�� ǝJM܉jr�i�w�:1�T�;Ѭ9�;�����S��;Q�A�;���NR� ǝJM܉jrܩ�ĝ�� ǝJM܉jr�)�s� ��S��;Q�A�;�����S��;Q�A�;���NR� ǝJM܉jrܩ�ĝ�� ǝJM܉jb�i�ĝd�Ɲ�\q'�5�q�2w"ڃw^�U܉�q�;/^��|5��c��x��t��;�3�;���x��r���W���%���o(���:�U��í7;=s�bo~d�燻�E�go�=xE}�{�`�ӳ7���>�}z�����j�����_��Q׳���+���?����j^Q���_��e���������cx�[t��������'�?�Nͳ���+�����$�ӳ7���������� ��������go�=��z8�><;u=����>�v�E��go�=xE}:���UO��P{���|�d��>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��/���KP�9�$A��$��K�z�$�9ȗ$(5�$�ڃ|I�RsI�=ȗ$(5�$�ڃ|I�Q�% ��A�$A��$��K��KP�A�$A��$��K��/I u�% J�% �� _���\��j�% J�% �� ^�`�\�@f��% �\�$ Ys|I�2sI�=ȗ$(5�$�ڃ|I�Q�% ��A�$A��$��K��KP�A�$A��$��K��/I u�% J�% �� _���\��j�% J�% �� _�`�}I�c�/IPj.I@�����T{/IP�$͚�K�K��9�$A��$��K��KP�A�$A��$��K��/I u�% J�% �� _���\��j�% J�% �� _�`�}I�c�/IPj.I@�����T{�/IPj.I@�����/I�u�% J�% �� _���\��j�% -]�$�Ys|I�1�% ��A�$A��$��K��KP�A�$A��$��K��/I u�% J�% �� _���\��j�% J�% �� _�`�}I�c�/IPj.I@�����T{�/IPj.I@�����KH�|I�RsI�=��$(t]��f��% ��% �� _�`�}I�c�/IPj.I@�����T{�/IPj.I@�����KH�|I�RsI�=ȗ$(5�$�ڃ|I�RsI�=ȗ$u_�@��K��KP�A�$A��$��K��KP�A�$����R� ^���uI�5Ǘ$(3�$ ڃ|I�RsI�=ȗ$u_�@��K��KP�A�$A��$��K��KP�A�$A��K@��|I�RsI�=ȗ$(5�$�ڃ|I�RsI�=ȗ$u_�@��K��KP�A�$A��$��K��KP�A�$���$�̞�K�.I@����e�D{�/I���K�=N�$\�\�p�=�% �7.I8����|I�z&�$|\�$�����o>�������|����|{�����/o{�Ow��}x�^��p��+W'��^8 ��_O�߾$��AN�����\�I�Q�AN�����ܨ;'ur��$�� '�JM�jb�Е��Ys��s'���AN�����\�I�Q�AN�����ܨ;'ur��$�� '�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� %��<%�(^�a�����Xs��+3 8�=� �P� 8�s�p�&G�9WjpT{�p�&G�97�N�I���+5 8�=� �R���ڃ��+5 8�=� �QwN��\�I�Q�AN�����\�I�Q�AL� ��̞�\�+G��8WfpD{�p�&G�97�N�I���+5 8�=� �R���ڃ��+5 8�=� �QwN��\�I�Q�AN�����\�I�Q�AN���pR� '�JM�jr��$�� &� -] 8�5� �!���s��+3 8�=� �R���ڃ��+5 8�=� �QwN��\�I�Q�AN�����\�I�Q�AN���pR� '�JM�jr��$�� '�JM�jr.�s��\�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'ऎAL��p4k�pe&G�9WjpT{�p����1� �R���ڃ��+5 8�=� �R���ڃ������:9WjpT{�p�&G�9WjpT{�p����1� �R���ڃ��+5 8�=� �R���ڃ��4 8�=� �"W�d�q��$��� '��f���{���׀��{��p#=���� �z& ��J�������9��?��������}��o����{�����]�o��%��x��}w�u��í����=��Rn�ڃnu�[��A���p��pK�+�B��8�Rf�-D{��-��p��1��Rn�ڃn)5��=��Rn�ڃnu�[��A���p��pK� �P�A���p��p˨;�"ur��Ԅ[�� �[JM��jr��Ԅ[�� �[F���c��-e��-/�0�R� -�P�9���p��pK��p�9��Rn�ڃn)5��=��Rn�ڃnu�[��A���p��pK� �P�A���p��p˨;�"ur��Ԅ[�� �[JM��jr��Ԅ[�� �[M�Ef�a���n!Ysn)3��=��Rn�ڃnu�[��A���p��pK� �P�A���p��p˨;�"ur��Ԅ[�� �[JM��jr��Ԅ[�� �[F���c��-�&�B�9�Rj�-T{�-��p͚�pː ���9���p��pK� �P�A���p��p˨;�"ur��Ԅ[�� �[JM��jr��Ԅ[�� �[F���c��-�&�B�9�Rj�-T{��-�&�B�9��9�ur��Ԅ[�� �[JM��jb���n�Ysns�[��A���p��pK� �P�A���p��p˨;�"ur��Ԅ[�� �[JM��jr��Ԅ[�� �[F���c��-�&�B�9�Rj�-T{��-�&�B�9�2��H�n)5��=��BW��f�q��̄[�� �[F���c��-�&�B�9�Rj�-T{��-�&�B�9�2��H�n)5��=��Rn�ڃn)5��=��Qw�E��pK� �P�A���p��pK� �P�A����-R� �[ -]��5��2n!ڃn)5��=��Qw�E��pK� �P�A���p��pK� �P�A��z�@��n)5��=��Rn�ڃn)5��=��Qw�E��pK� �P�A���p��pK� �P�A��p�̞�pK�+�B��8�Rf�-D{��-ʎD���q -�.^��r5ܺ��;_�!��í�LO+�������7���t�n��p���g��;��v[�Cj��Cj�{�Cjo_>��j�Ԕ���ڃ�!5����:�CjJM��jr����x�� �xJM��jr�g���:��Sjz<T{{<��͚�O����A��{<R� �xJM��jr����x�� �xJM��jr�g���:��Sjz<T{�{<���C���Sjz<T{�{<����1�=�R��ڃ��)5=�=�=�R��ڃ��u�x��A��y��P��O���C���Sfz<D{�{<��{<P� �xJM��jr����x�� �xJM��jr�g���:��Sjz<T{�{<���C���Sjz<T{�{<����1�=�R��ڃ��)5=�=�=�R��ڃ��4=�=�=�"W��d�q����x�� �xJM��jr�g���:��Sjz<T{�{<���C���Sjz<T{�{<����1�=�R��ڃ��)5=�=�=�R��ڃ��u�x��A����O���P�A���z<4k{<C��#���Sfz<D{�{<���C���Sjz<T{�{<����1�=�R��ڃ��)5=�=�=�R��ڃ��u�x��A����O���P�A����O���9�=�R��ڃ��)5=�=�=�BW��f�q�g���:��Sjz<T{�{<���C���Sjz<T{�{<����1�=�R��ڃ��)5=�=�=�R��ڃ��u�x��A����O���P�A����Ϩ��#ur����x�� �x -]=�5�=�2��!ڃ��u�x��A����O���P�A����Ϩ��#ur����x�� �xJM��jr����x�� �xF�=�c�{<���C���Sjz<T{�{<���C���3���H���)t�xh��x�L��hr����x�� �xF�=�c�{<���C���Sjz<T{�{<���C�����ur����x�� �xJM��jr����x�� �xF�=�c�{<���C���Sjz<T{�{<���C���3hz<2{{<E�ɚ�O����A���d����8�x�=���8�e�������㟂���>�>=|�����ç�>ǿ{�x�������[����?�p��C���&o�endstream -endobj -1226 0 obj << -/Type /Page -/Contents 1227 0 R -/Resources 1225 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 1218 0 R -/Annots [ 1229 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 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 ] ->> endobj -1229 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 -1232 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 -1233 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 -1234 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 -1235 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 -1236 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 -1237 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 -1238 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 -1239 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 -1240 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 -1241 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 -1242 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 -1243 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 -1244 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 -1245 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 -1246 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 -1247 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 -1248 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 -1249 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 -1250 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 -1251 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 -1252 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 -1253 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 -1254 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 -1255 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 -1256 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 -1257 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 -1258 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 -1259 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 -1260 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 -1261 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 -1262 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 -1263 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 -1264 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 -1265 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 -1266 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 -1267 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 -1268 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 -1269 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 -1270 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 -1271 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 411.597 236.543 420.508] -/Subtype /Link -/A << /S /GoTo /D (install-modules-gd-text) >> ->> endobj -1272 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) >> ->> endobj -1273 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 -1274 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 -1275 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 -1276 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 -1277 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 -1278 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 -1279 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 -1280 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 -1281 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 -1282 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 -1283 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 -1284 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 333.888 537.983 342.8] -/Subtype /Link -/A << /S /GoTo /D (configuration) >> ->> endobj -1285 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 -1286 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 -1287 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 -1288 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 -1289 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 295.034 282.639 303.945] -/Subtype /Link -/A << /S /GoTo /D (database-schema) >> ->> endobj -1290 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 -1291 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 -1292 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 -1293 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 269.131 224.547 278.042] -/Subtype /Link -/A << /S /GoTo /D (postgresql) >> ->> endobj -1294 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 269.131 537.983 278.042] -/Subtype /Link -/A << /S /GoTo /D (postgresql) >> ->> endobj -1295 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 256.18 198.963 265.091] -/Subtype /Link -/A << /S /GoTo /D (547) >> ->> endobj -1296 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 256.18 537.983 265.091] -/Subtype /Link -/A << /S /GoTo /D (547) >> ->> endobj -1297 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 245.285 189.15 252.14] -/Subtype /Link -/A << /S /GoTo /D (http) >> ->> endobj -1298 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 245.285 537.983 252.14] -/Subtype /Link -/A << /S /GoTo /D (http) >> ->> endobj -1299 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 230.277 266.599 239.188] -/Subtype /Link -/A << /S /GoTo /D (http-apache) >> ->> endobj -1300 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 230.277 537.983 239.188] -/Subtype /Link -/A << /S /GoTo /D (http-apache) >> ->> endobj -1301 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 219.383 334.932 226.237] -/Subtype /Link -/A << /S /GoTo /D (http-iis) >> ->> endobj -1302 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 219.383 537.983 226.237] -/Subtype /Link -/A << /S /GoTo /D (http-iis) >> ->> endobj -1303 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 204.374 178.221 213.285] -/Subtype /Link -/A << /S /GoTo /D (install-config-bugzilla) >> ->> endobj -1304 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 204.374 537.983 213.285] -/Subtype /Link -/A << /S /GoTo /D (install-config-bugzilla) >> ->> endobj -1305 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 191.422 250.898 200.334] -/Subtype /Link -/A << /S /GoTo /D (extraconfig) >> ->> endobj -1306 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 191.422 537.983 200.334] -/Subtype /Link -/A << /S /GoTo /D (extraconfig) >> ->> endobj -1307 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 178.471 192.328 187.382] -/Subtype /Link -/A << /S /GoTo /D (697) >> ->> endobj -1308 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 178.471 537.983 187.382] -/Subtype /Link -/A << /S /GoTo /D (697) >> ->> endobj -1309 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 165.52 222.605 174.431] -/Subtype /Link -/A << /S /GoTo /D (716) >> ->> endobj -1310 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 165.52 537.983 174.431] -/Subtype /Link -/A << /S /GoTo /D (716) >> ->> endobj -1311 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 152.568 219.726 161.48] -/Subtype /Link -/A << /S /GoTo /D (installation-whining-cron) >> ->> endobj -1312 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 152.568 537.983 161.48] -/Subtype /Link -/A << /S /GoTo /D (installation-whining-cron) >> ->> endobj -1313 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 139.617 179.327 148.528] -/Subtype /Link -/A << /S /GoTo /D (installation-whining) >> ->> endobj -1314 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 139.617 537.983 148.528] -/Subtype /Link -/A << /S /GoTo /D (installation-whining) >> ->> endobj -1315 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 128.723 197.409 135.577] -/Subtype /Link -/A << /S /GoTo /D (patch-viewer) >> ->> endobj -1316 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 128.723 537.983 135.577] -/Subtype /Link -/A << /S /GoTo /D (patch-viewer) >> ->> endobj -1317 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 115.651 243.247 122.625] -/Subtype /Link -/A << /S /GoTo /D (bzradius) >> ->> endobj -1318 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 115.651 537.983 122.625] -/Subtype /Link -/A << /S /GoTo /D (bzradius) >> ->> endobj -1319 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 102.7 231.78 109.674] -/Subtype /Link -/A << /S /GoTo /D (bzldap) >> ->> endobj -1320 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 102.7 537.983 109.674] -/Subtype /Link -/A << /S /GoTo /D (bzldap) >> ->> endobj -1228 0 obj << -/D [1226 0 R /XYZ 71.731 729.265 null] ->> endobj -6 0 obj << -/D [1226 0 R /XYZ 244.332 703.236 null] ->> endobj -1225 0 obj << -/Font << /F23 1217 0 R /F32 1231 0 R /F27 1224 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1370 0 obj << -/Length 56579 -/Filter /FlateDecode ->> -stream -xڔ�_�d�}]��O�� �9����Q��3��d�H�8b4�&;��4��O?Y}�>Y�Tݕ��/���$�hp��=~ws��������n������_���?�������㉻�����������;>�ooϷ�w�9��g�7O�����C����_����wχ��w��o��<������o����o�o��݇/������|����O_?l��?�p��������O_��o���럶?����ؗ����������oǿ�?��������_����'>�����{�y��������s��oxx�oz��=�� O����{����k߷>�u<���c=�'kݞ�bm����5�>K���kw���VJ�=z�Y��������ۣ�l���X���iw����g��;��bm����p�d�۳W� |��ts�<9�x��p�z:�<�I���kw����Z�g�X�c= ��R��u{�����[��_�IZdzl]�;���p� �۳W� ܱ�����5n<{�����k�����+��k���9�=�_��,ZW�������,�۳W� ܱ��"��Z�g�X�c}<<?J�G�8���x��/�y��p�z��u{����;֗�2�����+��X����$�۳W� |�z�-�ݭ��gٺ�w���x'�۳W� ܱ����{iݞ�bm������l�۳W� |�z�9���/sy��p�z{xz�f�^�6p�z8=X���kw���^�27��bm��ֻ��p'�ϲu�X�_��Z�g�X�c= �OMۣW���Q���[��x�����[����QZdzl]�;��wp#��^�6p�z�}���x����;���㓵n�^�6�}�����Q�27�e�ܱ��/8��+��X�_ý�n�^�6p�z���/s��+��o}< '��x��p�z�n�u{����;���p��̍g�X�c= 7����k߷>����:�e�ܱ���ۣW���Q��O����iw����Gkݞ�bm�����w� �ϲu�X��½�g<{�����k�����+��X�_�I�27��bm������p�~�ɳh]�;���p����+��X�_�̓�n�^�6p��x���)�^�6�}���p�$��Y�.������IZ�g�X�c�?�<X���kw����YZ�g�X�����5���l���q;��wp'����,����ҹ={E��������-��o�������>���n<S˅��qz<<��۬�����c��o����W����?>����|����mJq7���/_?����������??���O�?����?��O��p��Û�x������O�~���o����7�������W�r��Ͽ]��Y?���Ǘ?�Џ2��a���y��������� �X�g�X���ts�m��n���q;�����R���+���(�_�����s{����;��p�����+��o�;��:�e�ܱ����IZ�g�X�c= 7wҺ={������7�ֺ={���������I��f<���c=��O��+��X�ə�� [�6g6�67lʚ Z nul���@ܰ9�ذ����as�m����цM)dž ��� �s� K�6g6�67l�:6llm nؔ56�.@ܰ9�ذ����asֱackq��c����MY�aC�� ��� [�6g6�67l�:6llm n،un�Ⱥq��c�����Ydž�� � ��n6v7lʙ J nul���@ܰ9�ذ����asֱackqæ�ٰ�u��Ydž�� � ��� [�6g6�67lʚ Z nul���@ܰ9�ذ����asֱackqæ�ٰ�u��Ydž�� � ��n6v7l�96l,m nؔ56�.@ܰ9�ذ����asֱackq��c����MY�aC�� ��� [�6g6�67l�:6llm nؔ56�.@ܰ9�ذ����asֱackq��c����MY�aC�� ��n6v7l�96l,m nul���@ܰ)k6lh]��asֱackq��c�����Ydž�� � ��� YW nul���@ܰ9�ذ����asֱackqæ�ٰ�u��Ydž�� � ��� [�6g6�6�6lJ:6l�lmr۰��p�asαaciq�k*�a���홚��n��s,�#o��-sww� �xd۰ݏ ��ݏ���?|�盛�?l���{�E�����������Gq{�;�>}�J�v��t���ɼ==����>�����ps��yǺ={�����w���gٺ�w����˟��u{����;և�ͣ�n�^�6p��t�x����+��o�? /�6��,[����5�Y���kw���NJ�=z�Y���;8�s{�����[������gٺ�w����e���۳W� ܱ���kݞ�bm�����+�IZ�g�X��������O�x��p�z:�=Z���kw�����/s��+��X�_ý�en<{�����O��NZdzl]�;���p��̍g�X�c= ����kw���h�۳W� |��|�n�/s�Y�.���k�Η'�_�v|��'�����c�v�O�ӓ�n<{E����S77��G�KM�E� -ܱ��kݞ�bm����-ܟ�u{����;֭rr���+��o=������gٺ�w����^Z�g�X�c= �iݞ�bm����5�X���kw"�����.ϲu�XO��Һ={����ڔ5�Zș��&�Ck1�3�dr�lfrJ929T�39�L&��r&������@��ufrd]���)k29�6�39eM&��r&������@��ufrd]���)k29�6�39eM&��r&������@��ufrd]���)k29�6�39eM&��b&��#�Cg�0�3�dr�lgrʙL� �LNY�ɡ����)k29�6�39c��Y grʚL� �LNY�ɡ����)k29�6�39c��Y grʚL� �LNY�ɡ����)k29�6�39a�dr`]���)k29�6�39eM&��b&��#�Cg�8�3Ιɑtr&������@��5�Zș��&�Ck9�3֙ɑur&������@��5�Zș��&�Ck9�3֙ɑur&������@��5�Zș��&�Ck9�3֙ɑur&������@��tdr�,grʙL� �L�Xg&G�ș��&�Ck9�S�drhm grʚL� �L�Xg&G�ș��&�Ck9�S�drhm grʚL� �L�Xg&G�ș��&�Ck9�S�drhm grʚL� �L�Xg&G������L���LN9�ɡ����)k29�6�39c��Y grʚL� �LNY�ɡ����)k29�6�39a�dr`]���)k29�6�39eM&��r&������@��ufrd]���)k29�6�39eM&��r&������@��4�9���R�L���LN9�ɡ�����]*��ϱer�����Ln�s�xw|:ܽ�������|���'zx>�==����P�I(w̹��������m��������n�ϟ�����߶q����]/��S�N��{m����x�����.������+���u{����;E��p<I�x��p�z:<��I���kw�#QT�4�hm 7�ʚ�� ���Xg�H��ͣ��yDk�yT�4�hm 7�ʚ�� ���Xg�H��ͣ��yDk�yT��<��p�<*g�G�6��Gc��#Y 7�ʚ�� ��QY�<����<*k�G�6��Gc��#Y 7�ʚ�� ��QY�<����<*k�G�6��Gc��#Y 7�ʚ�� ��QY�<����<*k�G�6��Gc��#Y 5�ʹ5�h| ��Q G���q�iQ�@n���<�ur�i��@n�5�#Z�ͣ��yDk�y4��<�ur�i��@n�5�#Z�ͣ��yDk�y4��<�ur�i��@n�5�#Z�ͣ��yDk�y4�4��l6�J9�GT��G�L��r�i��@n�u6�d]��<*k�G�6��GeM��r�i��@n�u6�d]��<*k�G�6��GeM��r�i��@n�u6�d]��<*k�G�6��GeM��byDg�y4�4��l7�ʙ�� ��QY�<����<*k�G�6��Gc��#Y 7�ʚ�� ��QY�<����<*k�G�6��Gc��#Y 7�ʚ�� ��QY�<����<*k�G�6��Ga�4�`]��<*k�G�6��GeM��byDg�y4��<�tr�i��@n�5�#Z�ͣ��yDk�y4��<�ur�i��@n�5�#Z�ͣ��yDk�y4��<�ur�i��@n�5�#Z�ͣ��yDk�y4��<�ur�i��@l�t4��,7�ʙ�� ���Xg�H��ͣ��yDk�yT�4�hm 7�ʚ�� ���Xg�H��ͣ��yDk�yT�4�hm 7�ʚ�� ���Xg�H��ͣ��yDk�yT�4�hm 7�ʚ�� ���Xg�H��ͣ�������Q9�<����<*k�G�6��Gc��#Y 7�ʚ�� ��QY�<����<*k�G�6��Ga�4�`]��<*k�G�6��GeM��r�i��@n�u6�d]��<*k�G�6��GeM��r�i��@l�4�#9�ͣR������Q9�<����<�{�y�ϱ5�����q�s�xz�;�#���K���ۯ���������x(�\��T�#s<�n��?|��mbx���������n�x�w����y���<��\><��9ޱn�^�6p�:*LeM։�r֩��:��@�:�uf�d]��u*k�N�6��NeM։�r֩��:��@�:�uf�d]��u*k�N�6��NeM։�r֩��:��@�:�uf�d]��u*k�N�6�N%Y':�Y�r&�Di9�4֙u�ur֩��:��@�:�5Y'Z�Y��&�Dk9�4֙u�ur֩��:��@�:�5Y'Z�Y��&�Dk9�4֙u�ur֩��:��@�:�5Y'Z�Y��&�Dk9�4֙u�uR֩�[։��0�:�pd�h,g�ʙ�� �SX/Y'XW g�ʚ�� �SY�u����u*k�N�6��Nc�Y'Y g�ʚ�� �SY�u����u*k�N�6��Nc�Y'Y g�ʚ�� �SY�u����u*k�N�6�N#M�I��a֩�#�De�8�T�d�(m g�ʚ�� ��Xg�I��Y��&�Dk9�T�d�hm g�ʚ�� ��Xg�I��Y��&�Dk9�T�d�hm g�ʚ�� ��Xg�I��Y��&�Dk9�T�d�hm f�J:�Nt�N�L�I��q֩��:Q�@�:�5Y'Z�Y��&�Dk9�4֙u�ur֩��:��@�:�5Y'Z�Y��&�Dk9�4֙u�ur֩��:��@�:�5Y'Z�Y��&�Dk9��K� ��Y��&�Dk9�T�d�hm f�J:�Nt��N�Y'I g�ʚ�� �SY�u����u*k�N�6��Nc�Y'Y g�ʚ�� �SY�u����u*k�N�6��Nc�Y'Y g�ʚ�� �SY�u����u*k�N�6��Nc�Y'Y g�ʚ�� ĬSIG։��q֩��:Q�@�:�uf�d]��u*k�N�6��NeM։�r֩��:��@�:�uf�d]��u*k�N�6��NeM։�r֩��:��@�:�uf�d]��u*k�N�6��NeM։�r֩��:��@�:�uf�d]��u*��:�Y8�:�3Y'J�Y��&�Dk9�4֙u�ur֩��:��@�:�5Y'Z�Y��&�Dk9��K� ��Y��&�Dk9�T�d�hm g�ʚ�� ��Xg�I��Y��&�Dk9�T�d�hm g�ʚ�� Ĭ�H�u��q�u*��:QY8�:�3Y'J�Y'ʼn"��ϱe�����s�s��Y爝0��\���ë�s{�����ï�?��i�>ߋ^F0�{��q/���|��-��������Z�݂��[@k�[P�thm w�:��.@��5�Z�݂��[@k�[P�thm w�:��.@��s����݂�n���nA9�-����-�[�� -�nAY�-����-(k��6��eM���r�`��[ ��nAY�-����-(k��6��eM���r�`��[ ��nAY�-����-(k��6��eM���b�`����8��rt�,wʙn� �nAY�-����-��Ⱥ��[P�thm wʚn� �nAY�-����-��Ⱥ��[P�thm wʚn� �nAY�-����-��Ⱥ��[P�thm wʚn� �nAIG����a�`��H�8��3�J�݂��[@k�[P�thm w�:��.@��5�Z�݂��[@k�[P�thm w�:��.@��5�Z�݂��[@k�[P�thm w�z����[P�thm wʚn� �nAIG����q�`��[ ��nAY�-����-(k��6��eM���r�`��[ ��nAY�-����-(k��6��eM���r�`��[ ��nAY�-����-(k��6��eM���r�`��[ ��nAY�-����-(���Y8��3�J�݂��n����eM���r������@��5�Z�݂��n����eM���r������@��5�Z�݂��n����eM���r������@��5�Z�݂��n���%�:�݂r�[@i�[P�thm w�:��.@��5�Z�݂��[@k�[P�thm w�z����[P�thm wʚn� �nAY�-����-��Ⱥ��[P�thm wʚn� �nAY�-����-i�r6���*�݂r�[@i�[�����sl���H`�[��K�p{�[8ݜ%��na<s�N�[��������ӧ?�[�������?o�����?��O�l8��O/3���{��2�~�'�2v��;���폝�~;���<v2�9v"�䱓�f����IY3vBky줬;���<v2�9v"�䱓�f����IY3vBky줬;���<v2�9v"�䱓�f����IY3vBkq줤c������(3v"e�x줜;���<vR���@;)k�Nhm ���u��Ⱥ�y줬;���<vR���@;)k�Nhm ���u��Ⱥ�y줬;���<vR���@;)k�Nhm ����2v� -䱓�f����IY3vBkq줤c������8�؉���Nʚ�Z�c'e�� � 䱓�f�����X�؉���Nʚ�Z�c'e�� � 䱓�f�����X�؉���Nʚ�Z�c'e�� � 䱓�f�����X�؉���Nʚ�Z�c'%c't��Nʙ�J�c'c�c'�.@;)k�Nhm ���5c'�6��Nʚ�Z�c'c�c'�.@;)k�Nhm ���5c'�6��Nʚ�Z�c'c�c'�.@;)k�Nhm ���5c'�6��Nʚ�Z�c'c�c'�.@;)�;��p<vRΌ�P�@;)k�Nhm ���u��Ⱥ�y줬;���<vR���@;)k�Nhm ����2v� -䱓�f����IY3vBky줬;���<v2�9v"�䱓�f����IY3vBky줬;���8v2Ҍ���8;)�;��p<vRΌ�P�@;��F���slc��ˢ���i�s��GZ���zx���x�2v�c��}��o?�q���4�O���_�?��O/�������g�+�۟�ۻ�������<����=���t�����X�g�X�s)u��5�y����o�*knѢ��|�VYs�� �[�ʚ[�hm ߢ5�y����o�*knѢ��|�VYs�� �[�ʚ[�hm ߢ5�y����n�*�v���ax�V �-Z4�o�*gnѢ��|�VX/�h������-Zȷh�5�h��@�E���E���-Zc��hɺ�����-Zȷh�5�h��@�E���E���-Zc��hɺ�����-Zȷh�5�h��@�E���E���-Z#�-Zr6o�*�E����-Z�L���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��eM���b���#�@g�0�0���l�ʙ<� �<CY�g����g(k��6��c�yY �ʚ<� �<CY�g����g(k��6��c�yY �ʚ<� �<CY�g����g(k��6��a��`]��g(k��6��eM���b���#�@g�8�0Ιg�tr����3��@�3�5yZ�y��&�@k9�0֙g�ur����3��@�3�5yZ�y��&�@k9�0֙g�ur����3��@�3�5yZ�y��&�@k9�0֙g�ur����3��@�3�t��,�ʙ<� �<�Xg�A��y��&�@k9�P��hm �ʚ<� �<�Xg�A��y��&�@k9�P��hm �ʚ<� �<�Xg�A��y��&�@k9�P��hm �ʚ<� �<�Xg�A��y���<���<C9�g����g(k��6��c�yY �ʚ<� �<CY�g����g(k��6��a��`]��g(k��6��eM���r����3��@�3�u�d]��g(k��6��eM���r����3��@�3�4y9�y�R�<���<C9�g����gPS ��[����3�?�_x�����x��<c<s�3�g����g������7+������7�/����ۇ���p8~�3<|�<��s����7��}�w�۳W� |�zw<�<?8�x��pǺ]*v���+��X7�ֺ={��������O�ʺ={����������Ydzl]�;���pg�۳W� ܱ���;)���g�v�������ʹ={E���`���J�x��p�z���Һ={����K�f�۳W� �$NY�ġ�����L�Ⱥ�9�S�$qhm 'qʚ$� �$NY�ġ�����L�Ⱥ�9�S�$qhm 'qʚ$� �$NY�ġ�����L�Ⱥ�)�S�-�C�k&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����Ο���x�m���$n<�g��ݎ �������w�?��������ߖW��A���뉎OO���k�r<��S�����������ykϲu�XO��Gkݞ�bm����p�p'�۳W� ܱ�����&�u{����o�_Ý��Y�����k8=H���kw�����r���+��X�_��Z�g�X���x�n��u<���c=�g�,�۳W� ܱ>�kg�۳W� ܱ>�O�G�8����x8�7���Y�.���;x����+��X����_;ٺ={�����[�;I���kwj���p���,[����5��I���kw�[~ﬣ�gk��w����+kz~�.@���u��lm ���:z~�6{~g=?[�=����G�Ğ�YG���R��[����a��gi��W���h]���;�����@���u��lm ���:z~�6{~eMϏ��=������ Ğ�YG���b�ﬣ�gk��W���h]���;�����@���u��lm ���:z~�6{~eMϏ�=�s~����F=�n=?�=�s���� Ğ�Xg�O��=������ Ğ�YG���b�ﬣ�gk��W���h]���;�����@���u��lm ���:z~�6{~eMϏ��=������ Ğ�YG���b�ﬣ�gk��W���q��;���p��;���Y�@���u��lm ��ʚ��{~g=?[�=������ Ğ�YG���bϯ���Ѻ���w����;�����@���u��lm ��ʚ��{~g=?[�=������ ���I�������_)GϏ��a��gi��w����;�����@���5=?Z ���:z~�6{~g=?[�=������ Ğ_Y��ub�ﬣ�gk��w����;�����@���u��d]���;�����@���u��lm ��N����,��ʙ��{~g=?[�=������ Ğ�YG���bϯ���Ѻ���w����;�����@���u��lm ��ʚ��{~g=?[�=������ Ğ�YG���bϯ���Ѻ���w����;���p��;���Y�@���5=?Z ���:z~�6{~g=?[�=������ Ğ_Y��ub�ﬣ�gk��w����;�����@���5=?Z ���:z~�6{~g=?[�=������ Ğ_Y��uR��[����a��gi��w����+kz~�.@���u��lm ���:z~�6{~g=?[�=��Ξ��+{~g=?[�=������ Ğ�YG���bϯ���Ѻ���w����;�����@���u��lm ��J:z~t6�z~��z~V{~�=?K�=?������홊�w{~��+n�� :���_q�g.=���+n�}����M���O���s罶3��7S�Wn?�}�9 �Ek1�Uґʢ�p���LeI��9�U֤�hm ��ʚT� �TVY�ʢ�����Leɺ�9�U֤�hm ��ʚT� �TVY�ʢ�����Leɺ�9�U֤�hm ��ʚT� �TVY�ʢ�����Leɺ�9�U֤�hm ��J:RYt�SY�L*��r*k�3�%��TVY�ʢ����*kRY�6�SYeM*��r*k�3�%��TVY�ʢ����*kRY�6�SYeM*��r*k�3�%��TVY�ʢ����*kRY�6�SYeM*��r*k�3�%��TV9�T��a��*�He�X8Ne�3�,Jȩ��^RY��@Ne�5�,Zȩ��&�Ek9�U֤�hm ���:SY�.@Ne�5�,Zȩ��&�Ek9�U֤�hm ���:SY�.@Ne�5�,Zȩ��&�Ek9�U֤�hm ��F�T����TV)G*���q*��IeQ�@Ne�5�,Zȩ���T���SYeM*��r*��Ie��@Ne�5�,Zȩ���T���SYeM*��r*��Ie��@Ne�5�,Zȩ���T���SYeM*��r*��Ie��@Le�t���,��F�T����TV9�ʢ����*kRY�6�SYeM*��r*k�3�%��TVY�ʢ����*kRY�6�SYeM*��r*k�3�%��TVY�ʢ����*kRY�6�SYeM*��r*+��T�+�SYeM*��r*��Ie��@Le�t���,���9SY�.@Ne�5�,Zȩ��&�Ek9�U֤�hm ���:SY�.@Ne�5�,Zȩ��&�Ek9�U֤�hm ���:SY�.@Ne�5�,Zȩ��&�Ek9�U֤�hm ���:SY�.@Ne�5�,Z�����T���TV9�ʢ�����Leɺ�9�U֤�hm ��ʚT� �TVY�ʢ�����Leɺ�9�U֤�hm ��ʚT� �TVY�ʢ�����Leɺ�9�U֤�hm ��ʚT� �TVY�ʢ�����Leɺ�1�Uґʢ�p��*gRY�6�SYeM*��r*k�3�%��TVY�ʢ����*kRY�6�SYeM*��r*+��T�+�SYeM*��r*��Ie��@Ne�5�,Zȩ���T���SYeM*��r*��Ie��@Ne�5�,Z����&�%g�0�Uʑʢ�p��*gRY�6�SYj?E*��cKe_w�w�����XR��T�������0��\Rټ��?}��/?}������/�?��/���c�������>�/�~"���ӽ���w~�/S'��ͩӫ�������Z�S'c�S'�.@�:)k�Nhm O��5S'�6��Nʚ�Z�S'c�S'�.@�:)k�Nhm O��5S'�6��Nʚ�Z�S'c�S'�.@�:)k�Nhm O��5S'�6�NJ:�N�,N��2S'R6��Nʙ�J�S'e�� � 䩓�f�����X�ԉ���Nʚ�Z�S'e�� � 䩓�f�����X�ԉ���Nʚ�Z�S'e�� � 䩓�f����IX/S'��@�:)k�Nhm O��5S'�6�NJ:�N�,O��sN�H��y꤬�:���<uR�L���@�:)k�Nhm O��uN�Ⱥ�y꤬�:���<uR�L���@�:)k�Nhm O��uN�Ⱥ�y꤬�:���<uR�L���@�:)k�Nhm O��uN�Ⱥ�y꤬�:���8uR�1uBg�xꤜ�:���<u2�9u"�䩓�f����IY3uBky꤬�:���<u2�9u"�䩓�f����IY3uBky꤬�:���<u2�9u"�䩓�f����IY3uBky꤬�:���<u2�9u"�ĩ����:�S'��� � 䩓�f�����X�ԉ���Nʚ�Z�S'e�� � 䩓�f����IX/S'��@�:)k�Nhm O��5S'�6��Nʚ�Z�S'c�S'�.@�:)k�Nhm O��5S'�6��Nʚ�Z�S'#�ԉ��é�R��*�S'��� � �mo�� ?�6uz�+ڟ:���O��ӕ�������Ot�-���c�;u�L�Ns����������ׯ_>���7������O��=�~�w�L���u�v�y�E�<|�yS���ݿ)����My�6�o�+knʣ��|S�X�My�.@�)���)���Mye�My�6�o�+knʣ��|S�X�My�.@�)���)���Mye�My�6�o�+knʣ��|S�X�My�.@�)���)���My%7��Y8�)���)���Myc�7�ɺ������<Z�7�57���@�)���)���Myc�7�ɺ������<Z�7�57���@�)���)���Myc�7�ɺ������<Z�7�57���@�)���)���Myc�7�ɺ�馼rn7����7�pܔGc����r�<J�7��rS�+�o�+knʣ��|S^YsS� ��ʚ��hm ߔ7�yS���o�+knʣ��|S^YsS� ��ʚ��hm ߔ7�yS���o�+knʣ��|S^YsS� ��ʚ��hm ޔ7�ܔ'g��R���,ߔW΄�(m ��ʚ�� ���XghI�ȡ��&�Dk9�Tք�hm ��ʚ�� ���XghI�ȡ��&�Dk9�Tք�hm ��ʚ�� ���XghI�ȡ��&�Dk9�Tք�hm ��J:BKtCK�LhI��qh�� -Q�@-�5�%Zȡ��&�Dk9�4�Z�urh�� -��@-�5�%Zȡ��&�Dk9�4�Z�urh�� -��@-�5�%Zȡ��&�Dk9��Kh �ȡ��&�Dk9�Tք�hm ��J:BKt�CK㜡%I ��ʚ�� ��RYZ���Z*kBK�6�CKc��%Y ��ʚ�� ��RYZ���Z*kBK�6�CKc��%Y ��ʚ�� ��RYZ���Z*kBK�6�CKc��%Y ��ʚ�� ��RIGh���qh�� -Q�@-�u��d]�Z*kBK�6�CKeMh��rh�� -��@-�u��d]�Z*kBK�6�CKeMh��rh�� -��@-�u��d]�Z*kBK�6�CKeMh��rh�� -��@-�u��d]�Z*�-�Y8-�3�%Jȡ��&�Dk9�4�Z�urh�� -��@-�5�%Zȡ��&�Dk9��Kh �ȡ��&�Dk9�Tք�hm ��ʚ�� ���XghI�ȡ��&�Dk9�Tք�hm ��ʚ�� ���HZ��qZ*�-QY8-�3�%Jȡ�~'�BK�[h��j�-�?Ƿ�?pz�;���V���Ϝ�y��:�����~��L�2ˇY��������?���|����/�?=��q���ݧ_����/?}��������?|���m�yw�{���.�m�y����`�I*�W?�� -��ǀ -� � -�Xg�C������Ak��Q�T8hm W8ʚ -� � -�Xg�C������Ak��Q�T8hm W8ʚ -� � -�Xg�C������Ak��Q�T8hm W8ʚ -� � -�Xg�C�H�rn_ð�Q�Qᠱp\�(g*�6�+a�T8`]�\�(k*�6�+eM���r����p��@�p�uV8d]�\�(k*�6�+eM���r����p��@�p�uV8d]�\�(k*�6�+eM���r����p��@�p�49��R� -��� -G9Sᠴ�\�(k*�6�+c�Y W8ʚ -� � -GYSᠵ�\�(k*�6�+c�Y W8ʚ -� � -GYSᠵ�\�(k*�6�+c�Y W8ʚ -� � -GYSᠵ�X�(�p�Y8�p�2)��r��Ai��Q�T8hm W8ʚ -� � -�Xg�C������Ak��Q�T8hm W8ʚ -� � -�Xg�C������Ak��Q�T8hm W8ʚ -� � -GX/XW W8ʚ -� � -GYSᠵ�X�(�p�Y8�p�sV8$]�\�(k*�6�+eM���r����p��@�p�uV8d]�\�(k*�6�+eM���r����p��@�p�uV8d]�\�(k*�6�+eM���r����p��@�p�uV8d]�\�(k*�6+%:��r��Ai��1�Y�ur����p��@�p�5Z�����Ak��1�Y�ur����p��@�p�5Z�����Ak��1�Y�ur����p��@�p�5Z�����Ak��1�Y�ub�����Ag��Q�T8(m W8ʚ -� � -�Xg�C������Ak��Q�T8hm W8ʚ -� � -GX/XW W8ʚ -� � -GYSᠵ�\�(k*�6�+c�Y W8ʚ -� � -GYSᠵ�\�(k*�6+#M�C��a�����Ae��Q�T8(m W8����p�sl����~��������?���;~��x&������?���������|:<��\.��?a7{iͷ�����>�x���;���ۗ�Q���xǺ={��������Vʺ={�����7��흳�Y�����k8=H���kw����Vʺ={�����k8Z���k߷�_�͓��gٺ�w���os��u{����;��_��u{����;֧Ã� ���g�v^�x<��9�e�ܱ�7B*k^1���+&�5��Dk��ʚWL�����Ic���$��WL*k^1���+&�5��Dk��ʚWL�����Ic���$��WL*k^1���+&�5��Dk��ʚWL�����Ic���$��WL*k^1���+&�t���,��ʙ�� ��Xg�N��q��&nGk9nW���hm ��ʚ�� ��Xg�N��q��&nGk9nW���hm ��ʚ�� ��Xg�N��q��&nGk9nW���hm ��ʚ�� ��Xg�N�Hq�rnq;_�0nW����p�+g�v�6��va���`]��+k�v�6��veM�rܮ�����@�ۍu��d]��+k�v�6��veM�rܮ�����@�ۍu��d]��+k�v�6��veM�rܮ�����@�ۍ4q;9�q�R�����]9�����+k�v�6��vc�q;Y ��ʚ�� �]Y�����+k�v�6��vc�q;Y ��ʚ�� �]Y�����+k�v�6��vc�q;Y ��ʚ�� �]Y�����+���Y8�ۍ2q;)�q�r&nGi9nW���hm ��ʚ�� ��Xg�N��q��&nGk9nW���hm ��ʚ�� ��Xg�N��q��&nGk9nW���hm ��ʚ�� �]X/q;XW ��ʚ�� �]Y�����+���Y8�ۍs��$]��+k�v�6��veM�rܮ�����@�ۍu��d]��+k�v�6��veM�rܮ�����@�ۍu��d]��+k�v�6��veM�rܮ�����@�ۍu��d]��+k�v�6�v%q;:�q�r&nGi9n7���urܮ�����@�ە5q;Z�q��&nGk9n7���urܮ�����@�ە5q;Z�q��&nGk9n7���urܮ�����@�ە5q;Z�q��&nGk9n7���ubܮ�#nGg�8nW���(m ��ʚ�� ��Xg�N��q��&nGk9nW���hm ��ʚ�� �]X/q;XW ��ʚ�� �]Y�����+k�v�6��vc�q;Y ��ʚ�� �]Y�����+k�v�6�v#M�N��aܮ�#nGe�8nW���(m ���j��?���.�����ϱ���W����������L�������������t��<�l�.�o�|��w��ǧ�o矯|�����60:N��}����Qv6nGy:<��]�ܞ�"m����p�����+��X�����w{����;W��ۗ���x��p�:�((k�2���|�AYs�� �ʚ�hm �e��]��@�ˠ��ˀ��]e�]�6��2(k�2���|��X�]�.@�ˠ��ˀ��]e�]�6�2(�ˀ���]�wH���.���.Z�w�5w��@�ˠ��ˀ��]c�wȺ��.���.Z�w�5w��@�ˠ��ˀ��]c�wȺ��.���.Z�w�5w��@�ˠ��ˀ��]c�wȺ��.���.Z�w�t�e@g��.�r�.J�w�u�e ��ʚ�hm �eP��e@k�.���.Z�w�u�e ��ʚ�hm �eP��e@k�.���.Z�w�u�e ��ʚ�hm �eP��e@k�.���.Z�w�u�e ���ʹ�e@�k�eP�q����ʙ�(m �e��]��@�ˠ��ˀ��]e�]�6��2(k�2���|��X�]�.@�ˠ��ˀ��]e�]�6��2(k�2���|��X�]�.@�ˠ��ˀ��]e�]�6��2(k�2���x��Hs����ûJ9�2��p|�A9s�� �ʚ�hm �e0�y�����2(k�2���|�AYs�� �ʚ�hm �e0�y�����2(k�2���|�AYs�� �ʚ�hm �e0�y�����2(k�2���|�AYs�� ĻJ:�2��px��(s�����ʙ�(m �eP��e@k�.���.Z�w�u�e ��ʚ�hm �eP��e@k�.���.Z�w�u�e ��ʚ�hm �eP��e@k�.���.Z�w��r��+��2(k�2���|�AYs�� ĻJ:�2��p|��8�]�.@�ˠ��ˀ��]e�]�6��2(k�2���|��X�]�.@�ˠ��ˀ��]e�]�6��2(k�2���|��X�]�.@�ˠ��ˀ��]e�]�6��2(k�2���|��X�]�.@�ˠ��ˀ��]%w�Y8�ˠ��ˀ��]c�wȺ��.���.Z�w�5w��@�ˠ��ˀ��]c�wȺ��.���.Z�w�5w��@�ˠ��ˀ��]c�wȺ��.���.Z�w�5w��@�ˠ��ˀ��]c�wȺ��.�����,�eP��e@i�.���.Z�w�u�e ��ʚ�hm �eP��e@k�.���.Z�w��r��+��2(k�2���|�AYs�� �ʚ�hm �e0�y�����2(k�2���|�AYs�� �ʚ�hm �e0��e g��.�R���,�eP��e@i�.���u�?�v����������������.����w��ݷ_�o��?'�/��Cy�r��8.3��o�>}����g���O�n���?���������{�ܗ��ſ~�����v�'�2���?���>��t����,Z��Ye�t� �鬲f:���t�X�t�����ʚ�,Z��Ye�t� �鬲f:���t�X�t�����ʚ�,Z��Ye�t� �鬲f:���t�H3�%g�p:��c:����tV93�Eiy:�����<�5�9�%��鬲f:���tVY3�Eky:�����<�5�9�%��鬲f:���tVY3�Eky:�����<�5�9�%��鬲f:���tVY3�Ekq:��c:����t�(3�%e�x:�����<�U�Lg��@��*k��hm Og�uNgɺ�y:�����<�U�Lg��@��*k��hm Og�uNgɺ�y:�����<�U�Lg��@��*k��hm Og��2�� -�鬲f:���tVY3�Ekq:��c:����t�8�t�����ʚ�,Z��Ye�t� �鬲f:���t�X�t�����ʚ�,Z��Ye�t� �鬲f:���t�X�t�����ʚ�,Z��Ye�t� �鬲f:���t�X�t�����ʚ�,Z��Y%�Yt���ʙ�,J��Yc��Y�.@��*k��hm Og�5�Y�6���ʚ�,Z��Yc��Y�.@��*k��hm Og�5�Y�6���ʚ�,Z��Yc��Y�.@��*k��hm Og�5�Y�6���ʚ�,Z��Yc��Y�.@��*��p<�U�LgQ�@��*k��hm Og�uNgɺ�y:�����<�U�Lg��@��*k��hm Og��2�� -�鬲f:���tVY3�Eky:�����<�5�9�%��鬲f:���tVY3�Eky:�����8�5�Lg��8��*��p<�U�LgQ�@���/=�t?�6�}�Sݟ�����fwOO�_k��fy&������/��y#��7P�7O߽���z:��b�f����������\o_��p:{��� �X�g�X�c=��<>H���kw�O���Giݞ�bm������p/��Y�.���k�{����+��X�_��YZ�g�X�c�^���]�lm �PIǻ���8|�s�w����.@g�dk�]��:������5�D��w:�x [��t��.@�6���]�lm ��X��ɺ�]��:������u��� �w:�x [��Tּ����]�lm ��Yǻ���@z��n�dg��]�ʙw�t���u��� �w:�x [��t��.@�6���y Z ��Yǻ���@|���w����.@g�dk�]�ʚw�u���u��� �w:�x [��t��.@�6���y Z ��Yǻ���@z��n�dg��]��9������5�D��w:�x [��t��.@�6���]�lm �PY�.@�.@|���w����.@g�dk�]��:������5�D��w:�x [��t��.@�6���]�lm �PY�.@�.@x�s~{ _��]�N������w:�x K��4�yЄ�+�8�8h���AgM��@<h�� [�M�5Mк���&lm 4q�qЄ� ă&�:����x�DYs���8�8h���AgM��@<h�� [HM�t4Ag�蠉SnMXY8<h�� K�M�u4ak� Z 4q�qЄ� ă&�:����x��Y�A�6�(k��u�AgM��@<h�� [�M�u4ak� Z 4q�qЄ� ă&�:����t��I��&�,4Q�q���Ã&�9����x��Y�A�6�8�8h���Ae�A�.@<h�� [�M�u4ak��&lm 4Q�4A�ă&�:����x��Y�A�6�8�8h���Ac�MȺ��&lm 4q�qЄ� ��&N�4ag��r� J 4q�qЄ� ă&�:����x��Y�A�6�(k��u�AgM��@<h�� [�M�u4ak� Z 4q�qЄ� ă&�:����x��Y�A�6�(k��u�AgM��@:h��Av�8�8h���Ae�A�.@<h�� [�M�u4ak��&lm 4Q�4A�ă&�:����x��Y�A�6�8�8h���Ae�A�.@<h�� [�M�u4ak��&lm 4Q�4A���&N�4ag��s��&,m 4q�qЄ� ă&ʚ�&h]�x��Y�A�6�8�8h���AgM��@<hb�� YW 4q�qЄ� ă&�:����x��Y�A�6�(k��u�AgM��@<h�� [�M�u4ak頉���&�l4q��� +�M�s4ai� ��~Є?Ƿg�z���A��A�㕃&�/��x&M�^4�^����~������q��q��w�d�g�}ӇL���C�g�o?d�`]��}+k�o�6��oeM���r���ɾ��@ξ�uf�d]��}+k�o�6��oeM���b���#�Fg�8�6Ι}�tr���ɾ��@ξ�5�7Z�ٷ�&�Fk9�6֙}�ur���ɾ��@ξ�5�7Z�ٷ�&�Fk9�6֙}�ur���ɾ��@ξ�5�7Z�ٷ�&�Fk9�6֙}�ur���ɾ��@̾�td��,g�ʙ�� ���Xg�M��ٷ�&�Fk9�V�d�hm g�ʚ�� ���Xg�M��ٷ�&�Fk9�V�d�hm g�ʚ�� ���Xg�M��ٷ�&�Fk9�V�d�hm g�ʚ�� ���Xg�M�Hٷrn�7_�0�V}��p�}+g�o�6��oa�d�`]��}+k�o�6��oeM���r���ɾ��@ξ�uf�d]��}+k�o�6��oeM���r���ɾ��@ξ�uf�d]��}+k�o�6��oeM���r���ɾ��@̾�4�79�ٷR������[9�}����}+k�o�6��oc��7Y g�ʚ�� ��[Y�}����}+k�o�6��oc��7Y g�ʚ�� ��[Y�}����}+k�o�6��oc��7Y g�ʚ�� ��[Y�}����}+�Ⱦ�Y8̾�2�7)�ٷr&�Fi9�V�d�hm g�ʚ�� ���Xg�M��ٷ�&�Fk9�V�d�hm g�ʚ�� ���Xg�M��ٷ�&�Fk9�V�d�hm g�ʚ�� ��[X/�7XW g�ʚ�� ��[Y�}����}+�Ⱦ�Y8ξ�sf�$]��}+k�o�6��oeM���r���ɾ��@ξ�uf�d]��}+k�o�6��oeM���r���ɾ��@ξ�uf�d]��}+k�o�6��oeM���r���ɾ��@ξ�uf�d]��}+k�o�6�o%�7:�ٷr&�Fi9�6֙}�ur���ɾ��@ξ�5�7Z�ٷ�&�Fk9�6֙}�ur���ɾ��@ξ�5�7Z�ٷ�&�Fk9�6֙}�ur���ɾ��@ξ�5�7Z�ٷ�&�Fk9�6֙}�ub���#�Fg�8�V�d�(m g�ʚ�� ���Xg�M��ٷ�&�Fk9�V�d�hm g�ʚ�� ��[X/�7XW g�ʚ�� ��[Y�}����}+k�o�6��oc��7Y g�ʚ�� ��[Y�}����}+k�o�6�o#M�M��a���#�Fe�8�V�d�(m g�0��?ǖ}�n�w�����f���z�><r�=�I�}?���������~��˿�p���×���Ǘ���Y?��ps�x���ϙ�����/��~(�����V֔�hm ��ʚ�� ��[YS~���\~�,�ɺ���V֔�hm ��ʚ�� ��[IG����q�m���&���[YS~���\~+k�o�6��oeM���r�m���&���[YS~���\~+k�o�6��oeM���r�m���&���[YS~���\~+k�o�6��oeM���r�m���&���[YS~���X~+�(��Y8.��3�7J�己����oeM���r���)���@.��5�7Z�己����oeM���r���)���@.��5�7Z�己����oeM���r���)���@.��5�7Z�己����o���o4��a�����Fc��VΔ�(m ���z)�����V֔�hm ��ʚ�� ��[YS~���\~�,�ɺ���V֔�hm ��ʚ�� ��[YS~���\~�,�ɺ���V֔�hm ��ʚ�� ��[YS~���X~i�or6�o��7*��r��Fi��V֔�hm ���:�o�.@.��5�7Z�已��Fk��V֔�hm ���:�o�.@.��5�7Z�已��Fk��V֔�hm ���:�o�.@.��5�7Z�已��Fk��V�Q~��pX~e�oR6��o�L���r���)���@.��5�7Z�己����oeM���r���)���@.��5�7Z�己����oeM���r���)���@.��5�7Z�巰^�o��@.��5�7Z�已��Fk��V�Q~��p\~�,�I����V֔�hm ��ʚ�� ��[YS~���\~�,�ɺ���V֔�hm ��ʚ�� ��[YS~���\~�,�ɺ���V֔�hm ��ʚ�� ��[YS~���\~�,�ɺ���V֔�hm ��J:�ot��o�L���r�m���&���[YS~���\~+k�o�6��oeM���r�m���&���[YS~���\~+k�o�6��oeM���r�m���&���[YS~���\~+k�o�6��oeM���r�m���&���[IG����q���)�Q�@.��5�7Z�己����oeM���r���)���@.��5�7Z�巰^�o��@.��5�7Z�已��Fk��V֔�hm ���:�o�.@.��5�7Z�已��Fk��V֔�hm ��F���[)G����q���)�Q�@.��fU~�����י�~���9~<=ߝ?k���������ۯ�w����_T���̥�>����~����?n�������a��~���>���������܇���|��c��������d~s���G�?�}�A`��ȓ]e�d� �ɮ�f����dWY3�Eky�k�s�K�ȓ]e�d� �ɮ�f����dWY3�Eky�k�s�K�ȓ]e�d� �ɮ�f����dWY3�Ekq�k��쒳q8�U�1�Ee�x����좴�<�U�Lv��@����u�dWY3�Eky����좵�<�U�Lv��@����u�dWY3�Eky����좵�<�U�Lv��@����u�dWY3�Eky����좵�8�U�1�Eg�p�k��쒲q<�U�LvQ�@��*k&�hm Ov�5�]�6�'��:'�d]�<�U�Lv��@��*k&�hm Ov�5�]�6�'��:'�d]�<�U�Lv��@��*k&�hm Ov�5�]�6�'��z��u�dWY3�Eky����좵�8�U�1�Eg�x�k�s�K�ȓ]e�d� �ɮ�f����dWY3�Eky�k�s�K�ȓ]e�d� �ɮ�f����dWY3�Eky�k�s�K�ȓ]e�d� �ɮ�f����dWY3�Eky�k�s�K�ȓ]e�d� �ɮ���.:Ǔ]��d� �ɮ���.Y Ov�5�]�6�'�ʚ�.Zȓ]e�d� �ɮ���.Y Ov�5�]�6�'�ʚ�.Zȓ]e�d� �ɮ���.Y Ov�5�]�6�'�ʚ�.Zȓ]e�d� �ɮ���.Y Nv�tLv�Y8��*g&�(m Ov�5�]�6�'��:'�d]�<�U�Lv��@��*k&�hm Ov�5�]�6�'��z��u�dWY3�Eky����좵�<�U�Lv��@����u�dWY3�Eky����좵�<�U�Lv��@��i&��lNv�rLvQY8��*g&�(m Ov���j���c�����Ov�?�_�������p�/k�d��0������_~������/�%����d=���d��۟������C�?ۛo��L���{��t{����Q�Oǣtn�^�6p�z�o�u{����;֧����ݞ�bm���������:�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�P�@>� ���`]�|�AYs�� ��ʚ�hm �fP֜f@k�4����d]�|�AYs�� ��ʚ�hm �fP֜f@k�4����d]�|�AYs�� ��ʚ�hm �fP֜f@k�4���49���r�f@e��4�r�4Jȧ�5���@>�`��4Y �fP֜f@k�4���4Zȧ�5���@>�`��4Y �fP֜f@k�4���4Zȧ�5���@>�`��4Y �fP֜f@k�4���4Z���t�f@g��4�Q�4)ǧ�3�P�@>͠�9̀��ie�i�6�O3�<�@�ȧ�5���@>͠�9̀��ie�i�6�O3�<�@�ȧ�5���@>͠�9̀��ie�i�6�O3��4XW �fP֜f@k�4���4Z���t�f@g��4�q��$]�|�AYs�� ��ʚ�hm �fP֜f@k�4����d]�|�AYs�� ��ʚ�hm �fP֜f@k�4����d]�|�AYs�� ��ʚ�hm �fP֜f@k�4����d]�|�AYs�� ��J:N3��p|�A9s�� ���:O3�u�ie�i�6�O3(kN3���|�AYs�� ���:O3�u�ie�i�6�O3(kN3���|�AYs�� ���:O3�u�ie�i�6�O3(kN3���|�AYs�� ���:O3�u�i%��Y8>͠�9̀��ie�i�6�O3�<�@�ȧ�5���@>͠�9̀��ie�i�6�O3��4XW �fP֜f@k�4���4Zȧ�5���@>�`��4Y �fP֜f@k�4���4Zȧ�5���@<�`�9�@���i��PY8>͠�9̀��i�6 N3���N3����{�a�s��oS�=���ߦ6���f���~�������������������/~���O����ֵw��dz�Շx�B���O����~s����?��A`ҏ���X礟��'�ʚI?Zȓ~eͤ� �I��fҏ���X礟��&�ʹM�����~%�~4�'�ʙI?Jȓ~a�L���yү������<�W�L���@��+k&�hm O��uN�ɺ�yү������<�W�L���@��+k&�hm O��uN�ɺ�yү������<�W�L���@��+k&�hm N��4�~r6'�J9&��,O��3�~�6�'�ʚI?Zȓ~c��~�.@��+k&�hm O��5�~�6�'�ʚI?Zȓ~c��~�.@��+k&�hm O��5�~�6�'�ʚI?Zȓ~c��~�.@��+k&�hm O��5�~�6'�J:&��,N��2�~R6�'�ʙI?Jȓ~eͤ� �I��fҏ���X礟��'�ʚI?Zȓ~eͤ� �I��fҏ���X礟��'�ʚI?Zȓ~eͤ� �I��fҏ��_X/�~��@��+k&�hm O��5�~�6'�J:&��,O��sN�I��yү������<�W�L���@��+k&�hm O��uN�ɺ�yү������<�W�L���@��+k&�hm O��uN�ɺ�yү������<�W�L���@��+k&�hm O��uN�ɺ�yү������8�W�1�Gg�xү������<�7�9�'��I��fҏ��_Y3�Gkyү������<�7�9�'��I��fҏ��_Y3�Gkyү������<�7�9�'��I��fҏ��_Y3�Gkyү������<�7�9�'��I���I?:Ǔ~�̤� �I��fҏ���X礟��'�ʚI?Zȓ~eͤ� �I��fҏ��_X/�~��@��+k&�hm O��5�~�6�'�ʚI?Zȓ~c��~�.@��+k&�hm O��5�~�6�'�ʚI?Z��~#ͤ����I�R�I?*Ǔ~�̤� �I���\M��sl������I���8�e�����϶�TOw�?�x<<~���9K��9�^>�xd<��qNc���?���O�����L�_���������O��q���y����/�r��o>������e^~H����2o>$e����B9_{���K�2�<$e����F���p��C���IY8~��u��U����/:4ʼ琔��e^rH���+�2o8$e����B9_o���� �2�6$e��͆F���p�ZCco5$�k��P�+ ��8~��Q�}��,���(�2CR�_eh�y�!)��1��CP6�_bh�y�!)�o04ʼ������e�^H����r�����e�[H���[�2/-$e����F�7��p��B���+e��e�F�w��p��Bc/*$�k����B2��Q(����l���(�~BR��Nh�y9!)ǯ&4ʼ������ -�|-!(�/%4ʼ�����7e���p|��(s������B9���q|��(s�����F���,�+0ʜ+ e��X�P�[�l]*0��P�^��L���+�{ �F�d,(����'�W.8�N`�9N@���i��eR��e���p|�@(�MP6�/e��p|��(s�����[F�S�,"�y�����+F�#�,� 0�\ e����Q���)���1�@X0�<`|����^�������7�2'HY8>8 ����(���2�HY8>5`��4@����̙R���1�����́R��e���p|[�(sZ�����B9� -��q|U�(sT����F���,�0�qN���axL@�rK�|�KF�Cd,�0�\ e����Q��)��r��e��z�Q�x�)ǧ�2�HY8�`�9@�������7@�8�`�9@�����̵�R�oeN��p|(��r'`_���J�Q�H�)�'�2HY8�`��<� _��8����`l_0� e��,�Q�*�)�7�2'HY8> ���(����2��HY8>`��@�������R������������R���L�O��q�o�I�IY8��rv��lW�F�蟔����G�O��0���0�?DZ�P�������(���p��e*R��L�O��q�/���e��7����,��F�������(����p��l�A�8.��2A?)�9�Q��'e��7ʤ��,��B9;~P6+~c? _�8�7��d,��F�|����x_(g���q�o� �IY8���2�>)�;Q&�'e�8ؿ������ǵ�Q&�'e�8�7ʔ��,w�F�L����H_(g���q�o� �IY8��2u>)�m�Q&�'e�0��t� ,V��7�|�q�o�)��X8��+9>}��ƿ|�����C|�m�K�����w�9�b�p����ou��q��L�j��Xo��������onn��ۗ��~���m�zwxx����D������d��i��돻ƾ�A��X�6�XeM���y���>�� �B�YG"��R$�[%���a'�� eQ��1�u��ʲ��X�:��e��@f�u�lm 6�ʚh��Yg�,[�嬳�t�� �x�YG=��b?�� hѺ�1�u��в��X�:��h��@i�u��lm ��ʚ��sZg=-[HE��nI-;�Q�s���� ĮVY֢ubZ묣�ek��u֑ײ���:�(l��@ll�5�-Z f��::[�6K[g�-[�����ږ� ��VYܢubr묣�ek��u֑ݲ���:�(o��@lo�5�-Z �����e�k�N�%�l,F��9*\�6;\c�!.YW ���:Z\�6k\g9.[�A���"�� �&WY�ub�묣�ek��u֑沵��:�s��@�s�5�.Z &��:]�6+]g�.[�����R�� �VWIG����Q��[����a��#�ei1�u�Q������*k�]�.@Lw�u��lm ֻ�:�]�6^g/[� ��&�E�Č�YG���b��#�ek1�u�Q��*k�^�.@Lz�u4�lm V��:�^�6��^'��^v��^�q/*�y�s���� ���YG���b�묣�ek��Uք�h]���:�h}��@�}�u�lm ��:�_�6�_eM���ٯ�� ���YG���b�묣�ek��5���ub쬣fk�v֑���;�V��p�+gb`�.@́�u��lm ��:�`�6�`gU0[�]��&F��4�YG��b�#fk1v�Q����+k"a�.@̄�ut�lm ���:Ra�6cag�0[����&F��d�YG3��R5�[6���a8윣fi�V���h]��;����@,��u$�lm F��:*b�6;beMH���)������ Ě�YGN��bP쬣(fk�)V�D�h]��;����@,��u��lm ���:�b�6�beM`��H���n�1;���s�̘� ���YGi��bk����Ѻ�17v�����X;�H���@���uT�lm v��:�c��@L��u��lm ���:�c�6dg2[� ��&BF���YG���b��#Efk1Fv�Q#����#+����8J��rk�YY8���sd�,m �ɐך2�?Ƿg^��6>ǫ8y�[�'?>0N�lq�툓�˯��k���w�_^D�t��߅�*<�^���^�ݗ/��A�߾������u����+_����lm ���Yӛ���ܛ+kzs�6�{sc��9Y��_��,Gz������FT(0�e�����Z.Q���6ɶ�w��쓹_�[X�eA�A���M��~ܛ+5�9�=Ƚ�Rӛ�ڃ؛+t��h����ܽ9�c�{s��7G��7WjzsT{�{s��7G��77���I�ܛ+5�9�=Ƚ�Rӛ�ڃܛ+5�9�=Ƚ�QwoN���\���Q�A�͕�����\���Q�A�͍�{sR� ��JMo�jbo��՛�Ysܛ+3�9�=Ƚ�QwoN���\���Q�A�͕�����\���Q�A�͍�{sR� ��JMo�jro����� ��JMo�jron�ݛ�:�7WjzsT{�{s��7G��7WjzsT{�{s��ޜ�1H��2/�9��c؛+p��(����Lo�hro.�ko���\���Q�A�͕�����\���Q�A�͍�{sR� ��JMo�jro����� ��JMo�jron�ݛ�:�7WjzsT{�{s��7G��7WjzsT{{s��7'��7W��͑�9�͕�����\���Q�A�͍�{sR� ��JMo�jro����� ��JMo�jron�ݛ�:�7WjzsT{�{s��7G��7WjzsT{�{s��ޜ�1Ƚ�Rӛ�ڃܛ+5�9�=���BWo�f�aon���D����Lo�hro����� ��JMo�jron�ݛ�:�7WjzsT{�{s��7G��7WjzsT{�{s��ޜ�1Ƚ�Rӛ�ڃܛ+5�9�=Ƚ�Rӛ�ڃܛ�ڛ�:�7WjzsT{�{s��7G��7W���Ѭ9�͍�{sB� ��JMo�jro����� ��JMo�jron�ݛ�:�7WjzsT{�{s��7G��7WjzsT{�{s��ޜ�1Ƚ�Rӛ�ڃܛ+5�9�=Ƚ�Rӛ�ڃܛu�椎A�͕�����\��7G��7WfzsD{�{s��ޜ�1Ƚ�Rӛ�ڃܛ+5�9�=Ƚ�Rӛ�ڃܛu�椎A�͕�����\���Q�A�͕�����ܨ�7'uro����� ��JMo�jro����� ��Fݽ9�c{s���͚��\����A�͕�����ܨ�7'uro����� ��JMo�jro����� ��B����A�͕�����\���Q�A�͕�����ܨ�7'uro����� ��JMo�jro����� ��MoNf�ao��՛#Ysܛ+3�9�=Ƚ�q6�zs�=.��m�}:�͏�??���_�Y�[���wܧ��C��FOO����~Q�~(?��<���߾���O��x�������������O���ן�Xm����^��71ӗKDq��Iџ?���&������ -�}��_�&R� �MJM߄jbߤ��7�Ys�7)3}�=�}�Qw�D��I��P�A�� ��I��P�A��&R� �MJM߄jrߤ��M�� �MJM߄jr�d��7�:�oRj�&T{��&��oB��oRj�&T{��&��1H}�2/}��c�7)p�M(��M�L߄hr�$�k���I��P�A�� ��I��P�A��&R� �MJM߄jrߤ��M�� �MJM߄jr�d��7�:�oRj�&T{��&��oB��oRj�&T{�&��o"��oR�ꛐ�9�� ��I��P�A��&R� �MJM߄jrߤ��M�� �MJM߄jr�d��7�:�oRj�&T{��&��oB��oRj�&T{��&��1�}�R�7�ڃ�7)5}�=�}�BW߄f�a�d��MD��M�L߄hrߤ��M�� �MJM߄jr�d��7�:�oRj�&T{��&��oB��oRj�&T{��&��1�}�R�7�ڃ�7)5}�=�}�R�7�ڃ�7 ��7�:�oRj�&T{��&��oB��oR��Ь9��&B� �MJM߄jrߤ��M�� �MJM߄jr�d��7�:�oRj�&T{��&��oB��oRj�&T{��&��1�}�R�7�ڃ�7)5}�=�}�R�7�ڃ�7u�M��A�� �ľI��oB��oRf�&D{��&��1�}�R�7�ڃ�7)5}�=�}�R�7�ڃ�7u�M��A�� ��I��P�A�� ��ɨ�o"urߤ��M�� �MJM߄jrߤ��M�� �MF�}�c�&��� ͚�I���A�� ��ɨ�o"urߤ��M�� �MJM߄jrߤ��M�� �MB��M��A�� ��I��P�A�� ��ɨ�o"urߤ��M�� �MJM߄jrߤ��M�� �MM�Df�aߤ��7!Ys�7)3}�=�}�q���&�=.}�mLt�7��o:}�7}~�{���}����M�������?��?��O�����6�ͭ�,}�?m\ŷ_>�!�~�~�������_o���=��2����c�?���|���)5�B���_JM�jrg�Ǒ:9�Sj�8T{�8��8͚�8N����A�㌺�8R� �qJM�jr���q�� �qJM�jrg�Ǒ:9�Sj�8T{��8�&�C�9�Sj�8T{��8��8��1�q�Rǡڃ�)5q�=�q�Rǡڃ�u�q��A��y��P��8N�+�C��8�Sf�8D{��8�^�8P� �qJM�jr���q�� �qJM�jrg�Ǒ:9�Sj�8T{��8�&�C�9�Sj�8T{��8��8��1�q�Rǡڃ�)5q�=�q�Rǡڃ�4q�=�q�"W�d�q���q�� �qJM�jrg�Ǒ:9�Sj�8T{��8�&�C�9�Sj�8T{��8��8��1�q�Rǡڃ�)5q�=�q�Rǡڃ�u�q��A�㔚8��8N���P�A����84k�8C&�#��8�Sf�8D{��8�&�C�9�Sj�8T{��8��8��1�q�Rǡڃ�)5q�=�q�Rǡڃ�u�q��A�㔚8��8N���P�A�㔚8��8N��8�9�q�Rǡڃ�)5q�=�q�BW�f�qg��: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Ψ;�#ur���q�� �q -]q�5�q�2�!ڃ�u�q��A�㔚8��8N���P�A�㔚8��8Ψ;�#ur���q�� �qJM�jr���q�� �qF�q�c��8�&�C�9�Sj�8T{��8�&�C�9�3��H��)t�qh��q�L�hr���q�� �qF�q�c��8�&�C�9�Sj�8T{��8�&�C�9��5�ur���q�� �qJM�jr���q�� �qF�q�c��8�&�C�9�Sj�8T{��8�&�C�1�3h�82{�8E�8ɚ�8N����A���q��8�D�?���??�<���LJ��o~�t�r�~�~(?s������������v����:��������O�_? �����&s�OwO��/����/�}9�;��dn�Æ���?��w�ox�M��w�ʼ��F�v�a+p��F����2���w�B���u�;l��6�=�ﰕ�wب� ��Vj�a�ڃ�ۨ�6�c��a+5�Q�A~��Լ�F���R���w�F��I��[�y��j�;l��6�=�ﰕ�wب� ��6h�a��s�[��6�5�ﰕ�w؈� ��Vj�a�ڃ�ۨ�6�c��a+5�Q�A~��Լ�F���R���w�F��I��[�y��j�;l��6�=�ﰕ�wب� ��6�~�M��w�J�;lT{��a+5�Q�A|����͚�w؆�;l"{��a+3��A~��Լ�F���R���w�F��I��[�y��j�;l��6�=�ﰕ�wب� ��6�~�M��w�J�;lT{��a+5�Q�A~��Լ�F���P��A���[�y��j�;l��6�=����a�Ys�ۘ�6�c��a+5�Q�A~��Լ�F���R���w�F��I��[�y��j�;l��6�=�ﰕ�wب� ��6�~�M��w�J�;lT{��a+5�Q�A~��Լ�F���Q�;lR� ��Vj�a�ڃ�[��6�5�ﰕ�w؈� ��6�~�M��w�J�;lT{��a+5�Q�A~��Լ�F���Q�;lR� ��Vj�a�ڃ�[�y��j�;l��6�=�ﰍ��a�:��R���w�J�;lT{��a+5�Q�A~�m����1����a�Ys�[�y��h�;l��6�=�ﰍ��a�:��R���w�J�;lT{��a+5�Q�A~�-��;lP� ��Vj�a�ڃ�[�y��j�;l��6�=�ﰍ��a�:��R���w�J�;lT{��a+5�Q�A|�mм�&����"�;l$k��a+3��A~�}�\X�����������;���c�þ������5�ϰ/?r}������o_����������������7ןO�_��OW����/���\�o-���S�_��Ko~��-x;ƟY0`��@b��7�?��d����+Ys�uC�� -D�Z�����5��U����=�U0d��@d���*Ys�9C�k -D�KA��S -@�H�����5�_Q0d>�@d��'�r�Ț�nG�;���(�1��!�f -���`���1�u�Z�Ě�V�c���c�CC��!���1d""k�C��!�����s��9�s�6�Ț�2ǐ s��9�r�*�Ț�&G�;���8�1dz"k�kC&�!��8�1dJ"k;!&���0�1�jpȻ�ǀ pH�9�o���Ț��F�;���8�1d�"k��C&�!��8�1d�"k�{A��Ȟ��Ɛim��9.m�ІȚ��Ɛ�l��9nl� {�C��!�渮1d�"k�#�����1�j�����ƀijH�9.j���Ț�Ɛ�i��9ni�S {�CC��!�渢1d""k�C��!�渟��g��9�g�v�Ț�rƐ g��9�f�j�Ț�f�c���c��C��!�渖1db"kS#�R���1�d�3{�#C��!�渐1d"k��C��!�渍�Nc��9c�.�Ț�*Ɛ�b��9Nb�"�Ț�F�;���8�1dZ"k�KC&�!��8�1d*"k�A�Ȟ��Ɛ�_��9�_���o�8}1`�k��A��Ȟ��Ői^��9.^���Ț��Ő�]��9n]�S {�CC�s!��r1d""k�C�p!��o��[��9�[���Ț�Ő [��9�Z���Ț�E�;i��0h1��Y��ŀ�YH�9NY���Ț�E�;c��8b1d"k�C&`!��8_1d�"k�ە��k�rL�9W�n�Ț�jŐ�V��9NV�b�Ț�^E�;W��8V1dZ"k�KC&T!��8S1d*"k!&Q��0P1��SȻ�:ŀ�SH�9NS� -U��/q Sn2��.���7~���}O/ܥ����)+L��_��O���v���ߍQ�+OO���s��x:�Q��>}�J��nӷ_��>��O��_����=xP�������������u�9JM�jb�Е��Ys�(3��=�ݏQw�C���G�iP�A�������H�)�P�An���# R� g@JM�jr �Ԥ@�� �@JM �jrd��:9 Rj� T{�� �&B�9Rj� T{�� ��8��1Hy�2/}��cX)p%B(�GB�L%�hr'$�k(��TH�i�P�A����\��`H�)�P�An����!R� gCJM7�jr9�ԤC�� �CJM=�jr?d��:9!Rj"T{�+"�&#B�9$RjJ"T{["�&&"��0'R�ꉐ�9.������H���P�A��"R� �EJM[�jr]���E�� FJMa�jrcd��:93Rj:#T{�K#�&5B�96Rjj#T{�{#�����1�ɑR��ڃ\)5��=��BWy�f�a{d��GD��G�L�hr���$H�� GHJM��jr�d�"�:9ERjZ$T{�k$�&GB�9HRj�$T{��$��(��1�Y�R�%�ڃ\&)5i�=�q�RS'�ڃ�' �(�:9QRj%T{�+%�&SB�1TR�*�Ь9n���c%B� �JJM��jr���$K�� GKJM��jr�d�.�:9]Rj�%T{��%�&_B�9`Rj -&T{�&��1��R�1�ڃ\2)5)�=�1�RS3�ڃ�3uM��AN���� �ĪI�+kB��8lRf�&D{��&��1�y�R�7�ڃ\8)5��=ȑ�RS9�ڃ�9u�N��AN���� ���I�ɝP�A���� ���ɨ;z"ur���tO�� �OJM��jr����O�� �OF��c(�� -͚� -J�ɠ�A��� -��ʨ;�"ur���P�� QJM�jr��TQ�� wQB��Q��AN���6 -��:J�ɣP�A���B -��Fʨ;�"ur&��tR�� �RJM*�jr,���R�� �RM0Ef�a2���L!Ys\M)3��=���q��)�=.��m�t�N���o����㧧>�~�O=�x������S����__���<���x�;}�_����nѷ���>}~�yG���j[��O/ON]?��<P�>?���g?P{�@] �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楉C�v�8�&Ś�&N�i��An�zm�@����)5M�=�M�R�ġڃ��)5M�=�M�QwG��&N�i�P�An┚&��&N�i�P�An⌺�8R� 7qJM�jr��4q�� 7qJM�jbg�4qd�6q�\M�5�M�2��!ڃ��)5M�=�M�QwG��&N�i�P�An┚&��&N�i�P�An⌺�8R� 7qJM�jr��4q�� 7qJM�jrg��đ:��Sj�8T{��8���C���S�j�Ь9l��&�Ȟ�&N�i��An┚&��&N�i�P�An⌺�8R� 7qJM�jr��4q�� 7qJM�jrg��đ:��Sj�8T{��8���C���Sj�8T{��8�^�8P� 7qJM�jr��4q�� 6q -]M�5�M�1wG��&N�i�P�An┚&��&N�i�P�An⌺�8R� 7qJM�jr��4q�� 7qJM�jrg��đ:��Sj�8T{��8���C���Sj�8T{��8��&��1�M�R�ġڃ��)t5qh�7q�L�hrg��đ:��Sj�8T{��8���C���Sj�8T{��8��&��1�M�R�ġڃ��)5M�=�M�R�ġڃ��u7q��An┚&��&N�i�P�An┚&��&Ψ��#ub���ġYs��)3M�=�M�R�ġڃ��u7q��An┚&��&N�i�P�An┚&��&N��&�9�M�R�ġڃ��)5M�=�M�R�ġڃ��u7q��An┚&��&N�i�P�An┚&��&Πi���9l���8$k��8e��C�����K4q�{\������;�=�m�~�;������\��ϫ��O��������/?|ƽ)��t���Q���Ga\��m�C���a��/rܟ�ڃ؟8u�'�� �'N]� �=���Rӟ�:�?q��OX�A�O���V{��������D��OP�؟8u�'�� �'N]� �=���SW�jb���'��A�O���?a�v��^�k�g������Ĩ�?!ub��՟�ڃ؟8u�'�� �'N]� �=���Rӟ�:�?q��OX�A�O���V{��������D��OP�؟8u�'�� �'N]� �=���SW�jR��՟��sԟ8�ҟ0Ys؟8s�'�� �'N]� �=���Rӟ�:�?q��OX�A�O���V{��������D��OP�؟8u�'�� �'N]� �=���SW�jb���'��A�O���V{��������ġ���͚��D��?A��?q��O�A�O���V{��������D��OP�؟8u�'�� �'N]� �=���SW�jb���'��A�O���V{��������ĩ�?a��?1��OH��؟8u�'�� �'N]� �=H��C/� �5���2ӟ :�?q��OX�A�O���V{��������D��OP�؟8u�'�� �'N]� �=���SW�jb���'��A�O���V{��������ĩ�?a��?Qj�T� �'N]� �=H��C/� �5���3W�hb���'��A�O���V{��������ĩ�?a��?Qj�T� �'N]� �=���SW�jb��՟�ڃ؟(5� �c��������ĩ�?a��?q��OX�A�O����1H��C/� �5���3W�hb��՟�ڃ؟(5� �c��������ĩ�?a��?q��OX�A�O���R� �'N]� �=���SW�jb��՟�ڃ؟(5� �c��������ĩ�?a��?q��OX�A�O��4{��G^�&k�g������ -ӟ����g*�8�O�����^��)|���W��oo��<��R���/�~&?r�OVy�?����?��O����?~���7�������̾��Fx�G�����?`���ߞ!�/��� ���wϯ���益��@�������o�(���=x�>�=�[���=���|��p��ˏ��s�����$���~����z�s�ɪ���@�����ˋ��{���|_}9�ݿ�/���eu�w_�X���=x�>�ݿ>P��g?P{�@=�ix��/J���j�_E|:�ixtj~�9x���4<<I���=x���4����g?P{�@=�i8Y���=��z:�i���2��eu�wO//R���j����U/?��ڃ��ݓ���G?0k�}����������g������U/?��ڃ��?��^����@����g��A����@���σ��4<Hu�,�c�@=�i����g?P{�@�|/թ���� ~�թ���� ~�U���+�c?����VV{?����VV{?����VV{?���|��1�`u���+�=H`u���l�~�ՙ���� ~�U����c�`(50P�A>����@����Rs���F�0H�|�C�9��j�����=�0���� �0�>�A��J�T{�`(50P�A>����@����Q�R� �P�����cx�C����5�0���� �����s�`(50P�A>����@����Rs���F�0H�|�C�9��j�����=�0���� �0�>�A��J�T{�`(50P�A>����@����As��̞��\0��9>����@����Rs���F�0H�|�C�9��j�����=�0���� �0�>�A��J�T{�`(50P�A>����@����Q�R� �Pj`�ڃ|�C�9��j���h��0d`�s|�C�9��h�����=�0���� �0�>�A��J�T{�`(50P�A>����@����Q�R� �Pj`�ڃ|�C�9��j�����=�0�z=���J�T{�`(50P�A<���u�͚���0�|�C�9��j�����=�0���� �0�>�A��J�T{�`(50P�A>����@����Q�R� �Pj`�ڃ|�C�9��j�����=�0��`�:���Rs��� -]0Ь9>����@����Q�R� �Pj`�ڃ|�C�9��j�����=�0��`�:���Rs���J�T{�`(50P�A>�a�}���1�0���� �Pj`�ڃ|�C�9��j�����A<���u�͚���D{�`(50P�A>�a�}���1�0���� �Pj`�ڃ|�C�9��j��^`�:���Rs���J�T{�`(50P�A>�a�}���1�0���� �Pj`�ڃ|�C�9��j�����=�0�` Ys|�C�9��h�:� `��q9�q{o������1`������5 -�X?r9��`���~����?�8�������u������������~����o��/�|�{|}S��y���eu�w/�sV����@������d���~����z�����H����@���է����g���eu�w��V���j�Ow�o��z���<P��_��R/?��ڃ�[�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��"����q9�s{����y����Ϗ�����p�tz9�7��ot�7���־[T����@�i��������_~����������ÿ���?~����w?�~����W��s���kKw�u��|�����?�����Og�߽��s�~��/�wA���~W�y��j��]���.�=��w������ ��5�~�K����J��]T{���*5�wQ�A~��Լ�E����Q��]R� ��Uj��ڃ�~W�y��j��]���.�=��w ���d���U�z��d���]e��.�=��w������ ��5�~�K����J��]T{���*5�wQ�A~��Լ�E����Q��]R� ��Uj��ڃ�~W�y��j��]���.�=��w����:���R�~����J��]T{��*t��E�����!�~�Ȟ������]D{���*5�wQ�A~��Լ�E����Q��]R� ��Uj��ڃ�~W�y��j��]���.�=��w����:���R�~����J��]T{���*5�wQ�A~�+���]P� ��Uj��ڃ�~W�y��j��]����h���5�~�K����J��]T{���*5�wQ�A~��Լ�E����Q��]R� ��Uj��ڃ�~W�y��j��]���.�=��w����:���R�~����J��]T{���*5�wQ�A~�k��~��1��w������ ��U�z��f���]e��.�=��w����:���R�~����J��]T{���*5�wQ�A~�k��~��1��w������ ��Uj��ڃ�~W�y��j��]������A~��Լ�E����R�~����J��]T{���u��%u��]����h���Uf��"ڃ�~W�y��j��]������A~��Լ�E����R�~����J��]T{��� -��~�9��w������ ��Uj��ڃ�~W�y��j��]������A~��Լ�E����R�~����J��]T{��4�w��9|����~ɚ������]D{����/U�w����߽},�t�~��������[��N�u��O\��~�����˯�|���[>=ܝ�-������qz8��t�2���?x�Ŏ��淀�Ys�Q@C曀D�P����@�А� �5��4d>Hd��� ���Ys�@!�#���Ѐ� �5���3d>�Gd�����o�Ys��?A���s��?C�D��ϐ���5��3d��Gd����>&��;&��ϐ���5���3d>�Gd��G��o�Ys��?A���s�y?C��~D��ϐ���5��3�����c�U?����s�I?C�~D��ϐ���5��3d��Gd����?�d��g����Ys� ?C�~D��ϐ�~�5�_���x�=ǟ�3d��Gd��w����Ys��>C�}D��O���}@��ϐ�Z�5���3��T��c��>�;}$��O��#}@��ϐ�B�5���3d>�Gd�����o�Ys�e>A���s�Y>C�|D��ϐ�$�5��3d��Gd�����?�d����/�Ys�>C�3|D��ϐ��5�_�����=G��3���{��L����>�G��xπ��Ab��Վ���юcr���C�b�5��:�sD��0dnuYs|�C��P�=�g:�+D���0dNtYs|�Ð��Ad��uA��@���0d.sYs|�Ð9�Ad��QC�&�5�9�������0�A����0`Nq�Xs|�Ð��Ad��A�#@���0d.pYs|Ð9�Ad��� C���5Ǘ7�o��s|vÐ��Ad��� C���5�7�{D�_��>�d�� C���5�w6�3D��0⺱A��^�^l�Wc|^À��Ab��m C��5LJ5��D�_��>�d��I C��5��4�sD��0dniYs|IC����=�g4�+D���0dNhYs|@Ð��Ad��������cr���C�r�5�w3��D��0⺙A��_��>�b��C�Z�5Ƿ2�SD��0d�dYs|%C��H�=�'2�D���0d�cYs|Ð��Ad��eA��@���0d�bYs|Ð9�Ad��AC��5��0��a��s| -Ð��Ad��#�3ގ���5�0�`��s|��~Ad���C���5LJ/��D�_��>zd���C���5��.�sD��0dn]Ys|�B����=�g.�+D�߸0dN\Ys|��oAd��uA��@���0�lA��ߵ0`�Z�Xs|��iAd��EA�@���0d�YYs|�9eAd��!C��5�W,>&�G,��1�',�D�߯0d�WYs|��]Ad��� -A��@���0d�VYs|�9YAd��� -C�^�5��*��c����0TA��ߩ0`�T�Xs|��n/||��~�ˉ���_/T��@ʼnT�?�=��[�.T����xZ'*�����黯���ӯ���Rq�w����]�����;�����绗�~������6j�|�{|}r��y���eu�w/�{T����@������d���~����z�����F����@���k ���Oj������u�FQjN��ڃ|lE����j���� -�=�'W��o��:��Rsv���+J��T{�o�(5�WP�A<�b��_!����2s���#,J�T{��(5�XP�A>�b�}���1��X��s,�� dQj.��ڃ|�E�9ʂj�Y�^ﲀ:�2�Rs����,J�uT{��(5ZP�A>�b�}���1�WZ��3-�� jQj.��ڃx�E��X�5��Z���:�b�Rs���-J��T{��(5�[P�A>�b�}���1��[���-�� pQj.��ڃ|�E�9�j���;.��A��ԜrA����Rs���{.J�AT{�O�u�t!u�U���=��]�.��Ys|�E�9�h�y���.��A��ԜxA��ȋRs���;/J͡T{�O�u�z!u�����=�_���/�� �|Qj���ڃ|�Ũ���c�/�(5�_P�A>���\A����Rs���0F�7`H�tF��30(ގ�!�K0(�߂Qf�� ڃ|F��{0��A��Ԝ�A��(�Rs��0J�aT{�O�u߆!u�u��<�=�b��1�� ߈Qj�Ġڃ|&ƨ�N�c�/�(5�bP�A>��\�A��^�Rs0�ē1��2{��(r��A���p�2s9���1J��T{���uߏ!u����=�Gd��+2�� ߑQjɠڃ|Jƨ���c���(5�dP�A>(��\�A����RsT��2F�weH�|YF�9-�j�q���=��e�̠YsxbƐ�1Cd��e���=ȇf��K3�� ߚQj�͠ڃ|nƨ���c�/�(5'gP�A>:��\�A���Rsx���3FݷgH�|}F�9?�j��� �=�7h��#4�� ���� �s�/�(5�hP�A>F��\�A���B�A4k�O�sߤ!t�U��, �=ȇi���4�� ߦQj�Ӡڃ|�ƨ�> �c�/�(5'jP�A>R��\�A��N�Rs���S5FݷjH�|�F�9W�j����b �=�7k���5�� ��1�[C���5J��T{��(t]�A���~�2s���6F�7lH�|�F�9c�j�!�� �=ȷl��c6�� ��1�gC��6J�IT{���(5WmP�A�k���A����Q�mR� _�Qj�۠ڃ|�F��p�j���� �=�gn���ܐ:�ҍBש4k���(3�n�A�w���A���Q��R� _�Qj�ޠڃ|�F��|�j����� �=��o�z���8J� T{���(5WpP�A�����A���Q�-R� _�Qj��ڃ|G����j�M��(�=�gq��8d�^�Q�:��d��qe�:�=��q����9�{\.�ܞ�9>�s�{�9�|#�t�{��o������n���O?���_���{�Z�?]�����������@�>���>�r�Ry���!R� RQj��ڃ|HE�9��j�!�� -�=ȇT����:���RsH��C*J�!T{��(5�TP�A<�b�R!�����2sH��C*J�!T{��(5�TP�A>�b�}H��1ȇT��C*�� RQj��ڃ|HE�9��j�!�^��:���RsH��C*J�!T{��(5�TP�A>�b�}H��1ȇ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�tHE��C*(ގ�!�C*(�RQf� ڃ|HE��C*��A>���RA����RsH��C*J�!T{��uR!u�!�� -�=ȇT��C*�� RQj��ڃ|HŨ�� -�c��(5�TP�A>���RA����RsH��C*�!2{�(rRA�����2sH��C*J�!T{��uR!u�!�� -�=ȇT��C*�� RQj��ڃ|HŨ�� -�c��(5�TP�A>���RA����RsH��C*F݇TH�|HE�9��j�!�� -�=��T���YsxHŐ9�Bd��!e� -�=ȇT��C*�� RQj��ڃ|HŨ�� -�c��(5�TP�A>���RA����RsH��C*F݇TH�|HE�9��j�!�� -�=ȇT��C*�� R��� -�s��(5�TP�A>���RA��B�!4k��sR!t�!�� -�=ȇT��C*�� RQj��ڃ|HŨ�� -�c��(5�TP�A>���RA����RsH��C*F݇TH�|HE�9��j�!�� -�=ȇT��C*�� R1�>�B��C*J�!T{�(tRA�����2sH��C*F݇TH�|HE�9��j�!�� -�=ȇT��C*�� R1�>�B��C*J�!T{��(5�TP�A>���RA����Q�!R� RQj��ڃ|HE�9��j�!�� -�=ȇT����:�B�!4k��(3�T�A>���RA����Q�!R� RQj��ڃ|HE�9��j�!�� -�=ȇT�z=���C*J�!T{��(5�TP�A>���RA����Q�!R� RQj��ڃ|HE�9��j�!�� -�=��T�C*d�RQ�:��d��!e� -�=ȇT����C*�{\���-y><�r�{�C*'<��M�>=�C*���!��uH��~��Ƿ7T���>�fuʧ�Y?����t���ҍ~������6.x�{����/�z���|_}<�Iy���YV����p�y�~��̚; �>��y���<P��z���|_�|�s�p���������g��?(N���j��? '�^~����U$��3K�� �YRj�,�:�̒Sי%V{�,9u�Yb��̒Sי%V{�,)5g�P�xfɩ���=�g����,�ڃxfɩ���=Hg���,��sxfə���=�g����,�ڃxfɩ���=�g���3K��A<���uf���3KN]g�X�A<���uf���3KF�g�H��xfɩ���=�g����,�ڃxfɩ���=�g���3K��A<���uf���3KN]g�X�A:���˙%6k�,)3g��xfɩ���=�g����,�ڃxfɩ���=�g���3K��A<���uf���3KN]g�X�A<���uf���3KJ͙%T� �Yr�:��j�%��3K�� �Yr�:��j�%����c�,9u�Yb��̒C/g�ج9<���uf���3KJ͙%T� �Yr�:��j�%��3K�� �Yr�:��j�%����c�,9u�Yb��̒Sי%V{�,9u�Yb��̒Rsf �1�g����,�ڃxfɩ���=�g����,�ڃxfI�9����3K��vf���1:���˙%k�,9s�Yb��̒Q��%R� �Yr�:��j�%��3K�� �Yr�:��j�%����c�,9u�Yb��̒Sי%V{�,9u�Yb��̒Rsf �1�g����,�ڃxfɩ���=�g����,�ڃtfI����=Gg�y9��d��%g�3K�� �Yr�:��j�%����c�,9u�Yb��̒Sי%V{�,9u�Yb��̒Rsf �1�g����,�ڃxfɩ���=�g����,�ڃxfI�9����3KN]g�X�A<���uf���3K��Yb���̒"י%${�,9s�Yb��̒Sי%V{�,9u�Yb��̒Rsf �1�g����,�ڃxfɩ���=�g����,�ڃxfI�9����3KN]g�X�A<���uf���3KN]g�X�A<�d�}f��9�g����,�ڃxfɩ���=Hg�z9��f��%e���c�,9u�Yb��̒Sי%V{�,9u�Yb��̒Rsf �1�g����,�ڃxfɩ���=�g����,�ڃxfI�9����3KN]g�X�A<���uf���3KN]g�X�A<��ԜYBu�%��3K�� �Yr����5�g����,1ڃxfI�9����3KN]g�X�A<���uf���3KN]g�X�A<��ԜYBu�%��3K�� �Yr�:��j�%��3K�� �YRj�,�:�̒Sי%V{�,9u�Yb��̒Sי%V{�,)5g�P�tfɡ�3Kl��Yr�:��h�%��3K�� �YRj�,�:�̒Sי%V{�,9u�Yb��̒Sי%V{�,u�Y"u�%��3K�� �Yr�:��j�%��3K�� �YRj�,�:�̒Sי%V{�,9u�Yb��̒Sי%V{��,)t�YB���̒#/g���9<���uf���3Kp@ȜY������U��3K�{���t��}�g���b�߿htz9�7��o������~Q�~(?�CK�uj�o.���������?���÷��Mg��R�_��������]�N�mw�y��ǝo�;Q�A�;�����S��;Q�A�;���NR� ǝJM܉jrܩ�ĝ�� ǝJM܉jr�i�w�:9�Tj�NT{��N�&�D�9�Tj�NT{��N��1�q�Rw�ڃw*tŝh�ǝ�L܉hr�i�w�:9�Tj�NT{��N�&�D�9�Tj�NT{��N��1�q�Rw�ڃw*5q'�=�q�Rw�ڃwuǝ��A�;�����S��;Q�A�;�����Ө;�$uRܩ�K܉��Ɲ -\q'�5�q�2w"ڃw -�w�:9�Tj�NT{��N�&�D�9�Tj�NT{��N��1�q�Rw�ڃw*5q'�=�q�Rw�ڃwuǝ��A�;�����S��;Q�A�;����ĸӠ�;��9�;��N$k��Ne&�D�9�Tj�NT{��N��1�q�Rw�ڃw*5q'�=�q�Rw�ڃwuǝ��A�;�����S��;Q�A�;�����Ө;�$urܩ�ĝ�� ǝJM܉jbܩ�w�Ysw2q'�=�q�2w"ڃw*5q'�=�q�Rw�ڃwuǝ��A�;�����S��;Q�A�;�����Ө;�$urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝB�Ɲ��A�;�����S��;Q�A�;��N4k��Nc�1�q�Rw�ڃw*5q'�=�q�Rw�ڃwuǝ��A�;�����S��;Q�A�;�����Ө;�$urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝF�q'�c��N�&�D�1�T�;Ѭ9�;�����Ө;�$urܩ�ĝ�� ǝ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�+�D��8�Tf�ND{��N�&�D�9�4�;I�w*5q'�=�q�Rw�ڃw*5q'�=�q�P�q'�s��N�&�D�9�Tj�NT{��N�&�D�9�4�;I�w*5q'�=�q�Rw�ڃw*5q'�=�q�Aw��sw*rŝH�ǝ�L܉hr�Iu��;���ĝ�%�q�y�{����A�y������øs�L���ĝ���q����?���_V^����_��]?_L�c>_|�;���/�/F����J��Q�A�|�P��/u�狕���ڃ��b���Ũ� �X��|1�=ȟ/6��|1�c�?_��|����+5�/F���� -]�/F������܅;�c�w��pG��pWj -wT{�w��pG��p7�.�I�\�+5�;�=ȅ�RS��ڃ\�+5�;�=ȅ�Qw�N���]�)�Q�A.ܕ�����]�)�Q�A.܍�wR� �JM�jb��U��Ys\�+3�;�=ȅ�Qw�N���]�)�Q�A.ܕ�����]�)�Q�A.܍�wR� �JM�jr���� �JM�jr�n�]��:�pWj -wT{�w��pG��pWj -wT{�w���1H��2/�;��cX�+p�(���L�hr�.�k����]�)�Q�A.ܕ�����]�)�Q�A.܍�wR� �JM�jr���� �JM�jr�n�]��:�pWj -wT{�w��pG��pWj -wT{w��p'��pW�*ܑ�9.ܕ�����]�)�Q�A.܍�wR� �JM�jr���� �JM�jr�n�]��:�pWj -wT{�w��pG��pWj -wT{�w���1ȅ�RS��ڃ\�+5�;�=���BW�f�a�n��D���L�hr���� �JM�jr�n�]��:�pWj -wT{�w��pG��pWj -wT{�w���1ȅ�RS��ڃ\�+5�;�=ȅ�RS��ڃ\��Z��:�pWj -wT{�w��pG��pW�*�Ѭ9.܍�wB� �JM�jr���� �JM�jr�n�]��:�pWj -wT{�w��pG��pWj -wT{�w���1ȅ�RS��ڃ\�+5�;�=ȅ�RS��ڃ\�uA.ܕ�����]��pG��pWf -wD{�w���1ȅ�RS��ڃ\�+5�;�=ȅ�RS��ڃ\�uA.ܕ�����]�)�Q�A.ܕ�����ݨ�p'ur���� �JM�jr���� �F݅;�cw���͚��]�)��A.ܕ�����ݨ�p'ur���� �JM�jr���� �B���A.ܕ�����]�)�Q�A.ܕ�����ݨ�p'ur���� �JM�jr���� �M�Nf�a��U�#Ys\�+3�;�=ȅ;�ڢp���R����/������燗����A���p����ß_�>ݿ_T���\�|��|:�����~��m|���e��8�=<|>�b�Π����/x�A��E �F�9�Vj2hT{�3h����1��R�A�ڃ�A+54�=��BW�f�qm̝A:9�Vj2hT{�3h�&�F�9�Vj2hT{�3h����1��R�A�ڃ�A+54�=��R�A�ڃ�AugФ�AΠ����Z�ɠQ�AΠ����ڨ;�&ur��dШ� f� -]4�5��2�A#ڃ�AugФ�AΠ����Z�ɠQ�AΠ����ڨ;�&ur��dШ� g�JM�jr��dШ� g�F�4�c�3h�&�F�9�Vj2hT{�3h�&�F�9�6�ΠI��A+�A�x;��W�b�q��dЈ� g�B�fР�AΠ����Z�ɠQ�AΠ����ڨ;�&ur��dШ� g�JM�jr��dШ� g�F�4�c�3h�&�F�9�Vj2hT{�3h�&�F�1�6h2h2{3hE�ɚ�Z�ɠ�AΠ����ڨ;�&ur��dШ� g�JM�jr��dШ� g�F�4�c�3h�&�F�9�Vj2hT{�3h�&�F�9�6�ΠI��A+54�=��R�A�ڃ�A+te�h�fІLMd�q��dЈ� g�JM�jr��dШ� g�F�4�c�3h�&�F�9�Vj2hT{�3h�&�F�9�6�ΠI��A+54�=��R�A�ڃ�A+54�=��P�4�s�3h�&�F�9�Vj2hT{3h��͚�ژ;�&tr��dШ� g�JM�jr��dШ� g�F�4�c�3h�&�F�9�Vj2hT{�3h�&�F�9�6�ΠI��A+54�=��R�A�ڃ�A+54�=��QwM��Z�ɠQ�A̠�2h4k�3he&�F�9�6�ΠI��A+54�=��R�A�ڃ�A+54�=��QwM��Z�ɠQ�AΠ����Z�ɠQ�AΠ��3hR� g�JM�jr��dШ� g�JM�jrmԝA�:1�V�ʠѬ9Π����Z�ɠQ�AΠ��3hR� g�JM�jr��dШ� g�JM�jr-�k ��Z�ɠQ�AΠ����Z�ɠQ�AΠ��3hR� g�JM�jr��dШ� g�JM�jbm�d�d�fЊ\4�5��2�A#ڃ�AG�*����A�6�����1>�}���������|_~$��J����?������O�~X������_��m}������+��G����]w��;����m�_�N"k��NC��$���4d�N"k��NA�Ȟ�Ӑ�9��9�9 ���Ț�Ӑ 9��9�8�+N {�NC&�$��8�4d�M"k��MC&�$��8��.7��9�6 �l�Ț�hӈ��$�v��M&�$��8��5��9n5 �T�Ț�PӐ�4��9�4 �H�Ț�DS������4d�L"k��LC��$���4d�L"k��LA�*Ȟ�&ӐI2��92 ��Ț�Ӑ�1��9N1�KL {�:L^2L�n�0�4�j0���Ӏ 0I�9�/?&���19渽4d�K"k��KC��$�渺4d�K"k��KA��Ȟ��Ґ�-��9�- �֒Ț��Ґ -��9�,�+K {�KC&�$��8�4d�J"k��JC&�$��0�b�J�k�J㭬���1�* ���Ě�Ґ *��9�)�kJ {�[JC&�$��8�4d:J"k�+JC&�$��8��.(��9�' �|�Ț�xҐi'��9.' �p�Ț�lR����縙4d�I"k��IC��$�氖4�% ��TRx)%��1�$ �L�Ě�HҐi$��9.$ �@�Ț�<R����縍4d�H"k��HC��$�渊4d�H"k��HA�"Ȟ�Ґ�!��9�! ��Ț�Ґ !��9� ?&��19渁4dH"k�HC�$��~4� ���Q��|��{4d�G"k��GC�y$��x4d�G"k�sGA��Ȟ��ѐI��9 �ΑȚ��ѐ���9N�G {��FC&o$��8n4d�F"k��FC&l$��8k���9n ���Țàш�g$�v�kF&f$��8e�.��9� ���Ț�ѐi��9. ���Ț�|Q��^��]4d�E"k��EC�[$��Z4d�E"k��EA�bȞ�^ѐ���9� �V�Ț�Rѐ ��9��+E {E#�D���1 �>�Ě�:ѐ���9N��D {��DC&K$��8J4d�D"k��DC&H$��8G���ֈ���ѐI��9 ��Ț� -ѐ���9N�D {��CC&?$��8>4d�C"k��CC&<$��0;b�C�k�C�䐼�1 �ސĚ��Z9�/qi oʾ�����������mKL �Ϥ5|\������w�����w������|����������~���w���}����x�������� ��.o� ��ohQ�A����� Ш�$ur��D��� g�JM�jr�Ԥ��� ǁF�u �c��@�&D�9TjAT{�+A�&D�94�.I�� -*5� �=���BW/�f�q1��$��� G�F�� �c��A�&D�9Tj�AT{��A�&D�9 4�.I��*5!�=��R��ڃ\*5)!�=�1�QwMH��P� -Q�AN -�����P�� -Q�A���BR� ��ʼą(ގa^����Xs\*3�!�=ȑ�P��!�s�;C�&4D�95TjZCT{�kC�&7D�984�.I��*5�!�=�١R��ڃ\*5�!�=��Qw}H���P� Q�AN���� -Q��Q�A ��̞�Q�+FD��8GTfzDD{��D�&ID�9J4�I��%*5a"�=�i�R�&�ڃ\'*5y"�=ȁ�Qw�H��FQ��Q�A���N��RQ�IQ�A���kER� ��JM��jr���4��� V� -]�"�5��!S.�s�.*3�"�=���R�/�ڃ\0*5 #�=��Qw�H��Q� Q�AN�����Q��Q�A���FR� 7�JMԈjr֨�t��� ��JMڈjr�(�k���Q� Q�AN������Q�+sD��8t4�. ��:*5�#�=ȹ�R�;�ڃ\<*5�#�=�ѣQw�H���Q� Q�AN������Q��Q�A ��HR� 7�JM�jr��t��� ��JM -�jri�]C�:��Tj�HT{�H��&͚�*R��"�A#���HR� ��JM�jr������ �JM"�jr$i�]I�:��TjBIT{�SI���D���TjrIT{��I��b��1�ͤRM�ڃ�M*5�$�=��R�N�ڃOuד��A�'�J4k�Je��D���Tj2JT{�CJ��1�-�RS�ڃ�S*5=%�=�E�R�T�ڃU -�ZU�:��Tj�JT{��J���D���Tj�JT{�K���1ȍ�RY�ڃ�Y*5�%�=ȥ�R�Z�ڃ[4�%�=���"Wp�d�qr��4��� W�� ���Kwy�9��ǿǟ^Ͽ��x||�{������j�_�//��g���i����?��?���_�������7���}���8j,w����n~����/�c�;&��cB��cR��Ь9�� ��ɨ�c"urǤ�tL�� wLJMDŽjrǤ�tL�� wLF��c�;&��cB��cRj:&T{�;&��cB��c2��H��1)5�=��R�1�ڃ�1)5�=��Qw�D���I��� ��1��:&k�;&e�cB��c�curǤ�tL�� wLJMDŽjrǤ�tL�� wLF��c�;&��cB��cRj:&T{�;&��cB��c2��H��1)5�=��R�1�ڃ�1)5�=��A�1��s�1)ruLH�wL�LDŽhrǤ�tL�� wLF��c�;&��cB��cRj:&T{�;&��cB��c2��H��1)5�=��R�1�ڃ�1)5�=��Qw�D��I��P�A�� �ĎI��cB��c2d:&"{�;&e�cB��cRj:&T{�;&��cB��c2��H��1)5�=��R�1�ڃ�1)5�=��Qw�D��I��P�A�� ��I��P�Az�@���1)5�=��R�1�ڃ�1)tuLh�wL���c�;&��cB��cRj:&T{�;&��cB��c2��H��1)5�=��R�1�ڃ�1)5�=��Qw�D��I��P�A�� ��I��P�A�;&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{�;&��1��BWDŽf�qǤ�tL�� wLJMDŽjr�d��1�:�cRj:&T{�;&��cB��cRj:&T{�;&�^;&P� wLJMDŽjrǤ�tL�� wLJMDŽjr�d��1�:�cRj:&T{�;&��cB��cRj:&T{;&��c"��cR�ꘐ�9�� ����Q����6:��1�>������wL�g������_����t�E��tc�0}�? -�N�w���~��3���;k;ݝ^�E��_㝏�]~��1x����)5��C��sxJ���P�A��R�9<T{�?�g��9<R� O���=ȟ�Sj>��j�����ڃ�9<����:�sxJ���P�A��R�9<T{�?���d��� g�F�)�c�3R�&#E�1#U��HѬ9�H�����Ԩ;#%urF��d��� g�JMF�jrF��d��� g�F�)�c�3R�&#E�9#Uj2RT{�3R�&#E�9#5��HI���*5)�=��R���ڃ��*5)�=��QwFJ���T�����1�H�2Rk�3Re&#E�9#�5#urF��d��� g�JMF�jrF��d��� g�F�)�c�3R�&#E�9#Uj2RT{�3R�&#E�9#5��HI���*5)�=��R���ڃ��*5)�=��A����s��*re�H�g��LF�hrF��d��� g�F�)�c�3R�&#E�9#Uj2RT{�3R�&#E�9#5��HI���*5)�=��R���ڃ��*5)�=��QwFJ��T��HQ�A�H����ČT�+#E��0#5d2R"{�3Re&#E�9#Uj2RT{�3R�&#E�9#5��HI���*5)�=��R���ڃ��*5)�=��QwFJ��T��HQ�A�H�����T��HQ�A�H�z�HA����*5)�=��R���ڃ��*te�h�g���)�c�3R�&#E�9#Uj2RT{�3R�&#E�9#5��HI���*5)�=��R���ڃ��*5)�=��QwFJ��T��HQ�A�H�����T��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��1��BWF�f�qF��d��� g�JMF�jrFjԝ��:9#Uj2RT{�3R�&#E�9#Uj2RT{�3R�^3RP� g�JMF�jrF��d��� g�JMF�jrFjԝ��:9#Uj2RT{�3R�&#E�9#Uj2RT{3R�&#%��0#U��H��9�H��������T)������x�t�����t���g����˗�?���t���ۿ -�{>]���{��>�O�^��~�������:יH�+��Lendstream -endobj -1369 0 obj << -/Type /Page -/Contents 1370 0 R -/Resources 1368 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 1218 0 R -/Annots [ 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 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 ] ->> endobj -1372 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 706.187 355.445 715.098] -/Subtype /Link -/A << /S /GoTo /D (apache-addtype) >> ->> endobj -1373 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 (apache-addtype) >> ->> endobj -1374 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 693.235 324.5 702.147] -/Subtype /Link -/A << /S /GoTo /D (multiple-bz-dbs) >> ->> endobj -1375 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 (multiple-bz-dbs) >> ->> endobj -1376 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 680.284 234.28 689.195] -/Subtype /Link -/A << /S /GoTo /D (os-specific) >> ->> endobj -1377 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 (os-specific) >> ->> endobj -1378 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 669.39 223.78 676.244] -/Subtype /Link -/A << /S /GoTo /D (os-win32) >> ->> endobj -1379 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 669.39 537.983 676.244] -/Subtype /Link -/A << /S /GoTo /D (os-win32) >> ->> endobj -1380 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 656.438 221.101 663.293] -/Subtype /Link -/A << /S /GoTo /D (win32-perl) >> ->> endobj -1381 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 656.438 537.983 663.293] -/Subtype /Link -/A << /S /GoTo /D (win32-perl) >> ->> endobj -1382 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 643.487 270.913 650.341] -/Subtype /Link -/A << /S /GoTo /D (win32-perl-modules) >> ->> endobj -1383 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 643.487 537.983 650.341] -/Subtype /Link -/A << /S /GoTo /D (win32-perl-modules) >> ->> endobj -1384 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 628.478 334.813 637.39] -/Subtype /Link -/A << /S /GoTo /D (win32-code-changes) >> ->> endobj -1385 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 (win32-code-changes) >> ->> endobj -1386 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 615.527 265.763 624.438] -/Subtype /Link -/A << /S /GoTo /D (win32-http) >> ->> endobj -1387 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 (win32-http) >> ->> endobj -1388 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 602.575 234.789 611.487] -/Subtype /Link -/A << /S /GoTo /D (win32-email) >> ->> endobj -1389 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 (win32-email) >> ->> endobj -1390 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 591.681 187.068 598.535] -/Subtype /Link -/A << /S /GoTo /D (os-macosx) >> ->> endobj -1391 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 591.681 537.983 598.535] -/Subtype /Link -/A << /S /GoTo /D (os-macosx) >> ->> endobj -1392 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 578.73 213.479 585.584] -/Subtype /Link -/A << /S /GoTo /D (macosx-sendmail) >> ->> endobj -1393 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 578.73 537.983 585.584] -/Subtype /Link -/A << /S /GoTo /D (macosx-sendmail) >> ->> endobj -1394 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 565.778 335.5 572.633] -/Subtype /Link -/A << /S /GoTo /D (macosx-libraries) >> ->> endobj -1395 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 565.778 537.983 572.633] -/Subtype /Link -/A << /S /GoTo /D (macosx-libraries) >> ->> endobj -1396 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 552.827 222.584 559.681] -/Subtype /Link -/A << /S /GoTo /D (os-linux) >> ->> endobj -1397 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 552.827 537.983 559.681] -/Subtype /Link -/A << /S /GoTo /D (os-linux) >> ->> endobj -1398 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 538.192 254.464 546.73] -/Subtype /Link -/A << /S /GoTo /D (nonroot) >> ->> endobj -1399 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 538.192 537.983 546.73] -/Subtype /Link -/A << /S /GoTo /D (nonroot) >> ->> endobj -1400 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 526.924 193.713 533.778] -/Subtype /Link -/A << /S /GoTo /D (976) >> ->> endobj -1401 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 526.924 537.983 533.778] -/Subtype /Link -/A << /S /GoTo /D (976) >> ->> endobj -1402 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 511.915 177.116 520.827] -/Subtype /Link -/A << /S /GoTo /D (980) >> ->> endobj -1403 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 (980) >> ->> endobj -1404 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 498.964 298.44 507.875] -/Subtype /Link -/A << /S /GoTo /D (988) >> ->> endobj -1405 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 (988) >> ->> endobj -1406 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 488.07 160.508 494.924] -/Subtype /Link -/A << /S /GoTo /D (1015) >> ->> endobj -1407 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 488.07 537.983 494.924] -/Subtype /Link -/A << /S /GoTo /D (1015) >> ->> endobj -1408 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 475.118 197.867 481.973] -/Subtype /Link -/A << /S /GoTo /D (install-perlmodules-nonroot) >> ->> endobj -1409 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 475.118 537.983 481.973] -/Subtype /Link -/A << /S /GoTo /D (install-perlmodules-nonroot) >> ->> endobj -1410 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 462.167 197.708 469.021] -/Subtype /Link -/A << /S /GoTo /D (1037) >> ->> endobj -1411 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 462.167 537.983 469.021] -/Subtype /Link -/A << /S /GoTo /D (1037) >> ->> endobj -1412 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 447.158 296.208 456.07] -/Subtype /Link -/A << /S /GoTo /D (1040) >> ->> endobj -1413 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 447.158 537.983 456.07] -/Subtype /Link -/A << /S /GoTo /D (1040) >> ->> endobj -1414 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 434.207 178.221 443.118] -/Subtype /Link -/A << /S /GoTo /D (1049) >> ->> endobj -1415 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 434.207 537.983 443.118] -/Subtype /Link -/A << /S /GoTo /D (1049) >> ->> endobj -1416 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 421.255 273.763 430.167] -/Subtype /Link -/A << /S /GoTo /D (suexec) >> ->> endobj -1417 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 421.255 537.983 430.167] -/Subtype /Link -/A << /S /GoTo /D (suexec) >> ->> endobj -1418 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 406.047 180.502 414.934] -/Subtype /Link -/A << /S /GoTo /D (administration) >> ->> endobj -1419 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 406.047 537.983 414.934] -/Subtype /Link -/A << /S /GoTo /D (administration) >> ->> endobj -1420 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 390.57 204.681 399.482] -/Subtype /Link -/A << /S /GoTo /D (parameters) >> ->> endobj -1421 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 390.57 537.983 399.482] -/Subtype /Link -/A << /S /GoTo /D (parameters) >> ->> endobj -1422 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 379.676 194.709 386.53] -/Subtype /Link -/A << /S /GoTo /D (useradmin) >> ->> endobj -1423 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 379.676 537.983 386.53] -/Subtype /Link -/A << /S /GoTo /D (useradmin) >> ->> endobj -1424 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 364.668 247.002 373.579] -/Subtype /Link -/A << /S /GoTo /D (defaultuser) >> ->> endobj -1425 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 364.668 537.983 373.579] -/Subtype /Link -/A << /S /GoTo /D (defaultuser) >> ->> endobj -1426 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 351.716 235.207 360.628] -/Subtype /Link -/A << /S /GoTo /D (manageusers) >> ->> endobj -1427 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 351.716 537.983 360.628] -/Subtype /Link -/A << /S /GoTo /D (manageusers) >> ->> endobj -1428 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 -1429 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 -1430 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 325.813 251.954 334.725] -/Subtype /Link -/A << /S /GoTo /D (createnewusers) >> ->> endobj -1431 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 (createnewusers) >> ->> endobj -1432 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 312.862 243.636 321.773] -/Subtype /Link -/A << /S /GoTo /D (modifyusers) >> ->> endobj -1433 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 312.862 537.983 321.773] -/Subtype /Link -/A << /S /GoTo /D (modifyusers) >> ->> endobj -1434 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 -1435 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 -1436 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 286.959 258.569 295.87] -/Subtype /Link -/A << /S /GoTo /D (impersonatingusers) >> ->> endobj -1437 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 286.959 537.983 295.87] -/Subtype /Link -/A << /S /GoTo /D (impersonatingusers) >> ->> endobj -1438 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 276.065 171.197 282.919] -/Subtype /Link -/A << /S /GoTo /D (classifications) >> ->> endobj -1439 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 276.065 537.983 282.919] -/Subtype /Link -/A << /S /GoTo /D (classifications) >> ->> endobj -1440 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 263.113 147.945 269.968] -/Subtype /Link -/A << /S /GoTo /D (products) >> ->> endobj -1441 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 263.113 537.983 269.968] -/Subtype /Link -/A << /S /GoTo /D (products) >> ->> endobj -1442 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 248.105 297.224 257.016] -/Subtype /Link -/A << /S /GoTo /D (product-group-controls) >> ->> endobj -1443 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 248.105 537.983 257.016] -/Subtype /Link -/A << /S /GoTo /D (product-group-controls) >> ->> endobj -1444 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 235.153 163.447 244.065] -/Subtype /Link -/A << /S /GoTo /D (components) >> ->> endobj -1445 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 235.153 537.983 244.065] -/Subtype /Link -/A << /S /GoTo /D (components) >> ->> endobj -1446 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 224.259 147.387 231.113] -/Subtype /Link -/A << /S /GoTo /D (versions) >> ->> endobj -1447 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 224.259 537.983 231.113] -/Subtype /Link -/A << /S /GoTo /D (versions) >> ->> endobj -1448 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 211.308 156.801 218.162] -/Subtype /Link -/A << /S /GoTo /D (milestones) >> ->> endobj -1449 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 211.308 537.983 218.162] -/Subtype /Link -/A << /S /GoTo /D (milestones) >> ->> endobj -1450 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 196.299 134.665 205.21] -/Subtype /Link -/A << /S /GoTo /D (flags-overview) >> ->> endobj -1451 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 196.299 537.983 205.21] -/Subtype /Link -/A << /S /GoTo /D (flags-overview) >> ->> endobj -1452 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 183.348 220.283 192.259] -/Subtype /Link -/A << /S /GoTo /D (flags-simpleexample) >> ->> endobj -1453 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 183.348 537.983 192.259] -/Subtype /Link -/A << /S /GoTo /D (flags-simpleexample) >> ->> endobj -1454 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 170.396 193.444 179.308] -/Subtype /Link -/A << /S /GoTo /D (flags-about) >> ->> endobj -1455 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 170.396 537.983 179.308] -/Subtype /Link -/A << /S /GoTo /D (flags-about) >> ->> endobj -1456 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 159.382 202.401 166.356] -/Subtype /Link -/A << /S /GoTo /D (flag-values) >> ->> endobj -1457 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 159.382 537.983 166.356] -/Subtype /Link -/A << /S /GoTo /D (flag-values) >> ->> endobj -1458 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 144.493 220.831 153.405] -/Subtype /Link -/A << /S /GoTo /D (flag-askto) >> ->> endobj -1459 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 144.493 537.983 153.405] -/Subtype /Link -/A << /S /GoTo /D (flag-askto) >> ->> endobj -1460 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 131.542 222.734 140.453] -/Subtype /Link -/A << /S /GoTo /D (flag-types) >> ->> endobj -1461 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 (flag-types) >> ->> endobj -1462 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 118.59 246.405 127.502] -/Subtype /Link -/A << /S /GoTo /D (flag-type-attachment) >> ->> endobj -1463 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 (flag-type-attachment) >> ->> endobj -1464 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 105.639 216.528 114.55] -/Subtype /Link -/A << /S /GoTo /D (flag-type-bug) >> ->> endobj -1465 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 (flag-type-bug) >> ->> endobj -1371 0 obj << -/D [1369 0 R /XYZ 71.731 729.265 null] ->> endobj -1368 0 obj << -/Font << /F27 1224 0 R /F32 1231 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1515 0 obj << -/Length 51879 -/Filter /FlateDecode ->> -stream -xڜ�͒dW�]7���3�=~���&M�&�Mj i��E�Ш�J4��n�=�D�~����h쮺\�3U�k��������{9�^���sy;]��������w����w��������t�����ϯ�� ������r�����vz�xyx=]�������Ϳ��|�vz{�~����<�g����������t�����������ן���_~��O���o��O�������w����v�<����>���pzx:�z����Z����z��������^� ���ko[����*��Y�.����|y����;�X����$���w� <�noÃ���ޱ6���|zx{v��,[���zzz}����;�X�O/ֺ?{�����_6ϯҺ?{����֧�mxzs��,[��u{�u������m��%�?z�Y���\�ҹ?{G������=�H�x������狴��ޱ6����ֺ?{������o���x������/���ʿ�dzl]������Z�g�Xx`}ڞ�?�Ƴw� <�noÓ�17��cm�m���6<J�x������ W�cn<{�����6\䏹��k���p����;��moÃ�17�e�<�no�t�?y��v�{:��_��G�w����W�n<{G������������ɳh]�����l���w� <�n���UZ�g�Xx`��Mgݟ�cm�m�y{��:�e�<�no��IZ�g�Xx`�ކ���ޱ6�����ֺ?{������������˳l]���i�� ���w� <�>�^^�u���������MZ�g�Xx�z�����(;w��������;��(�7��,���w� <�no�U���ޱ6��q{.�:�e�<�n��Y���ޱ6���� �!��k������ޱ6������*�s3�e�<�^Og�_��;�X�N��ֺ?{�����6<ɟq��;�>ooã�i3�e�<�no��Z�g�Xx`�ކ��7��cm��u{�!��q��e{�ϛ�QV6�@y=���s����֧�ӛ���ޱ6���zzx����;��>��^�ϸ�,[���zzx�?mƳw� <�noÓ���ޱ6���� ��g�x������o��p���,[��u{.�g�x������m8˟q��;�X����Z�g�Xx����pz|s?��,ZW���rz���g�Xx`}:=�X���k�/'����;���V���@�hͳ,]���=x����;�X����"���w� <�n�<;ɳw� �m�lo�EZdzl]���m8?J���k��� �N��k�/��7kݟ�cm�m���t}u?��,[���rz�g'y����֧���Z�g�Xx`�ކ'�cn<{�������m�g'y������ Wkݟ�cm��u{�5��q�@����$�ޑ6��i{��:�e�<�n�<;ɳw� <�>�.��$�ޱ6���rzy����;�>?�.��$ϲuX/�yv�g�Xx`�ކ'kݟ�cm��u{��I��cm�m���6ȳ�<��x`�ކ����ޱ6���� ��$�ޱ6���� ��$�ޱ6����t~���,[���rz�ү��q�@�t:��<{G�������Z�g�Xx������$ϲuX�wA���;�X����Z�g�Xx`��y|�g�Xx����� ��<��x`�ކ����ޱ6���� ��$�ޱ6���rz�Δg�Xx�z~8=�`"ϲuX/�'y|�g�Xx`}:=<[���k��� ��<{������{4����l܁r{���w��;Pno��%��i��p����{�#�������t���3�_���7���rz���Y�>hx�^�{���G��۹������s�y��s}����Cy�#w<���~����:��Q<~ۣ]��|��m}I����|<&ǣW��>�����9����@��u�xlm �xʚ�s<g9[�9����� ��YG���b�����к�1�s֑㱵���9�㱳p��9���X�@��59Z �x�:r<�6s<g9[�9����� �OY��ub��#�ck1�s֑㱵���9�����@��59Z �x�:r<�6s<g9[�9����� �OY��uB��_s<6~�Q��{����a��#�ci1�3֙�ub��#�ck1�s֑㱵���9�����@��59Z �x�:r<�6s<g9[�9����� �OY��ub��#�ck1�s֑㱵���9�����@��t�x�l�xN��x�,�x�9r<�6s<g9[�9��&�C���YG���b��#�ck1�s֑㱵���)kr<�.@��u�xlm �x�:r<�6s<g9[�9��&�C���YG���b��#�ck)�s�=�cg�(�Sʑ㡲q��9���X�@��u�xlm �x�:r<�6s<eM����9����� ��YG���b��#�ck1�S��xh]���9�����@��u�xlm �x�:r<�6s<c�9YW �x�:r<�6s<g9[H9���9;�9�r&�C���YG���b��#�ck1�s֑㱵���)kr<�.@��u�xlm �x�:r<�6s<g9[�9��&�C���YG���b��#�ck1�s֑㱵���)kr<�.@��u�xlm �xN��x�,�x�9r<�6s<eM����9����� ��YG���b��#�ck1�S��xh]���9�����@��u�xlm �x�:r<�6s<eM����9����� ��YG���b��#�ck1�S��xh]���9�㱳p��9���X�@��u�xlm �xʚ�s<g9[�9����� ��YG���b�g�3�#� -��YG���b��#�ck1�s֑㱵���)kr<�.@��u�xlm �x�:r<�6s<g9[H9�������)������9G���b�=����u|}���8���u,9��N�������s���G�w9�?��ˏ��{�o�>t7z��q��F ^�l�>���F���Y 7jʚF � �FMYӨ���ܨ)k5�6�5c��Y 7jʚF � �FMIG����q���i�P�@nԌu6jd]�ܨ)k5�6�5eM���r���i���@nԌu6jd]�ܨ)k5�6�5eM���r���i���@nԌu6jd]�ܨ)k5�6�5eM���r���i���@nԌu6jd]�Ԩ)�ި��35%�Ǎ�r�QCi�Q֏F �+�5eM���r���i���@nԔ5�Zȍ���F���5eM���r���i���@nԔ5�Zȍ���F���5eM���r���i���@nԔ5�Z�����Q#g�QS�Ѩ��pܨ)g5�6�5eM���r�f��Q#��FMYӨ���ܨ)k5�6�5eM���r�f��Q#��FMYӨ���ܨ)k5�6�5eM���r�f��Q#��FMYӨ���ܨ)k5�65%�:���Q�Q#e�QS�4j(m 7jʚF � �FMYӨ���ܨ�l�Ⱥ��QS�4jhm 7jʚF � �FMYӨ���ܨ�l�Ⱥ��QS�4jhm 7jʚF � �FMYӨ���ܨ �G��ȍ���QCk�QS�4jhm 6jJ:5t�5㜍I 7jʚF � �FMYӨ���ܨ)k5�6�5c��Y 7jʚF � �FMYӨ���ܨ)k5�6�5c��Y 7jʚF � �FMYӨ���ܨ)k5�6�5c��Y 7jʚF � �FMIG����q���i�P�@nԌu6jd]�ܨ)k5�6�5eM���r���i���@nԌu6jd]�ܨ)k5�6�5eM���r���i���@nԌu6jd]�ܨ)k5�6�5eM���r���i���@nԌu6jd]�ب)�h��Y8nԔ3�Jȍ���QCk�Q3�٨�ur���i���@nԔ5�Zȍ���QCk�Q֏F �+�5eM���r���i���@nԔ5�Zȍ���F���5eM���r���i���@nԔ5�Z�����Q#g�QS�Ѩ��pܨ)g5�6����J5j�:�F��ˀF��u��_��vz|}�Fm<�Ѩ]G���_~��5j���F ^�l�>���F���Y 7jʚF � �FMYӨ���ܨ)k5�6�5c��Y 7jʚF � �FMIG����q���i�P�@nԌu6jd]�ܨ)k5�6�5eM���r���i���@nԌu6jd]�ܨ)k5�6�5eM���r���i���@nԌu6jd]�ܨ)k5�6�5eM���r���i���@nԌu6jd]�Ԩ)�ި��35%�Ǎ�r�QCi�Q֏F �+�5eM���r���i���@nԔ5�Zȍ���F���5eM���r���i���@nԔ5�Zȍ���F���5eM���r���i���@nԔ5�Z�����Q#g�QS�Ѩ��pܨ)g5�6�5eM���r�f��Q#��FMYӨ���ܨ)k5�6�5eM���r�f��Q#��FMYӨ���ܨ)k5�6�5eM���r�f��Q#��FMYӨ���ܨ)k5�65%�:���Q�Q#e�QS�4j(m 7jʚF � �FMYӨ���ܨ�l�Ⱥ��QS�4jhm 7jʚF � �FMYӨ���ܨ�l�Ⱥ��QS�4jhm 7jʚF � �FMYӨ���ܨ �G��ȍ���QCk�QS�4jhm 6jJ:5t�5㜍I 7jʚF � �FMYӨ���ܨ)k5�6�5c��Y 7jʚF � �FMYӨ���ܨ)k5�6�5c��Y 7jʚF � �FMYӨ���ܨ)k5�6�5c��Y 7jʚF � �FMIG����q���i�P�@nԌu6jd]�ܨ)k5�6�5eM���r���i���@nԌu6jd]�ܨ)k5�6�5eM���r���i���@nԌu6jd]�ܨ)k5�6�5eM���r���i���@nԌu6jd]�ب)�h��Y8nԔ3�Jȍ���QCk�Q3�٨�ur���i���@nԔ5�Zȍ���QCk�Q֏F �+�5eM���r���i���@nԔ5�Zȍ���F���5eM���r���i���@nԔ5�Z�����Q#g�QS�Ѩ��pܨ)g5�6����J5j�:�F���x�6jǯ��\����Gm���������t}����3yd/��F��?�py����������������o�=�7���>I��M�n�v�7������? ���>��ӷ/���x��z!7���w� <�����u������������Ydzl]������Z�g�Xx`}>]�on�u���������^*���ko[_���IZdzl]���mx��Q���;�X����/�u������m�X���ko[_�������l܁r{�g�ܟ�#m��u{�u�������˛��ݟ�cm�m���ty�?pƳl]������Z�g�Xx`}>]�叹��k����$��g�Xx�)z�ކGgͳh]���m�>K���k���py����;�X���l���w� �m=ooÃ�1�gٺ�����ۛ���ޱ6���|:�Z���k���g����;���V^Χ����gY����{�l���w� <�n���EZ�g�Xx`�ޅǫ���ޱ6���� WiϲuX����(���w� <�no�Y���ޱ6��:�^�5�1hm ��뜏!���e�|Z��1ʚ��6��c�5�1hm ��뜏!���e�|Z��1J:�c�Y8��Q��Ǡ��<c�s>����c�5�1hm ��(k�c��@��Q��Ǡ��<c�s>����c�5�1hm ��(k�c��@��Q��Ǡ��<c�s>����c�5�1hm ��(k�c��@��Q��Ǡ��<c�s>����c�s��A�g��(ᘏAc�x>F93���|��~�ǀu�|��f>� ��e�|Z��1ʚ��6��c�u�ǐu�|��f>� ��e�|Z��1ʚ��6��c�u�ǐu�|��f>� ��e�|Z��1ʚ��6�c�4�1�l��(嘏Ae�x>F93���|��f>� ��c��1d]�<����Aky>FY3���|��f>� ��c��1d]�<����Aky>FY3���|��f>� ��c��1d]�<����Aky>FY3���|����t�c�2�1�l��(g�cP�@��Q��Ǡ��<����Aky>�X�|Y ��(k�c��@��Q��Ǡ��<����Aky>�X�|Y ��(k�c��@��Q��Ǡ��<����Aky>FX?�c��y>FY3���|��f>� ��%�1�,��眏!���e�|Z��1ʚ��6��c�5�1hm ��뜏!���e�|Z��1ʚ��6��c�5�1hm ��뜏!���e�|Z��1ʚ��6��c�5�1hm ��뜏!���e�|Z��1J:�c�Y8��Q��Ǡ��<c�s>����c�5�1hm ��(k�c��@��Q��Ǡ��<c�s>����c�5�1hm ��(k�c��@��Q��Ǡ��<c�s>����c�5�1hm ��(k�c��@��Q��Ǡ��<c�s>���c�t�Ǡ�p<����Aiy>FY3���|�����.@��Q��Ǡ��<����Aky>FY3���|��~�ǀu�|��f>� ��e�|Z��1ʚ��6��c�u�ǐu�|��f>� ��e�|Z��1ʚ��6�c�4�1�l��(嘏Ae�x>F93���|-���|�|̧��x=��9~�|�h�h>f<���l�Q��c�᯿���_j��_n�Ǽӿ�������h<f�B�K���^��,ķ�f!��@��0��B��q<����@iyBY3���,��f� �Yc��d]�<����@kyBY3���,��f� �Ya����� -�Ye�,ZȳʚY�6�g!�5�hm �B뜅 ��Ye�,ZȳʚY�6g!�t�B��p<a�s���g!�5�hm �B(kf!��@��P��B���<a�s���g!�5�hm �B(kf!��@��P��B���<a�s���g!�5�hm �B(kf!��@��P��B���<a�s���g!�5�hm �B(阅@g�xB93���,���Y�.@��P��B���<����@kyBY3���,���Y�.@��P��B���<����@kyBY3���,���Y�.@��P��B���<����@kyBY3���,���Y�.@��P�}��a8��c���Y��,Jȳ��1�ȳʚY�6�g!�5�hm �B(kf!��@��0�9A�ȳʚY�6�g!�5�hm �B(kf!��@��0�9A�ȳʚY�6�g!�5�hm �B(kf!��@��0��B��q8��c���Y��,JȳʚY�6�g!�u�B�u�,��f� �Ye�,ZȳʚY�6�g!�u�B�u�,��f� �Ye�,ZȳʚY�6�g!�u�B�u�,��f� �Ye�,Z��J:f!�Y8��0��B��q<����@iyBY3���,��f� �Yc��d]�<����@kyBY3���,��f� �Yc��d]�<����@kyBY3���,��f� �Ya����� -�Ye�,ZȳʚY�6g!�t�B��p<a�s���g!�5�hm �B(kf!��@��P��B���<a�s���g!�5�hm �B(kf!��@��P��B���<a�s���g!�5�hm �B(kf!��@��P��B���<a�s���g!�5�hm �B(阅@g�xB93���,���Y�.@��P��B���<����@kyBY3���,���Y�.@��P��B���<����@kyBY3���,���Y�.@��P��B���<����@kyBY3���,���Y�.@��P�1����,�rf� �Ye�,Zȳ�:g!Ⱥ�yBY3���,��f� �Ye�,Zȳ��1�ȳʚY�6�g!�5�hm �B(kf!��@��0�9A�ȳʚY�6�g!�5�hm �B(kf!��@��0��B��q8��c���Y��,Jȳ8qp_�>��e�,��������������G��ۣ��/��Wt}�~<�.��CyfC��4�����Ͽ��`&����}ۥ������C�������|��ь����ا}܌}�B�Ck�S�4chm 7cʚ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Ƅ��� -�fLYӌ���܌)k�1�6��1eM3��r3f��#��fLYӌ���܌)k�1�6��1eM3��r3f��#��fLYӌ���܌)k�1�6��1eM3��b3f�i���8lƔr4c�,7cʙf� �fLYӌ���܌�l�Ⱥ��S�4chm 7cʚf� �fLYӌ���܌�l�Ⱥ��S�4chm 7cʚf� �fLYӌ���܌�l�Ⱥ��S�4chm 7cʚf� �fLIG3���a3f�i�H�8nƔ3�J�͘��Ck�S�4chm 7c�:�1�.@nƔ5�Z�͘��Ck�S�4chm 7c�:�1�.@nƔ5�Z�͘��Ck�S�4chm 7c��ь�ur3��i���@nƔ5�Z�͘��f���f�8g3F��͘��Ck�S�4chm 7cʚf� �f�Xg3F��͘��Ck�S�4chm 7cʚf� �f�Xg3F��͘��Ck�S�4chm 7cʚ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 6cJ:�1t��1�L3��r3��i���@nƌu6cd]�܌)k�1�6��1eM3��r3��i���@nƄ��� -�fLYӌ���܌)k�1�6��1eM3��r3f��#��fLYӌ���܌)k�1�6��1eM3��b3f�i���8lƔr4c�,7cʙf� �f�vR������2�;~K3v�ӌme=�>r36����e4c���ϿFc?����f4v�| oVco�?�ݫ��e�j���>�ƾ}!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��Q��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��Q��ur5������@�Ɣ5�Z���Ck�3�Y��ur5������@�Ɣ5�Z���Ck�3�Tc�lVcJ9�1T��1�L5��r5v\;�j_�^�}z���������i����r�p56����uTc���/��������=>���a��{#{=�ƒR��)է�}�R}�B �Bk9�2֙R�urJ��I���@L��t�T�,�Tʙ� -� ��XgJE��)��&�Bk9�R֤Thm �Tʚ� -� ��XgJE��)��&�Bk9�R֤Thm �Tʚ� -� ��XgJE��)��&�Bk9�R֤Thm �Tʚ� -� ��XgJE�H)�r�)?�0�RR��p�R)gR*�6�S*a�H���9�R֤Thm �Tʚ� -� �JY�R����R�L�Ⱥ�9�R֤Thm �Tʚ� -� �JY�R����R�L�Ⱥ�9�R֤Thm �Tʚ� -� �JY�R����RiR*r6S*�)*�)�r&�Bi9�R֤Thm �T�:S*�.@N��5)Z�)��&�Bk9�R֤Thm �T�:S*�.@N��5)Z�)��&�Bk9�R֤Thm �T�:S*�.@N��5)Z�)��&�Bk1�RґR��p�ReR*R6�S*�LJ��rJ��I���@N��5)Z�)��Δ���S*eMJ��rJ��I���@N��5)Z�)��Δ���S*eMJ��rJ��I���@N��5)Z�)��~�T`]��R)kR*�6�S*eMJ��bJ��#�Bg�8�2ΙR�trJ��I���@N��5)Z�)��&�Bk9�2֙R�urJ��I���@N��5)Z�)��&�Bk9�2֙R�urJ��I���@N��5)Z�)��&�Bk9�2֙R�urJ��I���@L��t�T�,�Tʙ� -� ��XgJE��)��&�Bk9�R֤Thm �Tʚ� -� ��XgJE��)��&�Bk9�R֤Thm �Tʚ� -� ��XgJE��)��&�Bk9�R֤Thm �Tʚ� -� ��XgJE��)���� -���J9�R����R)kR*�6�S*c�)Y �Tʚ� -� �JY�R����R)kR*�6�S*a�H���9�R֤Thm �Tʚ� -� �JY�R����R�L�Ⱥ�9�R֤Thm �Tʚ� -� �JY�R����RiR*r6S*�)*�)�r&�Bi9�:.�TJ��cO�>�H��_��?����)|��S��������S�����R�GF�?}������~x���_��?�p>�����_� ���o�/=~�I�m@��io���_Χ��Q��<���~�>�_�����[/�u���������&���w� <���^/ֺ?{�������m�8��(;w��ރ�Y:�g�Hx`�ރkݟ�cm������f�g�Xxۺ�����v�u<��x`��^^�u���������QZ�g�Xx`�ކ�'iݟ�cm��F�a{�5ϢuX����,���w� <�no��EZ�g�Xx`�ކ����ޱ6�u�1�=��Y�.������&���w� <�>�ίֺ?{��������}�p����i���ϲtX����Z�g�Xx`�ރ�����ޱ6�����Wiݟ�cm�m�u{��:�e�<�no��QZ�g�Xx`�ކ���3��cm��u{�u����c �+k�Y��Y�Y�7�������:�0��@��p�1������f��0�u�a���4���;�s�9�0X�@��P��a�u����9�6�0�u�a���8��c�� �9e�Z �a8��`kq�Y�[�s�:�0��@��P��a�u����9�6�0�u�a���8��c�� �9e�Z �a8��96~����sl,�a8��`iq�X�YW �a8��`kq�Y�[�s�:�0��@��P��a�u����9�6�0�u�a���8��c�� �9e�Z �a8��`kq�Y�[�s�:�0��@��P�1������S�s�,�a8��`iq�Y�[�sʚ9�.@��p�1�������9�6�0�u�a���8�����@��9gslm �a8��`kq�Y�[�sʚ9�.@��p�1�������9�6��0�t��`g�hC)�*�s�9�0X�@��p�1�������9�6�0�5sh]�8��c�� �9gslm �a8��`kqCY3����s�:�0��@��p�1�������9�6�0�u�a�u����9�6�0�u�a���4���;�sʙ9�.@��p�1�������9�6�0�u�a���8�����@��9gslm �a8��`kq�Y�[�sʚ9�.@��p�1�������9�6�0�u�a���8�����@��9gslm �a8�>������s�9�6�0�5sh]�8��c�� �9gslm �a8��`kqCY3����s�:�0��@��p�1�������9�6�0�5sh]�8��c�� �9gslm �a8��`kqCY3���HsN��a��p8��c�� �9gslm �a(k�0к�q�Y�[�s�:�0��@��p�1�������9��@��p�1�������9�6�0�u�a���8�����@��9gslm �a8��`kq�Y�[HsJ:�0��8��p�}����9�s,m �a�����������/�x^�����Oc‾Y8��A�Lb������������Ͽ�����O?|��/����������������A��۹������ �f~5�����9n6�}!�l����l�l6Ⱥ���P�4hm 7ʚf� �fCY�l����l�l6Ⱥ���P�4hm 7ʚf� �fCY�l����l�l6Ⱥ���Pν�@�g6J8� 4�� �L���r�!��XW 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� #M�A��a�����@e��P�4(m 7ʚf� �f�Xg�A��͆���@k��P�4hm 7ʚf� �f�Xg�A��͆���@k��P�4hm 7ʚf� �f�Xg�A��͆���@k��P�4hm 6J:� t� �L�A��q���i6P�@n6�5�Z�͆���@k��0��l�ur���i6��@n6�5�Z�͆���@k��0��l�ur���i6��@n6�5�Z�͆���@k��֏f�+�� eM���r���i6��@l6�t4�,7�9� �.@n6�5�Z�͆���@k��P�4hm 7�:� �.@n6�5�Z�͆���@k��P�4hm 7�:� �.@n6�5�Z�͆���@k��P�4hm 7�:� �.@n6�5�Z�͆��f���fC9�l����l�l6Ⱥ���P�4hm 7ʚf� �fCY�l����l�l6Ⱥ���P�4hm 7ʚf� �fCY�l����l�l6Ⱥ���P�4hm 7ʚf� �fCY�l����l�l6Ⱥ���P��l��p�l(g� �6�� eM���r�a��� ��fCY�l����l(k� �6�� eM���r�!��XW 7ʚf� �fCY�l����l(k� �6�� c��Y 7ʚf� �fCY�l����l(k� �6� #M�A��a�����@e��P�4(m 7�Q�j6�u��Ƨ�����X���fc�����?E�l�gf�q��?~���a���+i\�?�}�����ϧ��Q�1�S ^��N�O/��;��}!�Jhm ����;���@�N%c�ߩD��ߩ���N%�6��SIY�Jhm ����;���@�N%c�ߩD��ߩ���N%�6�SII�w*��p��Jʙ�TBi�;��u~�Y ����;���@�N%eM���r�������@��u�yd]���)k�<�6��<eM���r�������@��u�yd]���)k�<�6��<eM���r�������@��u�yd]���)����3�<%}�}�r��Ci��֏>�+��<eM���r�������@��5}Z�}���>����<eM���r�������@��5}Z�}���>����<eM���r�������@��5}Z�}����#g��S��硲p��)g�<�6��<eM���r�g���#��>OY�硵���)k�<�6��<eM���r�g���#��>OY�硵���)k�<�6��<eM���r�g���#��>OY�硵���)k�<�6�<%}:�}�Q��#e��S��y(m �yʚ>� �>OY�硵������Ⱥ���S��yhm �yʚ>� �>OY�硵������Ⱥ���S��yhm �yʚ>� �>OY�硵��� �G���}����Ck��S��yhm �yJ:�<t��<�}I �yʚ>� �>OY�硵���)k�<�6��<c�}Y �yʚ>� �>OY�硵���)k�<�6��<c�}Y �yʚ>� �>OY�硵���)k�<�6��<c�}Y �yʚ>� �>OIG����q�����P�@��u�yd]���)k�<�6��<eM���r�������@��u�yd]���)k�<�6��<eM���r�������@��u�yd]���)k�<�6��<eM���r�������@��u�yd]���)����Y8��3}J�}����Ck��3���ur�������@��5}Z�}����Ck��֏>�+��<eM���r�������@��5}Z�}���>����<eM���r�������@��5}Z�}����#g��S��硲p��)g�<�6��<��D���c��>���_��?����)�y�O�篷@�?Q�m�����Q�]��)�/o���k��������������.�����o������t���ϯ���y=�}�%�_+y������O����5���gٺ����J���k���p����;�X�����IY�g�Xx��|>]��X�Xdzl]������Z�g�Xx`}>]߯��u���������+���ko[_���IZdzl]���m��_�7���w� <�no��+���k�{M���w� �m}���_����l܁r{���x������=x����;�X_O/o��w������o���U��ϲuX���kݟ�cm����ty�?�Ƴw� <�noÓ��3��cm��Z�a{�5ϢuX����,���w� <�no��EZ�g�Xx`�ކ����ޱ6��}�����˳l]������MZ�g�Xx`}>�_�u������ӳ� ���g�n+/������ɳ,]���=x����;�X����"���w� <�n���UZ�g�Xx0�� Wiϲ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�<ʹ��3�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��ױ�\x���_�p�g<2�y�c�������۷K8��OX>��N�_��$���� �W5����n�՞o_�����<���Bky�X�Y ��)kf���@�R������<���Bky�X�Y ��)kf���@�R������<���Bky�X�Y ��)kf���@�R������<���Bkq�H3D����rf� � e�Z�3@ʚ �6�g��u���u���f� � e�Z�3@ʚ �6�g���c�+�g��53@hm ��)kf���@�R������<d�s���g��53@hm ��)kf���@�R�1�����q� �.@�R������<���BkyHY3������ �.@�R������<���BkyHY3������ �.@�R������<���BkyHY3������ �.@�R������8��c��� ��J�3@�:g�Ⱥ�yHY3�����f� � e�Z�3@�:g�Ⱥ�yHY3�����f� � e�Z�3@�:g�Ⱥ�yHY3�����f� � e�Z�3@�:g�Ⱥ�iH9� 4~���� 4�g��33@(m �� ��XW ��)kf���@�R������<���Bky�X�Y ��)kf���@�R������<���Bky�X�Y ��)kf���@�R������<���Bkq�H3D����R� T�g��33@(m ��)kf���@�2�9D��3@ʚ �6�g��53@hm ��)kf���@�2�9D��3@ʚ �6�g��53@hm ��)kf���@�2�9D��3@ʚ �6�g��53@hm ��)�Bg�p�(3D����rf� � e�Z�3@ʚ �6�g��u���u���f� � e�Z�3@ʚ �6�g��u���u���f� � e�Z�3@ʚ �6�g���c�+�g��53@hm ��)kf���@�R�1�����q� �.@�R������<���BkyHY3������ �.@�R������<���BkyHY3������ �.@�R������<���BkyHY3������ �.@�R������8��c��� ��J�3@�:g�Ⱥ�yHY3�����f� � e�Z�3@�:g�Ⱥ�yHY3�����f� � e�Z�3@�:g�Ⱥ�yHY3�����f� � e�Z�3@�:g�Ⱥ�qHI�:�3@ʙ �6�g��53@hm ���"�� e�Z�3@ʚ �6�g��53@hm �� ��XW ��)kf���@�R������<���Bky�X�Y ��)kf���@�R������<���Bkq�H3D����R� T�g��33@(m ���ۨ |�Ч�3@ǯc�:����z�<��xd��=����?��_�����ӿ�������������&�ۯ����/ף�ɏ -^��?��� -��"Y W�ʚ -� � -QYS!���\!*k*D�6�+Dc�"Y W�ʚ -� � -QYS!���\!*k*D�6�+Dc�"Y W�ʚ -� � -QIG����q����Q�@��uV�d]�\!*k*D�6�+DeM���r������@��uV�d]�\!*k*D�6�+DeM���r������@��uV�d]�\!*k*D�6�+DeM���r������@��uV�d]�T!*�^!��3+D%"��r�BDi�B֏ -�+�+DeM���r������@��5"Z���� -���+DeM���r������@��5"Z���� -���+DeM���r������@��5"Z����B$g�BT�Q!��p\!*g*D�6�+DeM���r�h��B$�� -QYS!���\!*k*D�6�+DeM���r�h��B$�� -QYS!���\!*k*D�6�+DeM���r�h��B$�� -QYS!���\!*k*D�6+D%":��Q�B$e�BT�T�(m W�ʚ -� � -QYS!���\!�ɺ��BT�T�hm W�ʚ -� � -QYS!���\!�ɺ��BT�T�hm W�ʚ -� � -QYS!���\! -�G������BDk�BT�T�hm V�J:*Dt�+D�"I W�ʚ -� � -QYS!���\!*k*D�6�+Dc�"Y W�ʚ -� � -QYS!���\!*k*D�6�+Dc�"Y W�ʚ -� � -QYS!���\!*k*D�6�+Dc�"Y W�ʚ -� � -QIG����q����Q�@��uV�d]�\!*k*D�6�+DeM���r������@��uV�d]�\!*k*D�6�+DeM���r������@��uV�d]�\!*k*D�6�+DeM���r������@��uV�d]�X!*��Y8��3"J����BDk�B4�Y!�ur������@��5"Z����BDk�B֏ -�+�+DeM���r������@��5"Z���� -���+DeM���r������@��5"Z����B$g�BT�Q!��p\!*g*D�6�+Dj�D���c�?����� -��u����zz|�U�����g���/��Wt~<=�\n��x(���<J��˗���?U��ͷW>m�1=�I�������:�_� /t~��z�5�߾���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��8X�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��8X�r��,�ʙ�� 䀕2L�����O/��ױ��;��y���3���^F�������~�����_�k�����p��v������Ƈ}������ ]��`������?�`�}!���ur���`��@�`�5Z�����Ak��1����ur���`��@�`�5Z�����Ak��1����ur���`��@�`�5Z�����Ak��1����uR��{���0�`�pt0h,w0ʙ� �FX?:��@�`�5Z�����Ak��Q�t0hm w0�:;�.@�`�5Z�����Ak��Q�t0hm w0�:;�.@�`�5Z�����Ak��Q�t0hm v0F�����F)G���q���`P�@�`�5Z�������;eM��r���`��@�`�5Z�������;eM��r���`��@�`�5Z�������;eM��r���`��@�`�tt0�,v0F�����F9�������(k:�6�;eM��rc���!��FY�������(k:�6�;eM��rc���!��FY�������(k:�6�;eM��r#�XW w0ʚ� �FY�������(��`�Y8�`�sv0$]���(k:�6�;eM��r���`��@�`�uv0d]���(k:�6�;eM��r���`��@�`�uv0d]���(k:�6�;eM��r���`��@�`�uv0d]���(k:�6;%:��r��Ai��1����ur���`��@�`�5Z�����Ak��1����ur���`��@�`�5Z�����Ak��1����ur���`��@�`�5Z�����Ak��1����ub����AgḃQ�t0(m w0ʚ� ��XgC������Ak��Q�t0hm w0ʚ� �FX?:��@�`�5Z�����Ak��Q�t0hm w0�:;�.@�`�5Z�����Ak��Q�t0hm v0F�����F)G���q���`P�@�`�� �����;�O/��尃9~��=��n?k߰��3�����`�~�����?�����%��_�����������r�l�}z=�v1�7���Q+�z���_��Q�r|����Q����V�6�Z�5G�h]�x��㨕� ģVgG�lm �:�8jek�UYsԊ��G��:�Z��@<ju�q����Q����V�6��Z�t���qt���Q++�G��9�ZY�@<ju�q����Q�����Z�u����x��㨕� ģVgG�lm �*k�ZѺ���Y�Q+[�G��:�Z��@<ju�q����Q�����Z�u����x��㨕� ��V'ݏZ�Y8:jU�qԊ���Q�s��V�6�Z�u����x��㨕� ģVe�Q+Z �:�8jek��Y�Q+[�G��:�Z��@<jU���u�Q����V�6�Z�u����x��㨕� ģVc�G�d]�x��㨕� ģVgG�lm �:�~�����Q�r���Z�u����x��㨕� ģVgG�lm �*k�ZѺ���Y�Q+[�G��:�Z��@<ju�q����Q�����Z�u����x��㨕� ģVgG�lm �*k�ZѺ���Y�Q+[HG�N����px��㨕� ģVe�Q+Z �:�8jek��Y�Q+[�G��:�Z��@<jU���u�Q����V�6�Z�u����x��㨕� ģVe�Q+Z �:�8jek��Y�Q+[�G��:�Z��@<jU���u�Q���G��,�:�8jei��Y�Q+[�G�ʚ�V�.@<ju�q����Q����V�6�Z�u����x�j�+�Z�u����x��㨕� ģVgG�lm �*k�ZѺ���Y�Q+[�G��:�Z��@<ju�q����Q����Vt6��Z�r?jee���9�Q+K�G�psi�Z�u|}���8>j���o�u<3�ZO9]�������_��������?o����q����t����덣�����������z>�j�w���w��~A�w�߾�CDk��X�"Y �!*k���@�CT��!���|����CDk��Hs�H����R�;DT���3w�(m �!*k���@�C4�y�H��w�ʚ;D�6���5w�hm �!*k���@�C4�y�H��w�ʚ;D�6���5w�hm �!*k���@�C4�y�H��w�ʚ;D�6���5w�hm �!*�CDg���(s�H����r�� �;De�"Z�w�ʚ;D�6���u�!�u����� �;De�"Z�w�ʚ;D�6���u�!�u����� �;De�"Z�w�ʚ;D�6������+���5w�hm �!*k���@�CT�q������q�;D�.@�CT��!���|����CDk�QYs�������;D�.@�CT��!���|����CDk�QYs�������;D�.@�CT��!���|����CDk�QYs�������;D�.@�CT��!���x�������;D��"J�w��:�ɺ��QYs�������� �;De�"Z�w��:�ɺ��QYs�������� �;De�"Z�w��:�ɺ��QYs�������� �;De�"Z�w��:�ɺ��QI�":�w�ʙ;D�6���5w�hm �!�C$��;De�"Z�w�ʚ;D�6���5w�hm �! -��"XW �!*k���@�CT��!���|����CDk��X�"Y �!*k���@�CT��!���|����CDk��Hs�H����R�;DT���3w�(m �!ҕ��C�ױ�!~zp�x�:�p}{�^�;���������=.�/���Cy���y\"��/�~�ˏ�������_�Q�����[�Ƿ����������;�����������o�<�_~��o����;�H�7"�K�7"�~i�7"߾�Ak�FDYs#���F� �c�7"d]�|#���Ak�FDYs#��⍈��toD�27"�l߈(gnDP�@�Q�܈���|#���Ak�F�X�Y ߈(knD��@�Q�܈���|#���Ak�F�X�Y ߈(knD��@�Q�܈���|#���Ak�FDX?nD���FDYs#���F� �%7"�,߈�!��e͍Z�7"ʚ�6�oD�57"hm ߈�!��e͍Z�7"ʚ�6�oD�57"hm ߈�!��e͍Z�7"ʚ�6�oD�57"hm ߈�!��e͍Z�7"J:nD�Y8�Q�܈���|#b��F���oD�57"hm ߈(knD��@�Q�܈���|#b��F���oD�57"hm ߈(knD��@�Q�܈���|#b��F���oD�57"hm ߈(knD��@�Q�܈���|#b��F��oD�t܈��p|#���Ai�FDYs#����.@�Q�܈���|#���Ak�FDYs#��~܈�u�F� �e͍Z�7"ʚ�6�oD�uވ�u�F� �e͍Z�7"ʚ�6oD�47"�lވ(�Ae��FD9s#����-�|��ȧ�7"ǯc��ܹy|��A��oD�3�nD.��7"�Td|+�O�/�����Uo��U�v�5��?�?h��uЎ����F��I�8��]9�A;J��+k>hGk��ve��hm �n��v�.@��]Y�A;Z��+k>hGk��ve��hm �n��v�.@��]Y�A;Z��+k>hGk��ve��hm �.���u��ʚ���@��]Y�A;Z��+������ڍs~�N���+k>hGk��ve��hm Ю���� �ڍu~�N���+k>hGk��ve��hm Ю���� �ڍu~�N���+k>hGk��ve��hm Ю���� �ڍu~�N���+k>hGk�v%���p�A�r�v�6�?h7��A;Y Ю���� �ڕ5�����A���v�6�?h7��A;Y Ю���� �ڕ5�����A���v�6�?h7��A;Y Ю���� �ڕ5�����A���v�6�?h7��A;Y ~Ю��vt�?hW�|Ў���ʚ���@���X��d]��A���v�6�?hW�|Ў���ʚ���@��]X?>h� -�ڕ5�����A���v�6�?hW�|Ў����:?h'��ڕ5�����A���v�6�?hW�|Ў���F����8��])���,Ю���� ���3_�A;�����O/>h?~����t}~���3�>h���#����۟ٿ���:>a������;�n�0\_O/�����W~9=<<}�>��~Q�+X>�������_����W�(k��� �`Q�|Z�_�b�s^����5�5�hm �k(k�5��@��P��k���<�a�s^����5�5�hm �k(k�~��@��Q�q�����ՏQ�ꇔ�����J�W?ʚ��6��~�5W?hm _���!��e��Z�W?ʚ��6��~�5W?hm _���!��e��Z�W?ʚ��6��~�5W?hm _����XW _�(k�~��@��Q�\����x���������W?$]�|�����Ak��GYs����Տ���� �c�W?d]�|�����Ak��GYs����Տ���� �c�W?d]�|�����Ak��GYs����Տ���� �c�W?d]�|�����Ak��GI��:�W?ʙ��6��~�u^��u�Տ���� �e��Z�W?ʚ��6��~�u^��u�Տ���� �e��Z�W?ʚ��6��~�u^��u�Տ���� �e��Z�W?ʚ��6��~�u^��u�Տ���t��~�3W?(m _�(k�~��@��1�y�C��W?ʚ��6��~�5W?hm _�(k�~��@��֏���@��Q�\����|�����Ak��GYs����Տ�Ϋ�.@��Q�\����|�����Ak��GYs����Տ��ꇜ�ë�W?�,_�(g�~P�@��9�GQW?�:���O/�������u|������¼��S���럇]O����4��#���i����������_���o?����?��?���������Ƿ������~���8���/?������m��wy���~��o�_��{e����r�_T�����c�����{��BnX�g�Xx`}:�>]�u���������Giݟ�cm�m��#��*��Y�.���6�� ����ޱ6���� �_)����w� <�noÃ���ޱ6�u�����7 �:�e�<�^O��Wiݟ�cm������b���w� <���.�������w� �m�no���i���;Pn������e�����G;�g�Hx`�ހ��i3��cm����~5�yNK���ʚsZ�6��i�5�hm ��*k�i��@>�5�yNK���ʚsZ�6��i�5�hm ��*k�i��@>�5�yNK���ʚsZ�6��i�5�hm ��*�8�Eg���(sNK���9�r�� �sZe�9-Z��ʚsZ�6��i�u�Ӓu�9���� �sZe�9-Z��ʚsZ�6��i�u�Ӓu�9���� �sZe�9-Z��ʚsZ�6��i����+��i�5�hm ��*k�i��@<�U�qN����9�q�sZ�.@>�U֜Ӣ��|N��9�Ek��VYsN���9���sZ�.@>�U֜Ӣ��|N��9�Ek��VYsN���9���sZ�.@>�U֜Ӣ��|N��9�Ek��VYsN���9���sZ�.@>�U֜Ӣ��xN������sZ��9-J���:�iɺ���VYsN���9���� �sZe�9-Z���:�iɺ���VYsN���9���� �sZe�9-Z���:�iɺ���VYsN���9���� �sZe�9-Z���:�iɺ��VI�9-:��ʙsZ�6��i�5�hm ���<�%��sZe�9-Z��ʚsZ�6��i�5�hm �� -��9-XW ��*k�i��@>�U֜Ӣ��|N��9�Ek���X�9-Y ��*k�i��@>�U֜Ӣ��|N��9�Ek��HsNK���9�R�sZT��i�3�(m ��ҥ�8��ױ��~zpN{�:�s�3�ӎ?$�s���8�}���_��������y���/?\���/�������%���߾9����������y����h/�r=��_�<~y����w�r���7ύrú?{��������CIY�g�Xx`}==?X���ko[ϧ��ggϲuX����Jʺ?{��������Z�g�Xx`}==��PR���;�>mo�ӛ��gٺ�����h���w� <�no��/���;��(���z����;�>o��EZdzl]���=x�=R���;�X�w��Z�g�Xx`}��N�*���w� �m}y���A�<�e�<�n��b���w� <�>m��s��;�X���I���ޱ6��u{�u<��x`�ކ��17��cm��u{.���x������m8[���ko[߶��A��ϲuX��A:ߟ�c�;�=�^�/��w��;P������x�����ڨ���#� -�,PY�����*k�@�6��@eM��rh�3$��,PY�����*k�@�6��@eM��rh�3$��,PY�����*k�@�6��@eM��bh����8��rd��,g�ʙ,� �,PY�������ɺ�9T�d�hm g�ʚ,� �,PY�������ɺ�9T�d�hm g�ʚ,� �,PY�������ɺ�9T�d�hm g�ʚ,� �,PIG���ah��I�8��3Y J�Y��&Dk9T�d�hm g��:�@�.@��5Y Z�Y��&Dk9T�d�hm g��:�@�.@��5Y Z�Y��&Dk9T�d�hm g�����ur�����@��5Y Z�Y���,���,�8gH��Y��&Dk9T�d�hm g�ʚ,� �,�XgH��Y��&Dk9T�d�hm g�ʚ,� �,�XgH��Y��&Dk9T�d�hm g�ʚ,� �,�XgH��Y��&Dk1Tґ��p�*g�@�6��@c�Y Y g�ʚ,� �,PY�����*k�@�6��@c�Y Y g�ʚ,� �,PY�����*k�@�6��@c�Y Y g�ʚ,� �,PY�����*k�@�6��@c�Y Y f�J:�@t��@�L��r�����@��uf�d]��*k�@�6��@eM��r�����@���#� -�,PY�����*k�@�6��@eM��rh�3$��,PY�����*k�@�6��@eM��bh����8��rd��,g�ʙ,� �,�bSY ��=��2����ױI^O��j�����m������������+�Cyf���������_�����u�W������p���߷�F -�|z~|�������0�~�����k�C�_�<n�o�����Dg"[������� ���YG���b��� Ѻ�1@t� ��� :���@�u�lm �ʚ��Dg"[H���";��s���� ��QY �ub��#@dk1@t� ��� :���@�5"Z ��:D�6Dg"[������� ��QY �ub��#@dk1@t� ��� :���@�5"Z ���5@d�g�N��l,��9D�6Dc�"YW ��:D�6Dg"[������� ��QY �ub��#@dk1@t� ��� :���@�5"Z ��:D�6Dg"[������� ��QIG����Q��{����a��#@di1@t� ��� *kD�.@�u�lm ��:D�6Dg"[���&@D����YG���b��#@dk1@t� ��� *kD�.@�u�lm ��:D�6�D'�Dv�D�"*��s���� ���YG���b��#@dk1@T��h]� :���@�u�lm ��:D�6DeM���������� ���YG���b��#@dk1@4� �ub��#@dk1@t� ��� :� ��p *gD�.@�u�lm ��:D�6Dg"[���&@D����YG���b��#@dk1@t� ��� *kD�.@�u�lm ��:D�6Dg"[���&@D����YG���R��{����a��#@di1@T��h]� :���@�u�lm ��:D�6DeM���������� ���YG���b��#@dk1@T��h]� :���@�u�lm ��:D�6DeM���H���";��s���� ���YG���b��� Ѻ�1@t� ��� :���@�u�lm ��:D��@�u�lm ��:D�6Dg"[���&@D����YG���b��#@dk1@t� ��� *���8 -�rYY8�s�,m ��Ι��_��g>����^� ����������xf����M���Մ�����?�����o��O��9���'��%�����^��}>�������q\���p\�(��_���H����*\�,������h�`ٴ)�0�Mk� �N�=2�Oמּ'Nf����Õ��U�r�(���i� ځ��1�l���r�G�i��ځ��Qj�>�v �}�����m�ζ�K �}�����m���jr�G�i��ځ��1�l���r�G�i��ځ��Qj�>�v �}�����m�ζ�K �}���}P�ö�G�Ŋ㶏2��A���#�s��5��>JM��䶏R��A����Դ}P�@n�u�}H]���Դ}P�@n�(5mT;��>JM��䶏Qgۇ�%��>JM��䶏R��A����Դ}P�@l�4m2;�>�m$+��>�L��䶏R��A���c���!u 䶏R��A����Դ}P�@n�(5mT;��>F�mR�@n�(5mT;��>JM��䶏R��A���c���!u 䶏R��A����Դ}P�@l�(t�}Ь8l�2m";��>�L��䶏R��A����Դ}P�@n�u�}H]���Դ}P�@n�(5mT;��>JM��䶏Qgۇ�%��>JM��䶏R��A����Դ}P�@n����u 䶏R��A����Դ}P�@l�(t�}Ь8n�s�}]���Դ}P�@n�(5mT;��>JM��䶏Qgۇ�%��>JM��䶏R��A����Դ}P�@n�u�}H]���Դ}P�@n�(5mT;��>JM��䶏Qgۇ�%��>JM��Ķ�BG�͊㶏2��A���c���!u 䶏R��A����Դ}P�@n�(5mT;��>F�mR�@n�(5mT;��>JM��䶏R��A���c���!u 䶏R��A����Դ}P�@n�(5mT;��>F�mR�@l�(t�}Ь8n�(3mD;��>JM��䶏Qgۇ�%��>JM��䶏R��A����Դ}P�@n����u 䶏R��A����Դ}P�@n�(5mT;��>F�mR�@n�(5mT;��>JM��䶏R��A���cд}��8l�(r�}��8n�(3mD;��>�����ϱ�}.>���n�g�s���{:O�9�m���l��a��>~�ӧ?|��Ň��������������oOu�/���?��_ݗ��^�'�����ዿ����.��@���b�5�/����aT;�/����aT;�/����aT;�/��:/�I]�bX��F��bX��F��bX��F��bب�b��%�/����aT;�/����aT;�/����aT;/� ��a2;/�9.���8�Vf.��@�Vj.�Q�@�6�&u �a��b��a��b��a��b��a�aR�@�Vj.�Q�@�Vj.�Q�@�Vj.�Q�@�6�&u �a��b��a��b�ċa���a4+/� ��a";�/����aD;�/����aT;�/����aT;�/��:/�I]�bX��F��bX��F��bX��F��bب�b��%�/����aT;�/����aT;�/����aT;�/��z�u �a��b��a��b�ċa���a4+�/��9/� ]�bX��F��bX��F��bX��F��bب�b��%�/����aT;�/����aT;�/����aT;�/��:/�I]�bX��F��bX��F��bX��F��bب�b��%�/����aT;/�:.�Ѭ8�Vf.��@�6�&u �a��b��a��b��a��b��a�aR�@�Vj.�Q�@�Vj.�Q�@�Vj.�Q�@�6�&u �a��b��a��b��a��b��a�aR�@�V�F���bX��F��bX��F��bب�b��%�/����aT;�/����aT;�/����aT;�/��z�u �a��b��a��b��a��b��a�aR�@�Vj.�Q�@�Vj.�Q�@�Vj.�Q�@�6h.���8�V�F���bX��F��b�nZ��0~��b��c�����������^y?��������ϧ��噋����7ÿ|��������/���?z?�o_�x����a��7��<��/>�������v �+5��v �+5��v �u��R�o�j�R�o�j�R�o�j�Q�9�K �+s�7G�2��8� -(V������m��� -����VPj� -�v ������m����jr[����@��m����jr[A�i+�ځ�VPj� -�v ��:� -�.��VPj� -�v ������m����jb[��i+��q�VP�h+ Yq�VPf� -�v ������m�ζ�K ������m����jr[A�i+�ځ�V0�l+��r[A�i+�ځ�VPj� -�v ������m�ζ�K ������m����jb[A����f�a[��i+�q�VPf� -�v ������m����jr[����@��m����jr[A�i+�ځ�VPj� -�v ��:� -�.��VPj� -�v ������m����jr[A���k ������m����jb[A����f�q[����@��m����jr[A�i+�ځ�VPj� -�v ��:� -�.��VPj� -�v ������m����jr[����@��m����jr[A�i+�ځ�VPj� -�v ��:� -�.��VPj� -�v �:� -hV������m�ζ�K ������m����jr[A�i+�ځ�V0�l+��r[A�i+�ځ�VPj� -�v ������m�ζ�K ������m����jr[A�i+�ځ�V0�l+��b[A����f�q[A�i+ ځ�VPj� -�v ��:� -�.��VPj� -�v ������m����jr[A���k ������m����jr[A�i+�ځ�V0�l+��r[A�i+�ځ�VPj� -�v ������m���@f�a[A����d�q[A�i+ ځ�V�?�Wm�[[��c@[a�s��m�q�m���E[��j[��>��x�8��o~����������_ԧ���Y�\C��ü���{ػ�~�1v��Q��kh�kh+�����khD;����z��u �kh����kh����kh����kh��khR�@��Vj��Q�@��Vj��Q�@��Vj��Q�@��6꼆&u �kh����kh����kh����kh���̎�khE�kh$+�����khD;�����khT;����:��I]�Z���F��Z���F��Z���F��ڨ���%�����khT;�����khT;�����khT;����:��I]�Z���F��Z���F��Z��͊�khC��Ȏ�khe���kh����kh����kh��khR�@��Vj��Q�@��Vj��Q�@��Vj��Q�@��6꼆&u �kh����kh����kh����kh����A]�Z���F��Z���F��Z��͊�khc�khB�@��Vj��Q�@��Vj��Q�@��Vj��Q�@��6꼆&u �kh����kh����kh����kh��khR�@��Vj��Q�@��Vj��Q�@��Vj��Q�@��6꼆&u �kh����kh��kh4+�����khD;����:��I]�Z���F��Z���F��Z���F��ڨ���%�����khT;�����khT;�����khT;����:��I]�Z���F��Z���F��Z���F��ڨ���%��:��Ѭ8��Vf���@��Vj��Q�@��6꼆&u �kh����kh����kh����kh����A]�Z���F��Z���F��Z���F��ڨ���%�����khT;�����khT;�����khT;�� �kh2;��9����8��Vf���@����]q ��c������k��ϱ\C�^���;�#����5�x�����5�_>|��O�?~�������T�,�]p�y|ܻ��K�������'�_�~�A`���o�f���o�f���o���vR�@�mW�vێ�e+pܶ�Xq|ۮ�ܶ#ځ|�.��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 4��dv+rܶ#Yq|ۮ�ܶ#ځ|ۮ�ܶ�ځ|�n�y�N�ȷ�J�m;�ȷ�J�m;�ȷ�J�m;�ȷ�F����.�|ۮ�ܶ�ځ|ۮ�ܶ�ځ|ۮ�ܶ�ځ|�n�y�N�ȷ�J�m;�ȷ�J�m;���� -��hV2��Dv߶+3��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 ߶�|��ȷ�J�m;�ȷ�J�m;���� -��hV߶s��m�Rsێj�m�Rsێj�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 +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�Rsێj�m�Q�m;�K ߶+5���v ߶+5���v ߶+5���v ߶�|��ȷ�J�m;�ȷ�J�m;�ȷ�J�m;�ȷ�F����.�|ۮ�ܶ�ځ|ۮ�ܶ�ځ|ۮ�ܶ�ځx�n�ܶ��qxۮ�qێd��m�2sێh�m��A��m�ϱݶ_|����������������������o��Ot��������<3o���e�o?��/?}�:��������w�~�|>|���݇?||s�{���Nj�w9��7��.^�Ïg.?����������x�ܞ��v�������x��%pG�;<o��={E����S������w�������R�g����z��/��Nϲ��w��'�n�^Q;pG}8=� ���+j�ãT�g����E��� �K 7o��� �����y�jr�F�iޠځܼ1�lސ�R�F�[���0l�(p4oP�8n�(3�D;��7B=7o@]�y��4oP�@n�(5�T;��7JM����Qg��%��7JM����RӼA��y��4oP�@n�u6oH]�y��4oP�@n�(5�T;��7JM����AӼ!��y��ѼA��y��4o�@n�(5�T;��7F��R�@n�(5�T;��7JM����RӼA��yc�ټ!u ��RӼA��y��4oP�@n�(5�T;��7F��R�@n�(5�T;��7JM����BG�͊��!Ӽ!��y��4o�@n�(5�T;��7JM����Qg��%��7JM����RӼA��y��4oP�@n�u6oH]�y��4oP�@n�(5�T;��7JM����P��P�@n�(5�T;��7JM����BG�͊��1g��%��7JM����RӼA��y��4oP�@n�u6oH]�y��4oP�@n�(5�T;��7JM����Qg��%��7JM����RӼA��y��4oP�@n�u6oH]�y��4oP�@l�(t4oЬ8n�(3�D;��7F��R�@n�(5�T;��7JM����RӼA��yc�ټ!u ��RӼA��y��4oP�@n�(5�T;��7F��R�@n�(5�T;��7JM����RӼA��yc�ټ!u ��BG�͊��2ӼA��y��4oP�@n�u6oH]�y��4oP�@n�(5�T;��7JM����P��P�@n�(5�T;��7JM����RӼA��yc�ټ!u ��RӼA��y��4oP�@n�(5�T;�7M�̎��"G�Ɋ��2ӼA��yCUѼ�ϱ5o.>4o�?���O�\�N�V�;����3O��ӷ_��������@w��4��#�(��������O?}����?������u��LJ����.����x����͎���o�4����<��χ��㗷�u{��ځ𢡊����"u<���������={E����p�z�����+j�χ��?ET�����WO�wq� ��,�K��z�1��L�۳W��QO?��?ET����w�ӏ�֪۳W�|_}>�n�=�f�퐧���(���+h���U�g����>�^������W_����;��gY]wԻ�ӓU�g�����~���͍g�����~�7�����/�ܜ~�Nͳ���;���p�(���+j��T�g�����~G�n�^Q;�}�x�1ܸ���,�K��zwx|y�����w����٪۳W��Q����ۣW̊{��=�O�7�<�����~�Vݞ��v����m -(u{��ځ;��p'���+j��ޝ~wRϲ����T�g�����~G��x��ځ;���pc���+j���7/��,�K��zwxx���g����>n���={E�����`�Sx<{E�����ӏ�A��3�eu �QO?�{�n�^Q;pG݆W:v\Ь8�qQfv\�@�q1��q!u ��f����f����f�����R�@�qQjv\P�@�qQjv\P�@�qQjv\P�@�q1��q!u ��f����f����f�����R�@�qQ���e�(p츠Xq���� ځ��"���k �(5;.�v �(5;.�v �(5;.�v �u��R��j�R��j�R��j�Q��K �(5;.�v �(5;.�v �(5;.�v �4;.dv�(r� Yq���� ځ���츠ځ��bԹ�B��;.J͎��;.J͎��;.J͎��;.F�;.�.����츠ځ���츠ځ���츠ځ��bԹ�B��;.J͎��;.J͎��;. -;.hV�2;.Dv�(3;.�v �(5;.�v �(5;.�v �u��R��j�R��j�R��j�Q��K �(5;.�v �(5;.�v �(5;.�v ������;.J͎��;.J͎��;. -;.hV�s���R��j�R��j�R��j�Q��K �(5;.�v �(5;.�v �(5;.�v �u��R��j�R��j�R��j�Q��K �(5;.�v �(t츠Yq���� ځ��bԹ�B��;.J͎��;.J͎��;.J͎��;.F�;.�.����츠ځ���츠ځ���츠ځ��bԹ�B��;.J͎��;.J͎��;.J͎��;.F�;.�.���б�f��2��h�R��j�Q��K �(5;.�v �(5;.�v �(5;.�v ������;.J͎��;.J͎��;.J͎��;.F�;.�.����츠ځ���츠ځ���츠ځ��b�츐�q��ȱ�d��2��h���&��q�ϱ��\|���������������[�O��<��c~9���ˌg�ȶ�rK.��/?8�;�������v�������v����_Av�\2"@�2]~���w>������#J͈��K �8u��ځ8"��1"�j∀SLj���#F�#���8"��1"�j∀SLj���#N#�v �(5#�.�8"��1"�j∀SLj��H#�Fج8PfF]qD��cD�����V;G�:FX�@PjFP]qD��cD�����V;G�:FX�@PjFP]qD��cD�����V;G�:FX�@PjFP]qD��cD����n#lV�8s�0ځ8"�Ԍ��∀SLj���#N#�v �8u��ځ8"�Ԍ��∀SLj���#N#�v �8u��ځ8"�Ԍ��∀SLj���#N#�v �8u��ځ8"�Ԍ���3���xF#�FX�8p�`�qD��sD��5G�:FX�@p�`�qD��cD����fD��%G�:FX�@p�`�qD��cD����fD��%G�:FX�@p�`�qD��cD�����4;�F��0Yq8"��1"�h∀SLj���#J͈��K �8u��ځ8"��1"�j∀SLj���#J͈��K �8u��ځ8"��1"�j∀SLj���#J͈��K �8u��ځ8"��1"�j҈�C�6+�F9F��8p�`�qD��cD�����V;G��T�@p�`�qD��cD�����V;G��T�@p�`�qD��cD�����V;G�:GH]qD��cD�����V;�F���Yq8"�̌ �∀SLj���#N#�v �8u��ځ8"�Ԍ��∀SLj���#N#�v �8u��ځ8"�Ԍ��∀SLj���#N#�v �8u��ځ8"�Ԍ��∀SLj��H#�Fج8p�`�qD@�@u ���V;G�:FX�@p�`�qD@�@u ���V;G�:FX�@p�`�qD@�@u ���V;G�:FX�@p�`�qD@�@u ��n#lV�8s�0ځ8"��1"�j∀R3"���#N#�v �8u��ځ8"��1"�j∀Q���k �8u��ځ8"��1"�j∀SLj���#J͈��K �8u��ځ8"��1"�j∀SLj��H# -#hv�8r`��pD��cD����Û�ߞ���#�9~}|>ܿ�]����G�Ǘӿ�^?����������<�� ��o�w��w�_����_�v��w��b���#���{#��M2���_�~�A�� �ȵo����jr�[��}�ځ\�Vjjߨv �:kߤ.�\�Vjjߨv ���7���o���7�ǵoc��7�K ���7�ȵo����jr�[��}�ځ\�6�}��r�[��}�ځ\�Vjjߨv ���7�ȵo���7�K ���7�ȵo����jr�[��}�ځ\�6�}��r�[��}�ځX�V�}�Yq\�Vfj߈v �:kߤ.�\�Vjjߨv ���7�ȵo����jr�ۨ��M�ȵo����jr�[��}�ځ\�Vjjߨv �:kߤ.�\�Vjjߨv ���7�ȵo����jr�ۨ��M�H�oen�o/ð���Q�F�����Ծ�@�}�\�u �ڷRS�F�����ԾQ�@�}+5�oT;�k�F��oR�@�}+5�oT;�k�JM���ڷRS�F���m�Y�&u �ڷRS�F�����ԾQ�@�}+5�oT;k�M�̎�ڷ"G�Ɋ�ڷ2S�F�����ԾQ�@�}u־I]����ԾQ�@�}+5�oT;�k�JM���ڷQg��%�k�JM���ڷRS�F�����ԾQ�@�}u־I]����ԾQ�@�}+5�oT;k� -�o4+k߆L�Ȏ�ڷ2S�F�����ԾQ�@�}+5�oT;�k�F��oR�@�}+5�oT;�k�JM���ڷRS�F���m�Y�&u �ڷRS�F�����ԾQ�@�}+5�oT;�k�B=A]����ԾQ�@�}+5�oT;k� -�o4+�k�Ɯ�oB�@�}+5�oT;�k�JM���ڷRS�F���m�Y�&u �ڷRS�F�����ԾQ�@�}+5�oT;�k�F��oR�@�}+5�oT;�k�JM���ڷRS�F���m�Y�&u �ڷRS�F�����Q�F�����Ծ�@�}u־I]����ԾQ�@�}+5�oT;�k�JM���ڷQg��%�k�JM���ڷRS�F�����ԾQ�@�}u־I]����ԾQ�@�}+5�oT;�k�JM���ڷQg��%k� -�o4+�k��L���ڷRS�F���m�Y�&u �ڷRS�F�����ԾQ�@�}+5�oT;�k�B=A]����ԾQ�@�}+5�oT;�k�JM���ڷQg��%�k�JM���ڷRS�F�����ԾQ�@�}4�o2;kߊ�o$+�k��L�����~�Yվ�sl����ϱԾ�Wjߏ�9 -־�3�}������_�|����o~���/?����c�ӯ.ķ��ϻ���r|�Y�����帷�q�v ��:�q�.�\�Sj�q�v �㔚r���8���jr9Ψ�G���8���jb9N���f�q9N�)�!ځ\�3�,Ǒ�r9N�)ǡځ\�Sj�q�v �㔚r���8��r�K �㔚r���8���jr9N�)ǡځ\�3�,Ǒ�r9N�)ǡځ\�Sj�q�v �㔚r���8��r�K �㔹��P��r�G9Ŋ�r�2S�C��'�s9�5��qJM9��r�RS�C���Ԕ�P�@.�u��H]��Ԕ�P�@.�)5�8T;��qJM9��r�Qg9��%��qJM9��r�RS�C���Ԕ�P�@,�4�82;�q��8$+��q�L9��r�RS�C��g�Y�#u �r�RS�C���Ԕ�P�@.�)5�8T;��qF��8R�@.�)5�8T;��qJM9��r�RS�C��g�Y�#u �r�RS�C���Ԕ�P�@,�)t��Ь8,�2�8";��q�L9��r�RS�C���Ԕ�P�@.�u��H]��Ԕ�P�@.�)5�8T;��qJM9��r�Qg9��%��qJM9��r�RS�C���Ԕ�P�@.� �\�u �r�RS�C���Ԕ�P�@,�)t��Ь8.�s��]��Ԕ�P�@.�)5�8T;��qJM9��r�Qg9��%��qJM9��r�RS�C���Ԕ�P�@.�u��H]��Ԕ�P�@.�)5�8T;��qJM9��r�Qg9��%��qJM9��r�BG9͊�r�2S�C��g�Y�#u �r�RS�C���Ԕ�P�@.�)5�8T;��qF��8R�@.�)5�8T;��qJM9��r�RS�C��g�Y�#u �r�RS�C���Ԕ�P�@.�)5�8T;��qF��8R�@,�)t��Ь8.�)3�8D;��qJM9��r�Qg9��%��qJM9��r�RS�C���Ԕ�P�@.� �\�u �r�RS�C���Ԕ�P�@.�)5�8T;��qF��8R�@.�)5�8T;��qJM9��r�RS�C��gД���8,�)r�㐬8.�)3�8D;��q���8�[9��c@9n�s������}��r�x&帻��O_?�����ï�O�K�����_N���?���O_���0���w��?~���^vy��]�����>�L���K���������������D����J��/Q�@|��B��/Ѭ8~��1��/ ]���J��/Q�@~��R��KT;�_�Լ����_u����%�_�Լ����_*5 _T;��JM��䆯Qg×�%��JM��䆯R��E����4|Q�@n�u6|I]���4|Q�@l�*t4|Ѭ8n�*3 _D;��F� _R�@n�*5 _T;��JM��䆯R��E���k���%u 䆯R��E����4|Q�@n�*5 _T;��F� _R�@n�*5 _T;��JM��䆯R��E���k���%u ���2��/��a��U�h��Xq��Uf��v 7|�zn���r�W�i��ځ��Uj��v 7|���/�� _�Ά/�K 7|���/�� _���jr�W�i��ځ��5�l���r�W�i��ځ��Uj��v 7|���/�� _���Kf�a�W���d�q�W�i�"ځ��Uj��v 7|�:��.���Uj��v 7|���/�� _���jr�ר��K�� _���jr�W�i��ځ��Uj��v 7|�:��.���Uj��v 7|���/�� _���/�� _C��Kd�q�W�i�"ځ��Uj��v 7|���/�� _�Ά/�K 7|���/�� _���jr�W�i��ځ��5�l���r�W�i��ځ��Uj��v 7|���/�� _��������Uj��v 7|���/�� _���/�� _cΆ/�K 7|���/�� _���jr�W�i��ځ��5�l���r�W�i��ځ��Uj��v 7|���/�� _�Ά/�K 7|���/�� _���jr�W�i��ځ��5�l���r�W�i��ځ��U�h��Yq��Uf��v 7|�:��.���Uj��v 7|���/�� _���jr�ר��K�� _���jr�W�i��ځ��Uj��v 7|�:��.���Uj��v 7|���/�� _���jr�ר��K�� _���/�� _e��hr�W�i��ځ��5�l���r�W�i��ځ��Uj��v 7|���/�� _��������Uj��v 7|���/�� _���jr�ר��K�� _���jr�W�i��ځ��Uj��v 6| ��/�� _E��/�� _e��hr×��ዟck�^|h���o>p��'���(��gN��<~�:����<�����͋/�鯿���e�l������?3��=�~�������Hy��3�~�����sӿ=�(��>�p<ܿ�/ r<�d��w���;Gn�2Yq;���(��Q&+n�<��^-r{�Ɋ{�|<�^��W��Q$;n��;<?Kr{�Ɋ�!w��J��e��v������r{�Ɋ{�|:��?8r<�d�퐧_��%Cn�2Yq;����Oz �=�d�퐧_�[In�2Yq�ϧ_|��ۓV؎w��?��Fƣ,V�y������(��C>�^�/��(��>�r<�>��FƣHv�ywxz���(��C>������5e��v��/���md<�dŽ_��9���+2���퐧_��GGn�2Yq;����ɑۣLV�y��?Jr{�Ɋ��w�7��:@v��2�9DVo�2�9DV�q��xƫ9��9 vO�2�9DV��2s9DV��2[9DV/�r���q<�cȬ�Yq��c�L�Yq<�c���Yq��#�9�d��4�!��Cd��.�!3�Cd��(�!��Cd��"� � ��s8����[8FS8^�����Cb�� -� ���8�����7��� ���7��� ���7���7@v��2�7DVo�2�7DV�2{7DV��r����q<uc�,�Yq�sc���Yq<rc�l�Yq�p#�9pd�Ѽ��u�.�p��hcچ��0�1`vmH�8^��N�Gm��%�'m�E"+��l�9"+��l�-"+��l9�l��8��1dVl��8ް1d&l��8�1d�k��8^�����x�ƐY�!��x�Ɛ��!��x�Ɛ٬!��p�F����p��xc����0ު1`�jH�8�1dvj��8^�����x�ƐY�!��x�Ɛ��!��x�Ɛ٦!��x�F�s�Ȏ�YCf��Ȋ�MCf��Ȋ�ACf��Ȋ�5A�1 ;��h�%"+�wh�"+Gh�86h���e�� -��f}�Ċ��Cfz�Ȋ��Cfw�Ȋ��A�� ;�'g��"+��f��"+��f��"+��f9�f��8��1dVf��8ޘ1d&f��8�1d�e��8^��N��e��%��e�e"+�we�Y"+Ge�86e��E�A;��d�5"+��d�)"+��d�"+�Wd9Gd��8��1dd��8ޏ1d�c��8�1d�c��8^�����x6ƐY�!��x3Ɛ��!��x0Ɛً!��x-F�s,Ȏ�Cf)�ȊÝ#��/�x$ƀو!��x!F�s Ȏ�yCf�Ȋ�mCf�Ȋ�aCf�Ȋ�UA�Q ;�'a�E"+��`�9"+��`�-"+��`9�`��8��1dV`��8ހ1d&`��8�1d�_��8^���p�ňc����0�}1`f_H�8}1d6_��8^|�|��x�ŐY{!��x�Ő�z!��x�Ő�y!��x��:yy�'�8�x1d^��8�w1d�]��8w1d�]��8^v�v��x�ŐYu!��x�Ő�t!��x�Ő�s!��p�E�s��p��xcɅ��0�q1`f\H�8q����Bb�p9Xp����?>�_�~��;�r|9�[������N�^z��;�3q9������=�o���~�����_������闟��Wb8>�����<����/���~.>�~����j�����݀jr�����@�����jr�A��9�ځ\tPj��v w�:��.�\wPj��v 7����ȥ����jr�����@�H�en�/ð���Q@�����4 �@�@�\��u ��RӃ@�� ��T!P�@.C(5mT;��F��R�@�D(5�T;�[JM-��b�Rӌ@��a�Y� u �z�Rӏ@��!��T$P�@.I(5- T;{MQ�̎ê�"GWɊ㶄2S�@��0��4&P�@�Lu�&H]�6���&P�@nN(5� T;��JM{����Qg���%�+JM����RS�@��H��4)P�@�Ru�)H]�N���)P�@nT(5� -T;K -� -4+{�L��Ȏ�j�2ӭ@��]���+P�@.X(5 T;�;F�%R�@�Y(5=T;��JM��䲅RӶ@��oa�Y� u �ʅRӹ@��u���.P�@.^(5�T;��B=�/@]�~���/P�@n`(5T;K --4+�{ƜEB�@�b(5]T;��JM��B�R��@���a�Y� u �Z�R��@�����T3P�@.g(5�T;��F� R�@�h(5 T;�[JMM�䢆R��@���a�Y� u 了R��@�����Q�@�⸴�̴6�@�mu7H]����t7P�@no(5� T;�JM����Qg���%�kJM���&�RS�@��̡Դ9P�@�su:H]�ҡ�t:P�@nu(5�T;��JM���n�Qg���%� -�4+��L��䒇R��@���a�Y� u 䪇R��@������=P�@.|(5�T;�;B=�>@]�����>P�@n~(5�T;��JM�����Qg��%�+ JM���RSA����4AP�@�4e2;� �}$+�!�L%��R5D+?�V������ϱCn�C�����C�3)��B1�_oo�>������o��?����/���>��������ϟ~�r~�_�|��������x�$q��8=p����_����-λ����������P�@��Sj��P�@��3h����8��S丛C���nN���C��nN���C��nΨ�n��%��攚�9T;��攚�9T;��攚�9T;���:��H]�nN���C��nN���C��nN���C��nΨ�n��%��攚�9T;��攚�9T;��:��Ь8��3d���8��Sf���@��Sj��P�@��Sj��P�@��3꼛#u �9��n��9��n��9��n��9�λ9R�@��Sj��P�@��Sj��P�@��Sj��P�@����n�5��攚�9T;��攚�9T;��:��Ь8��3漛#t �9��n��9��n��9��n��9�λ9R�@��Sj��P�@��Sj��P�@��Sj��P�@��3꼛#u �9��n��9��n��9��n��9�λ9R�@��Sj��P�@��S踛C���nN���C��nΨ�n��%��攚�9T;��攚�9T;��攚�9T;���:��H]�nN���C��nN���C��nN���C��nΨ�n��%��攚�9T;��攚�9T;��攚�9T;���:��H]�nN��n͊�9e�n��9��n��9�λ9R�@��Sj��P�@��Sj��P�@��Sj��P�@����n�5��攚�9T;��攚�9T;��攚�9T;���:��H]�nN���C��nN���C��nN���C��nΠ��#���nN��nɊ�9e�n�仹�.u7��c����p7��9��A��˶�Jwsy&wsw�n�~����?�|����͂������9%ޞc�}~ܛO>����<�G�C�������n/�}�w���+j�r�����w����D�=zŬ������x��Ee�g]w����Ѫ۳W��QO?��[�n�^Q;pG=�N������+j��ޝ~wRϲ����T�g�����~�Xt����w�ӏ�ƪ۳W�|_�?n^�:�eu �Q��Xt����w���͓U�g����>� -�g�����p�1<��pƳ�.�;���po���+j�����+f�퐧���� g<{����0�~�Rϲ���[)�:^s�j�k.�:^s�j�k.�:^s�j�k.���\���k.�:^s�j�k.�:^s�j�k.�:^s�j�k.���\���k.�:^s�j�k.�:^s�j�k.�:^s�j�k.���\���k.���5,^��k.���Ŋ��\8s�����\u���5_s���V;_s���V;_s���V;_s�Լ��%_s���V;_s���V;_s���V;_s�Լ��%_s��Q�e�����Q�e�����Q�e�����Q�E�㨮�ȭ��d�a]י���hb]ש���jb]W��뢺b]ש���jb]ש���jb]ש���jb]W��뢺b]ש���jb]ש���jb]ש���jb]W��뢺b]ש���jb]ש���jR]ס[]�͊���"G]Ɏú�3G]��ĺ�SG]��ĺ�SG]��ĺ�RS�Eu ĺ�SG]��ĺ�SG]��ĺ�SG]��ĺ�RS�Eu ĺ�SG]��ĺ�SG]��ĺ�SG]��ĺ�Qg]��5�Nu]V;�Nu]V;����lV�u���.�K �u�:꺬v �u�:꺬v �u�:꺬v �u���.�K �u�:꺬v �u�:꺬v �u�:꺬v �u���.�K �u�:꺬v �u�:꺬v �u�:꺬v �u���.�K �u�:꺬v �u��u٬8��:s�u�@��*5u]T�@��:u�uY�@��:u�uY�@��:u�uY�@��*5u]T�@��:u�uY�@��:u�uY�@��:u�uY�@��*5u]T�@��:u�uY�@��:u�uY�@��:u�uY�@��*5u]T�@��:t��YqX�u��2ځX�u��ځX�Uj꺨.�X�u��ځX�u��ځX�u��ځX�5�뒺b]ש���jb]ש���jb]ש���jb]W��뢺b]ש���jb]ש���jb]ש���jR]W����f�Q]ב[]�Ɋú�3G]��ĺ.TNM]�?Ƿg.?�~]>Ƿ?���'����8�������۫��w?�x&�le�Tu����7�}���_|����__^����y���-���\��۪��n��{|x>�|�m�ϙ�.?����x�{�3���:�eu �Q���Vݞ��v���x�{=EQ����w������)u{��ځ�O�ÃTdz�.�;���p�,���+j���)u{��ځ;���pk���+j��>�~��e��v����x�����w����ƪ۳W��Q�O/��w{��ځ�/��wNϲ��w��'�n�^Q;pG}<�>�Ku{��ځ;���� ��^Q;�������p��<�����~w�Rݞ��v��z�1�>Iu{��ځ;���p�����w6?��Q� -�K ��(5�*�v ��(5�*�v ��(t���Yq��b̹�B�ȫ*Jͪ -�ȫ*Jͪ -�ȫ*Jͪ -�ȫ*F��*�.����Ԭ��ځ���Ԭ��ځ���Ԭ��ځ��bԹ�B�ȫ*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����Ҫ�2�U/�pUE�cUŊ�UefU��U��WU@]yUE�YUA�yUE�YUA�yUE�YUA�yUŨsU��%�WU��UT;�WU��UT;�WU��UT;�WU�:WUH]yUE�YUA�yUE�YUA�yUE�YUA�qUŠYU!��pUE�cUɊ�UefU��U�fU��U��UR�@^UQjVUP�@^UQjVUP�@^UQjVUP�@^U1�\U!u �U�fU��U�fU��U�fU��U��UR�@^UQjVUP�@^UQjVUP�@\UQ�XUA��pUŐYU!��xUE�YUA�yUE�YUA�yUE�YUA�yUŨsU��%�WU��UT;�WU��UT;�WU��UT;�WU�:WUH]yUE�YUA�yUE�YUA�yUE�YUA�yUE��UP�@^UQjVUP�@^UQjVUP�@\UQ�XUA��xUŘsU��%�WU��UT;�WU��UT;�WU��UT;�WU�:WUH]yUE�YUA�yUE�YUA�yUE�YUA�yUŨsU��%�WU��UT;�WU��UT;�WU��UT;�WU�:WUH]yUE�YUA�qUE�cU͊�UefU��U��UR�@^UQjVUP�@^UQjVUP�@^UQjVUP�@^U1�\U!u �U�fU��U�fU��U�fU��U��UR�@^UQjVUP�@^UQjVUP�@^UQjVUP�@^U1�\U!u �U��U4+�WU��UD;�WU��UT;�WU�:WUH]yUE�YUA�yUE�YUA�yUE�YUA�yUE��UP�@^UQjVUP�@^UQjVUP�@^UQjVUP�@^U1�\U!u �U�fU��U�fU��U�fU��U�fU�̎�UE�U$+�WU��UD;�WU��AԪ -~�mU��c<<��_�������?�}w���r�7��':�#���w�w��<�]��XV�O?~��o?�����?>����_�������˗�_~��������ǟ~�����~��_onn����_����?������^�`�O�v���eo���-���/h/�n���}�A�ZT;���5�����%���Uj��E��Z��ZT;���Uj��E��Z��/hI]�Z��ZT;���Uj��E��Z��ZT;�����ZP�@��V�����/h��/hQ�@��V��Z4+���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��ZT;��U���͊�/h��/h�@��֨�ZR�@��V�����/h��/hQ�@��V�����/h�:��%u �/h��/hQ�@��V�����/h��/hQ�@��֨�ZR�@��V�����/h��/hQ�@��V�����/h�:��%u �/h:��E���Ze�ZD;���Uj��E��Z��/hI]�Z��ZT;���Uj��E��Z��ZT;�����ZP�@��V�����/h��/hQ�@��V�����/h�:��%u �/h��/hQ�@��V�����/h��/hQ�@��֠���̎�/h9��E���Ze�ZD;������P}A��c����c����cy�ő_{��rx����^�G��g��W�����������=����{.�/�>X��do�����ч�䝷klϲ��w���?�U����w����Ѫ۳W��Q��F�����ځ����������K�����ځ�����%�v ��D�y ���/1�| �K ��D�y ���/Qj�_�j��K�����ځ�����%dv��D�y ���/Qj�_�j��K�����ځ����������K�����ځ�����%�v ��D�y ���/���%��������%�v ��D�y ���/Qj�_�j��K�:�_B���/Qj�_�j��K�����ځ�������Yq��c������K�����ځ�����%�v ��D�y ���/1�| �K ��D�y ���/Qj�_�j��K�����ځ����������K�����ځ�����%�v ��D�y ���/1�| �K ��D�y ���/Q�x ���/Qf�_�h��K�:�_B���/Qj�_�j��K�����ځ�����%�v ��Ĩ��%�.������%�v ��D�y ���/Qj�_�j��K�:�_B���/Qj�_�j��K�����ځ�����%�v ��Ĩ��%�.���en�/A�2�_����+��_�̼��������P�@~�R��T;��_�Լ�����(5�/A���%F��/!u ���(5�/A���%J��KP�@~�R��T;��_b���R�@~�R��T;��_�Լ�����(5�/A���%��K��8|�"��K��8~�2��D;��_�Լ�����u����%��_�Լ�����(5�/A���%J��KP�@~�Q��KH]��%J��KP�@~�R��T;��_�Լ�����u����%��_�Լ�����(5�/A���% -�/A����%���K��8~�2��D;��_����ځ<�����ځ<�c�9�C���8J�<���8J�<���8J�<���8F��8�.�<�����ځ<�����ځ<�����ځ<�#��<�k ��(5�8�v ��(5�8�v ��(t��Yq<�c�9�C���8J�<���8J�<���8J�<���8F��8�.�<�����ځ<�����ځ<�����ځ<�c�9�C���8J�<���8J�<���8J�<���8F��8�.�<�����ځ8���1��f��<�23��h�<�Q�<�K ��(5�8�v ��(5�8�v ��(5�8�v ��u�㐺�<�R3��j�<�R3��j�<�R3��j�<�Q�<�K ��(5�8�v ��(5�8�v ��(5�8�v ��u�㐺�<�B�<���8��<���8J�<���8F��8�.�<�����ځ<�����ځ<�����ځ<�#��<�k ��(5�8�v ��(5�8�v ��(5�8�v ��u�㐺�<�R3��j�<�R3��j�<�R3��j�<�A3�Cf��<�"�<���8��<���8��/j?�6�s�1�v�q�?�����+�/�<��ǯ/��<N�^����}��߿?>|������/?�w�������������x�ɟ?���?~�e<�����9��B>|������$��X~u��o�{o-�G����F����"��S�� ������y ��ǁ��m �Ǘ���a ��g�B�U ��7��'��]��A�sHb��5�!sHd��)� �% ��w��� ��G��� ����� ������@v��2�DV�2wDV_�2GDV�� r^��q|�gȜ�Yq|�g���Yqx�g�q�G�e�� /W~�U��0'~$V�2�}DV_�2�}DV�� r^��q|�gȜ�Yq|�g���Yq|�g��Yq|�'�y�d��-�!s�Gd��!�!s�Gd���!s�Gd�� �u�|��O.q|�gȜ�Yq|�g���Yqx�g�q�G�e�� p^��q|�gȜ�Yq|�g���Yq|�g��Yq|�'�y�d��!s�Gd��!s�Gd��!s�Gd��y� �u�Ƿy��i�LJy��]��Wy��Q��'y��y@v��2�xDV�q��xƗx�!��gx��Wx@v��2'xDV�2�wDV_�2�wDV�� r^��q|wgȜ�Yq|tg���Yq|qg��Yq|n'�ymd��!sjGd��!sgGd��!sdGd�� ����uF�u^��q�s[Gb��e�!sXGd��Y� �U��7u��I��u��=���t��1�ǧt���%�>����!sFGd���!sCGd���!s@Gd���� ���Ƿs����LJs�����Ws�����'sB�����r��r�]��s+Gb���l�C9���3����8������O��?���������t�������i~����Osw���e���{�����^��endstream -endobj -1514 0 obj << -/Type /Page -/Contents 1515 0 R -/Resources 1513 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 1218 0 R -/Annots [ 1517 0 R 1518 0 R 1519 0 R 1520 0 R 1521 0 R 1522 0 R 1523 0 R 1524 0 R 1525 0 R 1526 0 R 1527 0 R 1528 0 R 1529 0 R 1530 0 R 1531 0 R 1532 0 R 1533 0 R 1534 0 R 1535 0 R 1536 0 R 1537 0 R 1538 0 R 1539 0 R 1540 0 R 1541 0 R 1542 0 R 1543 0 R 1544 0 R 1545 0 R 1546 0 R 1547 0 R 1548 0 R 1549 0 R 1550 0 R 1551 0 R 1552 0 R 1553 0 R 1554 0 R 1555 0 R 1556 0 R 1557 0 R 1558 0 R 1559 0 R 1560 0 R 1561 0 R 1562 0 R 1563 0 R 1564 0 R 1565 0 R 1566 0 R 1567 0 R 1568 0 R 1569 0 R 1570 0 R 1571 0 R 1572 0 R 1573 0 R 1574 0 R 1575 0 R 1576 0 R 1577 0 R 1578 0 R 1579 0 R 1580 0 R 1581 0 R 1582 0 R 1583 0 R 1584 0 R 1585 0 R 1586 0 R 1587 0 R 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 ] ->> endobj -1517 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 706.187 226.101 715.098] -/Subtype /Link -/A << /S /GoTo /D (flags-admin) >> ->> endobj -1518 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 (flags-admin) >> ->> endobj -1519 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 693.235 232.298 702.147] -/Subtype /Link -/A << /S /GoTo /D (flags-edit) >> ->> endobj -1520 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 (flags-edit) >> ->> endobj -1521 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 680.284 237.269 689.195] -/Subtype /Link -/A << /S /GoTo /D (flags-create) >> ->> endobj -1522 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 (flags-create) >> ->> endobj -1523 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 667.333 237.269 676.244] -/Subtype /Link -/A << /S /GoTo /D (flags-delete) >> ->> endobj -1524 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 667.333 537.983 676.244] -/Subtype /Link -/A << /S /GoTo /D (flags-delete) >> ->> endobj -1525 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 654.381 153.524 663.293] -/Subtype /Link -/A << /S /GoTo /D (keywords) >> ->> endobj -1526 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 (keywords) >> ->> endobj -1527 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 643.487 175.909 650.341] -/Subtype /Link -/A << /S /GoTo /D (custom-fields) >> ->> endobj -1528 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 643.487 537.983 650.341] -/Subtype /Link -/A << /S /GoTo /D (custom-fields) >> ->> endobj -1529 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 628.478 239.67 637.39] -/Subtype /Link -/A << /S /GoTo /D (add-custom-fields) >> ->> endobj -1530 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 (add-custom-fields) >> ->> endobj -1531 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 615.527 239.122 624.438] -/Subtype /Link -/A << /S /GoTo /D (edit-custom-fields) >> ->> endobj -1532 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 (edit-custom-fields) >> ->> endobj -1533 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 602.575 244.093 611.487] -/Subtype /Link -/A << /S /GoTo /D (delete-custom-fields) >> ->> endobj -1534 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 (delete-custom-fields) >> ->> endobj -1535 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 589.624 169.594 598.535] -/Subtype /Link -/A << /S /GoTo /D (edit-values) >> ->> endobj -1536 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 (edit-values) >> ->> endobj -1537 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 576.673 264.367 585.584] -/Subtype /Link -/A << /S /GoTo /D (edit-values-list) >> ->> endobj -1538 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 (edit-values-list) >> ->> endobj -1539 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 563.721 233.105 572.633] -/Subtype /Link -/A << /S /GoTo /D (edit-values-delete) >> ->> endobj -1540 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 563.721 537.983 572.633] -/Subtype /Link -/A << /S /GoTo /D (edit-values-delete) >> ->> endobj -1541 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 550.77 144.448 559.681] -/Subtype /Link -/A << /S /GoTo /D (voting) >> ->> endobj -1542 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 (voting) >> ->> endobj -1543 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 537.818 141.858 546.73] -/Subtype /Link -/A << /S /GoTo /D (quips) >> ->> endobj -1544 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 (quips) >> ->> endobj -1545 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 524.867 227.905 533.778] -/Subtype /Link -/A << /S /GoTo /D (groups) >> ->> endobj -1546 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 (groups) >> ->> endobj -1547 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 511.915 215.571 520.827] -/Subtype /Link -/A << /S /GoTo /D (create-groups) >> ->> endobj -1548 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 (create-groups) >> ->> endobj -1549 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 498.964 257.085 507.875] -/Subtype /Link -/A << /S /GoTo /D (edit-groups) >> ->> endobj -1550 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 (edit-groups) >> ->> endobj -1551 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 486.013 302.205 494.924] -/Subtype /Link -/A << /S /GoTo /D (1787) >> ->> endobj -1552 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 486.013 537.983 494.924] -/Subtype /Link -/A << /S /GoTo /D (1787) >> ->> endobj -1553 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 473.061 315.485 481.973] -/Subtype /Link -/A << /S /GoTo /D (1791) >> ->> endobj -1554 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 473.061 537.983 481.973] -/Subtype /Link -/A << /S /GoTo /D (1791) >> ->> endobj -1555 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 460.11 350.016 469.021] -/Subtype /Link -/A << /S /GoTo /D (1793) >> ->> endobj -1556 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 460.11 537.983 469.021] -/Subtype /Link -/A << /S /GoTo /D (1793) >> ->> endobj -1557 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 447.158 365.238 456.07] -/Subtype /Link -/A << /S /GoTo /D (1797) >> ->> endobj -1558 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 447.158 537.983 456.07] -/Subtype /Link -/A << /S /GoTo /D (1797) >> ->> endobj -1559 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 434.207 338.718 443.118] -/Subtype /Link -/A << /S /GoTo /D (1801) >> ->> endobj -1560 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 434.207 537.983 443.118] -/Subtype /Link -/A << /S /GoTo /D (1801) >> ->> endobj -1561 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 421.255 299.973 430.167] -/Subtype /Link -/A << /S /GoTo /D (sanitycheck) >> ->> endobj -1562 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 421.255 537.983 430.167] -/Subtype /Link -/A << /S /GoTo /D (sanitycheck) >> ->> endobj -1563 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 408.304 229.309 417.215] -/Subtype /Link -/A << /S /GoTo /D (upgrading) >> ->> endobj -1564 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 408.304 537.983 417.215] -/Subtype /Link -/A << /S /GoTo /D (upgrading) >> ->> endobj -1565 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 397.29 226.649 404.264] -/Subtype /Link -/A << /S /GoTo /D (upgrading-version-defns) >> ->> endobj -1566 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 397.29 537.983 404.264] -/Subtype /Link -/A << /S /GoTo /D (upgrading-version-defns) >> ->> endobj -1567 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 382.401 251.825 391.312] -/Subtype /Link -/A << /S /GoTo /D (upgrading-notifications) >> ->> endobj -1568 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 382.401 537.983 391.312] -/Subtype /Link -/A << /S /GoTo /D (upgrading-notifications) >> ->> endobj -1569 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 369.45 294.973 378.361] -/Subtype /Link -/A << /S /GoTo /D (upgrading-methods) >> ->> endobj -1570 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 369.45 537.983 378.361] -/Subtype /Link -/A << /S /GoTo /D (upgrading-methods) >> ->> endobj -1571 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 356.498 269.379 365.41] -/Subtype /Link -/A << /S /GoTo /D (upgrade-cvs) >> ->> endobj -1572 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 356.498 537.983 365.41] -/Subtype /Link -/A << /S /GoTo /D (upgrade-cvs) >> ->> endobj -1573 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 343.547 290.121 352.458] -/Subtype /Link -/A << /S /GoTo /D (upgrade-tarball) >> ->> endobj -1574 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 343.547 537.983 352.458] -/Subtype /Link -/A << /S /GoTo /D (upgrade-tarball) >> ->> endobj -1575 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 330.595 279.88 339.507] -/Subtype /Link -/A << /S /GoTo /D (upgrade-patches) >> ->> endobj -1576 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 330.595 537.983 339.507] -/Subtype /Link -/A << /S /GoTo /D (upgrade-patches) >> ->> endobj -1577 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 317.644 255.152 326.555] -/Subtype /Link -/A << /S /GoTo /D (upgrading-completion) >> ->> endobj -1578 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 317.644 537.983 326.555] -/Subtype /Link -/A << /S /GoTo /D (upgrading-completion) >> ->> endobj -1579 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 302.436 154.48 311.323] -/Subtype /Link -/A << /S /GoTo /D (security) >> ->> endobj -1580 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 302.436 537.983 311.323] -/Subtype /Link -/A << /S /GoTo /D (security) >> ->> endobj -1581 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 286.959 184.746 295.87] -/Subtype /Link -/A << /S /GoTo /D (security-os) >> ->> endobj -1582 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 286.959 537.983 295.87] -/Subtype /Link -/A << /S /GoTo /D (security-os) >> ->> endobj -1583 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 276.065 197.329 282.919] -/Subtype /Link -/A << /S /GoTo /D (security-os-ports) >> ->> endobj -1584 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 276.065 537.983 282.919] -/Subtype /Link -/A << /S /GoTo /D (security-os-ports) >> ->> endobj -1585 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 261.056 235.217 269.968] -/Subtype /Link -/A << /S /GoTo /D (security-os-accounts) >> ->> endobj -1586 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 261.056 537.983 269.968] -/Subtype /Link -/A << /S /GoTo /D (security-os-accounts) >> ->> endobj -1587 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 250.073 211.048 257.016] -/Subtype /Link -/A << /S /GoTo /D (security-os-chroot) >> ->> endobj -1590 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 250.073 537.983 257.016] -/Subtype /Link -/A << /S /GoTo /D (security-os-chroot) >> ->> endobj -1591 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 235.153 145.733 244.065] -/Subtype /Link -/A << /S /GoTo /D (security-mysql) >> ->> endobj -1592 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 235.153 537.983 244.065] -/Subtype /Link -/A << /S /GoTo /D (security-mysql) >> ->> endobj -1593 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 222.202 263.172 231.113] -/Subtype /Link -/A << /S /GoTo /D (security-mysql-account) >> ->> endobj -1594 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 222.202 537.983 231.113] -/Subtype /Link -/A << /S /GoTo /D (security-mysql-account) >> ->> endobj -1595 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 209.25 321.663 218.162] -/Subtype /Link -/A << /S /GoTo /D (security-mysql-root) >> ->> endobj -1596 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 209.25 537.983 218.162] -/Subtype /Link -/A << /S /GoTo /D (security-mysql-root) >> ->> endobj -1597 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 198.356 209.922 205.21] -/Subtype /Link -/A << /S /GoTo /D (security-mysql-network) >> ->> endobj -1598 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 198.356 537.983 205.21] -/Subtype /Link -/A << /S /GoTo /D (security-mysql-network) >> ->> endobj -1599 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 185.405 157.768 192.259] -/Subtype /Link -/A << /S /GoTo /D (security-webserver) >> ->> endobj -1600 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 185.405 537.983 192.259] -/Subtype /Link -/A << /S /GoTo /D (security-webserver) >> ->> endobj -1601 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 170.396 373.596 179.308] -/Subtype /Link -/A << /S /GoTo /D (security-webserver-access) >> ->> endobj -1602 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 170.396 537.983 179.308] -/Subtype /Link -/A << /S /GoTo /D (security-webserver-access) >> ->> endobj -1603 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 157.445 146.839 166.356] -/Subtype /Link -/A << /S /GoTo /D (security-bugzilla) >> ->> endobj -1604 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 157.445 537.983 166.356] -/Subtype /Link -/A << /S /GoTo /D (security-bugzilla) >> ->> endobj -1605 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 144.493 317.935 153.405] -/Subtype /Link -/A << /S /GoTo /D (security-bugzilla-charset) >> ->> endobj -1606 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 144.493 537.983 153.405] -/Subtype /Link -/A << /S /GoTo /D (security-bugzilla-charset) >> ->> endobj -1516 0 obj << -/D [1514 0 R /XYZ 71.731 729.265 null] ->> endobj -1513 0 obj << -/Font << /F27 1224 0 R /F32 1231 0 R /F35 1589 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1653 0 obj << -/Length 58926 -/Filter /FlateDecode ->> -stream -xڔ�͒d�y]9�Sj�Wx�ǐ`S�n�dj��fm=(�4�Y��D����#���}��|�4 @\��NU��^�=~ww���^�������;�??}��?���w?�����7��������������������������3�������3��������p�������?�q~����������������~�����_��/?�����?��?����0�LJ�����~�S���v~����g����x��1��OW?���� iw����Gkݞ�am�u����x�o)�x��p�z���u{����;���p������XO_�ݣ�n�ް6���xxx{r��,[������j�۳7� ܱ>^��u{����;�����n�ް6���G؇'iϲu�XO_�㫴n�ް6p�z�N�w�����XO_ý�n�ް6����5�?o���q;��wp�?pƳ7� ܱ���;kݞ�am������f�goXx��v<ܿ�8�Y�.������Z�goX�c=���17��am����5<�8���^��ߝ��Ggͳh]�;�����,�۳7� ܱ����iݞ�am����5�u{�������p�~��Y�.������MZ�goX�c}>_�u{����;��ó� ��� g�+ӟ�8�x��p�z���u{����;��w�t/�۳7� ܱ����iݞ�am�u���kx���,[����5�?J��� kw����(��goX�c=} wֺ={���������M��ϲu�XO���x����;����n�ް6p��zx��ް6����5<�8�Y�.���kx������XO_������ g�v����A���ސ6�����K�x��p�z�����x����;�ӷpg�۳7� ܱ��䏹�� k�[_�o����dzl]�;և�㋵n�ް6p��tz^���ް6p�z��䏹�� k�[_O_ã��gٺ�w����A���ް6p�z��叹�� kw����h�۳7� �n};} w���x��p�z������K؎��`��u{�p;���*��goHx��pwwx}q?j�,ZW������l�۳7� ܱ����iݞ�am��u��u{憵����� ��Y�.���k�������XO_��YZ�goX�c=��wֺ={��������˛��gٺ�w���Oiݞ�am������b�۳7� ܱ��ߤu{������A���(;��<}���n��PnGy���$�ސ6p�z��?�̳7� �n}<}��:�e�ܱ���<ɳ7� ܱ����!�� kw���㛵n�ް6�����,�'y��p��p8�?@�goX�c}:<?[��� kw���A.O�� k�[�O_�\��Y�.���kx������XO_�\�����XO_����� g�+_N߁�y�=����(O_��un�ސ6p��tx���<{��������Z�goXx��zwx���<���c}8���I��am����5<Y��� kw���A�N�� k�[��7��:�e�ܱ���{�3n<{�����k���<{�����k������^�>����ϸ<���c�?�ɿ��goX�c}:<�X��� kw�/�7ƣ7����<����5ϲt�XO����n�ް6p�z��u{����;�ӷ g'y�������Ay��p�z���Һ={�����k���<{��������Z�goXx��pwxxu?��,[�����*g'y����;֧�ó�n�ް6p�z��䏹�� k�[O_����Y�.���kx������XO_��C��� g�v���@�N�� i�[�N߁&�,[������I��am����p/g'y����;֗�˫�n�ް6����p/g'y��p�zx���<{�����kx������XO_������^����9;ɳl]�;���po�۳7� ܱ��9;ɳ7� ܱ��9;ɳ7� �n}�;e0�gٺ�w���g+��� g�v�O�������X_�/ֺ={����ַ�w �'y��p�z���$�ް6p�z��u{����;��� �'y����W�Ow��A��<���c=} Gkݞ�am����5��I��am�����$�>S��am�u���p'��<���c�?<��I��am����p�l�۳7� ܱ��L���^�ޟ���q�G�ٸ��;x��o��PnGy�d-�goH�c=}��'��6���}����í�����������v�/���<������>�~�\{��S��}����V����du~��L�.�M�����_�������/_>��8}�����8~�gf;ǀr^�>\��t��E�|���"lm �q�q^�� ��"ʚ�"h]�x^�Y�y�6ϋ8�8/���yg�E��@:/���:��E�s�ai��"lm �q�q^�� ��"ʚ�"h]�x^�Y�y�6ϋ8�8/���yg�E��@</b��YW �q�q^�� ��"�:���x^�Y�y�6ϋ(k�u�yg�E��@</��[H�E�t;/����y��y�.@</��[��E�u�ak��"lm �Q֜A���"�:���x^�Y�y�6ϋ8�8/���ye�y�.@</��[��E�u�ak��"lm �Q֜A���"�:���t^�I��"�,�q�q^�� ��"ʚ�"h]�x^�Y�y�6ϋ8�8/���yg�E��@</��9/����E�u�ak��"lm �q�q^�� ��"ʚ�"h]�x^�Y�y�6ϋ8�8/���yg�E��@</��9/���E���y6^�輈n�E�X8</��K��E�u�!� -��"�:���x^�Y�y�6ϋ8�8/���ye�y�.@</��[��E�u�ak��"lm �Q֜A���"�:���x^�Y�y�6ϋ8�8/���y%�E��8:/��yVϋ8�8/���yg�E��@</��9/����E�u�ak��"lm �q�q^�� ��"ʚ�"h]�x^�Y�y�6ϋ8�8/���yg�E��@</��9/����E�u�ak��"lm �q���;G�E�r�Ae��s��",m �q�q^�� ��"�:���x^DYs^�ϋ8�8/���yg�E��@</��[��E�5�Eк���"lm �q�q^�� ��"�:���x^�X�y��@</��[��E�u�ak鼈�n�E�Y8</��9/����E�u�ak��"lm �q�q^�� ��"ʚ�"h]�x^�Y�y�6ϋ8�8/���yg�E��@</��9/����E�u�ak��"lm �q�q^�� ��"ʚ�"h]�x^�Y�y�6�8�v^�����"�9���x^DYs^�ϋ8�8/���yg�E��@</��[��E�5�Eк���"lm �q�q^�� ��"�:���x^DYs^�ϋ8�8/���yg�E��@</��[��E�5�Eк�鼈�n�E�Y8</��K��E�u�ak�Z �q�q^�� ��"�:���x^�Y�y�6ϋ�</B���E�u�ak��"lm �q�q^�� ��"ʚ�"h]�x^�Y�y�6ϋ8�8/���yg�E��@:/���:G�E�r;/����y��EX�@</3�y�ߞ�k��E�s\���V,�y��%�u������8.�w�~����_��������������o�闿|�z-"}|�[�S��w��v��]�]���NVz���U���Q)�I�Q�(%e�'5�䤤,ǤF������T(gH -��qFj��HIY8nH�2 ))��Q�%e�����q��e�QR��Q�L6J��q4j�iFIY8.F�r��l�F�Z����V�G*J�K��F�N����JT(g$ -��q"j�)DIY8�C�2y()�q�Q� %e�����q��e�PR��P�LJ��qj��AIY8�A�rƠ�l��F������(����p�ePR�P��((G��n�'�.P�~�H?Iw ����}��p\}�V���}����(S|��p�{erOR�cO�L�I��q�)�3�e�8�4�T��,7�F�ē�����(�w��p\w -�;A�8N;�2e')�]�Q&�$e�8�4�4��,���Ü��F�I�K��F�������(�q��p\q -�8A�8N8�2')���Q&�$e�8�4ʴ��,��B9�MP6��M�L�I��q�i�I6IY86�2�&)ǵ�P�X���T�(Sj��p�ie2MR#Mc�& /aXh -_M���L#L�I��q�i�I3IY83�2]&)�U�P�(���$�(Sd��p�cerLR�cL�L�I��q�)�3�e�8�4�T��,7�F�������(�_��p\_�V���}����(S^��p�]e�KR�Kc�% /a\\ -�.��8�-�2�%)ǭ�Q&�$e�8�4�t��,W�B9#KP6�K�LaI��q_i��+IY8�+�2m%)�e�Pΰ����(SU��p�Te�JR��J�LOI��qM)�3�e�8�4ʔ��,v��82J^�8�4�4�d,�B9JP6��I�L=I��q;i�I'IY8'�2�$)�դP�h���d�(SL��p�KerIR�cI�L+I��q))�3�e�8�4�T��,7�F�D����@�(�G��p\G -�#A�8L#�q��$��qi��"�X8�"�2M$)�E�P� ����(SC��p�BeRHR�CH�LI��qy[y� ���H�LI��q�h��IY8��2�#)��P�������(S=��p�<e�GR��G�L�H��a�(��AX0L�o��仄q�h���X8����#}�-q�H -������8�������p�l���H��ˏ_�����/\[�k/G~{��!g��W����w^�>�\�w�������7�u5o.Fk���ʚ7�����be͛���@~s����\��o.Vּ�� �7+k�\��5o.Fk����:�\L��o.Vּ�� �7+k�\��⛋�t��,7��9#s�.@�̕5�9Zȥ��&5Gk96W���hm ���:�s�.@NΕ5�9Z�չ�&;Gk9<W֔�hm ���:�s�.@�ϕ5�9Z���&AGk9BW�T�hm w��:Ct�.@Nѕ5-:Z�5������ ]9S����ܤ��ɺ�9KW�t�hm ��ʚ4� �8]YS����ܧ��ɺ�9QW�4�hm W�ʚL� �P]YS����ܪ��ɺ�9WW���hm �ʚd� �h]YS����ܭ��ɺ�)]Wέ]G�%�u%�:��r�`Gi�a�s������cGk�dW֤�hm ��ʚ�� ��Xg�N��I���iGk�jW�d�hm ��ʚ�� ��Xg�N��y���oGk�pW�$�hm G�ʚ�� ���H���q��+�h�QY8�ݕ3�;J�����xGk�y7���ur�������@.ߕ5�;Z�~Gk�7���ur��i���@���5<Z�!����Gk��7�Óur������@.�5I<Z�Q���*���.�(Ɠ�q��+g�x�6��xeM��r ��)���@n�uF�d]���+k:y�6�KyeM*��r,������@��u�d]���+k�y�6��yeM6��r8��)���@n��σur>������@.�5 =Z���������8gHO��)����Gk��W���hm �ʚ�� ��XgTO��Y����Gk��W֤�hm ��ʚ�� ��Xg`O�ȉ����Gk��W�d�hm ��ʚ�� ���XglO�ȹ����Gk��Wґܣ�p�+g�{�6��{c��=Y ��ʚ�� ��^Y�ߣ���+k -|�6�|c�>Y g�ʚ� �_Y�⣵��+kj|�6�{|c�A>Y '�ʚ&� �*_Y�壵��+k�|�6��|c�q>Y ��J:�|t�}�L���r�������@��u��d]���+kZ}�6�k}eM���r���)���@n����ur�������@.��5�>Z��Gk��7��ur¯�i���@���5?Z�!����Gk��7����l��J9z~T��~�Lҏ�rԿ���?ǖ�_v�o�]������\��x���a�xd�G����8�\�w��ӟ?����C�����ޏ����n�?�w��3z��������;Z�ѻ�&zGk9z�s���ѻ�&zGk9zW�D�hm G�ʚ�� ���Xg�N��ѻ�&zGk9zW�D�hm F�J:�wt��w��;I G�ʚ�� ��]Y�����+k�w�6��wc��;Y G�ʚ�� ��]Y�����+k�w�6��wc��;Y G�ʚ�� ��]Y�����+k�w�6��wc��;Y G�ʚ�� ��]IG���q�����Q�@�ލuF�d]��+k�w�6��weM��r�������@�ލuF�d]��+k�w�6��weM��r�������@�ލuF�d]��+k�w�6��weM��r�������@�ލuF�d]��+�����ѻ������]9������9z� -��]Y�����+k�w�6��weM��r�n�3z'���]Y�����+k�w�6��weM��r�n�3z'���]Y�����+k�w�6��weM��b�n�����8�ޕrD�,G�ʙ�� ��]Y�������ɺ�9zW�D�hm G�ʚ�� ��]Y�������ɺ�9zW�D�hm G�ʚ�� ��]Y�������ɺ�9zW�D�hm G�ʚ�� ��]IG���a�n���I�8�ޕ3�;J�ѻ�&zGk9zW�D�hm G��:�w�.@�ޕ5�;Z�ѻ�&zGk9zW�D�hm G��:�w�.@�ޕ5�;Z�ѻ�&zGk9zW�D�hm G��z����9zW�D�hm G�ʚ�� ��]IG���q�n�3z'���]Y�����+k�w�6��weM��r�n�3z'���]Y�����+k�w�6��weM��r�n�3z'���]Y�����+k�w�6��weM��r�n�3z'���]Y�����+���Y8�ޕ3�;J�ѻ��蝬��weM��r�������@�ޕ5�;Z�ѻ��蝬��weM��r�������@�ޕ5�;Z�ѻ��蝬��weM��r�������@�ޕ5�;Z�ѻ��蝬�w%�;:�ѻr&zGi9zW�D�hm G��:�w�.@�ޕ5�;Z�ѻ�&zGk9zW�D�hm G��z����9zW�D�hm G�ʚ�� ��]Y�������ɺ�9zW�D�hm G�ʚ�� ��]Y�����i�wr6�w��;*�ѻr&zGi9zߏ�U�c��/>���n���9�����x��g���#[��4�����?����_~���o_eb��Q�,�X�߿>��y�<|��R��O��R���z�6��zeM_��r_������@����׃ur_������@��5}=Z�}����Gk��7��דur_������@��5}=Z�}��������8g_O��}����Gk��W���hm ��ʚ�� ��Xg_O��}����Gk��W���hm ��ʚ�� ��Xg_O��}����Gk��W���hm ��ʚ�� ��Xg_O��}����Gk��W��ף�p��+g�z�6��zc�}=Y ��ʚ�� �^Y�ף����+k�z�6��zc�}=Y ��ʚ�� �^Y�ף����+k�z�6��zc�}=Y ��ʚ�� �^Y�ף����+k�z�6��zc�}=Y ��ʹ��h��a_����GcḯW���(m ���z������W���hm ��ʚ�� �^Y�ף�������ɺ���W���hm ��ʚ�� �^Y�ף�������ɺ���W���hm ��ʚ�� �^Y�ף����i�zr6�z�}=*�}�r��Gi��W���hm ���:�z�.@��5}=Z�}����Gk��W���hm ���:�z�.@��5}=Z�}����Gk��W���hm ���:�z�.@��5}=Z�}����Gk��W��ף�p��e�zR6��z�L_��r_������@��5}=Z�}��ξ����zeM_��r_������@��5}=Z�}��ξ����zeM_��r_������@��5}=Z�}����z��@��5}=Z�}����Gk��W��ף�p�����I����W���hm ��ʚ�� �^Y�ף�������ɺ���W���hm ��ʚ�� �^Y�ף�������ɺ���W���hm ��ʚ�� �^Y�ף�������ɺ���W���hm ��J:�zt��z�L_��r_o���'��^Y�ף����+k�z�6��zeM_��r_o���'��^Y�ף����+k�z�6��zeM_��r_o���'��^Y�ף����+k�z�6��zeM_��r_o���'�ľ^IG_���q_����Q�@��5}=Z�}��ξ����zeM_��r_������@��5}=Z�}����z��@��5}=Z�}����Gk��W���hm ���:�z�.@��5}=Z�}����Gk��W���hm ��F�����þ^)G_���q_����Q�@���q����������|����?�������_���{�Y?�����������<���8����˟?��e�[�O?����k ��}�p�|�}�{>�����d��3K����Y��Y2Z�Y���,����deM���r���ɒ��@̒�td��,g��9�d�.@Β�5Y2Z�Y��&KFk9KV�d�hm g��:�d�.@Β�5Y2Z�Y��&KFk9KV�d�hm g��:�d�.@Β�5Y2Z�Y��&KFk9KV�d�hm g��:�d�.@Β�5Y2Z�Y���,���,Y9�%����%�̒ɺ�9KV�d�hm g�ʚ,� �,YY�%����%�̒ɺ�9KV�d�hm g�ʚ,� �,YY�%����%�̒ɺ�9KV�d�hm g�ʚ,� �,YY�%����%�̒ɺ�)KV�-KF�%�d%Y2�Y�r&KFi9K�s���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���ɒ��@Β���%�ur���ɒ��@Β�5Y2Z�Y���,���,�8g�L��Y��&KFk9KV�d�hm g�ʚ,� �,�Xg�L��Y��&KFk9KV�d�hm g�ʚ,� �,�Xg�L��Y��&KFk9KV�d�hm g�ʚ,� �,�Xg�L��Y��&KFk1KVґ%��p�%+g�d�6��dc�Y2Y g�ʚ,� �,YY�%����%+k�d�6��dc�Y2Y g�ʚ,� �,YY�%����%+k�d�6��dc�Y2Y g�ʚ,� �,YY�%����%+k�d�6��dc�Y2Y f�J:�dt��d�L���r���ɒ��@Β�uf�d]��%+k�d�6��deM���r���ɒ��@Β���%�ur���ɒ��@Β�5Y2Z�Y��&KFk9K6֙%�ur���ɒ��@Β�5Y2Z�Y��&KFk1K6�d��lf�J9�dT��d�L���r�Ly�Ȓ�slY��ǀ,y�s������Y����ӏ��㷟���/�f��<sΒ&��_���_F�����}���/_?���cq����B�����i�����ǝ����P>~P��@P�5 -Z���&@Ak9@1���ur��� P��@P�5 -Z���&@Ak9@1���ur��� P��@P�5 -Z���&@Ak9@1���uR���[���K(J84��L���r�"����+�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������9@� -��EY�����(k�6% -:��q�����eM���r��� P��@P�5 -Z��������eM���r��� P��@P�5 -Z��������eM���r��� P��@P�5 -Z��������eM���b���#@Ag�8@Q�((m (�:�.@P�5 -Z���&@Ak9@Q�(hm (�:�.@P�5 -Z���&@Ak9@Q�(hm (�:�.@P�5 -Z���&@Ak9@Q�(hm (�:�.@P�t(�,(ʙ�� ��EY������PȺ�9@Q�(hm (ʚ�� ��EY������9@� -��EY�����(k�6�eM���r�b�3@!���EY�����(k�6�eM���b�b� P��8P�r(�,(ʙ�� ��� -��������|����%@��������x��e<sP�G��_>�p|�������jvr���"w������(�d'�m�!�;�.>��;�>~xgZ��lS���6t���f��m$]���6e�;���@~g���mhm ��MY��6�6���f��md]���6e�;���@~g���mhm ��MY��6�6���f��md]���6e�;���@~g���mhm ��MY��6�6���f��md]���6e�;���@|g���w���p��6��;�P�@~g���d����YeM2��r2��If��@Nf�5�,Z�ɬ��d����YeM2��r2��If��@Nf�5�,Z�ɬ��d����YeM2��r2��If��@Nf�5�,Z�ɬ��d����Y�ܒY4^�0�U̢�p��*g�Y�6��Ya='�`]���*k�Y�6��YeM2��r2��If��@Nf�u&�d]���*k�Y�6��YeM2��r2��If��@Nf�u&�d]���*k�Y�6��YeM2��r2��If��@Lf�4�,9�ɬR�d���dV9�̢����*k�Y�6��Yc��,Y '�ʚd� �dVY�̢����*k�Y�6��Yc��,Y '�ʚd� �dVY�̢����*k�Y�6��Yc��,Y '�ʚd� �dVY�̢����*�Hf�Y8Lf�2�,)�ɬr&�Ei9�U�$�hm '�ʚd� �d�Xg2K��ɬ�&�Ek9�U�$�hm '�ʚd� �d�Xg2K��ɬ�&�Ek9�U�$�hm '�ʚd� �dVX��,XW '�ʚd� �dVY�̢����*�Hf�Y8Nf�s&�$]���*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]���*k�Y�6�Y%�,:�ɬr&�Ei9�5֙̒ur2��If��@Nf�5�,Z�ɬ�&�Ek9�5֙̒ur2��If��@Nf�5�,Z�ɬ�&�Ek9�5֙̒ur2��If��@Nf�5�,Z�ɬ�&�Ek9�5֙̒ub2��#�Eg�8�U�$�(m '�ʚd� �d�Xg2K��ɬ�&�Ek9�U�$�hm '�ʚd� �dVX��,XW '�ʚd� �dVY�̢����*k�Y�6��Yc��,Y '�ʚd� �dVY�̢����*k�Y�6�Y#M2K��a2��#�Ee�8�U�$�(m '���Jf�sl���ǀdv�s�u�l{z};<�a1;9�#����������Oۿ��?����߮�hϏߝ=�g�?<>��E����c晋��ۈ}���*���R�>���:L)G���af�)�H�8�rda�,Eaʸ5a(��a��#Cc�03��`�l�`J9R0TC0�*��R�����(S���q�)�ȿPY8���r�_�,�_J9�/T�/�L�E��a�#�Be�0�R��{��pX{)刽PY8L��2�)��~˼Pw���Kٶ�u�0,��p^h,�]B9�.P.8l��r�]�,�]J9�.T�.�Q*�I�Q��"e��Rʑs��ps)�h�PY8,��r�\�,f\F�����ÆK)G ��a�����Be��R�o��p�n�(�HX0궔o˶�w �hK G����a���#�Be�0�2��Z�l�ZJ9R-TC-��*���R�H���D�(Sh��q�g)�ȳPY8���r�Y�,�YJ9�,T�,�L�E��a���#�Be�0�R��c��pTc)�c��F)���|�K G����a�����Be��R�`��p�_e�+R6�+��*��R�� -����J)Gt���are�)�H�8쭔r�V�,�VJ9Z+TK+��*���P�� -�+��*���R�� -����J�� -��0L��0e�]�R�� -��èJ)GS���aQ��#�Be�0�2��T�l�TJ9R*TC*�*��R�� -��Ä�(SP��q�O)�ȧPY8���r�S�,�SJ9�)T�)�L5E��a3��#�Be�(�Rƭ�B�%k)%����Q��"e㰓RʑI��pI)�h�PY8,��rR�,�QF�:����6J)G���a����BeᰊR�E��p�De�(R6{(�9*�1�R� -���J)G���ae���H�8j��qK�Px ��J G����a���#~Be�0}2ʔO�lvOJ9�'T�'��*�œR�� ����I(g�����R�� ����I)G���a夔#rBe�0q2�N�l�MJ9�&T�&�m*�e�R�� �����G�DQӤ|[҄�KMJ8z&4k��(��L�!�=r��S�������������o��z�8/ϧ�_��L�<��)���?������ۧ��O��<�=��r����c�tw|���:�=���3�x�ˏw��A^/�]��\�n�ް6�����x�t�<���c}8�<<K��� kw�����/P�u{����;���p���������5ܽ:�x��pǺ���Y�3��@|a���f�����L'�^�����3�3/�D��f:�xa&[�/�t���L�6_��ㅙlm �0SY��L�.@|a���f�����Lg/�dk��:^����3�u��d]�C+kjh�6�{heM��r��i���@���uf�d]�F+k�h�6�h%q4:�y�r��Fi��6֙H�ur$������@5�4Zȩ����Fk��6֙K�ur0��)���@n��5�4Z�ٴ���Fk��6֙N�ur<������@55Z� ����Fk��6֙Q�uRH��[I��K��J8bj4�sj�LO��rQ-���+��jeMU��rW�� ���@N��5m5Z�u��μ���keMa��rc������@ά�5�5Zȥ���Ԛ��ckeMm��ro�� ���@N��5�5Z�յ�&�&g�0�V�Q^��p�^+g�k�6��keM��r�m�3�&��[YSa����a+kBl�6�SleM���r�m�3�&�� [YSd����d+k�l�6��leM���r�m�3�&��8[YSg����g+km�6m%�6:���Q&�&e�8�VΔ�(m ��ʚX� �\[Y�k���\l�L�ɺ�9�V�T�hm w�ʚp� �t[Y�n���\o�̷ɺ�9�V��hm 7�ʚ�� �[Y�q���\r�9�� -�[YSs����s+k�n�6�n%M7:�U�qά����neMٍ�rۭ�����@λ�5}7Zȅ���ě��#oeM��r筬 ���@N��5�7Zȵ���ܛ���oeM��r���@ξ�5�7Z�己������oeM���b���#�Gg�8W�4�(m W��:3p�.@��5%8Z�-��&Gk9W���hm ��:�p�.@�5U8Z�]��&Gk9 Wִ�hm ���:�p�.@ĕ5�8Zȍ��&Gk9W�t�hm ���:Sq�.@�ŕt���,��ʙ`� �d\Yӌ���\����ɺ�9W֔�hm ��ʚx� �|\Yӏ���\��9!� -�\YS����ܑ+kBr�6�SreMK��rMn�3''��\YS����ܔ+k�r�6��reMW��bYn�I���8�˕r��,��ʙ�� ��|?�V�9~�-2��������X2������p�)ϙ�x&�y^��w?�6^������������?�������8~��E��۵����(�?��Q��?�z�{��a�W1k��_�~ ��@ C��5����Ak��Q��0hm �0ʚ� ��Xg C��5����Ak��Q��0hm �0ʚ� ��Xg C��5����Ak��Q��0hm �0ʚ� ��Xg C�H5�rn5/aX�(�a�X8�a�35J�5���k��@�a�55Z�5����Ak��Q��0hm �0�:k�.@�a�55Z�5����Ak��Q��0hm �0�:k�.@�a�55Z�5����Ak��Q��0hm �0F�����F)G ���q ���aP�@�a�55Z�5������keM ��r ���a��@�a�55Z�5������keM ��r ���a��@�a�55Z�5������keM ��r ���a��@�a�t�0�,�0F�����F9Sà��\�(kj�6�keM ��r c���!��FYSà��\�(kj�6�keM ��r c���!��FYSà��\�(kj�6�keM ��r #���+�keM ��r ���a��@�a�t�0�,�0�9k�.@�a�55Z�5����Ak��Q��0hm �0�:k�.@�a�55Z�5����Ak��Q��0hm �0�:k�.@�a�55Z�5����Ak��Q��0hm �0�:k�.@�a�55Z�5������F9Sà��\��aȺ���Q��0hm �0ʚ� �FYSà��\��aȺ���Q��0hm �0ʚ� �FYSà��\��aȺ���Q��0hm �0ʚ� �FYSà��\��aȺ���Q�Qà�p\�(gj�6�keM ��r c���!��FYSà��\�(kj�6�keM ��r #���+�keM ��r ���a��@�a�55Z�5������keM ��r ���a��@�a�55Z�5����!g㰆Q�Qà�p\�(gj�6�k��lC�0�9���c@ ��9������<s 3�I �8j������_���߾~(]��?M��wGφ��e�/{�e�ׇ�뷿�O8�����|x�;^� W�۳7� ܱ�^��u{����;�<�_�u<���c}8��X��� kw�㥛ʚ�x����Oe�[<��@~������ ��o�Tּ�� �x*k����[<�5o�Dk�-��:��I��o�Tּ�� �x*k����[<�t�����x�|�'I ��SY�O�6��⩬y�'Z�o�Tּ�� �x�|�'Y ��SY�O�6��⩬y�'Z�o�Tּ�� �x�|�'Y ��SY�O�6��⩬y�'Z�o�Tּ�� �x�|�'Y ��SY�O�6�⩤�-��,��S9s��� ��:��u��e���6��(k����|�@Ys��� ��:��u��e���6��(k����|�@Ys��� ��:��u��e���6��(k����|�@Ys��� ��:��u��������w�p�-@c��n�r�nJ�w��|���+��(k����|�@Ys��� �ʚ�hm �-0�y�����(k����|�@Ys��� �ʚ�hm �-0�y�����(k����|�@Ys��� �ʚ�hm �-0��- g��n�R���,�-P��-@i�n���nZ�w�u�- ��ʚ�hm �-P��-@k�n���nZ�w�u�- ��ʚ�hm �-P��-@k�n���nZ�w�u�- ��ʚ�hm �-P��-@k�n�����,�-0��- e��n�r�nJ�w�5w��@�[���[����c�wȺ��n���nZ�w�5w��@�[���[����c�wȺ��n���nZ�w�5w��@�[���[����a=�-�� -�ʚ�hm �-P��-@k�n�����,�-0�y�����(k����|�@Ys��� �ʚ�hm �-0�y�����(k����|�@Ys��� �ʚ�hm �-0�y�����(k����|�@Ys��� �ʚ�hm �-0�y�����(k����x�@I��t��(g����|��X���.@�[���[����e���6��(k����|��X���.@�[���[����e���6��(k����|��X���.@�[���[����e���6��(k����|��X���.@�[���n:�w�3wP�@�[���[����c�wȺ��n���nZ�w�5w��@�[���[����a=�-�� -�ʚ�hm �-P��-@k�n���nZ�w�u�- ��ʚ�hm �-P��-@k�n���nZ�w�4w��8�[���n*�w�3wP�@�[@��[��c�[p�1�n���X��߸[p>�>�݂�L�<���O��������O������w~w����o�_�p������_�����������_�y����Yu�u�����sl���9��/g���������ʹͱ�x �9��96�sl��� �9�����`]�<�V�̱��@�c+k��hm ϱ�5sl�6����:��d]�<�V�̱��@�c+k��hm ϱ�5sl�6����:��d]�<�V�̱��@�c+k��hm ϱ�5sl�6��F�969�sl�slT���ʙ96J�sle�� �9���96Y ϱ�5sl�6���ʚ96Z�sle�� �9���96Y ϱ�5sl�6���ʚ96Z�sle�� �9���96Y ϱ�5sl�6���ʚ96Z�sl%slt��F�96)�sl��� �9��f����[Y3�Fky�m�s�M��sle�� �9��f����[Y3�Fky�m�s�M��sle�� �9��f����[Y3�Fky�-��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�-��96XW ϱ�5sl�6���ʚ96Z�sle�� �9���96Y ϱ�5sl�6���ʚ96Z�sle�� �9��f�M���[)����9�rf����{.����9�9���x~ܝc��o�����k�N?u��m��O?�~��L����c��?�y��e_}|z;��ͬ3����%��C��xx����������_���קk�u{����;����˳�n�ް6p��z�=�����^�����'iϲu�XO_��DY�goX�c=} �WMY�goX�c=} �ֺ={����� ���{'�eg�v�㭐ʙ�L�����Ie�k&��@~ͤ��5�hm �f�X�k&ɺ��5�ʚ�L�����Ie�k&��@~ͤ��5�hm �fRXϯ�� -��L*k^3���k&�5��Dk�5�ʚ�L�����Ic���$���L*k^3���k&�5��Dk�5�J:^3����k&�s�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^3���k&�u�f���_3��y�$Z���T��It�_3��y�$Jȯ�4���I�.@~ͤ��5�hm �fRY�I�6�_3��y�$Zȯ�4���I�.@~ͤ��5�hm �fRY�I�6�_3��y�$Zȯ�4���I�.@~ͤ��5�hm �fRY�I�6�_3���k���]c�wMȺ�鮉rnwM�x û&J8�p|�D9s�� �&�z�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�����u�]e�]�6��(k��x�DI�]t���kB��wM�5wM��@�k���k���]e�]�6���kB��wM�5wM��@�k���k���]e�]�6���kB��wM�5wM��@�k���k���]e�]�6���kB��wM�5wM��@�k��� :�wM�3wMP�@�kb�� Y �5Q��5Ak����� Z�wM�5wM��@�kb�� Y �5Q��5Ak����� Z�wM�5wM��@�kb�� Y �5Q��5Ak����� Z�wM�5wM��@�kb�� Y �5Q�q����&ʙ�&(m �5Q��5Ak����λ&d]�|�DYs�� �&ʚ�&hm �5Q��5Ak�����u�]e�]�6��(k��|�DYs�� �&�:u�]e�]�6��(k��|�DYs�� Ļ&F��&�l�5Q�q����&ʙ�&(m �5ٿӡ�����\|�k��9���L����#�fr<��&�q��}��_~�:ϛ�����������u�<�V�=���W>���K���(9�<��3ͻ���i��iZ�i��&�Ck9�3֙�ur���I���@N�5iZ�i��&�Ck9�3֙�ur���I���@L�t�y�,�yʙ4� �4�Xg�G��i��&�Ck9�S֤yhm �yʚ4� �4�Xg�G��i��&�Ck9�S֤yhm �yʚ4� �4�Xg�G��i��&�Ck9�S֤yhm �yʚ4� �4�Xg�G�Hi�rni/a��)�H��X8N�3iJ�i����<��@N�5iZ�i��&�Ck9�S֤yhm �y�:�<�.@N�5iZ�i��&�Ck9�S֤yhm �y�:�<�.@N�5iZ�i��&�Ck9�S֤yhm �yF�4����4O)G����q���I�P�@N�5iZ�i���4����<eM���r���I���@N�5iZ�i���4����<eM���r���I���@N�5iZ�i���4����<eM���r���I���@L�t�y�,�yF�4����4O9�桴���)k�<�6��<eM���r�g�3�#��4OY�桵���)k�<�6��<eM���r�g�3�#��4OY�桵���)k�<�6��<eM���r�'��4�+��<eM���r���I���@L�t�y�,�y�9�<�.@N�5iZ�i��&�Ck9�S֤yhm �y�:�<�.@N�5iZ�i��&�Ck9�S֤yhm �y�:�<�.@N�5iZ�i��&�Ck9�S֤yhm �y�:�<�.@N�5iZ�i���4���4O9�桴����L�Ⱥ�9�S֤yhm �yʚ4� �4OY�桵����L�Ⱥ�9�S֤yhm �yʚ4� �4OY�桵����L�Ⱥ�9�S֤yhm �yʚ4� �4OY�桵����L�Ⱥ�1�Sґ桳p��)g�<�6��<eM���r�g�3�#��4OY�桵���)k�<�6��<eM���r�'��4�+��<eM���r���I���@N�5iZ�i���4����<eM���r���I���@N�5iZ�i��&�#g�0�Sʑ桲p��)g�<�6�Ӽ��L�y�9�4��c@���9�4��i���M���$̻a�����/�F��e���o��z�&�]���#�~w�~|���`��}|�<s�w븏�b?�Ce�0�3ʔq�lvqJ9�8T�8�M*�E�R� ����(SÑ�q��)�H�PY8 -�q��Px � -N G���ag�)�H�8�ߔr�o�,�oJ9�7T�7��*�ٛQ�z#e�ySʑ���p�)���PY8�ݔr�n�,�nF�ҍ����M)G���a䦔�qCe�pS����p��e�6R6�6%�����Ea��m]�.aX�)���X8Lڄrm�\pس)���PY8�ٔr�l�,�lJ9B6T36�L�F��aæ�#aCe�0`S�ѯ��pX�)��PY8L2�)�ݚR�l ���hM)G����a���#XCe�(W3�Q���`Ԫ)ߖ�������N ���JM)G����a�f�)�H�8�Ӕr�i�,�iJ9�4T�4�a*�Y�Q�J#e�ISʑ���p�)���PY8�єr�h�,�hF�����M)G����a����ACe�@S�-@C�%��3��� -��������L)Gw���au��#:Ce�093�g�l�fJ9r3Tc3��*���R�������(S���qؘ)�H�PY8̔r�e�,�eJ9�2T�2��e(veJ9�2T�2�M*GE�2nA -/a��aj226[2�)*�!�R����ÊL)GD���aBf�)�H�8�ǔr�c�,�cJ9�1T�1��*�٘Q�#e�Sʑ���p�)���PY8�Ŕr�b�,�bF�R����NL)G&���Q$��[#��KbJ814�0�LF��a��# Ce�0S�х��pX�)��PY8L2E)�=�R����L)G���a ��#Ce�03�T`�l6`J90T0��*���R�������(S~��q�})�}���ї������K)G����a�e���H�8l��r�^�,�^J9:/T+/��*���P����.�y*�q�R����òK)G��a�e���H�8l��r$]�,]J9z.Tk.�1*G)�1������K���}�0���p4\h,\�� ��C|{��3<?��[���_�?��}Jx����������1ӵ�3��#[��2ڭ����ǟ��ϟ�|�m��������w�+�Q�o;�Q����o[�ly���>~������rź={��������o5)��� k�[_���'iϲu�XO_���AY�goX�c=} ��IY�goX�c=} �ֺ={��������p�ۣ�l���ҹ={C����;�������XO}���۳7� �n};��� n��Y�.����?������X���+eݞ�am����5<=I��� k��w����Y�,ZW����5<<K��� kw�����EZ�goX�c=} Gkݞ�am�u���5ܹsy��p��px~{������X��Wkݞ�am�����l��=z�Y��������~��Y�.���;x������XO��ӽ�n�ް6p�z��u{����;�N_Ã��gٺ�w�۫��u��� �wC;kn_���|�BYs�� ��:/`�u� e��6��`(k�`���| CYs -� �c�:�a�u�=e�A�6Ob(鸉����U��Y�6�c뼌A�ȷ1�5�1��@>��������e͉�6��d뼒A��w2�5�2��@>��������e�6�f뼘A��73�5G3��@>���������e���6��g뼞A�H�3�s;���K��P�qC���+ʙ3(m ���% ��@����9����9 e�= �6�/j(kNj���|T�X�U �.@����9����i e�m �6��k(k�k���|`�X� �.@����9���� e͝ �6�/m(kNm���xl�Hsm����{J9n��p|rC9ss� �ʚ�hm �0�yy���oo(k�o���|~CYs� �ʚhm �0�y�����p(kq���|�CYs�� �kʚshm �0�y����or(k�r���|�CYs�� ��J:Ns��px��(s������ʙ(m ��P���@k�J���LZȇ:�u^� ��[ʚchm ��P���@k�b���dZ�G;�u^� ��ʚ�hm ��P���@k�z���|Z�<��|��+�ox(k�x���|�CYs�� �KJ:Ny��p|��8�5�.@�硬9���Ie�M�6��z(k�z���|��X�e�.@����9���ye�}�6�/|(kN|���|��X��.@��9���eͭ�6��}(k�}���|��X���.@����9�����%w?�Y8����9�����c��?Ⱥ�������Z�'@�57@��@���9���!c��@Ⱥ�����Z��@�5�@��@���9 ���Qc�WAȺ��.���0ZȧA�5�A��@���9���c�BȺ��F���#!�,� Q�� Ai�R���TZ��B�u^!��{!ʚ�!hm �Q��Ak�j���lZȇC��|9�+�o�(k�����|>DYs?� �"ʚ"hm 1�yE����(k����|JDYsK� �k"ʚs"hm 1�\!g��R��"�,�Q��Ai��^̸}Z?�v[��c�q����W���������/����q\��?�����O����������?�p����~��c��rx|��ó��{�Na�ssd&�_|������+�peM��r��I���@N��5 8Z� ������peM��r��I���@L��t$��,'��9p�.@N��5 8Z� ��&Gk9W�$�hm '��:p�.@N��5 8Z� ��&Gk9W�$�hm '��:p�.@N��5 8Z� ��&Gk9W�$�hm '��:p�.@N��5 8Z� ������\9��������L�ɺ�9W�$�hm '�ʚ� �\Y��������L�ɺ�9W�$�hm '�ʚ� �\Y��������L�ɺ�9W�$�hm '�ʚ� �\Y��������L�ɺ�)W�-G�%p% 8� �r&Gi9�s�� ��&Gk9W�$�hm '�ʚ� ��XgN�� ��&Gk9W�$�hm '�ʚ� ��XgN�� ��&Gk9W�$�hm '�ʚ� ��H����q��+�H�QY8N��3 8J� ��&Gk97֙��ur��I���@N��5 8Z� ��&Gk97֙��ur��I���@N��5 8Z� ��&Gk97֙��ur��I���@N��5 8Z� �������(����q��+gp�6�peM��r��I���@N��u&�d]���+kp�6�peM��r��I���@N��u&�d]���+kp�6�peM��r��I���@N������ur��I���@N��5 8Z� �������8gN�� ��&Gk9W�$�hm '�ʚ� ��XgN�� ��&Gk9W�$�hm '�ʚ� ��XgN�� ��&Gk9W�$�hm '�ʚ� ��XgN�� ��&Gk1Wґ���p��+gp�6�pc� 8Y '�ʚ� �\Y�������+kp�6�pc� 8Y '�ʚ� �\Y�������+kp�6�pc� 8Y '�ʚ� �\Y�������+kp�6�pc� 8Y &�J:pt�p�L��r��I���@N��u&�d]���+kp�6�peM��r��I���@N������ur��I���@N��5 8Z� ��&Gk97֙��ur��I���@N��5 8Z� ��&Gk17�$��l&�J9pT�p�L��r�0�?ǖ�_|����|�s������Y���_/���~?�^_����<sN��_Vߟ�����~��������{W�?��h��/�Ο��o�����o�y� ��9���5�??~�u��SY3�Dky������<�T?��@��u��SY3�Dky������<�T?��@iƟ�l�?�r�?QY8*gƟ(m �?�5�O�6�ǟ�:ǟd]�<�T?��@*kƟhm �?�5�O�6�ǟ�:ǟd]�<�T?��@*kƟhm �?�5�O�6�ǟ�:ǟd]�<�T?��@*kƟhm �?�t�?�Y8eƟ�l�?�3�O�6�ǟʚ�'Z��Oe��� ����'Y �?�5�O�6�ǟʚ�'Z��Oe��� ����'Y �?�5�O�6�ǟʚ�'Z��Oe��� �ǟ`]�<�T?��@*kƟhm �?�t�?�Y8��t��SY3�Dky������<�T?��@��u��SY3�Dky������<�T?��@��u��SY3�Dky������<�T?��@��u��SY3�Dkq���c������S93�Diy�i�s�I���Oe��� ��f�����SY3�Dky�i�s�I���Oe��� ��f�����SY3�Dky�i�s�I���Oe��� ��f�����SY3�Dky�i�s�I���O%�Ot�ǟʙ�'J��Oe��� ����'Y �?�5�O�6�ǟʚ�'Z��Oe��� �ǟ`]�<�T?��@*kƟhm �?�5�O�6�ǟ�:ǟd]�<�T?��@*kƟhm �?�5�O�6ǟF��'9��O��OT�ǟʙ�'J��O�!��'~�m�y�1`���9����������v������y�y?Ɵ�����|~�ӧ�_�o�������_?}��������?}��O���?��}��?����\��v�~;|���_v�s���9ݸ�u�O7>~�n���<�P�L7��@�n�n�u�tCY3�@ky����n���8�P�1�@g�p�a��n��q<�P�L7P�@�n(k�hm O7�5� �6���:�d]�<�P�L7��@�n(k�hm O7�5� �6���:�d]�<�P�L7��@�n(k�hm O7�5� �6���z�n�u�tCY3�@ky����n���8�P�1�@g�x�a�s�A��� e�t� �醲f����tCY3�@ky�a�s�A��� e�t� �醲f����tCY3�@ky�a�s�A��� e�t� �醲f����tCY3�@ky�a�s�A��� e�t� �醒��:�� ��t� �醱��Y O7�5� �6��ʚ�Z�� e�t� �醱��Y O7�5� �6��ʚ�Z�� e�t� �醱��Y O7�5� �6��ʚ�Z�� e�t� �醱��Y N7�tL7�Y8�n(g�(m O7�5� �6���:�d]�<�P�L7��@�n(k�hm O7�5� �6���z�n�u�tCY3�@ky����n���<�P�L7��@�n�n�u�tCY3�@ky����n���<�P�L7��@�ni��lN7�rL7PY8�n(g�(m O7hA ��9����ǀ�����+�����n�g�Ӎ�1��O��~�ۍ��˯c��w�|���}��o_���ߏ�Ə�Z���`N���v�X������~a��������~� p"� �a�:O��u�0e͉0�6�O�)kN����|"LYs"� �a�:O��u�0e͉0�6�O�)kN����|"LYs"� �aF�a�l�S�q"���aʙa(m �S֜Ck�D���ad]�|"LYs"� �aʚahm �S֜Ck�D���ad]�|"LY�3Ekyg��ٙ����3U��L��@ޙ�ܙ�u��TY�3Ekyg��ٙ����3Uұ3Eg�pgj�ٙ��q�3U��LQ�@ޙ*kv�hm �L�5;S�6�w��:w�d]��3U��L��@ޙ*kv�hm �L�5;S�6�w��:w�d]��3U��L��@ޙ*kv�hm �L�5;S�6�w��zޙ�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��zޙ�u��TY�3Ekyg��ٙ����3U��L��@ޙ�ܙ�u��TY�3Ekyg��ٙ����3U��L��@ܙiv��l�L�r�LQY8ޙ*gv�(m �Li�(v��9����ǀ�����+�{<Y��3Ϝw���J�����95���?m�����_N��ۼ��\����_��W���G�:}:}��]��c~�}~���Y�*���W�?+��9`V���@Y3+@kqV��cV�����(3+ e�xV������<+P�� -��@�(kfhm � -�u� -Ⱥ�yV������<+P�� -��@�(kfhm � -�u� -Ⱥ�yV������<+P�� -��@�(kfhm � -��<+�� -�Y��fV���@Y3+@kqV��cV�����8笀��gʚYZȳeͬ�� �Y��fV����X笀��gʚYZȳeͬ�� �Y��fV����X笀��gʚYZȳeͬ�� �Y��fV����X笀��gʚYZ��%�t�gʙYJȳc���.@�(kfhm � -�5��6�gʚYZȳc���.@�(kfhm � -�5��6�gʚYZȳc���.@�(kfhm � -�5��6�gʚYZȳc���.@�(���p<+P�� -P�@�(kfhm � -�u� -Ⱥ�yV������<+P�� -��@�(kfhm � -��<+�� -�Y��fV���@Y3+@kyV������<+0�9+ ��Y��fV���@Y3+@kyV������8+0�� -��8�(���p<+P�� -P�@��?���۬��c<��� -�?�_y���d}�U���yT�4F�����8�x� -��ň���������͗��j���o��w�����¿�<s�k�r����p�u�٪�QVnG9�ie�s��p|��(s������\B9/s��q|��(s�����\F��\�,_�2��"e���P�k\�l��2ʜ�"e���Q�)�W��2G�HY8<�%�����-���w ��[F��[d,_�2��"e���PΫ[�l��2ʜ�"e����Q��)��2ǶHY8>�%���(�w��2g�HY8>�e���E���-�́-R��k ����q<�5�l`IY8^�e��,�_�q�_Ix ����e� -������{%c�x�j����p<y5�,^IY8 -圻��q<v5�l]IY8^�e���,�\�2+WR�7�B9'��l\�2�VR�F�q+)��V�̲����]�m�yֺ�\p<j5�lZIY8^�e��,�Y�q�YIx �-��)+�CV�̎�����Qf�J����(�`%e�x�*�s� -���x�(�]%e�x�j����p<[5ʬVIY8ެ -圬��q<X5��UIY8^�eƪ�,OU�2KUR�w�B9g��l�T�2UR��8�$���<��N%c�x�*�s� -���0�(�K%e�x�j����p<I5�,RIY8ޣ -圣��q<F5�lQIY8^�e���,�P�2+TR�7�B9'��lP�2�SR�קF��))��S���ݩP��)(��Sc�S^�xqj����p<75ʬMIY8ޚ -圚��q<45��LIY8^�eF��,OL�2SR������y�r���(�-%e�xYj����p<+5ʬJIY8ޔ -圔��q<(5��IIY8^�eƤ�,OI�2KRRw�)�#R�R�]�xAj����p<�6��(}�m<z�����E���p<��mG��y<��7���a:��_������@�?�??��o���?{||���3�5��������F�_C��5>~��/����W>���� kw�O���Wiݞ�am�����x�����^���������:�e�ܱ���|����{:��_�Go��|=<��s{����;��m�m�s�M���ng�n�6g��:v�lm .��uL���@w+k��h]���v�1�fkq���c������Y�̛� ġ��f���[ogco�6���:��lm .��uL���@}+�X}��q��v�m�������9���� ������7[�pe��7��:F�lm ���u����@\�;똂���8W֬�Ѻ�q�c���$�Y�&�� �U���Y8[��pe�2����:��lm �Ýu����@Z�;�6gg�h$��c%����N�9�P�� ĩ����8[�kqgsq�6�ʚ�8Z nƝu����@��;�؍����w�1gkq<��Y��u�~�Yǀ�� � ��� 9[�+rg3�����49�����+v�($�s�䏉BaJ��'dJ�Ydt���72���O泰ڣ�����d��� >$7�|IN�:�oɝ:��ڃ��ܩ�=9�=H/��=)g���Q�2��eߕ;u<,g��i�S��rV{_�;u</g��R���eߘ;u<2g��S�;sV{_�;u<5g��R���eߛ;u<8g��ɹSǛsV{_�;u<;g���R���eߞ;u<>g����C���l��@w�x��h�#t��:�� �Cw�x��j�St����� �Fw�x��j�t��E:�� �Iw�x��j�t��w�� �Lw�x��j��t��u:�� �Ow�x��j�u��7�� �Rw�x��j�Cu��:�� �Uw��X�͚�������A|����d���G�JͫuT�A|����p��ħ�No�Y�A|����|����F�/�I]� �S�#vV{��;u�cg��%�S�SvV{�+5��Q]�=�SǃvV{��;u�ig��U�SdzvV{��+t�lG���m�#���L�>ow�x��h�����y�����3�_c��;|�_w �t�73�G����\^�?�w�z����W���Ͽ|���|�{/���ۿ�x��ÿ}x���|�{�/�� >�%�;�=q?�߾�O��_@>t�_��w���h��|������ϲ��翶OV�>{C�������n������z�cxx����j�<�}�Qg0A�2���RL�ڃL(5��=���RL�ڃLu�.�L(s&P��`B�#�@��8�Pf� D{�� �^� P�A&��`��`B� &P�A&��`��`¨3� u�`B� &P�A&��`��`B� &P�A&�:� R�A&��`��`B� &P�A&��`��` &��9&9� $k�� e&�@�9�Pj� T{�� ��`��e�� �&�@�9�Pj� T{�� �&�@�9�0�&H]9�Pj� T{�� �&�@�9�Pj� T{�� ��`��e�� �&�@�9�Pj� T{� ��`͚�` &��9&��`��`B� &P�A&��`��`¨3� u�`B� &P�A&��`��`B� &P�A&�:� R�A&��`��`B� &P�A&��`��`B��`�u�� �&�@�9�Pj� T{� ��`͚�`3� t�`B� &P�A&��`��`B� &P�A&�:� R�A&��`��`B� &P�A&��`��`¨3� u�`B� &P�A&��`��`B� &P�A&�:� R�A&��`��`B�#�@��8�Pf� D{�� ��`��e�� �&�@�9�Pj� T{�� �&�@�9�0�&H]9�Pj� T{�� �&�@�9�Pj� T{�� ��`��e�� �&�@�9�Pj� T{�� �&�@�9�0�&H]1�P�&Ь9&��`��`B� &P�A&�:� R�A&��`��`B� &P�A&��`��`B��`�u�� �&�@�9�Pj� T{�� �&�@�9�0�&H]9�Pj� T{�� �&�@�9�Pj� T{� �&� ��0�P�&��9&��`��`�^��`��L\} &����?8��S�Y���u��=�����ç_h|&�r��J��o��y9���?�~��ן�/}|:No��t��/tw��k#�O������������=|�"����?��E>Q���P{pG}><�Yu�� �?W�����}�͞�!�ǣ4���@{pG=�|����j�χ���w�� �?W_�[dd��YV���txz����j����q�R���P{pG=�1��C�n�������ýS�YT�����pz����j��?��'�n������z�c8Zu�� �?W��?�/�N�eu�QO�Ǘ�n�������x8>[u�� �w��ã����f�}N��'�7�|��epG=�<Zu�� �w���ÝT���P{pG=�)ܟ��}��ڃ�����I�㳬.�;�����^��go�=������o8�7��Q�_��}��ڃ����×����YV���txx���������x��d���7��Q��_��go�=���p�cx���eu�Q��V�>{C����� �Eb�� ��v���I� g|�ڃ����?�;��ϲ���?������� �w����n������:�H(5g)P�A>Ka�y���e��R(5g)P�A>K�Ԝ�@��,�Rs���F�g)H]�,�Rs���J�Y -T{��R(5g)P�A>Ka�y���e��R(s;K�����P�8K�b��Y -e�,�=�g)�z9K�:�g)����� ��Pj�R�ڃ|�B�9K�j�Y -�γ�.�|�B�9K�j�Y -��,�=�g)����� ��0�<KA�2�g)����� ��Pj�R�ڃ|�B�9K�j�Y -��,�=�g)9�R Ys|�B�9K�h�Y -��,�=�g)�:�R���Y -��,�=�g)����� ��Pj�R�ڃ|�¨�,�� ��Pj�R�ڃ|�B�9K�j�Y -��,�=�g)�:�R���Y -��,�=�g)����� ��P�8K�f��Y -C�,�=�g)����� ��Pj�R�ڃ|�B�9K�j�Y -�γ�.�|�B�9K�j�Y -��,�=�g)����� ��0�<KA�2�g)����� ��Pj�R�ڃ|�B�9K�j�Y -�^�R���Y -��,�=�g)����� ��P�8K�f��Y -cγ�.�|�B�9K�j�Y -��,�=�g)����� ��0�<KA�2�g)����� ��Pj�R�ڃ|�B�9K�j�Y -�γ�.�|�B�9K�j�Y -��,�=�g)����� ��0�<KA�2�g)����� ��P�8K�f��Y -e�,�=�g)�:�R���Y -��,�=�g)����� ��Pj�R�ڃ|�¨�,�� ��Pj�R�ڃ|�B�9K�j�Y -��,�=�g)�:�R���Y -��,�=�g)����� ��Pj�R�ڃ|�¨�,�� ��P�8K�f��Y -e�,�=�g)����� ��0�<KA�2�g)����� ��Pj�R�ڃ|�B�9K�j�Y -�^�R���Y -��,�=�g)����� ��Pj�R�ڃ|�¨�,�� ��Pj�R�ڃ|�B�9K�j�Y -��,�=�g)��d���P�8K�d��Y -e�,�=�g)�/+���=��W_�R���������y|9�7��7z�Z�O���|&�)��4���_��o����g;���o���}��L|�]��O v~�sF��5g4{�5��ُ_�YT{�Y��h͚�h֘3�%t�hV��fQ�A�f��h��hV��fQ�A�f�:�YR�A�f��h��hV��fQ�A�f��h��h֨3�%u�hV��fQ�A�f��h��hV��fQ�A�f�:�YR�A�f��h��hV�#�E��8�Uf�YD{��Y��h��e��Y�&�E�9�Uj�YT{��Y�&�E�9�5�fI]9�Uj�YT{��Y�&�E�9�Uj�YT{��Y��h��e��Y�&�E�9�Uj�YT{��Y�&�E�9�5�fI])�U�͢x=�ѬG4�b�q4��D��� G�B�D�����*5�,�=�ѬR͢ڃ�*5�,�=�ѬQg4K�2�ѬR͢ڃ�*5�,�=�ѬR͢ڃ�uF��.��*5�,�=�ѬR͢ڃ�*5�,�=�ѬA͒�s�*rD�H�G��L4�hr4��D��� G�F��,�� G�JM4�jr4��D��� G�JM4�jr4k�͒�r4��D��� G�JM4�jr4��D��� G�F��,�� G�JM4�jr4��D��� F� -�,�5�Ѭ!��s�*3�,�=�ѬR͢ڃ�*5�,�=�ѬQg4K�2�ѬR͢ڃ�*5�,�=�ѬR͢ڃ�uF��.��*5�,�=�ѬR͢ڃ�*5�,�=�ѬP/�,�� G�JM4�jr4��D��� F� -�,�5�Ѭ1g4K�2�ѬR͢ڃ�*5�,�=�ѬR͢ڃ�uF��.��*5�,�=�ѬR͢ڃ�*5�,�=�ѬQg4K�2�ѬR͢ڃ�*5�,�=�ѬR͢ڃ�uF��.��*5�,�=�ѬBG4�f�q4��D��� G�F��,�� G�JM4�jr4��D��� G�JM4�jr4k�͒�r4��D��� G�JM4�jr4��D��� G�F��,�� G�JM4�jr4��D��� G�JM4�jr4k�͒�b4��͢Ys�*3�,�=�ѬR͢ڃ�uF��.��*5�,�=�ѬR͢ڃ�*5�,�=�ѬP/�,�� G�JM4�jr4��D��� G�JM4�jr4k�͒�r4��D��� G�JM4�jr4��D��� F�M4Kf�a4���"Ys�*3�,�=���~���Y�[4{�5 ����2��?���쉣��D�w#������ϯo?���w����������J�ǽ�n�?}M�-?}}���������&u䟾Vj~��䟾Vj~��䟾Vj~��䟾�姯A]�������F��������F��������F�����:���e��Z���Q�A������Ċ_���G���7�� ]��Wj*~T{�+~���G���Wj*~T{�+~�Ί��e�+~���G���Wj*~T{�+~���G���7��I]��Wj*~T{�+~���G���Wj*~T{�+~�Ί��e�+~���G���W��Ѭ9�������ߨ��'u�_���Q�A�������_���Q�A���:+~R�A�������_���Q�A�������ߨ��'u�_���Q�A�������_���Q�A���:+~R�A����U�(^�aů�Q�Xs\�+3?�=��P/?�� W�JMŏjrů�T��� W�JMŏjr�o�Y�rů�T��� W�JMŏjrů�T��� W�F�?�� W�JMŏjrů�T��� W�JMŏjb�o�T�d�V��?�5��2S�#ڃ\�+5?�=��Qg�O�2��RS�ڃ\�+5?�=��RS�ڃ\�uV��.�\�+5?�=��RS�ڃ\�+5?�=��Qg�O�2��RS�ڃ\�+5?�=��BGŏf�a�o�T�D�W��Lŏhrů�T��� W�JMŏjr�o�Y�rů�T��� W�JMŏjrů�T��� W�F�?�� W�JMŏjrů�T��� W�JMŏjr�/�K��:��RS�ڃ\�+5?�=��BGŏf�q�o�Y��rů�T��� W�JMŏjrů�T��� W�F�?�� W�JMŏjrů�T��� W�JMŏjr�o�Y�rů�T��� W�JMŏjrů�T��� W�F�?�� W�JMŏjbů�Q�Ys\�+3?�=��Qg�O�2��RS�ڃ\�+5?�=��RS�ڃ\�uV��.�\�+5?�=��RS�ڃ\�+5?�=��Qg�O�2��RS�ڃ\�+5?�=��RS�ڃ\�uV��.�X�+tT�h�W��Lŏhrů�T��� W�F�?�� W�JMŏjrů�T��� W�JMŏjr�/�K��:��RS�ڃ\�+5?�=��RS�ڃ\�uV��.�\�+5?�=��RS�ڃ\�+5?�=��AS��sX�+rT�H�W��Lŏhrſ�����V�_}���݊�{,�ݍ���:=���I���^�ۏLJ^������ݷ?�V���ܿ��?}��_�}����߽�3��7����q�/��=?�W0��_�W���������� ��7�|�O�2��������� ��Wj��ڃ��_�yϏj�{~�����.���_��{~���=��{~k���+3���A~�/��{~P�A~ϯԼ�G��=�R�����J�{~T{���u��'u���J�{~T{���+5��Q�A~ϯԼ�G��=�Q�{~R�A~ϯԼ�G��=�R�����J�{~T{��4����9|ϯ��ɚ�����{~D{���+5��Q�A~�o�����e���+5��Q�A~ϯԼ�G��=�R�����F���I]�=�R�����J�{~T{���+5��Q�A~�o�����e���+5��Q�A~ϯԼ�G��=�B�{~4k��2����9~ϯ̼�G��=�R�����J�{~T{���u��'u���J�{~T{���+5��Q�A~ϯԼ�G��=�Q�{~R�A~ϯԼ�G��=�R�����J�{~T{������u���+5��Q�A~ϯԼ�G��=�B�{~4k���s��'t���J�{~T{���+5��Q�A~ϯԼ�G��=�Q�{~R�A~ϯԼ�G��=�R�����J�{~T{���u��'u���J�{~T{���+5��Q�A~ϯԼ�G��=�Q�{~R�A~ϯԼ�G��=�B�{~4k���+3���A~�o�����e���+5��Q�A~ϯԼ�G��=�R�����F���I]�=�R�����J�{~T{���+5��Q�A~�o�����e���+5��Q�A~ϯԼ�G��=�R�����F���I]�=�B�{~4k���+3���A~ϯԼ�G��=�Q�{~R�A~ϯԼ�G��=�R�����J�{~T{������u���+5��Q�A~ϯԼ�G��=�R�����F���I]�=�R�����J�{~T{���+5��Q�A|�oм�'���=�"�{~$k���+3���A~�O���{~��{�������ǯ�U��g��xο}$����k������?�~��ۓ������~z}��cP��:��h����~����Q��/;���ew��×��E*�����8� -Ğ��2d~��Ț�_�2d~��Ț㟡2d~��Ț�ߠ�� * {��ʐ��)"k�}ʐ��)"k�zʐ��)"k�wJ��g���9��)C�7���9��)C����9��)C�צ��9��)AΟ�������ߙ"���W��8~d���1��)��H�9�})AΟ����ǥ�ߖ"�������"���g��_�"���7�9R -Ȟ��2d~O�Ț�_�2d�S"k��SC�<%��;��N��9�N ��Ț��Ԑ N��9�M �ڔȚ��T�35��(45�֙w5����FdJ��'�LaJb�q_z�����2�q�!ӖYs\�2a)�5�Y�!S�Ysܔ -r&�@���LOJd�qMj�ĤD����LIJd�qG*ș��s�2 )�5��!�Ys��2�(�5�����Xc�ot��]�q5j�D�$�'��L1Jd�q/*ș��s�2�(�5ǥ�!�Ys��2�(�5Ǎ� g" -d�q j���D�ס�LJd�qjȔ�D�w���Y(�=�Q�!ӄYs\�2A(�5�9�G J�����K - -^�qj�t�$�W��LJd�qj��D������'�=��!�~Ys\~2�'�5�٧!S}Ys�| -r&�@���L�Id�q�i�ĞD����L�Id�q�y��d���2Ǒ�!�xYs\x2�'�5�y�G�I�����i'�=�a�!�uYs\u2Q'�5�I�!StYs�s -r�@�ǜ�L�Id�q�iȄ�D�g��L�Id�q�)șp�sp2�&�5���!oYs�n2�&�5�ݦ g� d�q�i�4�D��F�&��c�k0�&�5ǭ� g� d�q�i�t�D�W��L�Id�q�i��D�����y&�=�q�!�fYs\f2a&�5�Y�!SeYs�d -r&�@���L�Id�q�i�ĘD����L�Id�q�)șa�saq4�^�q�i��$�痆L}Id�q{)ș^�s^2�%�5�ե!]Ys�\2�%�5ǽ�m�[��ǖ�LkId�qiiȄ�D�g��LeId�qc)șX�sX2}%�5�u�!WYs�V2e%�5�]��UXcUo4��]�qQi��$�画=��)�Kl1��;@K��%��c���S�O#��f���B�������ӯ3>��l)���*������������'���O�����O��˷�|��0|��͕�1�|:3��>��/�~�"P�ڃ�*5! �=�)�QgH�2�5�R��ڃ*5E �=�M�R�ڃ�uv��.�\*5i �=�q�RS�ڃ�*5� �=ȉ�Qg#H�2ȕ�R� �ڃ -*t��h����L,�hr.h����r1��$��� G�JM5�jr7�Ԅ��� ��F�� �� ׃JM>�jr@����� 7�JMD�jrFh����rI�Ԥ��� DŽJMM�jrO����� '�F�M!�� U��ܲB��0,T�(Q�9n�����P����u�C�&1D�92Tj*CT{�;C�&4D�954�l I]�6TjrCT{��C��8D��9Tj�CT{��C����e��C�&=D�9>Tj�CT{��C�&@D�1A4hD2{+DE�ɚ�Q�)�An����Ѩ�G$u�"Q�IQ�A���*��.Q� Q�AN�:�DR�A���<��@Q�)Q�An��H��LѨ�S$u�RQ�IQ�A���Z��^Q�#XD��0Y4d�E"{��Ee&[D�9\Tj�ET{��E�&^D�9_4��I]�`TjFT{�#F��bD��cTjBFT{�SF�Ζ��e�kF�&gD�9hTj�FT{��F�&jD�9k�ku�Q�IQ�A�����ľQ�#pD��8q4�l ]�rTj2GT{�CG��tD��uTjbGT{�sG��ޑ�e��G�&yD�9zTj�GT{��G�&|D�9}4�lI]�~Tj�GT{�H���D���Tj"HT{�3H����e�KH�&�D�1�T�!Ѭ9�!�� ��$Ҩ��$u�*R��"Q�A#��2��6R��#Q�A�#�:�HR�A.$��D��HR��$Q�A�$��P��TҨ��$u�ZR��%Q�A&��b��fR��&Q�A�&�:�IR�A,':�I4k��Ie��D���TjJT{�J�Ά��e�+J�&�D�9�TjJJT{�[J�&�D�9�ꥧu�R�I*Q�A�*�����R� +Q�AN+�:�JR�A�+������R�),Q�An,������Ҡ�,��9,-9RK$k�cKe��D�����Up��c+.��$���ci.��\�Ѡ�2ٚ���Sߢ�������O?����O������u����|��v�|���e�/����p�r�k�C�����<�^>�"���go�=��z��yw��R��,����z:<=Yu�� �w�����T���P{pG=�1��3�S���P{���_��N�gQ]w����Q��go�=���������}��ڃ;����h���7���}��×g��ϲ���|����j����:u�~0�=H� ���'�٬9�ae�W�]�w��:��ڃxE�����=�W�:��ڃxE@��"��2�W�:��ڃxE�����=�W�:��ڃxE@��"��2�W�:��ڃxE�����=�W�:��ڃxE@��"��2�W�:��ڃtE���6k�8s\`��RsE��e�8u\`��S�V{�8u\`��RsE��e�8u\`��S�V{�8u\`��RsE��e�8u\`��S�V{�8u\`��RsE��e�8������ctE���k�8s\`��Q�R�A�"��qE���+NWX�A�"��qE���+J�T�A�"��qE���+NWX�A�"��qE���+J�T�A�"��qE���+NWX�A�"��qE���+ -W��9�"�����5�W�9�0ڃxE�����=�W��+�.�xE�����=�W�:��ڃxE�����=�W��+�.�xE�����=�W�:��ڃxE�����=�W��+�.�xE�����=�W�:��ڃtE���6k��(r\@�����3�F{�8u\`��S�V{�(5WP]�S�V{�8u\`��S�V{�(5WP]�S�V{�8u\`��S�V{�u^ u�+NWX�A�"��qE���+ݮ�YsxE@��"��2�W�:��ڃxE�����=�W�:��ڃxE@��"��2�W�:��ڃxE�����=�W�:��ڃxE@��"��2�W�:��ڃxE�����=�W�:��ڃxE@��"��2�W�:��ڃtE���6k�8s\`��RsE��e�8u\`��S�V{�8u\`��RsE��e�8u\`��S�V{�8u\`��RsE��e�8u\`��S�V{�8u\`��RsE��e��8t�"�f��g�+�� ^p�"�j������ ^p�"�j���+�� ^p�"�j���+���xE�����=�W�:��ڃxE�����=�W��+�.�xE�����=�W�:��ڃxE�����=HW:���stE���&k�8s\`�����7���x����x|ٻ"������������������������iQ=>���;�qI��~���n��;o���������j��[ͳ�/;��/���~�"���ڃ��*5 �=� �R���ڃ��u6��.���*5 �=� �R���ڃ��*5 �=� �QgH�2� �R���ڃ��*t4�h�7��L�hrh�����r��4��� 7�JM�jr��4��� 7�F� �� 7�JM�jr��4��� 7�JM�jrh�����r��4��� 7�JM�jr��4��� 7�F� �� 5���@�ǰT�h�Q�9n�����P���u�@��D��Tj@T{�@��D��4�l�I]�Tj@T{�@��D��Tj@T{�@����e�@��D��Tj@T{�@��D��4h@2{@E�ɚ�P�i��An�����Ш�$u�P�i�Q�An�����P�i�Q�An��:@R�An�����P�i�Q�An�����Ш�$u�P�i�Q�An�����P��D��4d@"{�@e�D��Tj@T{�@��D��4�l�I]�Tj@T{�@��D��Tj@T{�@����e�@��D��Tj@T{�@��D���u�P�i�Q�An�����P��D��4�l� ]�Tj@T{�@��D��Tj@T{�@����e�@��D��Tj@T{�@��D��4�l�I]�Tj@T{�@��D��Tj@T{�@����e�@��D��T�h�Ѭ9n�����Ш�$u�P�i�Q�An�����P�i�Q�An��:@R�An�����P�i�Q�An�����Ш�$u�P�i�Q�An�����P�i�Q�An��:@R�Al�:@4k�@e�D��Tj@T{�@����e�@��D��Tj@T{�@��D���u�P�i�Q�An�����P�i�Q�An��:@R�An�����P�i�Q�An�����Рi���9l�9@$k�@e�D��ܯ�T��ck���4���ci��7���A�{n��gfx7����o���;�{���\Q���+���,�W���x�U�g����YD��w���YD��w�:KR�An,������R�i,Q�An,������Ҩ��$u��R�i,Q�An,������R�i,Q�An,�:KR�An,������R���D�渱TfKD{�K��ƒ�e�K���D���TjKT{�K���D���4�l,I]��TjKT{�K���D���TjKT{�K��ƒ�e�K���D���TjKT{�K���D���4�l,I]��T��X�x=���Gc�b�qc��4��� 7�B�4�����X*5�%�=ȍ�R�X�ڃ�X*5�%�=ȍ�QgcI�2ȍ�R�X�ڃ�X*5�%�=ȍ�R�X�ڃ�Xu6��.��X*5�%�=ȍ�R�X�ڃ�X*5�%�=���A�X��s�X*r4�H�7��Lc�hrc��4��� 7�F��%�� 7�JMc�jrc��4��� 7�JMc�jrci��X��rc��4��� 7�JMc�jrc��4��� 7�F��%�� 7�JMc�jrc��4��� 6� -�%�5���!�X�s�X*3�%�=ȍ�R�X�ڃ�X*5�%�=ȍ�QgcI�2ȍ�R�X�ڃ�X*5�%�=ȍ�R�X�ڃ�Xu6��.��X*5�%�=ȍ�R�X�ڃ�X*5�%�=ȍ�P/�%�� 7�JMc�jrc��4��� 6� -�%�5Ǎ�1gcI�2ȍ�R�X�ڃ�X*5�%�=ȍ�R�X�ڃ�Xu6��.��X*5�%�=ȍ�R�X�ڃ�X*5�%�=ȍ�QgcI�2ȍ�R�X�ڃ�X*5�%�=ȍ�R�X�ڃ�Xu6��.��X*5�%�=���BGc�f�qc��4��� 7�F��%�� 7�JMc�jrc��4��� 7�JMc�jrci��X��rc��4��� 7�JMc�jrc��4��� 7�F��%�� 7�JMc�jrc��4��� 7�JMc�jrci��X��bc���X�Ys�X*3�%�=ȍ�R�X�ڃ�Xu6��.��X*5�%�=ȍ�R�X�ڃ�X*5�%�=ȍ�P/�%�� 7�JMc�jrc��4��� 7�JMc�jrci��X��rc��4��� 7�JMc�jrc��4��� 6�McIf�ac���X"Ys�X*3�%�=ȍ�~'�K�[cy�5�������|��������l,O���������?��a��~����$�<��~��/u���t'�<����녿o>t�}?>>>�����g_�u�� �w���ۿj(���7̚�i;���ۿw3��,����:bW���E���Uj�YT{��Y���E���5�gI]��Uj�YT{��Y���E���Uj�YT{��Y��z��e��Y���E���Uj�YT{��Y���E���5�gI]��Uj�YT{�Y��z͚�zV��g�A�g�:�YR�A�g��z��zV��gQ�A�g��z��z֨��%u�zV��gQ�A�g��z��zV��gQ�A�g�:�YR�A�g��z��zV��gQ�A�g��z��z֨��%u�zV�[=���ֳ -�,�5���2S�"ڃ\� -�Rς�r=��Գ�� ׳JM=�jr=��Գ�� ׳F��,�� ׳JM=�jr=��Գ�� ׳JM=�jr=k�Yϒ�r=��Գ�� ׳JM=�jr=��Գ�� ֳM=Kf�a=��Q�"Ys\�*3�,�=���RSϢڃ\�uֳ�.�\�*5�,�=���RSϢڃ\�*5�,�=���Qg=K�2���RSϢڃ\�*5�,�=���RSϢڃ\�uֳ�.�\�*5�,�=���RSϢڃX�*tԳh�ֳ�L=Kd�q=��Գ�� ׳JM=�jr=��Գ�� ׳F��,�� ׳JM=�jr=��Գ�� ׳JM=�jr=k�Yϒ�r=��Գ�� ׳JM=�jr=��Գ�� ׳B�Գ���\�*5�,�=���RSϢڃX�*tԳh�׳Ɯ�,�� ׳JM=�jr=��Գ�� ׳JM=�jr=k�Yϒ�r=��Գ�� ׳JM=�jr=��Գ�� ׳F��,�� ׳JM=�jr=��Գ�� ׳JM=�jr=k�Yϒ�r=��Գ�� ֳ -�,�5���2S�"ڃ\�uֳ�.�\�*5�,�=���RSϢڃ\�*5�,�=���Qg=K�2���RSϢڃ\�*5�,�=���RSϢڃ\�uֳ�.�\�*5�,�=���RSϢڃ\�*5�,�=���Qg=K�2���BG=�f�q=��Գ�� ׳JM=�jr=k�Yϒ�r=��Գ�� ׳JM=�jr=��Գ�� ׳B�Գ���\�*5�,�=���RSϢڃ\�*5�,�=���Qg=K�2���RSϢڃ\�*5�,�=���RSϢڃX�4�,�=���"G=�d�q=��Գ�� ׳��g�{l����x��[�������QϞ^��������̬g�G=��_������~��?���_���~<~��/?��c�6�GH��_ȇݿ��������~��@�jr��䀨� �JM�jrhԙ��r��䀨� �JM�jr��䀨� �F�9 �� �JM�jb�Б�Ys�*39 �=�9�QgH�2�9�R��ڃ�*59 �=�9�R��ڃ�u怤.��*59 �=�9�R��ڃ�*59 �=�9�QgH�2�9�R��ڃ�*59 �=�9�R��ڃ�u怤.��*s�Q��P�#D��8Tfr@D{�s@�^r@P�A�����P��Q�A�����Ш3$u�P��Q�A�����P��Q�A��:s@R�A�����P��Q�A�����Р���9�9r@$k�s@e&D�9Tjr@T{�s@����e�s@�&D�9Tjr@T{�s@�&D�94��I]9Tjr@T{�s@�&D�9Tjr@T{�s@����e�s@�&D�9Tjr@T{s@��͚�А���9�����P��Q�A�����Ш3$u�P��Q�A�����P��Q�A��:s@R�A�����P��Q�A�����P���u�s@�&D�9Tjr@T{s@��͚�И3$t�P��Q�A�����P��Q�A��:s@R�A�����P��Q�A�����Ш3$u�P��Q�A�����P��Q�A��:s@R�A�����P�#D��8Tfr@D{�s@����e�s@�&D�9Tjr@T{�s@�&D�94��I]9Tjr@T{�s@�&D�9Tjr@T{�s@����e�s@�&D�9Tjr@T{�s@�&D�94��I]1T��Ѭ9�����P��Q�A��:s@R�A�����P��Q�A�����P���u�s@�&D�9Tjr@T{�s@�&D�94��I]9Tjr@T{�s@�&D�9Tjr@T{s@�&$��0T����9������*6����r����t����ǯ�1ͻ���׀�Gf�0b�z����~���_�������{�wY_��������/���[���g�����_�����O�����D.s;���tzt��Q&kn�|<ܽ��Cne��v��_��$��2Ys;�Fz����Y��H��9~�Ր��W"k��Ր��W"k�Ո�W^ ���x���W{��Ր�}W"k��Ր�qW"k��Ր�eW"k��U������6d"n"k�nC��&���6d�m"k��mA�vȞ�rې ���9ζ �j�Ț�fېI���9�9{m {�kmC&�&��0�6�(� ��NۀɴI�9��9m {�mC&�&��8�6d�l"k��lC&�&��8��첁�9�� �(�Ț�$ې)���9� ��Ț�[������6dBl"k�3lC��&���6dl"k�lA��Ȟ��ڀ[|M����F�5q�c�]0�5�5���m��\��׆LpMd�qnm���D��ֆLjMd�qh-��Y�s\Y2�5�5lj�!SXYs�W2y5�5�q� g[ d�qYmȄ�D�gՆLUMd�qSm�$�D��BLO `�aMm�S�w=�)�SR�Xs�Q25�5�� gC d�qAm��D��ӆL=Md�q;mȤ�D��ӂ��4�=�մ!MYs�L2�4�5ǽ�!�KYsKr��@��҆L(Md�q&m�T�D�6�F�4��cH/}4x5�u�G�Xs�F2e4�5�]�!�EYsEr6�@�цLMd�qm���D��ІL -Md�q-��A�s\A24�5� �!S@Ys�?2�3�5���m��>���φL�Ld�q�l�T�D�6�F�3��c<p�� ��ΆL�Ld�q�lȔ�D�wΆL�Ld�q�,��8�s\82�3�5�y�!S7Ys�62i3�5�a� g�d�q�l�D�D�'͆L�Ld�q�l���D��̂�-3�=�%�!2Ys�1qT�^�q�l�$�$�̂��2�=���!/Ys�.2�2�5�ݲ!�-Ys-r6�@�ˆL�Ld�q�l���D��ʆL�Ld�q�,��)�s\)2�2�5lj�!S(Ys�'2y2�5�q� g�d�a�l�&x=�Y�S%�Xs�$2I2�5�A� g�d�q�l���D��ȆL�Ld�q�l�d�D�Gȷ�K��O.s\ 22�5���!SYs�2�1�5�� gwd�qul�D�D�'džLqLd�qol���D���BLk`�ail��w=ƙ�S�Xs��F�*1�/�Ɨ�����x�����N ?7z�����#������3>�����8���������˯������~ȍ�o�`s�G�{�������_6������cD��DΨ� g�B�tΠ��\:+5�3�=ȱ�RS;�ڃ�;+5�3�=�ɳQg�L�2�ճR�=�ڃ>+5�3�=���BG��f�q�l��?�r��$Ш� G�JM�jr�ԄШ� ��F�-4�� ��JM�jr��Ѩ� 7�JM�jrm��E��r�ԤѨ� ��JM�jr��Ҩ� '�F��4�� W�JM&�jb(��QJ�Ys�J+3�4�=ȹ�Qg/M�2�ŴR�L�ڃM+5�4�=�ݴRN�ڃ�Nu�Ӥ.�\O+5�4�=��RSP�ڃ�P+55�=��QgGM�2�%�R�R�ڃS+555�=�=�RT�ڃ�Tu6դ.�TU+s˪Q�ðZ���F�渭Vf�jD{��j�^�jP�A.�������Z���Q�A�����ڨ��&u��Z�ɭQ�A�������Z���Q�Aή�:�kR�A.�������Z���Q�A����۠i���9��92l$k�Cle��F���VjblT{�sl����e��l�&�F�9�Vj�lT{��l�&�F�9�6�l�I]��Vj�lT{�m���F���Vj"mT{�3m��N��e�Km�&�F�9�VjjmT{{m��`͚�dېi���9����l��p[�)�Q�An���x��|ۨ��&u�[�I�Q�A�������[� �Q�AN��:[nR�A�������[�)�Q�An������[����u��n�&�F�9�Vj�nT{�n���͚��ۘ��&t��[�ɼQ�A�������[���Q�Aν�:{oR�A.�������[���Q�A�����ۨ��&u��[�ɿQ�A�����\���Q�A���:;pR�A.�����\��G��Wf�pD{��p��&��e��p�&G�9Wj�pT{��p�&G�97���I]�WjqT{�#q��G��WjBqT{�Sq��V��e�kq�&G�9Wj�qT{��q�&G�97���I]�W�H�Ѭ9�Ǖ�z��~\� �Q�ANȍ:rR�A�ȕ����\�)�Q�Anɕ����\����u��r�&)G�9*Wj�rT{��r�&,G�9-7�l�I]�.Wj�rT{�s��0G��1Wj"sT{3s��3'��4W�H͑�9�͕�����|?�V�9~��8��Ow��������i�������z|fV�kw����Sv��.��b=?������p��ն�\�����������?~�O���7��Q�/V�>{C������wR�>{C�����x�{>9u|��epG=����U���P{pGG ��+ �� _IPj�$�ڃ|%A��+ ���|%A����j���J�=�W��+ �� _I0꼒@�2�W��+ �� _IPj�$�ڃx%A��J�5�W�9�$����J�=�W��+ �� _IPj�$�ڃ|%���J�� _IPj�$�ڃ|%A����j���J�=�W�:�$�����J�=�W��+ �� _IPj�$�ڃ|%���J�� _IPj�$�ڃx%A��J�5�W��+ �� _I0꼒@�2�W��+ �� _IPj�$�ڃ|%A����j���+ �.�|%A����j���J�=�W��+ �� _I0꼒@�2�W��+ �� _IPj�$�ڃ|%A����j���+ �.�t%A�ە���J�Ǖk��$(3W�A�� �˕P�A����\I@��J�Rs%��+ J͕T{��$u^I u�+ J͕T{��$(5WP�A����\I@��J�Q�R�A����\I@��J�Rs%��+ J͕T{�$4W��9����q%ɚ�+ �̕D{��$(5WP�A��`�y%��e��$(5WP�A����\I@��J�Rs%��+ F�WH]�J�Rs%��+ J͕T{��$(5WP�A��`�y%��e��$(5WP�A����\I@��J�BǕ4k�$2W��9����\I@��J�Rs%��+ J͕T{��$u^I u�+ J͕T{��$(5WP�A����\I@��J�Q�R�A����\I@��J�Rs%��+ J͕T{��$�r%�u��$(5WP�A����\I@��J�BǕ4k��$s^I t�+ J͕T{��$(5WP�A����\I@��J�Q�R�A����\I@��J�Rs%��+ J͕T{��$u^I u�+ J͕T{��$(5WP�A����\I@��J�Q�R�A����\I@��J�BǕ4k��$(3W�A��`�y%��e��$(5WP�A����\I@��J�Rs%��+ F�WH]�J�Rs%��+ J͕T{��$(5WP�A��`�y%��e��$(5WP�A����\I@��J�Rs%��+ F�WH]�J�BǕ4k��$(3W�A����\I@��J�Q�R�A����\I@��J�Rs%��+ J͕T{��$�r%�u��$(5WP�A����\I@��J�Rs%��+ F�WH]�J�Rs%��+ J͕T{��$(5WP�A��`�\I ���J�"Ǖ$k��$(3W�A��@Ὸ���c��p�5�J���X�$�����Ϻ�JB>3�$܍+ �ǯ�I8������k��H�������7�]����������/�}��ڃ;�8(t܃@����3�=F{�A8u܃`���S�=V{�A(5� P]��S�=V{�A8u܃`���S�=V{�Auރ u�{N� X�A���q���{N� X�A���܃@u�{N� X�A���q���{��A�YsxB����2�� �:�A�ڃx©��=�� �:�A�ڃxB����2�� �:�A�ڃx©��=�� �:�A�ڃxB����2�� �:�A�ڃx©��=�� �:�A�ڃxB����2�� �:�A�ڃt¡�=6k�A8s܃`���Rs�e�A8u܃`���S�=V{�A8u܃`���Rs�e�A8u܃`���S�=V{�A8u܃`���Rs�e�A8u܃`���S�=V{�A8u܃`���Rs�e�A8����ct�=k�A8s܃`���Q�=R�A���q���{N� X�A���q���{J�=T�A���q���{N� X�A���q���{J�=T�A���q���{N� X�A���q���{ -� ��9�����5�� �9�A0ڃx©��=�� ��{�.�x©��=�� �:�A�ڃx©��=�� ��{�.�x©��=�� �:�A�ڃx©��=�� ��{�.�x©��=�� �:�A�ڃt¡�=6k��A(r܃@����3�=F{�A8u܃`���S�=V{�A(5� P]��S�=V{�A8u܃`���S�=V{�A(5� P]��S�=V{�A8u܃`���S�=V{�Auރ u�{N� X�A���q���{��A�YsxB����2�� �:�A�ڃx©��=�� �:�A�ڃxB����2�� �:�A�ڃx©��=�� �:�A�ڃxB����2�� �:�A�ڃx©��=�� �:�A�ڃxB����2�� �:�A�ڃt¡�=6k�A8s܃`���Rs�e�A8u܃`���S�=V{�A8u܃`���Rs�e�A8u܃`���S�=V{�A8u܃`���Rs�e�A8u܃`���S�=V{�A8u܃`���Rs�e��A8t��f��=g�{�� ރp��j�=���� ރp��j�=��{�� ރp��j�=��{���x©��=�� �:�A�ڃx©��=�� ��{�.�x©��=�� �:�A�ڃx©��=H� :�A��st�=&k�A8s܃`���8�}����g����=��=�ܟ�k�A??�p:ܿ�}����r�yQ=>��\݃8�"�O�_�����>�[O��+_������;�.�|�YO]}��z���z -��zʨ��"u�zJ���P�A��:�)4k��)e��B���2H]��Rj�)T{��)���B���Rj�)T{��)��z��e��)���B���Rj�)T{��)���B���2H]��Rj�)T{��)���B���Rj�)T{��)��z��e��)en���cXO)p�S(��S�L=�hr=%�K=�:���RSO�ڃ\O)5��=���RSO�ڃ\Ou�S�.�\O)5��=���RSO�ڃ\O)5��=���Qg=E�2���RSO�ڃ\O)5��=���RSO�ڃXO4��=���"G=�d�q=���S�� �SJM=�jr=e�YO��r=���S�� �SJM=�jr=���S�� �SF���� �SJM=�jr=���S�� �SJM=�jr=e�YO��r=���S�� �SJM=�jb=��QO�YsXO2��=���2SO!ڃ\O)5��=���RSO�ڃ\Ou�S�.�\O)5��=���RSO�ڃ\O)5��=���Qg=E�2���RSO�ڃ\O)5��=���RSO�ڃ\O �RO��r=���S�� �SJM=�jb=��QO�Ys\Os�S�.�\O)5��=���RSO�ڃ\O)5��=���Qg=E�2���RSO�ڃ\O)5��=���RSO�ڃ\Ou�S�.�\O)5��=���RSO�ڃ\O)5��=���Qg=E�2���RSO�ڃXO)t�Sh��S�L=�hr=e�YO��r=���S�� �SJM=�jr=���S�� �SF���� �SJM=�jr=���S�� �SJM=�jr=e�YO��r=���S�� �SJM=�jr=���S�� �SF���� �S -��5���2SO!ڃ\O)5��=���Qg=E�2���RSO�ڃ\O)5��=���RSO�ڃ\O �RO��r=���S�� �SJM=�jr=���S�� �SF���� �SJM=�jr=���S�� �SJM=�jb=e��Sd��S���5���2SO!ڃ\O�@�����SW_��[O��_YO=/��p�����U=u�i=���?�=��_������u�_������TUO������'��xx>�����j>������������"��e���+5O�Q�A~Z��<�G��i�R����F�O�I]�i�2���(^���z���(�?�Wf��#ڃ��^���������^�yZ�j��z��i=�=�O땚���� ?�7�|ZO�2�O땚���� ?�Wj�֣ڃ��^�yZ�j��z�Χ��.���^�yZ�j��z��i=�=�O땚���� >�7h�֓�s��^��i=�5�O땙���� ?�Wj�֣ڃ��ި�i=�� ?�Wj�֣ڃ��^�yZ�j��z��i=�=�O�:�֓���z��i=�=�O땚���� ?�Wj�֣ڃ��ި�i=�� ?�Wj�֣ڃ��^�yZ�j��z����h�>�7d���s��^�yZ�h��z��i=�=�O땚���� ?�7�|ZO�2�O땚���� ?�Wj�֣ڃ��^�yZ�j��z�Χ��.���^�yZ�j��z��i=�=�O땚���� ?���i=�� ?�Wj�֣ڃ��^�yZ�j��z����h�?�7�|ZO�2�O땚���� ?�Wj�֣ڃ��^�yZ�j��z�Χ��.���^�yZ�j��z��i=�=�O땚���� ?�7�|ZO�2�O땚���� ?�Wj�֣ڃ��^�yZ�j��z�Χ��.���^�yZ�j��z����h�?�Wf��#ڃ��ި�i=�� ?�Wj�֣ڃ��^�yZ�j��z��i=�=�O�:�֓���z��i=�=�O땚���� ?�Wj�֣ڃ��ި�i=�� ?�Wj�֣ڃ��^�yZ�j��z��i=�=�O�:�֓���z����h�?�Wf��#ڃ��^�yZ�j��z�Χ��.���^�yZ�j��z��i=�=�O땚���� ?���i=�� ?�Wj�֣ڃ��^�yZ�j��z��i=�=�O�:�֓���z��i=�=�O땚���� ?�Wj�֣ڃ��ޠyZOf���zE���H�?�Wf��#ڃ��~��zZ��c{Z�5�i���x����b���b�>����:��o��__~��|d<�ϣ�����������r�������O^�ߝv�2���_+��^��ު��O�ǧ����-��v�����Q��go�=��>^}��ڃ���?��[F�eu�Q� -o��[��go�=�����V�>{C�������`K��go�=��z�����?�6��,����z:<?[u�� �w����I�k��� �w�����?�V���j~�>���:>��2�����l)u�� �w����E��go�=����}��ڃ����?�/��G����gp��������z�3�b���7��Q�O/�����j~��w��o8㳬.�;����d���7��Qw��os�7��Q��o8�7��<H�r�c�wj>��:����N�R�>{C�����p�$���7��Q�G�n�������[l���m.�eu�QO�Ǘ�n�������x8>[u�� �w��ã����f�}N��'�7�|��epG=�<Zu�� �w���ÝT���P{pG=�)ܟ��}��ڃ�����I�㳬.�;�����^��go�=������o8�7��Q�_��}��ڃ;?:{<|���'�eu�QO��g�7���j��Wx����E��g}����E��g}�:֗�e��W��Y_T{�W��g}Ѭ9�Y_e�g}�A�Y_�Ο�%u��Uj~����Uj~����Uj~����5��Y_R�A�Y_��g}Q�A�Y_��g}Q�A�Y_����=ȷ��:o����!����=ȷ����C�� �Rjn�ڃ|{Ȩ���� �R�v{��1�=��q{Ś��C���!D{�o �r{�u�o)5��P�A�=���B����Rs{���CF���H]���Rs{���CJ��!T{�o)5��P�A�=d�y{��e�o)5��P�A�=���B����Rs{���C��!2{o)r�B�����2s{���CJ��!T{�ou�"u��CJ��!T{�o)5��P�A�=���B����Q��!R�A�=���B����Rs{���CJ��!T{�ou�"u��CJ��!T{�o)5��P�A�=��q{͚��C���!"{�o)3���A�=���B����Rs{���CF���H]���Rs{���CJ��!T{�o)5��P�A�=d�y{��e�o)5��P�A�=���B����Rs{���CB��u��CJ��!T{�o)5��P�A�=��q{͚��CƜ��]���Rs{���CJ��!T{�o)5��P�A�=d�y{��e�o)5��P�A�=���B����Rs{���CF���H]���Rs{���CJ��!T{�o)5��P�A�=d�y{��e�o)5��P�A�=��q{͚��C���!D{�ou�"u��CJ��!T{�o)5��P�A�=���B����Q��!R�A�=���B����Rs{���CJ��!T{�ou�"u��CJ��!T{�o)5��P�A�=���B����Q��!R�A�=��q{͚��C���!D{�o)5��P�A�=d�y{��e�o)5��P�A�=���B����Rs{���CB��u��CJ��!T{�o)5��P�A�=���B����Q��!R�A�=���B����Rs{���CJ��!T{o4����9�=��q{ɚ��C���!D{�o��Q���{l����������#�:=����Nm���N��п�����_��p1�L���j��ǿJ/�}�9=4����y.�����|�p,�Ț�S1�̥"k���r�����H�!s#�Ț�1�́"k���2�a��9� #�yȞ��0��]"k���2Ga��9> c�\�!����s��c0�-k�/�2�`��9>c�\�!���� � {��2�_��9��b�!����!s��Ț�/���ٗ}r��/���"k�/�2_��9>�b�\{!��� � {��2w^��9��b�y!���ċDž�������y{���2�]��9��b�v!�����!sՅȚ�.��']��9>�b��s!�����!s̅Ț�S.��%"k��r�q�����!sÅȚ�.��"k�Ϸ2�[��9��"�y�Ȟ��-���"k��qm!�z�O�0[H�9��"�y�Ȟ�c-�̭"k�/�2�Z��9>�b�\i!���F� � {��2�Y��9��b�g!���4�!s��Ț�,��gY��9>�b��d!���"�!s��Ț�s,��5"k�o�r�b�����;,�]M���#,�]�� ��5��Wn���+��2��W��+D�_^1d�Ys|vŐ��Bd���AΓ+@�\1d�Ys|mŐ9�Bd��C�� -�5�wV9Ϭ��s|dŐ��Bd��C�� -�5��U��*D��VbN��XcxX�x� -y�c|Uŀ9�Bb��IC� -�5��T9ϩ��s|LŐ��Bd��%C� -�5�gT�+*D��P�<�d��C�~ -�5��S��)D��N1d.�Ys|7E��l -�=�GS��)D�_L1d�Ysx.ň�Z -��cx+Ex9�^���N -�5�WR�#)D��H1d.�Ys|E��< -�=��Q��(D�_F1d�Ys|Ő��Bd��MAΓ(@�D1d�Ys| Ő9�Bd��)C� -�5�wPn��3(��2�GP�(D�_@1d�Ysx�Ĉ�� ��c|�D��� �=LJO��'D�_=1d��Ys|�Đ�xBd��A�s'@�;1dn�Ys|�Đ9tBd��C�� �5�7N9O���s|�Đ�oBd��uC� �5ǧM��&D��5�<kd��QC� �5�M�8�x=��L�k&$��2�<ed��!C� �5�WL�#&D��01d.�Ys|�D��| �=��K��%D�_.1d�Ys|�Đ�ZBd���AΓ%@�,1d�Ys|�Đ9VBd��C�R �5�wJ9ϔ��sx�Ĉ�F ��c|�Ā9PBb��yC�: �5ǷI9O���s|�Đ�KBd��UC�( �5�'I��$D��#�M^Α��#1dn�Ys|�Đ9DBd��C� - �5�7H9O���s|�Đ�?Bd���C���5ǧG��#D��bΎ�Xcxt�x��y�c|qĀ98Bb����!��З؎�\�����/����������y��U�������ϑl�c�O��|f�9��#�������������_>V�_o��za>�E{z���vI��k�������/7�=��Rr�ڃ�r+5-7�=�5�P/97�� �JMэjrӭ�Dݨ� g�JMjr�mԙv��rܭ��ݨ� ��JM��jb���x�Ys\ysfބ.�z+5�7�=ȭ�R{�ڃ�{+5�7�=�ŷQg�M�2�ѷRS}�ڃ�}+5�7�=��R�~�ڃ\u�ߤ.��+58�=� �R��ڃ��+58�=�%�Qg -N�2�1�RS��ڃ+t�h�'��L�hrnԙ���r�Ԕ�� ��JM�jr����� �F��8�� G�JM%�jr'�Ԅ�� ��JM+�jr-nԙ���r0���� 7�JM4�jr6��t�� ��F��8�� �����q�ǰW��Q�9Nȕ����\����u�Cr��$G��%WjbrT{�sr��'G��(7�L�I]9*Wj�rT{��r�&,G�9-Wj�rT{��r�μ��e�s��0G��1Wj"sT{�3s��3G��47hRs2{csE��ɚ��\� ��ANΕ�����ܨ3;'u��\�)�Q�Anϕ�����\���Q�A.Ѝ:tR�A�Е� -��]� �Q�ANѕ���ݨ3G'u� ]�)�Q�Anҕ�(��,]��KG��L7d�t"{��te�NG��OWjuT{�u��QG��R7���I]9TWjJuT{�[u�&VG�9WWjzuT{��u��d��e��u��ZG��[Wj�uT{��u��]G��^�%_u�]�)�Q�Anؕ���Č]��cG��d7�L� ]9fWjjvT{�{v�&hG�9iWj�vT{��v�ά��e��v��lG��mWj�vT{��v��oG��p7�L�I]9rWj*wT{�;w�&tG�9uWjZwT{�kw��ܝ�e��w��xG��yW��Ѭ9�ޕ�����ݨ3}'u��]���Q�A�ߕ����^�i�Q�A���:3xR�Aᕚ��^���Q�A�ᕚ��"ި3�'u�(^���Q�A�╚0��4^�i�Q�A��:�xR�A�: -y4k�ye&�G�9�Wj:yT{�Ky��T��e�cy���G���Wj�yT{��y���G����%�u�p^�)�Q�An畚x��|^���Q�A.�:zR�A�蕚���^� �Q�AN镚��Ěޠ����9�9�z$k��ze&�G�9��D\t��=����k<=����cI�7�����=���.���33��i������o��}�����|��������twY��/������X�7����7�O,?~H,Q�AN,������Ҩ3�$u��R�I,Q�AN,������R�I,Q�AN,�:KR�AN,������R�I,Q�AN,������Ҩ3�$u��R�I,Q�AL,:K4k�Ke&�D�9�4�L,I]9�TjKT{�K�&�D�9�TjKT{�K��Ē�e�K�&�D�9�TjKT{�K�&�D�9�4�L,I]9�TjKT{�K�&�D�9�TjKT{�K��Ē�e�Ken�%��c�X*p$�(�'��Lb�hrb)�Kb �:ȉ�R�X�ڃ�X*5�%�=ȉ�R�X�ڃ�Xu&��.��X*5�%�=ȉ�R�X�ڃ�X*5�%�=ȉ�QgbI�2ȉ�R�X�ڃ�X*5�%�=ȉ�R�X�ڃ�X4�%�=���"Gb�d�qb��$��� '�JMb�jrbiԙX��rb��$��� '�JMb�jrb��$��� '�F��%�� '�JMb�jrb��$��� '�JMb�jrbiԙX��rb��$��� '�JMb�jbb�БX�Ys�X2�%�=lj�2�X"ڃ�X*5�%�=ȉ�R�X�ڃ�Xu&��.��X*5�%�=ȉ�R�X�ڃ�X*5�%�=ȉ�QgbI�2ȉ�R�X�ڃ�X*5�%�=ȉ�R�X�ڃ�X -��X��rb��$��� '�JMb�jbb�БX�Ys�Xs&��.��X*5�%�=ȉ�R�X�ڃ�X*5�%�=ȉ�QgbI�2ȉ�R�X�ڃ�X*5�%�=ȉ�R�X�ڃ�Xu&��.��X*5�%�=ȉ�R�X�ڃ�X*5�%�=ȉ�QgbI�2ȉ�R�X�ڃ�X*t$�h�'��Lb�hrbiԙX��rb��$��� '�JMb�jrb��$��� '�F��%�� '�JMb�jrb��$��� '�JMb�jrbiԙX��rb��$��� '�JMb�jrb��$��� '�F��%�� &� -�%�5lj�2�X"ڃ�X*5�%�=ȉ�QgbI�2ȉ�R�X�ڃ�X*5�%�=ȉ�R�X�ڃ�X -��X��rb��$��� '�JMb�jrb��$��� '�F��%�� '�JMb�jrb��$��� '�JMb�jbbi�$�d�&���%�5lj�2�X"ڃ�XR'(K�[by�5 ������#�;=`a9>2�ӧ���ן~��ן?�w���^������y������\}�ݺ��؏+��9L+9�J$k�JC&�$��0�T�h*��9,*9�J$ksJE��ɚÖҐI)��9)9:J$k+JE��ɚÄR���D�氟4d�I"{�IE�vɚ�rR�[8���f� -�$�5�ͤ!�L�sL*r��H�֒��$�5���"G)�d�a'i�d�D�F���$�5���"G �d�a��QG"Ys�F2i$�=�a�"G�d�a��E"Ys�D*r�H����LId�A�����)*!�����]�a��QA�Xs�@ -r&�@.s@*r�H�֏��#�5��"G��d�a�h�d�D�F���#�5�ţ"G��d�a��Q;"Ys�:2�#�=���"G�d�a��9"Ys�8*r�H���Fy#�5Fq����1,8�Fk�FE��ɚæѐI��99zF$kkFE��ɚÔQ��dD��c4d2F"{#FE��ɚÂQ�#`D��0_T���9l �t�Ȟ�pQ��[D��ZT���9J���^�Q�h��+�Wc+*p��(�����"�5���"G��d�a�h�$�D���}"�5�u�"G��d�a���Q&"Ys�%2Y"�=�Q�"G��d�a���$"Ys�#*rԈH�����)"�����"�5��"G��d�Q��ĭ@D�z�C&?$��0>T�h��9,9�C$k�CE��ɚ��АI��99zC$kkCE��ɚ��P��4D��34d2C"{#CE��ɚ��P�#0D��0/T���9l ���ȞðP��+D��*T�"x=�I�GQ�b�aOh��D�Ƅ�-!�5�%�"GH�d�aF��Q"Ys�2 !�=��"G?�d�a=��"Ys�*r��H�v��L6Hd�a4���"YsX*r�H�悊� �5���!� -�s -*q���JP�#D��0T�(��9� �<�Ȟ�8P�� D��T���9�9�@$k�@A�$�e�@E�ɚ�P�#D��0T�(��9�� ��Ȟ�P��D���T����9��9�?$k��?#�����Oy[����V -��5���~�f�?���������8�{����{�������>�t<<����~x>^�÷�`=�����ߌO�}��}��6��H����endstream -endobj -1652 0 obj << -/Type /Page -/Contents 1653 0 R -/Resources 1651 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 1218 0 R -/Annots [ 1655 0 R 1656 0 R 1657 0 R 1658 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R 1663 0 R 1664 0 R 1665 0 R 1666 0 R 1667 0 R 1668 0 R 1669 0 R 1670 0 R 1671 0 R 1672 0 R 1673 0 R 1674 0 R 1675 0 R 1676 0 R 1677 0 R 1678 0 R 1679 0 R 1680 0 R 1681 0 R 1682 0 R 1683 0 R 1684 0 R 1685 0 R 1686 0 R 1687 0 R 1688 0 R 1689 0 R 1690 0 R 1691 0 R 1692 0 R 1693 0 R 1694 0 R 1695 0 R 1696 0 R 1697 0 R 1698 0 R 1699 0 R 1700 0 R 1701 0 R 1702 0 R 1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R 1709 0 R 1710 0 R 1711 0 R 1712 0 R 1713 0 R 1714 0 R 1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1721 0 R 1722 0 R 1723 0 R 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1749 0 R 1750 0 R ] ->> endobj -1655 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 706.321 143.421 715.208] -/Subtype /Link -/A << /S /GoTo /D (using) >> ->> endobj -1656 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 706.321 537.983 715.208] -/Subtype /Link -/A << /S /GoTo /D (using) >> ->> endobj -1657 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 692.902 162.331 699.756] -/Subtype /Link -/A << /S /GoTo /D (using-intro) >> ->> endobj -1658 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 692.902 537.983 699.756] -/Subtype /Link -/A << /S /GoTo /D (using-intro) >> ->> endobj -1659 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 677.893 218.489 686.804] -/Subtype /Link -/A << /S /GoTo /D (myaccount) >> ->> endobj -1660 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 677.893 537.983 686.804] -/Subtype /Link -/A << /S /GoTo /D (myaccount) >> ->> endobj -1661 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 664.942 186.958 673.853] -/Subtype /Link -/A << /S /GoTo /D (bug_page) >> ->> endobj -1662 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 664.942 537.983 673.853] -/Subtype /Link -/A << /S /GoTo /D (bug_page) >> ->> endobj -1663 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 651.99 192.209 660.902] -/Subtype /Link -/A << /S /GoTo /D (lifecycle) >> ->> endobj -1664 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 651.99 537.983 660.902] -/Subtype /Link -/A << /S /GoTo /D (lifecycle) >> ->> endobj -1665 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 639.039 189.997 647.95] -/Subtype /Link -/A << /S /GoTo /D (query) >> ->> endobj -1666 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 639.039 537.983 647.95] -/Subtype /Link -/A << /S /GoTo /D (query) >> ->> endobj -1667 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 628.145 206.166 634.999] -/Subtype /Link -/A << /S /GoTo /D (boolean) >> ->> endobj -1668 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 628.145 537.983 634.999] -/Subtype /Link -/A << /S /GoTo /D (boolean) >> ->> endobj -1669 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 615.193 260.263 622.047] -/Subtype /Link -/A << /S /GoTo /D (pronouns) >> ->> endobj -1670 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 615.193 537.983 622.047] -/Subtype /Link -/A << /S /GoTo /D (pronouns) >> ->> endobj -1671 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 600.184 212.164 609.096] -/Subtype /Link -/A << /S /GoTo /D (negation) >> ->> endobj -1672 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 600.184 537.983 609.096] -/Subtype /Link -/A << /S /GoTo /D (negation) >> ->> endobj -1673 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 587.233 238.664 596.144] -/Subtype /Link -/A << /S /GoTo /D (multiplecharts) >> ->> endobj -1674 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 587.233 537.983 596.144] -/Subtype /Link -/A << /S /GoTo /D (multiplecharts) >> ->> endobj -1675 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 574.655 194.251 583.193] -/Subtype /Link -/A << /S /GoTo /D (quicksearch) >> ->> endobj -1676 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 574.655 537.983 583.193] -/Subtype /Link -/A << /S /GoTo /D (quicksearch) >> ->> endobj -1677 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 561.33 256.835 570.242] -/Subtype /Link -/A << /S /GoTo /D (casesensitivity) >> ->> endobj -1678 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 561.33 537.983 570.242] -/Subtype /Link -/A << /S /GoTo /D (casesensitivity) >> ->> endobj -1679 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 548.379 182.933 557.29] -/Subtype /Link -/A << /S /GoTo /D (list) >> ->> endobj -1680 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 548.379 537.983 557.29] -/Subtype /Link -/A << /S /GoTo /D (list) >> ->> endobj -1681 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 535.427 287.182 544.339] -/Subtype /Link -/A << /S /GoTo /D (individual-buglists) >> ->> endobj -1682 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 535.427 537.983 544.339] -/Subtype /Link -/A << /S /GoTo /D (individual-buglists) >> ->> endobj -1683 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 522.476 159.86 531.387] -/Subtype /Link -/A << /S /GoTo /D (bugreports) >> ->> endobj -1684 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 522.476 537.983 531.387] -/Subtype /Link -/A << /S /GoTo /D (bugreports) >> ->> endobj -1685 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 509.524 231.372 518.436] -/Subtype /Link -/A << /S /GoTo /D (fillingbugs) >> ->> endobj -1686 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 509.524 537.983 518.436] -/Subtype /Link -/A << /S /GoTo /D (fillingbugs) >> ->> endobj -1687 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 496.573 234.958 505.484] -/Subtype /Link -/A << /S /GoTo /D (cloningbugs) >> ->> endobj -1688 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 496.573 537.983 505.484] -/Subtype /Link -/A << /S /GoTo /D (cloningbugs) >> ->> endobj -1689 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 485.679 163.436 492.533] -/Subtype /Link -/A << /S /GoTo /D (attachments) >> ->> endobj -1690 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 485.679 537.983 492.533] -/Subtype /Link -/A << /S /GoTo /D (attachments) >> ->> endobj -1691 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 472.727 197.409 479.581] -/Subtype /Link -/A << /S /GoTo /D (patchviewer) >> ->> endobj -1692 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 472.727 537.983 479.581] -/Subtype /Link -/A << /S /GoTo /D (patchviewer) >> ->> endobj -1693 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 457.719 307.765 466.63] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_view) >> ->> endobj -1694 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 457.719 537.983 466.63] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_view) >> ->> endobj -1695 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 444.767 352.437 453.679] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_diff) >> ->> endobj -1696 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 444.767 537.983 453.679] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_diff) >> ->> endobj -1697 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 431.816 305.324 440.727] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_context) >> ->> endobj -1698 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 431.816 537.983 440.727] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_context) >> ->> endobj -1699 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 418.864 359.988 427.776] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_collapse) >> ->> endobj -1700 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 418.864 537.983 427.776] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_collapse) >> ->> endobj -1701 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 405.913 299.107 414.824] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_link) >> ->> endobj -1702 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 405.913 537.983 414.824] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_link) >> ->> endobj -1703 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 392.961 280.448 401.873] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_bonsai_lxr) >> ->> endobj -1704 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 392.961 537.983 401.873] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_bonsai_lxr) >> ->> endobj -1705 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 380.01 268.283 388.921] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_unified_diff) >> ->> endobj -1706 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 380.01 537.983 388.921] -/Subtype /Link -/A << /S /GoTo /D (patchviewer_unified_diff) >> ->> endobj -1707 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 367.059 171.397 375.97] -/Subtype /Link -/A << /S /GoTo /D (hintsandtips) >> ->> endobj -1708 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 367.059 537.983 375.97] -/Subtype /Link -/A << /S /GoTo /D (hintsandtips) >> ->> endobj -1709 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 356.164 212.542 363.019] -/Subtype /Link -/A << /S /GoTo /D (2454) >> ->> endobj -1710 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 356.164 537.983 363.019] -/Subtype /Link -/A << /S /GoTo /D (2454) >> ->> endobj -1711 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 343.213 187.636 350.067] -/Subtype /Link -/A << /S /GoTo /D (commenting) >> ->> endobj -1712 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 343.213 537.983 350.067] -/Subtype /Link -/A << /S /GoTo /D (commenting) >> ->> endobj -1713 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 328.204 275.267 337.116] -/Subtype /Link -/A << /S /GoTo /D (comment-wrapping) >> ->> endobj -1714 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 328.204 537.983 337.116] -/Subtype /Link -/A << /S /GoTo /D (comment-wrapping) >> ->> endobj -1715 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 315.253 214.495 324.164] -/Subtype /Link -/A << /S /GoTo /D (dependencytree) >> ->> endobj -1716 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 315.253 537.983 324.164] -/Subtype /Link -/A << /S /GoTo /D (dependencytree) >> ->> endobj -1717 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 302.301 221.947 311.213] -/Subtype /Link -/A << /S /GoTo /D (timetracking) >> ->> endobj -1718 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 302.301 537.983 311.213] -/Subtype /Link -/A << /S /GoTo /D (timetracking) >> ->> endobj -1719 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 291.288 185.822 298.261] -/Subtype /Link -/A << /S /GoTo /D (userpreferences) >> ->> endobj -1720 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 291.288 537.983 298.261] -/Subtype /Link -/A << /S /GoTo /D (userpreferences) >> ->> endobj -1721 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 278.336 229.927 285.31] -/Subtype /Link -/A << /S /GoTo /D (generalpreferences) >> ->> endobj -1722 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 278.336 537.983 285.31] -/Subtype /Link -/A << /S /GoTo /D (generalpreferences) >> ->> endobj -1723 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 265.385 222.196 272.359] -/Subtype /Link -/A << /S /GoTo /D (emailpreferences) >> ->> endobj -1724 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 265.385 537.983 272.359] -/Subtype /Link -/A << /S /GoTo /D (emailpreferences) >> ->> endobj -1725 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 252.553 211.337 259.407] -/Subtype /Link -/A << /S /GoTo /D (savedsearches) >> ->> endobj -1726 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 252.553 537.983 259.407] -/Subtype /Link -/A << /S /GoTo /D (savedsearches) >> ->> endobj -1727 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 239.602 230.535 246.456] -/Subtype /Link -/A << /S /GoTo /D (accountpreferences) >> ->> endobj -1728 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 239.602 537.983 246.456] -/Subtype /Link -/A << /S /GoTo /D (accountpreferences) >> ->> endobj -1729 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 226.65 197.598 233.504] -/Subtype /Link -/A << /S /GoTo /D (permissionsettings) >> ->> endobj -1730 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 226.65 537.983 233.504] -/Subtype /Link -/A << /S /GoTo /D (permissionsettings) >> ->> endobj -1731 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 211.641 194.43 220.553] -/Subtype /Link -/A << /S /GoTo /D (reporting) >> ->> endobj -1732 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 211.641 537.983 220.553] -/Subtype /Link -/A << /S /GoTo /D (reporting) >> ->> endobj -1733 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 198.69 180.433 207.601] -/Subtype /Link -/A << /S /GoTo /D (reports) >> ->> endobj -1734 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 198.69 537.983 207.601] -/Subtype /Link -/A << /S /GoTo /D (reports) >> ->> endobj -1735 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 187.796 175.452 194.65] -/Subtype /Link -/A << /S /GoTo /D (charts) >> ->> endobj -1736 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 187.796 537.983 194.65] -/Subtype /Link -/A << /S /GoTo /D (charts) >> ->> endobj -1737 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 172.787 243.636 181.699] -/Subtype /Link -/A << /S /GoTo /D (2651) >> ->> endobj -1738 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 172.787 537.983 181.699] -/Subtype /Link -/A << /S /GoTo /D (2651) >> ->> endobj -1739 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.462 159.836 276.582 168.747] -/Subtype /Link -/A << /S /GoTo /D (charts-new-series) >> ->> endobj -1740 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 159.836 537.983 168.747] -/Subtype /Link -/A << /S /GoTo /D (charts-new-series) >> ->> endobj -1741 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 146.884 139.646 155.796] -/Subtype /Link -/A << /S /GoTo /D (flags) >> ->> endobj -1742 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 146.884 537.983 155.796] -/Subtype /Link -/A << /S /GoTo /D (flags) >> ->> endobj -1743 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 133.933 152.926 142.844] -/Subtype /Link -/A << /S /GoTo /D (whining) >> ->> endobj -1744 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 133.933 537.983 142.844] -/Subtype /Link -/A << /S /GoTo /D (whining) >> ->> endobj -1745 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 123.039 190.515 129.893] -/Subtype /Link -/A << /S /GoTo /D (whining-overview) >> ->> endobj -1746 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 123.039 537.983 129.893] -/Subtype /Link -/A << /S /GoTo /D (whining-overview) >> ->> endobj -1747 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 108.03 223.322 116.941] -/Subtype /Link -/A << /S /GoTo /D (whining-schedule) >> ->> endobj -1748 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 108.03 537.983 116.941] -/Subtype /Link -/A << /S /GoTo /D (whining-schedule) >> ->> endobj -1749 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 95.079 222.206 103.99] -/Subtype /Link -/A << /S /GoTo /D (whining-query) >> ->> endobj -1750 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 95.079 537.983 103.99] -/Subtype /Link -/A << /S /GoTo /D (whining-query) >> ->> endobj -1654 0 obj << -/D [1652 0 R /XYZ 71.731 729.265 null] ->> endobj -1651 0 obj << -/Font << /F32 1231 0 R /F27 1224 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1801 0 obj << -/Length 56070 -/Filter /FlateDecode ->> -stream -xڔ�_�]����y�+�@t�N����hƎ`�A���nn� -�=�̫�)�g=u�S���+��Ҟ�9dIM���>�pu���?<7�����p}�Ï���~>�+��o������������/����x�=�����t}|����pwJ������������������~����t����y(��������xs�=�����ջ�����ݿ|�����������ݗ߾n��?}����_��������0�뛻����g����w�O;������x�=�����x���{냼�n�^P;�m��x�z�w�x��%pG�9��?Hu{��ځ;������۳��Qw��Rݞ��v������p����,�K��z�2�Zu{��ځ;���p+��^0+n�<} �������h��ޟ��Rϲ����Z�۳��QO_�+�n�^P;pG=�i�t#���j��>��l|��ϲ�?;��={A�������cn<{A����e��̍g/����x�2�Ju<������7����w�ӗ�Z�17���v��z�2��={A���էӗ�J�17�eu �QO_i>?yA<��������b�퐧�Q�7���v����������Q�gQ]wԛ�ͽU�g/����� -w7Rݞ��v�����Nݞ��v�����e���x��%pG=}�鷺={A����e8�Ku{��ځ;��_�������V��O��<�����N:Hu{��ځ;������۳��Q��ORݞ��v������ �ʹ=�f�퐧���������v����(���h/����f<{A�����ӗ�Z��YV����U8�?�Ƴ��QO_�m�<{A����p|������V����?7�YV����p���^P;pG�;��[u{��ځ;���p'���^P;�m���e��ڌgY]w�ӗ�ƪ۳��QO_�k�g�x��ځ;��� ���=z����ɇ��@�y�=�d�퐧/��5�g/������o�x��ځ;����Ѫ۳�|[}�:�=�?�Ƴ�.�;����^�i3���v��z�2�Yu{��ځ;���p+���^P;�m���e���x��%pG=}��q��j/�Q�7���v��z�2\Yu{��ځo��WW��'�g\�Eu �Q�O�{xy��ځ;������۳��Q���fŽMO_�Gk�et �QO_�;�n�^P;pG=} n���={A����U��������V�O_�k��gY]w�ӗ�x+���j/�<;ɳ��Q�OVݞ��v���������1�gY]w��ã<;ɳ��Q�7�Vݞ��v��z�2��?�Ƴ�|[�=}��I�eu �QO_��n�^P;pG=}�ߚ�G/��C����$�^@;�m���58Ju<��������$�^P;pG�;\˳�<{A������h���j���_���I�eu �Q���$�^P;pG=}={A����e�g'y��ځo��/�<;ɳ�.�;���pm���j/�<;ɳ��QO_yv�g/����xu8>Iu<����^�-���f��w��<>ɳ��Q�Vݞ��v�����k �O�,�K��z�*��<{A����e������w�ӗA���j���]����y�5pG=}�Vݞ��v��z�2��<{A����p'�ϔg/���z�:\��D�eu �Q�w��$�^P;pG�;\�[u{��ځ;��� y��ځo�ק/����(��C���������v��@�%���w����㓗f����nv�]?.�������x��9nOo�Ϭ���u�~w����鏖��M���?�l��8?�������t?�q����o_����f?�����>��ˇ������K��������v|�9<>����C������nn��� o�۳��Q��Vݞ��v�����p�?R��(��C��ǣ4�g/�����WVݞ��v���xxx���۳�|[}:�O��W�x��%pG�9<<Xu{��ځ;���`��Rݞ��v��z�2��Iu{��ځo��N_�[��YT����e�������w�ӗ��g�S�g/�����G�n�^P;�m�x�2\=:u<�������={A����p|�����w��ý� ������&�����'�2����U�g/�����w�Rݞ��v��z�*��Hu{��ځ;{ �/ÍTdz�.�;���p}+���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]a��)X<�E -n�,V.R8s,R0ځ�HaԹHA���N��v .R8u,R�ځ�H�ԱH�j�"�R�H����N��v .R8u,R�ځ�H�ԱH�j�"�R�H����N��v .R8u,R�ځ�H�ԱH�j�"�B�"�G���)��8\�p�X�`�q�©c����E -�f��%)�:)X�@\�p�X�`�q�©c����E -�f��%)�:)X�@\�p�X�`�q�©c����E -�f��%)�:)X�@\�p�X�`�i�¡�"�G���Hv.R8s,R0ځ�H�ԱH�j�"�S�"���J�"�K .R8u,R�ځ�H�ԱH�j�"�S�"���J�"�K .R8u,R�ځ�H�ԱH�j�"�S�"���F������H�ԱH�j�"�S�"�H��)ج8\�Pf)]q�©c����E -��E -V;)�:)X�@\�Pj)P]q�©c����E -��E -V;)�:)X�@\�Pj)P]q�©c����E -��E -V;)�:)X�@\�Pj)P]q�©c����E -�n�lV.R8s,R0ځ�H��,R���"�S�"���N��v .R8u,R�ځ�H��,R���"�S�"���N��v .R8u,R�ځ�H��,R���"�S�"���N��v .R8u,R�ځ�H��,R���"�C�E -6+)�9)�@\�p�X�`�q�B�Y�@u �E -��E -V;)�:)X�@\�p�X�`�q�¨s���5)�:)X�@\�p�X�`�q�©c����E -�f��%)�:)X�@\�p�X�`�q�©c����E -��E -4;�)�-R0Yq�H�̱H�h�",+�E -�ߟ9�{��9���6��o>s�S���-�鿵ݟ����D�x&�l��ڤ�o��>�z;��~�v_�c��-�LQ���� >`:��o�B7wo~�7F!�gY]wԱ����n�ځ<����n�ځ<����n�ځ8�a��n��q<����n ځ<����n�ځ<����n�ځ<�a�9�A�ȳJ���ȳJ���ȳJ���ȳB}���u �� �fv��� �fv��� �fv��� ��� R�@��Pjf7P�@��Pjf7P�@��P��@��xvØsv��%�g7��� T;�g7��� T;�g7��� T;�g7�:g7H]yvC���@�yvC���@�yvC���@�yvèsv��%�g7��� T;�g7��� T;�g7��� T;�g7�:g7H]yvC���@�qvC�cv͊�� efv��� ��� R�@��Pjf7P�@��Pjf7P�@��Pjf7P�@��0�� u �� �fv��� �fv��� �fv��� ��� R�@��Pjf7P�@��Pjf7P�@��Pjf7P�@��0�� u �� en�(�������dz����ȳB}���u �� �fv��� �fv��� �fv��� ��� R�@��Pjf7P�@��Pjf7P�@��Pjf7P�@��0�� u �� �fv��� �fv��� �fv��� �fv�̎�� E�� $+�g7��� D;�g7��� T;�g7�:g7H]yvC���@�yvC���@�yvC���@�yvèsv��%�g7��� T;�g7��� T;�g7��� T;�g7�:g7H]yvC���@�yvC���@�qvC�cv͊�� Cfv�Ȏ�� efv��� �fv��� �fv��� ��� R�@��Pjf7P�@��Pjf7P�@��Pjf7P�@��0�� u �� �fv��� �fv��� �fv��� ���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(t�n�Yq<����n ځ<����n�ځ<�a�9�A�ȳJ���ȳJ���ȳJ���ȳB}���u �� �fv��� �fv��� �fv��� ��� R�@��Pjf7P�@��Pjf7P�@��Pjf7P�@��0hf7��8��P��@��xvC���@�yv�F$��~�mv��c�����8��x�V�ٍ���k{�ٍ��6�q=f7�������?���>�q|���>}���=���ާμw�O;�/�]����{���+��?TvQ�@��*5�]T;+� -�]4+�+�Ɯ�]B�@��*5�]T;�+�JMe��ʮRS�E���k�Y�%u �ʮRS�E�����TvQ�@��*5�]T;�+�F��]R�@��*5�]T;�+�JMe��ʮRS�E���k�Y�%u �ʮRS�E�����Q�E�⸲��Tv�@��uVvI]����TvQ�@��*5�]T;�+�JMe��ʮQge��%�+�JMe��ʮRS�E�����TvQ�@��uVvI]����TvQ�@��*5�]T;�+�JMe��ʮQge��%�*���*�(��aeW����b�qeW���"ځ\��Ke�5�+�JMe��ʮRS�E�����TvQ�@��uVvI]����TvQ�@��*5�]T;�+�JMe��ʮQge��%�+�JMe��ʮRS�E�����TvQ�@��4�]2;+���]$+�+��Le��ʮRS�E���k�Y�%u �ʮRS�E�����TvQ�@��*5�]T;�+�F��]R�@��*5�]T;�+�JMe��ʮRS�E���k�Y�%u �ʮRS�E�����TvQ�@��*tTvѬ8��2�]";�+��Le��ʮRS�E�����TvQ�@��uVvI]����TvQ�@��*5�]T;�+�JMe��ʮQge��%�+�JMe��ʮRS�E�����TvQ�@�� -����ȕ]����jreW���ځX�U��Yq\�5���reW���ځ\�Uj*��v Wv���.�ȕ]���.�K Wv���.�ȕ]����jreW���ځ\�5�쒺reW���ځ\�Uj*��v Wv���.�ȕ]���.�K Wv���.���]���.�Ǖ]e���hreר��K�ȕ]����jreW���ځ\�Uj*��v Wv�:+��.�\�Uj*��v Wv���.�ȕ]����jreר��K�ȕ]����jreW���ځ\�Uj*��v Wv�:+��.�X�U��Yq\�Uf*��v Wv���.�ȕ]���.�K Wv���.�ȕ]����jreW���ځ\��Ke�5�+�JMe��ʮRS�E�����TvQ�@��uVvI]����TvQ�@��*5�]T;�+�JMe��ʮAS�%�㰲��Q�E�⸲��Tv�@��R�TTv�sl�ݳ������������W=����O�C=�������� ���LJ�����?|����o_�������������~���o�O~8��y��[�;�� ��?�!g�����@7��n�R� A��b�� !u �n�R� A����tCP�@�(5�T;��!F��R�@�(5�T;��!JM7��n�R� A��b�� !u �n�2�n��a� Q�膠Xq� Qf�!�v wC��� u �n�R� A����tCP�@�(5�T;��!F��R�@�(5�T;��!JM7��n�R� A��b�� !u �n�R� A����tCP�@�(5�T;�!M7�̎�n�"G7Ɋ�n�2� A����tCP�@�uvCH]���tCP�@�(5�T;��!JM7��n�Qg7��%��!JM7��n�R� A����tCP�@�uvCH]���tCP�@�(5�T;�! -�4+�!�L7�Ȏ�n�2� A����tCP�@�(5�T;��!F��R�@�(5�T;��!JM7��n�R� A��b�� !u �n�R� A����tCP�@�(5�T;��!B}醀�r7D�醠ځ� Qj�!�v vC:�!hVwC�9�!�.�� Qj�!�v wC��n������jr7Ĩ�B������jr7D�醠ځ� Qj�!�v wC�:�!�.�� Qj�!�v wC��n������jr7Ĩ�B������jb7D���f�q7D�� ځ� 1�손�r7D�醠ځ� Qj�!�v wC��n�����n�K wC��n������jr7D�醠ځ� 1�손�r7D�醠ځ� Qj�!�v wC��n�����n�K vC:�!hVwC��n������jr7Ĩ�B������jr7D�醠ځ� Qj�!�v wC��� u �n�R� A����tCP�@�(5�T;��!F��R�@�(5�T;��!JM7��n�R� A��b�tC��8�(rtC��8�(3�D;��!�U� �ϱuC�>tC�?�_� �y<�O�;g� �+�~��/_~������>,ou{|���n������۟����u�����y��"ק�S��������g������N�Q�@>�6�<�&u ��oen��(������7�ǧ����7�ȧ�B}9�u ��o������o������o������o���oR�@>�VjN�Q�@>�VjN�Q�@>�VjN�Q�@>�6�<�&u ��o������o������o������o����̎��oE��o$+�O����oD;�O����oT;�O��:O�I]��[�9�F���[�9�F���[�9�F���ۨ����%�O����oT;�O����oT;�O����oT;�O��:O�I]��[�9�F���[�9�F���[���͊��oC���Ȏ��oe�����o������o������o���oR�@>�VjN�Q�@>�VjN�Q�@>�VjN�Q�@>�6�<�&u ��o������o������o������o���~����Rs��j��Rs��j��B��7�ǧ�Ɯ�߄.�|��Ԝ~�ځ|��Ԝ~�ځ|��Ԝ~�ځ|�m�y�M�ȧ�J��7�ȧ�J��7�ȧ�J��7�ȧ�F��ߤ.�|��Ԝ~�ځ|��Ԝ~�ځ|��Ԝ~�ځ|�m�y�M�ȧ�J��7���� -��hV�~+3�߈v �~u�~����Rs��j��Rs��j��Rs��j��Q��7�K �~+5�ߨv �~+5�ߨv �~+5�ߨv �~u�~����Rs��j��Rs��j��Rs��j��Q��7�K �~+t�~�Yq|��̜~#ځ|��Ԝ~�ځ|�m�y�M�ȧ�J��7�ȧ�J��7�ȧ�J��7�ȧ�B}9�u ��o������o������o������o���oR�@>�VjN�Q�@>�VjN�Q�@>�VjN�Q�@<�6hN���8<�V�8�F����[�9�F���{�HY�~���N��>�~����������vr���㙜~ߌ�������w�#�x�z�e����ӧo������/���O�������� -u����x�z��_C:�5�>��9�=� ��yCݞ��v��z�z�����w���������={A���ջӗ��o`Fϲ�/íU�g/�����������v������a�ܞ��v�λ-N_�k��gY]w�����!�v �=D�y{��oQj��j��C�:�B��oQj��j��C�����ځ�����!�v �=Ĩ��!�.������!�v �=D����ځ\!Sj*d�v WȌ:+d�.�T!S�V!C�<+d -2+�+d�L��� -�P_*d���\!Sj*d�v WȔ� -��2��B�jr�̨�BF��2��B�jr�L����ځ\!Sj*d�v WȌ:+d�.�\!Sj*d�v WȔ� -��2��B�jb�̠����qX!S䨐!Yq\!Sf*d�v WȔ� -��2�� -�K WȔ� -��2��B�jr�L����ځ\!3��r�L����ځ\!Sj*d�v WȔ� -��2�� -�K WȔ� -��2��B�jb�L��B�f�a�̐���q\!Sf*d�v WȔ� -��2��B�jr�̨�BF��2��B�jr�L����ځ\!Sj*d�v WȌ:+d�.�\!Sj*d�v WȔ� -��2��B�jr�L�/2P�@��)52T;�+dJM��� -�BG�͊� -�1g���%�+dJM��� -�RS!C��B��T�P�@��uV�H]�B��T�P�@��)52T;�+dJM��� -�Qg���%�+dJM��� -�RS!C��B��T�P�@��uV�H]�B��T�P�@��)tT�Ь8��)32D;�+dF�2R�@��)52T;�+dJM��� -�RS!C��Bf�Y!#u � -�RS!C��B��T�P�@��)52T;�+dF�2R�@��)52T;�+dJM��� -�RS!C��Bf�Y!#u � -�BG�͊� -�2S!C��B��T�P�@��uV�H]�B��T�P�@��)52T;�+dJM��� -�P_*d���\!Sj*d�v WȔ� -��2��B�jr�̨�BF��2��B�jr�L����ځ\!Sj*d�v V�� -��2E� -��2e�B�hr�l���*d�9� -���xxܭ������!�]]s�l<� -���u?l�g����ݻ/_���ۯ�"�:��ۧ�a��y�Gv�t�y����Y?���p����j -�Bf5���_My�A���jr5E����ځ\MQj�)�v WS�:�)�.�\MQj�)�v WS��j -�������jr5Ũ��B�������jr5E����ځ\MQj�)�v WS�:�)�.�TMQ�VMA�<�) -�+��)�L5��j�P_�)���\MQj�)�v WS��j -�������jr5Ũ��B�������jr5E����ځ\MQj�)�v WS�:�)�.�\MQj�)�v WS��j -�������jb5Š����qXMQ䨦 Yq\MQf�)�v WS��j -�����j -�K WS��j -�������jr5E����ځ\M1ꬦ��r5E����ځ\MQj�)�v WS��j -�����j -�K WS��j -�������jb5E����f�a5Ő���q\MQf�)�v WS��j -�������jr5Ũ��B�������jr5E����ځ\MQj�)�v WS�:�)�.�\MQj�)�v WS��j -�������jr5E�/�P�@��(5�T;��)JM5��j�BG5͊�j�1g5��%��)JM5��j�RSMA�����TSP�@��uVSH]����TSP�@��(5�T;��)JM5��j�Qg5��%��)JM5��j�RSMA�����TSP�@��uVSH]����TSP�@��(tTSЬ8��(3�D;��)F��R�@��(5�T;��)JM5��j�RSMA���b�YM!u �j�RSMA�����TSP�@��(5�T;��)F��R�@��(5�T;��)JM5��j�RSMA���b�YM!u �j�BG5͊�j�2SMA�����TSP�@��uVSH]����TSP�@��(5�T;��)JM5��j�P_�)���\MQj�)�v WS��j -�������jr5Ũ��B�������jr5E����ځ\MQj�)�v VS�j -���E�j -���e���hr5e�@��)�9�j���xxڭ������FwO�p�͔�H�)w���O�5�_�}��_>|5/3��?���y�x����^���s���)|�<s��__�Ǜ�7>�kr<�d��7���[Gn�2Yq;���x�3O�ۣLV�y�Ϳ���(�����U�̛���8|�"�k���8| �"�;���8|�"����8|��!��+";�}����+$+�^|����W���[�8^z�b��+��Z!���BE�N!���BE�B!��uBE�6!��]BC�JHd�a�P��G�d�a�P��D�d�a�P��A�d�aА��qXT��"Yq�T�("YqXT�h "Yq�4d*�Dv��/��Y�����;ê�GSŊÞ� gM�%K��A$+��A$+끊�@$+���L5�Ȏ�b�"G/Ɋ�V�"G)Ɋ�J�"G#Ɋ�>�!S$�����D�� ��QD�����D��h�Q$�¨�������y��8�(VV�9�HV�������?E�����?E����u?E����]?C��Gd�a�O���d�a�O���d�a�O���d�a�ϐ���qX�S���!Yq��S�(�!YqT�S���C�<�:}��>�*} -}>+�|�e>$+�|�M>$+{|�L��Ȏ��"G�Ɋ��"G�Ɋ���"G{Ɋ��!S�#�㰸����C�ⰵ��Q�C�ⰲ����C�Ⱟ'�Y�r�ò�"GWɊæ�"GQɊ�������a��3`*z$v�9�yHV��9�yHVV�9�yHV���Z���<E�N���<E�B��u<E�6��]<C��Gd�aO����d�aO����d�aO����d�a�ΐ���qX�S���!YqԼS�V�C�<kw -�;+;w�L�Ȏ�"G�Ɋö�"G�Ɋê�"G�ɊÞ�!S�#��d��ѱC��a��Q�C��^��ѮC��[g�T��8,�)r�ꐬ8l�)r�ꐬ8��)r4ꐬ8��2u:";��tJܺt��a�N��H�b�a�N��E�d�a�ΐ���qX�S���!Yq؞S�(�!YqX�S�h�!Yq؛����aiN��3�d�acN��0�d�a]N��-�d�aWΐ���qX�S���!YqؒS�(�!YqX�S�h�!Yqԏ3��XaT�S�֍C�<�q -�8+kq��.ӊ�����ϰ߉���ۚ��O������LJq����/������Ͽ}��������~��O���a��o��l��>~����O�i�������������x�������>�������_��g�����{��/�����g���c���P�@�wPjP�@>y0�y u ����������������4+���";�/ ��D;�� ��+T;�� ��CT;�O!�:o!H]�B�9�@�� B���@��&B�9�@��,¨�.��%�/#���T;��#���T;��#�� T;�O$��r#��WJ͙�ȇJͥ��� -�hV�Ks�K��ńRs2�j�фRs5�j�݄Rs8�j��Q���K _O(5��v P(5�v �P(5G�v �Qu�Q���%�RsJ�j�1�RsM�j�=�RsP�j�I�Q�M�K _U(5g�v V(t\V�Yq|[��W ځ|^a�y_A��J͉��GJ͕��wJ͡�ȧF���.�|m�Ԝ[�ځ|p��\\�ځ|s��]�ځ|va�ywA�ȗJ�����J�����J���'F�7�.�x���q��f��!�2s��h�-�Rs��j�9�Q�=�K _d(5'�v e(5W�v �e(5��v �f��6�5��3���T;�4�� T;�o4��# T;��4�:�4H]�RC�9�@��XC���@��^C�9�@��dà�� ���jC��lɊ�� e�r��ۍ�u���c��8����������7��1�I�ӟ:��NnW�o~��Lٮ7n���r����?�}���/����/������?����=��`��#��q���q<'8�078�~ �#��?�p����R3ĉj��R�ʼnj��R3ljj� �Q�"'�K or*5���v �r*5���v /s*5Ӝ�v �su�s���>�R3Љj�D�R�щj�J�R3Ӊj�P�Q�R'�K mu*s�D�<�:8�:Q�8^�Tf&;�@���j'�k �v*5Ý�v Ow*5�v �w*5�v xu.x���R3�j�R��j�R3�j�Q�'�K �y*5���v Oz*5���v �z*5���v {4˞dvn{*r�{"Yq<���{"ځ���L|�ځ<�iԹ�I��;�J��'��S�J��'��k�J��'�ȃ�F����.�����4aP�@n�(5MT;��0JM��&�Qg��%��0JM��&�RӄA�� ��фA�� c�4a��8n�(3MD;��0JM��&�RӄA�� c�ل!u �&�RӄA�� ��4aP�@n�(5MT;��0F�MR�@n�(5MT;��0JM��&�RӄA�� #ԗ&�k 7a��&��M�� �jbF�� �f�qƘ� C��M�� �jrF�i ځ܄Qj�0�v 7a�:�0�.�܄Qj�0�v 7a��&��M�� �jrƨ� C��M�� �jrF�i ځ܄Qj�0�v 7a�:�0�.�܄Qj�0�v 6a:�0hV7a��&��M��&�K 7a��&��M�� �jrF�i ځ܄1�l�rF�i ځ܄Qj�0�v 7a��&��M��&�K 7a��&��M�� �jrF�i ځ܄1�l�bF�� �f�qF�i� ځ܄Qj�0�v 7a�:�0�.�܄Qj�0�v 7a��&��M�� �jrF�/MP�@n�(5MT;��0JM��&�RӄA�� c�ل!u �&�RӄA�� ��4aP�@n�(5MT;�0M�̎�&�"GɊ�&�2ӄA�� �_�PM�[��c@f�s,M�#7a�KO��lM�۬����/��os������,���Q����N�����y�÷�J(7�?xx���0���^f6D��1"g������ T;�"JMC�䆈QgC��%�"JMC�䆈R�A��!��4DP�@n�u6DH]�!��4DP�@n�(5 T;�"JMC�䆈QgC��%�"��"(��aCD��!�b�qCD�i� ځ��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���!�� ��!�jrCD�i��ځ�Q�h��Yq�1�l��rCD�i��ځ�Qj"�v 7D����� �Ά�K 7D����� ��!�jrCD�i��ځ�1�l���rCD�i��ځ�Qj"�v 7D����� �Ά�K 7D����� ����� e�!�hrCĨ�!B�� ��!�jrCD�i��ځ�Qj"�v 7D�:"�.��Qj"�v 7D����� ��!�jrCĨ�!B�� ��!�jrCD�i��ځ�Qj"�v 7D�:"�.��Q�h��Yq�Qf"�v 7D����� �Ά�K 7D����� ��!�jrCD�i��ځ��KC�5�"JMC�䆈R�A��!��4DP�@n�u6DH]�!��4DP�@n�(5 T;�"JMC�Ć�A�!��!���A��!��4D�@n��WTC?��9��7� ����+��B��"㑭!r7"����w�~����l��{S�ǧo/Vy|��O_��?=��|���_��?^����__�bߟ����g�����{T�u6���u�ٯo�:����lR�@��V�v���y^g+p\g�Xq|���\g#ځ|�-ԗ�lP�@��Vj��Q�@��Vj��Q�@��Vj��Q�@��6��&u ��l��:���l��:���l��:���l���lR�@��Vj��Q�@��Vj��Q�@��Vj��Q�@��6h����8��V��F���:[���F��:[���F��:ۨ�:��%������lT;������lT;������lT;����:��I]�:[���F��:[���F��:[���F��:ۨ�:��%������lT;������lT;��:��Ѭ8��6d����8��Vf���@��Vj��Q�@��Vj��Q�@��6��&u ��l��:���l��:���l��:���l���lR�@��Vj��Q�@��Vj��Q�@��Vj��Q�@����u6�k _g+5�٨v _g+5�٨v ^g+t\g�Yq|�m�y�M����J�u6����J�u6����J�u6����F��٤.�|���\g�ځ|���\g�ځ|���\g�ځ|�m�y�M����J�u6����J�u6����J�u6����F��٤.�|���\g�ځx���q��f��u�2s��h�u�Q�u6�K _g+5�٨v _g+5�٨v _g+5�٨v _gu^g���u�Rs��j�u�Rs��j�u�Rs��j�u�Q�u6�K _g+5�٨v _g+5�٨v _g+5�٨v _gu^g���u�B�u6������u6����J�u6����F��٤.�|���\g�ځ|���\g�ځ|���\g�ځ|�-ԗ�lP�@��Vj��Q�@��Vj��Q�@��Vj��Q�@��6��&u ��l��:���l��:���l��:���l��:�̎��lE��l$+������lD;����υ�u6~��:��c<��^g�����Ͽj��?�N��z�D7��O����[�(��gDž�����O�G<��K���ϖ��?v7��7�������C������n�������n�^P;pG}<<^[u{��ځo����͵C�G����5x��2�g/�����WVݞ��v���xxx���۳�|[}:����n��,�K��zsxx�����w������T�g/�������Q�����n&\���Nͳ���;���ps/���j/��@��={A����e8Zu{��ځo��ӗ��ѩ�YV����p��$���j����U�g/���>��o��G/��6y}<�8y��%pG=} ={A����5�������w��W��F�۳�|[�9}n�:�eu �QO_��[�n�^P;pG=}������w�ӗ�ʪ۳�|[��z�Jϲ��7��G��x��ځ;������۳��Qw�����j��ޝ�w���,�K��z�2�Zu{��ځ;��� �&�=z�����5����g/�������Z��YV��u��O�yE �ȯTj^�j�+��W�ځ��@��W���+��W�ځ��@����v �"P�yE �ȯ4�|E �K �"P�yE �ȯTj^�j�+�� -T;�G(�:G(H]i�B����a8B��1B�b���23B�h��P_F(@]y�B��@�y�B��@�y�B��@�y�¨s���%�G(�� -T;�G(�� -T;�G(�� -T;�G(�:G(H]y�B��@�y�B��@�y�B��@�q� � ��p�B�c�Ɋ� -ef��� -�f��� -�� -R�@�PjF(P�@�PjF(P�@�PjF(P�@�0�� u � -�f��� -�f��� -�f��� -�� -R�@�PjF(P�@�PjF(P�@�P��@��p�� ��x�B��@�y�B��@�y�B��@�y�¨s���%�G(�� -T;�G(�� -T;�G(�� -T;�G(�:G(H]y�B��@�y�B��@�y�B��@�y�B�/#���<B�ԌP�ځ<B�ԌP�ځ8B��1B�f���1��K �P(5#�v �P(5#�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��B���#����#F�#�.�<B�ԌP�ځ<B�ԌP�ځ<B�ԌP�ځ<Ba�9BA��#J���#J���#J���#F�#�.�<B�ԌP�ځ<B�ԌP�ځ<B�ԌP�ځ<Ba�9BA��# -#hV�P(3#�v �P(5#�v �Pu�P����R3B�j��R3B�j��R3B�j��P_F(@]y�B��@�y�B��@�y�B��@�y�¨s���%�G(�� -T;�G(�� -T;�G(�� -T;G(� -2;G(9F(��8�PfF(�@��_VP#�9����#����8��_�^��x&#�c�����?�ju���B������瞧���������C��u����p�|���s��n�^P;pG}<<>[K�۳�ܙ�8n�:�eu �Q��R3,�j�R3,�j�R3,�jⰈA3,Bf��23,�h�R3,�j�R3,�j�Q��K �(5�"�v �(5�"�v �(5�"�v ��eX�5��E��aT;��E��aT;��E��aT;��E�:�EH]yXD�A�yXD�A�qXD�cX͊�ac�aB�@Qj�EP�@Qj�EP�@Qj�EP�@1�!u �a�fX��a�fX��a�fX��a��aR�@Qj�EP�@Qj�EP�@Qj�EP�@1�!u �a�fX��a��a4+��E��aD;��E�:�EH]yXD�A�yXD�A�yXD�A�yXĨsX��%��E��aT;��E��aT;��E��aT;��E�:�EH]yXD�A�yXD�A�yXD�A�yXĨsX��%��E�� ��x��" -�"(V�(3�"�v ��eX�5��E��aT;��E��aT;��E��aT;��E�:�EH]yXD�A�yXD�A�yXD�A�yXĨsX��%��E��aT;��E��aT;��E��aT;�E�a2;�E9�E��8Qf�E�@Qj�EP�@1�!u �a�fX��a�fX��a�fX��a��aR�@Qj�EP�@Qj�EP�@Qj�EP�@1�!u �a�fX��a�fX��a��a4+�E�a";��E��aD;��E��aT;��E��aT;��E�:�EH]yXD�A�yXD�A�yXD�A�yXĨsX��%��E��aT;��E��aT;��E��aT;��E��2,���"JͰ���"JͰ���" -�"hV�s���R3,�j�R3,�j�R3,�j�Q��K �(5�"�v �(5�"�v �(5�"�v �u����R3,�j�R3,�j�R3,�j�Q��K �(5�"�v �(t��Yq<,��� ځ<,b�9,B���"JͰ���"JͰ���"JͰ���"F��"�.�<,����ځ<,����ځ<,����ځ<,b�9,B���"JͰ���"JͰ���"JͰ���"F��"�.�8,��1,�f��23,�h�R3,�j�Q��K �(5�"�v �(5�"�v �(5�"�v ��eX�5��E��aT;��E��aT;��E��aT;��E�:�EH]yXD�A�yXD�A�yXD�A�qXĠ!��pXD�cXɊ�aefX��a��"�9�a����"��c��0,r�t�w�+�=�Y��1+�O���/_����?����յ~x�~�$֏q}�����-{�A��Y�~���-�W�J�DVW� �4���gA��3���gC��Ld�q�ِ)>YqX{6�h=xƝg��3�DžgC��Ld�q�ِ);Yq\u6d��DV��9k�@v�� ��3�� gC��Ld�q�ِi7Yq�m�6�q\l6dz�DV�� �R3�ǕfC��Ld�q�Y���d�q�ِ�2Yq�d6�(2x�5f��Lb�q�Y���d�q�ِ�/Yq�^6d��DVW� ��2�ǽeA��2�ǥeC��Ld�qcِ),Yq\W6d��DVw�9��@v� ��2��-eC��Ld�qEِi(Yq�O�'�qTN6��M&�, -��F�d��ø�l���I�8�$_&_*���DždC��Ld�qِ)#Yq\E6d��DV��9k�@v�� �2�� dC��Ld�q�ؐiYq�=��q\<6dz�DV�� ��1�ǕcC�qLd�a�X��XaX66���w�Mc�hLb�q�ؐiYq�1��q\06d��DV�� �r1���bC�YLd�q�X��Vd�q�ؐ�Yq�(6d -�DV �61��]bA�*1��EbC�GLd�q�ؐ)YqX!6�hx��a�>^�qy��Xq�6d��DV׆ ��0�ǝaA��0�DžaC�/Ld�q[ؐ)Yq\6d��DV��9k�@v�� ��0�� aC� Ld�q=ؐiYq� �L�T���%����L/�Ȋ�V�!S -&��l��&�<����u`;����L�Ȋ�&�!S&��lȴ���8��rV���8.�2�_"+�ۿ�L��Ȋ��!��%���+�Y����k�t~��8n�2�_"+�뾆LۗȊ㮯 g�Ȏ㢯!��%���k�Q�%�<�+�L×Ċ�~� g�Ȏ�r�!��%���k�{��8��2�^"+�;����^ ;���L��Ȋ�6�!S�%���k�4y��8�� -r�x��8.�2^"+���L��Ȋ���!��%�⸻+�Y��㰸k���%�<�[�Li�Ċ�ʮ!��%�ⸯ+�Y��㸬k�tu��8n�2E]"+�k��LK�Ȋ��eO.q\�5d��DV�s �r.���\C��Kd�q/W���d�q)א��Yq��5d -�DV�q �6.��]\!��`�a�x��K�y�p �.����:�j�҇� -�/���~���!���뷷O�{ͩ�gR������w�������믟�|~���OO�Δ����߳�bk����O��b�7>����Y�@|��SNj�Y�@|��SNj�Y�@|��Q狭I]���N�nV;+�N�nV;[�N�nV;��JM��%��N�nV;��N�nV;���*�lV�����7�K ���:�ެv V��:�ެv ���:�ެv ����7�K v��:J߬v ־�:z߬v 6��:�߬v �����7�K ���: -�v V��::�v ���:j�v ���&8�K v��:��v �����٬8l�;sT��@,�+5�pT�@�;u�Y�@��;ut�Y�@l�;u��Y�@,�+5 qT�@�;u��Y�@��;u��Y�@l�;uT�Y�@,�+5mqT�@�;u�Y�@��;ut�Y�@l�;u��Y�@,�+5�qT�@�;�{y���0��;p돳Xq� w樐3ځX"7�l���b�ܩ�H�jb�ܩ�K�jb�ܩ�N�jb�\�i���b�ܩ�T�jb�ܩ�W�jb�ܩ�Z�jb�\�i���b�ܩ�`�jb�ܩ�c�jb�ܩ�f�jR�\��i�f�Q�ܑ[ٜɊú�3Gߜ��ƹSG���ҹR�:Gu �SG����SG������SG�����R�@Gu ��SG ����SG���&�SG���2�R�FGu �>�SG!���J�SG'���V�C�Z:�G�tE�f:���tg�r:���t��~:�� u���:��%u������=u���:��Uu���:��mu���:���u�������u���:���u���:���u���:���u���:�k �ם: -�v V؝::�v �����٬8,�+3MvD�@�;u��Y�@��;u��Y�@l�;uT�Y�@,�+5�vT�@�;u�Y�@��;ut�Y�@l�;u��Y�@,�+5 wT�@�;u��Y�@��;u��Y�@l�;uT�Y�@,�+5mwT�@�;u�Y�@��;t뼳Yq�zw樽3ځX|Wj��.��}w�(��ځXw�迳ځw���ځX�WjZ�.�w�(³ځX�w��³ځ؆w�óځX�Wj�.�؉w�(ųځX�w��ųځ،w�ƳځX�Wj��.�ԏw�V�g��"��ёg��%��Q�g��(��4�Q]�+��Q�g��.��їg��1��Q�g��4o�ٚ'u �SGq����SGw�����SG}����RӠGu ��SG�����SG����&�SG����2�BG�͎�>�#�B=���zg�N=���z���Z=��Ϝ��b=|����ַ�7���v�Y?�I��n4������ݧ�?}���/��o믮_7�ngQo|����\w{o���8���w�q��q�?4�P�@n�u6�H]���4�P�@n�)5�8T;��qJM3��f�Qg3��%��qJM3��f�BG3͊�f�2ӌC��g�ٌ#u �f�RӌC����4�P�@n�)5�8T;��qF��8R�@n�)5�8T;��qJM3��f�RӌC��g�ٌ#u �f�RӌC����4�P�@n�)5�8T;��qF��8R�@j�)skơx��8�f���8e��hr3N�/�8P�@n�)5�8T;��qJM3��f�RӌC��g�ٌ#u �f�RӌC����4�P�@n�)5�8T;��qF��8R�@n�)5�8T;��qJM3��f�RӌC��g�4���8l�)r4㐬8n�)3�8D;��qJM3��f�Qg3��%��qJM3��f�RӌC����4�P�@n�u6�H]���4�P�@n�)5�8T;��qJM3��f�Qg3��%��qJM3��f�RӌC����ьC��g�4��8n�)3�8D;��qJM3��f�RӌC��g�ٌ#u �f�RӌC����4�P�@n�)5�8T;��qF��8R�@n�)5�8T;��qJM3��f�RӌC��'ԗf�k 7㔚f���8���jb3N���f�q3Θ�G���8���jr3N�iơځ܌Sj�q�v 7�:�q�.�܌Sj�q�v 7㔚f���8���jr3Ψ�G���8���jr3N�iơځ܌Sj�q�v 7�:�q�.�܌Sj�q�v 6�:�qhV7㔙f���8��f�K 7㔚f���8���jr3N�iơځ܌3�lƑ�r3N�iơځ܌Sj�q�v 7㔚f���8��f�K 7㔚f���8���jr3N�iơځ܌3�lƑ�b3N���f�q3N�i�!ځ܌Sj�q�v 7�:�q�.�܌Sj�q�v 7㔚f���8���jr3N�/�8P�@n�)5�8T;��qJM3��f�RӌC��g�ٌ#u �f�RӌC����4�P�@n�)5�8T;�qM3�̎�f�"G3Ɋ�f�2ӌC�����R�8�[3��c@3n�s��k���ן�ӿUon�n�=�c#��\�|��Ly�@�~v�n�}}||��?����?}�����_�������o8S^��=��{畳������O���?��װ��n�7o}�7���j���[�n�^P;�m��x�y��Qdz�.�;����Ѫ۳��Q�7�G7Jݞ��v���xx|��R�g/���z���͝Tdz�.�;����|t����j�[�ש۳��QO_�k�n�^P;�m���e�v��(��C��ǣ4�g/�����WVݞ��v���xxx���۳��y��x�Q��I]���J͛�Q�@~��R�fuT;�߬�ԼY��7������fu����v �Y]�y�:��oVWjެ�j�Ս:߬N��oVWjެ�j�Օ�7��ځ�fu��7��Yq�fuc�7���Օ�7��ځ�fu����v �Y]�y�:��oV7�|�:�K �Y]�y�:��oVWj�cP�@ޏQj�cP�@ޏ1�!u ���f?����f?����f?������R�@ޏQj�cP�@Q�؏A��x?F�ُA�y?ƨs?��%��c���T;��c���T;��c���T;��c�:�cH]y?F�ُA�y?F�ُA�y?F�ُA�y?ƨs?��%��c���T;��c���T;��c���T;��c�:�cH]i?F��~��a�����b��~�2��h�~�P_�c@]y?F�ُA�y?F�ُA�y?F�ُA�y?ƨs?��%��c���T;��c���T;��c���T;��c�:�cH]y?F�ُA�y?F�ُA�y?F�ُA�q?Ơُ!��p?F�c?Ɋ��ef?����f?������R�@ޏQj�cP�@ޏQj�cP�@ޏQj�cP�@ޏ1�!u ���f?����f?����f?������R�@ޏQj�cP�@ޏQj�cP�@Q�؏A��p?Ɛُ!��x?F�ُA�y?F�ُA�y?F�ُA�y?ƨs?��%��c���T;��c���T;��c���T;��c�:�cH]y?F�ُA�y?F�ُA�y?F�ُA�y?F�/�1�������Ǡځ����Ǡځ��б�f��~�1�~�K ��(5�1�v ��(5�1�v ��(5�1�v ��u�ǐ��~�R��j�~�R��j�~�R��j�~�Q�~�K ��(5�1�v ��(5�1�v ��(5�1�v ��u�ǐ��~�R��j�~�B�~���1��~���1F��1�.�����Ǡځ����Ǡځ����Ǡځ�cԹC���1J�~���1J�~���1J�~���1F��1�.�����Ǡځ����Ǡځ����Ǡځ�cԹC���1 -�1hV��(3�1�v ��(5�1�v ��u�ǐ��~�R��j�~�R��j�~�R��j�~�P_�c@]y?F�ُA�y?F�ُA�y?F�ُA�y?ƨs?��%��c���T;��c���T;��c���T;�c��2;�c9�c��8ޏQf�c�@ޏ�%���cۏ9����1������wc����7�9��s;�g������6�<���ǂ�������l����O?~|k����_�g�{�1s�>�\h8��� �?��B�� ��B�� J�B�� J�B�� F� �.��Р�,4�ځ�Р�,4�ځ�Р�,4�ځ�� ԗ�P�@^hPjP�@^hPjP�@^hPjP�@^h0�\h u ��f����f��ą���4+��9]y�A�Yh@�y�A�Yh@�y�A�Yh@�y���s���%����T;����T;����T;��:H]y�A�Yh@�y�A�Yh@�y�A�Yh@�y���s���%����T;:Ь8^hPf�@^h0�\h u ��f����f����f����΅R�@^hPjP�@^hPjP�@^hPjP�@^h0�\h u ��f����f����f����΅R�@ZhP�Ѐ�y.4(p,4�Xq�Р�,4 ځ�� ԗ�P�@^hPjP�@^hPjP�@^hPjP�@^h0�\h u ��f����f����f����΅R�@^hPjP�@^hPjP�@^hPjP�@\h0h��8\hP�Xh@��x�A�Yh@�y�A�Yh@�y���s���%����T;����T;����T;��:H]y�A�Yh@�y�A�Yh@�y�A�Yh@�y���s���%����T;����T;:Ь8\h0d��8^hPf�@^hPjP�@^hPjP�@^h0�\h u ��f����f����f����΅R�@^hPjP�@^hPjP�@^hPjP�@^h��B�k /4(5 �v /4(5 �v .4(t,4�Yq��`̹�@�� J�B�� J�B�� J�B�� F� �.��Р�,4�ځ�Р�,4�ځ�Р�,4�ځ��`Թ�@�� J�B�� J�B�� J�B�� F� �.��Р�,4�ځ�РбЀf��B�2�Ѐh�B�Q�B�K /4(5 �v /4(5 �v /4(5 �v /4u.4���B�R�Ѐj�B�R�Ѐj�B�R�Ѐj�B�Q�B�K /4(5 �v /4(5 �v /4(5 �v /4u.4���B�B�B�� ��B�� J�B�� F� �.��Р�,4�ځ�Р�,4�ځ�Р�,4�ځ�� ԗ�P�@^hPjP�@^hPjP�@^hPjP�@^h0�\h u ��f����f����f��ą�f��̎ÅE��$+����D;�hm@,4����>,4������[���p�tx؞�]h�l �c���8�����������?����y�{����ן~����_��}{y��矷����~��O���a���|��㯯��W/��_������/�e�K��eg���Ӳןc���̎��2E��2$+�O˔��2D;�O˔��2T;�Oˌ:O�H]��L�9-C���L�9-C���L�9-C���̨��%�O˔��2T;�O˔��2T;�O˔��2T;�Oˌ:O�H]��L�9-C���L�9-C��L��͊��2C洌Ȏ��2e����2�����2�����2���2R�@>-SjN�P�@>-SjN�P�@>-SjN�P�@>-3�<-#u ��2�����2�����2�����2�������i�RsZ�j�i�RsZ�j�i�B�i�ǧeƜ�e�.�|Z�Ԝ��ځ|Z�Ԝ��ځ|Z�Ԝ��ځ|Zf�yZF�ȧeJ�i�ȧeJ�i�ȧeJ�i�ȧeF��e�.�|Z�Ԝ��ځ|Z�Ԝ��ځ|Z�Ԝ��ځ|Zf�yZF�ȧeJ�i���e -�ehV��)3�e�v ��u�����i�RsZ�j�i�RsZ�j�i�RsZ�j�i�Q�i�K ��)5�e�v ��)5�e�v ��)5�e�v ��u�����i�RsZ�j�i�RsZ�j�i�RsZ�j�i�Q�i�K ��)t���Yq|Z�̜�!ځ|Z�Ԝ��ځ|Zf�yZF�ȧeJ�i�ȧeJ�i�ȧeJ�i�ȧeB}9-u ��2�����2�����2�����2���2R�@>-SjN�P�@>-SjN�P�@>-SjN�P�@<-3hN���8<-S�8-C����L�9-C���l��I�����N��>������������e����n�Y��b����_>����8���_�+�����~����������__������o�����'���AN����� -�������?��_?~��/����=|��N�}���1����ӟ��ڧo����ݻy��m����[?C����߀����{�x���|����o����������������57~��Y�8�6���U� Cx�1x�a�#������/��]�w�?����Z�{�?�^~\�y��Bx�Ax�a�C -��G����'.{��^��&��K�w�?�^~ �y�0Bx�Qx�a�c����!ľWa��������7~���Y��Ah��p�a�����aþWa�����������0�w�?\^~���y�X�7���U�@Ax�qx�a���� ������!�w�?>����{�?8^~l��y��@x��x�a����G���� .{��^��7~<��Y�h@h���p�a�C��G����.{��^�����w�?^~���y�_x��?x�a�m����7�w��o�/���<���/�|���0�&���-~�����������}�����˷��;�o�/���<���/�|+��0�6�e.����Σ��߾�,��u/�|���0�����xշ��l߰���]�� �o�_�7�7��[�v�xd�������?��?�����_�|������O���������(������������m����Ǘ�7�7O�;��/�Մ?_�y���_�����k5Q�@~��Q�k5I]���J�k5Q�@|��B�k5Ѭ8~��2�ZMD;�_�i��ZMR�@~��R�ZMT;�_��ԼV���j*5��D����F���$u ��j*5��D����J�k5Q�@~��R�ZMT;�_�i��ZMR�@~��R�ZMT;�_��ԼV���j*5��D����F���$u ��j*s{�&��a�ZM��j�Xq�ZMe浚�v �VS�/��u ��j*5��D����J�k5Q�@~��R�ZMT;�_�i��ZMR�@~��R�ZMT;�_��ԼV���j*5��D����F���$u ��j*5��D����J�k5Q�@~��R�}�j���A�}Ff����"�����g������gJ�����gF��g�.��}��l��ځ�}��l��ځ�}��l��ځ�}fԹ}F���gJ�����gJ�����gJ�����gF��g�.��}��l��ځ�}��l��ځ�}�б}�f����!�}Fd����2�}�h���R�}�j���R�}�j���Q���K o�)5�g�v o�)5�g�v o�)5�g�v o�un������R�}�j���R�}�j���R�}�j���P_��@]y�L�)�ځ\Rj*B�v ք:�BhV���9�B�.�\RjJC�v �������!��@�jr�Ȩ�FD��U"��L�jr�H���ځ\+Rj�E�v ���:�E�.�\1RjJF�v ������u#��p�jr�Ȩ�vD���#��|�jbI����f�q I�)"!ځ\F2�#��r%I�)%�ځ\LRj�I�v ד�����%%�Κ�K W�����ȅ%����jrmI�).�ځ\^2�/��r�I�)1�ځ\dRj�L�v י��B�ȥ&��Z�K V�:�MhV������5'���jr�ɨ��D�ȕ'���jr�I��>�ځ\Rj -P�v ����R�u �*�RS�B����T�P�@�E)5�(T;��QF��(R�@�H)5%)T;��RJMU -�五RS�B��4e�Ԧ��8�N)r����8.P)3*D;�kT� U��ϱU��>���n�j�s�u�g�ץ��aP�j<�թ�F������؏�����zuw�������݇���_�|��o���������oO���u���p��͘�O��w���t�S��٩:�%�w�^�T�ځܩ2��T��r�J��T�ځةR��T�YqܩRf:U�v w��:;U�.�ܩRj:U�v w���N�ȝ*��S�jr�ʨ�SE�ȝ*��S�jr�J��T�ځܩRj:U�v w��:;U�.�ܩRj:U�v w���N�ȝ*��S�jr�ʨ�SE�H�*en�*�ðS��ѩB��S��t��@�T ��S�ȝ*��S�jr�J��T�ځܩRj:U�v w��:;U�.�ܩRj:U�v w���N�ȝ*��S�jr�ʨ�SE�ȝ*��S�jr�J��T�ځܩRj:U�v v��N���*E�N�ǝ*e�S�hr�J��T�ځܩ2��T��r�J��T�ځܩRj:U�v w���N�ȝ*��N�K w���N�ȝ*��S�jr�J��T�ځܩ2��T��r�J��T�ځܩRj:U�v v�::UhVv��N�ǝ*e�S�hr�J��T�ځܩRj:U�v w��:;U�.�ܩRj:U�v w���N�ȝ*��S�jr�ʨ�SE�ȝ*��S�jr�J��T�ځܩRj:U�v w���ҩu �N�RөB��S��t�P�@�T)tt�Ь8�Tsv�]�S��t�P�@�T)5�*T;�;UJM� -��N�Qg���%�;UJM� -��N�RөB��S��t�P�@�Tuv�H]�S��t�P�@�T)5�*T;�;UJM� -��N�Qg���%�;UJM� -��N�BG� -͊�N�2өB��Se�٩"u �N�RөB��S��t�P�@�T)5�*T;�;UF��*R�@�T)5�*T;�;UJM� -��N�RөB��Se�٩"u �N�RөB��S��t�P�@�T)5�*T;�;UF��*R�@�T)tt�Ь8�T)3�*D;�;UJM� -��N�Qg���%�;UJM� -��N�RөB��S��t�P�@�T ��S�ȝ*��S�jr�J��T�ځܩRj:U�v w��:;U�.�ܩRj:U�v w���N�ȝ*��S�jb�ʠ�T��qةR��T!YqܩRf:U�v w��$:U�9�N��ǀN�����^Qus�����:Uyd�TݏN�?����ݻ�_���_~������X}������2��?~���������U_���������_?�����C�.=oO����>��������yrJ��<t���=9}�쟜�ځxr�Ԝ����ɩS��)��'�N'��v ��:u���ځxr�Ԝ����ɩS��)��'�N'��v ��:u���ځtr��qr�f��ɩ#��S&+ON�9NN�@<9u�89e���T�99Eu ēS���SV;ON�:NNY�@<9u�89e���T�99Eu ēS���SV;ON�:NNY�@<9u�89e���T�99Eu ēS���SV;ON�:NNY�@:9u�vr�f��ɩ"��)��'��'��v ��:u���ځxr��qr�j�ɩRsr���'�N'��v ��:u���ځxr��qr�j�ɩRsr���'�N'��v ��:u���ځxr��qr�j�ɩQ��)�k ��:u���ځxr��qr�j�ɩC��S6+ON���SD�@<9u�89e���ԩ���ēS���SV;ON���ST�@<9u�89e���ԩ���ēS���SV;ON���ST�@<9u�89e���ԩ���ēS���SV;ON���ST�@<9u�89e���ԡ��)��'��'��v ��*5'��.�xr��qr�j�ɩS��)��'�N'��v ��*5'��.�xr��qr�j�ɩS��)��'�N'��v ��*5'��gw�$ٕ_���L膍�+�.�aȡҖMӺ�MМ������g���v�y��h�3�뗨Q��Au ēS���SV;ON�:NNY�@<9u�89e���T�99Eu ��S�n'�lV��:s��2ځxr��qr�j�ɩRsr���'�N'��v ��:u���ځxr��qr�j�ɩQ��)�k ��:u���ځxr��qr�j�ɩS��)��'�J��)�K ��:u���ځxr��qr�j�ɩS��)�H'� -'�hv��:r;9e����ԙ���ēS�~�~rʟ��3�c��>��4��txy�Ǔ���vr�4NN���_?m����>�:�M?��靫����W��'����z�p���,�?�-��"�rD^�Q�D�� p�j�A�Rs�j�A�Q�A$�K D*5��v D*5��v D*5��v D4�dvD*rD"Yq|��D"ځ|��D�ځ|i�yI���J�A$���J�A$���J�A$���F���.�|��D�ځ|��D�ځ|��D�ځ|i�yI���J�A$���J�A$��� -�hVD2�DvD*3��v D*5��v D*5��v DuD���A�Rs�j�A�Rs�j�A�Rs�j�A�Q�A$�K D*5��v D*5��v D*5��v D -�| ���J�A$���J�A$��� -�hVDsD��A�Rs�j�A�Rs�j�A�Rs�j�A�Q�A$�K D*5��v D*5��v D*5��v DuD���A�Rs�j�A�Rs�j�A�Rs�j�A�Q�A$�K D*5��v D*tD�Yq|��D"ځ|i�yI���J�A$���J�A$���J�A$���F���.�|��D�ځ|��D�ځ|��D�ځ|i�yI���J�A$���J�A$���J�A$���F���.�x��q�f��A�2s�h�A�Rs�j�A�Q�A$�K D*5��v D*5��v D*5��v D -�| ���J�A$���J�A$���J�A$���F���.�|��D�ځ|��D�ځ|��D�ځxi�D��qx��q�d��A�2s�h�A$�扃H��A���x~�=�������<n�o� r<�D>���/����ϧ_<��|:�>���O���Ï��=�u:�ܼ��~���/����÷�*�|����ÿ�3�_ƿ~���o���_>����������M��/��/��_��|���������9��?�w+� |����Wk�����T;�l�:lH]��F�9�A���F�9�A���F�9�A���ƨ����%�l��T;�l��T;l:lЬ8<�1dl��8>�Qfl�@>�QjlP�@>�QjlP�@>�1�<�!u ������������������R�@>�QjlP�@>�QjlP�@>�QjlP�@>�����5�l��T;�l��T;l:lЬ8>�1�<�!t ������������������R�@>�QjlP�@>�QjlP�@>�QjlP�@>�1�<�!u ������������������R�@>�QjlP�@<�Q�8�A����F�9�A���ƨ����%�l��T;�l��T;�l��T;�l�:lH]��F�9�A���F�9�A���F�9�A���ƨ����%�l��T;�l��T;�l��T;�l�:lH]��F���͊�e�����������R�@>�QjlP�@>�QjlP�@>�QjlP�@>�����5�l��T;�l��T;�l��T;�l�:lH]��F�9�A���F�9�A���F�9�A���Ơ9�!����F���Ɋ�e������ u`��c;���/7�6���o[�9ܼ��f<�ؼ�ű������ۧo��r��������o��?����??|�2�g^�i���k.j~���a�����/��?������h�_�~���������o����3��ӯ�}�?<<|8���oE��v/��c}��{8}���ޝ=������⋵�������ځ��Q�g�.���R���ȿ�)5���ځ��R���ȿ� ����k �z���z�j�gJͯg�v �z���z�j�gF������gJͯg�v �z���z�j�gJͯg�v �zf��zFf��g���!Yq��2���ȿ�яx��~��׳��������|<�>��z�p�5���g�����1��t�<?�����g����O㗳?~�����Z?�������9t����ӏ���H������"����z��:�Oݿ�Aު�YV�����'҃T�g����>���|�����w�ӷ�h���+j��ޝ� ��KFϲ��w����%�n�^Q;pG}<�?[u{��ځ;�����xI�۳W�|_�?��:�eu �QO��������v�����(���+h���U�g�����p���:u<��������KJݞ��v��z�6��={E����m��?�ƳW�|_}<�^䏹�,�K��zwx~�����w���ݓ�k�x��ځ;����Q���^Q;�}����݃Tdz�.�;���p/̍g������ w��x��ځ;���pk���+j��>�� �/�ۣlv�y������w����ƪ۳W��Q�O/��={E������Y��ϲ���ɪ۳W��QO?�(̍g������ ��x��ځ覆7�oýS�,�k��z�/���={E����m�}�����w�ӷ�h���+j��O߆�c.ϲ������+j��U�g����>����W̊{��=�O�N�et �QO߃G�n�^Q;pG=}n��={E����]��������W�N߆;��gY]w�ӷ��^�۳W��QO߆���3���v��z�6�Xu{��ځ���Í�'>y��%pG�;<<�8��+j��'�n�^Q;pG}><ؿ -�g�����p�6<�8�YV����m������w�ӷA�Eb{�Yq;��{p'��g�����x��Ju<������G�cn<{E����]������w������17���v�������Y�<�eu �Q��OVݞ��v���pz^���^Q;pG=}䏹����W�O߆{��gY]w�ӷ�N���^Q;pG=}n叹���w�ӷ�h���+j���l�eJϲ�o�4_��"^��x���ۣWĊ�!�w���x� -ځ�������<��������={E����]x������w�ӷA���+j�=��m���x��%pG�SVj�όj������3�ځ�~f���̨v ��٨��̤.��~f���̨v ��Y�y?3���gVj�όj��� ��3��q�~fE��3#Yq�~fe��̈v ��Y�y?3���g6�|?3�K ��Y�y?3���gVj�cQ�@��Uj�cQ�@��5꜏%u ��X�f>���X�f>���X�f>���X���XR�@��Uj�cQ�@��Uj�cQ�@��U蘏E��p>��%��x>V���E�y>V���E�y>V���E�y>֨s>��%��c���XT;��c���XT;��c���XT;��c�:�cI]y>V���E�y>V���E�y>V���E�y>V���XP�@��Uj�cQ�@��Uj�cQ�@��U蘏E��x>֘s>��%��c���XT;��c���XT;��c���XT;��c�:�cI]y>V���E�y>V���E�y>V���E�y>֨s>��%��c���XT;��c���XT;��c���XT;��c�:�cI]y>V���E�q>V�c>͊��Xef>���X���XR�@��Uj�cQ�@��Uj�cQ�@��Uj�cQ�@��5꜏%u ��X�f>���X�f>���X�f>���X���XR�@��Uj�cQ�@��Uj�cQ�@��Uj�cQ�@��5꜏%u ��X���X4+��c��}2D;��ɔ�}2T;��Ɍ:��H]y�L��'C�y�L��'C�y�L��'C�y�L��}2P�@�'Sj��P�@�'Sj��P�@�'Sj��P�@�'3��'#u �}2�f���}2�f���}2�f���}2�f��̎�}2E�}2$+��ɔ�}2D;�������>~�m���c�w���?��|������������)���l�dǹP�~��������x1�?��������������Ǜ��^S���������Η�\わ?k\������@����RS�B���e�Y�"u ��RS�B��ƥ�Q�B��ƥ�Ը�@�quָH]�ƥ�ԸP�@�q)55.T;�k\JM����Qg���%�k\JM����RS�B��ƥ�ԸP�@�quָH]�ƥ�ԸP�@�q)55.T;�k\JM����Qg���%�j\��j\(^�a�K��ƅb�q�K��q!ځ\�����5.��ƅjr�K��q�ځ\�Rjj\�v �:k\�.�\�Rjj\�v ����5.��ƅjr�˨��E��5.��ƅjr�K��q�ځ\�Rjj\�v ָ���5.E���5.e�ƅhr�K��q�ځ\�2�q��r�K��q�ځ\�Rjj\�v ����5.���K ����5.��ƅjr�K��q�ځ\�2�q��r�K��q�ځ\�Rjj\�v ָ:j\hVָ���5.e�ƅhr�K��q�ځ\�Rjj\�v �:k\�.�\�Rjj\�v ����5.��ƅjr�˨��E��5.��ƅjr�K��q�ځ\�Rjj\�v �z�q��r�K��q�ځ\�Rjj\�v ָ:j\hV�9k\�.�\�Rjj\�v ����5.��ƅjr�˨��E��5.��ƅjr�K��q�ځ\�Rjj\�v �:k\�.�\�Rjj\�v ����5.��ƅjr�˨��E��5.��ƅjb�K��ƅf�q�K��q!ځ\�2�q��r�K��q�ځ\�Rjj\�v ����5.���K ����5.��ƅjr�K��q�ځ\�2�q��r�K��q�ځ\�Rjj\�v ����5.���K ָ:j\hV����5.��ƅjr�˨��E��5.��ƅjr�K��q�ځ\�Rjj\�v �z�q��r�K��q�ځ\�Rjj\�v ����5.���K ����5.��ƅjr�K��q�ځX�2hj\dvָ9j\HV����5��ޑ�q���j\j\���Ƶ��X�q������P�k<�ոnwk\�ϟ��������k��˷��O������������߾~��������������e��#e��G�0�G�o?���2��G��̑2��G�B=)���Rs��j�Rs��j�Rs��j�Q�2�K )+5Gʨv )+5Gʨv )+5Gʨv )u)���Rs��j�Rs��j�Rs��j⑲As�Lf�ᑲ"Ǒ2��G��̑2��G�J͑2��G�F�Gʤ.�|���)�ځ|���)�ځ|���)�ځ|�l�y�L��G�J͑2��G�J͑2��G�J͑2��G�F�Gʤ.�|���)�ځ|���)�ځx���q��f�ᑲ!s�Ld��2s��h�Rs��j�Rs��j�Q�2�K )+5Gʨv )+5Gʨv )+5Gʨv )u)���Rs��j�Rs��j�Rs��j�P�Gʠ��|���)�ځ|���)�ځx���q��f��1�2�K )+5Gʨv )+5Gʨv )+5Gʨv )u)���Rs��j�Rs��j�Rs��j�Q�2�K )+5Gʨv )+5Gʨv )+5Gʨv )u)���Rs��j⑲BǑ2��G��̑2��G�F�Gʤ.�|���)�ځ|���)�ځ|���)�ځ|�l�y�L��G�J͑2��G�J͑2��G�J͑2��G�F�Gʤ.�|���)�ځ|���)�ځ|���)�ځ|�l�y�L��G� -G�hV)+3Gʈv )+5Gʨv )u)���Rs��j�Rs��j�Rs��j�P�Gʠ��|���)�ځ|���)�ځ|���)�ځ|�l�y�L��G�J͑2��G�J͑2��G�J͑2��G�͑2��GʊG�HV)+3Gʈv )��8R�ϱ)_|8R���_�O���]w�>�t<<ݍ�����ݗ_�g�����8Q���_~��s�+�۷�?�����_����m��_������������?��ͥ����x�������i�@������'3����?��{o��yy|�s�� -��YV��u{'�S�K6X�@|ɆS�K6X�@|ɆS�K6X�@|ɆR� T�@|ɆS�K6X�@zɆC��l�Yq�� g��l0ځ�� ��%�.��� ���l�ځ�� ���l�ځ�� ���l�ځ�� ��%�.��� ���l�ځ�� ���l�ځ�� ���l�ځ�� ��%�.��� ���l�ځ�� ���l�ځ�� ���l�ځ�� ��%�.�� g~ﯱxF�5n�5+�k��5F;�kF��5R�@�9u��X�@�9u��X�@�9u��X�@�)5�5T�@�9u��X�@�9u��X�@�9u��X�@�)5�5T�@�9u��X�@�9u��X�@�9u��X�@�)t����8�9r�1Yq�_s��1ځ�_s�诱ځ�_Sj�k�.��_s�诱ځ�_s�诱ځ�_s�诱ځ�_Sj�k�.��_s�诱ځ�_s�诱ځ�_s�诱ځ�_Sj�k�.��_s�诱ځ�_s�诱ځ�_s��_c�⨿���_C�㰿���_c������_c������_c�������P]�����_c������_c������_c�������P]�����_c������_c������_c���f��_#u ���SG�����SG�����C�����5e������5������5������5������5�������5������5������5������5�������5������5������5������5�������5����H�5�n�56+�k��5F;�kJM �%�kN�5V;�kN�5V;�kN�5V;�kJM �%�kN�5V;�kN�5V;�kN�5V;�kJM �%�kN�5V;�kN�5V;�kN�5V;�kJM �%��k��klV�ל9�k�v �ל:�k�v �ה���K �ל:�k�v �ל:�k�v �ל:�k�v �:�k����_s�诱ځ�_s�诱ځ�_s�诱ځ�_Sj�k�.��_s�诱ځ�_s�诱ځ�_s�诱ځ�_S�诡�q�_s��_c�ⰿ���_c�������5�ߟ��/�{�5�/�x������������㉭�v<�;k����ke�M��x���mF���鯌�;_����������'�3���S<�^�1�|�w��Q&+n�|><��C-Cn�2Yq�O��݃#ǣHv�y��^ar{�Ɋ�!O_���e��Q&+n�<}�o%�=�dŽO>����JܞD��v��W�xt��(��C���7��e��v���Ӌ��n�2Yq�/����|K�G������Ir{�Ɋ�!�����e��v������ۣLV��%����^�y��%n�<}���=�d�퐧/��#�G������?Jr{�Ɋ{�<���7�'WE��vȻ��ˋ#�G�����p|���(��C>�����^�����'�c$���q;��+�(��Q&+n�<}�n�=�d�퐧����#�G����ɻ��Α�Q$;n�<}�o��=�d�퐧/����2Yq;�X�0d@��8�������x�Ð�� ��x�Ð� ��x�ÐY� ��x�C�s�Ȏ��Cf�Ȋõ#��/�x�ÀY� ��x�C�s�Ȏ�Cf�Ȋ�Cf��Ȋ�yCf݃Ȋ�mA�i ;��=�]"+�W=�Q"+�'=�E"+��<9�<��8�0d�<��8^�0d�<��8��0dV<��8�������h�À�~qQ��a�1�A�eOw0�$V�v\'ϳ��ǣ��f�Nj��`��s��Z��[��S@vu2;DV�t2#DVOt2DV�sr�s��q<�a�lsYq��a�sYq<�aȬrYq��!�Lr�Xa8�a���A�e�q0c$VOq2KDV�pr�p��q<�a�lpYq��a�pYq<�aȬoYq��!�9�d����!��Ad���!3�Ad���!��Ad��ކ ����c�����K�����3F+^��Ɔ�2�^������Ab��!3�Ad��!��Ad�� ��ǣ�̦�Nj�̠��s�̚��[��S@vi2;DV�h2#DVOh2DV�g\'��������v�����p���F�^��f���d�ǃ��^��k��X��S��R��;��3@v�d2DV/d2DV�c2�DVocrNc��q<�a��bYq��aȌbYq<�a�,bYq��!�9�d���!��Ad������a<�a��`�Xq��!�9�d����!�Ad����!3~Ad���!�|Ad��� ���ǣ����Nj�����s�����[��S@v]2;DV�\2#DVO\2DV�[r�[��q8naımA�e/[0�$V�Z2�DVoZrNZ��q<ha��YYq�faȌYYq<ea�,YYq�cq�<�X�K�X2DV/X2DV�W2�DVoWrNW��q<\a��VYq�ZaȌVYq<Ya�,VYq�W!��U�Xa8Va��UA�e/U0C$V�T�n/�� -��H��3�F���x�ǟW&*���ӯz�Q1�F*n�H�?|����ÿ���ǟ��������͊ӏ��Sg����i���1|�Y7����}� -Ǡ��\9Vj:Ǩv �����1���c��y�jr�ب�|L���c���jrY�� �ځXBV�h!�Yq�C6�,"�rY��"�ځ�FVj�Ȩv ���F2�ȝd��R2�K ג��^2���d����jr9Y�i'�ځ�O6�,(��rEY��(�ځ�RVjjʨv ����2��]e�β2�K ו���2���e���2�ǥee���hro٨��L���e����jr{Y��/�ځ\`Vj̨v w��:K̤.�\cVjz̨v 7���*3��ef��͌jr�٨��L�ȕf��ӌjr�Y��5�ځ\lVj�ͨv w��:�ͤ.�ToV��oF�2� -g+�K��L��䞳P�EgP�@�:+5]gT;���JM���³R�xF���l�Yz&u �ڳR�{F�����T�Q�@.?+5�gT;���F�hR�@�@+5hT;�[�JM ��"�RӄF��mД���8�C+r����8nD+3�hD;�K�JM+��^�Qg1��%���JM7��v�RS�F�� ��4�Q�@�Hu��I]�&����Q�@nJ+5UiT;���JM[�侴Qga��%�+�JMg��ִRS�F��8��ќF��;mȔ���8�O+3�iD;��JM����RӢF��Gm�Y�&u �*�RӥF��M��ԩQ�@.T+5�jT;�;�F��jR�@�U+5�jT;���JM���r�RӮF��_-�s��5�+�JM��䖵RS�F��h��ѴF��km�Y�&t 亵RӷF��q��T�Q�@.]+5�kT;�{�F��kR�@�^+5�kT;���JM����R��F���m�Y�&u ��R��F�����T�Q�@.c+5mlT;���F��lR�@�d+5�lT;[� -�l4+����L3��n�Qg9��%���JM?�䆶RS�F����Դ�Q�@�iu�I]����t�Q�@nk+5umT;��JMc��ζQgi��%�k�JMo���RS�F����Դ�Q�@�ou�I]����F��ŭ�Ը�@.r+5MnT;���F�enR�@�s+5}nT;��JM���R�R��F���-�s��5���JM���v�RS�F����4�Q�@�xu��I]�����Q�@nz+5UoT;���JM��ľ�AS�&������F�����Ծ�@.~S�Y4��sl����ϱ���\��><?>a�{<����F������������?�����{�����������0n��j����)��/>��+��~xg8�K �5\�ym8��/Wj��j�Õ�:?��u~�������\�Wj���v ����:?��u~��Ώjr�ߨ��O��u~��Ώjr�_���ځX�W��Yq\�7���r�_���ځ\�Wj���v ����:?��u~��:?�K ����:?��u~��Ώjr�_���ځ\�7��r�_���ځ\�Wj���v ����:?��u~��:?�K ����:?��u~��:?��u~e�Ώhr�ߨ��O��u~��Ώjr�_���ځ\�Wj���v ���:���.�\�Wj���v ����:?��u~��Ώjr�ߨ��O��u~��Ώjr�_���ځ\�Wj���v ���:���.�T�W�V�G�2�� -u~+����L���:�P�u~P�@��+5u~T;���JM���:�RS�G���o�Y�'u �:�RS�G��ί���Q�@��+5u~T;���F�u~R�@��+5u~T;���JM���:�RS�G���o�����8��+r����8��+3u~D;���JM���:�Qg���%���JM���:�RS�G��ί���Q�@��u��I]�ί���Q�@��+5u~T;���JM���:�Qg���%���JM���:�RS�G��ί�Q�G���o�����8��+3u~D;���JM���:�RS�G���o�Y�'u �:�RS�G��ί���Q�@��+5u~T;���F�u~R�@��+5u~T;���JM���:�RS�G���/�s��5���JM���:�RS�G��ί�Q�G���o�Y�'t �:�RS�G��ί���Q�@��+5u~T;���F�u~R�@��+5u~T;���JM���:�RS�G���o�Y�'u �:�RS�G��ί���Q�@��+5u~T;���F�u~R�@��+5u~T;�� -u~4+����L���:�Qg���%���JM���:�RS�G��ί���Q�@��u��I]�ί���Q�@��+5u~T;���JM���:�Qg���%���JM���:�RS�G��ί���Q�@��u��I]�ί�Q�G��ί����@��+5u~T;���F�u~R�@��+5u~T;���JM���:�RS�G���/�s��5���JM���:�RS�G��ί���Q�@��u��I]�ί���Q�@��+5u~T;���JM���:�AS�'��ί�Q�G��ί����@����U�?�V��/��u���q�5���{�k�����-�=�t<<ݍ������@w��4��#��F�����e�7�����>}�������|��N��t���?����o���n�f��[����{�����/���[�o?�Q�@n*5�@T;�[�JM+��V�Qg+��%�[�JM+��V�R� -D���ԴQ�@nu�I]��ԴQ�@l*t�Ѭ8n*3�@D;�[�F��@R�@n*5�@T;�[�JM+��V�R� -D��h�� -$u �V�R� -D���ԴQ�@n*5�@T;�[�F��@R�@n*5�@T;�[�JM+��V�R� -D��h�� -$u �V�2�V ��a� -T�h�Xq� -TfZ��v ��zn��r+P�i�ځ� -TjZ��v ���V �ȭ@��V �K ���V �ȭ@���jr+P�i�ځ� -4�l��r+P�i�ځ� -TjZ��v ���V ���@��Hf�a+P���d�q+P�i"ځ� -TjZ��v ��:[��.�� -TjZ��v ���V �ȭ@���jr+Ш�H�ȭ@���jr+P�i�ځ� -TjZ��v ��:[��.�� -TjZ��v ���V ���@��V ���@C�Hd�q+P�i"ځ� -TjZ��v ���V �ȭ@��V �K ���V �ȭ@���jr+P�i�ځ� -4�l��r+P�i�ځ� -TjZ��v ���V �ȭ@��[����� -TjZ��v ���V ���@��V �ǭ@c�V �K ���V �ȭ@���jr+P�i�ځ� -4�l��r+P�i�ځ� -TjZ��v ���V �ȭ@��V �K ���V �ȭ@���jr+P�i�ځ� -4�l��r+P�i�ځ� -T�h�Yq� -TfZ��v ��:[��.�� -TjZ��v ���V �ȭ@���jr+Ш�H�ȭ@���jr+P�i�ځ� -TjZ��v ��:[��.�� -TjZ��v ���V �ȭ@���jr+Ш�H���@��V �ǭ@e��hr+P�i�ځ� -4�l��r+P�i�ځ� -TjZ��v ���V �ȭ@��[����� -TjZ��v ���V �ȭ@���jr+Ш�H�ȭ@���jr+P�i�ځ� -TjZ��v � �V ���@E�V �ǭ@e��hr+p�ŦZ��9�V���xy�m�����>|�W|�����k�-��w<���nF+�����_���������������t��ez�_�� �O5���To�8{�x�8��1�1�g����>^={E���Շ����/�[u<��������Z�۳W��QO߆�U�g������ ��SJݞ��v�����p����:�eu �Q���Vݞ��v���x�{z�����wԭY����+j��>�� Rϲ�o���R�g������ ��Z�۳W��QO߆[�n�^Q;�}���m��e��v����(��g������7Vݞ��v���|xz�_���+j�x�}�?pƳ�.�;����ɪ۳W��Q�����x��ځ;���� ��g������ӷ�ީy�5pG=}���={E����m�}�����w�ӷ�h���+j��m�q?��,�K��zwx|y�����w���i���+j�χG������v^]<���<�������Vݞ��v��z�<�Ju{��ځ;��p'���+j�Ԍ��� R�@�Rjf�P�@�Rjf�P�@�Rjf�P�@�2�"u � �f�� �f�� �f�� �� R�@�Rjf�P�@�R�B��xH��B�yȨs��%�g��� T;�g��� T;�g��� T;�g��:g�H]yH��B�yH��B�yH��B�yȨs��%�g��� T;�g��� T;�g��� T;�g��:g�H]iH����a8��1�b���23�h��P�3@���<�����ځ<�����ځ<�����ځ<d�9D��3@J���3@J���3@J���3@F�3@�.�<�����ځ<�����ځ<�����ځ8d�����q8��1�d���23�h��R3�j��Q��K ��)53@�v ��)53@�v ��)53@�v ��u������R3�j��R3�j��R3�j��Q��K ��)53@�v ��)53@�v ��)t���Yq8d����q<����!ځ<�����ځ<�����ځ<d�9D��3@J���3@J���3@J���3@F�3@�.�<�����ځ<�����ځ<�����ځ<$���k ��)53@�v ��)53@�v ��)t���Yq<d�9D��3@J���3@J���3@J���3@F�3@�.�<�����ځ<�����ځ<�����ځ<d�9D��3@J���3@J���3@J���3@F�3@�.�<�����ځ8��1�f���23�h��Q��K ��)53@�v ��)53@�v ��)53@�v ��u������R3�j��R3�j��R3�j��Q��K ��)53@�v ��)53@�v ��)53@�v ��u������B���3@����3@J���3@F�3@�.�<�����ځ<�����ځ<�����ځ<$���k ��)53@�v ��)53@�v ��)53@�v ��u������R3�j��R3�j��R3�j��A3Df���"���3@����3@�o#f��sl3@f��?����?��2t������mO�~���������?���ϟ����?������ç��������_�VHO�qF��t|���V��GN�����;�o>TJA�8.�2}R"+�ۤ�L��Ȋ�*�!�$%��G*�Y#��Dj�tH��8n�2R"+�룆L{�Ȋ�� guȎ��!�%��5jȔF��8��2�Q"+�����uQ ;�ˢ�LW�Ȋæ�GQ���0��0-Q+�;���Q ;���L?�Ȋ�v�!S%��j�4C��8� -r�B��8.�2�P"+���L!�Ȋ�:�!�%��*�Y��j��@��8n�2%P"+�+��L�Ȋ��� g�Ȏ����'qQ��4�(~wƵO��Ib�q��:y�|�K> ��'��mOC��Id�q�ӐizYq���y�q\�4d:�DV7< ��'���NC��Id�q�S��� d�q�Ӑ�uYq��4dJ�DVW: �F'��}N!�� `�a��x��I�e79 �"'��5NC��Id�q�S��� d�q�Ӑ�oYq��4dʛDVW7 ��&�ǽMA��&�ǥMC��Id�qcӐ)lYq\�4dښDVw59��@v5 ��&��-MC��Id�aEӈ��I�e�3��z&x��L��Ib�q3Ӑ)fYq\�4dZ�DVw29+�@v2 �>&��mLC��Id�qӐibYq���a�q\�4d:�DV70 �&���KC�}Id�q��:y�^�K/ ��%�ǭKC�tId�a�҈�qI�e�-8� v�- ��%��MKC�hId�q�ҐiYYqܱ�X�q\�4d��DV�+ �r%���JC�YId�q�R��V d�q�Ґ�TYqܨ4d -�DV�) �6%��]JA�*%��EJC�GId�a�҈�DI�eW( �%���IA��$���IC�;Id�qsҐ)NYq\�4dZ�DVw&9+�@v& ��$��mIC�,Id�qUҐiJYqܓ�I�q\�4d:�DV7$ ��$���HC�Id�q7R�� d�a1҈�I�e�" �R$�ǕHC�Id�qR�� d�qҐ�BYq܄4d��DV� �$������O.q\�4d��DV� ��#���GC��Hd�q�Q���d�q�ѐ�<Yq�x4d -�DV� ��#��]G!��`�a��x��H�e� ��#��Gh牆#}���x��o��K����������������������ӯ����_���_��x��|���w_;}��l�@������W./���:�����/�~�c���ėB;u���ėB;u���ėB+5/�Fu ėB;u���ėB;u���ėB;u���ėBu���5_ -���RhV;_ -���RhV;_ -���RhV;_ -�Լ�%_ -���RhV;_ -���RhV;�^ -�Э��f�a�_�i�#�b�ߩ���jb�ߩ���jb�ߩ���jb�_�i�b�ߩ���jb�ߩ���jb�ߩ���jb�_�i���b�ߩ���jb�ߩ���jb�ߩ���jb�_�i���b�ߩ���jR�ߡ[ן͊ö�3Gݟ��¿R��Gu �οSG���ڿSG����SG�����R��Gu ���S������N��v ��8u���ځ8��,����S����s�N{��v .8uL�ځ8 -�Ԭ���.�3��xF��ܶX�8\p�`�q ��s!��57�:FX�@� p�� `�q)��c*��ı��f-��%��:X�@�p��`�q5��c6������f9��%��:�X�@�p��`�qA��cB�����4;�v� 0Yq8%�̱%�h⚀Sǜ����J͢��K n -8u� -�ځ8+�Ա+�jⲀSǴ����Jͺ��K �8u�ځ81�Ա1�j�ʀS�����CJ����K n 8u� �ځ87�Ա7�j��C��6+�F9V��8�p�`�qz��c{�������V;��T�@� p�!`�q���c����%��)V;���5T�@�#p�$`�q���c����U��YV;� �:� H]q���c����y��}V;� -�M�Yq8R�̬ ��N�S�P��SN[�v �8u��ځ8X��,���f�S�h���N��v .8uL�ځ8^�Ԭ���~�Sǀ��N�v �8u��ځ8d��,��▁Sǘ�Hs��ج8\4p�4`�q�@�Y5@u �]��aV;� �:� X�@\7p�7`�q�@�Y8@u č���V;g�:vX�@\:p�:`�q�@�Y;@u Ľ���V;'�:6X�@\=p�=`�q�@�Y>@u ���n�lV�8s�0ځ����1��j��R�����;NC�v N!8ul!�ځ����1��j� �Q�"�k n"8u�"�ځ8��Ա��j�2�S�4���J�:�K �#8u$�ځ8��Ա��j�J�S�L�HC -K hvm%8rK`��p.��c/����(����ߟ��/O{� �9��Մ�����3�&�G^?����D������_���?~�����7-��������[?��p���;��b?|�Y����������.�\�Wj���v ���b?���~��؏jr�_��b?�k ���b?���~��؏jr�_�)��ځ\�7�,���r�_�)��ځ\�Wj���v �:��hV��9���.�\�Wj���v ���b?���~��؏jr�ߨ��O���~��؏jr�_�)��ځ\�Wj���v ��:���.�\�Wj���v ���b?���~��؏jr�ߨ��O���~��؏jb�_��؏f�q�_�)�#ځ\�7�,���r�_�)��ځ\�Wj���v ���b?���~��b?�K ���b?���~��؏jr�_�)��ځ\�7�,���r�_�)��ځ\�Wj���v ���b?���~��b?�K ����Q��b�G�Ŋ�b�2S�G���/�s��5���JM���b�RS�G��د��Q�@.�u�I]�د��Q�@.�+5�~T;���JM���b�Qg���%���JM���b�RS�G��د��Q�@,�4�~2;����~$+����L���b�RS�G���o�Y�'u �b�RS�G��د��Q�@.�+5�~T;���F��~R�@.�+5�~T;���JM���b�RS�G���o�Y�'u �b�RS�G��د��Q�@,�+t�Ѭ8,�2�~";����L���b�RS�G��د��Q�@.�u�I]�د��Q�@.�+5�~T;���JM���b�Qg���%���JM���b�RS�G��د��Q�@.��\�u �b�RS�G��د��Q�@,�+t�Ѭ8.�s� ]�د��Q�@.�+5�~T;���JM���b�Qg���%���JM���b�RS�G��د��Q�@.�u�I]�د��Q�@.�+5�~T;���JM���b�Qg���%���JM���b�BG�͊�b�2S�G���o�Y�'u �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�@,�+t�Ѭ8.�+3�~D;���JM���b�Qg���%���JM���b�RS�G��د��Q�@.��\�u �b�RS�G��د��Q�@.�+5�~T;���F��~R�@.�+5�~T;���JM���b�RS�G���o����8,�+r���8.�+3�~D;�����tU��ϱ�/>��?�R��b����������t?��������zss���o��~��M���wQ/����w�Zw/{5������?��O��.?�ے��������={E��u�/��=sE��������Ԕ�={E���էӷ�A��YV����mx=Q����w�����Ԕ�={E����m�������W�O߆[�n���q;��{p<Js{� -ځ;�鿼�����w�1B�Ԭ��ځ�jbԹjB�ȫ&Jͪ �ȫ&Jͪ �ȫ&Jͪ �ȫ&B=�����R�j�j�R�j�j�R�j�j�Q� �K ��(5�&�v ��(5�&�v ��(t���Yq�jb̹jB�ȫ&Jͪ �ȫ&Jͪ �ȫ&Jͪ �ȫ&F��&�.��j�Ԭ��ځ�j�Ԭ��ځ�j�Ԭ��ځ�jbԹjB�ȫ&Jͪ �ȫ&Jͪ �ȫ&Jͪ �ȫ&F��&�.��j�Ԭ��ځ�j�бj�f��2�j�h�Q� �K ��(5�&�v ��(5�&�v ��(5�&�v ��u�����R�j�j�R�j�j�R�j�j�Q� �K ��(5�&�v ��(5�&�v ��(5�&�v ��u����Ҫ�2�U/�p�D�c�Ŋ�Uef���U��WM@]y�D�Y5A�y�D�Y5A�y�D�Y5A�y�ĨsՄ�%�WM��UT;�WM��UT;�WM��UT;�WM�:WMH]y�D�Y5A�y�D�Y5A�y�D�Y5A�q�ĠY5!��p�D�c�Ɋ�Uef���U�f���U��UR�@^5QjVMP�@^5QjVMP�@^5QjVMP�@^51�\5!u �U�f���U�f���U�f���U��UR�@^5QjVMP�@^5QjVMP�@\5Q�X5A��p�ĐY5!��x�D�Y5A�y�D�Y5A�y�D�Y5A�y�ĨsՄ�%�WM��UT;�WM��UT;�WM��UT;�WM�:WMH]y�D�Y5A�y�D�Y5A�y�D�Y5A�y�D��UP�@^5QjVMP�@^5QjVMP�@\5Q�X5A��x�ĘsՄ�%�WM��UT;�WM��UT;�WM��UT;�WM�:WMH]y�D�Y5A�y�D�Y5A�y�D�Y5A�y�ĨsՄ�%�WM��UT;�WM��UT;�WM��UT;�WM�:WMH]y�D�Y5A�q�D�c�͊�Uef���U��UR�@^5QjVMP�@^5QjVMP�@^5QjVMP�@^51�\5!u �U�f���U�f���U�f���U��UR�@^5QjVMP�@^5QjVMP�@^5QjVMP�@^51�\5!u �U��U4+�WM��UD;�WM��UT;�WM�:WMH]y�D�Y5A�y�D�Y5A�y�D�Y5A�y�D��UP�@^5QjVMP�@^5QjVMP�@^5QjVMP�@^51�\5!u �U�f���U�f���U�f���U�fՄ̎�UE�U$+�WM��UD;�WMp���� ~�m���c�<ﮚ��e��ȫ&w���_�i�d<���ƪ����O��|�������?���O_���^������g�/��ɬ}ç���_�~�9�� �ȵo����jr�[��}�ځ\�Vjjߨv �:kߤ.�\�Vjjߨv ���7���o���7�ǵoc��7�K ���7�ȵo����jr�[��}�ځ\�6�}��r�[��}�ځ\�Vjjߨv ���7�ȵo���7�K ���7�ȵo����jr�[��}�ځ\�6�}��r�[��}�ځX�V�}�Yq\�Vfj߈v �:kߤ.�\�Vjjߨv ���7�ȵo����jr�ۨ��M�ȵo����jr�[��}�ځ\�Vjjߨv �:kߤ.�\�Vjjߨv ���7�ȵo����jr�ۨ��M�H�oen�o/ð���Q�F�����Ծ�@�}�\�u �ڷRS�F�����ԾQ�@�}+5�oT;�k�F��oR�@�}+5�oT;�k�JM���ڷRS�F���m�Y�&u �ڷRS�F�����ԾQ�@�}+5�oT;k�M�̎�ڷ"G�Ɋ�ڷ2S�F�����ԾQ�@�}u־I]����ԾQ�@�}+5�oT;�k�JM���ڷQg��%�k�JM���ڷRS�F�����ԾQ�@�}u־I]����ԾQ�@�}+5�oT;k� -�o4+k߆L�Ȏ�ڷ2S�F�����ԾQ�@�}+5�oT;�k�F��oR�@�}+5�oT;�k�JM���ڷRS�F���m�Y�&u �ڷRS�F�����ԾQ�@�}+5�oT;�k�B=A]����ԾQ�@�}+5�oT;k� -�o4+�k�Ɯ�oB�@�}+5�oT;�k�JM���ڷRS�F���m�Y�&u �ڷRS�F�����ԾQ�@�}+5�oT;�k�F��oR�@�}+5�oT;�k�JM���ڷRS�F���m�Y�&u �ڷRS�F�����Q�F�����Ծ�@�}u־I]����ԾQ�@�}+5�oT;�k�JM���ڷQg��%�k�JM���ڷRS�F�����ԾQ�@�}u־I]����ԾQ�@�}+5�oT;�k�JM���ڷQg��%k� -�o4+�k��L���ڷRS�F���m�Y�&u �ڷRS�F�����ԾQ�@�}+5�oT;�k�B=A]����ԾQ�@�}+5�oT;�k�JM���ڷQg��%�k�JM���ڷRS�F�����ԾQ�@�}4�o2;kߊ�o$+�k��L����7����sl���[���K���k�����t������z�������_����_��J���e��z�u<�)���<wv�����'���� ��E�����tvQ�@��*ttvѬ8��svv ]����tvQ�@��*5�]T;�;�JMg��ήQgg��%�;�JMg��ήR��E�����tvQ�@��uvvI]����tvQ�@��*5�]T;�;�JMg��ήQgg��%�;�JMg��ήBGg͊�ή2��E���k���%u �ήR��E�����tvQ�@��*5�]T;�;�F��]R�@��*5�]T;�;�JMg��ήR��E���k���%u �ήR��E�����tvQ�@��*5�]T;�;�F��]R�@��*s��x��]��.�ǝ]e���hrgW���.�k wv���.�ȝ]����jrgW���ځ��5��쒺rgW���ځ��Uj:��v wv���.�ȝ]���.�K wv���.�ȝ]����jrgW���ځ��5h:�dvvv9:�HVwv���.�ȝ]����jrgר��K�ȝ]����jrgW���ځ��Uj:��v wv�:;��.���Uj:��v wv���.�ȝ]����jrgר��K�ȝ]����jrgW���ځ��U���Yq��5d:�Dvwv���.�ȝ]����jrgW���ځ��5��쒺rgW���ځ��Uj:��v wv���.�ȝ]���.�K wv���.�ȝ]����jrgW���ځ��깳�ȝ]����jrgW���ځ��U���Yq��5����rgW���ځ��Uj:��v wv���.�ȝ]���.�K wv���.�ȝ]����jrgW���ځ��5��쒺rgW���ځ��Uj:��v wv���.�ȝ]���.�K wv���.���]���.�ǝ]e���hrgר��K�ȝ]����jrgW���ځ��Uj:��v wv�:;��.���Uj:��v wv���.�ȝ]����jrgר��K�ȝ]����jrgW���ځ��Uj:��v wv�:;��.���U���Yq��Uf:��v wv���.�ȝ]���.�K wv���.�ȝ]����jrgW���ځ��깳�ȝ]����jrgW���ځ��Uj:��v wv�:;��.���Uj:��v wv���.�ȝ]����jbgנ���q��U���"Yq��Uf:��v wv�+�����c��^|������U�㏋:����4:�������LJ�������������o�����ӧ_>���/�N���ˇ����͇�����mއ��wv���>�y�?��p.�H�[8o?�p�@n�u�pH]���ԴpP�@n�(5-T;�[8JM���Qg��%�[8JM���R��A����ԴpP�@n�u�pH]���ԴpP�@n�(5-T;�[8JM���Qg��%�Z8��Z8(^�aG����b�qG�i� ځ��깅��-����jrG�i�ځ��QjZ8�v �p�:[8�.���QjZ8�v �p����-����jrǨ��C��-����jrG�i�ځ��QjZ8�v �p���-E���-e���hrG�i�ځ��1�lᐺrG�i�ځ��QjZ8�v �p����-���K �p����-����jrG�i�ځ��1�lᐺrG�i�ځ��QjZ8�v �p:Z8hV�p���-e���hrG�i�ځ��QjZ8�v �p�:[8�.���QjZ8�v �p����-����jrǨ��C��-����jrG�i�ځ��QjZ8�v �p�zn်rG�i�ځ��QjZ8�v �p:Z8hV�p�9[8�.���QjZ8�v �p����-����jrǨ��C��-����jrG�i�ځ��QjZ8�v �p�:[8�.���QjZ8�v �p����-����jrǨ��C��-����jbG����f�qG�i� ځ��1�lᐺrG�i�ځ��QjZ8�v �p����-���K �p����-����jrG�i�ځ��1�lᐺrG�i�ځ��QjZ8�v �p����-���K �p:Z8hV�p����-����jrǨ��C��-����jrG�i�ځ��QjZ8�v �p�zn်rG�i�ځ��QjZ8�v �p����-���K �p����-����jrG�i�ځ��1hZ8dv�p9Z8HV�p����-���~���s�1����9��7��O�G�%���<:8��w~��巟���������D3����B��/���x��~0������g;��w���L��S�Cn�2Yq;����(��Q&+n�|>����r{�Ɋ{�|<�^9E��vȻ��$�G�����p�z�c��Q&+n�|><��CQCn�2Yq�O�/��#ǣHv�y��^�r{�Ɋ�!O_��j��Q&+n�<}�o%�=�dŽO>����JܞD��v��W�xt��(��C���7��e��v���+�e�e���'_���g�cd<�d��w��'In�2Yq;��������2Yq;����~��G����KH7�/��"�(�K�y���=:r{�Ɋ�!O_��'Gn�2Yq;�����(�����bfA�=�q��gC�-�DV��ِy�3��/x6�x�3��a�vgΗ;��q�jgC���DV��ِy�3��/u6d��Ld���9_�d��� ��9Yq�.gC�U�DV��ِy�3��oq�|�3�ǯp6d��Ld���� ��7Yq��fC���DV��Y����@v��ِyk3���l6��!�2��b��+�wb9gb��8�1d6b��8^�1db��8��1d�a��8ކ䜆��xƐم!��xƐ�!��xƐY�!��xF�sȎ�1Cf�Ȋ�%Cf�Ȋ�Cf�Ȋ� A� ;�`���w��/F�/�]�����Bb����u�<��O.q<�b�l�Yq��b��Yq<�bȬ�Yq��"�9�d��Ћ!��Bd��ʋ!3�Bd��ċ!��Bd�� ����.�̶���.�̰�dz.�̪���.B̤���.�{.�]��3�Bb��!��Bd�� ���#.�̆��.�̀���-��z���-���-@v�2�-DV��2�-DVO�2�-DV�rε��q<�b�l�Yq��b��Yq8�bı�B�en�/-�U�0�,$V��2�,DVO�2�,DV�rβ��q<�b�l�Yq��b��Yq<�bȬ�Yq��"�9�d���!��Bd�� -�!3�Bd���!��Bd����u�<��O.q<�b�l�Yq��b��Yq8�bı�B�eo�pN���q<�b��Yq��bȌ�Yq<�b�,�Yq��"�9�d��Ȋ!��Bd��!3�Bd��!��Bd�� � -���*�̮ -�ǫ*�̨ -�Ǔ*�̢ -��{*��s*@v��2[*DV.�q�x�3*̊ -��*��*@v�2�)DV��2�)DVO�2�)DV�rΦ��q<�b�l�Yq��b��Yq<�bȬ�Yq��"�9�d��P�!��Bd��J�!3�Bd��D�!��Bd��>� �< -���(F�(^��2�3�Bb��,�!��Bd��&� �$ -�ǃ(�� -��k(�� -��S(�� -��;(����>����!��Bd���!3�Bd����!�~Bd���� �� ���'��� �ǫ'��� �Ǔ'��� ��{'B�� ��c'0kq���rw���7�y��Conv'@v?���ޛ�� /82�>I27@�n>|������l�ܟ~`��W����_�owG@2��n�c\|�����2P�@��0�� u ��f'���f*���f-�����R�@��Pj63P�@^�Pjf3P�@�Pj�3P�@��0h�3��8��Pf�3�@^�Pj&4P�@�PjV4P�@��0�� u �) �fK��5 �fN��A �fQ��M ��G5@]yVC���@�yYC���@�y\C�Y�@�y_ès`��%�'6��� T;�W6��� T;�6:�6Ь8��0�� t � �fo��� �fr��� �fu��� ��� R�@��Pj�7P�@^�Pj�7P�@�Pj8P�@��0�� u ��f���%�f���1�f���=��AR�@��Pj69P�@\�P��@��x�C�Y�@�y�ès���%��9��}T;�:���T;�G:���T;�w:�:�:H]y�C���@�y�C���@�y�C�Y�@�y�ès���%�g;���T;��;���T;��;���T;��;�:<H]i�C�ۆ��a���1�b��2��h�P�c���<���y�ځ���Lz�ځ<�Ԭz�ځ��a�9�A���JͶ���Jͼ��J����F�#�.�<���|�ځ����L}�ځ<��Ԭ}�ځ��a�~��q8��ȱ��d���23��h���R���j���Q���K �(5��v /�(5 �v ��(5+ �v �u�����R��j��R3�j� �R��j�&�Q�(�K ς(5� �v /�(5� �v ��(t���Yq�b���q<��l� ځ���̄�ځ<��,��ځ�b�9B��s!J�^�ȋ!J�d�ȣ!J�j�Ȼ!F��!�.�<��l��ځ���̇�ځ< ��,��ځ�!"���k ψ(5;"�v /�(5S"�v ��(t���Yq�'b�9(B�ȓ"Jͦ�ȫ"Jͬ���"JͲ���"F��"�.�</��신ځ�0��L��ځ<2�Ԭ��ځ�3b�94B��S#J����k#J���ȃ#J���ț#F��#�.�<;��쎠ځ�<��1=�f����2�>�h���Q�� �K O�(5$�v ��(53$�v �(5K$�v o�u������R�G�j�"�R3I�j�(�R�J�j�.�Q�0 �K O�(5�$�v ��(5�$�v �(5%�v o�u�����L�B�N ��K%��T ��c%J�Z ��{%F��%�.�<Y��l��ځ�Z��̖�ځ<\��,��ځ�]"��x �k ϗ(5�%�v /�(5&�v ��(5+&�v �u����R�e�j�R3g�j�R�h�j⦉A3jBf����R��5��1�M.>-����紐�wC�~�m�{�<Ow�<��穕���^|����{<��y��ϟ�>�9'��<�Fendstream -endobj -1800 0 obj << -/Type /Page -/Contents 1801 0 R -/Resources 1799 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 1895 0 R -/Annots [ 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R 1809 0 R 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R 1818 0 R 1819 0 R 1820 0 R 1821 0 R 1822 0 R 1823 0 R 1824 0 R 1825 0 R 1826 0 R 1827 0 R 1828 0 R 1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1848 0 R 1849 0 R 1850 0 R 1851 0 R 1852 0 R 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R ] ->> endobj -1803 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 706.187 235.586 715.098] -/Subtype /Link -/A << /S /GoTo /D (2711) >> ->> endobj -1804 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 (2711) >> ->> endobj -1805 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 690.979 172.751 699.865] -/Subtype /Link -/A << /S /GoTo /D (customization) >> ->> endobj -1806 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 690.979 537.983 699.865] -/Subtype /Link -/A << /S /GoTo /D (customization) >> ->> endobj -1807 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 677.559 168.717 684.413] -/Subtype /Link -/A << /S /GoTo /D (cust-skins) >> ->> endobj -1808 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 677.559 537.983 684.413] -/Subtype /Link -/A << /S /GoTo /D (cust-skins) >> ->> endobj -1809 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 662.551 210.619 671.462] -/Subtype /Link -/A << /S /GoTo /D (cust-templates) >> ->> endobj -1810 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 662.551 537.983 671.462] -/Subtype /Link -/A << /S /GoTo /D (cust-templates) >> ->> endobj -1811 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 649.599 261.07 658.511] -/Subtype /Link -/A << /S /GoTo /D (template-directory) >> ->> endobj -1812 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 649.599 537.983 658.511] -/Subtype /Link -/A << /S /GoTo /D (template-directory) >> ->> endobj -1813 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 636.648 283.665 645.559] -/Subtype /Link -/A << /S /GoTo /D (template-method) >> ->> endobj -1814 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 636.648 537.983 645.559] -/Subtype /Link -/A << /S /GoTo /D (template-method) >> ->> endobj -1815 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 623.696 238.734 632.608] -/Subtype /Link -/A << /S /GoTo /D (template-edit) >> ->> endobj -1816 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 (template-edit) >> ->> endobj -1817 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 610.745 259.307 619.656] -/Subtype /Link -/A << /S /GoTo /D (template-formats) >> ->> endobj -1818 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 (template-formats) >> ->> endobj -1819 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 597.793 226.34 606.705] -/Subtype /Link -/A << /S /GoTo /D (template-specific) >> ->> endobj -1820 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 (template-specific) >> ->> endobj -1821 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 584.842 351.988 593.753] -/Subtype /Link -/A << /S /GoTo /D (template-http-accept) >> ->> endobj -1822 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 584.842 537.983 593.753] -/Subtype /Link -/A << /S /GoTo /D (template-http-accept) >> ->> endobj -1823 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 571.891 256.138 580.802] -/Subtype /Link -/A << /S /GoTo /D (cust-hooks) >> ->> endobj -1824 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 571.891 537.983 580.802] -/Subtype /Link -/A << /S /GoTo /D (cust-hooks) >> ->> endobj -1825 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 558.939 261.398 567.85] -/Subtype /Link -/A << /S /GoTo /D (cust-change-permissions) >> ->> endobj -1826 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 558.939 537.983 567.85] -/Subtype /Link -/A << /S /GoTo /D (cust-change-permissions) >> ->> endobj -1827 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 545.988 286.315 554.899] -/Subtype /Link -/A << /S /GoTo /D (integration) >> ->> endobj -1828 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 545.988 537.983 554.899] -/Subtype /Link -/A << /S /GoTo /D (integration) >> ->> endobj -1829 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 535.093 172.134 541.948] -/Subtype /Link -/A << /S /GoTo /D (bonsai) >> ->> endobj -1830 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 535.093 537.983 541.948] -/Subtype /Link -/A << /S /GoTo /D (bonsai) >> ->> endobj -1831 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 522.142 163.835 528.996] -/Subtype /Link -/A << /S /GoTo /D (cvs) >> ->> endobj -1832 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 522.142 537.983 528.996] -/Subtype /Link -/A << /S /GoTo /D (cvs) >> ->> endobj -1833 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 509.191 201.733 516.045] -/Subtype /Link -/A << /S /GoTo /D (scm) >> ->> endobj -1834 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 509.191 537.983 516.045] -/Subtype /Link -/A << /S /GoTo /D (scm) >> ->> endobj -1835 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 496.239 188.991 503.093] -/Subtype /Link -/A << /S /GoTo /D (svn) >> ->> endobj -1836 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 496.239 537.983 503.093] -/Subtype /Link -/A << /S /GoTo /D (svn) >> ->> endobj -1837 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.552 483.288 234.52 490.142] -/Subtype /Link -/A << /S /GoTo /D (tinderbox) >> ->> endobj -1838 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 483.288 537.983 490.142] -/Subtype /Link -/A << /S /GoTo /D (tinderbox) >> ->> endobj -1839 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 466.022 153.294 474.909] -/Subtype /Link -/A << /S /GoTo /D (troubleshooting) >> ->> endobj -1840 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 466.022 537.983 474.909] -/Subtype /Link -/A << /S /GoTo /D (troubleshooting) >> ->> endobj -1841 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 452.603 178.082 459.457] -/Subtype /Link -/A << /S /GoTo /D (general-advice) >> ->> endobj -1842 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 452.603 537.983 459.457] -/Subtype /Link -/A << /S /GoTo /D (general-advice) >> ->> endobj -1843 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 437.594 327.071 446.506] -/Subtype /Link -/A << /S /GoTo /D (trbl-testserver) >> ->> endobj -1844 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 437.594 537.983 446.506] -/Subtype /Link -/A << /S /GoTo /D (trbl-testserver) >> ->> endobj -1845 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 425.36 400.605 433.554] -/Subtype /Link -/A << /S /GoTo /D (trbl-perlmodule) >> ->> endobj -1846 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 425.36 537.983 433.554] -/Subtype /Link -/A << /S /GoTo /D (trbl-perlmodule) >> ->> endobj -1847 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 411.691 244.681 420.603] -/Subtype /Link -/A << /S /GoTo /D (trbl-dbdSponge) >> ->> endobj -1848 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 411.691 537.983 420.603] -/Subtype /Link -/A << /S /GoTo /D (trbl-dbdSponge) >> ->> endobj -1849 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 398.74 245.358 407.651] -/Subtype /Link -/A << /S /GoTo /D (paranoid-security) >> ->> endobj -1850 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 398.74 537.983 407.651] -/Subtype /Link -/A << /S /GoTo /D (paranoid-security) >> ->> endobj -1851 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 385.788 304.955 394.7] -/Subtype /Link -/A << /S /GoTo /D (trbl-relogin-everyone) >> ->> endobj -1852 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 385.788 537.983 394.7] -/Subtype /Link -/A << /S /GoTo /D (trbl-relogin-everyone) >> ->> endobj -1853 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 372.837 312.566 381.748] -/Subtype /Link -/A << /S /GoTo /D (trbl-relogin-some) >> ->> endobj -1854 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 372.837 537.983 381.748] -/Subtype /Link -/A << /S /GoTo /D (trbl-relogin-some) >> ->> endobj -1855 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 359.886 343.699 368.797] -/Subtype /Link -/A << /S /GoTo /D (trbl-index) >> ->> endobj -1856 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 359.886 537.983 368.797] -/Subtype /Link -/A << /S /GoTo /D (trbl-index) >> ->> endobj -1857 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 346.934 484.639 355.846] -/Subtype /Link -/A << /S /GoTo /D (trbl-passwd-encryption) >> ->> endobj -1858 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 346.934 537.983 355.846] -/Subtype /Link -/A << /S /GoTo /D (trbl-passwd-encryption) >> ->> endobj -1859 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 333.629 117.12 340.613] -/Subtype /Link -/A << /S /GoTo /D (patches) >> ->> endobj -1860 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 333.629 537.983 340.613] -/Subtype /Link -/A << /S /GoTo /D (patches) >> ->> endobj -1861 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 318.187 241.901 325.161] -/Subtype /Link -/A << /S /GoTo /D (cmdline) >> ->> endobj -1862 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 318.187 537.983 325.161] -/Subtype /Link -/A << /S /GoTo /D (cmdline) >> ->> endobj -1863 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 303.298 292.402 312.209] -/Subtype /Link -/A << /S /GoTo /D (cmdline-bugmail) >> ->> endobj -1864 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 303.298 537.983 312.209] -/Subtype /Link -/A << /S /GoTo /D (cmdline-bugmail) >> ->> endobj -1865 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 289.993 238.135 296.976] -/Subtype /Link -/A << /S /GoTo /D (install-perlmodules-manual) >> ->> endobj -1866 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 289.993 537.983 296.976] -/Subtype /Link -/A << /S /GoTo /D (install-perlmodules-manual) >> ->> endobj -1867 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 274.551 161.783 281.524] -/Subtype /Link -/A << /S /GoTo /D (modules-manual-instructions) >> ->> endobj -1868 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 274.551 537.983 281.524] -/Subtype /Link -/A << /S /GoTo /D (modules-manual-instructions) >> ->> endobj -1869 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 261.599 197.778 268.573] -/Subtype /Link -/A << /S /GoTo /D (modules-manual-download) >> ->> endobj -1870 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 261.599 537.983 268.573] -/Subtype /Link -/A << /S /GoTo /D (modules-manual-download) >> ->> endobj -1871 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 246.71 186.968 255.621] -/Subtype /Link -/A << /S /GoTo /D (modules-manual-optional) >> ->> endobj -1872 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 246.71 537.983 255.621] -/Subtype /Link -/A << /S /GoTo /D (modules-manual-optional) >> ->> endobj -1873 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 233.405 230.096 240.389] -/Subtype /Link -/A << /S /GoTo /D (gfdl) >> ->> endobj -1874 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 233.405 537.983 240.389] -/Subtype /Link -/A << /S /GoTo /D (gfdl) >> ->> endobj -1875 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 217.963 143.232 224.936] -/Subtype /Link -/A << /S /GoTo /D (gfdl-0) >> ->> endobj -1876 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 217.963 537.983 224.936] -/Subtype /Link -/A << /S /GoTo /D (gfdl-0) >> ->> endobj -1877 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 203.074 217.961 211.985] -/Subtype /Link -/A << /S /GoTo /D (gfdl-1) >> ->> endobj -1878 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 203.074 537.983 211.985] -/Subtype /Link -/A << /S /GoTo /D (gfdl-1) >> ->> endobj -1879 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 190.122 178.839 199.034] -/Subtype /Link -/A << /S /GoTo /D (gfdl-2) >> ->> endobj -1880 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 190.122 537.983 199.034] -/Subtype /Link -/A << /S /GoTo /D (gfdl-2) >> ->> endobj -1881 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 177.171 187.426 186.082] -/Subtype /Link -/A << /S /GoTo /D (gfdl-3) >> ->> endobj -1882 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 177.171 537.983 186.082] -/Subtype /Link -/A << /S /GoTo /D (gfdl-3) >> ->> endobj -1883 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 166.157 160.956 173.131] -/Subtype /Link -/A << /S /GoTo /D (gfdl-4) >> ->> endobj -1884 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 166.157 537.983 173.131] -/Subtype /Link -/A << /S /GoTo /D (gfdl-4) >> ->> endobj -1885 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 151.268 198.315 160.179] -/Subtype /Link -/A << /S /GoTo /D (gfdl-5) >> ->> endobj -1886 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 151.268 537.983 160.179] -/Subtype /Link -/A << /S /GoTo /D (gfdl-5) >> ->> endobj -1887 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 140.254 209.653 147.228] -/Subtype /Link -/A << /S /GoTo /D (gfdl-6) >> ->> endobj -1888 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 140.254 537.983 147.228] -/Subtype /Link -/A << /S /GoTo /D (gfdl-6) >> ->> endobj -1889 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 125.365 255.401 134.276] -/Subtype /Link -/A << /S /GoTo /D (gfdl-7) >> ->> endobj -1890 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 125.365 537.983 134.276] -/Subtype /Link -/A << /S /GoTo /D (gfdl-7) >> ->> endobj -1891 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 114.471 150.635 121.325] -/Subtype /Link -/A << /S /GoTo /D (gfdl-8) >> ->> endobj -1892 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [523.039 114.471 537.983 121.325] -/Subtype /Link -/A << /S /GoTo /D (gfdl-8) >> ->> endobj -1893 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 101.4 154.161 108.374] -/Subtype /Link -/A << /S /GoTo /D (gfdl-9) >> ->> endobj -1894 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [523.039 101.4 537.983 108.374] -/Subtype /Link -/A << /S /GoTo /D (gfdl-9) >> ->> endobj -1802 0 obj << -/D [1800 0 R /XYZ 71.731 729.265 null] ->> endobj -1799 0 obj << -/Font << /F27 1224 0 R /F32 1231 0 R /F35 1589 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1944 0 obj << -/Length 4450 -/Filter /FlateDecode ->> -stream -xڍ�ˎ���Ṟ���@��3 ;2 -429[�e9�ۧ�k��(�_H�6��f٢.�l�OC�����i��7�-M����Oo������˶�i���/~���Li^���Ӑn�x9s[Ӷ�o��ȳ���?���w��tK�m~���S�ԑ����qH��O������~��c���>��ַ�}�����_������������_?������/����_�����Z�9��W��r�tk㫝�1 ����:����o.d��z�Wr��َ�� uK��e��j`C=Һ�Zf;�^�k>���1��)���cX\��vT l��}�� �̣i�������`2e��P�����َ�� 5���e��j`C=�r�M��vT �V���8��c��S`C�Ӳ�j����P�<��j����P�1����َ���ꑏa1e��P�1��c.f;�6�|����َ�� 5��e��j�z��0����e��P�1���dG|kxk:�/�e�#J\��?x�����x��Ð��{��YTρ uN��e��j`Cͧ�ΦZf;�6��Zf:�^���P�l�1��)���c�VS-�Uj>�q3�2�Q5���\��vT �V��������������T�lG�����}w�2�Q5��i�n�Zf;�^�s>�_�2ʦ�5�|��e�CJ\�����Yf;�6�|�����َ���`2e��P�)��3.f;�6�|�C�َ�� �H��U�lG��ku�v����,����:��� "f;�6�5m���َ�� 5�j>�b��jൺ�cX̧M̲z -l��fW-�Uj>��|��lG������� ��vL��&�|��2�q 2���e��j`C]�z3on�vT l�GW-�U��cH�n>�b��S`C�Ӱ�O�����P�1��Zf;�6�|����َ����-�l�1��)���c��g\�vT l��F��Uj>��U�lG��Ku��ܼg\�E��P�t3���vT l�kZvW-�U��?�ю)q����|��YFO� 5���e��j`C�g�L�Zf;�6�| -�l�e��j�:�c�L5fY=6�|�b�e��j`C��0��Zf;�6�=7W-�U��yH��=��,����:�ì��َ�� uM��e��j`C�ǰ������x�.���I�e��P�1̮Zf;�6�|�OMe�cJ\��g`�N�l��ku�g0�j̲z -l����I����P�4���:�Q5���i?\��vT �V�!Mf��βz -l�S���I����P�1��Zf;�6�|f���vT �V�|f��βz -l��&W-�Uj>�vRg;�6�|f���vT �V�!�7S�YVO� uJ����vL�k�k��I����P����Zf;�^��|f��βz -l����I����P�1,�Zf;�6�|f���vT �T�!���u�s`C��0�j����P�1��:�Q5���i5����vT �V�! �&�,����:��,��َ�� uM��e��j`C��`~`��vT �V�|�8e�M�k�����,��Z�9 ����!�<��͕���߮���'�^��r�OXm�;�m�OXՑ�+����S�/>>��|����o?OU>L��?~��|���_ߍo������?}���/������zz���\MK�W�uO_Yz�Қ���i��Y�@l�{j��Y�@l�[jmݣz -�ֽ�F�U �ֽ�F�U �ֽ�F�U �ֽ���=��@h�{�K���0j�{`iݳ(qغ��h�3��غw�{��s ��=5Z��j ��=5Z��j ��=5Z��j ��-���Q=b��S�uϪb��S�uϪb��S�uϪb��Rk��S ��=5Z��j ��=5Z��j ��=5Z��j ��-4Z�hj��=��8l�{f���@l�{j��Y�@l�[jmݣz -�ֽ�F�U �ֽ�F�U �ֽ�F�U �ֽ���=��@l�{j��Y�@l�{j��Y�@l�{j��Y�@l�[jmݣz -�ֽ�F�U �ֽ�F�U �ֽ���=�G�{���=���{ό�=���{O��=���{O��=���{K��{TO�غ��hݳ��غ��hݳ��غ��hݳ��غ��ںG���{O��=���{O��=���{O��=���{G���I=b��S�uϪb��S�uϪR��CK�M��ֽe��=��@l�{j��Y�@l�{j��Y�@l�{j��Y�@l�[jmݣz -�ֽ�F�U �ֽ�F�U �ֽ�F�U �ֽ���=��@l�{j��Y�@l�{j��Y�@l�{j��Y�@l�[jmݣz -�ֽ�F�U �ֽ���=���{ό�=���{K��{TO�غ��hݳ��غ��hݳ��غ��hݳ��غ��ںG���{O��=���{O��=���{O��=���{K��{TO�غ��hݳ��غ��hݳ��غ��hݳ��غ��ںG�H�{-�{6%[���{F5[���{V5[��Z[����u�ѺgU�u�ѺgU�u�ѺgU�u���=��@l�{j��Y�@l�{j��Y�@l�{j��Y�@l�[jmݣz -�ֽ�F�U �ֽ�F�U �ֽ�F�U �ֽ�F�M���=���=_Fz�h�å��o=y���}5�Ny�/_}��yz�����������|��/��/jni~���=��M/]���3�cZ_���}-u��b�9�q\ҰOWqA�Q&%�Ani��YF���y�?�xdeR��)���#cI�k���?� �C�Q&%�A����oYF����o�h�e�I��&�|���� cI�k�s�=���C�Q&%�Ani9L��2)q �H���e�I��&�1-�G�(�� �����-�>�5�|����(�� �_L��2)q�����=�bI�k���Oޓ+F����o�h�e�I�k���ޓ+F���kr�/̼'W�"�q rN�a�e�I�k�[�w�'�eR�䑎�{r�(�wM�_ϫG�(�� ��_�'W�2)q 2���{��(�� �͟L��2)q��o��Sl�DP�^����Q%�A�;?�deR����y[�(�wM��4�c$F�Ը9�}7�2ʤ�5��{��{r�(�� ��_��H�2)qן]��_,��y�k���ϛG�Q&%�A�?�YF����o�h�e�I��&�|���UG�Ը9��v��2ʤ�5�-��I�Q&%�Ai3���$��a��4�q�#uE�k���o&YF������:ydeR�d����e�I��&�|�g��Q$5�A�?-YF����o��=Fb�I�k���&YF���ƫ�˻����H��7}[d��I���|[d��I��w|[d��I��|;d}�7��o���x�7�G�����fo�����FQ���Y��M����-2^荤���-2�捤�Ỽ-2^卤�ዼ��ǛH�÷x[d]'F���21���Ĉ�8�$�u���k��EH��bYW�)q�@�!��0"%���9d]F����0��oR�ho���a�=D��0G��a�=���0��H�8^�'_����S� -sȺ*�H��EaY��)q�%�!�0"%�W��}C������#R�x9�C��`DJosȺ�H��`y� -���N0��+���8^�u�����.#R�p�!�M`�J�s�XF�c/s���D�� `Y�)q��� �ۿ��8���u��Nj����"R�x�C֥_DJ��2���/ 5��}9d]�E���/������8���u���k���H��_YW|)q���!�~/"%�{9b,�"�1W{^�����^/�k�H�8^��u�����.�"R�x��Ay�q���!�*/"%�y9d��E���/��K���8^�e�� ^@j��rȺ��H���]Yww)q���!��."%��v��]m��;����"R�xa�C�}]DJn�r�X�E�c��2���.5��t9d]�E���.��;���8���uA����H���\YWs)q���!�^."%��r9d]�E���J.��o�R�x�C�u\DJ/�rȺ��H��M\Yq)q��� �[���8���u���1�o��۷�.�"Q�x��A�7o�q�w�!��-"%��n9dݹE����-�����8^�e��m[@j��rȺj�H��E[Y�l)q�e�!�-"%�Wl�}��������"R�x��C��ZDJo�rȺX�H��Zyߪ���N-G��Z>��B-���H�8ަ�u��ǫ��IH��=ZY�h)q�D�!�-"%�7h9d]�E�����>��=�M��xw�C��YDJ/�rȺ7�H��YY�f)q�2� ����8ޗ�u]��˲���"R�xS�C�EYDJ��2ĺ%@ �Y�Pފ,��ؐ�z�05d5��u?�6��s3.�Z�t���͏��+���������ӧ��&U����R�endstream -endobj -1943 0 obj << -/Type /Page -/Contents 1944 0 R -/Resources 1942 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 1895 0 R -/Annots [ 1946 0 R 1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R ] ->> endobj -1946 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 708.244 239.291 715.098] -/Subtype /Link -/A << /S /GoTo /D (gfdl-10) >> ->> endobj -1947 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [523.039 708.244 537.983 715.098] -/Subtype /Link -/A << /S /GoTo /D (gfdl-10) >> ->> endobj -1948 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [95.641 693.235 271.65 702.147] -/Subtype /Link -/A << /S /GoTo /D (gfdl-howto) >> ->> endobj -1949 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [523.039 693.235 537.983 702.147] -/Subtype /Link -/A << /S /GoTo /D (gfdl-howto) >> ->> endobj -1950 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 678.027 109.369 686.914] -/Subtype /Link -/A << /S /GoTo /D (glossary) >> ->> endobj -1951 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [523.039 678.027 537.983 686.914] -/Subtype /Link -/A << /S /GoTo /D (glossary) >> ->> endobj -1945 0 obj << -/D [1943 0 R /XYZ 71.731 729.265 null] ->> endobj -1942 0 obj << -/Font << /F27 1224 0 R /F32 1231 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1957 0 obj << -/Length 6823 -/Filter /FlateDecode ->> -stream -xڭ�M�\�y��>�,���K�~Yڈ p�aVIcyH Lq�����a�s�Oͭ���G�ף+�%��t7��Mw�i8-��2����_~�>���?L��p<�:�����w�r.����M����?���<��r��æ��0/ǻ���7z|����|:�y�������o_���������Q����2\��W������ɯ�t�~�ܼ�8yy �iH�:���᧷���o?}z�?��U�o��7���?}��z;����~��8�t��:����S9��0V�2����^��%}�ǽ���ێ�� 5��2�L5�vT l���4�j�����N�1�gO-��V� u�����ێ�� �8LgWͷU�y8����vL��'�i�N�g�[F�������U�mG�����A�Y�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�����W�|�%�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�_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�:��On����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����O;��5�u���I�vP l���xr�|�Q5p_��g`�O��*����`�Oⶣj`CM������j`CM��,��mG��]u�c0��vܢZ6��&WͷUjzf�$n;�6�Ӱ����U��iFs0��V� uV�|�U�:�GWͷUjz�`"n;��sz��8��M�k��L��i����������� 5=����uJ��K�U�|z�rWnn_�q|�:ʼ�������3?��a��������S{>�e>��z�܀����p�6�~~��������_.C��ۿ�۟�w�k��/Oo�7O_�w�����L���eH~���?o���ӗ���������_͜���К�o�J���͗ڮ��~!P�'� -䊿�F�U 䊿�F�U 䊿�F�U 䊿�nR�@��[f���x�,%�+��D5�+��z���Zr��R�⏪r��R�⏪r��R�⏪r��Q��?�U W�-5*��j W�-5*��j W�-5*��j W�u���Zr��R�⏪r��R�⏪r��R�⏪b��A��O��a��"K�I�㊿eF�Q 䊿�F�U 䊿�nR�@��[jT�Q�@��[jT�Q�@��[jT�Q�@��;�V�'� -䊿�F�U 䊿�F�U 䊿�F�U 䊿�nR�@��[jT�Q�@��[jT�Q�@��[h���)qX�wȨ��q\�̨�#��\�Ԩ����\�Ԩ����\�wԭ�Oj�K��?��K��?��K��?��G�*��V�\�Ԩ����\�Ԩ����\�Ԩ����\�7�k��:�+��T5�+��T5+�Z*�hJW�s��Zr��R�⏪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��Q��?�U W�-5*��j V�-�T�є8��[fT��@��;�V�'� -䊿�F�U 䊿�F�U 䊿�F�U 䊿�nR�@��[jT�Q�@��[jT�Q�@��[jT�Q�@��;�V�'� -䊿�F�U 䊿�F�U 䊿�F�U 䊿�nR�@��[h���)q\�̨�#��\�Ԩ����\�wԭ�Oj�K��?��K��?��K��?��C�V�A���o�Q�GU��o�Q�GU��o�Q�GU���[ş�*�+��T5�+��T5�+��T5+�25+�Y*�HJW�-3*��j W��5p�⏯#W�o^ƺ6+�P��π{W~)��4,���$��R������?����No>?}��im�<}{���;��q9�w7��~�S����*�o�_���7_V��/^���R�@��K�Ͽ@U��/,5>�U �Ͽ����T5�?��Q�Ͽ � -�Ͽ����T5�?��R��/P�@��K�q���G��1�V�<���Ǡ��<���Ǡ��<���Ǡ��<�q�mCjH����o�pc�e����8�2c���8�P��P�@�Xj�cP�@�Xj�cP�@�Xj�cP�@�8�6�!� -�q���8U �q���8U �q���8U �q��n�R�@�Xj�cP�@�Xj�cP�@�Xj�cP�@�8h�c��8�Xd� )q<���� ��<���Ǡ��<�q�mCj��K�q���K�q���K�q���G��1�V�<���Ǡ��<���Ǡ��<���Ǡ��<�q�mCj��K�q���K�q���-�4%�1�"5��1��D5��1��T5��1��T5��1���cH�yc�1�AUyc�1�AUyc�1�AUy��8��*��1��T5��1��T5��1��T5��1�zǀZ�8�Rc���8�Rc���8�B�8M��q�cn�B�@�Xj�cP�@�Xj�cP�@�Xj�cP�@�8�6�!� -�q���8U �q���8U �q���8U �q��n�R�@�Xj�cP�@�Xj�cP�@�Xj�cP�@�8�6�!� -�q���8U �q���q���ˌq���G��1�V�<���Ǡ��<���Ǡ��<���Ǡ��<�q�mCj��K�q���K�q���K�q���G��1�V�<���Ǡ��<���Ǡ��<���Ǡ��<�q�mCj��-�4%��1��D5��1��T5��1���cH�yc�1�AUyc�1�AUyc�1�AUyc��q�u �c,5�1�j �c,5�1�j �c,5�1�j �cuǐZ�8�Rc���8�Rc���8�Rc���8�AcC���8�"�8I��q�e�8Q �qL{�a�c�u�q��ˀqL�u�]������.��I�,��y�Z>^�ۏ=~N�.e/S�s�C���|w�^��xh~��|������8�� -^ׄӟ�cz�y!;j�����.�0-�ZnY��2烩�ێ�� 5=������j`C=�`OͷU���4�����[V����kz��|�Q5��������j`C=��l����jྺ�ǐހ-�ܲZ6����o;�6��̟$�iǔ����Y&��j N -5&��V�8���2�dUq�eɪ��S��U � ����*'��Z&��j N =�L Y�@�@zj�@���8��Ԙ@�Z��S��U � ��� $��HO-HV5'��HT�@�@z�� $��a4���<�dQ�p�eɨ��Q� $�u N =�L Y�@�@zj�@���8���2�dUqi�1�D� -� ��� $��HO-HV5'��Z&��j N -5&��V�8���2�dUq�eɪ��S��U � ��� $�GH��H&%'��Y&��j N =�L Y�@�@ZjL Q�q�eɪ��S��U � ��� $��HK� $�U N =�L Y�@�@zj�@���8���2�dUqi�1�D� -� ��� $��HO-HV5�&��'�lJM -�L ��8�@zf�@2��8���2�dUq�eɪ��Rc�j�HO-HV5'��Z&��j N =�L Y�@�@ZjL Q�q�eɪ��S��U � ��� $��HG�&��ց8���2�dUq�eɪ��C��M�� �e��*'��Z&��j N =�L Y�@�@zj�@���8��Ԙ@�Z��S��U � ��� $��HO-HV5'��HT�@�@zj�@���8���2�dUq�eɪ��Rc�j�HO-HV5�&��'�lJN =�L �@�@ZjL Q�q�eɪ��S��U � ��� $��HK� $�U N =�L Y�@�@zj�@���8���2�dUqi�1�D� -� ��� $��HO-HV5'��Z&��j N -5&��V�4���<�dS�p�eɨ��S��U � ����*'��Z&��j N =�L Y�@�@zj�@���8�t�mIj�HO-HV5'��Z&��j N =�L Y�@�@ZjL Q�q�eɪ��S��U � ��� $�HH-H45�&��'�LJN =�L �@�@�bϙ@���~s�2�Hx�r� ���W�q�/^^���Me���o������9��Ӈ���/��|����No������ן������K����%����/�^���������?�y��sz����%���˹��aזL�+�J2�/�ݑy�*�"C��qA� �~�����r�����f�ǽ��Z�ǥ��:1@j7b2 -1DJ�a2�0DJva�Ta� �"��E< ��F �D�� -�CF�H����CF��H���An� 5��/�"%�k/�"%�;/�"%�/��]��8n�8d�]��8��8d4]��8�8d�\��8.���kǥMVq�pq�(�)q\oq�h�)q�mq�Rm!�6��-��Z@�8n�8d�Z��8��8d4Z��8�8d�Y��8.���eR���Qd!R����b!R���Qa!R��b�[H����CFy�H���CFs�H��ފCFm�H��ҊAn� 5�+�"%�*�X�*ކqW���B��qQ� �� -��-��� -����� -�����z -����ܺ)@j7S2�)DJ�R2Z)DJwR2*)DJRr���q�Fq�(�)q\Eq�h�)q�CqȨ�)q\B1ȭ���a�K���0��8`�OH�8�8dTO��8.���;R�u�Q:!R�r��8!R�o�Q7!R�l�'�]�6Y�q��!�hB��q��!�eB��q��!�bB��q�� �~ �����r �����f �ǽ��Z ���C�N ����+��nøN��&!Q�K�,2XUz�Ir} �K�H�|���v�7�u�`����&����$�����������O_ˏ��Ш��u9./�__��J�i<�*%[����mq�շ��_�-P�@n\XjT.P�@.]Xj�.P�@�]8�V� � -�ꅥF�U ����F�U ����������5ˌ��MK�*��eK�6��}G� -�V�\ɰ��d����ʰԨe���\̰�hf�����pԭ�Aj��K�~�� K����% K����= C�5@���a���@U��a�Q�@U��a������qg�1���U �6,5z�j 77,5��j �7,5��j �7u+p�Zr��R�Á�r��R�Ɓ�r��R�Ɂ�r��Q�2�U �9,5��j 7:,5*�j �:,5Z�j �:u+v�Zr��R�ہ�b��BK�M�ょeF�Q 䎇�n%R�@�yXj�<P�@nzXjT=P�@.{Xj�=P�@�{8�V� � -�ʇ�F�U �և�F�U �⇥F�U �n�R�@�Xj�?P�@n�XjT@P�@.�Xj�@P�@�8�V!� -�*���.��mˌ:�ȅK�F�ȝG�J!�V�\��腠����Ԩ����\��h�����1�kA�:�+"�T5�["�5T5��"�MT5��"���EH��.b��AU�1b�QAU�4b��AU�7�Q!S�:b��;���q{�2�>��r���[�$�:r���e@���:�%�uZ�?�����<��k�%�����`*/�����Ƅ�&�^endstream -endobj -1956 0 obj << -/Type /Page -/Contents 1957 0 R -/Resources 1955 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 1895 0 R -/Annots [ 1959 0 R 1960 0 R 1961 0 R 1962 0 R 1963 0 R 1964 0 R 1965 0 R 1966 0 R 1967 0 R 1968 0 R 1969 0 R 1970 0 R ] ->> endobj -1959 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 -1960 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 -1961 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 -1962 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 -1963 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 -1964 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 -1965 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 -1966 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 -1967 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 573.313 343.718 582.225] -/Subtype /Link -/A << /S /GoTo /D (trbl-relogin-everyone-share) >> ->> endobj -1968 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 573.313 537.983 582.225] -/Subtype /Link -/A << /S /GoTo /D (trbl-relogin-everyone-share) >> ->> endobj -1969 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 560.362 348.978 569.273] -/Subtype /Link -/A << /S /GoTo /D (trbl-relogin-everyone-restrict) >> ->> endobj -1970 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.02 560.362 537.983 569.273] -/Subtype /Link -/A << /S /GoTo /D (trbl-relogin-everyone-restrict) >> ->> endobj -1958 0 obj << -/D [1956 0 R /XYZ 71.731 729.265 null] ->> endobj -10 0 obj << -/D [1956 0 R /XYZ 214.067 703.236 null] ->> endobj -14 0 obj << -/D [1956 0 R /XYZ 235.902 637.605 null] ->> endobj -1955 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1979 0 obj << -/Length 2604 -/Filter /FlateDecode ->> -stream -xڕYݏ۸�_��'�e}K�=m6�t�E�lSmh��x�D������;�,y��+���p�����Ƈ�MxY?����h��7�|z8�8M�0 a|��N������z���ӻ�}݄��&ۛ��hŏ�0Jo��-�*q��,�a�/�ow��<|�TǣO�*��?O��� �� A�>X=?�H_� J��q$���S���ЦV��)�n��6���0��-�r�Q�odky6P���-���~���������������e�,�Q�wZ?��U]��Fk���{���9U� ���(�.����p��'�C��4��:<�:��0Q,F�V�L���.�d�b�Ru� Im�цǍ.���em�ڧ�Yߖ�"N��q�z����w�)���)/�.�c&��_U!�N¦��v�u�B>6R�'8��o$���Z0&��ɴr�-���V]��B�[Ɨ -�{��������Qɂ��T�h�?3�lţV�v�"��"\֭�Ҡ��V�W|q�ќ;��i ޔHy��'�[t����u0� �o�j����c��<8x�W:�}��3(�u_�r��Y���iL3p�p��&�c/M�W3� ��q&��ť"����(�R=�� ����� �Cۗ�ж�:��8�|�R�6�H��Nj�� YT��Yg����*�3tU�%©T큅8J�?D銧�v,1Kt�Iq< -pY�C�R�t�2���Z��b��*��p-L��z[�6x�c-ŀL���`��LH��m�xo�O�E��G���Z������"��b�je����`�� -n��1������O��B�L�I&���PK���5�ZcB8��3��s!/��p�@����i���0���L6���1� ����&���FP��J��S��"�'@T-�7�Pұl%.Ք��D�K�v/��͊Ʌ� @$��Q�J'n51��������:�Nw�ڜ��q?�����xt!�a/V��23���U���s`P�ڒ����u��NԼ��4��8�a�+)�$Yx,���BJ��eq4!z���n�����(Jq��_t�*�MŐ�óxuLІw�5���J�u��E�ebJ��H8qH����� -�$�2.#X�*��M:^"�+w�t�_U�?�.�@������e���_��v�n@`�nM�#!�`��g�HY��'���5ry4p����S@���EAZg�n�P��k�f��WbR�-��!r��Qر�B��%f�;�[J����Hn<$�s���m�n��鶶��\c����s�F2����I���C����*� ��7�9���a��pVPGEb�)�T�#��D]3�/�XkE�f"��� �������ǔ��S�������\9��肽�l�۪�w�4N3������ ����d�P7 -]JW ->)�j��p��[;q�5%�N`Z@�O�P����S�X�2�aW<0iu��EU:�=l��@��nx��fǸ���:(@��;�pV�a�0:��$�A� |��Ox@��̼h�p?�t���J��\��|/00�;BUV�Y$ Pؗ�x��n����5�!,܃��3�e��]l���"�L?�~� z���%�6H騽x�=J���4�>\�^���殺yt=��xI�)^�L��9v�?��az+�~@��/��r�a�.�p{{s�жk�( o\ �W���}5<|8 ����t�vx��?L�������5[y-c��3��ы) �3�dqJg�b�4�C�W@9��qxqr;'���.+�Je���fs:�����0{B$�hŒ0d����t�����Wq���r��=��0�]�3vDvH����ߴs9��W���6z��M��*�����rTN�Y| -�����[���Xߊ�$�lnNrg�������� -�y�y�~t�"PE���A'�q����� p0�a�_���3q0������d*� 3��̩Rv�+D㤸�C�;,�w7��9�j������{|��,�h�f)g�sW�+�R)fJ:������G�Qc�����F��S���`y�x�:�բ=�PY��<�G����W h���|D ��q�m�} �b3 � �N�[p���0I��r��A��;3�k�e[�w0W;��k�/�(Z9\ݕ�-���vdš��}Qz�o����:h�'$~[u��R�it���$!Ȁ�㼰��A|���ڑ�4e�<$��8<�r���0f�c�#�T��u!j��뮐o��$=�PZ9��D�%^Pfċ�"�onq�nx} �~&����i��x��#c�9�ɗ��W�{ǻ5�vN��j��e8(�s.aF@��ޛ}��'����f`1Z�����L��!���R'��-��5*�s�R�~�\����]�|������ -���Ot����8{��U���^ш�h��/���S�:����#���؟7�jƜs���t��t5�灝��:����+&Ξ~�u]�s/���g���,B_g�\��2�"��G-�_���������m�endstream -endobj -1978 0 obj << -/Type /Page -/Contents 1979 0 R -/Resources 1977 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 1895 0 R -/Annots [ 1983 0 R ] ->> endobj -1983 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [371.655 582.727 415.734 590.748] -/Subtype /Link -/A << /S /GoTo /D (gfdl) >> ->> endobj -1323 0 obj << -/D [1978 0 R /XYZ 71.731 718.306 null] ->> endobj -18 0 obj << -/D [1978 0 R /XYZ 350.659 703.236 null] ->> endobj -1324 0 obj << -/D [1978 0 R /XYZ 71.731 692.504 null] ->> endobj -22 0 obj << -/D [1978 0 R /XYZ 285.389 651.159 null] ->> endobj -1980 0 obj << -/D [1978 0 R /XYZ 71.731 638.721 null] ->> endobj -1981 0 obj << -/D [1978 0 R /XYZ 71.731 627.443 null] ->> endobj -1982 0 obj << -/D [1978 0 R /XYZ 71.731 617.481 null] ->> endobj -1984 0 obj << -/D [1978 0 R /XYZ 71.731 577.746 null] ->> endobj -1325 0 obj << -/D [1978 0 R /XYZ 71.731 546.646 null] ->> endobj -26 0 obj << -/D [1978 0 R /XYZ 191.962 503.549 null] ->> endobj -1985 0 obj << -/D [1978 0 R /XYZ 71.731 494.726 null] ->> endobj -1986 0 obj << -/D [1978 0 R /XYZ 71.731 448.949 null] ->> endobj -1987 0 obj << -/D [1978 0 R /XYZ 71.731 405.113 null] ->> endobj -1326 0 obj << -/D [1978 0 R /XYZ 71.731 348.326 null] ->> endobj -30 0 obj << -/D [1978 0 R /XYZ 216.752 305.229 null] ->> endobj -1988 0 obj << -/D [1978 0 R /XYZ 71.731 296.406 null] ->> endobj -1989 0 obj << -/D [1978 0 R /XYZ 71.731 263.58 null] ->> endobj -1990 0 obj << -/D [1978 0 R /XYZ 345.258 252.785 null] ->> endobj -1991 0 obj << -/D [1978 0 R /XYZ 184.718 239.834 null] ->> endobj -1992 0 obj << -/D [1978 0 R /XYZ 71.731 226.882 null] ->> endobj -1993 0 obj << -/D [1978 0 R /XYZ 71.731 206.793 null] ->> endobj -1994 0 obj << -/D [1978 0 R /XYZ 510.317 195.998 null] ->> endobj -1995 0 obj << -/D [1978 0 R /XYZ 302.6 183.047 null] ->> endobj -1996 0 obj << -/D [1978 0 R /XYZ 71.731 170.095 null] ->> endobj -1997 0 obj << -/D [1978 0 R /XYZ 71.731 162.957 null] ->> endobj -1998 0 obj << -/D [1978 0 R /XYZ 269.484 139.211 null] ->> endobj -1999 0 obj << -/D [1978 0 R /XYZ 495.373 139.211 null] ->> endobj -2000 0 obj << -/D [1978 0 R /XYZ 266.563 126.26 null] ->> endobj -2001 0 obj << -/D [1978 0 R /XYZ 501.46 126.26 null] ->> endobj -2002 0 obj << -/D [1978 0 R /XYZ 315.916 113.308 null] ->> endobj -2003 0 obj << -/D [1978 0 R /XYZ 71.731 100.357 null] ->> endobj -2004 0 obj << -/D [1978 0 R /XYZ 312.349 100.357 null] ->> endobj -2005 0 obj << -/D [1978 0 R /XYZ 512.529 100.357 null] ->> endobj -1977 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2008 0 obj << -/Length 2140 -/Filter /FlateDecode ->> -stream -xڭX�o�����~�IJ��E6��}ܥ8d�^�^?�cq#K:�Z7��w�C��+i��kH����E���~�$�,�O���E:)6o��F>� -�̲�F<��o�?��d�/���a�D��f�IG~�F����u���,J/���v�����J(�>�����~ss?��ƙ���g��x��e���#�'��گATZw��j{Y��VN��[s��z���+��^��|5��_u�fB�ajx�N����:l W���o���"�����e��n�P �_�M=��4N=܊�Y� -�c���_Z���}?J��|�xw�R��#�P,1���BR�h�$�K�CO�j����u���j� p�C���`����H��v^��%���;8 �z�������D�CZ�F�Ls۬�T�R�'b�=V�B��a�]�5랭���vWs����m4+4 �g��o�0u[�p���ۆ�Z��_{���䫱��d�F}�7�PX�� 8 �(^����gf��Nr8��3F���Oӥ�p��@���Zp>j�Bi^�B�v�����N�=V��S�7�ܴ��V�*)�d�^;�Z���01��3�����Qd�C��X�7 �~]�U\Hjm%�ج/HR��� ��C��x� ��xX0f��G9�C�ᒎ��3D�h�X �����������;��V��ݢ�H���V���f���Ł��h.��5Z�18v�ފv����.�`����f�icх���4C�F�k&e��ƟȜ�t��9-Мr�y"Q�fE�WJ������-~�J�|�<O!��=�%"?Y"=:��r]�GQ�2�;�'��_��aE�F1s^R/�,��8�3�H��Q�v}]���!G��0�Pε��DiH� T�;�W -'Ih'���&8g!"JL@:�Tx?� 8J�D̿Lsh -�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�#0JadMÛ���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 -2007 0 obj << -/Type /Page -/Contents 2008 0 R -/Resources 2006 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 1895 0 R ->> endobj -2009 0 obj << -/D [2007 0 R /XYZ 270.827 708.344 null] ->> endobj -2010 0 obj << -/D [2007 0 R /XYZ 509.011 708.344 null] ->> endobj -2011 0 obj << -/D [2007 0 R /XYZ 258.45 695.392 null] ->> endobj -2012 0 obj << -/D [2007 0 R /XYZ 506.431 695.392 null] ->> endobj -2013 0 obj << -/D [2007 0 R /XYZ 71.731 675.303 null] ->> endobj -2014 0 obj << -/D [2007 0 R /XYZ 487.099 664.508 null] ->> endobj -1327 0 obj << -/D [2007 0 R /XYZ 71.731 644.419 null] ->> endobj -34 0 obj << -/D [2007 0 R /XYZ 164.538 601.321 null] ->> endobj -2015 0 obj << -/D [2007 0 R /XYZ 71.731 592.498 null] ->> endobj -2016 0 obj << -/D [2007 0 R /XYZ 71.731 551.702 null] ->> endobj -2017 0 obj << -/D [2007 0 R /XYZ 71.731 536.758 null] ->> endobj -2018 0 obj << -/D [2007 0 R /XYZ 154.5 525.964 null] ->> endobj -2019 0 obj << -/D [2007 0 R /XYZ 71.731 525.775 null] ->> endobj -2020 0 obj << -/D [2007 0 R /XYZ 91.656 508.031 null] ->> endobj -2021 0 obj << -/D [2007 0 R /XYZ 71.731 495.911 null] ->> endobj -2022 0 obj << -/D [2007 0 R /XYZ 138.849 485.117 null] ->> endobj -2023 0 obj << -/D [2007 0 R /XYZ 71.731 482.96 null] ->> endobj -2024 0 obj << -/D [2007 0 R /XYZ 91.656 467.184 null] ->> endobj -2025 0 obj << -/D [2007 0 R /XYZ 71.731 442.113 null] ->> endobj -2026 0 obj << -/D [2007 0 R /XYZ 137.315 431.319 null] ->> endobj -2027 0 obj << -/D [2007 0 R /XYZ 71.731 429.911 null] ->> endobj -2028 0 obj << -/D [2007 0 R /XYZ 91.656 413.386 null] ->> endobj -2029 0 obj << -/D [2007 0 R /XYZ 71.731 401.266 null] ->> endobj -2030 0 obj << -/D [2007 0 R /XYZ 136.508 390.472 null] ->> endobj -2031 0 obj << -/D [2007 0 R /XYZ 71.731 390.283 null] ->> endobj -2032 0 obj << -/D [2007 0 R /XYZ 91.656 372.539 null] ->> endobj -2033 0 obj << -/D [2007 0 R /XYZ 71.731 360.419 null] ->> endobj -2034 0 obj << -/D [2007 0 R /XYZ 128.578 349.625 null] ->> endobj -2035 0 obj << -/D [2007 0 R /XYZ 71.731 348.217 null] ->> endobj -2036 0 obj << -/D [2007 0 R /XYZ 91.656 331.692 null] ->> endobj -2037 0 obj << -/D [2007 0 R /XYZ 71.731 306.621 null] ->> endobj -2038 0 obj << -/D [2007 0 R /XYZ 145.324 295.827 null] ->> endobj -2039 0 obj << -/D [2007 0 R /XYZ 71.731 293.67 null] ->> endobj -2040 0 obj << -/D [2007 0 R /XYZ 91.656 277.894 null] ->> endobj -2041 0 obj << -/D [2007 0 R /XYZ 71.731 265.774 null] ->> endobj -2042 0 obj << -/D [2007 0 R /XYZ 122.291 254.98 null] ->> endobj -2043 0 obj << -/D [2007 0 R /XYZ 71.731 253.572 null] ->> endobj -2044 0 obj << -/D [2007 0 R /XYZ 91.656 237.047 null] ->> endobj -2045 0 obj << -/D [2007 0 R /XYZ 71.731 219.015 null] ->> endobj -2046 0 obj << -/D [2007 0 R /XYZ 450.945 206.163 null] ->> endobj -2047 0 obj << -/D [2007 0 R /XYZ 518.615 206.163 null] ->> endobj -2048 0 obj << -/D [2007 0 R /XYZ 108.346 193.211 null] ->> endobj -2049 0 obj << -/D [2007 0 R /XYZ 175.219 193.211 null] ->> endobj -2050 0 obj << -/D [2007 0 R /XYZ 228.813 193.211 null] ->> endobj -2051 0 obj << -/D [2007 0 R /XYZ 281.858 193.211 null] ->> endobj -2052 0 obj << -/D [2007 0 R /XYZ 359.541 193.211 null] ->> endobj -2053 0 obj << -/D [2007 0 R /XYZ 429.483 193.211 null] ->> endobj -2054 0 obj << -/D [2007 0 R /XYZ 477.557 193.211 null] ->> endobj -2055 0 obj << -/D [2007 0 R /XYZ 71.731 180.26 null] ->> endobj -2056 0 obj << -/D [2007 0 R /XYZ 140.493 180.26 null] ->> endobj -2057 0 obj << -/D [2007 0 R /XYZ 197.219 180.26 null] ->> endobj -2058 0 obj << -/D [2007 0 R /XYZ 71.731 173.839 null] ->> endobj -2059 0 obj << -/D [2007 0 R /XYZ 419.446 162.327 null] ->> endobj -1328 0 obj << -/D [2007 0 R /XYZ 71.731 116.335 null] ->> endobj -2006 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2062 0 obj << -/Length 1324 -/Filter /FlateDecode ->> -stream -x��W��D����Dm o�moՂ�Y8$��� -9��l����gֻN��9ЩP�ó�ÏxA��*D���r�� |y5#�"t$��r1��2�)�$�k�S�D$��Q�-Vo��mRwY�T`� ;^,�����6o���._e�����f��,B*f��6�Ld��#�D��@�{�F�(��u�+����+]��a#�Ukdf�AQ�ճ9��:��ծ��~���d��BT�y��[����s�82- �*���Q��6m��J��q�_�u�4I�N�贗F�[��ٛw�[�9�f1{0Lj(�3.%�p�v]�~�������5�(��d -E֮W��hw� -c�� �D1&]����K)��b^�y�#�� ���g{:9e҄BEsy�|1����8�')���T��-�^��C�sQ`N��u��sO&�]eWy���6��V7�g��ɽ��OԖS�A�����M�O�G\BDf}��|�.�r�"`���}���H�@�H��4��OM עh�Hn�1�Y;�;kwEך�DM�H����!ܷ����Awٿ�dh>"`8�h�!��wz[���a����O�ʤ�3�#�ɖ�ď��ÕBG��GB��r�Ɖq�T�cOc(R(&�(��de��ٔ ��m��I��{�d���;t.�FR�B�C���|Hq�Mn�";�U�di��vY%��d&�y��莝����J�eR�\m�v\:1�u�r�tT���S���AY,r�W�m:����G`����Pnʤؗ��Y �� -{���}���eҚ�̕�n��F��~���k�=�=�`$~�C����=U�.=U!�ߵ*�;��>&otu��T@��ɲ0��Q��@ξ�������G�"�gM9�L��W�ꤟ��mp��G�Aa�cR Q5i�pD4iiO�.w���H&���I�QPG3��(P�k���i��:�WR��8*!Mb�E �����e�oqD��&��J��X�L�a��f$�a�i�z;AU���n�T������O�'t�!���pp���v���ُ�{�@��?��e ���R�?܊#��;���������2���wI��ؤ�ܬ���K�H/b�[�y�d�"?i�X���L;{3�]�dj��LV�ڄº��q�$��L�w��(��.�bL��Т�re6��د�wLia����ռ�o��n����g�JmG g��@�����Q�t��b�K��에�k]�K� ����8��y��ju���@2�Q��x��(�ν#�H��m���endstream -endobj -2061 0 obj << -/Type /Page -/Contents 2062 0 R -/Resources 2060 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 1895 0 R -/Annots [ 2070 0 R ] ->> endobj -2070 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [310.336 367.004 343.551 381.948] -/Subtype /Link -/A << /S /GoTo /D (gloss-bugzilla) >> ->> endobj -38 0 obj << -/D [2061 0 R /XYZ 297.751 705.748 null] ->> endobj -2063 0 obj << -/D [2061 0 R /XYZ 71.731 705.533 null] ->> endobj -2064 0 obj << -/D [2061 0 R /XYZ 71.731 696.925 null] ->> endobj -2065 0 obj << -/D [2061 0 R /XYZ 71.731 682.032 null] ->> endobj -2066 0 obj << -/D [2061 0 R /XYZ 71.731 667.088 null] ->> endobj -2067 0 obj << -/D [2061 0 R /XYZ 71.731 667.088 null] ->> endobj -2071 0 obj << -/D [2061 0 R /XYZ 71.731 329.146 null] ->> endobj -2072 0 obj << -/D [2061 0 R /XYZ 433.454 306.232 null] ->> endobj -2060 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F44 2069 0 R /F35 1589 0 R /F32 1231 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2076 0 obj << -/Length 2387 -/Filter /FlateDecode ->> -stream -xڭ�r+7���-�*�����e2SN�%��gRSIm��:nu+�XQ�~��iKj���jAH�$��Y�Dd���`�����V�q��C� ����D"��l1��������̴a��^��)�m����G��m�ol5_�(����SQ7i�gņ����Y���_�v$U$� -������Q�i��$�&+�~[,�0�]*�f#���ȷec?���:*�k"����;ε��'�����*�҂gM���Z$E,5Skk{~� -E"c���}��UI���� -kW���RF2�I#h�۲�*�:�6�im�kw���ln�Fz�s�O�7fJ��q�P^�6Y�RZı��C4� �,]��"��j���6%[��&��������!%�^.m펧y�����Ѩ���x�}��kU��5\>��`��f`(�A�,:��A�>�̋cFj��\yt���w$�d��rݸS��x�0|ۺ5q�:�9]�X���ob��@���*��y���l6��Ic����A�%�"�w��]n�� %p��K�⁌�L�Y��7����,�#1��A)>�e� ] -� n-7���)7�/T�ς ~_�Q#�3n�P�QГ��^��tb3 A���W5=��5��w@r�a�F���3��~P��y��.�4hW��K-�|��(���$������y�ysxdSg]�y^��L�9���/�C��C��.=r����(�4�#��.�</�Y�K��7�b�����C�')uwc�d�:����K�ۀ#��%[�:���b��c��O2�ۦ�xx8�0���~�m,Э�X��k����{f�\�yP�Q�Dﰅ �rK3�zM���4����.�wYø� -,��6�1R4���"Kﬨ���|����V�ucwl�mBsLB$�o�f+�C��u��,Ûm��iA�Ccg1nG�O� �]�� �����A5�f����ԽYؗ@����19Z����A��֪-.�md>F���k�f[��~t�R��] -��-��a�}����#��"���Jy6?vz�E��M��ŎB ֘3��L�d�V�����tu����!Nc�RF�?�!�E 0�������� h~ ������}�����Ibf�������S�doޢA{�Ģ��Q�~8�!�ߥAF*a���Q���0�с]gy�BŐ^H�@!� -M4����U�"A�eg� -�S�c7yCg��7���̹'j�mň}��K�G�mh����\Մ���4��Y� �'L`&�|��^f�x��T$&��(uqSK!��b�q����8�z*8�̲93��7 ��H���=����8�+��_1αeA�_|.AL,����uYq3 L���G�UvY�v�X���������7'X&@��t���i�m�r��]�g�.��$Q��(��_6R��t���7-<��OxaӼ�)��k֮�>,𱛾%�_<�sX��}&3M���g�O68�]�C��wH<���ԩD��D��\�Q#���e�_��m����oϝH�+Eo��S�[\1Θ���,�������1B���<Z��|n*��@�BM���Օ?�(�5\�T�ѕ��рsUG�B��5���Wtt��NG#�&:J��I_Ӛ���b�/���%���)(�����n SǠ-uK���L�k��|I�`�QF,]����Q�|*�0 -��힙����M������9�� -q��9�x��N�#�&r��&r����v�� ��o��l�����Y� -n��9w��Np#����U�S 6���u.�<�^���s��E*}S�����W%8��# * ���L���/��5�0�Ή#�}J3��M�UiQ������ V='W�-�\�K�_�s�A �n<��gH�v=O���͒Y�<p��5E��z�';�8�r �]���$�{�y\͊�`�-��7�i�t��௹��!75�$!�0XCu���P)�6���1 -]5��܂��<�s���_�e�}3���r}�gN�'��j��Ņ��t�S@�c��X�q�5eL"���$XP]z���@�b�2��P��& -Px�}���{hB)����V2�NZy}+0��2SǮq��"��J[_�UL��s�r��HƸΒ�ҴNW�ˠ��Kc��]S���U9b ��@wW*q_�D�w���5��ѩ�æ�yт-�`�2�Co%V���W �wl������ංVs� m�4�X!��jȧa�I4�\���eM�Ԅoߔ劗W�aT)�P�ѷ������w����u�w�)�r'ĕ �ǐ1E7cĀ���oh�CU!eOťCg�?��w~����endstream -endobj -2075 0 obj << -/Type /Page -/Contents 2076 0 R -/Resources 2074 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2110 0 R -/Annots [ 2083 0 R 2084 0 R 2094 0 R 2096 0 R 2098 0 R 2100 0 R 2102 0 R 2104 0 R ] ->> endobj -2083 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 -2084 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 -2094 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [89.664 319.893 133.11 328.43] -/Subtype /Link -/A << /S /GoTo /D (install-perl) >> ->> endobj -2096 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 -2098 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 -2100 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 -2102 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 -2104 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 -1329 0 obj << -/D [2075 0 R /XYZ 71.731 718.306 null] ->> endobj -42 0 obj << -/D [2075 0 R /XYZ 354.129 703.236 null] ->> endobj -1330 0 obj << -/D [2075 0 R /XYZ 71.731 692.184 null] ->> endobj -46 0 obj << -/D [2075 0 R /XYZ 196.111 651.159 null] ->> endobj -2077 0 obj << -/D [2075 0 R /XYZ 71.731 650.944 null] ->> endobj -2078 0 obj << -/D [2075 0 R /XYZ 71.731 632.374 null] ->> endobj -2079 0 obj << -/D [2075 0 R /XYZ 187.629 620.933 null] ->> endobj -2082 0 obj << -/D [2075 0 R /XYZ 71.731 581.381 null] ->> endobj -2085 0 obj << -/D [2075 0 R /XYZ 71.731 548.34 null] ->> endobj -2086 0 obj << -/D [2075 0 R /XYZ 71.731 524.594 null] ->> endobj -2087 0 obj << -/D [2075 0 R /XYZ 71.731 504.504 null] ->> endobj -2088 0 obj << -/D [2075 0 R /XYZ 71.731 467.707 null] ->> endobj -2089 0 obj << -/D [2075 0 R /XYZ 118.555 429.143 null] ->> endobj -2090 0 obj << -/D [2075 0 R /XYZ 71.731 387.21 null] ->> endobj -2091 0 obj << -/D [2075 0 R /XYZ 71.731 360.739 null] ->> endobj -2092 0 obj << -/D [2075 0 R /XYZ 71.731 347.414 null] ->> endobj -2093 0 obj << -/D [2075 0 R /XYZ 71.731 337.452 null] ->> endobj -2095 0 obj << -/D [2075 0 R /XYZ 71.731 319.893 null] ->> endobj -2097 0 obj << -/D [2075 0 R /XYZ 71.731 301.586 null] ->> endobj -2099 0 obj << -/D [2075 0 R /XYZ 71.731 285.711 null] ->> endobj -2101 0 obj << -/D [2075 0 R /XYZ 71.731 265.721 null] ->> endobj -2103 0 obj << -/D [2075 0 R /XYZ 71.731 249.845 null] ->> endobj -2105 0 obj << -/D [2075 0 R /XYZ 71.731 217.277 null] ->> endobj -1331 0 obj << -/D [2075 0 R /XYZ 71.731 198.971 null] ->> endobj -50 0 obj << -/D [2075 0 R /XYZ 138.296 161.756 null] ->> endobj -2106 0 obj << -/D [2075 0 R /XYZ 71.731 154.403 null] ->> endobj -2107 0 obj << -/D [2075 0 R /XYZ 163.177 141.631 null] ->> endobj -2108 0 obj << -/D [2075 0 R /XYZ 71.731 135.242 null] ->> endobj -2109 0 obj << -/D [2075 0 R /XYZ 164.427 110.747 null] ->> endobj -2074 0 obj << -/Font << /F23 1217 0 R /F44 2069 0 R /F48 2081 0 R /F27 1224 0 R /F35 1589 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2113 0 obj << -/Length 2178 -/Filter /FlateDecode ->> -stream -x��Xݏ����O�����,9hZ4��%E/���MQ�2mg��(����;_����E�З��g���7CE�~�,�T�@�T�Lg��U8����W�H,Dd1�������I2[��2�=lg:��*�eI��4�=l�|�/N���8 �Xq�}��p�Վ��ݯ�p(��x��7��4��*O^\W'3YX��"��ĕu3��V�Hт�<x]4ź���7��VZ�a{�l�*�S��m� &��U�aW�=�\�0�zi���n̆E��fv���]�fϣ�F����ˇ?���jÝ��7����ah�ԏ�( L���mEa�Z�\u��dm~i���i�(V���*����6{��/�1G/|����vi����]J<���T\�h���ErH쀧N�.^� -r/�����U�y�ga`|�%kJ�L^R��"�!\BRt��_��2��ǩՅ/"?�d6���:;W}1��ar_��0�#ANX���5�~���0�J˩v���n3��q��qi���bg����w��Ms����|>ϗi�h��tG��C� U�ᕾ�@|��o⣋����M�\n�����)X�O��{^�K���jIp����z��S�摜ϻ�B����cZM�mU�'�N��ī��9��b�7�6�&[so���#�m5 -�0���t*K��%Lv�M���(V�c%��Q������'W6{�-���ne)'ܫ1DdgxLЏ�r�l�fdw�g�?�-�����5L��lκc&Ct��\� -D�s�>�c -m����� NL]P�����jw<ԃW��_��0�P��r_T;���e������u��Ž����J���F7q���a3��n�3<��.%gt���@��c6� e�Ŧa�J[�N�[wj�A�Wu]�J�Y.�S�jkwmm�!��Bl -^I��0��)C:�z��e��cI��MG������TEQ����}@����A8�����F]`� і{��U�IL���_�f_4L��a���H4��Y�VTO����$Px���4&=?��&�j�0`ΞE߰T�B��:���Z����yg��y�mXs����\ʚ!�N����CX]�h��Y���@k�p�K���T����4;��v�} ��?��!J��G�+�ޣs����O�Uf0��^��̌��̌VF��33�03��QfƁ�̌��̌�F�E$3�ef�!9�ط������^�쨐[ui��x �'����p��bB���4mc:dnRz���[���5t�j��5���!��:F =E ����B �;��ZPC�<���-�����V��1 A��e���]09"Z��v�4O`k&>�j`���wϮ��E8ԭ�C�����o��V���gs(���T�WȰ�Ϳ%��X��wu+�I��\��\��� � �ȑi�D�-�Ζ"��q�TC�ͅ�#=���3:;�^R(�&pϚ�'��qx�U��� �sx2���j����Y���n�ׁ��O��!T���Ddbm4)f0xF�������sm�!���*���+�(�?)$��;��H�k5�x$l��M��>�q��x4�>pP��إD�?@.؛Nɚ�|zK:=��e�DA�A�y� +V��5E/1�� d�m���eZ߂ȅ����hX�`���p�}��F1�2D:��8�Ç �N���]t�z�{/Qy�DE%Yd 5<?�����B&�����"$����<���d?�ښ��'���%�[�/L�K���T!��sy�<$�C�v%x����G0=*<q�x#�{��q�U&�����)U�����a~ՙ� ���U �ۆ�UC�1h�M�y��,G�b�u��.� 1�M?�fԥ���+&�٫���]WL�C�D������lT1��{3���LH�4����4��Rz�`P\Ao�� -�,&��5B�$(�C�'��)C��N����o>�'��L%�N�����_Ju�m��^�,*�xBQB�{��`\Ӳ��$\�#�aJW.�\;�7 �n=�B�6��rN'��4˻z��82��ֹ �\YH���a�t�2���z[�?��/���2.���MZ��:Wy����|���4�gw�kA/��}�Z��T+endstream -endobj -2112 0 obj << -/Type /Page -/Contents 2113 0 R -/Resources 2111 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2110 0 R -/Annots [ 2131 0 R ] ->> endobj -2131 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 -1332 0 obj << -/D [2112 0 R /XYZ 71.731 718.306 null] ->> endobj -54 0 obj << -/D [2112 0 R /XYZ 227.213 707.841 null] ->> endobj -2114 0 obj << -/D [2112 0 R /XYZ 71.731 697.476 null] ->> endobj -1333 0 obj << -/D [2112 0 R /XYZ 71.731 672.608 null] ->> endobj -58 0 obj << -/D [2112 0 R /XYZ 156.121 640.294 null] ->> endobj -2115 0 obj << -/D [2112 0 R /XYZ 71.731 631.842 null] ->> endobj -2116 0 obj << -/D [2112 0 R /XYZ 163.177 621.365 null] ->> endobj -2117 0 obj << -/D [2112 0 R /XYZ 71.731 614.976 null] ->> endobj -2118 0 obj << -/D [2112 0 R /XYZ 367.427 603.432 null] ->> endobj -2119 0 obj << -/D [2112 0 R /XYZ 71.731 588.324 null] ->> endobj -2120 0 obj << -/D [2112 0 R /XYZ 71.731 573.38 null] ->> endobj -2121 0 obj << -/D [2112 0 R /XYZ 363.982 563.881 null] ->> endobj -2122 0 obj << -/D [2112 0 R /XYZ 331.234 540.568 null] ->> endobj -2123 0 obj << -/D [2112 0 R /XYZ 71.731 512.673 null] ->> endobj -1334 0 obj << -/D [2112 0 R /XYZ 71.731 468.738 null] ->> endobj -62 0 obj << -/D [2112 0 R /XYZ 183.546 433.37 null] ->> endobj -2124 0 obj << -/D [2112 0 R /XYZ 71.731 424.733 null] ->> endobj -2125 0 obj << -/D [2112 0 R /XYZ 163.177 414.441 null] ->> endobj -2126 0 obj << -/D [2112 0 R /XYZ 71.731 408.052 null] ->> endobj -2127 0 obj << -/D [2112 0 R /XYZ 364.877 396.508 null] ->> endobj -2128 0 obj << -/D [2112 0 R /XYZ 71.731 376.419 null] ->> endobj -1335 0 obj << -/D [2112 0 R /XYZ 71.731 324.678 null] ->> endobj -66 0 obj << -/D [2112 0 R /XYZ 190.186 285.405 null] ->> endobj -2129 0 obj << -/D [2112 0 R /XYZ 71.731 278.053 null] ->> endobj -2130 0 obj << -/D [2112 0 R /XYZ 71.731 258.142 null] ->> endobj -2132 0 obj << -/D [2112 0 R /XYZ 435.94 208.493 null] ->> endobj -2133 0 obj << -/D [2112 0 R /XYZ 71.731 188.404 null] ->> endobj -2134 0 obj << -/D [2112 0 R /XYZ 384.386 177.609 null] ->> endobj -1336 0 obj << -/D [2112 0 R /XYZ 71.731 170.471 null] ->> endobj -70 0 obj << -/D [2112 0 R /XYZ 166.615 133.256 null] ->> endobj -2135 0 obj << -/D [2112 0 R /XYZ 71.731 122.891 null] ->> endobj -2136 0 obj << -/D [2112 0 R /XYZ 182.613 100.18 null] ->> endobj -2137 0 obj << -/D [2112 0 R /XYZ 234.796 100.18 null] ->> endobj -2111 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2141 0 obj << -/Length 3002 -/Filter /FlateDecode ->> -stream -xڝZm�۶�~�B�~05#�$�ٙN�k�q�g_Ɨ��$ '�G�_|����b$%���� ,��}ó��?�" D�CfB��b{��{x��U�kfYOx��]��6���pqw�PA*�d��R��\��~����L�\���������tQ���������_��ݰh&"K�g�r<3�d2*���S*e���vU��v����|J//Q 0,Z�5q��ljPA◯��yUT[]�t�(�2�c�H��%ڧ�*�-���wQ��!£��5��ey�y��"�%�n �n��);&|�]��5�����!�u ��"�����m��ߗ���]^��<pA�(Q�8 �L1$�]�����A��������Wȫ W�$["��Ec�W��~�`�]>'��e����SfC�Dq2fH��beC���!}��WE���G�(̐7C>��T�e�"S�|g��$���/C��}�aHoz��D|�o���z{v�:o����R�ޝ�����hf��^�.�ֽ�Y��$����2Q"��v��7��`;'s������|�$�����m��� ���'J(�.��)�@�Q|I�Z&��xȷ�T|���!�o /`��{n^)�����m�{k�~fb�$ -OL�?/%$9�������[X �%x�B���d�W&� -}�1���}�N��yb��a�G"M( �-ڝ*��!AR0���a*�%�Ԃ��~�^��|S0����2��}v��Ist�Mx����Kn�N�6��_<U}s�xx ��ud� -b���68�l��'�יc]5�j`�v��Q_vyACЀM_Ҡ�N�-�ǾKLH��Ck������H��0���I�"�n��j��¼},���B� XdG�>��D��A��~�%�D$(�o�LS����� -3�}�$I��n(W~���V%릂lq����+���h13�4��[����2�Q��1�B�kAr �a��ߴ�Zw�Q�=+�t��O x<�< M0G}�j�r�v��F������M�q0�S���DAp -��6+��à1����K|k#��#EN�α��x*�#HJ��hqA���kݶne�κB���)� -��o.�ܴ��6 ,���fm�����������1�z�3�31�>8�-���3h\b�������g�(ר� -�x`K@�w�v��k�M���D@�$��i�:�LJv5J���ԇR�ƮR� ���:A�����i5��C�;zӘ��2�4����,0�֔��ͳi�ɸ�k�-SX���|:��l��ܸ8M�q3`�y��~=���;�������/��A�xu -0�ڣ�[����� �>]K�1P��"��cn�{�ɩ�� @�4=��e�:s�N�����P/���6�g�κj� f�d3Y�������[ж�@ -�l�9l̠���S E FGh����Y �Ym?���$�j>M�ֱ���O,�*�ohx��j�_� -[�ՠ�ӆ?����4K��N��Y�}��]�fW��m�0;�PR��OM���4eD�Y�R�����kW�WD��� -���X�s���T�2�jEPB��`�^8��2N��[�p@c{��pY�� �r�{QGJ;��B��G��E@Ê{#��0�S��IN*�j��4�H���m+E� @̧w@���$��\���Ih_�.3���K��X濯�������'Lȼ����s^�T�@%�0��ҏ/�2dz�0�Jٹ��: - -@���qVK#8ld~����Y���(�����\T�D�$3xiz�.&mA�j���1�$6L��&]���ԂZ{���64n+'���L*l�j�B(o�x��~a4n/��fw�B҅H��.���|��-ބ�KgD�bے��2��N�z�-� ʞ]��<�����[:)�k��S��[�k�\[�o�oq�ٱ��K,�s����P���� -}�������:��*���H�~Jà�Q GcŨ�����!���0�B���;A�����֬����U���W54��-�ʸr�\.b#�Y���<(Q(�4���~jϑ�K�j8���Ɓ���>�B���?�?T�A�/��� t"�zr-�Df�퐿�Owy�z~�(%[u���`k@�o�� -�ĵ��m)��G�Kԁ."M��t�"�ʊ?�&�~�^�Y��(hxS����G��!���g��C�!p�z��t����^��Ew�.�`F���wĽ���]�=�#]B���iR�y���J�9���)-͠�t�7^8�d4��#�ly��<��v=�gw jJ(�b�ԍa��������w��]c�4�tRb�4DFf -��tÉ]���ܺ&g��$JteK'ͦ�E%uQod���+�&^-��~��E�il�Ħ�`��gm��<V�}j;LĩO(q����.]�p���W*����ID���D�yio�Q���G?��`����U�~Q����0�r�¤7��ܓ4����b]�!��<&�"`pŊ�vbcH6ҍR��Xe'~���+��ѭn�م|{n�݆��}�T������ᦝ�F��p��^���@/��t�<� S�C�J��l���z�Ɏ_��x�m�\�?T������I�~��b�`� �o-⠭��_�z���mk��D2eՊE�L�^w,�*��8�p��� W8�L�n�m��7ՑFP��:�:5����)n���,��J4˸C�m8ǣN��@���n~A<G�)oR72�����3��N��w%��0���7q��֫1���=��!��/5�0 ݏqP��-+��{�d��H��r'�&C V���3�����rJ��6��֖f?�����13qBg����+"�#�����;W���/ƩeV����]� DM�}�zg>�b��2��)n�/5@l$Ϟ4F���B)�L:)�P���0_鿻,d�endstream -endobj -2140 0 obj << -/Type /Page -/Contents 2141 0 R -/Resources 2139 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2110 0 R -/Annots [ 2152 0 R 2161 0 R 2162 0 R ] ->> endobj -2152 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [146.43 500.387 191.262 509.298] -/Subtype /Link -/A << /S /GoTo /D (configuration) >> ->> endobj -2161 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [446.147 350.25 505.908 359.161] -/Subtype /Link -/A << /S /GoTo /D (win32-perl-modules) >> ->> endobj -2162 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 324.347 120.159 333.258] -/Subtype /Link -/A << /S /GoTo /D (install-perlmodules-manual) >> ->> endobj -2142 0 obj << -/D [2140 0 R /XYZ 71.731 741.22 null] ->> endobj -2143 0 obj << -/D [2140 0 R /XYZ 139.147 708.344 null] ->> endobj -2144 0 obj << -/D [2140 0 R /XYZ 71.731 693.235 null] ->> endobj -2145 0 obj << -/D [2140 0 R /XYZ 118.555 657.684 null] ->> endobj -2146 0 obj << -/D [2140 0 R /XYZ 393.169 646.207 null] ->> endobj -2147 0 obj << -/D [2140 0 R /XYZ 273.304 634.551 null] ->> endobj -2148 0 obj << -/D [2140 0 R /XYZ 71.731 612.63 null] ->> endobj -2149 0 obj << -/D [2140 0 R /XYZ 202.34 592.924 null] ->> endobj -1337 0 obj << -/D [2140 0 R /XYZ 71.731 585.786 null] ->> endobj -74 0 obj << -/D [2140 0 R /XYZ 200.472 548.571 null] ->> endobj -2150 0 obj << -/D [2140 0 R /XYZ 71.731 541.218 null] ->> endobj -2151 0 obj << -/D [2140 0 R /XYZ 303.371 528.446 null] ->> endobj -2153 0 obj << -/D [2140 0 R /XYZ 71.731 495.405 null] ->> endobj -2154 0 obj << -/D [2140 0 R /XYZ 179.188 484.611 null] ->> endobj -2155 0 obj << -/D [2140 0 R /XYZ 71.731 459.54 null] ->> endobj -2156 0 obj << -/D [2140 0 R /XYZ 71.731 459.54 null] ->> endobj -2157 0 obj << -/D [2140 0 R /XYZ 71.731 438.67 null] ->> endobj -2158 0 obj << -/D [2140 0 R /XYZ 71.731 438.67 null] ->> endobj -2159 0 obj << -/D [2140 0 R /XYZ 71.731 396.142 null] ->> endobj -2160 0 obj << -/D [2140 0 R /XYZ 71.731 363.201 null] ->> endobj -2163 0 obj << -/D [2140 0 R /XYZ 71.731 314.384 null] ->> endobj -2164 0 obj << -/D [2140 0 R /XYZ 71.731 314.384 null] ->> endobj -2165 0 obj << -/D [2140 0 R /XYZ 71.731 293.514 null] ->> endobj -2166 0 obj << -/D [2140 0 R /XYZ 125.419 269.019 null] ->> endobj -2167 0 obj << -/D [2140 0 R /XYZ 71.731 266.862 null] ->> endobj -2168 0 obj << -/D [2140 0 R /XYZ 71.731 251.918 null] ->> endobj -2169 0 obj << -/D [2140 0 R /XYZ 204.375 230.763 null] ->> endobj -2170 0 obj << -/D [2140 0 R /XYZ 465.976 207.45 null] ->> endobj -2171 0 obj << -/D [2140 0 R /XYZ 76.712 179.156 null] ->> endobj -2172 0 obj << -/D [2140 0 R /XYZ 71.731 159.231 null] ->> endobj -2173 0 obj << -/D [2140 0 R /XYZ 140.002 112.606 null] ->> endobj -2139 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F23 1217 0 R /F44 2069 0 R /F48 2081 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2176 0 obj << -/Length 1983 -/Filter /FlateDecode ->> -stream -xڭ�os�F���S�4S_8���wv�8�X�k+��4�FXb�@�������]�$������������̀|�r�Zp0}f:b���r�kŅ�\�4W�7o�[��g�c�6O3�{�wg�e2O���������XF�����d�J�2H�8ݩ�W��q��?7��y�y5��|�"�Ukz 3ݦa��'�mU���4w�q���:���D��1��R�eO�xȶ�$��&ݪ�rŹ�i|8ԇ�.�Q^�YZ0��Cv�B탅ih���8Fa$�� -YP�ق�S��;O�>D�O���>��^b8�d�N�S�$����#��U�,�>����Ve�.�u�������k�R�a؈Q��F���Y�κF���0�_��_P��A��z���o��L�ן,ƹ:����T�Al��_G� ex��.M�Ѡ��D6�DY���aޝ���:(����Y~J��!���� |��=bZ�C-�m�0^�(�N؊�ժ�:g6�uW͋d� �u��^m��}���6t�+������7��m0�d�k ��m�0ɷm%p�F|����ï�X:��|���h4h:�D�I���{�����}M���l4 -�]V��Q��d9��:4�F�B��P����Dxw�J��q���� '�y6u�r�¦ 4����V�(���tD:�e6טGP��DnaY� �^kH_5��3c�FpA!���MN#o4(r-�����5�����A�����m{��S�0ۃb��H- ����f���Q�w'l�z�~�g���a�ն�*'�#He)�Ry-M�%�#T�i�|c�j���g�F��T -�D�Mlj7�<�l��u+��z��7��>3R���Zb���Q�VNz! �A^�eI�\��I��- �-!K��q��w'lw�79��t����wu��4�E�5x��M�qX����e��+�O/@- �OKȊy�k:F� ����@^.�WA�_`�v ��y�!m��3�g�*-�;�-�܄C��- ��ZB��^��B��^M-0�����f6��T�k i*��Ιkw���8�9&]ӷ4hZ��������hC'|�5�HH����ͅr�"�_kHoY���m��c���饸�A��%�fb�kzv�6t��6�������s��_8.�M���r�lt��!5�A�1o����X�`��H�Ѡ9�r�3�5�»Vz���N�:ȋ�F��&�m8$5(M'S�y�ciiPjZB�X�Ʃޝ���v������π�r���{�x����Tf�������q�����U��{�)V옾�<����4�ZB�{�&��� /۠`��`��7I��s��ZCZs�d�pμ�=��Rṿ�|Q�6�[u�5�Գ�������l�O��\sf�ڀ�֭-I?mgA�]����o5�.»V��P��F5����S�~���{�������~_�AY���U��(3���x��3,���H0�ZQ�E��V�p �NXi�1����zaÌq7���$oZ�_���,��$V0^��-t��3g�������'����>�Ƨb -�{9_�>?Ԥ&`2M���H0TZQ�B��Vӱm脗�x����gq9�����{�!���1O�g�t� !��9zT'��~�C�m�Vt��y"���63-��Y#�r�U�Э��x��N��I�F��C���õ|�G�E+N�,�g�SX��ɳ�Q}ua�뎊� �9_�$�ZQ!E��V�H)�N��C���@�q��ُf�xp �$�F�1Պ�)���gJxw���`_�%\^�),f%�8N#�J�S� � -�����֚^#��iEE݆ X��#�;a[��c�2��|�e(�d0W�� J+*P��k�j�� +��H��=d�� ��$�@i��/����7 -�TdЭT�gn|�����̷�$��_6����7�ݶF�{�M@��BK����j}��n���endstream -endobj -2175 0 obj << -/Type /Page -/Contents 2176 0 R -/Resources 2174 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2110 0 R -/Annots [ 2187 0 R 2194 0 R 2202 0 R 2207 0 R 2210 0 R 2213 0 R 2216 0 R 2223 0 R 2232 0 R ] ->> endobj -2187 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [89.664 570.695 140.592 579.606] -/Subtype /Link -/A << /S /GoTo /D (install-modules-dbd-mysql) >> ->> endobj -2194 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [89.664 516.897 126.595 525.808] -/Subtype /Link -/A << /S /GoTo /D (install-modules-template) >> ->> endobj -2202 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [89.664 435.203 104.05 444.114] -/Subtype /Link -/A << /S /GoTo /D (install-modules-gd) >> ->> endobj -2207 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [89.664 399.338 136.707 408.249] -/Subtype /Link -/A << /S /GoTo /D (install-modules-chart-base) >> ->> endobj -2210 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [89.664 381.405 134.485 390.316] -/Subtype /Link -/A << /S /GoTo /D (install-modules-gd-graph) >> ->> endobj -2213 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [89.664 363.472 127.003 372.383] -/Subtype /Link -/A << /S /GoTo /D (install-modules-gd-text) >> ->> endobj -2216 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [89.664 345.539 137.574 354.451] -/Subtype /Link -/A << /S /GoTo /D (install-modules-xml-twig) >> ->> endobj -2223 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [89.664 291.741 139.865 300.652] -/Subtype /Link -/A << /S /GoTo /D (install-modules-patchreader) >> ->> endobj -2232 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [89.664 220.01 136.368 228.921] -/Subtype /Link -/A << /S /GoTo /D (install-modules-soap-lite) >> ->> endobj -2177 0 obj << -/D [2175 0 R /XYZ 71.731 667.397 null] ->> endobj -2178 0 obj << -/D [2175 0 R /XYZ 170.798 654.545 null] ->> endobj -2179 0 obj << -/D [2175 0 R /XYZ 71.731 647.407 null] ->> endobj -2180 0 obj << -/D [2175 0 R /XYZ 89.664 626.65 null] ->> endobj -2181 0 obj << -/D [2175 0 R /XYZ 71.731 624.493 null] ->> endobj -2182 0 obj << -/D [2175 0 R /XYZ 89.664 608.717 null] ->> endobj -2183 0 obj << -/D [2175 0 R /XYZ 71.731 606.934 null] ->> endobj -2184 0 obj << -/D [2175 0 R /XYZ 89.664 590.785 null] ->> endobj -2185 0 obj << -/D [2175 0 R /XYZ 71.731 589.001 null] ->> endobj -2186 0 obj << -/D [2175 0 R /XYZ 89.664 572.852 null] ->> endobj -2188 0 obj << -/D [2175 0 R /XYZ 71.731 570.695 null] ->> endobj -2189 0 obj << -/D [2175 0 R /XYZ 89.664 554.919 null] ->> endobj -2190 0 obj << -/D [2175 0 R /XYZ 71.731 552.762 null] ->> endobj -2191 0 obj << -/D [2175 0 R /XYZ 89.664 536.986 null] ->> endobj -2192 0 obj << -/D [2175 0 R /XYZ 71.731 534.829 null] ->> endobj -2193 0 obj << -/D [2175 0 R /XYZ 89.664 519.054 null] ->> endobj -2195 0 obj << -/D [2175 0 R /XYZ 71.731 516.897 null] ->> endobj -2196 0 obj << -/D [2175 0 R /XYZ 89.664 501.121 null] ->> endobj -2197 0 obj << -/D [2175 0 R /XYZ 71.731 499.338 null] ->> endobj -2198 0 obj << -/D [2175 0 R /XYZ 89.664 483.188 null] ->> endobj -2199 0 obj << -/D [2175 0 R /XYZ 169.145 465.255 null] ->> endobj -2200 0 obj << -/D [2175 0 R /XYZ 71.731 458.117 null] ->> endobj -2201 0 obj << -/D [2175 0 R /XYZ 89.664 437.36 null] ->> endobj -2203 0 obj << -/D [2175 0 R /XYZ 71.731 435.203 null] ->> endobj -2204 0 obj << -/D [2175 0 R /XYZ 89.664 419.427 null] ->> endobj -2205 0 obj << -/D [2175 0 R /XYZ 71.731 417.27 null] ->> endobj -2206 0 obj << -/D [2175 0 R /XYZ 89.664 401.494 null] ->> endobj -2208 0 obj << -/D [2175 0 R /XYZ 71.731 399.338 null] ->> endobj -2209 0 obj << -/D [2175 0 R /XYZ 89.664 383.562 null] ->> endobj -2211 0 obj << -/D [2175 0 R /XYZ 71.731 381.405 null] ->> endobj -2212 0 obj << -/D [2175 0 R /XYZ 89.664 365.629 null] ->> endobj -2214 0 obj << -/D [2175 0 R /XYZ 71.731 363.472 null] ->> endobj -2215 0 obj << -/D [2175 0 R /XYZ 89.664 347.696 null] ->> endobj -2217 0 obj << -/D [2175 0 R /XYZ 71.731 345.539 null] ->> endobj -2218 0 obj << -/D [2175 0 R /XYZ 89.664 329.763 null] ->> endobj -2219 0 obj << -/D [2175 0 R /XYZ 71.731 327.607 null] ->> endobj -2220 0 obj << -/D [2175 0 R /XYZ 89.664 311.831 null] ->> endobj -2221 0 obj << -/D [2175 0 R /XYZ 71.731 309.674 null] ->> endobj -2222 0 obj << -/D [2175 0 R /XYZ 89.664 293.898 null] ->> endobj -2224 0 obj << -/D [2175 0 R /XYZ 71.731 291.741 null] ->> endobj -2225 0 obj << -/D [2175 0 R /XYZ 89.664 275.965 null] ->> endobj -2226 0 obj << -/D [2175 0 R /XYZ 71.731 273.808 null] ->> endobj -2227 0 obj << -/D [2175 0 R /XYZ 89.664 258.032 null] ->> endobj -2228 0 obj << -/D [2175 0 R /XYZ 71.731 255.876 null] ->> endobj -2229 0 obj << -/D [2175 0 R /XYZ 89.664 240.1 null] ->> endobj -2230 0 obj << -/D [2175 0 R /XYZ 71.731 237.943 null] ->> endobj -2231 0 obj << -/D [2175 0 R /XYZ 89.664 222.167 null] ->> endobj -2233 0 obj << -/D [2175 0 R /XYZ 71.731 220.01 null] ->> endobj -2234 0 obj << -/D [2175 0 R /XYZ 89.664 204.234 null] ->> endobj -2235 0 obj << -/D [2175 0 R /XYZ 71.731 202.077 null] ->> endobj -2236 0 obj << -/D [2175 0 R /XYZ 89.664 186.301 null] ->> endobj -2237 0 obj << -/D [2175 0 R /XYZ 71.731 184.145 null] ->> endobj -2238 0 obj << -/D [2175 0 R /XYZ 89.664 168.369 null] ->> endobj -2239 0 obj << -/D [2175 0 R /XYZ 71.731 166.212 null] ->> endobj -2240 0 obj << -/D [2175 0 R /XYZ 89.664 150.436 null] ->> endobj -2241 0 obj << -/D [2175 0 R /XYZ 71.731 148.279 null] ->> endobj -2242 0 obj << -/D [2175 0 R /XYZ 89.664 132.503 null] ->> endobj -2243 0 obj << -/D [2175 0 R /XYZ 71.731 130.346 null] ->> endobj -2244 0 obj << -/D [2175 0 R /XYZ 89.664 114.57 null] ->> endobj -1338 0 obj << -/D [2175 0 R /XYZ 76.712 96.638 null] ->> endobj -2174 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2247 0 obj << -/Length 1849 -/Filter /FlateDecode ->> -stream -xڭko�6�{~��El����>5Kth�Glú�D�Bd���ޯ�=(�IܤŊ ��x<��N&��I�i�\�2�'��LL6prsX��%�;4�˳^��d�/�p�\O� ��$ ���r�,��~ڪ}���\�>�ojө�*� �/�ͿeU��?˟Ϯ��q���,|V���`2����c�lPPd~E$��?�!ͼ�˫���4��|�P��U�9*'tw���y^ɚ��lj���&���Fz�S �*�(s�$��g@��ZOe����k�܌%Y5}�`7<ZhS����y�ۗ�3� �N�� �6��Tu1��2��p��[�F�~5G�IS vc��j`�P$��i{ r��kL��f�+��P�x� r�T$=` -���S}�1�=��V��*��^uzf�S)�~����R�q�����"Y���h4��5�;��6��V2�Hy\w#f��;��F�cȽ�m�W��u��a��x�j0��tM����y�Vq�\�B�,Gwܢ�n��}��B�ms���L��[�b�䜶0��X�xX�U�u_v[�X+������F��vB#��[��H����W����|��i�����^p0LO�ȷ���<���O_�az[ -jI -jĜ� �&W��3r��� ����ˮCA��T�`�R �}Fd�3fg -G���'��^Ci�b�X�]aj|��|��k�,(Y^꺳|s.P$`Ôm_�0�e���W�e���Buj�����,�-�1 ���Жc�x�EԷ��-� T$�(Z8u[ں��&��=�Ѐ�@ܦ�+;F|��K1��K��*(2N��M�x����s��9�2�8����^�B��������Qm��N�$r���r�<���6n^���ժ��C��=�[X^�=�@��������=��ˡ"j��P����P@��������=F����m��2d���#��[F�v�lE�$���I�άL5���]�p�(�oKj�CV rr��O����iw�����ah����l�/���r�%��)����1�C-���E�K��Ն��\S��nӪ=���������Q1$IP����d.?!��7��`:�F:�%�����u -���`a| -�M��Ѩ�����pb�A=�k��-�U���1-�K��l�hR�����t�c`�'�-��dC�D5���4,�xx�`:�� ��/p`%��1XE�h�����$��~U����a.ed �C�cfRf���l��^�baip0Kb;���f���7$(��P@�* �S�$C��ȝ�Bw�:��߯_]���ϿY�jg�9���n��/���4���}z<f(�i�I`�r>��J��G9��ҹ���3b�Zܮ4��+`�xS�L=��ӎF����xpI`�ܟ� -���b!�����L� -�5��@E��p!�p�UKDS=82�r*�/��+�F� ¾�8�d�h"|!�?K�D!7���$�%���t_aI<H�����a��<�=�P@�g���d�B�����j��3�ퟟ<hƇhi��?�`������rN�1��&�@�=�w�A������t�Od�|f#/p��ť���7�"�M�td�)�hhJ�Xf -{�f���a�)�۔�:5%�����)m�Ǿ�ڪ�h��G -�R�H(#o����fv�cǙR�t$�i�Z5�f����{�8�p�:<��q:1��>�;�z��� ���x*..n�`Gw�c����ő͗�0ӃA�;MϏO��)��4�v�_a�Gn/OW8X}�ݟ��O�E� }���#ɓ���0����ٗ~+{��s$�endstream -endobj -2246 0 obj << -/Type /Page -/Contents 2247 0 R -/Resources 2245 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2110 0 R ->> endobj -78 0 obj << -/D [2246 0 R /XYZ 182.984 708.344 null] ->> endobj -2248 0 obj << -/D [2246 0 R /XYZ 71.731 699.891 null] ->> endobj -2249 0 obj << -/D [2246 0 R /XYZ 71.731 632.528 null] ->> endobj -1339 0 obj << -/D [2246 0 R /XYZ 71.731 599.587 null] ->> endobj -82 0 obj << -/D [2246 0 R /XYZ 242.807 566.276 null] ->> endobj -2250 0 obj << -/D [2246 0 R /XYZ 71.731 557.824 null] ->> endobj -1340 0 obj << -/D [2246 0 R /XYZ 71.731 514.306 null] ->> endobj -86 0 obj << -/D [2246 0 R /XYZ 167.419 480.996 null] ->> endobj -2251 0 obj << -/D [2246 0 R /XYZ 71.731 472.544 null] ->> endobj -2252 0 obj << -/D [2246 0 R /XYZ 71.731 459.91 null] ->> endobj -2253 0 obj << -/D [2246 0 R /XYZ 71.731 444.966 null] ->> endobj -2254 0 obj << -/D [2246 0 R /XYZ 91.656 423.811 null] ->> endobj -2255 0 obj << -/D [2246 0 R /XYZ 142.208 423.811 null] ->> endobj -2256 0 obj << -/D [2246 0 R /XYZ 76.712 395.517 null] ->> endobj -2257 0 obj << -/D [2246 0 R /XYZ 71.731 375.592 null] ->> endobj -2258 0 obj << -/D [2246 0 R /XYZ 373.496 363.935 null] ->> endobj -2259 0 obj << -/D [2246 0 R /XYZ 193.02 352.279 null] ->> endobj -1341 0 obj << -/D [2246 0 R /XYZ 71.731 324.384 null] ->> endobj -90 0 obj << -/D [2246 0 R /XYZ 210.827 288.917 null] ->> endobj -2260 0 obj << -/D [2246 0 R /XYZ 71.731 280.464 null] ->> endobj -1342 0 obj << -/D [2246 0 R /XYZ 71.731 249.898 null] ->> endobj -94 0 obj << -/D [2246 0 R /XYZ 207.683 216.588 null] ->> endobj -2261 0 obj << -/D [2246 0 R /XYZ 71.731 208.136 null] ->> endobj -1343 0 obj << -/D [2246 0 R /XYZ 71.731 190.521 null] ->> endobj -98 0 obj << -/D [2246 0 R /XYZ 196.159 157.21 null] ->> endobj -2262 0 obj << -/D [2246 0 R /XYZ 71.731 148.758 null] ->> endobj -1344 0 obj << -/D [2246 0 R /XYZ 71.731 131.143 null] ->> endobj -2245 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F44 2069 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2265 0 obj << -/Length 2387 -/Filter /FlateDecode ->> -stream -xڝi�ܶ��� _�v݇��1�ƅ�������J���"J{���]�hvǮ[,�|���w�p�_��C?�a�J?��Mվ6G������ɖ�j����Ǜ�/�x�?l����|�Ǒ_��f_��{sRä��.J/�y|��I5��<�a>�a�Fm���ˋ����4�����J���(ބ�_�)R� -?N�,�C?�s$)/�|x���~�9��oA�n�#�!X�3��f�G%�۟4�+��p�`��빑����w�#C��}ކ�u-[<>�3��0�T7�l�e[;��\��-<�ٲ���G,����2d!Nb`�8A�C��C��,�������0��yr<��6�$��' �% ��"��x�q���^n�Գ��]b�a���?��8�����y����V=2�+w��x�#��kk������0��`�z�xAOj5�[e�/"\�!XL�IR�,����N�����{3����~ ���J\ӝ�m�� HkdhqA�F���=.�$0�x+�TUik�m�擌<���Vcm�@�����'��Ц�;Siwƈ�;��*2T��l>( -���`��_?�!��D��Ɍ�n�Tj��Cc*���3�������1}��JQ��mȧ -i>��UM� Z`[��a#��8�;���%p�LN�����S�U���#{�+���<�l��;y�7�Fo�Ի -���������L��=�t�gU_���坴0a��$6GrU4R�����58�Z�Gq�Q+��Vd����J� D�L��$��f���4Q�Ug�"�b_�_��)���ߖ�_Tu�a�g%>dD��փ�j��R�9K&ɕ�(�� -�S��1ΰ���E<�]��l���'�Lv�y��f���*�\ġ���]��I�۳d�d�Q -,g~F��O��� 联�De������ � W&��,v�h�>{'������" ^0V�Coh��`��U�͙�Y��͂n ����[��ʑ{Vq�ۉ̓�!������,e+l!��#�� "���")L��H�%����. -��zj}^��r'����� 1�ܸ�$6D,w�_�2�Մ�Y��ѐ𰶓��gi -I�r�6����]�����F��)�����a�hXaN�QR��JU'�i�G��sS��JL'51��/�J��i�e�j &O�t-�n�}��v���ڋ����H����(�Wx� x��AX!��؊ -�0�l��p���xZ̹�G��,Q �-*�[��?Y-{8�`<�����֍qVz�=��s��S_æ��j���.BrX_��qZ�Eo��ô�Zû=��&���Q�)"d����b�����I�P����ݞ�^�^�?����!����������t��=-0\�W>�O�\(�&ȑF�W�a^���<�D#��TA��8"琘�2]5�C���V;P�A*�_^y�ӏ������o��$����2�F}%qS<~P��p~�نa�ZR� �0W��G -ό���HFs4����̃ b,7<c��'[��|%�(�ZYåU.R�!�G(e!�̈́����=k2������aG74 -S��W|���L'���Ʒp$��+��5����;���u� -�Ƞ��Ӫ���,!2Ʃ���+ڽ�ӽ�纤=������b$t X(���҃�څ��ՍVʎ�+���WP/����L��H�<������O�-\[̸�v��^�z���8/����'Yi��\XŎVD)ܞ9G�5����en[���&8�D��j�vЕ!���9�DN^�T�����j4� h��" -�-aw^)w�ϰ�VQF�XbZw�aW6��R����->�+���CJPfd����'g��p��%˓{�`�_X���eO�G�YAz��&���Q�"ƅ25-4 -z���*,=̦H���\_ 'P�z��+��6*��.�`0Т��Q.��th��h�ox�cl���;4�{��]���/>�K)���bW�-D���xc�@d�, -������1�� u_3K�gI����\�ɉ�O�1)�`v W����dx`#TsUi]�8��n�^H]?������V.@;����&��UҽI^<��|ɱJ�\�WF��o��; -�l�QVB�w�:,b�$�0cK�-�$3w�r�*`f��ď��J8@�c|���ҋ�5~_�;I�<t���&\�z��p\cM -?��G�'r"��U]��#P�}N4;���4����M���`��(n�����uO�x����&���l�Uu4W��&���"qq!�����Fzݹ3�l��@��Y�+hy8!a���[��.�Ʊ$���[�����yendstream -endobj -2264 0 obj << -/Type /Page -/Contents 2265 0 R -/Resources 2263 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2110 0 R -/Annots [ 2276 0 R ] ->> endobj -2276 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [359.873 377.271 404.731 385.753] -/Subtype /Link -/A << /S /GoTo /D (parameters) >> ->> endobj -2266 0 obj << -/D [2264 0 R /XYZ 71.731 741.22 null] ->> endobj -102 0 obj << -/D [2264 0 R /XYZ 206.297 708.344 null] ->> endobj -2267 0 obj << -/D [2264 0 R /XYZ 71.731 699.706 null] ->> endobj -2268 0 obj << -/D [2264 0 R /XYZ 415.651 689.415 null] ->> endobj -1345 0 obj << -/D [2264 0 R /XYZ 71.731 669.325 null] ->> endobj -106 0 obj << -/D [2264 0 R /XYZ 209.082 636.015 null] ->> endobj -2269 0 obj << -/D [2264 0 R /XYZ 71.731 627.563 null] ->> endobj -1346 0 obj << -/D [2264 0 R /XYZ 71.731 596.996 null] ->> endobj -110 0 obj << -/D [2264 0 R /XYZ 225.412 563.686 null] ->> endobj -2270 0 obj << -/D [2264 0 R /XYZ 71.731 555.234 null] ->> endobj -1347 0 obj << -/D [2264 0 R /XYZ 71.731 514.705 null] ->> endobj -114 0 obj << -/D [2264 0 R /XYZ 287.71 477.489 null] ->> endobj -2271 0 obj << -/D [2264 0 R /XYZ 71.731 467.124 null] ->> endobj -2272 0 obj << -/D [2264 0 R /XYZ 71.731 455.208 null] ->> endobj -2273 0 obj << -/D [2264 0 R /XYZ 71.731 440.264 null] ->> endobj -2274 0 obj << -/D [2264 0 R /XYZ 71.731 388.927 null] ->> endobj -2275 0 obj << -/D [2264 0 R /XYZ 211.436 379.158 null] ->> endobj -2277 0 obj << -/D [2264 0 R /XYZ 71.731 351.263 null] ->> endobj -2278 0 obj << -/D [2264 0 R /XYZ 71.731 294.376 null] ->> endobj -2279 0 obj << -/D [2264 0 R /XYZ 71.731 261.435 null] ->> endobj -2280 0 obj << -/D [2264 0 R /XYZ 71.731 206.705 null] ->> endobj -1348 0 obj << -/D [2264 0 R /XYZ 71.731 186.715 null] ->> endobj -118 0 obj << -/D [2264 0 R /XYZ 323.661 149.499 null] ->> endobj -2281 0 obj << -/D [2264 0 R /XYZ 71.731 139.134 null] ->> endobj -2282 0 obj << -/D [2264 0 R /XYZ 284.618 129.375 null] ->> endobj -2283 0 obj << -/D [2264 0 R /XYZ 378.557 129.375 null] ->> endobj -2284 0 obj << -/D [2264 0 R /XYZ 231.401 116.423 null] ->> endobj -2263 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2287 0 obj << -/Length 2690 -/Filter /FlateDecode ->> -stream -xڵY[��~?�����.����j�v�m�4E���" ���ȒW�8��7��|ݓd�bqV�p��n��O-2�g>a�i�(w�b����`x���}zx��(Z~�F���"V�_d�, -�< O�7�w[�M���$X�>?o�Q7M�nx�v���n���鋇?=�D�(�<z�/�s�X��s�r?�c��LӋ�lٛSݛ�8���.��vk�gYZ�i�U��M�0�9�8�� ���S����k���~X��.�<+u{��=��nM��u�nǓ�8���5���.��ﰞ/7��c��_n�)9���~!���J%K�u��(�(� y�m�o��ƽa��?ށ���tc���;�طD��3E�������h��p)˻�7<����y�e~�5���Ӛ��V��}�9�ٵ�UScU�?ˎ�ǺG&���v�}7����+�$�Q$J- �P%�5@J_� Y��廮�6�����^مR��d�"�s? cR��|,*����7�����XЋF��,����O"R?���གws���P�i��,W�ap֎ ?J�E�s┥��U,uߒ#�mΆ�n$�e��fv�W+(W���(��+gA���,Y�����/i�.u+����L�Jv`�V���/���1����G]������i�,� Pk�G��f78ʂ�*{=�'���fc�`M)[��i�,�����X�xd�^����vk9ak�a��������44Ǖ -��#c�U�$�2dM���g"�������Uo��2!Mۅ�g���⩽���;��=-�>�i�>���Fn�Y���>�/�յلq��E�HB8k� '�;C��|���]:P�oH瑟c��e�y -3*.H���n'©w�Ή�e�JkHb�~ ��7�7�@uqf՟� �(�c�O�Vg�A,����F�}����kU�<MW��9��H��CN��R�4��ڰ����qۑqx�O�m�S�PHN�P]�0�q���;�Ҍ8t�z�������m=Ȩ�I�=�#xL���e@���@ɩ�gy�� � �<@�T�R�ʭvh�Y�Ņ� ��H/Ta������-}ddI�.��x������WW����-��f�X�Fr?��t��n��}iC�zd�vk�z1(��7�Ȉ;��X�v�{���9����vV��o�Q�1l�(�7r�~�?��-��H� -�jҊ*�z��uB��-Y+%��Փ A�����Ǻ�cI�9�t�i��j]Kn�i�V��Y#�,���q�4�H�o������ٕς��P��;�;�"�4�U\H�YN��4�**�1a43�� �9�`d�z/Ibo ��Vp��9�ȆG�Lf�,�=��T�C�`���T�B�%�s�j:���v��[=��axtW�u�H�]/�d1��L6�;6�@4��!\�����M�����#'dF�á��o|�|U�?0���0��-�'�.��b>z@�j��R��,�z�Eg���v s�ۍ}M�?L�� ���^�� R��̦��4�S���ozs�n9��@�<G.��Z�}���0[���LYe�Օ$�ku�`��f?��"$n�*N@{�=i�ǁS�z���Cш�M��c:���W���0�B%6)�YH�^\�X����mz0����[Q�0Fྫྷ-�h�kM�, -�Qd�Yp�ƋYzc�U�00�2���^��+^�����k�Y���Ŵ��l�����4pV�bf��к�Jb�[�C7.�;v�bS$J�\��WZ(.-��;^�OE�d�D=��1lANs�ā�Z���%� #wS�,��I�o��Y|&JK��p�%J�3Not3�"�ٯ���g�gv{g�V]⨰M�su�7m�ύ�9jX����P���D2�ֿ"�C�D4��M�ۇɴ�����@���EJj��3�Z���P4�c| EL����O������/})���R��>B���(b��'ן�)�c�'R�sn�S��� �����&��0���'�ϔ+$G�wv�����Fϳ�^���d/uώ�d.E �!�"'�SWK��\�.G��hm���ur:�F p�(�ewo��-|B��Ig��,�m%�QC��E����jvT6��2Oj@�4`�B>��� ϫ�RX�ɗs�����l�zWA�kIE)�W�/pI?������ΐn -���e ��R��f #hZ�"�E��D�~m|f0�h{���I5��_j��!r�L*,z����1L�e����ܬr`n�#�(|�r���_R;� ����}���PՕ�δ+j�Uz>δ�^��v{���ȱ�%q���q�B��9���:���LCSo�����".�]롞k+�K���1(�H�~$6�]�s1�P��F���S]Ӻ�:��>/y�@�^ �WT���YD�ީ -.*��FF�g�#��w �g�˙�,=�,[[�δ�ٵ���^�F�kc�j���ˋ�no��m�����QJ]C(_%'6zD��z�\/` �0�Ҧ,���df�������ـ�ԱD-hiy��``���ˆ<5'G�n�^ -Ե�̕]4�yq�e3i}A���R��h�H���n[ N��(�e9N�Q��Ǚ�$`�AX\ȋ�78�uI��HZ��*����e�W�q���g/��xB��-1 s��!�T��o)�۷J*endstream -endobj -2286 0 obj << -/Type /Page -/Contents 2287 0 R -/Resources 2285 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2317 0 R -/Annots [ 2294 0 R 2312 0 R ] ->> endobj -2294 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [244.495 524.625 283.866 533.107] -/Subtype /Link -/A << /S /GoTo /D (security) >> ->> endobj -2312 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [363.818 254.149 423.632 262.632] -/Subtype /Link -/A << /S /GoTo /D (suexec) >> ->> endobj -2288 0 obj << -/D [2286 0 R /XYZ 71.731 729.265 null] ->> endobj -2289 0 obj << -/D [2286 0 R /XYZ 71.731 718.306 null] ->> endobj -2290 0 obj << -/D [2286 0 R /XYZ 144.509 708.344 null] ->> endobj -2291 0 obj << -/D [2286 0 R /XYZ 373.384 708.344 null] ->> endobj -1349 0 obj << -/D [2286 0 R /XYZ 71.731 649.345 null] ->> endobj -122 0 obj << -/D [2286 0 R /XYZ 218.078 604.31 null] ->> endobj -2292 0 obj << -/D [2286 0 R /XYZ 71.731 600.48 null] ->> endobj -2293 0 obj << -/D [2286 0 R /XYZ 118.555 558.289 null] ->> endobj -1350 0 obj << -/D [2286 0 R /XYZ 71.731 514.662 null] ->> endobj -126 0 obj << -/D [2286 0 R /XYZ 187.345 482.158 null] ->> endobj -2295 0 obj << -/D [2286 0 R /XYZ 71.731 471.793 null] ->> endobj -2296 0 obj << -/D [2286 0 R /XYZ 154.51 462.034 null] ->> endobj -2297 0 obj << -/D [2286 0 R /XYZ 338.14 462.034 null] ->> endobj -2298 0 obj << -/D [2286 0 R /XYZ 71.731 449.914 null] ->> endobj -2299 0 obj << -/D [2286 0 R /XYZ 71.731 449.914 null] ->> endobj -2300 0 obj << -/D [2286 0 R /XYZ 71.731 429.045 null] ->> endobj -2301 0 obj << -/D [2286 0 R /XYZ 113.898 417.501 null] ->> endobj -2302 0 obj << -/D [2286 0 R /XYZ 177.702 404.55 null] ->> endobj -2303 0 obj << -/D [2286 0 R /XYZ 71.731 397.411 null] ->> endobj -2304 0 obj << -/D [2286 0 R /XYZ 263.826 386.617 null] ->> endobj -2305 0 obj << -/D [2286 0 R /XYZ 71.731 366.527 null] ->> endobj -2306 0 obj << -/D [2286 0 R /XYZ 229.324 355.733 null] ->> endobj -2307 0 obj << -/D [2286 0 R /XYZ 444.938 329.83 null] ->> endobj -2308 0 obj << -/D [2286 0 R /XYZ 178.998 316.878 null] ->> endobj -2309 0 obj << -/D [2286 0 R /XYZ 71.731 314.721 null] ->> endobj -2310 0 obj << -/D [2286 0 R /XYZ 118.555 279.17 null] ->> endobj -2311 0 obj << -/D [2286 0 R /XYZ 391.646 267.693 null] ->> endobj -2313 0 obj << -/D [2286 0 R /XYZ 71.731 234.224 null] ->> endobj -2314 0 obj << -/D [2286 0 R /XYZ 169.98 227.47 null] ->> endobj -2315 0 obj << -/D [2286 0 R /XYZ 71.731 207.38 null] ->> endobj -2316 0 obj << -/D [2286 0 R /XYZ 450.823 183.634 null] ->> endobj -1351 0 obj << -/D [2286 0 R /XYZ 71.731 163.544 null] ->> endobj -2285 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F23 1217 0 R /F44 2069 0 R /F48 2081 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2320 0 obj << -/Length 2202 -/Filter /FlateDecode ->> -stream -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 -2319 0 obj << -/Type /Page -/Contents 2320 0 R -/Resources 2318 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2317 0 R -/Annots [ 2324 0 R 2325 0 R 2330 0 R ] ->> endobj -2324 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [474.449 685.559 534.665 694.471] -/Subtype /Link -/A << /S /GoTo /D (mysql) >> ->> endobj -2325 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 -2330 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 -2321 0 obj << -/D [2319 0 R /XYZ 71.731 729.265 null] ->> endobj -2322 0 obj << -/D [2319 0 R /XYZ 71.731 741.22 null] ->> endobj -130 0 obj << -/D [2319 0 R /XYZ 224.186 707.841 null] ->> endobj -2323 0 obj << -/D [2319 0 R /XYZ 71.731 700.488 null] ->> endobj -1352 0 obj << -/D [2319 0 R /XYZ 71.731 672.608 null] ->> endobj -134 0 obj << -/D [2319 0 R /XYZ 266.299 640.294 null] ->> endobj -2326 0 obj << -/D [2319 0 R /XYZ 71.731 631.657 null] ->> endobj -2327 0 obj << -/D [2319 0 R /XYZ 247.769 621.365 null] ->> endobj -1353 0 obj << -/D [2319 0 R /XYZ 71.731 588.324 null] ->> endobj -138 0 obj << -/D [2319 0 R /XYZ 156.121 555.014 null] ->> endobj -2328 0 obj << -/D [2319 0 R /XYZ 71.731 552.539 null] ->> endobj -2329 0 obj << -/D [2319 0 R /XYZ 118.555 515.992 null] ->> endobj -2331 0 obj << -/D [2319 0 R /XYZ 71.731 481.008 null] ->> endobj -142 0 obj << -/D [2319 0 R /XYZ 221.647 453.985 null] ->> endobj -2332 0 obj << -/D [2319 0 R /XYZ 71.731 446.787 null] ->> endobj -2333 0 obj << -/D [2319 0 R /XYZ 173.289 423.101 null] ->> endobj -2334 0 obj << -/D [2319 0 R /XYZ 71.731 410.981 null] ->> endobj -2335 0 obj << -/D [2319 0 R /XYZ 71.731 366.799 null] ->> endobj -2336 0 obj << -/D [2319 0 R /XYZ 282.227 342.304 null] ->> endobj -2337 0 obj << -/D [2319 0 R /XYZ 71.731 327.195 null] ->> endobj -2338 0 obj << -/D [2319 0 R /XYZ 71.731 312.251 null] ->> endobj -2339 0 obj << -/D [2319 0 R /XYZ 71.731 263.2 null] ->> endobj -146 0 obj << -/D [2319 0 R /XYZ 276.55 230.323 null] ->> endobj -2340 0 obj << -/D [2319 0 R /XYZ 71.731 225.228 null] ->> endobj -2341 0 obj << -/D [2319 0 R /XYZ 71.731 192.301 null] ->> endobj -2342 0 obj << -/D [2319 0 R /XYZ 277.08 168.555 null] ->> endobj -2343 0 obj << -/D [2319 0 R /XYZ 71.731 156.436 null] ->> endobj -2318 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F44 2069 0 R /F48 2081 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2346 0 obj << -/Length 2379 -/Filter /FlateDecode ->> -stream -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_�yݗJ~z����O�k��#;�-�!��xY���]� �N �By�[����#�$Q}�s]��/���(�Y�q��������4!T"PVB�OR����g���� B��|�U� ��B�d�r���B���AH��Vz"���]N�ng�ۭC:62:���q�T)8k$�_�Ҕ%�kP C�^���9�}��j^��,�J!���� -@�e�@ƺ�oX��*F�eL2�eVX���I� -w��<nbLE��"�Wyn"�}�'4M��DY�[��(UӘWu�s<[���(��h���U��x?`F����Xp�:�U�_G�� �*� �6k^�h_�ڗ0C��k �qӃ.mi���a^V�d\�`;��"�҂1�skN���M�K}��Z���&�:-T4:���q�Z��YkG��i_��=�N����� -%�#�N�_�� -W˝�����z�qvB��ۇ����Q��l�7�>�:�M��,lW��&���r����d����[u}��'�fg�ד��v�;5���&7�wӳ�o�"T�Ɋ��=����d:��8y���-=� @�_v����:������i�zngWW�O4w�F�o3R���>}<#�O���i�����U�^�w��MGzq���G��~z�����r���pG��N�X-B픏.���#t;1Õ j,%� -\K����� P��+�gL�U����@���+�M����U}�#���_+��L[�i��;̳blC#.�����d�\�3��oLw�a -�Dq� -ĒL=�Sk���֔�Tw��zZ���V��Pƀ�*O�mݤ+�Y�,�(��`���7h`�� -j���ܫaٖ�s��9V���!�-[[0�S[�u��1�<[4�&A�{u7�����1�*�;�c%�z�}�����V8��YYߣg��VA=ѽ$ #�\�\�USc�gs�,79�a�):c�D, �gQ�+w�����]x��o�i�H�n)�tYUp��[Z�nqB�U��y��X����-��CT{�?գ --aB�);#�]�p�m.��x�6����~�t=!C[����a��smY߃� -��=؉���8S�� -.�ߜ �"=@s����F�d_��v�6����$x%l5��k���~�|����x=������t̿^ڽ9�~P���G��ҽ����0~2��F2L�+�ƌ���\$�n����'@�)��ycJ�=9{��[���3�Ʊ�t�.��ڲ(kd� ,��Z(�Ѭ��2���C�����6��)������_-�`!iW",e\d�,Ӣ]c��9� -� ї��-{�h��������8ļ��e�r`�ݸsfO��ENj��e�uUe��� Ox|�=q�A��:��:`i:Fo�,7e�2�����\I�;[��%�4�驪��K-I.�ͮ@�D��=�4�^���mm�Bά��*m�|����;k�Wk��5�L��*L���eS{]6�K�~ ���O�e3�����n����3c�rӶ{�D�Q�z�g�mk���:�Ɇ7IҺ��j_"�l����ӽ��~�Lɝ��fچ��' �ffᑆY�d����0C�zR��5̌-�0�sp�JI��ʮa�7��Fw�!��;���>ٱ&�B�}2��z[�L����(!�} ��S1˸�9lS�yc���5�k���Uݻb�Y_���"�����t,?�x -�HY!�G����r��+c�endstream -endobj -2345 0 obj << -/Type /Page -/Contents 2346 0 R -/Resources 2344 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2317 0 R -/Annots [ 2357 0 R 2388 0 R ] ->> endobj -2357 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [446.952 611.542 499.255 620.453] -/Subtype /Link -/A << /S /GoTo /D (localconfig) >> ->> endobj -2388 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 -2347 0 obj << -/D [2345 0 R /XYZ 71.731 729.265 null] ->> endobj -2348 0 obj << -/D [2345 0 R /XYZ 71.731 741.22 null] ->> endobj -2349 0 obj << -/D [2345 0 R /XYZ 71.731 718.306 null] ->> endobj -2350 0 obj << -/D [2345 0 R /XYZ 357.781 708.344 null] ->> endobj -150 0 obj << -/D [2345 0 R /XYZ 211.285 657.534 null] ->> endobj -2351 0 obj << -/D [2345 0 R /XYZ 71.731 650.456 null] ->> endobj -2352 0 obj << -/D [2345 0 R /XYZ 271.067 626.65 null] ->> endobj -2353 0 obj << -/D [2345 0 R /XYZ 243.475 613.699 null] ->> endobj -2356 0 obj << -/D [2345 0 R /XYZ 375.041 613.699 null] ->> endobj -2358 0 obj << -/D [2345 0 R /XYZ 71.731 606.56 null] ->> endobj -2359 0 obj << -/D [2345 0 R /XYZ 137.593 595.766 null] ->> endobj -2360 0 obj << -/D [2345 0 R /XYZ 262.973 595.766 null] ->> endobj -2361 0 obj << -/D [2345 0 R /XYZ 403.449 595.766 null] ->> endobj -2362 0 obj << -/D [2345 0 R /XYZ 134.388 582.814 null] ->> endobj -2363 0 obj << -/D [2345 0 R /XYZ 344.012 582.814 null] ->> endobj -2364 0 obj << -/D [2345 0 R /XYZ 71.731 562.725 null] ->> endobj -2365 0 obj << -/D [2345 0 R /XYZ 105.494 551.93 null] ->> endobj -2366 0 obj << -/D [2345 0 R /XYZ 71.731 540.56 null] ->> endobj -2367 0 obj << -/D [2345 0 R /XYZ 82.491 530.311 null] ->> endobj -2368 0 obj << -/D [2345 0 R /XYZ 308.443 495.342 null] ->> endobj -2369 0 obj << -/D [2345 0 R /XYZ 130.909 483.686 null] ->> endobj -2370 0 obj << -/D [2345 0 R /XYZ 71.731 472.457 null] ->> endobj -154 0 obj << -/D [2345 0 R /XYZ 318.721 440.847 null] ->> endobj -2371 0 obj << -/D [2345 0 R /XYZ 71.731 433.649 null] ->> endobj -2372 0 obj << -/D [2345 0 R /XYZ 71.731 402.825 null] ->> endobj -2373 0 obj << -/D [2345 0 R /XYZ 511.084 392.03 null] ->> endobj -2374 0 obj << -/D [2345 0 R /XYZ 298.703 379.078 null] ->> endobj -2375 0 obj << -/D [2345 0 R /XYZ 490.178 379.078 null] ->> endobj -2376 0 obj << -/D [2345 0 R /XYZ 71.731 354.381 null] ->> endobj -2377 0 obj << -/D [2345 0 R /XYZ 136.289 344.508 null] ->> endobj -2378 0 obj << -/D [2345 0 R /XYZ 192.239 344.508 null] ->> endobj -2379 0 obj << -/D [2345 0 R /XYZ 136.289 332.852 null] ->> endobj -2380 0 obj << -/D [2345 0 R /XYZ 71.731 299.577 null] ->> endobj -2381 0 obj << -/D [2345 0 R /XYZ 71.731 271.517 null] ->> endobj -2382 0 obj << -/D [2345 0 R /XYZ 71.731 256.573 null] ->> endobj -1354 0 obj << -/D [2345 0 R /XYZ 71.731 209.215 null] ->> endobj -158 0 obj << -/D [2345 0 R /XYZ 183.546 173.748 null] ->> endobj -2383 0 obj << -/D [2345 0 R /XYZ 71.731 171.089 null] ->> endobj -162 0 obj << -/D [2345 0 R /XYZ 233.392 143.362 null] ->> endobj -2384 0 obj << -/D [2345 0 R /XYZ 71.731 136.164 null] ->> endobj -2385 0 obj << -/D [2345 0 R /XYZ 250.633 112.478 null] ->> endobj -2386 0 obj << -/D [2345 0 R /XYZ 201.693 99.527 null] ->> endobj -2387 0 obj << -/D [2345 0 R /XYZ 333.258 99.527 null] ->> endobj -2344 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F48 2081 0 R /F35 1589 0 R /F55 2355 0 R /F32 1231 0 R /F23 1217 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2391 0 obj << -/Length 2480 -/Filter /FlateDecode ->> -stream -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Щ�h:������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 -2390 0 obj << -/Type /Page -/Contents 2391 0 R -/Resources 2389 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2317 0 R -/Annots [ 2421 0 R ] ->> endobj -2421 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.962 141.465 257.754 150.376] -/Subtype /Link -/A << /S /GoTo /D (security-webserver-access) >> ->> endobj -2392 0 obj << -/D [2390 0 R /XYZ 71.731 729.265 null] ->> endobj -2393 0 obj << -/D [2390 0 R /XYZ 71.731 718.306 null] ->> endobj -2394 0 obj << -/D [2390 0 R /XYZ 71.731 675.354 null] ->> endobj -2395 0 obj << -/D [2390 0 R /XYZ 71.731 651.691 null] ->> endobj -2396 0 obj << -/D [2390 0 R /XYZ 77.111 642.192 null] ->> endobj -2397 0 obj << -/D [2390 0 R /XYZ 71.731 630.821 null] ->> endobj -2398 0 obj << -/D [2390 0 R /XYZ 363.851 619.278 null] ->> endobj -2399 0 obj << -/D [2390 0 R /XYZ 425.741 619.278 null] ->> endobj -2400 0 obj << -/D [2390 0 R /XYZ 71.731 599.188 null] ->> endobj -166 0 obj << -/D [2390 0 R /XYZ 215.669 568.468 null] ->> endobj -2401 0 obj << -/D [2390 0 R /XYZ 71.731 561.27 null] ->> endobj -2402 0 obj << -/D [2390 0 R /XYZ 178.553 550.535 null] ->> endobj -2403 0 obj << -/D [2390 0 R /XYZ 347.94 550.535 null] ->> endobj -2404 0 obj << -/D [2390 0 R /XYZ 71.731 532.503 null] ->> endobj -2405 0 obj << -/D [2390 0 R /XYZ 71.731 532.503 null] ->> endobj -2406 0 obj << -/D [2390 0 R /XYZ 71.731 513.262 null] ->> endobj -2407 0 obj << -/D [2390 0 R /XYZ 71.731 481.629 null] ->> endobj -2408 0 obj << -/D [2390 0 R /XYZ 240.44 457.883 null] ->> endobj -2409 0 obj << -/D [2390 0 R /XYZ 71.731 444.932 null] ->> endobj -2410 0 obj << -/D [2390 0 R /XYZ 181.256 444.932 null] ->> endobj -2411 0 obj << -/D [2390 0 R /XYZ 336.036 444.932 null] ->> endobj -2412 0 obj << -/D [2390 0 R /XYZ 470.054 444.932 null] ->> endobj -1355 0 obj << -/D [2390 0 R /XYZ 71.731 404.917 null] ->> endobj -170 0 obj << -/D [2390 0 R /XYZ 206.856 367.701 null] ->> endobj -2413 0 obj << -/D [2390 0 R /XYZ 71.731 357.558 null] ->> endobj -2414 0 obj << -/D [2390 0 R /XYZ 120.303 347.577 null] ->> endobj -2415 0 obj << -/D [2390 0 R /XYZ 71.731 314.536 null] ->> endobj -2416 0 obj << -/D [2390 0 R /XYZ 71.731 270.7 null] ->> endobj -2417 0 obj << -/D [2390 0 R /XYZ 71.731 270.7 null] ->> endobj -2418 0 obj << -/D [2390 0 R /XYZ 270.634 259.905 null] ->> endobj -1356 0 obj << -/D [2390 0 R /XYZ 71.731 252.767 null] ->> endobj -174 0 obj << -/D [2390 0 R /XYZ 188.593 215.552 null] ->> endobj -2419 0 obj << -/D [2390 0 R /XYZ 71.731 208.199 null] ->> endobj -2420 0 obj << -/D [2390 0 R /XYZ 99.301 169.524 null] ->> endobj -2422 0 obj << -/D [2390 0 R /XYZ 319.328 143.621 null] ->> endobj -1357 0 obj << -/D [2390 0 R /XYZ 71.731 128.513 null] ->> endobj -2389 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F55 2355 0 R /F48 2081 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2425 0 obj << -/Length 2593 -/Filter /FlateDecode ->> -stream -x��k�۸�{~�?8�护��C�����"��E�+ -����ʒ�G����<H��do�~-��G�!g8���Y�r�H�h�Q�Pq4[���-�||#-�Ғ,=�����z��,ֳǧY(S�%�D+�Fj������]~�L�X�(�+��U��eYT[������(�|��?�����4҉�R}S.G3L陔"�"��]0H�C�L %B!Q�$D���e��|���w��c���l�7V������}2��� -�_2�Ĥ���Լ\���Z^y�r�0��U�́ʓ -��jcBlg�ny�9�"�,N3�i�9��GĚ�xy^t_o���#�:I"o�4�y�`7����=���]wc�P�y_v������\J��YzS"GsS�˃��)GL�D�4�����ff"��H �Y�h~dU����}[�f�e�t8t��D� -��g��b��Y���Y��p~,�#=�#�<�q���C����� P۾1�x�{�N��>�-y:�����QFͳ�b��,��]Q�C]4h%�㯍=�s�)˲&æ��Ƶy$�Z��i�D12���&P��T�8�\.O\�\3%dz\?��� ��$�8F2�� -�P$!������Q,T�YBr�3��M���"�槔Ͽ̦n��0b ��¿�����z�T��9�:�Sݻ�@��"pI)����[����o����R�+e���x4ל��p^q� ^�:�-�� -Y���v!���h1�X�Q(�S�,�����/�\�iK�!�ÉC�E�ByA���h��,�M^Tf�t�P)��5]a)x��f��eW� ^��t�U[�jN}d*�@&@���F�����;vL=���0�]��\ -~�:�H`���x�E�>�R -��:!�!��S���m��;���P@>_As�T�Ϡ�_���;��3fY�:�ϼ��5)#�Z���|cé����!�W�?���%a���û�Ү��\�ҥ�ez��C�R�F�_���x<B����ip��L���OBG��؏��ZA{P�"��G/�qx�����ߝ��q�?�rY�� -wC�Y��8t�-���ʋm���|����W�~�j����g;�y��6�AA�&����8���4M]$m�T`��I����`�Hf��Iʭ��δ�0h2nӓ��o������ǵ6|�נ�T��h��}�h���5�jNbc�W�o{]������\��bgk�F���n�~>NOP���0�Џ�J�ٵG~GB�۹��֚�"0�r�[<�m�7��QW�C�ˁ����,�f�f���](*ʁ��+V ���������!��(�����>Q&��H��Y:�._�M�N\6��µ���n�F�X��"v[֫�d��u��ӟ��%��� �ӟ�μ��q�w -"�.�<`]����=�����,-m=�j�ϟ���wy�5v?���zw�#7�Nb�H��Խ;�����S3"<[@�l��Su��Z3�y��~2�zCy\l�l$�)�Gu�2Kb�|7֧vi���ᄡ39��cQChP|��冿�-���XS�����Ψj!,SNݰ_��"aS8 -{Y���F��$~Y��d�E�j�bk`��¡���0C�0�$-���u�$xĮ� CS��"�؆L���d�[�i�c[�;^)�u�oЗ����w�0����N�~�� -�1Ι�͙) ����i�\��g��ƕ�(�J�ڢ ۰��dj�k�x{���tǮu,"}�c�h�u����u��^��/y�Y:�0��xC]?C;�ġ��D�$t�f��:S�Cu�pWlwl�Tz}v˫�_��2��ڐ���g��"����pX����<��S1A��[jX�6u`$We��S�g�(L�*�_�58C�W-Cy�!�����ʘ��~T��ʔS�Gb?R"� ��J�s�79cf4K}�ܬE�9�;>�� +�O�������ǒ4�$�7�"�ch8���P'j�4���.u�B�����)��i枸|�(q����Ļۉ�gB&���㋝v�8>R������+û�xJ���7͵T�H�Ux-L�z5����rΛ爼�n[�s����1`��x����BC��� -V���" �y�t֩ ��6�驸���3��Wx���վ�WuY�����97Π���'�Gf���c|���P��q �D��C,�-�s�:0��9Bf�H��qm�sa Tv�&�h���m����q�+����7=�H�����^��n-���U e!�h�i��1�=E���(��`IV^7���ۉLh�Co���*���e� ��~�H��E�t��:� �] B�Kc ��h�3� ��������J�9�|ީq���E�t\��SO�f߰t t*0�n&�I�fz�.K�Vb_��!�s�{�#ɟ��C�}�_��������`�}+_{��\���[��%lx�m̿zP�����S��f�1�ʓ�����k��ش-�D�����\�������W��-������w���zL��|a ��;R0'+wyBx��cN�Bl�Eendstream -endobj -2424 0 obj << -/Type /Page -/Contents 2425 0 R -/Resources 2423 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2317 0 R -/Annots [ 2428 0 R 2429 0 R ] ->> endobj -2428 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 -2429 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 -2426 0 obj << -/D [2424 0 R /XYZ 71.731 729.265 null] ->> endobj -178 0 obj << -/D [2424 0 R /XYZ 242.365 708.344 null] ->> endobj -2427 0 obj << -/D [2424 0 R /XYZ 71.731 699.706 null] ->> endobj -2430 0 obj << -/D [2424 0 R /XYZ 71.731 687.258 null] ->> endobj -182 0 obj << -/D [2424 0 R /XYZ 236.615 659.029 null] ->> endobj -2431 0 obj << -/D [2424 0 R /XYZ 71.731 651.831 null] ->> endobj -2432 0 obj << -/D [2424 0 R /XYZ 71.731 638.939 null] ->> endobj -2433 0 obj << -/D [2424 0 R /XYZ 71.731 628.976 null] ->> endobj -2434 0 obj << -/D [2424 0 R /XYZ 115.118 613.2 null] ->> endobj -2435 0 obj << -/D [2424 0 R /XYZ 429.318 613.2 null] ->> endobj -2436 0 obj << -/D [2424 0 R /XYZ 71.731 611.044 null] ->> endobj -2437 0 obj << -/D [2424 0 R /XYZ 147.188 595.268 null] ->> endobj -2438 0 obj << -/D [2424 0 R /XYZ 314.747 569.365 null] ->> endobj -2439 0 obj << -/D [2424 0 R /XYZ 71.731 562.227 null] ->> endobj -2440 0 obj << -/D [2424 0 R /XYZ 71.731 477.808 null] ->> endobj -2441 0 obj << -/D [2424 0 R /XYZ 155.056 451.905 null] ->> endobj -2442 0 obj << -/D [2424 0 R /XYZ 89.664 438.954 null] ->> endobj -2443 0 obj << -/D [2424 0 R /XYZ 71.731 436.797 null] ->> endobj -2444 0 obj << -/D [2424 0 R /XYZ 71.731 421.853 null] ->> endobj -2445 0 obj << -/D [2424 0 R /XYZ 130.903 400.697 null] ->> endobj -2446 0 obj << -/D [2424 0 R /XYZ 74.222 359.452 null] ->> endobj -2447 0 obj << -/D [2424 0 R /XYZ 92.469 336.538 null] ->> endobj -2448 0 obj << -/D [2424 0 R /XYZ 188.676 323.587 null] ->> endobj -2449 0 obj << -/D [2424 0 R /XYZ 248.13 323.587 null] ->> endobj -2450 0 obj << -/D [2424 0 R /XYZ 448.319 323.587 null] ->> endobj -2451 0 obj << -/D [2424 0 R /XYZ 134.236 310.635 null] ->> endobj -2452 0 obj << -/D [2424 0 R /XYZ 241.553 310.635 null] ->> endobj -2453 0 obj << -/D [2424 0 R /XYZ 71.731 309.196 null] ->> endobj -2454 0 obj << -/D [2424 0 R /XYZ 280.437 279.751 null] ->> endobj -2455 0 obj << -/D [2424 0 R /XYZ 400.465 279.751 null] ->> endobj -2456 0 obj << -/D [2424 0 R /XYZ 71.731 259.661 null] ->> endobj -2457 0 obj << -/D [2424 0 R /XYZ 71.731 233.524 null] ->> endobj -2458 0 obj << -/D [2424 0 R /XYZ 71.731 190.521 null] ->> endobj -186 0 obj << -/D [2424 0 R /XYZ 240.64 159.801 null] ->> endobj -2459 0 obj << -/D [2424 0 R /XYZ 71.731 152.722 null] ->> endobj -2460 0 obj << -/D [2424 0 R /XYZ 71.731 139.711 null] ->> endobj -2461 0 obj << -/D [2424 0 R /XYZ 71.731 129.749 null] ->> endobj -2462 0 obj << -/D [2424 0 R /XYZ 115.118 113.973 null] ->> endobj -2463 0 obj << -/D [2424 0 R /XYZ 429.318 113.973 null] ->> endobj -2464 0 obj << -/D [2424 0 R /XYZ 71.731 111.816 null] ->> endobj -2423 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F48 2081 0 R /F35 1589 0 R /F44 2069 0 R /F55 2355 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2467 0 obj << -/Length 2976 -/Filter /FlateDecode ->> -stream -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~��4Ę���<�0֙�O�2��- �/!Hd�o�/m����p���g��&��mpJ!�'I�jf�\�����e�����S�ëI=�tDnd��(�V,�[Oā�~��o�@�A����G*�w �;eM��EC������Va��5�� !P�(�8ܤ�L1f�'��i>��y���\8�e[�"8��jC~�"0jA� -)�7������!��-2�#�`B����r��qV�*M��Z�7�gJ�p��q��Tt^V̏3�er%� �}���r�U=��}Je�2|_�qꞓ��a�Sr!v����u��T}�,�R 8`�z������m�+[,΅ L�V��p�� }*�x =��\�� -����p}[A�a��|K@p��SG��\�"� ���lk.\D��&`��jS��l��13Nb�L�Ķ(�����[�����d�t�9��� --�c�d�,e_��`�C�ͷ�ɷ�Ī3��w���F�=@��&�Ǣ��?�rz�U��~@[5�"=�ey(��M'���d=���+�sӻ�]��� -k�Sf��3��`d���(��l��1�1��)�� ��.w�����ʈ���x4>5��3b���Į&�r�xgPJFn:"?.q <��,�(�J�;�����Z>��*c�G(c����_u���j�-����� ȠL��J����!/�r(����@#Ll�Prl�Y�3 <N6Y��� �������@F�N���z��4%���KM�rO�!OԖ����Ÿx�xJ��=(}K m�n��Dv�Nnq���6����0s5��-�뜂�����/�4�gOB�����ݷԦ��-/�N�p���f��V�'�;�ύ��$]`�ݮ*�����G����犫Z�7\��7]���G -��f����ѩ�&!`�D�}�^������N�c����B�}�9��GYFTG��a������f|❾`��I�ܭ+%�D�f2"�ȭn�_�ғ�ҽDı�AF��g5�q<[5r5b�j^��nMtBǼN���^��Uj�Q�x���4ntY�6��fY�+�@���)o&��a�ƃna&�7�� �FS\u�t�����֦�.�W�B͉C�_6yqg7����bO_��t����@d�om����-$���CY+kֵy�ÉZ �_�xcvR���SF؍�Jq`�j�)���`�s-�0�[�fN��P3'>5��_�l��c6�����W��V]|� �����G��3�m�m��u�6������ѓ���'��/�(ugF����L��a���C�@P�*�A��I<�ȘG��$��#�há�*�C@��������b�����̘���o�3}!$��֑ux� G�I��9�Gx�C��s�-�4�Y�[p����x�-.{�-.��Ő� q%>i���̀L���R[�0�/��&��Ӌ�e����æ�J�eU�P��j0��bW8���G��{��9�*H\y���\�X��s�'gJñ! (�� K�|�C -ɰF�P��a�y�F�����A�����3�GMh�R�0�L���j�{��*�b�E�ٖy?�X0�~^�_�L� -`����Z�y#�����B���/�ْ�@�34�W���PǼ�w=�5�c���nN�m����݀�1��3Y��F�{���&�*8�O\���-�M� l}8�6�=�h3�����orD���ܶ���Q����Q���M<uW -I�4�R����,� ��i�ah ��M�d�NR���mO��<�!��Fئ�3������f{�n~q.��OFm��U��U�3�%1�x�K�����7�zD�J�5?�eŮ����\�h�=�T3������ɺ�p��3��@6��l$�Q������0ͱ�*q����^`? ^�=?`�}@&<��`d��5�Bd�����ӆ �!���.m��֖u���l�Vf�STS��Z��^X��U�Q��P)�\)��ּ0;�}N�|z�!ȫ=�����H��՟pz���+ ��s<{*� ��_�9�����endstream -endobj -2466 0 obj << -/Type /Page -/Contents 2467 0 R -/Resources 2465 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2317 0 R ->> endobj -2468 0 obj << -/D [2466 0 R /XYZ 71.731 729.265 null] ->> endobj -2469 0 obj << -/D [2466 0 R /XYZ 71.731 706.187 null] ->> endobj -2470 0 obj << -/D [2466 0 R /XYZ 71.731 691.243 null] ->> endobj -2471 0 obj << -/D [2466 0 R /XYZ 132.516 670.087 null] ->> endobj -2472 0 obj << -/D [2466 0 R /XYZ 254.242 670.087 null] ->> endobj -2473 0 obj << -/D [2466 0 R /XYZ 76.712 653.45 null] ->> endobj -2474 0 obj << -/D [2466 0 R /XYZ 136.488 609.904 null] ->> endobj -2475 0 obj << -/D [2466 0 R /XYZ 329.949 601.44 null] ->> endobj -2476 0 obj << -/D [2466 0 R /XYZ 71.731 567.863 null] ->> endobj -2477 0 obj << -/D [2466 0 R /XYZ 71.731 538.817 null] ->> endobj -2478 0 obj << -/D [2466 0 R /XYZ 92.469 520.884 null] ->> endobj -2479 0 obj << -/D [2466 0 R /XYZ 188.676 507.933 null] ->> endobj -2480 0 obj << -/D [2466 0 R /XYZ 248.13 507.933 null] ->> endobj -2481 0 obj << -/D [2466 0 R /XYZ 448.319 507.933 null] ->> endobj -2482 0 obj << -/D [2466 0 R /XYZ 134.236 494.981 null] ->> endobj -2483 0 obj << -/D [2466 0 R /XYZ 241.553 494.981 null] ->> endobj -2484 0 obj << -/D [2466 0 R /XYZ 71.731 483.579 null] ->> endobj -2485 0 obj << -/D [2466 0 R /XYZ 71.731 456.959 null] ->> endobj -2486 0 obj << -/D [2466 0 R /XYZ 71.731 442.015 null] ->> endobj -2487 0 obj << -/D [2466 0 R /XYZ 470.122 432.515 null] ->> endobj -2488 0 obj << -/D [2466 0 R /XYZ 71.731 425.539 null] ->> endobj -2489 0 obj << -/D [2466 0 R /XYZ 101.619 405.915 null] ->> endobj -2490 0 obj << -/D [2466 0 R /XYZ 71.731 380.608 null] ->> endobj -2491 0 obj << -/D [2466 0 R /XYZ 101.619 365.965 null] ->> endobj -2492 0 obj << -/D [2466 0 R /XYZ 230.398 354.309 null] ->> endobj -2493 0 obj << -/D [2466 0 R /XYZ 491.421 354.309 null] ->> endobj -2494 0 obj << -/D [2466 0 R /XYZ 71.731 340.657 null] ->> endobj -2495 0 obj << -/D [2466 0 R /XYZ 101.619 326.015 null] ->> endobj -2496 0 obj << -/D [2466 0 R /XYZ 398.581 314.358 null] ->> endobj -2497 0 obj << -/D [2466 0 R /XYZ 71.731 312.364 null] ->> endobj -2498 0 obj << -/D [2466 0 R /XYZ 101.619 297.721 null] ->> endobj -2499 0 obj << -/D [2466 0 R /XYZ 71.731 272.521 null] ->> endobj -2500 0 obj << -/D [2466 0 R /XYZ 101.619 257.771 null] ->> endobj -1358 0 obj << -/D [2466 0 R /XYZ 71.731 191.619 null] ->> endobj -190 0 obj << -/D [2466 0 R /XYZ 337.12 156.152 null] ->> endobj -2501 0 obj << -/D [2466 0 R /XYZ 71.731 150.025 null] ->> endobj -2502 0 obj << -/D [2466 0 R /XYZ 353.774 137.223 null] ->> endobj -2503 0 obj << -/D [2466 0 R /XYZ 483.407 137.223 null] ->> endobj -2465 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F44 2069 0 R /F35 1589 0 R /F55 2355 0 R /F48 2081 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2506 0 obj << -/Length 2950 -/Filter /FlateDecode ->> -stream -xڝY�۸����p8XsER���"w�Ƕw͢�4(�~�%�V�\=������e�r�����pf8�Ǐ�\�𓋵k ������_�`��3�+&Y�h~�{v�V�E"�H/@�"Y/�Z�8T���_�/��ؙf�R��)Aߛ��Ҳ,���w�-�2]���/��� BC�I������S�bn~,tXźd��^�7���eY/U�}#�`��"k��v��kE��w����V�tEV��uU*R�����;���n��n:qp�EV�s�]J�K��i{|�s����7K�4� -��]I%6k߾$ �[��$��(��X���LwK{^P痺���j�7��*wdk�3m����}��ߨ�1k�#O~+�=�nn>R#��¡5����$� -�M�n�S�_T0`:7��9�Ү�+���|ojiM��LK��Q@B���L��������1������O�&�Ɓ���y{�|���{��ht��I~�Apk��Zlfh�В�BM[W)S~^�pvꀭ�.e�h�6�D��UN��4��װ%:��é�A�'d� -,-"�-Aj��?�Z�x��V�%u*crj��K��5&���4��h�>�yј��ni��D6ta��?�0ʣ#h��������� �#�N6rH;�c�*E��]͏����c6���L�E��G��j�f����:d��i�}#����q�:p�Q�"0U��[����4��iA%A�w�L�~����l����]Ad0[E���A\۞ӎ3�b�E��h.��8���`�M��������r��CjϹJ�յc�}�f��s�+�*vƭ�nn~ I�8�!3��N>dt>���%��ȇ��*���T�����V�����`A��&ͯ�w,S��m�FԲb��'Gm1跦1x~8Z֙523��Ilxyߞ8�l���x���h�Ɲ�=��t-�����e����Ȟg�_Gq���F@�Sﹳ�s�s�Pu�����}+��F&�RΰK �g�c��� ��� �ڝ�����Pز�$����Q���$E�wua��c�AK5Z��H��&l�76g���-�D�������7<t<�m�']���� f�SQ�dA��id,��4���oKX��#-[LA�r?��qT�'��wW8:�}yi�X��ez���v��>Z�e���P�`�A�ɝ� -W0ɣ��e�����0IdRXl����1@B[V� ;`<���ʸ���k�3.;�ψ -�[S�8��&#l�8F]��f;�w8�a5���{Y�!cW�qmu�q!�X�Zz~ ]���o���Aaj&J�H&��O�� ���RD>�B���"a������x��Ó띻�b�ow����s����~PPP}�~o1�\��<��ci�pc��.~7EuA��JzD� -�HS����$Q��*\��P([��;��uJ�J ճ;��^g]���|���;!�RC*��}�p�0f+�Ir�����fb���@xl�a��G�y6�Yeq(�)v$ �� �o������U��m���O������� #k����@��+��Zk�urg���}�S{cش���+�ՓlۘC�^BV��'7�x��_�Gy��x����q����� �-�����U�5�h���/X��+�}-RfCqmѝ���QC'E�7���G�}��E x�/•��j��A��Ll�4d�����}5��(qG�� ��P�q:�F'+6L� N1�hw@3���x^g�<RP�C5��x��<��� 5���<��{Φj��c5��jT��b�a��3��/U�X͌���c�����q����FP���X�_Qs;��D� s��@�Bj*�als������l��K�p���C�a�R�2噓I��`R��0Uv�?�i��rβ{wن�;��e��%h� ��(v�.S`+K�E��/� -���� >t�u��������ئ��t����4����8��J(fˬ���n���� \�q����[ �b&��.�pC �����-'�,eso ���mZ���C��B(�q�Eu�(�H� \h����s��Y��fρ�P��������<�d,� yR��yR�9#/����ADy6�D"��*�1IyV %B1���T��c@�� 8�T�9ed��� -�B��=���k3�g�T����ʁ�U���4_M���ҥF����Qf:Ӵ5�e������V�$�mj��0���h�~���O x�!y �n�#��� D微���9W3I�Ѐ -��җ_��jD4��3F6'�.�|�9���2�@>)��<)����W������q#������ǢP��� _�����A'��'vlvUX��i�U��� -���N�]�ƢX��an�^�����S����e0V���>;>̠}<lj�I�`YT��';�v:Ɯ�^C�;E^E��Z�`�r|ыǁ���3u����n'��[ ����#��3�Л���+B����H�� s��ʢ�1Kf��2m�5�S&�vd{�ݷ��yg{Xk���)��+A�OO(�e���N ��8��1]q�Ppk�[45��t���$�r{o����EGM�����Q�!��V��k0?|�0iܿ8���$���=�Thx�+���d�C��xYM�l�V��V'(b.�d��&|�OP� -vr�`'P�"����P*�\��f5"��3Fg;�.�k�/*�O -w4O -?g��_�X~��K`0��U���*;����%?k�f�>�\t�� � G�m�`B�P]ߔ�Wr�GK���t fY� �K[����������P���a�]"I�fY]�ƾ��7 �a���E{�u� -G�����/�Q�;r�)���r�Ź�� 8h��_�'��?ޡ����� }�o침�]&*�endstream -endobj -2505 0 obj << -/Type /Page -/Contents 2506 0 R -/Resources 2504 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2545 0 R -/Annots [ 2532 0 R 2535 0 R 2540 0 R ] ->> endobj -2532 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [166.345 312.528 218.649 319.382] -/Subtype /Link -/A << /S /GoTo /D (security-webserver-access) >> ->> endobj -2535 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [291.365 223.079 340.341 231.99] -/Subtype /Link -/A << /S /GoTo /D (troubleshooting) >> ->> endobj -2540 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [194.362 118.072 239.281 127.093] -/Subtype /Link -/A << /S /GoTo /D (parameters) >> ->> endobj -2507 0 obj << -/D [2505 0 R /XYZ 71.731 729.265 null] ->> endobj -2508 0 obj << -/D [2505 0 R /XYZ 285.361 708.344 null] ->> endobj -2509 0 obj << -/D [2505 0 R /XYZ 119.533 695.392 null] ->> endobj -2510 0 obj << -/D [2505 0 R /XYZ 437.069 695.392 null] ->> endobj -2511 0 obj << -/D [2505 0 R /XYZ 117.159 682.441 null] ->> endobj -2512 0 obj << -/D [2505 0 R /XYZ 419.102 682.441 null] ->> endobj -2513 0 obj << -/D [2505 0 R /XYZ 355.405 669.489 null] ->> endobj -2514 0 obj << -/D [2505 0 R /XYZ 71.731 662.725 null] ->> endobj -2515 0 obj << -/D [2505 0 R /XYZ 115.56 638.605 null] ->> endobj -2516 0 obj << -/D [2505 0 R /XYZ 153.506 625.654 null] ->> endobj -2517 0 obj << -/D [2505 0 R /XYZ 343.016 625.654 null] ->> endobj -2518 0 obj << -/D [2505 0 R /XYZ 71.731 612.702 null] ->> endobj -2519 0 obj << -/D [2505 0 R /XYZ 163.765 586.8 null] ->> endobj -2520 0 obj << -/D [2505 0 R /XYZ 71.731 579.661 null] ->> endobj -2521 0 obj << -/D [2505 0 R /XYZ 71.731 530.844 null] ->> endobj -2522 0 obj << -/D [2505 0 R /XYZ 71.731 499.726 null] ->> endobj -2523 0 obj << -/D [2505 0 R /XYZ 71.731 474.655 null] ->> endobj -2524 0 obj << -/D [2505 0 R /XYZ 71.731 453.499 null] ->> endobj -2525 0 obj << -/D [2505 0 R /XYZ 71.731 433.574 null] ->> endobj -2526 0 obj << -/D [2505 0 R /XYZ 458.479 421.918 null] ->> endobj -2527 0 obj << -/D [2505 0 R /XYZ 207.921 410.262 null] ->> endobj -2528 0 obj << -/D [2505 0 R /XYZ 71.731 382.366 null] ->> endobj -2529 0 obj << -/D [2505 0 R /XYZ 71.731 336.374 null] ->> endobj -2530 0 obj << -/D [2505 0 R /XYZ 358.177 325.579 null] ->> endobj -2531 0 obj << -/D [2505 0 R /XYZ 461.001 325.579 null] ->> endobj -1359 0 obj << -/D [2505 0 R /XYZ 71.731 297.584 null] ->> endobj -194 0 obj << -/D [2505 0 R /XYZ 166.615 258.311 null] ->> endobj -2533 0 obj << -/D [2505 0 R /XYZ 71.731 247.946 null] ->> endobj -2534 0 obj << -/D [2505 0 R /XYZ 258.543 238.187 null] ->> endobj -2536 0 obj << -/D [2505 0 R /XYZ 71.731 223.079 null] ->> endobj -2537 0 obj << -/D [2505 0 R /XYZ 71.731 208.135 null] ->> endobj -2538 0 obj << -/D [2505 0 R /XYZ 71.731 159.083 null] ->> endobj -2539 0 obj << -/D [2505 0 R /XYZ 321.927 146.132 null] ->> endobj -2541 0 obj << -/D [2505 0 R /XYZ 349.018 120.229 null] ->> endobj -2542 0 obj << -/D [2505 0 R /XYZ 415.603 120.229 null] ->> endobj -2543 0 obj << -/D [2505 0 R /XYZ 91.925 107.278 null] ->> endobj -2544 0 obj << -/D [2505 0 R /XYZ 151.7 107.278 null] ->> endobj -2504 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F23 1217 0 R /F44 2069 0 R /F48 2081 0 R /F32 1231 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2548 0 obj << -/Length 2012 -/Filter /FlateDecode ->> -stream -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�Rqް�..���yv�q��~�1�c_�t�j���yf��)3�2(��)6겗~���'��x#endstream -endobj -2547 0 obj << -/Type /Page -/Contents 2548 0 R -/Resources 2546 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2545 0 R -/Annots [ 2554 0 R ] ->> endobj -2554 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [474.039 662.351 518.87 671.263] -/Subtype /Link -/A << /S /GoTo /D (extraconfig) >> ->> endobj -2549 0 obj << -/D [2547 0 R /XYZ 71.731 729.265 null] ->> endobj -2550 0 obj << -/D [2547 0 R /XYZ 71.731 718.306 null] ->> endobj -2551 0 obj << -/D [2547 0 R /XYZ 264.224 708.344 null] ->> endobj -2552 0 obj << -/D [2547 0 R /XYZ 95.243 682.441 null] ->> endobj -2553 0 obj << -/D [2547 0 R /XYZ 71.731 675.303 null] ->> endobj -1360 0 obj << -/D [2547 0 R /XYZ 71.731 647.407 null] ->> endobj -198 0 obj << -/D [2547 0 R /XYZ 381.468 604.31 null] ->> endobj -2555 0 obj << -/D [2547 0 R /XYZ 71.731 591.872 null] ->> endobj -1361 0 obj << -/D [2547 0 R /XYZ 71.731 580.594 null] ->> endobj -202 0 obj << -/D [2547 0 R /XYZ 193.715 543.378 null] ->> endobj -2556 0 obj << -/D [2547 0 R /XYZ 71.731 533.013 null] ->> endobj -2557 0 obj << -/D [2547 0 R /XYZ 71.731 511.134 null] ->> endobj -2558 0 obj << -/D [2547 0 R /XYZ 71.731 511.134 null] ->> endobj -2559 0 obj << -/D [2547 0 R /XYZ 101.32 501.635 null] ->> endobj -2562 0 obj << -/D [2547 0 R /XYZ 71.731 491.493 null] ->> endobj -2563 0 obj << -/D [2547 0 R /XYZ 416.305 478.721 null] ->> endobj -2564 0 obj << -/D [2547 0 R /XYZ 71.731 453.65 null] ->> endobj -2565 0 obj << -/D [2547 0 R /XYZ 71.731 432.78 null] ->> endobj -2566 0 obj << -/D [2547 0 R /XYZ 71.731 414.098 null] ->> endobj -2567 0 obj << -/D [2547 0 R /XYZ 71.731 380.29 null] ->> endobj -2568 0 obj << -/D [2547 0 R /XYZ 114.77 368.733 null] ->> endobj -2569 0 obj << -/D [2547 0 R /XYZ 114.77 357.077 null] ->> endobj -2570 0 obj << -/D [2547 0 R /XYZ 114.77 345.421 null] ->> endobj -2571 0 obj << -/D [2547 0 R /XYZ 114.77 333.764 null] ->> endobj -2572 0 obj << -/D [2547 0 R /XYZ 71.731 322.108 null] ->> endobj -2573 0 obj << -/D [2547 0 R /XYZ 71.731 302.183 null] ->> endobj -2574 0 obj << -/D [2547 0 R /XYZ 369.099 278.87 null] ->> endobj -1362 0 obj << -/D [2547 0 R /XYZ 71.731 250.975 null] ->> endobj -206 0 obj << -/D [2547 0 R /XYZ 246.48 211.603 null] ->> endobj -2575 0 obj << -/D [2547 0 R /XYZ 71.731 201.46 null] ->> endobj -2576 0 obj << -/D [2547 0 R /XYZ 71.731 160.494 null] ->> endobj -2577 0 obj << -/D [2547 0 R /XYZ 71.731 160.494 null] ->> endobj -2578 0 obj << -/D [2547 0 R /XYZ 71.731 155.513 null] ->> endobj -2579 0 obj << -/D [2547 0 R /XYZ 89.664 132.698 null] ->> endobj -2580 0 obj << -/D [2547 0 R /XYZ 290.096 132.698 null] ->> endobj -2581 0 obj << -/D [2547 0 R /XYZ 71.731 117.59 null] ->> endobj -2582 0 obj << -/D [2547 0 R /XYZ 89.664 101.814 null] ->> endobj -2583 0 obj << -/D [2547 0 R /XYZ 71.731 99.657 null] ->> endobj -2546 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F23 1217 0 R /F61 2561 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2586 0 obj << -/Length 2137 -/Filter /FlateDecode ->> -stream -x��]��6�=���CW.V\Q�,�w�b�n��!-����D��J����ί�g$����^���"�p8盲\�'�IC��p/��U���ʛW�)|&�g4�7��E&�u���+��,Y$Q(�8\l�o��u���8�BA㏦�UU�fO����cYUj���O�6ӡq��,�^�k�"LÅ"��g" pR�V��ar��iF�=���X�W����q:���x�[<��4���y$��2�=U ��GPAE٩m��U��Ѧ�&_��;��U������%(��G�H�kw����e���J��49.e�Nb����k^�e7�����'"hἧ${�� J���:�ʏ��=��C�7_�����:���C�Q�v)So4R��;Ov ��|�A��WkF��e*m��s -Cm��Pd�tz�t��ߕ�5��j��ثU���f$:ޠ�Q�AOb6��j[���F����0_C��i!�+���-N�T'T�-��!an�� \�fA��\܋�P�Jo�<��*p�i[�N��_J)�͗�6ö������c�$!7�YB��΅�9?*f���H��V�R5�U5��EK ���o�P>��z�����%d1+� -t�0�<e�����E�C���5��4if::�P�#�17���>Ҭ���)��њ�D�*�u���)��p�+�����,�?(�P��mo��|���}Mb$���{�0�2����9?9Ya6�!���x�=*�7Vw��(�ݣ��e��`��h!W��(5�m�8rB�"�?ؗ���x��4��o]�ZìfI6p%B���: ��ڂ �jȧ���4toL�`��I�e6�w��� �6�D!�����Z="����#ώ�P�G��1c�)�au`~�ǜ����5n�]��6�6���L�;u��ki�m�T��'����f_b�Ժese~ �� -G�?�J���T�s�Lo�`��ׇ�yx��͠�`���_���m��S/� -���Q�s�N�ܩ��������FU�`����8#� ʸz�)k�>>B1cUV�1o��Ֆ&����a^���:U3��K"3�� �p���� �v�Ԟ1��^b�tܗ�����.�o��h���+��8V��t����1|C)�2s"���_����sC^��O����I��/�V琵N�"�� ���V���N4ՔE&)$$�{?�"N)�������qM�a,B�p�|_������`�ByxF����>d�O�4��--�+���Ī��n����%�=���Paa�� $S�%^�kw�[��^�gLٱ�Y1�����v�-���Z��c�)7B�U�KO �Y���x�C�O����F� �r ���`#=�e�҃����xK`7�[&0��_7���,@6�������⏮�N���NEf%.k�'� w� T��q��ͪ8bC�½[�u:A�ܚ߃ ��b\�܍ -±u1�*�bR��S�aJWKB�#���/� q��9q�����2�E���{`��o�������7�@�9;׀�QX0T����F�����@GU��:�ެkH��ݣё#�Y #�S� -ϫ���������%s>^��l�/��̳im7���z��D�'�̖�C@M�I�^���]ޖ[�NKs���u�9)�V�=ɳ�ڑƟ=y[^3Bi�A-1x��X����i"�U���L���W���[:wJ��W��&z���¹KF���h� B-6̣:ތY�+-��5�b�3��E�R���/沵��E�W����m�3��i�K��>�m|u'���� ,A���7>�i��t�j|�a�p�o�!$_�C� -����ňu*x�j3G�j(0�\}@�������c�QpKXzy����`#>�^lt^�We͞�\Q�Ac��V�.|�(��M uS����~#�j��=�jץ4�-�:�< ���j�� uf�l��KA�+>YLڂ��@\bK8q�D_Z`J��]�߹On��Ϝ�8�!��qؒA;��t�4�l�^g͒��ڢ�zCoW������ܶ�jڅ.1~�te|y��f������+����+R���#����oq�� ���d����OO�>�T�endstream -endobj -2585 0 obj << -/Type /Page -/Contents 2586 0 R -/Resources 2584 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2545 0 R -/Annots [ 2600 0 R ] ->> endobj -2600 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [235.966 332.05 287.048 340.961] -/Subtype /Link -/A << /S /GoTo /D (whining) >> ->> endobj -2587 0 obj << -/D [2585 0 R /XYZ 71.731 729.265 null] ->> endobj -2588 0 obj << -/D [2585 0 R /XYZ 89.664 708.344 null] ->> endobj -2589 0 obj << -/D [2585 0 R /XYZ 71.731 685.43 null] ->> endobj -2590 0 obj << -/D [2585 0 R /XYZ 255.817 672.478 null] ->> endobj -2591 0 obj << -/D [2585 0 R /XYZ 511.98 672.478 null] ->> endobj -2592 0 obj << -/D [2585 0 R /XYZ 482.926 633.624 null] ->> endobj -1363 0 obj << -/D [2585 0 R /XYZ 71.731 613.654 null] ->> endobj -210 0 obj << -/D [2585 0 R /XYZ 234.86 576.319 null] ->> endobj -2593 0 obj << -/D [2585 0 R /XYZ 71.731 565.954 null] ->> endobj -2594 0 obj << -/D [2585 0 R /XYZ 71.731 536.105 null] ->> endobj -2595 0 obj << -/D [2585 0 R /XYZ 71.731 500.239 null] ->> endobj -2596 0 obj << -/D [2585 0 R /XYZ 71.731 489.332 null] ->> endobj -2597 0 obj << -/D [2585 0 R /XYZ 71.731 469.407 null] ->> endobj -2598 0 obj << -/D [2585 0 R /XYZ 369.099 447.502 null] ->> endobj -1364 0 obj << -/D [2585 0 R /XYZ 71.731 419.606 null] ->> endobj -214 0 obj << -/D [2585 0 R /XYZ 168.193 380.234 null] ->> endobj -2599 0 obj << -/D [2585 0 R /XYZ 71.731 369.869 null] ->> endobj -2601 0 obj << -/D [2585 0 R /XYZ 71.731 316.174 null] ->> endobj -2602 0 obj << -/D [2585 0 R /XYZ 71.731 278.252 null] ->> endobj -2603 0 obj << -/D [2585 0 R /XYZ 71.731 267.345 null] ->> endobj -2604 0 obj << -/D [2585 0 R /XYZ 71.731 247.419 null] ->> endobj -2605 0 obj << -/D [2585 0 R /XYZ 76.712 197.22 null] ->> endobj -2606 0 obj << -/D [2585 0 R /XYZ 71.731 177.295 null] ->> endobj -2607 0 obj << -/D [2585 0 R /XYZ 369.099 153.983 null] ->> endobj -1365 0 obj << -/D [2585 0 R /XYZ 71.731 126.087 null] ->> endobj -2584 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F35 1589 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2610 0 obj << -/Length 2291 -/Filter /FlateDecode ->> -stream -xڭ]��6�}E���3�-�_�6{sw��X����a��N"�c�����__R�;����PE�?=�"��h�E"��GB�ɢ<� ;�����)��~B�����_q�(D�Ƌ��b��Y,E���s�[����l�/�eR��S;X�4�����q��n����o��<^�ę(���ry��d���"^�(�W0�D���dR�"A��<x���@�r���Pt����d��]v�3\��PD2q��#���̂�4త�����������M��mE����$ �ЮW�^���e���Q��0[�-M��:���~]F��92�jY��:퀵��h^�m��k��QPh�:��H�|��u�Tr���~��-3��k8����҄Q*"Opw� q�m7_�<AT�4J�B��.XD�ԩd��i�/�ĉ������f�^���y�WK_�h������+��4�����6�tcJe5�@xs���}ʂ��nNl�D��Rgx )2К^�B����T��(wWl�%"�2��pO}ϸ{0b�7��8ws��f0����@��y%��5��6�\��([�d�<qq�{RH�[�����L���ozO.��10\��)��Si�v�Pl��V7��z��s+V�ɖq�W=X�t���B����Q����L_�O$X{��%��v����U Y��4���@�����ժt"m�n>���+���⣣"����7�c"��7;t1�P=_�K���@ -ܡ���ݕ4�ki��i?���������0s���kQ�cǑO/p��[���|g� -�IX,�׀K�ciI���������?`�9���Քn���O�9u~��\��!�hy0ձ� ޚ���� ge�]s���6k{m�҂���k����r���1S�W��w��|���=,9���0xxO�t.���ĐV$�ј����M#�K1�œ~ZC�0m_�~Խ� -����O���և٭o�P���8�"��z���l�0�w6��Td�W)����SoSBҟ��h�WE$�$oDI]'�ǘ^��Q���"���Qʘ���5���/�<��Ƞ����ɳ���.,�ǎ��|������L:���$d�Ƹ*�L�@��a�]<��JC�ץE�1LBg��bˈ6.|p h�7�@�Q6�g���$��w�vKJ��l�6 Cΐx��1�*?��9ɴ�>�<Ӗ�/�X��!��hA�9b�"�|W��p�T,�Ǫ�#���r(�G�Z\agr�y���RV��}�L�i$����;���(�nF��T$Y1s������ù�^��^J�(�i^�0����{��ݭ��$(�3��4-��96��6���l��~����N�u 6��6���Lo9l�lK��ﺬ:I������0{�����h��}���O�n��I��ɯ�����h���V}P��4]o����[����/��f����c�v�X��R�tC+����㪪w�� ���B�)��[�j�z�r�X�p���u�P�]��pk'��MI.�liz��L[SL��.OO\�� W�|b �4��s���"n�4�C������o���?�J[Bqg]`g ��n�ZO���{`�+!=o?���騜��9�D"�4`�V�ٿ-!��m��h��G�#̶�:}�@���K(�D� �YH�u,M)��C��O?�y��%5�a"���9Rcᖕ���)]_� ߚ�ҹ���{�$�R�0�m��x��\i&i0=��. -��]�g��^}p�+�����X�y:~g��u�� ������,T�����.�T��`��3W�3�d��?���o�&>�+�Ā�4z�ҽ����4k����3��.���e�<:}6��Myxe����P�>���4�� -���}�@�������m��]���]θ�~z����f|O��.o�M��`-ОE��0�fI\>�N(�F�NN@��K7؆���+��M,�R� -�)�r?�V�b��14�����Ŏ������7�����s�:�Wr������ˈ_�'�tD�=[Bӵ�q5 ֆ��t��[��W���ѢW4���}�f&o��vE�g�X<�j���� -�/}�Kre���,Ec#+Z(�A�s��n�=�%ܢ��RNހ��Ȧ�UJk�_yN�I�Ń��P�.Ej��j��3=��H�7�mY���%��n �9$���l9�\��%���g�v��[�?���O���(endstream -endobj -2609 0 obj << -/Type /Page -/Contents 2610 0 R -/Resources 2608 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2545 0 R ->> endobj -2611 0 obj << -/D [2609 0 R /XYZ 71.731 729.265 null] ->> endobj -218 0 obj << -/D [2609 0 R /XYZ 200.128 707.841 null] ->> endobj -2612 0 obj << -/D [2609 0 R /XYZ 71.731 700.488 null] ->> endobj -2613 0 obj << -/D [2609 0 R /XYZ 99.155 674.765 null] ->> endobj -2614 0 obj << -/D [2609 0 R /XYZ 121.261 674.765 null] ->> endobj -2615 0 obj << -/D [2609 0 R /XYZ 158.738 674.765 null] ->> endobj -2616 0 obj << -/D [2609 0 R /XYZ 71.731 661.813 null] ->> endobj -2617 0 obj << -/D [2609 0 R /XYZ 71.731 655.424 null] ->> endobj -2618 0 obj << -/D [2609 0 R /XYZ 245.988 643.881 null] ->> endobj -2619 0 obj << -/D [2609 0 R /XYZ 268.387 643.881 null] ->> endobj -2620 0 obj << -/D [2609 0 R /XYZ 311.83 643.881 null] ->> endobj -2621 0 obj << -/D [2609 0 R /XYZ 225.31 630.929 null] ->> endobj -2622 0 obj << -/D [2609 0 R /XYZ 215.062 617.978 null] ->> endobj -1366 0 obj << -/D [2609 0 R /XYZ 71.731 610.84 null] ->> endobj -222 0 obj << -/D [2609 0 R /XYZ 270.581 573.624 null] ->> endobj -2623 0 obj << -/D [2609 0 R /XYZ 71.731 566.272 null] ->> endobj -2624 0 obj << -/D [2609 0 R /XYZ 71.731 533.41 null] ->> endobj -2625 0 obj << -/D [2609 0 R /XYZ 71.731 520.459 null] ->> endobj -2626 0 obj << -/D [2609 0 R /XYZ 71.731 505.515 null] ->> endobj -2627 0 obj << -/D [2609 0 R /XYZ 71.731 492.563 null] ->> endobj -2628 0 obj << -/D [2609 0 R /XYZ 91.656 476.787 null] ->> endobj -2629 0 obj << -/D [2609 0 R /XYZ 165.001 476.787 null] ->> endobj -2630 0 obj << -/D [2609 0 R /XYZ 376.695 450.884 null] ->> endobj -2631 0 obj << -/D [2609 0 R /XYZ 101.898 437.933 null] ->> endobj -2632 0 obj << -/D [2609 0 R /XYZ 71.731 427.871 null] ->> endobj -2633 0 obj << -/D [2609 0 R /XYZ 71.731 413.838 null] ->> endobj -2634 0 obj << -/D [2609 0 R /XYZ 91.656 397.086 null] ->> endobj -2635 0 obj << -/D [2609 0 R /XYZ 71.731 384.967 null] ->> endobj -2636 0 obj << -/D [2609 0 R /XYZ 71.731 372.992 null] ->> endobj -2637 0 obj << -/D [2609 0 R /XYZ 91.656 356.239 null] ->> endobj -2638 0 obj << -/D [2609 0 R /XYZ 71.731 344.12 null] ->> endobj -2639 0 obj << -/D [2609 0 R /XYZ 71.731 332.145 null] ->> endobj -2640 0 obj << -/D [2609 0 R /XYZ 91.656 315.393 null] ->> endobj -2641 0 obj << -/D [2609 0 R /XYZ 71.731 269.4 null] ->> endobj -2642 0 obj << -/D [2609 0 R /XYZ 91.656 245.654 null] ->> endobj -1367 0 obj << -/D [2609 0 R /XYZ 71.731 222.74 null] ->> endobj -226 0 obj << -/D [2609 0 R /XYZ 254.069 183.368 null] ->> endobj -2643 0 obj << -/D [2609 0 R /XYZ 71.731 176.015 null] ->> endobj -2644 0 obj << -/D [2609 0 R /XYZ 71.731 156.105 null] ->> endobj -2608 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2647 0 obj << -/Length 2564 -/Filter /FlateDecode ->> -stream -xڭk��8�����@QH4��g���nw�X�v����(4�2�c�~t���G�Tl'�i�W�(��(��x��E�X��O���lw�.na��S��d=�yu}q����T��\\o���4^��I�/����O[���]���u|A߫��UY�-�_ ��-�R-?^�z���Ah(c�&�Q�,͉b~<*f��&B�QLU9�}�XzΆ�n�2�u��\!�s�vO3}M��j�-:B�,�����)66�4w�����z���7VNQ^�}[�,}�zM�$�wr��u� -���ʪ� ���#G�kf�+��֞/R>�c! ���s�k���ShT�6K?tP���nT�v��|�G5��r���� ��]�����s�M��#�����sy��� �"���֣���^�� �E�Y�l���4�K/t�]o&C�����2�8��}��݊K�/P}�����*�[&]�>�#�~�z6{�X}z��X����t4��"D]�!D> 2�BoN��4I����1d �`kE%�� ݫ�))n�"S�fi�0� ���5=��iz�P+�I^tM���+��N?9s��F�y�UO0�S�w��\�+���**;�e�=��2�ဋuE�A��S��/7(i��U_d�/�jE�ʬ�YT#sTh���Uw��T�jt}a�n1�yN �۾�S��G ;��FU�0 �5��bb�S��K�s�z���������&s�v<���σn��FAjL��u����yR�q����)�/�t9T�_��?���T)�O��\�z��x{��2�D�������,�V�u�"N��6Ʌ@)��8IW - -W�y)�Mpp���/P���F�x�%��7��!~�3e�"��*cP��)隠F�9}э C�O��&��SS������:���Ao?C�9�ۚH��X�=:��'�02���rk�LB�|���!d�� -� b���4���;�*q{ lO+3U�0s��}g=�JUv�~���~�|ɼ�W3������m�`5�H0� -�́�U��?0�� ��[B_��!]h�8� �Ζ� � �1C� b�F���hjخ �1�H����j��p!khl����\؍у�b�P|L��\5ݾ�D{s����8�a-��2[4�eS>�Zqӄ�͏��`������4� � �p���ꁇ�5�H�t#�ɣ"-͉�鮥� -�Of2��Yo*=:.�d���=Z���y�tW��R�bљ������M���(5N��R���.z���痗���mWӷno/�-��'��-zI�"A���O�xH��b�5�a�#d��@���`��]�<v��<���ܽ퇹������������j.�Pyg���}xn���$ �L����(�������tlS�.���cy�)}�O����m0�Gv'�H�W, jJ����2:pJYDQ�r��F�ߗ��0� �t�"p��v.C��� -��L�d�' ��I�<�Q�s���^xp��ƛ��2 -1��]U��n�X��Δ��(5�i�b���踃$�;��yGc���gܽ.�M@��Y��Los0�N�F���!�S����TTs��M���QW�1��1�̭ sq�/��ښ�#�b��4u`����*�s���4�y�O�g[? M�E5&W��4���Գ#Ȇ�;p5����i?� ��3��]��+�pa��H�"h=z��]:H`��L1]�?*�'� -sK�j^o� #��P��n��n��貅�HO�ad���;j0 -��<�7u�1�q�n�9xKK�䚃�fMO=��\�)���W����I�#8ӟ{i�a�9�!�/7&홾���e�anCF��$�H%eӟ���u�Y�kl��i Ɣ2���Sî�-x.�(1�N%��@y�0#��ٮ&���f�h��ѻ�@�Պ�y&,\���TCl2�����:��ή5ݫ����%�i�&�+AcS�"kg�Pb.�OOrr�dŢ::�w]�<h����^��Zp��Q$#6����_���h�-�t�V|�^y@���bE�^�Y�GAs��c��O-u� ��~X�����*�ڧ>XY7O}ʮ�O]��\���Yb�)�<�y�'��$I?����%� ����%A��֘�dLF���c�RG8~2�*�@��������d�]=���A�Ф /#B�&x�e-��bo�]��8����V�K�ճg�&垆\�0�n�ֶ2p?��L� �,�%�̞�1L��C~��욐_��a~����&b����~J1�$b�{��|ns�x:��? ��z1)+���l<{�ο��_����?�Bp�8�Q~>a���[j�o�XW�k��v<B�=�W�/����g��>�Ā.���~"���Z[��!��� �,�b*�F�O=���RwGo����"go1�d�D��p����p�s[-����&�}3��Ë7�nJ��_�4�k�n�H���_G��C?�o��:���~����vN�endstream -endobj -2646 0 obj << -/Type /Page -/Contents 2647 0 R -/Resources 2645 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2545 0 R -/Annots [ 2652 0 R ] ->> endobj -2652 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [272.104 557.437 306.198 566.027] -/Subtype /Link -/A << /S /GoTo /D (gloss-contrib) >> ->> endobj -2648 0 obj << -/D [2646 0 R /XYZ 71.731 729.265 null] ->> endobj -2649 0 obj << -/D [2646 0 R /XYZ 71.731 641.43 null] ->> endobj -2650 0 obj << -/D [2646 0 R /XYZ 118.555 605.878 null] ->> endobj -2651 0 obj << -/D [2646 0 R /XYZ 118.555 559.432 null] ->> endobj -2653 0 obj << -/D [2646 0 R /XYZ 492.354 559.432 null] ->> endobj -2654 0 obj << -/D [2646 0 R /XYZ 71.731 525.856 null] ->> endobj -2655 0 obj << -/D [2646 0 R /XYZ 71.731 516.944 null] ->> endobj -2656 0 obj << -/D [2646 0 R /XYZ 71.731 502.001 null] ->> endobj -2657 0 obj << -/D [2646 0 R /XYZ 71.731 489.049 null] ->> endobj -2658 0 obj << -/D [2646 0 R /XYZ 91.656 473.273 null] ->> endobj -2659 0 obj << -/D [2646 0 R /XYZ 167.868 473.273 null] ->> endobj -2660 0 obj << -/D [2646 0 R /XYZ 376.695 447.37 null] ->> endobj -2661 0 obj << -/D [2646 0 R /XYZ 101.898 434.419 null] ->> endobj -2662 0 obj << -/D [2646 0 R /XYZ 71.731 424.357 null] ->> endobj -2663 0 obj << -/D [2646 0 R /XYZ 71.731 411.405 null] ->> endobj -2664 0 obj << -/D [2646 0 R /XYZ 91.656 393.572 null] ->> endobj -2665 0 obj << -/D [2646 0 R /XYZ 71.731 373.482 null] ->> endobj -2666 0 obj << -/D [2646 0 R /XYZ 107.706 362.688 null] ->> endobj -2667 0 obj << -/D [2646 0 R /XYZ 204.851 362.688 null] ->> endobj -2668 0 obj << -/D [2646 0 R /XYZ 71.731 355.55 null] ->> endobj -2669 0 obj << -/D [2646 0 R /XYZ 71.731 324.666 null] ->> endobj -2670 0 obj << -/D [2646 0 R /XYZ 107.706 313.871 null] ->> endobj -2671 0 obj << -/D [2646 0 R /XYZ 222.016 313.871 null] ->> endobj -2672 0 obj << -/D [2646 0 R /XYZ 348.501 313.871 null] ->> endobj -2673 0 obj << -/D [2646 0 R /XYZ 71.731 285.976 null] ->> endobj -2674 0 obj << -/D [2646 0 R /XYZ 71.731 270.867 null] ->> endobj -2675 0 obj << -/D [2646 0 R /XYZ 91.656 255.091 null] ->> endobj -2676 0 obj << -/D [2646 0 R /XYZ 71.731 222.05 null] ->> endobj -2677 0 obj << -/D [2646 0 R /XYZ 107.706 211.256 null] ->> endobj -2678 0 obj << -/D [2646 0 R /XYZ 71.731 183.36 null] ->> endobj -2679 0 obj << -/D [2646 0 R /XYZ 71.731 170.309 null] ->> endobj -2680 0 obj << -/D [2646 0 R /XYZ 91.656 152.476 null] ->> endobj -2681 0 obj << -/D [2646 0 R /XYZ 71.731 132.387 null] ->> endobj -2682 0 obj << -/D [2646 0 R /XYZ 107.706 121.592 null] ->> endobj -2645 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F44 2069 0 R /F35 1589 0 R /F55 2355 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2686 0 obj << -/Length 2401 -/Filter /FlateDecode ->> -stream -xڭ]���=��o�ѵ2�|�H$�䲇l��M䱼Vo<r�#��__R��c{6i���(IQ���,����R�1j%T���óhv;?>���d�������q<[�U�ֻY"��gy�D���z���{}�L�X�4�+A�m�v��l}O�W��ﶪ��럞�YL�8�"��\�J0��� -'����E�_~��Vw]c7���\���f�H$RN��D���h�r<i1J��rD�JؕY� Q��ހ���i�a7�u��� ����Ֆ�&К��w4�����|���%|��U��Nۺ������{����4w;]�"��iZAs<(��J�R:ꗅJ����4"�}Y�tn��5�@�no[�y�����}�âن! Sy؛z����`�^5���W��߉L3BNV���Q��A2c���a!��k�b84.x��W���J�p�0$m)�,T:[&�(���r�V���F��������=i��2�.8�7���#��e��8I��!��j��-���� �h�{B?���Ge���ƴ-�{��6Qoė�e�!��:��`,��4}����[�����M���e���4@��L&�2��`(�����JĢ���b�3 -��L /+���O`��5ݵ�x�ݞft�4�~������ �> 3�8���iP�����tu -�~u�����^ㅑ�D�p�3��H�Z9���i��5��շӮ�e���{A��:pn:[��n�"�"K����)�A���צ����{!���8E�ii�y46�"����=M>Gi�B�nGSZ]���n(�*��nh �`֕s�1������0k���w�ŏ�n����cy>�~{!OF�MX���S�o��/�� ����P.����bq�����#���z�2�E1��/V��+�>��!X�=jp[�R惻4���"ZC0�K���i��ˮz\d)� -�_u�g샷9��Ƨ -��7��?�'�"�r��d -o]�i��B���<b����U�����@����0>�-y��b8�9����o�B0U��qI��wz����~�E*�E�0o�\/�n����;�v��9�� 㶦D�� �~���B�+�&�Y�*2Oϔ��m��k'D� �e�+���p�Y�Q��� �Lh d1~�ݮ�A���㱲�W��/�Bη�@.����*B��p�b�I��"�݈@�ݝ�F.�L9P��Rq�H8Y��Ug�G�S�ԝz�[s�)x��_Z��P�iB�4]���lC��-@�%���L� �ЦO�x�[���X�=`&F�q�j��X��t:���w�]��t�#��A_��D��U��;�@�{�2���Y�E�ֶP���2>�χX��y�O<Iҩw�@3��Y��5\]UQ�ۢoZ�}��Y�xtmk7cc�Ʊo����1��GT��~z��z�~ E����㕢�!�k` �_��.K(����6F��J��`��*�P��Ti��О?�ʸ��d�<4�uܳ;�B15��77ܓo$hc~��z��������0� - {�:ڸ���B*F��x;�3h'���Z�J]���/>|�+��p(e*bh��C��Q�֭���4O"A���8OE�W�JBv3;�o �qˎ�Cd������R�+��T7x����j�F�P���������k@��<�0��R�c�lB�O�@R����>��4�Z�.�Ig^�^� ��,Vg�w������[��%+�`2�p F�<����E��{f�^"�@d~�z���q$C4���"�m�E�]K`��@�Ә� ��:�2 ->X���3A���<G��=�o��%eT�zM{���_w��&��S������]B�'"ͧ�w(ȸm��v$��!8�:���̄�� ���xĪ�a�Ha�9f�1�#L���#>�\���HD��ɿL�ű���"�J"�+B� ����������~\Ԁs�uG�uj --EF�T�H�)d�H5�E*�<���������I:�-����]:���M��9� "�fk�T��uq �X�ִec7�����L��`\�_T��Hf��dq]»?bԡY�E��n%<�5f �rm$����}+���8�c_���g;~)YC��N�T{��W"�{�.4���� &/؟9O�7l�y�`64�>3ԅg��+`��G�8V��"(Vgu��f�bL�\Ip{�N��q����S�Jۗ\�<�_�|�F@.J%�=C1 "�Ɨap��N��T�`Q�1��;�����@boT{���8�# �D�5��\|�g!����l�V�ڷ��I�L'�����@�O<�B/d��HN(W����d���K>���5����b�Jendstream -endobj -2685 0 obj << -/Type /Page -/Contents 2686 0 R -/Resources 2684 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2545 0 R ->> endobj -2687 0 obj << -/D [2685 0 R /XYZ 71.731 729.265 null] ->> endobj -2688 0 obj << -/D [2685 0 R /XYZ 71.731 718.306 null] ->> endobj -2689 0 obj << -/D [2685 0 R /XYZ 71.731 708.244 null] ->> endobj -2690 0 obj << -/D [2685 0 R /XYZ 91.656 690.411 null] ->> endobj -2691 0 obj << -/D [2685 0 R /XYZ 71.731 670.321 null] ->> endobj -2692 0 obj << -/D [2685 0 R /XYZ 107.706 659.527 null] ->> endobj -2693 0 obj << -/D [2685 0 R /XYZ 71.731 631.631 null] ->> endobj -2694 0 obj << -/D [2685 0 R /XYZ 71.731 618.58 null] ->> endobj -2695 0 obj << -/D [2685 0 R /XYZ 91.656 600.747 null] ->> endobj -2696 0 obj << -/D [2685 0 R /XYZ 71.731 580.658 null] ->> endobj -2697 0 obj << -/D [2685 0 R /XYZ 107.706 569.863 null] ->> endobj -1466 0 obj << -/D [2685 0 R /XYZ 71.731 546.949 null] ->> endobj -230 0 obj << -/D [2685 0 R /XYZ 460.106 507.577 null] ->> endobj -2698 0 obj << -/D [2685 0 R /XYZ 71.731 497.212 null] ->> endobj -2699 0 obj << -/D [2685 0 R /XYZ 344.279 487.452 null] ->> endobj -2700 0 obj << -/D [2685 0 R /XYZ 197.388 474.501 null] ->> endobj -2701 0 obj << -/D [2685 0 R /XYZ 438.35 474.501 null] ->> endobj -2702 0 obj << -/D [2685 0 R /XYZ 474.766 474.501 null] ->> endobj -2703 0 obj << -/D [2685 0 R /XYZ 114.062 461.549 null] ->> endobj -2704 0 obj << -/D [2685 0 R /XYZ 71.731 454.411 null] ->> endobj -2705 0 obj << -/D [2685 0 R /XYZ 428.182 443.616 null] ->> endobj -2706 0 obj << -/D [2685 0 R /XYZ 325.052 430.665 null] ->> endobj -2707 0 obj << -/D [2685 0 R /XYZ 71.731 417.714 null] ->> endobj -2708 0 obj << -/D [2685 0 R /XYZ 71.731 410.575 null] ->> endobj -2709 0 obj << -/D [2685 0 R /XYZ 71.731 400.613 null] ->> endobj -1467 0 obj << -/D [2685 0 R /XYZ 71.731 341.599 null] ->> endobj -234 0 obj << -/D [2685 0 R /XYZ 533.821 296.345 null] ->> endobj -2710 0 obj << -/D [2685 0 R /XYZ 71.731 283.907 null] ->> endobj -2711 0 obj << -/D [2685 0 R /XYZ 332.179 235.931 null] ->> endobj -2712 0 obj << -/D [2685 0 R /XYZ 135.507 222.98 null] ->> endobj -2713 0 obj << -/D [2685 0 R /XYZ 442.834 222.98 null] ->> endobj -2714 0 obj << -/D [2685 0 R /XYZ 186.556 210.028 null] ->> endobj -2715 0 obj << -/D [2685 0 R /XYZ 371.798 210.028 null] ->> endobj -2716 0 obj << -/D [2685 0 R /XYZ 192.546 197.077 null] ->> endobj -2717 0 obj << -/D [2685 0 R /XYZ 71.731 189.939 null] ->> endobj -2718 0 obj << -/D [2685 0 R /XYZ 381.821 179.144 null] ->> endobj -2719 0 obj << -/D [2685 0 R /XYZ 156.806 166.193 null] ->> endobj -2720 0 obj << -/D [2685 0 R /XYZ 282.571 166.193 null] ->> endobj -2721 0 obj << -/D [2685 0 R /XYZ 190.714 153.241 null] ->> endobj -2722 0 obj << -/D [2685 0 R /XYZ 71.731 146.103 null] ->> endobj -2684 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F35 1589 0 R /F32 1231 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2725 0 obj << -/Length 2174 -/Filter /FlateDecode ->> -stream -xڅk�۸�{~�?5Ѣ^��{y\sH�]_��) -Z���J�+J�����pF�,{�0`���g8�\�𓋕�>�ZI���W��V~y%�co������c.�b����n�T�W�U�4���λ�:tE�zA�;����t�����?��?ʪR�6�������J���E��s��H�$(ؠ���0��`o�^�]���jӹ^�t�2v=�"ҫ��3ʴ���z�I)�xe������QuA�wZ��j�w�v��;��}h����~��û��uU*C��` �~W-rY>>>���w"(�y��hj�Y~VG���iDj���kW�NG���g��;M_U���?�0�%HDk�ĎjK�� -Z�@��*� -c�C��諻�;u��Ʀ�\�왐�o��EP��巃C�� -�r%�b_!�+1��*u~���EV~�� #G��J� 7�+�E��/ⵥ�E5h&�J���v�&zG_ДGK�<a��L�`�� ��E�+O3��P�@��S�d������^k���� w�t� �����\A��u,�҈�V$0� -F@�� ��ͦ�>��jr°~7�5഼!/���#}� B�P��:( �����GՁ�Ɇ1,��@k�M�; �Ҁ� ��_���rf*�]��o�1և85��B8{ �1&9�c��)�9�weUZ΄�>g]Y�n��Z=����P`��ǎU�� -�U��*�)[(\;{�]�G7��U �'�<'��C�66]��n�����:���w� �ȍ��E��Ph��M�A6Zޢ�=KW6��@y���.�NYw���C�����;���)Z�����j+�(��Kd��_�����i`��L����O�6{� ��TEpl%\VµW�X�$�/e�"/m��#�ײɭ��)P��A���=���Up��1���a����aM�%o�%k[�q4KWBa�V MjdL�Ӳ{���M����G�'�^��@7o�Ka:[�~[�ɡk�s���a�;�&c��@V�ŝQl!�x��V _�����Ю_n~_~.��*� ɍ���@F$0��|#ih��D5��c��ь������K�X�����h�u0+g�4E�ӈ�f2�$E�x���RH���M��eA��C^tP��`���}���zq,gG���e>2ji0��n�`|>o!m�gr�t'��]�2יq��*�0`�b���#�M3)�%�~�(؎X���� �=��~�0mZ��j A��q #����+�@�[�h��E�[����[�ƃu�y�@:�a`���-x�!�`s�k]�I��V�Ai+h�?� .��.�D.�ڍ�p%������|*�;���2m|�8"#��F�؈F��y�0:�f&�Q��ۛ�{�X���V�Y��M�D{c��ϓ'���mCcXc𤰫T�p�Av��jh��c���)�.$������/��8ޫ$D� ^�j���"<�g�xA,B�}��ڃ:II=h&c�c�f�a}��kc&a�mmג�݂�0�jeOl���h<�$v5v�c<�c���L�P����D�t�s�r}r����36܇� �L1�� 6�ұ��ɨ�Mel��dՀK_��C}��ػ=�l�YCWR�@+��ɈM�����&�s�yC<$��pR�1+EԳL9-;��S�&�]����Xl���e[��Zq���#�`���h D�����/����paL!"��ŗ�Ǜ ٗ��ZsB�P�7����3�i(�>�2{�y�����x3X�V%�����n�J�m�\܃�q��!DH������KS��:[�%�S,\]T�Q� ��+Ԍ�=�n�̙IN�� 8g�&�Н��� ?L�B�U�ݭ���Μ������S�f�H -�wW�dap�M"��TD2�z8��04�;N�R4����~<��mD�mGq�n:(cp��x���h��F�ڄ�����u -B���ax���˂�l�N��?��G����Q^|��c���n�F}������>.��kl8��&=��=�Ϸ���3^���蠲u��mqЦ�t�t�xu<���<R��\��Ջo�G�����T��@�����sN��^� endstream -endobj -2724 0 obj << -/Type /Page -/Contents 2725 0 R -/Resources 2723 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2745 0 R -/Annots [ 2740 0 R 2741 0 R ] ->> endobj -2740 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [330.238 191.931 383.277 200.843] -/Subtype /Link -/A << /S /GoTo /D (install-perlmodules) >> ->> endobj -2741 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [91.377 181.037 112.249 187.891] -/Subtype /Link -/A << /S /GoTo /D (gloss-ppm) >> ->> endobj -2726 0 obj << -/D [2724 0 R /XYZ 71.731 729.265 null] ->> endobj -2727 0 obj << -/D [2724 0 R /XYZ 71.731 718.306 null] ->> endobj -2728 0 obj << -/D [2724 0 R /XYZ 71.731 633.823 null] ->> endobj -1468 0 obj << -/D [2724 0 R /XYZ 71.731 613.734 null] ->> endobj -238 0 obj << -/D [2724 0 R /XYZ 350.135 570.636 null] ->> endobj -2729 0 obj << -/D [2724 0 R /XYZ 71.731 558.465 null] ->> endobj -2730 0 obj << -/D [2724 0 R /XYZ 71.731 516.036 null] ->> endobj -2731 0 obj << -/D [2724 0 R /XYZ 440.415 505.241 null] ->> endobj -1469 0 obj << -/D [2724 0 R /XYZ 71.731 490.133 null] ->> endobj -242 0 obj << -/D [2724 0 R /XYZ 242.621 452.918 null] ->> endobj -2732 0 obj << -/D [2724 0 R /XYZ 71.731 445.565 null] ->> endobj -2733 0 obj << -/D [2724 0 R /XYZ 411.415 406.89 null] ->> endobj -1470 0 obj << -/D [2724 0 R /XYZ 71.731 391.782 null] ->> endobj -246 0 obj << -/D [2724 0 R /XYZ 175.703 359.468 null] ->> endobj -2734 0 obj << -/D [2724 0 R /XYZ 71.731 353.341 null] ->> endobj -2735 0 obj << -/D [2724 0 R /XYZ 231.715 340.539 null] ->> endobj -2736 0 obj << -/D [2724 0 R /XYZ 131.551 327.588 null] ->> endobj -2737 0 obj << -/D [2724 0 R /XYZ 71.731 312.479 null] ->> endobj -2738 0 obj << -/D [2724 0 R /XYZ 71.731 297.535 null] ->> endobj -1471 0 obj << -/D [2724 0 R /XYZ 71.731 248.484 null] ->> endobj -250 0 obj << -/D [2724 0 R /XYZ 245.449 213.017 null] ->> endobj -2739 0 obj << -/D [2724 0 R /XYZ 71.731 206.89 null] ->> endobj -2742 0 obj << -/D [2724 0 R /XYZ 71.731 171.075 null] ->> endobj -2743 0 obj << -/D [2724 0 R /XYZ 120.149 159.518 null] ->> endobj -2744 0 obj << -/D [2724 0 R /XYZ 71.731 137.899 null] ->> endobj -2723 0 obj << -/Font << /F33 1322 0 R /F35 1589 0 R /F27 1224 0 R /F23 1217 0 R /F44 2069 0 R /F61 2561 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2749 0 obj << -/Length 2068 -/Filter /FlateDecode ->> -stream -xڝێ���=_a����X�����)���E��Kc[��Qu�����C�,_���;��ې���`�"�����xQ���=|�뛀)VL�����y��(�"y"��" -2���T�"��Ŧ�����Aw�U�^(h��������q�ߪ���_����c3 �e*�L>����(��&IP1g�� EV��=.W��{�n A�, �US�@!��a�w����pĖ5�ۯ��U_�Yf�n ��*�"������;�-&�0��9H�����}ƞ���4=aZ�b{��h?Zc�����2����K�fAN��������4�9�#DՓ��}~���X�U�(�����t�N�������_�2_�0��e�7d\��M�J.W��N��a��o����c�UCDo[U�S�����n8����Z��ҽF�����0�'�n�'u�fը���7b�Ѫ���h���w"� -�c���(E|�Y��[�d�?T��EĮ3lj����hB��H�W{�5Z�t�1��n�0�e���L��P�X�m(���3i����*��z��]�ȱ�1�/��K� �4�b���m}AI(�T�q�@+�m�F;h��pD@�����;G���/�Z�ي(n�Y�b�(a@9���;)��7MWE0�`�%lT� ��Ce����-���~�����ey����� ��<��y��z`āy�/����e�Q�0U] '�|kl4���0���۟�wf�(A���۔��`�U��{���`V)l -�w[XOC �T��l����N��(O���Ccu�:�!5TMh��Ҕ��~���7Gӱ���|16!� �'����`���'��k}�\�^ KS���.��ƠC�6��{�H!zDB�@HAl>��=J6e*��l��ƪ�Ξn�����jd� -���ķ1��32u�0�=+�!��2�=��n+��'�2c����8�O�$�5?�UD}G��cN�P�>��%9P��jX$_ CkaJ8�R -��c��х�"*͈�qA �>���@�ܻ:8���K���^���3s+�z�j"��t�����hS,��q���Q��!�E���A�-|+ ��럈�Rp��>�FH�;���f������m�YC�xY�W�߈*$ū���3�O&�]y�e -�+U�;�����nնip�M��=<4�����d�f��}C��R՟��#��LC�偮A`r ��u�O�Ę3��Otv����ch` �:� -�.`�N2�7�U�~����������8Laa%��\�hV3";�#���ReGP���y 2�և���+F(�G�϶ԓ�;ӹ -�����y^� �x��[]T�/h�1��b��Z(f�eI;3ڮ�ϣƁ8zh��yh�5��Cm��(3�tt��;�����oۮHB��0���Ǥp�w��������LEM���/�ez~n;�T����@�� q������v�d{G�g�5�/f� -�Տ}�_q)�"m������~�#�1o��\��.��0��g�Us)�g��7�~���ޣ�k v��ϝ�a����Sl�[8`=X�*���.��&R�p`�:1��rm3�DQW���*�Q9K<�h��F�Ϭ'�}`�e��,�Y��V �9q�=/c�2N5}�x�TI�����)<��Vn�]�}��Vͺ���i&��?�����Q�n�E$����OA����k������'�OMQ$E&��I�� j;��R?��l ����+~*�i�_m�h�Cz;[���_ -����^�-x���[Rj�q;5�����ձ�]U�P0���r�����@F�4����Ⴗ'����&��쁧"���m�#Z3h��g�Z<5kM9�iUU���,3����:�:�y��r��B\��i-sR˛�κ�N��g���Þ��d��~��RnA@DZ�2欫���J䐬�ay��4%��H�so������{���w����?9�؞AJ=�E�Lr�j�E9tL�ʟ�Hz+��Q�(endstream -endobj -2748 0 obj << -/Type /Page -/Contents 2749 0 R -/Resources 2747 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2745 0 R -/Annots [ 2764 0 R 2765 0 R ] ->> endobj -2764 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [139.526 286.8 191.829 295.711] -/Subtype /Link -/A << /S /GoTo /D (security-webserver-access) >> ->> endobj -2765 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [478.054 286.8 530.357 295.711] -/Subtype /Link -/A << /S /GoTo /D (http) >> ->> endobj -2750 0 obj << -/D [2748 0 R /XYZ 71.731 729.265 null] ->> endobj -2751 0 obj << -/D [2748 0 R /XYZ 71.731 718.306 null] ->> endobj -2752 0 obj << -/D [2748 0 R /XYZ 71.731 718.306 null] ->> endobj -2753 0 obj << -/D [2748 0 R /XYZ 71.731 696.687 null] ->> endobj -2754 0 obj << -/D [2748 0 R /XYZ 71.731 676.762 null] ->> endobj -2755 0 obj << -/D [2748 0 R /XYZ 71.731 653.256 null] ->> endobj -2756 0 obj << -/D [2748 0 R /XYZ 71.731 653.256 null] ->> endobj -2757 0 obj << -/D [2748 0 R /XYZ 76.712 595.905 null] ->> endobj -2758 0 obj << -/D [2748 0 R /XYZ 71.731 575.98 null] ->> endobj -2759 0 obj << -/D [2748 0 R /XYZ 91.656 541.011 null] ->> endobj -2760 0 obj << -/D [2748 0 R /XYZ 76.712 524.374 null] ->> endobj -2761 0 obj << -/D [2748 0 R /XYZ 71.731 504.448 null] ->> endobj -1472 0 obj << -/D [2748 0 R /XYZ 71.731 441.584 null] ->> endobj -254 0 obj << -/D [2748 0 R /XYZ 341.46 406.117 null] ->> endobj -2762 0 obj << -/D [2748 0 R /XYZ 71.731 397.48 null] ->> endobj -1473 0 obj << -/D [2748 0 R /XYZ 71.731 367.098 null] ->> endobj -258 0 obj << -/D [2748 0 R /XYZ 244.612 333.788 null] ->> endobj -2763 0 obj << -/D [2748 0 R /XYZ 71.731 325.151 null] ->> endobj -2766 0 obj << -/D [2748 0 R /XYZ 71.731 286.8 null] ->> endobj -2767 0 obj << -/D [2748 0 R /XYZ 71.731 271.856 null] ->> endobj -2768 0 obj << -/D [2748 0 R /XYZ 322.74 262.356 null] ->> endobj -2769 0 obj << -/D [2748 0 R /XYZ 301.167 239.044 null] ->> endobj -2770 0 obj << -/D [2748 0 R /XYZ 424.128 239.044 null] ->> endobj -2771 0 obj << -/D [2748 0 R /XYZ 199.547 227.387 null] ->> endobj -2772 0 obj << -/D [2748 0 R /XYZ 382.593 227.387 null] ->> endobj -1474 0 obj << -/D [2748 0 R /XYZ 71.731 199.492 null] ->> endobj -262 0 obj << -/D [2748 0 R /XYZ 197.318 164.025 null] ->> endobj -2773 0 obj << -/D [2748 0 R /XYZ 71.731 155.387 null] ->> endobj -1475 0 obj << -/D [2748 0 R /XYZ 71.731 115.761 null] ->> endobj -2747 0 obj << -/Font << /F33 1322 0 R /F61 2561 0 R /F23 1217 0 R /F44 2069 0 R /F27 1224 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2776 0 obj << -/Length 2630 -/Filter /FlateDecode ->> -stream -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� ��H��o��_}OO5/,��&ܥOf�CEs��;~�r�9�v��Û������aGoW>�=���s�j -�ѓLA����Ol��x��W �0�-�(5ן����������OPqĪ�{j�4Ƒ -|}N��{�@�L,�e5�28�`E1{��kpk�1�gc[��Ys��EE�>�D�2a��lB��0����%�9�����XR�����qK���FlB4���ی�d]]���l/]���t�[�>�k:��lسz{�n�)�Ԇ;OƢ�3U�iu����L�����EP����n�K�fY�!s�-Q!�X�h��j2e���� ������a��@���6��#�J���v��;��O-H�I7����i[�xo�٦٣�,<y殯Z��s��7�:~M]Wucu�d����/9�8͏��6]�/�X<Z����ɻ�}���$A�b�e�Y&��PC=��zR .��p����=V�endstream -endobj -2775 0 obj << -/Type /Page -/Contents 2776 0 R -/Resources 2774 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2745 0 R -/Annots [ 2782 0 R 2789 0 R ] ->> endobj -2782 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [356.749 575.373 401.58 584.284] -/Subtype /Link -/A << /S /GoTo /D (parameters) >> ->> endobj -2789 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 -2777 0 obj << -/D [2775 0 R /XYZ 71.731 729.265 null] ->> endobj -266 0 obj << -/D [2775 0 R /XYZ 177.791 707.841 null] ->> endobj -2778 0 obj << -/D [2775 0 R /XYZ 71.731 700.488 null] ->> endobj -1476 0 obj << -/D [2775 0 R /XYZ 71.731 685.559 null] ->> endobj -270 0 obj << -/D [2775 0 R /XYZ 168.088 653.246 null] ->> endobj -2779 0 obj << -/D [2775 0 R /XYZ 71.731 647.119 null] ->> endobj -2780 0 obj << -/D [2775 0 R /XYZ 187.795 634.317 null] ->> endobj -2781 0 obj << -/D [2775 0 R /XYZ 71.731 614.227 null] ->> endobj -1477 0 obj << -/D [2775 0 R /XYZ 71.731 570.391 null] ->> endobj -274 0 obj << -/D [2775 0 R /XYZ 331.166 537.081 null] ->> endobj -2783 0 obj << -/D [2775 0 R /XYZ 71.731 530.954 null] ->> endobj -2784 0 obj << -/D [2775 0 R /XYZ 71.731 511.014 null] ->> endobj -2785 0 obj << -/D [2775 0 R /XYZ 220.441 487.268 null] ->> endobj -2786 0 obj << -/D [2775 0 R /XYZ 71.731 480.13 null] ->> endobj -2787 0 obj << -/D [2775 0 R /XYZ 455.258 469.335 null] ->> endobj -2788 0 obj << -/D [2775 0 R /XYZ 71.731 462.197 null] ->> endobj -2790 0 obj << -/D [2775 0 R /XYZ 71.731 438.332 null] ->> endobj -2791 0 obj << -/D [2775 0 R /XYZ 71.731 423.388 null] ->> endobj -2792 0 obj << -/D [2775 0 R /XYZ 121.379 400.194 null] ->> endobj -2793 0 obj << -/D [2775 0 R /XYZ 101.884 388.538 null] ->> endobj -2794 0 obj << -/D [2775 0 R /XYZ 156.232 388.538 null] ->> endobj -2795 0 obj << -/D [2775 0 R /XYZ 254.126 388.538 null] ->> endobj -2796 0 obj << -/D [2775 0 R /XYZ 313.316 388.538 null] ->> endobj -2797 0 obj << -/D [2775 0 R /XYZ 138.317 376.882 null] ->> endobj -2798 0 obj << -/D [2775 0 R /XYZ 239.635 376.882 null] ->> endobj -2799 0 obj << -/D [2775 0 R /XYZ 71.731 348.987 null] ->> endobj -2800 0 obj << -/D [2775 0 R /XYZ 175.156 336.035 null] ->> endobj -2801 0 obj << -/D [2775 0 R /XYZ 71.731 298.013 null] ->> endobj -2804 0 obj << -/D [2775 0 R /XYZ 71.731 241.888 null] ->> endobj -2805 0 obj << -/D [2775 0 R /XYZ 71.731 231.926 null] ->> endobj -2806 0 obj << -/D [2775 0 R /XYZ 71.731 193.903 null] ->> endobj -2807 0 obj << -/D [2775 0 R /XYZ 390.582 178.127 null] ->> endobj -1478 0 obj << -/D [2775 0 R /XYZ 71.731 148.075 null] ->> endobj -2774 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F44 2069 0 R /F66 2803 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2811 0 obj << -/Length 2245 -/Filter /FlateDecode ->> -stream -xڝ]�����~��JuN+r����C�6���n�N�q<�'�G�2�����,I���L챵`,�`���o�J�(����q�*�7�j�n��0�fA���f��R�Ld�Z=<�� Y�J�i$W�G�m�ݯ72�=)���5C�4u����q���i����o��0 �T"�T�����PL�U -ƨ�����4�fRDB�BI��T�����/��[m��~\K� u�T8&�U��F�"����.��wZoTd�!'e^y��R�mь�&�7�:�����%� ���nK���8f�t��͇z-#�wTE�������{��4'3���k7xM�Y E��fG)�͎�(�{�z��w�@��(�1�Z�M��3�I>�MՍMI�GM��0]�?4/`���l�I10�x�>��ɘvyQ -ԉTf���p�M]��AHrb�e(�O��A�tCX�����u����D�! �!�"h�g?��ĕP��5�������)�HX�����iat�Ri_�}k��ػ�<�n��~"�C�A,��T��B�����ܠG�ٛ����v!@ˮ��,A�ќ��'�#�. ںS ޚ�Q�~,\�1�:���6CGH�9.�-d��;��-��E��+��O*,#�����.�{V�6g�m��56�a�P��j�O�cW�M�������5�~F�(�2q~�#���7���ž�\(H��vQ�^�͖�E������֭���dH_�*�A�ݠ��* u?2��L�P���K~������M+T��ڍ�(c�I�zw�b����R����L�DNR�xĸ$��!��@�A����4tB��m�� �`�[�����{{#��-�5D��i@�#s�pG@AD���sGڇ� ���y���9�Ɨ|���h�r����c_'�ԁ�:��J�ƩL��LE4f���n:%."�M�E��fg$!B��EE��z��w���^c�Ɨ�dAU>�di� �w�"0?2�n&LB�+�J�63�d3�P/��l�X��pA�@�}T��$�_��H^�I)��L2&fo��M�"�Ί��$�N�r�g�����1�L��j�}�}0�����u��$(�7����5�{� �_[0���1 3��9k�AGa��jƇ��Ԕ�3����������Y�6�� -��U���x;n�f��[����Y.hi������ޚ���،>�1�:f�h[�Ӄc)臒����CYh�l�G�Z����2��k7��V�e�+�{�ﻹu��-�Aek>lR\L���~M��8$XM�⤍���: �w�=� �C�L� P"J�a�H̦�7?��2�G��_�w�A��%�d�@d�Z�z�ts��� �+x��kL�#�`�q��K�x$0$)?��NW*�DȮ�m@�ۧ�u�`ȋ�M�¤����"���Rl+%!��ʷ��RS|Kj`� ]�uPs����N������R@����4 b�d -�E~�����KuUci�4��z��n�P:�yBze>�ذ���`�!�d�9��m?��9�`�)d `S�� K��J�:�*������ӈ�% A,��/�ۮ�F���d@�t �?V5����y��|�Nl�9?����C[���k���<�X��7��$bMqe`�nS��A���0jn;2r�bxR^��a뀅��hx&"�d#�LчdG�ö�R�03τ�,�ͦ����-v�dԎI��T,��\<��1Wb��-а�:H���-��rke������4��PJ���S@Ŏf�A��Zʉc[�8���e�w8=��i�u0#�Æ�]Xaz���4��P� ���5A�W�2��9x����I��@��=�9~�@Wu}Ix���~@FE��� Q�f��� -Hkb���O�N0�M�Zaux�u� -̾Z��?[�C�C�@X�?��,hZRy���(Z|-�2>̹�qc͇iI�CָA��|@�P��g}_f���}�8#ގf��>��m�#��4���CՕWۭ�7���� w]�/��i����u�S�B�=�^��(��u�{`�����>u�9/h`��yXB��뀚�G��3���T4'1���Af/�q2���ӕ �J�~;��ݟஐXp�Zy�g=� ���s��D��c���M�4p8�� -�B�O/s�#,LE$�~o�I.>7Ã/|��x��������9endstream -endobj -2810 0 obj << -/Type /Page -/Contents 2811 0 R -/Resources 2809 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2745 0 R -/Annots [ 2817 0 R ] ->> endobj -2817 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [474.611 470.223 519.716 479.134] -/Subtype /Link -/A << /S /GoTo /D (installation) >> ->> endobj -2812 0 obj << -/D [2810 0 R /XYZ 71.731 729.265 null] ->> endobj -278 0 obj << -/D [2810 0 R /XYZ 241.903 707.841 null] ->> endobj -2813 0 obj << -/D [2810 0 R /XYZ 71.731 700.488 null] ->> endobj -2814 0 obj << -/D [2810 0 R /XYZ 71.731 641.724 null] ->> endobj -2815 0 obj << -/D [2810 0 R /XYZ 456.325 617.978 null] ->> endobj -1479 0 obj << -/D [2810 0 R /XYZ 71.731 587.926 null] ->> endobj -282 0 obj << -/D [2810 0 R /XYZ 381.295 544.828 null] ->> endobj -1480 0 obj << -/D [2810 0 R /XYZ 71.731 541.265 null] ->> endobj -286 0 obj << -/D [2810 0 R /XYZ 195.006 505.456 null] ->> endobj -2816 0 obj << -/D [2810 0 R /XYZ 71.731 498.103 null] ->> endobj -1481 0 obj << -/D [2810 0 R /XYZ 71.731 452.29 null] ->> endobj -290 0 obj << -/D [2810 0 R /XYZ 161.035 415.075 null] ->> endobj -2818 0 obj << -/D [2810 0 R /XYZ 71.731 404.932 null] ->> endobj -2819 0 obj << -/D [2810 0 R /XYZ 71.731 379.842 null] ->> endobj -2820 0 obj << -/D [2810 0 R /XYZ 118.555 341.278 null] ->> endobj -2821 0 obj << -/D [2810 0 R /XYZ 281.083 332.813 null] ->> endobj -2822 0 obj << -/D [2810 0 R /XYZ 252.403 297.845 null] ->> endobj -2823 0 obj << -/D [2810 0 R /XYZ 118.555 290.868 null] ->> endobj -1482 0 obj << -/D [2810 0 R /XYZ 71.731 257.701 null] ->> endobj -294 0 obj << -/D [2810 0 R /XYZ 282.307 229.054 null] ->> endobj -2824 0 obj << -/D [2810 0 R /XYZ 71.731 226.394 null] ->> endobj -298 0 obj << -/D [2810 0 R /XYZ 268.211 198.668 null] ->> endobj -2825 0 obj << -/D [2810 0 R /XYZ 71.731 191.47 null] ->> endobj -2826 0 obj << -/D [2810 0 R /XYZ 71.731 168.616 null] ->> endobj -2809 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F44 2069 0 R /F48 2081 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2829 0 obj << -/Length 1687 -/Filter /FlateDecode ->> -stream -xڥX��6����-��Ί�܇^_h�^`�C����W?R[�[�%'�d-�����(����pLJ�I9KC��I���wna��ϰx<���E:9˓�Y���g,O�4Xβ��>]�����b� ���A����[�_lo�Vu-���׳����8LY������+;�M��b�>?caiņ��,��b�5r��E�kv����z���Q���%q��m�^�g~��^����A��� ������p���u��NH��,��|q'�E]ݜ�`+�I(�O��}�����Ц��b�{B�MUz���Ӄxng\����{��8bQNR���q�_9���Z�t;��!�b��mU+���j��A:��YC2��9��m�L��B�DT:�@^M�7����)3��v��N���w�-��^B4���%Q�c� -��J�x_�5Q�><��b��Gɦ��eY��M��6�0uA�$��g$��i�8ү�Ea��,o,7��G���%Q��9���?��b��M-�3�6��V;JF���@+��������*��Ѹ�>��V��!i�J��_���4����1���{ZБ�������0�jTl��4W�c�N�:��s�cm!�Q9�����zZ�m;�V��H��ݠdc��"/�v��\g̃ؽo�h�P��z�h�ۨj��1�F�֖O�� E;{5�a�E�}�TF<(�N�9�lg�<M�_)�@7rMj M�+�\�wh*����'��V��Exg,��^4&E�{3|*1ji |�M�a��hW�@9u�uæ�<���0f�*U���*I���0L�{E쿽|�F�B�OuQ��S�x�b������ύ)�k|2)���9v�gE�3����mp�W"�������u���/Xs/�}���)�'qY�G{��l�T�J���'�ä�F?�E^���]���rw4Vf�+���n<6k�)U���A��(4��Ó�屉!�Й�F�M5����j�Ba���Y�b���<vEP�A,R����Ʒ�wQw� -E�m[3Y���͂�E*S�#�K]�N g���p���A�(&.;%5 ��(��Xߖ��J~$�V��:#���8��c�QS$(���"�QY��G������ Y�S -��S�Z���;��TT�K������,G��qK?��{�5Vx���nh��!��Ѫ�F�)�E���Z�%��V�p��;����_��CA��ưi{P�Z��$�CoC�,�ܻŵF�^N�K�`-��츥��%{�e�y`9�M?�sh���>^�N _���o���!s_#a�;��y���Yͮf�GIp]���"�2��;!³�xM��� �<�O�p|��PCyC���>G\�uSq���Cʇo�R�}/�^�ţK��_��F���Y���`�rUH���x�aʶ^D4��É�Z�f���5����0�.(�F4����'ɳ1|�Z#�]��A� !�hK��B O�aí���Ո�����X�q~Wu���KZ��A��̴)n3L�]K;n:s�v$�qވp�|0�R���*�D��i"z�(h�r����9 -!������� o�B��|���q��^�C~�g�(c4�~e���e�;�E����t��c��F|U�endstream -endobj -2828 0 obj << -/Type /Page -/Contents 2829 0 R -/Resources 2827 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2745 0 R ->> endobj -2830 0 obj << -/D [2828 0 R /XYZ 71.731 729.265 null] ->> endobj -2831 0 obj << -/D [2828 0 R /XYZ 71.731 581.818 null] ->> endobj -302 0 obj << -/D [2828 0 R /XYZ 228.441 548.941 null] ->> endobj -2832 0 obj << -/D [2828 0 R /XYZ 71.731 543.756 null] ->> endobj -2833 0 obj << -/D [2828 0 R /XYZ 427.619 531.009 null] ->> endobj -2834 0 obj << -/D [2828 0 R /XYZ 387.295 518.057 null] ->> endobj -2835 0 obj << -/D [2828 0 R /XYZ 71.731 487.074 null] ->> endobj -306 0 obj << -/D [2828 0 R /XYZ 199.549 454.296 null] ->> endobj -2836 0 obj << -/D [2828 0 R /XYZ 71.731 447.098 null] ->> endobj -2837 0 obj << -/D [2828 0 R /XYZ 71.731 424.244 null] ->> endobj -2838 0 obj << -/D [2828 0 R /XYZ 147.048 414.745 null] ->> endobj -2839 0 obj << -/D [2828 0 R /XYZ 147.048 403.088 null] ->> endobj -2840 0 obj << -/D [2828 0 R /XYZ 71.731 381.47 null] ->> endobj -2841 0 obj << -/D [2828 0 R /XYZ 71.731 358.456 null] ->> endobj -2842 0 obj << -/D [2828 0 R /XYZ 147.048 346.899 null] ->> endobj -2843 0 obj << -/D [2828 0 R /XYZ 147.048 335.243 null] ->> endobj -2844 0 obj << -/D [2828 0 R /XYZ 71.731 313.624 null] ->> endobj -2845 0 obj << -/D [2828 0 R /XYZ 361.161 300.673 null] ->> endobj -2846 0 obj << -/D [2828 0 R /XYZ 71.731 285.564 null] ->> endobj -2847 0 obj << -/D [2828 0 R /XYZ 71.731 270.62 null] ->> endobj -2848 0 obj << -/D [2828 0 R /XYZ 76.712 221.171 null] ->> endobj -2849 0 obj << -/D [2828 0 R /XYZ 118.555 177.625 null] ->> endobj -1483 0 obj << -/D [2828 0 R /XYZ 71.731 104.11 null] ->> endobj -2827 0 obj << -/Font << /F33 1322 0 R /F35 1589 0 R /F48 2081 0 R /F27 1224 0 R /F61 2561 0 R /F32 1231 0 R /F23 1217 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2852 0 obj << -/Length 1980 -/Filter /FlateDecode ->> -stream -xڭۮ��}�"��)��/�av��n��L�E�([���-�R�L�a�}I�r����Y�Qś(�r� �n�P�1Q)�,��ë`s��?� -��gE�����moJQf�f�$a!�|�Ǒ(�h�o���i���y�Gi�E��Fm����Ϳ;��t}_m����?��i����U/Gs�Xo�D�I��9�B�Ii5�D&bT(/���8��ܣ�3��l�(a��=��֏��3�D ��6L��f���/�6W3/�m5����Au��F��߆�D���F�� ����%U�ro��ۆ�(n��8�6�34��.���! �V繖z�8k������#Q���q�Q���F)Hv�Y�a��F�L���ihz����m�@pG�!���3�sr�6�d��Vc�ӌ��5�F1�:҈���N8N7�r���N9YH�q�t�;"�B ,��C!�4�DO֎,�֘����X�{�����w;=�;0��Ka�Y��� �e�Ur����������!�h�� -�3+��#OE�7���b�� ��'�3[�F�[:<D(֞��N�X����1>�� n#�uK�ߨ�؝�3k�7�~��C ?�qתA�J�C���P}dA�|C�c�6wk����M���8l�M8Q�QB@�6 �<�����)f�*�n��$k��a�Y �.n�}pDq&� ���ɺqwp�k�X�eq ���������i�<C��μ���?�R?��G�D�H]���%���l��RO���R��$M�*�<�"v�Q��*)7�0.ٌ��D �ɢ+MȊ���Y)Cȳ��6��d�jHIS���+����q$� ]ӻS�* �ĝ";�'m��B@�1�'L�^�� ao1��6�Y�y$��(������k����\5�lx"_P;��y���.��U�9��tN8�|5u��˭5C�S7a�e���/��r��e�O����B�!9XR -�F�M�@:��T�Z����QI����&�B��K���.Ҡ'Yw����I+g��L�w � --."�5����w"�Ӏ����-��c��AB��� -�W��)s�VA���Q�:�������yK\��;|H`�$/-�O[8��r���#j~Y䳫2t��,�N��~|A-?}�[ޫ�����qam����J-Ե%뗄����NJ5�{~�9U��k�ʈ!�M9F�%�*�C����a�z�jt�=�[S`|9�F�KяO����mC�mm��P�,�H�iy��a���˔���r�M�#6������ő��� -!��L���]P�S�0�kaٲ�G��8��eri-Z=��RA�i -�Ά�}�����Cj%r6EP�M�@��]~8����E����E$6�C/k\�j��n���Ա# >(i{|��j�8���1e���т��Q���;�������w��P���<��G��o��cB#�^�~�g����ta_���Ȫ�J}K�{����3ڽ|F�u'�(������jL������?La��8���֡Y0����z�k&��f� ��A��tw�}`��|�e���|�����H�4���m$i;���%\��ohT{;�܈��큂0S�^�~��-����]����O��^U0��kD�w��9�Y���q!�����H{�F ��J�gl* ��Yd������ņ.����'�;e$?g�纶��^�����Pƌ#�J#DI!�I�Fmߕ� 2��p��Jj�4�`����#6��зbl�" ;�k�+���嗿%�7O3t#���T��[-��Y��%j�����ka^�+��a� L�� ��#I*mσC=éW�@D2�`e�R�`'����zV��ƕ���������<�m��~ xu�͙#o�˪�,�K�]��x��?��g��|xT��g�+��W�4�A���6�/}ʻ�3�qU�endstream -endobj -2851 0 obj << -/Type /Page -/Contents 2852 0 R -/Resources 2850 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2745 0 R ->> endobj -2853 0 obj << -/D [2851 0 R /XYZ 71.731 729.265 null] ->> endobj -310 0 obj << -/D [2851 0 R /XYZ 138.296 708.149 null] ->> endobj -2854 0 obj << -/D [2851 0 R /XYZ 71.731 700.797 null] ->> endobj -2855 0 obj << -/D [2851 0 R /XYZ 71.731 662.954 null] ->> endobj -2856 0 obj << -/D [2851 0 R /XYZ 114.77 653.454 null] ->> endobj -2857 0 obj << -/D [2851 0 R /XYZ 114.77 641.798 null] ->> endobj -2858 0 obj << -/D [2851 0 R /XYZ 114.77 630.142 null] ->> endobj -2859 0 obj << -/D [2851 0 R /XYZ 114.77 618.486 null] ->> endobj -2860 0 obj << -/D [2851 0 R /XYZ 114.77 606.829 null] ->> endobj -2861 0 obj << -/D [2851 0 R /XYZ 114.77 595.173 null] ->> endobj -2862 0 obj << -/D [2851 0 R /XYZ 114.77 583.517 null] ->> endobj -2863 0 obj << -/D [2851 0 R /XYZ 114.77 571.86 null] ->> endobj -2864 0 obj << -/D [2851 0 R /XYZ 114.77 560.204 null] ->> endobj -2865 0 obj << -/D [2851 0 R /XYZ 114.77 548.548 null] ->> endobj -2866 0 obj << -/D [2851 0 R /XYZ 71.731 526.929 null] ->> endobj -2867 0 obj << -/D [2851 0 R /XYZ 307.836 513.977 null] ->> endobj -1484 0 obj << -/D [2851 0 R /XYZ 71.731 495.945 null] ->> endobj -314 0 obj << -/D [2851 0 R /XYZ 200.472 456.672 null] ->> endobj -2868 0 obj << -/D [2851 0 R /XYZ 71.731 449.32 null] ->> endobj -2869 0 obj << -/D [2851 0 R /XYZ 380.576 436.548 null] ->> endobj -2870 0 obj << -/D [2851 0 R /XYZ 171.904 423.596 null] ->> endobj -2871 0 obj << -/D [2851 0 R /XYZ 171.904 423.596 null] ->> endobj -1485 0 obj << -/D [2851 0 R /XYZ 71.731 416.458 null] ->> endobj -318 0 obj << -/D [2851 0 R /XYZ 197.861 379.243 null] ->> endobj -2872 0 obj << -/D [2851 0 R /XYZ 71.731 371.89 null] ->> endobj -1486 0 obj << -/D [2851 0 R /XYZ 71.731 331.059 null] ->> endobj -322 0 obj << -/D [2851 0 R /XYZ 284.184 298.745 null] ->> endobj -2873 0 obj << -/D [2851 0 R /XYZ 71.731 290.107 null] ->> endobj -2874 0 obj << -/D [2851 0 R /XYZ 481.532 279.816 null] ->> endobj -2875 0 obj << -/D [2851 0 R /XYZ 71.731 246.775 null] ->> endobj -2876 0 obj << -/D [2851 0 R /XYZ 71.731 209.978 null] ->> endobj -2877 0 obj << -/D [2851 0 R /XYZ 71.731 195.034 null] ->> endobj -2878 0 obj << -/D [2851 0 R /XYZ 76.712 143.527 null] ->> endobj -2850 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F61 2561 0 R /F32 1231 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2881 0 obj << -/Length 2133 -/Filter /FlateDecode ->> -stream -xڵk����� -(P�]sEQ��Դ�&��K��"�Z�-���J�y�"�=3��-ۻ��+ -��p8�<8/J�d�I�)�Bĩ��. -���;�K&Y�h�z�{x�TP�"U��&Hd.�,�T,r���?Wf��X�: -cA�7��L��ݖ�_������,~z��'�Ze��՛r%q"���2��H��~��5�~��?�!ur���( -6��}���QQ�Ls'�3h/����R �%pR��(�'3�*��PI�vR�J�AZ���`h�.�(4C�F3<�K����� K�e��HE�r��/�b��(��{�������-��m�n�I?I�*;jD�Əui'�����"���P���;��E1r GF��q�8�8?.b8v�����lK+f��]=�a!a���7�:^��"�)�9�t�G��h�#�t���IL�f<����/�����,��~�����1��;!�Y��s��xI57-�l| �l��t|A�֔U���Y�o�CU��̞&f`BC؇�xF�G -f.��� w&T������Cm')��'�st��4%��� e�ivf�D�#!cM�UY4c��Go7���K��]��L�f�$�ʖO�u���5�<R-4�$�v=�[�8K0����H�RD`����i \6�����%ɔd����kG��'��Gwf����������O���n= -�}��ч��2�����s�]uCJ�"yJ�(���y�2�A>�X��z�إ�&!IF�%���&p��27C�^�r\�UTh �/�+�D���oͬ{}��-'�w�䚽�HJ�7�3ɛ̯�A��'�0��m�����3�����Τ���n� G2��. w֝�V~�Y�H���[��Q���Sӽ�@�4�8��.�:V"������J�{�Ɛuw�����>��Ƕ�|�6�\�0�(g�<�`�V�����]��~���b��3�1�3�H��k�]�䦊#r�C�T�P�g�,��4��X�q_B}7����!� %�02�j豺F�J"Ύ�UF<MB�#[���>�r[��,�"��<XGM��B2C�;���z������Ab��T���S�G�+��lc� <W����I�P��%��ݙ鞈�o�f���E��su���OE���!���T���Z+A@0> �W�� t�x�~������0����{j�jw$O�'��5Y����NpTo�mx�S7vM���b����C� -5u[;��m��w:*��J`�C|�S���c����j'C�8<�k�uR�����eQc���E6p�����:H�҉�r����C'�@5�iq�Ha�ֳN���ub�{�q���ٻm�F���6uMpՏ�y�Z6|=ƅ?��P� [V��a����E�̋��r�9��x-�f9�M�~t�K�� �$��Cߵ����s��h�}��t����,�\��غ�gRnT�F9�Y��L�"Ke�vX$�ڀ�-��]P�)U��a�=�/U�e�S��z)�Ol#�"���pdk�Mnd�FQ�����rs\,��&AwC�߄��[Llh�4CV�Õvdi��3F��@k��^��1��}F��Pk����I���&a�SW����TUM�X|��C#�� -��@̦o�����r��}�B�i�l� �Nb�V�?�y�@�����X�,� ���-�{��<��D`|P���e�7�[Z*�F�����X$q>�&Q0i_[�6=>�����DD�{��e�$4[��Ad�0B���x<��y�h\��H�v0��a�X,.[��<�O��㴓�M� B�峗L���I ��j��W�?���g�*a'N�}�z��҇ݖ5�7�s��C���I*�6 k&~�7�j(X�δ�,���Is_�����l5��|�����C��n?���Q/�<_�]g�����Z��6���H�B�Hz�|��i�m�Գ3�����}cB�l�_�"*$���@�oW�#�1Jb���e��g4�ӧ1��t� �ce�q,��VM�������1���ٻ�D˩e$�0s2�����5�u��*�k}#�-�t��mV C7Y���ˉ�zmM�\$�U�|ӝMMN.r����Lr� \�𲉧C|����]���/���endstream -endobj -2880 0 obj << -/Type /Page -/Contents 2881 0 R -/Resources 2879 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2900 0 R -/Annots [ 2887 0 R ] ->> endobj -2887 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [291.637 553.435 343.62 562.346] -/Subtype /Link -/A << /S /GoTo /D (install-perlmodules-nonroot) >> ->> endobj -2882 0 obj << -/D [2880 0 R /XYZ 71.731 729.265 null] ->> endobj -2883 0 obj << -/D [2880 0 R /XYZ 118.555 684.724 null] ->> endobj -1487 0 obj << -/D [2880 0 R /XYZ 71.731 621.171 null] ->> endobj -326 0 obj << -/D [2880 0 R /XYZ 166.615 588.668 null] ->> endobj -2884 0 obj << -/D [2880 0 R /XYZ 71.731 578.303 null] ->> endobj -2885 0 obj << -/D [2880 0 R /XYZ 131.133 568.543 null] ->> endobj -2886 0 obj << -/D [2880 0 R /XYZ 247.791 568.543 null] ->> endobj -2888 0 obj << -/D [2880 0 R /XYZ 407.915 555.592 null] ->> endobj -2889 0 obj << -/D [2880 0 R /XYZ 71.731 553.435 null] ->> endobj -2890 0 obj << -/D [2880 0 R /XYZ 118.555 514.871 null] ->> endobj -2891 0 obj << -/D [2880 0 R /XYZ 174.165 506.407 null] ->> endobj -2892 0 obj << -/D [2880 0 R /XYZ 173.711 494.75 null] ->> endobj -1488 0 obj << -/D [2880 0 R /XYZ 71.731 459.588 null] ->> endobj -330 0 obj << -/D [2880 0 R /XYZ 259.473 430.941 null] ->> endobj -2893 0 obj << -/D [2880 0 R /XYZ 71.731 422.304 null] ->> endobj -2894 0 obj << -/D [2880 0 R /XYZ 71.731 399.061 null] ->> endobj -2895 0 obj << -/D [2880 0 R /XYZ 172.595 399.061 null] ->> endobj -2896 0 obj << -/D [2880 0 R /XYZ 271.727 399.061 null] ->> endobj -2897 0 obj << -/D [2880 0 R /XYZ 337.883 386.109 null] ->> endobj -2898 0 obj << -/D [2880 0 R /XYZ 71.731 373.158 null] ->> endobj -2899 0 obj << -/D [2880 0 R /XYZ 71.731 361.038 null] ->> endobj -2879 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F44 2069 0 R /F27 1224 0 R /F32 1231 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2903 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��K�endstream -endobj -2902 0 obj << -/Type /Page -/Contents 2903 0 R -/Resources 2901 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2900 0 R ->> endobj -2904 0 obj << -/D [2902 0 R /XYZ 71.731 729.265 null] ->> endobj -1489 0 obj << -/D [2902 0 R /XYZ 71.731 718.306 null] ->> endobj -334 0 obj << -/D [2902 0 R /XYZ 402.325 703.236 null] ->> endobj -1490 0 obj << -/D [2902 0 R /XYZ 71.731 692.184 null] ->> endobj -338 0 obj << -/D [2902 0 R /XYZ 288.867 651.159 null] ->> endobj -2905 0 obj << -/D [2902 0 R /XYZ 71.731 638.721 null] ->> endobj -2906 0 obj << -/D [2902 0 R /XYZ 71.731 601.54 null] ->> endobj -2907 0 obj << -/D [2902 0 R /XYZ 71.731 601.54 null] ->> endobj -2908 0 obj << -/D [2902 0 R /XYZ 71.731 586.596 null] ->> endobj -2909 0 obj << -/D [2902 0 R /XYZ 71.731 575.702 null] ->> endobj -2910 0 obj << -/D [2902 0 R /XYZ 91.656 557.869 null] ->> endobj -2911 0 obj << -/D [2902 0 R /XYZ 71.731 532.798 null] ->> endobj -2912 0 obj << -/D [2902 0 R /XYZ 71.731 521.904 null] ->> endobj -2913 0 obj << -/D [2902 0 R /XYZ 91.656 504.071 null] ->> endobj -2914 0 obj << -/D [2902 0 R /XYZ 71.731 496.933 null] ->> endobj -2915 0 obj << -/D [2902 0 R /XYZ 263.545 486.138 null] ->> endobj -2916 0 obj << -/D [2902 0 R /XYZ 500.364 486.138 null] ->> endobj -2917 0 obj << -/D [2902 0 R /XYZ 101.898 473.187 null] ->> endobj -2918 0 obj << -/D [2902 0 R /XYZ 71.731 445.291 null] ->> endobj -2919 0 obj << -/D [2902 0 R /XYZ 71.731 430.183 null] ->> endobj -2920 0 obj << -/D [2902 0 R /XYZ 91.656 414.407 null] ->> endobj -2921 0 obj << -/D [2902 0 R /XYZ 71.731 402.288 null] ->> endobj -2922 0 obj << -/D [2902 0 R /XYZ 71.731 389.336 null] ->> endobj -2923 0 obj << -/D [2902 0 R /XYZ 91.656 373.56 null] ->> endobj -2924 0 obj << -/D [2902 0 R /XYZ 250.874 360.609 null] ->> endobj -2925 0 obj << -/D [2902 0 R /XYZ 71.731 322.587 null] ->> endobj -2926 0 obj << -/D [2902 0 R /XYZ 71.731 309.635 null] ->> endobj -2927 0 obj << -/D [2902 0 R /XYZ 91.656 293.859 null] ->> endobj -2928 0 obj << -/D [2902 0 R /XYZ 133.648 267.956 null] ->> endobj -2929 0 obj << -/D [2902 0 R /XYZ 71.731 255.837 null] ->> endobj -2930 0 obj << -/D [2902 0 R /XYZ 71.731 244.943 null] ->> endobj -2931 0 obj << -/D [2902 0 R /XYZ 91.656 227.109 null] ->> endobj -2932 0 obj << -/D [2902 0 R /XYZ 71.731 142.263 null] ->> endobj -2933 0 obj << -/D [2902 0 R /XYZ 110.407 131.468 null] ->> endobj -2934 0 obj << -/D [2902 0 R /XYZ 71.731 48.817 null] ->> endobj -2901 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2937 0 obj << -/Length 2620 -/Filter /FlateDecode ->> -stream -xڭYK����P�b�jD�!RTnk{�8�l\��\�8��$&��������Dj$�iK6�F��O(Z��E�ml|�]g�8�G���]�k%Y�h�~~�՟�d�vY�x>,6al��b��A�Ƌ��_�oN�l�Z�i�L��/�US��W�QP_��hy���k������}x��&�`�'�����o'�vQ���b�A�ٰx�n�l�.Y�f0{�[�� -�@$�6�ґ���>��(�ɔn�˗{� -�x`�8Am��ם������ٝMSX�U�.[���ҥ=�f����mHUP�:���*�5S�R4��ZZ���a�~ԩ:b��z�́N�kƅ���3��eG�;�ߓ�y��ȷ��X��"�ho�u���1{ژ�u)'ӕ/�(\�ί9;�8p�*ʗG�۳��U*�Ycm��C�_�8�I��(�@md���psR9 Wq���߹�)�t>�axO/�Ү�w�p�A��.�Ԫmp���\�ٯb0SW(N�9Zek]P�3ݪ�[�R�y]e���^����D�<�y�8z8)�5�9[�R�KKvа�<�Dw9@�dF�j:�d����`���p��(��k�Ve���፼'�+J��u�pus��k �$��ΝVY$G���� �����ʂζuU��b��D�_�$M@8tb -�0��\Xc�U!�"=E��M���sk����))���7���z�� -�^ E#\�+F2(`N�Ϯ�v0U-ֵ�I�t�ބA��D��q�koNù~�5m�Y��^莃͎����6ALj��GAޓ��ߑ�&i����%jdI��9���s���tw���d֑}�2�O!�S�=��۾�v�f!B��,d��i��8���,��}���w�p�M!4�-��|q�/W|�<���R��{��6t$���ڻ���7*a5�r��]eu�g!� ��4�Y���G �@���Iͱ�:[�+�0�|�?��xY�mm^/��� A�S����`�Y9��` в���S�:D��θQ=��T��#7> <t+Kiϒñ�X�Ec��X٣��<���'�C�r���`��ppη�pr㑌#ϖ䩨���t���k>��´f_��@ i��:3�k�*���`�MF�C}ỳN��d�G ˵�)]��Z��� -�õi����ؽv�% -����]F9{��G���M�Z6�߱A��5lR��P���*��4 �J�#�J��5��OP.�'�-��d�A��7�_In|��Q�eC��Zo�tح�d垓�n�� µ�5��$=ű���ml2o�d|!�%|�� �����^���n�2��hj����I��غ����%� d�[7�A��=� \�V%)����K�����ydѕi(�Pr�D�jMߓ1p��R�|%�S��_S��j#8��Ee�֠\��' -[�V,�;�2����@�, ���3�����O� &�8�gʇ3v��'�°��ε�(�<��ժ�T�j�u�f;�äBC�����:f� ����ËeG��|�BR}�F�j���J�Yr�v�M��p#� _ `�ڎ��I�"=��[@R����0-��9���gM@��@F?����R�Mή�Dy���g����`�����,b��B�����%߲�$9C��*� 9+v־��c7eA�u*f�/g(!���7F3[5�L��>��q$�54�? ��2�n�6_��=�%��B>�bK��k��O}��7�gȊ*����\�KR�B�$㪹���g�i���ۭ<�@Β�g�:�8�}u�2�;�R�-5:R��~O�����N�pm�;Pޝ��^+p�K��c���?�n��7� m������8����e3v������`_��ƛ&�^�����7�����!���ݔ�DA8�V�j4�(�w ���Xk7�.3�_L��f a;$)��5w����c�~�d�}�x�r*��R��D ��jQ�ex���J+���s�Հ�w:s6����6�2������V^����������5���&r�i -��x�a�Q/v�P�>���g�x'n�Y(�1m{����&�qs߀����$�Ы]��F����rǚZ_-�gO�Bo]�@ݎL�ֶ�������rH�ȇ���\ xy��ե�a!����n�Aʗ�(�~�K�/�U�X -��X��W��K����j���NiK�%����9�!�S~��>Nq),QiukهT�뺷����涻��n�tf��z����0̾6��\+��i�ЙK>o�G�<��@cK���ȍ�<�>[^��=��� �~�X��t&�\÷7j���}�l?��iҰ�k�j<?�R��\�@uZ"q>m���/8����������=RC{��7���/�ֵ��'�F��,{�����Fy��A�|��y�oe�����^ɲ=|#+�������}9�$����x���'~�Ě��WZ�����1(:yq�-���wB�������7ba�c�6�����A��L�Kd�zL�?������E����N6�����N�LM�/��Am?���Dr�[�A{&��$|����N�L�S�endstream -endobj -2936 0 obj << -/Type /Page -/Contents 2937 0 R -/Resources 2935 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2900 0 R ->> endobj -2938 0 obj << -/D [2936 0 R /XYZ 71.731 729.265 null] ->> endobj -2939 0 obj << -/D [2936 0 R /XYZ 71.731 657.37 null] ->> endobj -2940 0 obj << -/D [2936 0 R /XYZ 71.731 592.777 null] ->> endobj -2941 0 obj << -/D [2936 0 R /XYZ 71.731 579.726 null] ->> endobj -2942 0 obj << -/D [2936 0 R /XYZ 91.656 561.893 null] ->> endobj -2943 0 obj << -/D [2936 0 R /XYZ 71.731 533.833 null] ->> endobj -2944 0 obj << -/D [2936 0 R /XYZ 71.731 518.889 null] ->> endobj -2945 0 obj << -/D [2936 0 R /XYZ 126.726 486.077 null] ->> endobj -2946 0 obj << -/D [2936 0 R /XYZ 71.731 423.611 null] ->> endobj -2947 0 obj << -/D [2936 0 R /XYZ 71.731 408.503 null] ->> endobj -2948 0 obj << -/D [2936 0 R /XYZ 91.656 392.727 null] ->> endobj -2949 0 obj << -/D [2936 0 R /XYZ 409.936 379.776 null] ->> endobj -2950 0 obj << -/D [2936 0 R /XYZ 71.731 355.422 null] ->> endobj -2951 0 obj << -/D [2936 0 R /XYZ 71.731 341.754 null] ->> endobj -2952 0 obj << -/D [2936 0 R /XYZ 91.656 325.978 null] ->> endobj -2953 0 obj << -/D [2936 0 R /XYZ 71.731 300.907 null] ->> endobj -2954 0 obj << -/D [2936 0 R /XYZ 71.731 287.955 null] ->> endobj -2955 0 obj << -/D [2936 0 R /XYZ 91.656 272.179 null] ->> endobj -2956 0 obj << -/D [2936 0 R /XYZ 71.731 234.157 null] ->> endobj -2957 0 obj << -/D [2936 0 R /XYZ 71.731 223.263 null] ->> endobj -2958 0 obj << -/D [2936 0 R /XYZ 91.656 205.43 null] ->> endobj -2959 0 obj << -/D [2936 0 R /XYZ 71.731 167.407 null] ->> endobj -2960 0 obj << -/D [2936 0 R /XYZ 71.731 154.456 null] ->> endobj -2961 0 obj << -/D [2936 0 R /XYZ 91.656 138.68 null] ->> endobj -2935 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F44 2069 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2964 0 obj << -/Length 2385 -/Filter /FlateDecode ->> -stream -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�~� Ik?���@�-�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�50��_�ݢ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�o�Yr���k��endstream -endobj -2963 0 obj << -/Type /Page -/Contents 2964 0 R -/Resources 2962 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2900 0 R ->> endobj -2965 0 obj << -/D [2963 0 R /XYZ 71.731 729.265 null] ->> endobj -2966 0 obj << -/D [2963 0 R /XYZ 71.731 718.306 null] ->> endobj -2967 0 obj << -/D [2963 0 R /XYZ 71.731 708.244 null] ->> endobj -2968 0 obj << -/D [2963 0 R /XYZ 91.656 690.411 null] ->> endobj -2969 0 obj << -/D [2963 0 R /XYZ 71.731 644.419 null] ->> endobj -2970 0 obj << -/D [2963 0 R /XYZ 71.731 618.516 null] ->> endobj -2971 0 obj << -/D [2963 0 R /XYZ 71.731 603.572 null] ->> endobj -2972 0 obj << -/D [2963 0 R /XYZ 71.731 519.95 null] ->> endobj -2973 0 obj << -/D [2963 0 R /XYZ 71.731 504.842 null] ->> endobj -2974 0 obj << -/D [2963 0 R /XYZ 91.656 489.066 null] ->> endobj -2975 0 obj << -/D [2963 0 R /XYZ 233.106 463.163 null] ->> endobj -2976 0 obj << -/D [2963 0 R /XYZ 71.731 440.15 null] ->> endobj -2977 0 obj << -/D [2963 0 R /XYZ 71.731 425.141 null] ->> endobj -2978 0 obj << -/D [2963 0 R /XYZ 91.656 409.365 null] ->> endobj -2979 0 obj << -/D [2963 0 R /XYZ 71.731 371.343 null] ->> endobj -2980 0 obj << -/D [2963 0 R /XYZ 71.731 360.448 null] ->> endobj -2981 0 obj << -/D [2963 0 R /XYZ 91.656 342.615 null] ->> endobj -1491 0 obj << -/D [2963 0 R /XYZ 71.731 296.623 null] ->> endobj -342 0 obj << -/D [2963 0 R /XYZ 269.758 253.525 null] ->> endobj -1492 0 obj << -/D [2963 0 R /XYZ 71.731 253.31 null] ->> endobj -346 0 obj << -/D [2963 0 R /XYZ 283.793 214.153 null] ->> endobj -2982 0 obj << -/D [2963 0 R /XYZ 71.731 203.788 null] ->> endobj -2983 0 obj << -/D [2963 0 R /XYZ 71.731 165.969 null] ->> endobj -2984 0 obj << -/D [2963 0 R /XYZ 71.731 151.025 null] ->> endobj -2962 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2987 0 obj << -/Length 2546 -/Filter /FlateDecode ->> -stream -xڅ˒�F��P�TՈ������w�Uqojk�CKlI�ɦ�گ_���șI�@4 �4�n�~�&��4�O��Ao��os����b/$�ͻ�7?|�M��I�y<m"�sS/ߤa�fq�y,�뼿�k���>�='t����KSv�/͙Q��WV������7e�a��Y��z�f�_n�� ����R7�|�/t��i�������sf���k!�����N��1_����z�}�Q:g��OZ���s���2r>!������BZ:Y����9 ���ۇ`�[3���E!�o�X�ԗ uQ�ȳ�AĄ���H�YwL�J�|��Za�����O�`D�0ŹU�gԳ܁�D쁠kjmW5õ{V��֟g�\U��=A�@��q�x����W48�Ti�K<�qת�l���_�Y�#/$j��H����yA��<莭ֆ�㯒)}�0�B��,Ȝ0��>`����xl�w.���!��!8:*Q��\-ZT�"�D2���v{ ���?=ܙ��q�U��UӲ��0Us&KJ&�ŋ���.�DT��Z��HE�;�����y�f�~��jB���X��J�3�<-xn��N�(��v�{�LZ��B��a���a�x�qD�����$� pЂhL1{:40, �)JR�[M���0W���: -{+��p94����N[�/ª9�q��p�i��D��lg�2\��X�V=rav�o��ޗ�Ӧ+{>�����`U8{��S -9��S�mz�Ȱ@��-珡�Sm���[6�e+Γ�jdP�����ޅ��fV�?z�ZC� �ܮxQ0�e3zf ��ӥ�aBqe -J�P ��^rw��d�V�(G?��Y܌e���鏿�"�yd��Cb�]��?Y�,�kD�,�����prZ�' pT�j������Yݛ�1��u<UM�ul05�t�6}��`�}�d��hԔOX e �T�u<.f�"�D�UKtܑ�T�D�w7��b-�j�0�� ��q�@]��X�>|�k�Lqu'y�?��$�cw �[3��2�ؖ�s)���9�0��������)�%gcn-��qaH�yV�Q<�S&^���[��-9H7^��6�PN�e/�*���@��+��\=l4�Ԓ ^8L�ሳ ���p��2N��J� Y�cS �qy�8�k�u-�ևd��ZI�Ϝ�En�`�_T�Т�́Z�jU��@fS}f�������21�"M0$pQg�.����ؒ]�k�Q���9>_v -t.�?��(%��"���x�oZ7z��%q�8�lwH1�t� �o�����N��4�����lQP��ҖQ��*+��<�Mm��@rʳ���s�(��#���=�`��������,���e!��0K�8Nw��o�[b�f��k��)Ka"�x�#IA>�9���U�y�,[&��a��٦�G6;ɹ=��� )P� -!N�Dn�x��w��7}��"}N�� -R�:x9��$�B��n�Y�����#�.�o;��!�)3L�i:��E�1�XW�@��7�e��z��Y�Kh�A�?��>�ԡ�V3jZS����q��E{($��YB�u�r��� �����=��*�\D�sl9�&}pvt?b��Z������<8���[�8S���[�o;"�8:��{~~����8���پ�����O8�M��6+z��᧩�&L|8�ϾcX��D�����`�J}ҳ�#t��� �c9�ɖ�5�6(�]眽{nL�H�,�Of6���8��Ot�*x|@?��¯��s�jڿ�R�gm\z�1$�=WP�/֓�m:��S�;B�Z��#c]ZOY3m�>�P/(�rۦ��t]����������f����.ee��$�s���Q�,yU��-�|��Qs�����Z����f�!�ne%eu2n� =5�(���|��A�[wV�b�3�J�öo���`�x�a�mݗ\�n���n�y�uB��^t�Z�_����(��Vh�amvz���;mz�4��8{�Vmv=���\)���K�+�o�K -(���~u�oI���2�=�����2[���}���QW4���@���?�[� )_?����ښ -��v!�+$z�wIʉ� -^�I,�Mӯ�������lW�l�|�iQ�9�@N!N=� n����M��ky��>zBwN�?���s�~�R}o����ߐ��9�^10�GQ���JIW�|P�$pF�pp[�{�)�7y0��2%�\���<| �]����w��<}!7#��ho]����Ө4]�̑�Qv��k�=�cE��Z�e�[������'������渧Ƞ�~~��T���+��ܐ�BE��9��d�1��P���Jƴ�?���t7�Se[ )�`�ƌ�֦��-l�/f"�f���1��(���ks*Y���q���ϡl�K�7Y]�PA��k/O�9����X������y���aX�v�')���O_��l"Y�_��� uI�K~�%���-endstream -endobj -2986 0 obj << -/Type /Page -/Contents 2987 0 R -/Resources 2985 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2900 0 R -/Annots [ 3000 0 R ] ->> endobj -3000 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [177.424 359.283 222.255 368.194] -/Subtype /Link -/A << /S /GoTo /D (parameters) >> ->> endobj -2988 0 obj << -/D [2986 0 R /XYZ 71.731 729.265 null] ->> endobj -1493 0 obj << -/D [2986 0 R /XYZ 71.731 718.306 null] ->> endobj -350 0 obj << -/D [2986 0 R /XYZ 264.312 707.841 null] ->> endobj -1494 0 obj << -/D [2986 0 R /XYZ 71.731 704.649 null] ->> endobj -354 0 obj << -/D [2986 0 R /XYZ 274.763 673.37 null] ->> endobj -2989 0 obj << -/D [2986 0 R /XYZ 71.731 664.733 null] ->> endobj -2990 0 obj << -/D [2986 0 R /XYZ 122.221 654.441 null] ->> endobj -2991 0 obj << -/D [2986 0 R /XYZ 468.481 654.441 null] ->> endobj -2992 0 obj << -/D [2986 0 R /XYZ 71.731 634.351 null] ->> endobj -2993 0 obj << -/D [2986 0 R /XYZ 354.578 584.703 null] ->> endobj -2994 0 obj << -/D [2986 0 R /XYZ 71.731 551.662 null] ->> endobj -1495 0 obj << -/D [2986 0 R /XYZ 71.731 481.923 null] ->> endobj -358 0 obj << -/D [2986 0 R /XYZ 224.863 448.613 null] ->> endobj -2995 0 obj << -/D [2986 0 R /XYZ 71.731 445.953 null] ->> endobj -362 0 obj << -/D [2986 0 R /XYZ 185.702 418.227 null] ->> endobj -2996 0 obj << -/D [2986 0 R /XYZ 71.731 411.029 null] ->> endobj -2997 0 obj << -/D [2986 0 R /XYZ 359.607 400.294 null] ->> endobj -2998 0 obj << -/D [2986 0 R /XYZ 388.183 374.391 null] ->> endobj -2999 0 obj << -/D [2986 0 R /XYZ 71.731 361.44 null] ->> endobj -3001 0 obj << -/D [2986 0 R /XYZ 71.731 354.302 null] ->> endobj -366 0 obj << -/D [2986 0 R /XYZ 280.196 323.582 null] ->> endobj -3002 0 obj << -/D [2986 0 R /XYZ 71.731 316.503 null] ->> endobj -3003 0 obj << -/D [2986 0 R /XYZ 117.11 305.649 null] ->> endobj -3004 0 obj << -/D [2986 0 R /XYZ 71.731 303.492 null] ->> endobj -3005 0 obj << -/D [2986 0 R /XYZ 71.731 298.511 null] ->> endobj -3006 0 obj << -/D [2986 0 R /XYZ 89.664 277.754 null] ->> endobj -3007 0 obj << -/D [2986 0 R /XYZ 71.731 275.597 null] ->> endobj -3008 0 obj << -/D [2986 0 R /XYZ 89.664 259.821 null] ->> endobj -3009 0 obj << -/D [2986 0 R /XYZ 71.731 257.664 null] ->> endobj -3010 0 obj << -/D [2986 0 R /XYZ 71.731 242.72 null] ->> endobj -3011 0 obj << -/D [2986 0 R /XYZ 244.012 233.221 null] ->> endobj -3012 0 obj << -/D [2986 0 R /XYZ 441.891 209.908 null] ->> endobj -1496 0 obj << -/D [2986 0 R /XYZ 71.731 130.805 null] ->> endobj -2985 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F48 2081 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3015 0 obj << -/Length 3325 -/Filter /FlateDecode ->> -stream -xڥَ���}�B�������|lb�ͥEx��[�)��Ǔ�O]�l���Y���]�uW�����E�9I�?s�8ZlO�b#~�c-(k��� -�E�dq�����:��-��w��_l��_�s���ڏ�e�����TVe��3���[��]������6�v$N�7��q&���9Y��9�� �8>���%��}]��W�|~la�^�lqK�Vҟ�]������V�K�U|����/�|��_q���KU,a�I���ɞf�m^1d{ȫ����R�c���a�'��ձhߎ�'��cω��p-f^���&�4���Gb�����Ϟ8O��5+��8��W��ܗ�� ��J)r�]��17��ŷh��p�W�j�����e��lެ"�? �.�#��S^�E�ZP��a��,������qf�c,4�zB+6�>Iw�'`z@���)��`��;��=tޣc��x��j������)e�ϗ�cг�H�6�T�c��W�;���u'��Cޙ�0��l�l�ȌbbF�i�*�����Ԫ#3M`����j�+�g��항�W$�K�C�#��[X�s����8q�6�� �=��oB#�s&dQ�������NS�� �F���R�wc� -��6�� � g/����Z�U���~����Z�8ȗ}"�k?�o��_�k����I�"n��¹";�qGv3���nL|Fv6���R8s۾��*H��TzA�nd�>h�Zy�4��$c�������������ϭ��!ՠ����h���է�+��Z�rU�gh��+%n`L�Am�x�1����l��˱�ެ<8��R�Pk�z�O���T�h�w�Q���U7Z�l����Io�c�nV ��F�ɒ��.�G˫��N'���ǹ���qO{���k����Z���� CͣN|'�������3�� �������7 5C{9��3FY�jN����J��m}:!\�`^���1E�m�k3�ɚ�Tvo�"�#9��1�j�g�"��/*� �Fx�A���AB�&Ѣ�hb},t�-�G[֕�����p�O�T��� �=����p#�s -gQ7v@n�Ye>��p.g����0=>9k����,�Iz�A�@(%EN4� ���Ƕ�K���w�J�hϠOz �Be� k�+ìH�k��A괷�$+�*�DOi+�)����&i��Ai��@1���~-s~aUN1~� %l�ّ'�R^���������NW ��L�f)d�~$uG�B�������0�hKU D��g�yש�y���p��9�� -�����I��F�H����k}9�=c��R����#U���n��:��e �}گ�/��-���t��������rQ[U�*ƃR�` ʊ6,�/c��՜��Vd��4e|d"J�i�t�̳�@��'Y�����R ����}M��5�9�V�AS�/�t\�����*�������Jh*C{I��0��A[���[��e,?�`���iU�K�t�P6:�(!���j���Hݰ���p��TL�LVI25n����)����ԇ�̏������[���1H�{}G��B�\R���r���c2��e��*�Pz>������Z��ڑ�!��<��N��N�؉�I���x�c�ᓍ�\���%5|`a�Ϻ�st��p�|��*b.�+�<�Ђ�9Z4 n���Z�w3����j�w/r���gM��9�#�Djj{i������d@�L����3�����"�"t='Ȩ1��Ï?�������3��< r�F��3X4j�{�����J`�P�zark �Kx�t��� ����av�0t��X�^�t$�Фıb�$o*4� o��T�k�?� ��՛�d)&����ϥ%ڐG����n����؟�dI�N#o���?䳎<'ucX�u��v�$�m�<�F�1���B�u�8&>�;����oVaU�;��S'H=�L�b^"�^��1h �Oi듀� �����;~${,�WHy��F,�=>1Fw _����qF9��h~>����)2qOR'�亹,�"�æB� R^}[�tk$Ս.zNV�>7�o�iCB�d��N����? ��Oo���sE�4�U�!vW���gTͦ� -�1�� ٜ��B'�m=�M�G����D��4 �4�H��`�D&w�#G�87/��~��xd ���o���xi^���7�e5`����B7�X��v�#I}��%��� �,�y����=~��i~<~=����<r�D�?����Y&�r���G�]�i�\�b����Sb��xD|N�-�[jIR�6D�9s�a�M�fӞ;c�!�.��NFJ�@��$�T(�ts�j��a�^s�"'�n��-�k��{��/��9yY�UQv�B�}dȘୗ��cuTm��3�Z��8�2"u;�=s� 1NQ��M� _l��"PqWU��d��'�A��^i�M���4 fH����WJ�z�Ѩs���Yd2wa��I�E�g7i/[��a�?!2�Ϩ��x��M��t�b��m}:).�,U�\���.������sMa��N��W��9����j`�j-��Dec�|��#��o���{�g"c9�u��{ 8�� ��87uq�RS -~��$+Ƌ�އ9я�Á�"��3�AP�"�ԍ.[L���0V���m�r����%'���:�����Wj}zd��)������=�W���P,�/0is(�'��@'���+�i�/f9p�F힎��9����i�f�����'�]�6jIV�y3�Ş�f�C��s�b5���!v�b��g,֦������r>%H�kK?�b*��TD��!"�����D�+���'����SΏPF���)I�N� \�V�-�����f3�̫ҧ�N=��E�Im���7��č�_� ������+97�{x�[��Q�Dsqė��F��yY��[k��!n�^���dAr���^`#F�g5����mq� -��:o����V]�8/q@^�-�ǹfq�q����[܈���Y���H�ҿ��mG����t������{&������<_��?]��Ub�1�Ġ*hPj�C�_��@��&�˖5�$�$���U���SٗN3�3T��1=��74�'�J�Nx(��I��i��t�jX�bܑ�@=��?@��Jm��ƾ��_2���_��)�l���B9p;C�Q&�����z�]ep�g�SJ�,^}�endstream -endobj -3014 0 obj << -/Type /Page -/Contents 3015 0 R -/Resources 3013 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 2900 0 R ->> endobj -3016 0 obj << -/D [3014 0 R /XYZ 71.731 729.265 null] ->> endobj -370 0 obj << -/D [3014 0 R /XYZ 207.755 708.344 null] ->> endobj -3017 0 obj << -/D [3014 0 R /XYZ 71.731 699.706 null] ->> endobj -3018 0 obj << -/D [3014 0 R /XYZ 71.731 687.258 null] ->> endobj -3019 0 obj << -/D [3014 0 R /XYZ 71.731 682.277 null] ->> endobj -3020 0 obj << -/D [3014 0 R /XYZ 81.694 661.519 null] ->> endobj -3021 0 obj << -/D [3014 0 R /XYZ 81.694 661.519 null] ->> endobj -3022 0 obj << -/D [3014 0 R /XYZ 484.554 661.519 null] ->> endobj -3023 0 obj << -/D [3014 0 R /XYZ 71.731 633.46 null] ->> endobj -3024 0 obj << -/D [3014 0 R /XYZ 81.694 617.684 null] ->> endobj -3025 0 obj << -/D [3014 0 R /XYZ 81.694 617.684 null] ->> endobj -3026 0 obj << -/D [3014 0 R /XYZ 71.731 615.527 null] ->> endobj -3027 0 obj << -/D [3014 0 R /XYZ 81.694 599.751 null] ->> endobj -3028 0 obj << -/D [3014 0 R /XYZ 81.694 599.751 null] ->> endobj -3029 0 obj << -/D [3014 0 R /XYZ 71.731 584.643 null] ->> endobj -3030 0 obj << -/D [3014 0 R /XYZ 81.694 568.867 null] ->> endobj -3031 0 obj << -/D [3014 0 R /XYZ 81.694 568.867 null] ->> endobj -3032 0 obj << -/D [3014 0 R /XYZ 71.731 553.758 null] ->> endobj -3033 0 obj << -/D [3014 0 R /XYZ 81.694 537.983 null] ->> endobj -3034 0 obj << -/D [3014 0 R /XYZ 81.694 537.983 null] ->> endobj -3035 0 obj << -/D [3014 0 R /XYZ 71.731 504.942 null] ->> endobj -3036 0 obj << -/D [3014 0 R /XYZ 213.707 468.244 null] ->> endobj -3037 0 obj << -/D [3014 0 R /XYZ 71.731 466.087 null] ->> endobj -3038 0 obj << -/D [3014 0 R /XYZ 71.731 451.143 null] ->> endobj -3039 0 obj << -/D [3014 0 R /XYZ 210.667 429.988 null] ->> endobj -3040 0 obj << -/D [3014 0 R /XYZ 76.712 413.35 null] ->> endobj -3041 0 obj << -/D [3014 0 R /XYZ 128.518 369.805 null] ->> endobj -3042 0 obj << -/D [3014 0 R /XYZ 76.712 333.445 null] ->> endobj -3043 0 obj << -/D [3014 0 R /XYZ 81.694 315.512 null] ->> endobj -3044 0 obj << -/D [3014 0 R /XYZ 81.694 315.512 null] ->> endobj -3045 0 obj << -/D [3014 0 R /XYZ 71.731 300.404 null] ->> endobj -3046 0 obj << -/D [3014 0 R /XYZ 81.694 284.628 null] ->> endobj -3047 0 obj << -/D [3014 0 R /XYZ 81.694 284.628 null] ->> endobj -3048 0 obj << -/D [3014 0 R /XYZ 71.731 269.52 null] ->> endobj -3049 0 obj << -/D [3014 0 R /XYZ 81.694 253.744 null] ->> endobj -3050 0 obj << -/D [3014 0 R /XYZ 81.694 253.744 null] ->> endobj -3051 0 obj << -/D [3014 0 R /XYZ 71.731 251.587 null] ->> endobj -3052 0 obj << -/D [3014 0 R /XYZ 81.694 235.811 null] ->> endobj -3053 0 obj << -/D [3014 0 R /XYZ 81.694 235.811 null] ->> endobj -3054 0 obj << -/D [3014 0 R /XYZ 71.731 220.703 null] ->> endobj -3055 0 obj << -/D [3014 0 R /XYZ 81.694 204.927 null] ->> endobj -3056 0 obj << -/D [3014 0 R /XYZ 81.694 204.927 null] ->> endobj -3057 0 obj << -/D [3014 0 R /XYZ 71.731 176.867 null] ->> endobj -3058 0 obj << -/D [3014 0 R /XYZ 81.694 161.091 null] ->> endobj -3059 0 obj << -/D [3014 0 R /XYZ 81.694 161.091 null] ->> endobj -3060 0 obj << -/D [3014 0 R /XYZ 71.731 133.031 null] ->> endobj -3061 0 obj << -/D [3014 0 R /XYZ 81.694 117.256 null] ->> endobj -3062 0 obj << -/D [3014 0 R /XYZ 81.694 117.256 null] ->> endobj -3063 0 obj << -/D [3014 0 R /XYZ 71.731 102.147 null] ->> endobj -3013 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F44 2069 0 R /F48 2081 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3066 0 obj << -/Length 2601 -/Filter /FlateDecode ->> -stream -xڝY������/��5+�zE��k\>$-n���mѶ����=��(ɏ����BCj83�3#�����E���C�J'�b{|{x��C(kaY�x�?=��o�,r�'f�[DA�� _�F�,���凃=��]�u,����X�e�e����*\�+�ʮ~y��ủQwlR�g�M�$QT�u�r��� S&��-�t -R܁?�� |�:��(�T�'����礜��(��_�$�.��/�>�l� -�=vh<��5� jA�o�,�e��� 0VN�VU����E�Y~��Nh��l�w�3�?��x)k�N��h�艃�Cg��&^d``��(PA����(�-T�}y��4V&�� -Ć7g�.J�@E�ێ���h��;����w}�������|jWQ�l�a�����r{6I����\����@]�ǵ<宵�oZ��~v'�-wg�<8&N-!bJ�r(��� ��^W�D�f�!������?�� ʆV�45n��7�!�c>�(�3�h�Wa�tbݾm�S/"f��r4![ �Q�����'�ڲ?�#�v�+�HG�W�w�#���ׄG���� S;�d �cdܳI���m�̟=�RY��2$��(����y���ɑO��%z�W�.�,��Ȗ+s���n��|�l�"���^�]��q�]�S˾s��"˗?6h��{��E)L���'[�f�33������AO�#�K/"�L7��բmӶ�;5u� -��A��3Su����F���R(���q�T�~f�0:X�?���dM��]@�7�_<����eE���H�EL��<�' ��0�_ �E��bġ5#��=�2ڱQ�"�i�-��*����蟸�S� ��A��9 !����^GX�S+HpS˦1H�xEx����]D�+|�i��b�S(-tv7�x���ɧ�q'ׂp?�4h,+7�&���7�{�7�_B�SD���p��9]����D'��n��� �axuY �ubT -l��-�^��,�XX`����K�$��ަ�wSPȆ�SE���("���X,O�`ʰm-K5������u͗Kˋ�;U��gW<�v:�+}X�koa��;��I2�2J�����F���R��a+�Б�d/ ]�<����<%^�9�:Lu�f���ǟV���g�%���1"�t���@���U���eO�d�~��%���\�꾴���A�'f�M�W(��,lo7��D�� ®��\A������O���� ܖ�y�\D`7xy�������trvjd��^F��QA��5x�朏M���̶'T��`��%�$^J��7D^�!����p���{p�c���Ǔ�ySۯ�xH�-�c��ў���AǤ�q#e���ÒⲒE���U�E"/!��l!Ϯ�L�0B�;���0��1�I)gsG�gp�D�d�����ov���r���^�6�,MM��$�/�T"�h|�.gIy�BЬcd��:D�o�ZɩKfv=�BDSp� �5 hg@�������&�oΞ1���#<�38ڈ�[�ɶd3�3���74���� -�Ⱦ�:���0�Qc����ߟ�Y82�U��3���>h��#�����w퍽��p�`�A�@�'�,�q��{�Q�Sq�y@β�������Si�2_�#%A�x%�� ���mϋ�̀4�?`��}� �f:Ā�D x�E�ov��8�=��R�2�OrD�}�-�o�r�,�ɚ������j�e�xzfz�^HS� ��GU��Lm���O��/�k�$�.���+'r�!lC�Eh��)E���>�Nn�!zVd��N�f=2c��r�#I�F���o� �R�t��R�N/��gZZ�nۖ'�D#.�H�A'x�Uu�DY�=�����@����v\�� �M�]�t�p`���°+�'n7�*n���.�C�*��;<��!���@���@�B0�xK���p1��l� -��!�m�#�T!Tu{�c)+���z�8� �� ��O�=�czǠ{�B��!��N��A.,�����K�X�;�7������}0#NER*x�&�������=��|R��'�7��8��v�����/�M!_�1� -��g+��d2�}.�s{�%�l�X�u�F�i���>��X�{���`Q@?����_�92Z�4_@���E���O�%�Vh�L��%��"_z+a�Y�0VY�O �hPwD�M*g����&��ū47t��6�T&��6tz����ӱS�ً��)A0����p� A5Pv�����`��Г - -�4��Wp��9�7��;����B|J�G[��9�o稟�Y����3�\�ZɈ�}���2�wms�r�btv�>N9�/C�^B�<����FV9�r���;��|�M����sh�*ǤG�t�,������%2F�Y@~]hG&��9C���������⒤ -,�}ㇳTI�K3c���PY��>��Z�q�:�8楷�]}�cn��|�\����i�������#��[WٱY�}�Y��J��S�����^���?�D�5}�淌Xg*�^r��/x�����O�endstream -endobj -3065 0 obj << -/Type /Page -/Contents 3066 0 R -/Resources 3064 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3090 0 R -/Annots [ 3079 0 R ] ->> endobj -3079 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [290.209 577.071 335.442 585.982] -/Subtype /Link -/A << /S /GoTo /D (parameters) >> ->> endobj -3067 0 obj << -/D [3065 0 R /XYZ 71.731 729.265 null] ->> endobj -3068 0 obj << -/D [3065 0 R /XYZ 71.731 741.22 null] ->> endobj -3069 0 obj << -/D [3065 0 R /XYZ 81.694 708.344 null] ->> endobj -3070 0 obj << -/D [3065 0 R /XYZ 81.694 708.344 null] ->> endobj -3071 0 obj << -/D [3065 0 R /XYZ 374.742 708.344 null] ->> endobj -3072 0 obj << -/D [3065 0 R /XYZ 71.731 706.187 null] ->> endobj -3073 0 obj << -/D [3065 0 R /XYZ 81.694 690.411 null] ->> endobj -3074 0 obj << -/D [3065 0 R /XYZ 81.694 690.411 null] ->> endobj -3075 0 obj << -/D [3065 0 R /XYZ 96.37 677.46 null] ->> endobj -3076 0 obj << -/D [3065 0 R /XYZ 239.331 638.605 null] ->> endobj -1497 0 obj << -/D [3065 0 R /XYZ 71.731 631.467 null] ->> endobj -374 0 obj << -/D [3065 0 R /XYZ 198.466 598.157 null] ->> endobj -3077 0 obj << -/D [3065 0 R /XYZ 71.731 589.519 null] ->> endobj -3078 0 obj << -/D [3065 0 R /XYZ 96.324 579.228 null] ->> endobj -1498 0 obj << -/D [3065 0 R /XYZ 71.731 520.284 null] ->> endobj -378 0 obj << -/D [3065 0 R /XYZ 233.494 486.974 null] ->> endobj -3080 0 obj << -/D [3065 0 R /XYZ 71.731 478.336 null] ->> endobj -3081 0 obj << -/D [3065 0 R /XYZ 436.119 468.045 null] ->> endobj -3082 0 obj << -/D [3065 0 R /XYZ 71.731 454.994 null] ->> endobj -3083 0 obj << -/D [3065 0 R /XYZ 71.731 440.05 null] ->> endobj -3084 0 obj << -/D [3065 0 R /XYZ 300.596 428.493 null] ->> endobj -3085 0 obj << -/D [3065 0 R /XYZ 71.731 388.941 null] ->> endobj -3086 0 obj << -/D [3065 0 R /XYZ 71.731 317.046 null] ->> endobj -3087 0 obj << -/D [3065 0 R /XYZ 71.731 291.143 null] ->> endobj -3088 0 obj << -/D [3065 0 R /XYZ 118.555 252.579 null] ->> endobj -1499 0 obj << -/D [3065 0 R /XYZ 71.731 178.957 null] ->> endobj -382 0 obj << -/D [3065 0 R /XYZ 226.737 140.679 null] ->> endobj -3089 0 obj << -/D [3065 0 R /XYZ 71.731 131.856 null] ->> endobj -3064 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F23 1217 0 R /F32 1231 0 R /F44 2069 0 R /F48 2081 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3093 0 obj << -/Length 1910 -/Filter /FlateDecode ->> -stream -x��XK��F��W{����H���ԤIѢI�v������W��f��K9�,[ -,P�0s���!9�V.��U�ȇA&Bn�վxᮎ��/<��0�fB�����o|��d���uE�&�ȗ"��!��yuRu���F����K���Z���#m��מs�'�s�����١�$�o�gi.��Ѩ�5Ӎ�F��������m�?\W�U�UeK۹z2��43[��f����Mic�D�>�=�Q}�}�G:f�J&ei]ߔ:�yU��MuX˭s�E�Bxƪڷz�-�Q�F�\�U(�Ӏ����Ɠ"aW���o�A�d:O[:2�0E'pO�",NUIO����3�`ִ����K�Vf����>)��~�[��|��p��DA��/����F���ˈ�We�Tyn�(�J2� ��f��R�NQ <X3NO��86U_ߓ��S�?�4{4r,uK���n"�\��&[����a�Α?T|��[Ы<��2Հ�0<��}U�����xa9�e��F��'��'�� �2����=�_sB;�pÉ C/��^3��T��T�b2@�棃L��1��[K�鏭�3tS�h��� �+:���\�7���g�D*`���@�h�F!A�V<�k�0�i���ۡ�O�*��y�Z5&ȕ���W���B���+��5��"�����1@8�v�?9�[O�2���'4�= -��'�R!S\��y�����ki.�No��"������9��o���ѭ.;�T����j���SV�&bpU7����{^��dk�`�������� �(�i���i眑���͙�m,�$�-�inK�1B��4S.L�VE��{�����H�����($� �5�J7 -��G�����pu\õ(t{O��iO.���'�ПV��5�]�8�����ѓ���b�1C�Z*VP+���\Aə�F�b:�783�c��f�^�OM)e�lf�G�R�����S�"��Q;X�v0�ˬc��d;�?�U�%�� -@��3�Q ���J��bJ|�ٱ� �w�w}ij���m������x�h՝v�Ϸ�_�;T��o4M���컞���5��KaX�:��Ɲ��k�Q�Z|�{@}��;۹R�q���<��!ڱ���Fh�L���:�����r�"�Ra�q�oL�Illť��>��f��o���Ω��I�;����&�>����B�x���h[@!jV5 ��L9nFU{�J-��ᖻ8�h������s�`��g{e��' j�wUN㪁���*f���w�~y���_߾��6�Nu=k`er�8��^�2n��h�& w�͕6��9����z��\��Cm[,�,�b̝��UJF"NB��>כ���"�:q��� �'�DZ�����N�]T���p;H_g`I �h�Q����MB?!�/������>6�P����L�-Y��C6�L�^}P���7l����Sn�!N -x1�]U�K$㋡3�j��5�$<�!�����"ZL�v�8bacܪ���{��{L��cj�Y��9?o%"��ΰ�6���M����J�l��/qy�W�}���t�y^vOK ��p�g�h�Q\"d��U�y����I�����Ր��7*#����ucQR���ʶ��`�U���g�ӊ���g5�����Kb�%�vc'� �$_ҟ?f`Oq~���o[��h]3}���j�ϐ�3@�T�pW����<#ƯG�>��#�ϖ &�]�$��+ξ�܆�zʡn�)�X�<NU�.��m�����-��$�� ����0/�N�^iTMm����K����Y��b�����Z|x�� 0w�K/�E�E7?(�$ߓBWZ&�sV����Rҿ[:�endstream -endobj -3092 0 obj << -/Type /Page -/Contents 3093 0 R -/Resources 3091 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3090 0 R -/Annots [ 3100 0 R 3101 0 R ] ->> endobj -3100 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 559.672 110.865 568.584] -/Subtype /Link -/A << /S /GoTo /D (gloss-product) >> ->> endobj -3101 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [410.678 559.672 468.799 568.584] -/Subtype /Link -/A << /S /GoTo /D (classifications) >> ->> endobj -3094 0 obj << -/D [3092 0 R /XYZ 71.731 729.265 null] ->> endobj -3095 0 obj << -/D [3092 0 R /XYZ 71.731 741.22 null] ->> endobj -3096 0 obj << -/D [3092 0 R /XYZ 71.731 718.306 null] ->> endobj -3097 0 obj << -/D [3092 0 R /XYZ 71.731 695.392 null] ->> endobj -3098 0 obj << -/D [3092 0 R /XYZ 71.731 657.37 null] ->> endobj -1500 0 obj << -/D [3092 0 R /XYZ 71.731 626.486 null] ->> endobj -386 0 obj << -/D [3092 0 R /XYZ 179.498 583.388 null] ->> endobj -3099 0 obj << -/D [3092 0 R /XYZ 71.731 574.565 null] ->> endobj -3102 0 obj << -/D [3092 0 R /XYZ 238.588 535.926 null] ->> endobj -3103 0 obj << -/D [3092 0 R /XYZ 71.731 503.259 null] ->> endobj -3104 0 obj << -/D [3092 0 R /XYZ 411.961 492.091 null] ->> endobj -3105 0 obj << -/D [3092 0 R /XYZ 71.731 461.107 null] ->> endobj -3106 0 obj << -/D [3092 0 R /XYZ 71.731 446.098 null] ->> endobj -3107 0 obj << -/D [3092 0 R /XYZ 71.731 431.154 null] ->> endobj -3108 0 obj << -/D [3092 0 R /XYZ 71.731 420.26 null] ->> endobj -3109 0 obj << -/D [3092 0 R /XYZ 91.656 402.427 null] ->> endobj -3110 0 obj << -/D [3092 0 R /XYZ 71.731 390.307 null] ->> endobj -3111 0 obj << -/D [3092 0 R /XYZ 71.731 377.356 null] ->> endobj -3112 0 obj << -/D [3092 0 R /XYZ 91.656 361.58 null] ->> endobj -3113 0 obj << -/D [3092 0 R /XYZ 71.731 349.461 null] ->> endobj -3114 0 obj << -/D [3092 0 R /XYZ 71.731 336.509 null] ->> endobj -3115 0 obj << -/D [3092 0 R /XYZ 91.656 320.733 null] ->> endobj -3116 0 obj << -/D [3092 0 R /XYZ 71.731 308.614 null] ->> endobj -3117 0 obj << -/D [3092 0 R /XYZ 71.731 297.72 null] ->> endobj -3118 0 obj << -/D [3092 0 R /XYZ 91.656 279.886 null] ->> endobj -3119 0 obj << -/D [3092 0 R /XYZ 71.731 267.767 null] ->> endobj -3120 0 obj << -/D [3092 0 R /XYZ 71.731 254.816 null] ->> endobj -3121 0 obj << -/D [3092 0 R /XYZ 91.656 239.04 null] ->> endobj -3122 0 obj << -/D [3092 0 R /XYZ 71.731 226.92 null] ->> endobj -3123 0 obj << -/D [3092 0 R /XYZ 71.731 213.969 null] ->> endobj -3124 0 obj << -/D [3092 0 R /XYZ 91.656 198.193 null] ->> endobj -3125 0 obj << -/D [3092 0 R /XYZ 71.731 186.073 null] ->> endobj -3126 0 obj << -/D [3092 0 R /XYZ 71.731 173.122 null] ->> endobj -3127 0 obj << -/D [3092 0 R /XYZ 91.656 157.346 null] ->> endobj -3128 0 obj << -/D [3092 0 R /XYZ 71.731 145.226 null] ->> endobj -3129 0 obj << -/D [3092 0 R /XYZ 71.731 134.332 null] ->> endobj -3130 0 obj << -/D [3092 0 R /XYZ 91.656 116.499 null] ->> endobj -3091 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3134 0 obj << -/Length 2628 -/Filter /FlateDecode ->> -stream -xڽ]�۸�=�6�fER_�[�˥-.ɡY�(z}`l�-�,��|����gH}k�CQ���hf8�C���'7����:G���M�9Û�o$c�e��y���?j�9�C�7�O�0D6�V"�����������Y�۫(�jAϷ�k^� ���L�w��ܞ�������/o><zޑN�!ի�9��|*��s�R��Њ����r��M^�c��J9�V����ޫ�S`(�R�}��D��q{�(��[v̟^HIϗ�x��o;9�-�z�g{�hq�+P��~li�m�����0)�4�?+�ى6漋�&/�V�Z6{ B�h�WJ$��}���?>^L�|N�5M�2���vr�4y�e��-h<<�(�g��-j�Q�Ƴ"s:k+z^ͯ; *Z;lx�T�o;��+̷"��`���r%81J��KƆ�Ny�����,^g$�#o��|P���#!ٱ�U��(֠=��{���!M�:&�'�XW����5,���l�hƲ�X�i�eq8��� �,�w�?��X�S�zܥLl螇�"���<0�'~|�<�+�D��|J(��4_ ɠtR�y�����Z�d����80~QJ�,^��@Br§���r�SU�"`ʓ[����&�(�Lzm�&�ҼBz�¦1�L,�%ND���ţ,Z�0P1j�(F��d���$U]��iN�����>.h�[նN�u~���*�y���:�E�1 - -��6����Vx��"��wG���\��R -����0'�S������Σ����'TV��se?B4�<zV�~Z��WA�ۢ�Y���>�E[Ly�n��#��JwP�oXt� 6�������v���,�w3�:瘟�;"�\��@N�M�����i���z�J���{ëo�@���x����V��� -4KU���ҀqDXĖ"|�"$�|�B;��yWEQy��}s���e��o�}� ��`_�l�'a����D���l϶w8���3Ƅl��1�"���[g�pV�F*:�l�_��A�cņ���Jƶ���������f�)�nn�B'�s^($��$ݾm��\���c�B-lm[d!EC۸��g��l{��S���b닭��%|ݯ���m�+��V��I������XMQ�0`�H�v�ك�o�`�=�(��D�6c�1+/��~��E�D�;�4�ꬰ�i.�m!��Q�f����ä̷��8g'�v=�G��%evF��0�[�q(x��� g -s/�F������2mU�������嶡-eX��C��,+6 -�� `�Pf -�3��g�r���v=.,#�t#�p8���S��v\7!���U���������A���:3q}��9��=GK��a�<Q�_�a�.$�E�0q�Q�Lcb 5�4����D�9֮*�ӂ��x&<�X���Y�D�"��r���`��!�� ��_��7�a ��.�0M����e?Ȟ��2Ute�ԯ**��PQ<�%���g��={EQ���)�xoJ7�f�P��0c�(��L�</��m�o\"�x輱���/x�m��m�d�P�+&�Y6��"��ĝ�d E'��TާWu�gl,K��� ���V��v��v|<�r{���`��p���@C1U�0��%���D^���]�P����V�ݺ�,�)I�Z�"Q� s�^�T�)������p����X��w�ݵڳDz�~p�g��^y}i�1��c�w-$��0+b��3t�YK�/՝~����<�5p�s���*��f�"���e�����~����3MO��8���fq�Ʊ%IA��]��9����l��!Y;�s4N���;_�ѵR���ҁݛ�ڕ�z\纷�2�B�&�8�>taY����m�}�+�#�)Jx�?�7�y�V�]2{����U�<�+�N�9�z뒙N���:�?�$�O�'��q0��C���0ΓbϪ�W6� �&\��o��I�2�M%�6hn�5B1C!�#bu�����*V��7/����M�� #a�lڌ� z�����B����J!�@��E}�j?L��j�}v����R=�\��+�ε;9f��)��%��V߳��;u��क़V�؎��ݐg�������Z����TL�����Vm�a1��a�H�3O)b�Z�/XW F�m�����'���E>���,{����*Nq��[a��b�=YQ�k)��㱪9~W�Aկ�{V+H�hP"|��2���}�lN���4z�����[�j����(�4M����ɍA���s>�Lz�7K�~�H�3\����,]S:��_?fx�zM��{Dy�5��=�������[�jm���խԑH���gQ'�������u��{Dy��C�w�A{[.�\qV�%���;o��J>��]w��t!ѡ���ږ]��;��;,6��P�6�M^z��J�� -j�(_/�%�ZX�f�i�z���N0���nk��<��)>�<�x���B�#lh۹&�l[R6#���1~�b��ϒ�x��P�j~��zs ��L���U�P�O��'�s LE*��`�P&����y*��6^�o�)��ߺ��endstream -endobj -3133 0 obj << -/Type /Page -/Contents 3134 0 R -/Resources 3132 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3090 0 R -/Annots [ 3142 0 R 3156 0 R ] ->> endobj -3142 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [270.683 629.475 363.653 638.386] -/Subtype /Link -/A << /S /GoTo /D (product-group-controls) >> ->> endobj -3156 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [472.853 516.897 523.223 525.808] -/Subtype /Link -/A << /S /GoTo /D (components) >> ->> endobj -3135 0 obj << -/D [3133 0 R /XYZ 71.731 729.265 null] ->> endobj -3136 0 obj << -/D [3133 0 R /XYZ 71.731 718.306 null] ->> endobj -3137 0 obj << -/D [3133 0 R /XYZ 71.731 708.244 null] ->> endobj -3138 0 obj << -/D [3133 0 R /XYZ 91.656 690.411 null] ->> endobj -3139 0 obj << -/D [3133 0 R /XYZ 71.731 665.34 null] ->> endobj -3140 0 obj << -/D [3133 0 R /XYZ 91.656 649.564 null] ->> endobj -3141 0 obj << -/D [3133 0 R /XYZ 71.731 642.426 null] ->> endobj -3143 0 obj << -/D [3133 0 R /XYZ 71.731 624.493 null] ->> endobj -3144 0 obj << -/D [3133 0 R /XYZ 71.731 611.542 null] ->> endobj -3145 0 obj << -/D [3133 0 R /XYZ 71.731 606.56 null] ->> endobj -3146 0 obj << -/D [3133 0 R /XYZ 89.664 585.803 null] ->> endobj -3147 0 obj << -/D [3133 0 R /XYZ 116.503 585.803 null] ->> endobj -3148 0 obj << -/D [3133 0 R /XYZ 317.656 585.803 null] ->> endobj -3149 0 obj << -/D [3133 0 R /XYZ 71.731 583.646 null] ->> endobj -3150 0 obj << -/D [3133 0 R /XYZ 89.664 567.87 null] ->> endobj -3151 0 obj << -/D [3133 0 R /XYZ 131.167 567.87 null] ->> endobj -3152 0 obj << -/D [3133 0 R /XYZ 71.731 565.714 null] ->> endobj -3153 0 obj << -/D [3133 0 R /XYZ 89.664 549.938 null] ->> endobj -3154 0 obj << -/D [3133 0 R /XYZ 71.731 547.781 null] ->> endobj -3155 0 obj << -/D [3133 0 R /XYZ 89.664 532.005 null] ->> endobj -1501 0 obj << -/D [3133 0 R /XYZ 71.731 506.003 null] ->> endobj -390 0 obj << -/D [3133 0 R /XYZ 373.787 466.73 null] ->> endobj -3157 0 obj << -/D [3133 0 R /XYZ 71.731 456.365 null] ->> endobj -3158 0 obj << -/D [3133 0 R /XYZ 100.924 446.605 null] ->> endobj -3159 0 obj << -/D [3133 0 R /XYZ 268.324 446.605 null] ->> endobj -3160 0 obj << -/D [3133 0 R /XYZ 71.731 426.516 null] ->> endobj -3161 0 obj << -/D [3133 0 R /XYZ 71.731 395.631 null] ->> endobj -3162 0 obj << -/D [3133 0 R /XYZ 138.352 384.837 null] ->> endobj -3163 0 obj << -/D [3133 0 R /XYZ 121.544 371.885 null] ->> endobj -3164 0 obj << -/D [3133 0 R /XYZ 71.731 364.747 null] ->> endobj -3165 0 obj << -/D [3133 0 R /XYZ 139.319 353.953 null] ->> endobj -3166 0 obj << -/D [3133 0 R /XYZ 121.552 341.001 null] ->> endobj -3167 0 obj << -/D [3133 0 R /XYZ 356.23 341.001 null] ->> endobj -3168 0 obj << -/D [3133 0 R /XYZ 71.731 320.912 null] ->> endobj -3169 0 obj << -/D [3133 0 R /XYZ 284.018 310.117 null] ->> endobj -3170 0 obj << -/D [3133 0 R /XYZ 71.731 290.027 null] ->> endobj -3171 0 obj << -/D [3133 0 R /XYZ 149.977 279.233 null] ->> endobj -3172 0 obj << -/D [3133 0 R /XYZ 71.731 259.143 null] ->> endobj -3173 0 obj << -/D [3133 0 R /XYZ 146.371 248.349 null] ->> endobj -3174 0 obj << -/D [3133 0 R /XYZ 71.731 241.211 null] ->> endobj -3175 0 obj << -/D [3133 0 R /XYZ 146.371 230.416 null] ->> endobj -3176 0 obj << -/D [3133 0 R /XYZ 71.731 223.278 null] ->> endobj -3177 0 obj << -/D [3133 0 R /XYZ 89.465 212.483 null] ->> endobj -3178 0 obj << -/D [3133 0 R /XYZ 172.096 212.483 null] ->> endobj -3179 0 obj << -/D [3133 0 R /XYZ 71.731 192.394 null] ->> endobj -3180 0 obj << -/D [3133 0 R /XYZ 71.731 179.442 null] ->> endobj -3181 0 obj << -/D [3133 0 R /XYZ 71.731 174.461 null] ->> endobj -3182 0 obj << -/D [3133 0 R /XYZ 89.664 153.704 null] ->> endobj -3183 0 obj << -/D [3133 0 R /XYZ 71.731 151.547 null] ->> endobj -3184 0 obj << -/D [3133 0 R /XYZ 89.664 135.771 null] ->> endobj -3185 0 obj << -/D [3133 0 R /XYZ 71.731 107.711 null] ->> endobj -3132 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3188 0 obj << -/Length 2491 -/Filter /FlateDecode ->> -stream -xڅ˒�8p�2rU[#ROϜ���n�&���;U��dK�Y�%�����P[V�"A/ @��?1���+[�lwz����w�1����������V�*pg���s;tV�Еv���&���x��uZ.��w,צ�:9�\U�W��@��,��������������I�<?�e$gK��+)�UX�t�u"���Vv*0�AA @�+���ެG�����y�$�+�����K�V|>gjo����^��iY�B]�B}T9�E�����,\�Z�H<0YF)�J1ma�iU�jW�"'��( ��5S8.͗@�ްeeќV��K!���9�w�*��B62Z!u�nұ�MTN_R�z�|=�[� J�J��$�~!+n���������ɂ� ��X) +��걲�;z�m � ��<���S'�9(@�'�ߘ>�8O�(/4�4CS L�#��6e(h��r^#Y��k��fM4_�x�� E^���=ח#GO&F]?5Pӛ0�X`���ɐ���i��x�Bz�כ!=���,�����Q�h����x��I�ڳ|<��)�:̳� �U�H0�/��g,; -������wG����o=r�����I�|�5I��w���ue�J���kG�\�9P��cZ�:l���*�ťCP�k�pt�+�V��C�1�]BF|�yUFLS����ǘG%H5�m*�� -t\ز��`��H0��`8�ż%piN�b�Q����3M -�'�Q'&���!P�}�&&=��hA�6�yF^-������d���2hE�]h��C��͇A6����D����D��Ӂ��:&��-��Ӑvݽ�_��[)�P��*5��dtU�N�xŰ및1.OfYW���YM��K���/ސ߲m�ןE���um��`�_��q��͗o4��~yZo����ϋ��f���~y~���PsgWR�L;��\��Xw���X��E�z��Gb�ZQ��a.�')�炒�*�w(�胆����)�l�=�������qn��|X���x�R4L��g����S���vj�_�'Iך���c��x`�|$����_ �}*�3�Z4��a��U����2?g�A���4�iT��J�Ω/qН�#���������kAR;�1��r$�N`gpݕ����ɩ2�LE+U��x��$��(r*a��3\�������]C���1�Z�y��n�8��ث\J����Aq�2U_h�Uar;��T�B|�~6ٞ���~:��$���R认g:�=/�z�p�c��K�W�:�H��a::I�<�}������#l�E�#�:�%��Le��N��״�RQLqЍ�:*$vZ(�m0TG�{� -G��K����F��cA��#��n\1���\eh���Ngb���K�_V�&�ҍ ���%��%��LG�p]�H)�À��Q�N@_u0�Ml�l�%{͎�@S:"��`5��"j�sQRN� �iM����W�"�Q�R��Q�����eӽ/��&]�o�˷>L-��;s���),�A�&{�neD��ֽ�:�OC'��b~��u92͒�������A�.ln�Vύl�-�!*43���,��B�4~Sz4!����$�B��2[�6አȯ+o���IU����*��er��dq��r.T^K�x@�'L�\�dj�ڬ3�0(��e����u��;��˝�ͅR�5ղu(�:6�@�Ľ��ћ���!Qd�5���uE�]J��-T�k���<c����eq��`��v�9>��,�v���{8wm�(���k�[^o[w���I���d̖]��R�l��6�-��X�{F�f�o�p=�{�3(�/�#��4��+�����$t�۴--��h�6DɊL �a��Z�ݶ',���>c��{F�6Mb�m�{|��o�� �/��=�����җC�ˁ�$�B��JzW�*-�oZ{�l�is�=S��%&X�N�.Y�����������o4��Ce���V���'�9JZ�����^<����`�&�^�2����t�p�� g�>��L�Ϸ�=̒X�/l�*�G�Os�,}ǖmp��Y�ȓ*�7z�?���q{��,4��:�!������<�@��х>R� ��hz��� -1]Y�f�j��B�����ę�4E-$kA[S��_{,P˪�&���:��j� �̕��v���>�UcY7��L�ƇL7�L��#���|H� _�<��,9]l���;��������o�ν�nP&K�^o&�)�Wdur���7�?�A���ұ��M3��Q������]32�dq1��m3N�"��������/��i�"���C#rۇL�B�/X�`ޥ���W�]^���^��� d[l���3�3��q�{uϜ�r�@�_a��|Fn�;E�}u$��?x;���w}ځ�R�Y=��o�-���_��endstream -endobj -3187 0 obj << -/Type /Page -/Contents 3188 0 R -/Resources 3186 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3090 0 R ->> endobj -3189 0 obj << -/D [3187 0 R /XYZ 71.731 729.265 null] ->> endobj -1504 0 obj << -/D [3187 0 R /XYZ 71.731 741.22 null] ->> endobj -3190 0 obj << -/D [3187 0 R /XYZ 89.664 708.344 null] ->> endobj -3191 0 obj << -/D [3187 0 R /XYZ 71.731 667.333 null] ->> endobj -3192 0 obj << -/D [3187 0 R /XYZ 89.664 651.557 null] ->> endobj -3193 0 obj << -/D [3187 0 R /XYZ 196.642 651.557 null] ->> endobj -3194 0 obj << -/D [3187 0 R /XYZ 335.629 651.557 null] ->> endobj -3195 0 obj << -/D [3187 0 R /XYZ 71.731 644.419 null] ->> endobj -3196 0 obj << -/D [3187 0 R /XYZ 71.731 595.602 null] ->> endobj -1502 0 obj << -/D [3187 0 R /XYZ 71.731 542.864 null] ->> endobj -394 0 obj << -/D [3187 0 R /XYZ 210.434 497.61 null] ->> endobj -3197 0 obj << -/D [3187 0 R /XYZ 71.731 485.439 null] ->> endobj -3198 0 obj << -/D [3187 0 R /XYZ 71.731 430.058 null] ->> endobj -3199 0 obj << -/D [3187 0 R /XYZ 510.307 380.409 null] ->> endobj -3200 0 obj << -/D [3187 0 R /XYZ 71.731 360.32 null] ->> endobj -3201 0 obj << -/D [3187 0 R /XYZ 71.731 347.368 null] ->> endobj -3202 0 obj << -/D [3187 0 R /XYZ 71.731 342.387 null] ->> endobj -3203 0 obj << -/D [3187 0 R /XYZ 89.664 321.63 null] ->> endobj -3204 0 obj << -/D [3187 0 R /XYZ 131.167 321.63 null] ->> endobj -3205 0 obj << -/D [3187 0 R /XYZ 264.267 321.63 null] ->> endobj -3206 0 obj << -/D [3187 0 R /XYZ 71.731 319.473 null] ->> endobj -3207 0 obj << -/D [3187 0 R /XYZ 89.664 303.697 null] ->> endobj -3208 0 obj << -/D [3187 0 R /XYZ 131.167 303.697 null] ->> endobj -3209 0 obj << -/D [3187 0 R /XYZ 71.731 301.54 null] ->> endobj -3210 0 obj << -/D [3187 0 R /XYZ 89.664 285.764 null] ->> endobj -3211 0 obj << -/D [3187 0 R /XYZ 137.624 285.764 null] ->> endobj -3212 0 obj << -/D [3187 0 R /XYZ 249.794 285.764 null] ->> endobj -3213 0 obj << -/D [3187 0 R /XYZ 325.929 285.764 null] ->> endobj -3214 0 obj << -/D [3187 0 R /XYZ 409.704 285.764 null] ->> endobj -3215 0 obj << -/D [3187 0 R /XYZ 503.781 285.764 null] ->> endobj -3216 0 obj << -/D [3187 0 R /XYZ 214.493 272.813 null] ->> endobj -3217 0 obj << -/D [3187 0 R /XYZ 89.664 259.862 null] ->> endobj -1503 0 obj << -/D [3187 0 R /XYZ 71.731 252.723 null] ->> endobj -398 0 obj << -/D [3187 0 R /XYZ 176.83 209.626 null] ->> endobj -3218 0 obj << -/D [3187 0 R /XYZ 71.731 200.803 null] ->> endobj -3219 0 obj << -/D [3187 0 R /XYZ 71.731 167.977 null] ->> endobj -3220 0 obj << -/D [3187 0 R /XYZ 71.731 157.083 null] ->> endobj -3221 0 obj << -/D [3187 0 R /XYZ 71.731 152.102 null] ->> endobj -3222 0 obj << -/D [3187 0 R /XYZ 89.664 129.287 null] ->> endobj -3223 0 obj << -/D [3187 0 R /XYZ 71.731 127.13 null] ->> endobj -3224 0 obj << -/D [3187 0 R /XYZ 89.664 111.354 null] ->> endobj -3225 0 obj << -/D [3187 0 R /XYZ 71.731 96.246 null] ->> endobj -3186 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3228 0 obj << -/Length 2294 -/Filter /FlateDecode ->> -stream -xڕYK���ϯ0�$#m���沘M�� ��b� dr�%�VF�I��ק�U��� h��b��^��ʅ?����}�x��p��>�����d� �l&<?n?����*i䯶�U�"v�U�{" ��6�����jzݮ7^�:����TTE��:���Z:��e����������;�c�&���0^�6�+RO>�B -�ï�?�-x��,�X�͂�TDQ��ȱ�n��n����F,��\ ��GM�J��U�o����R:�� -���������u=]�<K}[K��<����=����: -�A�����E��F�ӧ<��n��ι�Q9��W2�q�h�`1���1�1*����̄�� 6.��a��9N��;���x�U���s�}gV�*UO���L��T�D~�Dt�Ɓh��wG�D؍��+��-���Ԕ��Ji��ړ�oFQKu�j��h����}^p�k2��U�-"�`IO�쁾p�lZ]j���\���~C#���*v|��������i�,��Fj�#O��"<7 '�px����K���6>�y��A+�:^���E]���A��V����Z�F+v���w�8�E헶������a'�asg3}�m]�h��N�q���g��e�Z�Q�X����9��g��n�QH�\I����v�#���z�;l,��+��R����^�j��x�װ�7ꌞ�fЁ�:��ެ�\�3ܪ���[����?� �SC�0MC�g.4[ܲ��t���t߈E�_���M��^{�9C��}[�n���ސi�)5��|A���E�&<s�Y܂7�]�·��F�|c�(��v5$�A��#O�궂�jH_3�%P�@�YDo�E�Y���GoA���i]�G��ۺ�H&$O��I��?��yd�����a 8�V4�w�,8\B/3�� 4�`�Ϊ4�H�Dwu�S��gtyz&ηc���(�U4��]�� _F0m�դA�C�&�@�aBִ3L���ԩΧ�fƯn�n|/��c&E$�0(�l�l�!05�u�i�#^�SB-kIEG�F�}��K��R�Bi�Ŀ噩��[� ��t� !D�$�P����D�f^ӷ�{�2iR� -fSesT���f�����MU���3�L2\�%4w�<�ﭨ�_��,F<8һ�0 -=_��;�p�uffA���3��zߙt߈Eݯ�!R�. N�j��:T<S����oD�����09�&.�W�h�6Բ���ĉ:���XA�yRX���]}�iؔ��hm�Ě<To\�S�ǘ��S���ސ����\�^��> -͍��&�`�T��B4���+�f��5:+04dD�z՟Y�8�t��i&b�j#�'�L��x�������$o�,��5�1s�6�{^�Qw���r�M����y��Un -�*^Ԑ0�NȰs_�X��.��4�W?�� -3�8sz`9��c`�GbvB��/T�%WY��������L3 ~�5 -#k�_r]P�K��b;z4��A\5�����G��^�ZP�=�� kό��ڔ��[��3���YI��&'VԂ@��X*�#���/~����@gw5��_OQ��Z�0ֱ����xoY�5_���;��^�ac��g/ôqw.//��PߵC2 ��@�A�����!$H -����*�?S -{%\!=zs����s�VS� 9�os6)fT�#���D�1�;IUk[��=��ˑ����L�{=�7���a:B������ZrۙX�O�?ؐ��A�J��g�c��-��MO(��1�G%~�^Bv�"�x�5��˺��^�B��9�S�w����ӋEUd�B�����M�T�~:X��Lw�T�l�҄�LC��T٧Iz�\~8�n;��Q7����XJn�|1��̕3�e�b�@�̒����Blqc��7�V�"��>Ttր�åai�Z�:�+���>Plá;<���'q���~�Q�ibk��O��X�R%b�U��*�U�%U�\0��}� - �kG1����bY&:��I>fa���T,�>y[7�ܸjf ��;5�+����[�[��Ā�eܧhBwի���E�7T�J�Omn��Ч��,�5*��C���7���Z��i� e(���k`�u/�X|7�W��s�+�z�Z�'�n)ˎqq�w�4~/b6��a���%����lA��+�lf��)�[���$"��s����X$AaʜS��'amZ�M���觶 ���Y�~��D��bN ��a�^�8�endstream -endobj -3227 0 obj << -/Type /Page -/Contents 3228 0 R -/Resources 3226 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3090 0 R ->> endobj -3229 0 obj << -/D [3227 0 R /XYZ 71.731 729.265 null] ->> endobj -3230 0 obj << -/D [3227 0 R /XYZ 89.664 708.344 null] ->> endobj -402 0 obj << -/D [3227 0 R /XYZ 194.2 658.108 null] ->> endobj -3231 0 obj << -/D [3227 0 R /XYZ 71.731 649.285 null] ->> endobj -3232 0 obj << -/D [3227 0 R /XYZ 71.731 621.441 null] ->> endobj -3233 0 obj << -/D [3227 0 R /XYZ 71.731 606.497 null] ->> endobj -3234 0 obj << -/D [3227 0 R /XYZ 71.731 557.446 null] ->> endobj -3235 0 obj << -/D [3227 0 R /XYZ 71.731 543.055 null] ->> endobj -3236 0 obj << -/D [3227 0 R /XYZ 71.731 538.073 null] ->> endobj -3237 0 obj << -/D [3227 0 R /XYZ 89.664 516.599 null] ->> endobj -3238 0 obj << -/D [3227 0 R /XYZ 71.731 514.442 null] ->> endobj -3239 0 obj << -/D [3227 0 R /XYZ 89.664 498.666 null] ->> endobj -3240 0 obj << -/D [3227 0 R /XYZ 71.731 496.509 null] ->> endobj -3241 0 obj << -/D [3227 0 R /XYZ 89.664 480.733 null] ->> endobj -3242 0 obj << -/D [3227 0 R /XYZ 71.731 441.779 null] ->> endobj -3243 0 obj << -/D [3227 0 R /XYZ 89.664 423.946 null] ->> endobj -1505 0 obj << -/D [3227 0 R /XYZ 71.731 403.857 null] ->> endobj -406 0 obj << -/D [3227 0 R /XYZ 150.026 360.759 null] ->> endobj -3244 0 obj << -/D [3227 0 R /XYZ 71.731 348.321 null] ->> endobj -3245 0 obj << -/D [3227 0 R /XYZ 366.767 339.2 null] ->> endobj -3246 0 obj << -/D [3227 0 R /XYZ 395.819 339.2 null] ->> endobj -3247 0 obj << -/D [3227 0 R /XYZ 396.191 313.297 null] ->> endobj -1506 0 obj << -/D [3227 0 R /XYZ 71.731 298.189 null] ->> endobj -410 0 obj << -/D [3227 0 R /XYZ 235.992 260.973 null] ->> endobj -3248 0 obj << -/D [3227 0 R /XYZ 71.731 250.831 null] ->> endobj -3249 0 obj << -/D [3227 0 R /XYZ 260.965 240.849 null] ->> endobj -3250 0 obj << -/D [3227 0 R /XYZ 154.091 227.897 null] ->> endobj -3251 0 obj << -/D [3227 0 R /XYZ 71.731 220.759 null] ->> endobj -3252 0 obj << -/D [3227 0 R /XYZ 220.591 209.965 null] ->> endobj -3253 0 obj << -/D [3227 0 R /XYZ 71.731 202.826 null] ->> endobj -3254 0 obj << -/D [3227 0 R /XYZ 89.664 182.069 null] ->> endobj -3255 0 obj << -/D [3227 0 R /XYZ 299.943 182.069 null] ->> endobj -3256 0 obj << -/D [3227 0 R /XYZ 71.731 174.931 null] ->> endobj -3257 0 obj << -/D [3227 0 R /XYZ 164.608 164.136 null] ->> endobj -3258 0 obj << -/D [3227 0 R /XYZ 287.74 164.136 null] ->> endobj -3259 0 obj << -/D [3227 0 R /XYZ 258.748 151.185 null] ->> endobj -3260 0 obj << -/D [3227 0 R /XYZ 276.999 151.185 null] ->> endobj -3261 0 obj << -/D [3227 0 R /XYZ 311.022 151.185 null] ->> endobj -3262 0 obj << -/D [3227 0 R /XYZ 76.712 133.252 null] ->> endobj -3263 0 obj << -/D [3227 0 R /XYZ 89.664 115.32 null] ->> endobj -3264 0 obj << -/D [3227 0 R /XYZ 208.796 115.32 null] ->> endobj -3265 0 obj << -/D [3227 0 R /XYZ 71.731 113.163 null] ->> endobj -3266 0 obj << -/D [3227 0 R /XYZ 89.664 97.387 null] ->> endobj -3267 0 obj << -/D [3227 0 R /XYZ 178.191 97.387 null] ->> endobj -3268 0 obj << -/D [3227 0 R /XYZ 284.412 97.387 null] ->> endobj -3269 0 obj << -/D [3227 0 R /XYZ 71.731 95.23 null] ->> endobj -3226 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F44 2069 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3272 0 obj << -/Length 1833 -/Filter /FlateDecode ->> -stream -xڭXK��6���-��fD��Kf�i:�����4=�m�+���l}�Ïm��ٙ �� ~��Z.|���T�4�O�� ��Ӄ�8�ȏ�5֬���|�<����\�I�������i�,�����:w�Y����BA���T�e�>��C���៲������?l�q��<_]^g"Ȃ�:�E��[�au��3FѰ� ��:Nw��e�H�h1��|]~�<�U�f��O{�N�z�QS�ju��Ҳ~jg��ת�P� �ۣ髂���eݙ�������V�M���2�tӖ�&A |��S�S�o�+�Z]���L��k/�}��P���`�!Rk����)·�/b�� -����+�[[�e��*��s�n�haM.N��9IS%��eT����%���r��?���Qt��Y���Lb��$�F���b�b|��B�Z���hHTc�M��������u�j��:φ�k�Z낧w�~�z����]yA -a�1Ff7s����\ ��BFp���Z��}������ -��[�y�[�w��A��whG3��h����R91 ������T�k7qr����*���ÁQL� -�0`��t�Fs�3�5����K�d"�) ��O\���<��@D9���i$���wb� -��I�qU���!�^����]uCf���R|�;8 ��Y;��3�'?�7ȍ�5� =�����@�Z����>�������:�k ; b�:�Pu��D=J����VQ���u�����٩!�G5�Y�C0�Qk��a `�ʑS�����Y����ް���Y7�z3M����ׇ����B��7�h�nxY���l��p\�iP_t;���0YB����zU�_���#c7��2��^<��M�tGj�3�pyۖǰ1�1�^�Y��\&�h(��R��T0.�`�?�W���^x;�vZ�(�����o;j�4Ċ�-�Ls]��lM�rj{��ݶ.ʎ���Y��O�4��GoN��|��j��+'�\��,i��H�ZP��9��t��O��n�A�y9f����o-Q 4���H}&��y .�� lY�� u�(��`�p�1�ה�#�)������~���E}W��p��G�"��"N�l���y��6Y�O��I�"(�)�f���;eph�5�����hA����vY �K���� 'Dck�ƒ�(w��n2%MT���`7J< Ŷ���n��-�I�1�X��eOVMgW2�퍂m�~�U$��[b�)����CE܈5Ih���;B�59ǚ����Y�Jީ�2����ૣk۱��>C��z�V ��2�O:��uK�P���DsX��v���z!����q��%>`�,�xku¼.H���9(/�y����Ԟb���pv��Nz��@L0�Nm��U���*+^��������>Q��0�`#g��.�B\'�%����̦�F�����h����W���M-�ș�x�f`��Owͬ2a��M���Zrxd����vl -dX�C��L���@�[��˝1�&l�6c=�c�[@��~p|�����Njv�c�-P�H�2���)�%3I�~��M[�g6M�_H8ٶDr$�/��Y�-{������4m�آ�P������� $���$���h��۩�۹��$�%�ӹ�2e�_x�rk�on8ޑ#Nò�NYA'��� �`���gtb&����=iFGr��|�H��>~f~պg���s<|)7�e��<���<��Y����7�L_�9tT��54�'�8#6����6�=�d5]�endstream -endobj -3271 0 obj << -/Type /Page -/Contents 3272 0 R -/Resources 3270 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3090 0 R ->> endobj -3273 0 obj << -/D [3271 0 R /XYZ 71.731 729.265 null] ->> endobj -3274 0 obj << -/D [3271 0 R /XYZ 71.731 741.22 null] ->> endobj -3275 0 obj << -/D [3271 0 R /XYZ 89.664 708.344 null] ->> endobj -3276 0 obj << -/D [3271 0 R /XYZ 89.664 695.392 null] ->> endobj -3277 0 obj << -/D [3271 0 R /XYZ 202.639 695.392 null] ->> endobj -3278 0 obj << -/D [3271 0 R /XYZ 71.731 693.953 null] ->> endobj -3279 0 obj << -/D [3271 0 R /XYZ 89.664 677.46 null] ->> endobj -1507 0 obj << -/D [3271 0 R /XYZ 71.731 641.594 null] ->> endobj -414 0 obj << -/D [3271 0 R /XYZ 194.361 602.222 null] ->> endobj -1508 0 obj << -/D [3271 0 R /XYZ 71.731 599.03 null] ->> endobj -418 0 obj << -/D [3271 0 R /XYZ 152.762 567.751 null] ->> endobj -3280 0 obj << -/D [3271 0 R /XYZ 71.731 561.624 null] ->> endobj -3281 0 obj << -/D [3271 0 R /XYZ 188.442 548.822 null] ->> endobj -3282 0 obj << -/D [3271 0 R /XYZ 71.731 530.725 null] ->> endobj -3283 0 obj << -/D [3271 0 R /XYZ 71.731 530.725 null] ->> endobj -3284 0 obj << -/D [3271 0 R /XYZ 71.731 519.742 null] ->> endobj -3285 0 obj << -/D [3271 0 R /XYZ 91.656 501.997 null] ->> endobj -3286 0 obj << -/D [3271 0 R /XYZ 71.731 489.878 null] ->> endobj -3287 0 obj << -/D [3271 0 R /XYZ 71.731 489.878 null] ->> endobj -3288 0 obj << -/D [3271 0 R /XYZ 71.731 479.083 null] ->> endobj -3289 0 obj << -/D [3271 0 R /XYZ 91.656 461.151 null] ->> endobj -3290 0 obj << -/D [3271 0 R /XYZ 365.427 461.151 null] ->> endobj -3291 0 obj << -/D [3271 0 R /XYZ 71.731 449.031 null] ->> endobj -3292 0 obj << -/D [3271 0 R /XYZ 71.731 449.031 null] ->> endobj -3293 0 obj << -/D [3271 0 R /XYZ 71.731 438.237 null] ->> endobj -3294 0 obj << -/D [3271 0 R /XYZ 91.656 420.304 null] ->> endobj -3295 0 obj << -/D [3271 0 R /XYZ 363.424 420.304 null] ->> endobj -3296 0 obj << -/D [3271 0 R /XYZ 71.731 397.39 null] ->> endobj -3297 0 obj << -/D [3271 0 R /XYZ 273.602 384.438 null] ->> endobj -1509 0 obj << -/D [3271 0 R /XYZ 71.731 354.386 null] ->> endobj -422 0 obj << -/D [3271 0 R /XYZ 244.6 317.171 null] ->> endobj -3298 0 obj << -/D [3271 0 R /XYZ 71.731 306.806 null] ->> endobj -3299 0 obj << -/D [3271 0 R /XYZ 144.965 284.095 null] ->> endobj -3300 0 obj << -/D [3271 0 R /XYZ 327.322 284.095 null] ->> endobj -3301 0 obj << -/D [3271 0 R /XYZ 107.148 271.143 null] ->> endobj -3302 0 obj << -/D [3271 0 R /XYZ 134.893 271.143 null] ->> endobj -3303 0 obj << -/D [3271 0 R /XYZ 71.731 266.062 null] ->> endobj -3304 0 obj << -/D [3271 0 R /XYZ 311.294 240.259 null] ->> endobj -3305 0 obj << -/D [3271 0 R /XYZ 71.731 220.169 null] ->> endobj -3306 0 obj << -/D [3271 0 R /XYZ 120.869 209.375 null] ->> endobj -3307 0 obj << -/D [3271 0 R /XYZ 319.55 196.423 null] ->> endobj -3308 0 obj << -/D [3271 0 R /XYZ 448.374 196.423 null] ->> endobj -1510 0 obj << -/D [3271 0 R /XYZ 71.731 176.334 null] ->> endobj -426 0 obj << -/D [3271 0 R /XYZ 242.592 139.118 null] ->> endobj -3309 0 obj << -/D [3271 0 R /XYZ 71.731 128.753 null] ->> endobj -1511 0 obj << -/D [3271 0 R /XYZ 71.731 116.837 null] ->> endobj -3270 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3312 0 obj << -/Length 2177 -/Filter /FlateDecode ->> -stream -xڝY[��~�_ᷕQ��Ւ���.�M�AE��ylue�圞���pft��E��`j87��\��|�Vi��~�\��dU\������]�[fَx>����s�r����e��J�|�F�ʒp�?���t��δ�m��^�����R֥zY������˪�������}o;�R�g�S���ο0Z�ʓ�u�������L�*@�����u�X�w���#�g�('�~��tX������ܩr�"K���# b�C��7k�4���sO�/�C?��ەM��Cs�&��j����gv{I�9�C�zR��v -N =�^�� ����$��x��+���v���T4:c� -�sw.���@Jk��2�;�nj�8�u�x��AS5W�� è�����%&Y]7�< ��^��u�x�������KZe�! pK�Ά�e�W�M���WvD*kE���7�g�D5��Yu��i��m���\��۰��H���&�5l]�A�HM-&u7�R�Й;7�̑Əvԙl�Q���v�b� -�ր��7���?����(��=�@~��@�p���'R�tt� -���ă�uvN��� X���-�n��r֢�� 9? �(A���Ɓ�@؊�c<��p�r�� 8�����'�����٥���"�%�Ihq -hױ�m�����:�q���W6�Qޝ[��^+]��y�Ls�ʐF��ʖs;1l{ʜ�Þ��Ejn%��n�[���VY��ՉJ���[sH�&�W��#R�B���-M�>E"���y���EN������[s#j�Y�5f�Cqk[ν ����Q��2��`CF*���ŀ�r��-0�I*�Hu������6S�n���}@�����_V�{��F�xP��YJԨ��z�>7�8�� .��j ؖ�ꍔ���k��z��ԠR��I�� y��!��77|�{[_���3�h�o�%�_����ˎ39L�f�o&2�4���f�h� -�����TY��<�z-��p�c����p�ܫZ��o4M�ƑŪ>J�CBޟ!�f��uJ���W�Z��Z�g#�֛��Uػ�:��P�ս< ���a�|h0��p�y�Cf����m}�Ol�Ԣ�(�p�R�`��%]�)W�4��ҡ�$� ~����#����&� ["�ʖ-���b߀#V8�߿Q�b8��/lrG�BT:������;.1�L�}�;���%#k�4P,`�}4(�2�`��R�;)�Lxi���~�ũ�등����F���*ʂ��&���G�G��; I��(l���Gr�]fB�3��o(�7K��bK�A�#�G�YS�(��,��崳d��D�r�G��Y�'1>G��>|�c5� VLm7�W[���<� -��C.u�?��8]hiHIG�nn'_ے���]D�ԉ����ȱO�h��- ]4[���LJ��~�Oλ0:6������P�Oݖ�zY����v�@C�j�V�f!��4�|���[�H��h���~Wx�u�����D�M���x)����M��xGa����`��-��q�ȣ�����*����7�:�Y��K��mpEpk����s�63���6�F4گ3`�r�Ěc?xdn��d�V��f�� �x�;E_��/�_p3���>t�w�)�J����e3�xS�HK��t�k8��"��_�X�\�T4�����')DHe��}:0�NXSHv���3P��0b2����dH��ep܊�bA����0P�f��W�c.� J�B;s�X�{�r/n���vS}U��"������(#��_7ˮ��a� �ٕ�.�R��E���`��<��`�z�_�d%�U��C%uJ�@;+�IH����ԕ�n��k�QQ����!;��ݬOG -��k����Z�f"�.�@��ڹ��({�1#h�=����v/F�}iڋ���Z_d��gޕi��U��T��[`�َ���й"t�g��A� �5i�=u@x�:0W�1,�\;��<]mc_�q6¬�\������n�a�K3���KsB_�I��;�9{���S%�$U��;�M)%�t�ນ�d���e��^[c!-�- ��-3�(E���.#j���@��q| �����=*,�9�^���_��?�T�O��1���'# 3凢����K�[� !�_�endstream -endobj -3311 0 obj << -/Type /Page -/Contents 3312 0 R -/Resources 3310 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3347 0 R -/Annots [ 3343 0 R ] ->> endobj -3343 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [174.953 204.523 234.728 213.061] -/Subtype /Link -/A << /S /GoTo /D (flags-create) >> ->> endobj -3313 0 obj << -/D [3311 0 R /XYZ 71.731 729.265 null] ->> endobj -430 0 obj << -/D [3311 0 R /XYZ 215 708.344 null] ->> endobj -3314 0 obj << -/D [3311 0 R /XYZ 71.731 699.706 null] ->> endobj -3315 0 obj << -/D [3311 0 R /XYZ 490.942 658.531 null] ->> endobj -3316 0 obj << -/D [3311 0 R /XYZ 71.731 645.579 null] ->> endobj -3317 0 obj << -/D [3311 0 R /XYZ 71.731 625.489 null] ->> endobj -3318 0 obj << -/D [3311 0 R /XYZ 320.794 614.695 null] ->> endobj -3319 0 obj << -/D [3311 0 R /XYZ 71.731 607.557 null] ->> endobj -3320 0 obj << -/D [3311 0 R /XYZ 89.664 586.8 null] ->> endobj -3321 0 obj << -/D [3311 0 R /XYZ 219.624 586.8 null] ->> endobj -3322 0 obj << -/D [3311 0 R /XYZ 71.731 571.691 null] ->> endobj -3323 0 obj << -/D [3311 0 R /XYZ 89.664 555.915 null] ->> endobj -3324 0 obj << -/D [3311 0 R /XYZ 134.39 555.915 null] ->> endobj -3325 0 obj << -/D [3311 0 R /XYZ 109.868 542.964 null] ->> endobj -3326 0 obj << -/D [3311 0 R /XYZ 71.731 540.807 null] ->> endobj -3327 0 obj << -/D [3311 0 R /XYZ 89.664 525.031 null] ->> endobj -3328 0 obj << -/D [3311 0 R /XYZ 192.792 525.031 null] ->> endobj -3329 0 obj << -/D [3311 0 R /XYZ 384.02 525.031 null] ->> endobj -3330 0 obj << -/D [3311 0 R /XYZ 114.012 512.08 null] ->> endobj -1512 0 obj << -/D [3311 0 R /XYZ 71.731 489.166 null] ->> endobj -434 0 obj << -/D [3311 0 R /XYZ 172.607 453.699 null] ->> endobj -3331 0 obj << -/D [3311 0 R /XYZ 71.731 445.061 null] ->> endobj -3332 0 obj << -/D [3311 0 R /XYZ 389.41 434.77 null] ->> endobj -3333 0 obj << -/D [3311 0 R /XYZ 458.937 434.77 null] ->> endobj -3334 0 obj << -/D [3311 0 R /XYZ 71.731 416.737 null] ->> endobj -3335 0 obj << -/D [3311 0 R /XYZ 176.467 390.934 null] ->> endobj -1607 0 obj << -/D [3311 0 R /XYZ 71.731 373.833 null] ->> endobj -438 0 obj << -/D [3311 0 R /XYZ 249.377 336.618 null] ->> endobj -3336 0 obj << -/D [3311 0 R /XYZ 71.731 326.253 null] ->> endobj -3337 0 obj << -/D [3311 0 R /XYZ 135.508 316.493 null] ->> endobj -3338 0 obj << -/D [3311 0 R /XYZ 86.373 303.542 null] ->> endobj -3339 0 obj << -/D [3311 0 R /XYZ 220.988 303.542 null] ->> endobj -3340 0 obj << -/D [3311 0 R /XYZ 71.731 283.452 null] ->> endobj -1608 0 obj << -/D [3311 0 R /XYZ 71.731 270.501 null] ->> endobj -442 0 obj << -/D [3311 0 R /XYZ 193.206 238.187 null] ->> endobj -3341 0 obj << -/D [3311 0 R /XYZ 71.731 229.549 null] ->> endobj -3342 0 obj << -/D [3311 0 R /XYZ 247.76 219.258 null] ->> endobj -1609 0 obj << -/D [3311 0 R /XYZ 71.731 199.542 null] ->> endobj -446 0 obj << -/D [3311 0 R /XYZ 201.18 165.858 null] ->> endobj -3344 0 obj << -/D [3311 0 R /XYZ 71.731 157.221 null] ->> endobj -3345 0 obj << -/D [3311 0 R /XYZ 165.864 146.929 null] ->> endobj -3346 0 obj << -/D [3311 0 R /XYZ 71.731 133.878 null] ->> endobj -3310 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3350 0 obj << -/Length 2678 -/Filter /FlateDecode ->> -stream -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�' �������fY�}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%��0j�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�B���!���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�܌(mendstream -endobj -3349 0 obj << -/Type /Page -/Contents 3350 0 R -/Resources 3348 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3347 0 R ->> endobj -3351 0 obj << -/D [3349 0 R /XYZ 71.731 729.265 null] ->> endobj -450 0 obj << -/D [3349 0 R /XYZ 142.614 708.344 null] ->> endobj -3352 0 obj << -/D [3349 0 R /XYZ 71.731 703.158 null] ->> endobj -3353 0 obj << -/D [3349 0 R /XYZ 71.731 670.321 null] ->> endobj -454 0 obj << -/D [3349 0 R /XYZ 166.016 639.601 null] ->> endobj -3354 0 obj << -/D [3349 0 R /XYZ 71.731 632.523 null] ->> endobj -3355 0 obj << -/D [3349 0 R /XYZ 511.114 621.669 null] ->> endobj -3356 0 obj << -/D [3349 0 R /XYZ 106.042 608.717 null] ->> endobj -3357 0 obj << -/D [3349 0 R /XYZ 71.731 601.579 null] ->> endobj -458 0 obj << -/D [3349 0 R /XYZ 156.761 570.859 null] ->> endobj -3358 0 obj << -/D [3349 0 R /XYZ 71.731 563.661 null] ->> endobj -3359 0 obj << -/D [3349 0 R /XYZ 71.731 539.975 null] ->> endobj -3360 0 obj << -/D [3349 0 R /XYZ 266.731 539.975 null] ->> endobj -3361 0 obj << -/D [3349 0 R /XYZ 71.731 514.072 null] ->> endobj -3362 0 obj << -/D [3349 0 R /XYZ 71.731 506.934 null] ->> endobj -3363 0 obj << -/D [3349 0 R /XYZ 244.236 483.188 null] ->> endobj -3364 0 obj << -/D [3349 0 R /XYZ 397.391 483.188 null] ->> endobj -3365 0 obj << -/D [3349 0 R /XYZ 111.017 470.237 null] ->> endobj -3366 0 obj << -/D [3349 0 R /XYZ 279.62 470.237 null] ->> endobj -3367 0 obj << -/D [3349 0 R /XYZ 71.731 457.285 null] ->> endobj -3368 0 obj << -/D [3349 0 R /XYZ 345.153 457.285 null] ->> endobj -3369 0 obj << -/D [3349 0 R /XYZ 71.731 450.147 null] ->> endobj -3370 0 obj << -/D [3349 0 R /XYZ 226.957 426.401 null] ->> endobj -3371 0 obj << -/D [3349 0 R /XYZ 485.41 426.401 null] ->> endobj -3372 0 obj << -/D [3349 0 R /XYZ 71.731 406.311 null] ->> endobj -3373 0 obj << -/D [3349 0 R /XYZ 109.396 395.517 null] ->> endobj -3374 0 obj << -/D [3349 0 R /XYZ 143.754 395.517 null] ->> endobj -3375 0 obj << -/D [3349 0 R /XYZ 388.886 395.517 null] ->> endobj -3376 0 obj << -/D [3349 0 R /XYZ 134.644 382.565 null] ->> endobj -3377 0 obj << -/D [3349 0 R /XYZ 226.941 382.565 null] ->> endobj -3378 0 obj << -/D [3349 0 R /XYZ 71.731 369.614 null] ->> endobj -3379 0 obj << -/D [3349 0 R /XYZ 146.719 369.614 null] ->> endobj -3380 0 obj << -/D [3349 0 R /XYZ 71.731 364.513 null] ->> endobj -3381 0 obj << -/D [3349 0 R /XYZ 71.731 318.64 null] ->> endobj -3382 0 obj << -/D [3349 0 R /XYZ 71.731 318.64 null] ->> endobj -3383 0 obj << -/D [3349 0 R /XYZ 257.935 307.846 null] ->> endobj -3384 0 obj << -/D [3349 0 R /XYZ 439.391 294.894 null] ->> endobj -3385 0 obj << -/D [3349 0 R /XYZ 146.138 281.943 null] ->> endobj -3386 0 obj << -/D [3349 0 R /XYZ 222.467 281.943 null] ->> endobj -3387 0 obj << -/D [3349 0 R /XYZ 281.244 268.991 null] ->> endobj -3388 0 obj << -/D [3349 0 R /XYZ 435.614 268.991 null] ->> endobj -3389 0 obj << -/D [3349 0 R /XYZ 71.731 261.853 null] ->> endobj -462 0 obj << -/D [3349 0 R /XYZ 154.051 231.133 null] ->> endobj -3390 0 obj << -/D [3349 0 R /XYZ 71.731 224.055 null] ->> endobj -3391 0 obj << -/D [3349 0 R /XYZ 71.731 167.208 null] ->> endobj -3392 0 obj << -/D [3349 0 R /XYZ 71.731 167.208 null] ->> endobj -3393 0 obj << -/D [3349 0 R /XYZ 71.731 136.324 null] ->> endobj -3348 0 obj << -/Font << /F33 1322 0 R /F48 2081 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3396 0 obj << -/Length 2050 -/Filter /FlateDecode ->> -stream -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��[?��@��ֻN���R%�A)��V�q{�� -��w~����t+�Eރ="{Uq�{��/���u��e�g��0֖�� Ҩ����[cr��Te��t��tgD��� -��0�z�0�ؙ�c侵#;��l@�z&����q�� (�����G�#��qD� -����Cc|^�]n�2�ف���c��&�̓OJE����(0�������M&�Fqb�������]�eä�W��^����b��q���n��劗��l��̝�����`����. Z{w�1ii�]ƓOAk0��q���T��v�>���|��i�U NJ,�h+��^��:y�j�5V;�݉�"d��H6��Qj��4���c&ȊN7 �S�Q�������\��N����J�Q8e ����&T�%�_�>�4?�\�F���$5�%5�7�M����w���d�M��jV݁Z�̞�ű�e��u<K -Y���)Xq����L���������Ì^��d��F�����bp�q#{��$VQ" �y�����E7����<�8��v�0!̀���y�A7b��I��JuI�GF�sig�� �{��ۀ�/�ٯ�r�V��{LH1�%`�kV<�N������I`��|��^a��;�#0o#Q7(CD�3��";bU*;��?�Y�r��3Btg�^C���'3���w ��ڟP�����)3��w{���i/��;q�*�x��Z �N>Z�M�O83�T� +L���T�9)�*%����u�0�����$J� �{ԃ����,@7 -��\��:e"�����Z��ĵW�D�1�v`l'�,�/#�d�dȥ`�<��[�v%�Sq���Q$�����!r�L��T[K�L�´B�����Gg��d�� x��,�����)m�!�� ����˹���&��$8�����dCN�t<!����~�f,�-��S>���e��Bh������s��[���0@���s�S�*��n�k]��J l�csጫP�rh��LL�U\st��^�: �ws� -9�r�.�����������b�~'l �����Q��q��X��VE!%��>VwΓI7��o��с��ap2��@L}�ͱ�'*G�Yl+;��W�x��q?��RVV�FZ#�v@���5w�jx����^IޥF鐛~���>Ȗ�.�VC5�Fgl!G����W�����^�s����a*&�)m���q���Z�����(�it+/Lx��'1�.$+��u�s���_�1�[��m�<�o����dPt{���x���3�@\�M;�{ij���(��!ex4���֥��i��t*.r���HЈ�\-LJ0nj�E����l������=+�u����l�_M����� �A���IVKg��,Ъ��s��d�ܗWSS2��o]6�y�u��ћVvƜo����2A7re>V� &)(aEah��-`�z_b]�4Ȼ{����/>(]�H�FN������1�wu�Z̓L��p/1�?J0�ݱ.���Z�y��cP�˅�i�v�����V�������:�#0=6?J�.��<��T������1 C�X�&���)��k�Y ��cZSrv���Ĭ0yD�7�F��f��ܹrM&�+�i4�{�/�7�X9�� az�D -��]ά���E��\��P�x�L�'tN�E~���x;��N��%����� -�����bx���K��;�xYw!W��P�gֱ���Y}]����t���\��v��?0�w�x�o��w�~�$��߉���r���c��/�sN�ש\endstream -endobj -3395 0 obj << -/Type /Page -/Contents 3396 0 R -/Resources 3394 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3347 0 R ->> endobj -3397 0 obj << -/D [3395 0 R /XYZ 71.731 729.265 null] ->> endobj -3398 0 obj << -/D [3395 0 R /XYZ 71.731 741.22 null] ->> endobj -466 0 obj << -/D [3395 0 R /XYZ 142.923 708.344 null] ->> endobj -3399 0 obj << -/D [3395 0 R /XYZ 71.731 703.158 null] ->> endobj -3400 0 obj << -/D [3395 0 R /XYZ 224.195 677.46 null] ->> endobj -3401 0 obj << -/D [3395 0 R /XYZ 71.731 644.419 null] ->> endobj -470 0 obj << -/D [3395 0 R /XYZ 171.774 613.699 null] ->> endobj -3402 0 obj << -/D [3395 0 R /XYZ 71.731 606.62 null] ->> endobj -3403 0 obj << -/D [3395 0 R /XYZ 181.465 595.766 null] ->> endobj -3404 0 obj << -/D [3395 0 R /XYZ 380.939 595.766 null] ->> endobj -3405 0 obj << -/D [3395 0 R /XYZ 473.597 595.766 null] ->> endobj -3406 0 obj << -/D [3395 0 R /XYZ 509.52 595.766 null] ->> endobj -3407 0 obj << -/D [3395 0 R /XYZ 191.511 582.814 null] ->> endobj -3408 0 obj << -/D [3395 0 R /XYZ 71.731 575.676 null] ->> endobj -474 0 obj << -/D [3395 0 R /XYZ 224.367 544.956 null] ->> endobj -3409 0 obj << -/D [3395 0 R /XYZ 71.731 537.878 null] ->> endobj -3410 0 obj << -/D [3395 0 R /XYZ 71.731 501.121 null] ->> endobj -3411 0 obj << -/D [3395 0 R /XYZ 71.731 481.031 null] ->> endobj -478 0 obj << -/D [3395 0 R /XYZ 170.649 450.311 null] ->> endobj -3412 0 obj << -/D [3395 0 R /XYZ 71.731 443.233 null] ->> endobj -3413 0 obj << -/D [3395 0 R /XYZ 129.576 432.379 null] ->> endobj -3414 0 obj << -/D [3395 0 R /XYZ 279.855 419.427 null] ->> endobj -3415 0 obj << -/D [3395 0 R /XYZ 349.928 419.427 null] ->> endobj -3416 0 obj << -/D [3395 0 R /XYZ 71.731 399.338 null] ->> endobj -482 0 obj << -/D [3395 0 R /XYZ 148.701 368.618 null] ->> endobj -3417 0 obj << -/D [3395 0 R /XYZ 71.731 363.432 null] ->> endobj -3418 0 obj << -/D [3395 0 R /XYZ 71.731 330.595 null] ->> endobj -486 0 obj << -/D [3395 0 R /XYZ 176.855 299.875 null] ->> endobj -3419 0 obj << -/D [3395 0 R /XYZ 71.731 292.797 null] ->> endobj -3420 0 obj << -/D [3395 0 R /XYZ 412.374 281.943 null] ->> endobj -3421 0 obj << -/D [3395 0 R /XYZ 446.453 281.943 null] ->> endobj -3422 0 obj << -/D [3395 0 R /XYZ 306.765 268.991 null] ->> endobj -3423 0 obj << -/D [3395 0 R /XYZ 71.731 248.902 null] ->> endobj -490 0 obj << -/D [3395 0 R /XYZ 189.139 218.182 null] ->> endobj -3424 0 obj << -/D [3395 0 R /XYZ 71.731 211.103 null] ->> endobj -3425 0 obj << -/D [3395 0 R /XYZ 148.158 187.298 null] ->> endobj -1610 0 obj << -/D [3395 0 R /XYZ 71.731 157.245 null] ->> endobj -3394 0 obj << -/Font << /F33 1322 0 R /F48 2081 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3428 0 obj << -/Length 2476 -/Filter /FlateDecode ->> -stream -xڝk����� -�DlV�̷��]�IP��~H���h[=Yr�Ȟ��;/��cm��9��Mn���'X��J5|�\�I�(�O�b+} -c-(�����_>i��U���f��|_�~�Hu��8\l�_�sl�\���i����X5U��3�������6��6?<}�L�c��<�o��p���"T�(�;��)E$�V�� �f�w���3ßO R�{{�����u��<̉�?�Y�u{�v�A��2��pL��3�E^{Yf�w>��"^���f���#�^@g<�Z^:u���`K��\Y���G�ޏ{������"tS>��>P�?岩����#pf��Yz5!��4#��ZF*Q�dž?,Ê'E]_x�6��� -u��,� �u�Ȏ�.���*���~b����V��ju�A�U�F�$�T��[�?����(������"G��:��r�^tv�{������!р� ��hw�N�u�ʏ�+G���tL�J��" c -r�e*�to�d��pބ6�C��@A��ю_�=*̽�2��<q&ӚL���d8����'��A�T�Y�����j�g����x%C�3�XJ��x��8��4��[B۹u3�e��C����!Kų�,�أ ��|9؎�m�D�q�vQI����"L��{/����Io��T���ZY��t��[�[ -E"&C�0M��ko�Ѕ;k��� ��~Q�~�����i�$�@� ����3 ���@��qn�o�)�/���������m�3�!|{{��p�E�ɔ�p���o��<�foe>v�u�� �b��L�0��b��̒J�^5"��Ω��cY����`��.}đ�^��υ~�}��4Jh>͒H�+�3O"� -�y��}�!~.�2�J�#*�����\�ÿe��H���c����LC�H���@��j�g^+-�9l,��`�u�dU���r��e�����S��B�v�p]�M�ݷ]�7vd,\�� ם�\N��Tە�<��\��*���]���@�Pi�a5M0Q�7���xl���P<��g���i - ���aൃA��`�Т�St��t8�l w��D�����c/<�B��8�� �Y�� -�}��Ab5�T൫�Uϣ��>�H�?B3��xsg�/S9ZG�YR���*8��rhh��.�?R -���0K�����n�(E��9���Z�U@���d)$֧�-�bP���%�Q��u �����Z1�(�9ɡ���TWV�(�"pʣ0a����.ʂ��+����<���7��]�e�U-c϶��=nrckDz������w8�g�Y��%�G�l��9,Ƿܵ�lx���y���H��w�'s�0��c��N� ��+�L�G��61C��[�s255$����fW&���:5'ם��a�$R�������q@�e�w� �V�P�5�F�JW%;�B -[|v�&���w����5i�aT��-�x1W!:al�k��q�� 3.�5L~5W�����3$ ��D�D�D����2��X ��w<��n[8�v����� �pk�k�wQ:�f��(s�!*�,�"~!SB�(���,��3��<Q5eE^U���e�j����j�̽���;T�`��l���VI'1�H@��W�N� |�F>@�{]�+g����_�AHW�0q�cK9 @��}��('�v�h��g�[���Ͷ���,�V��P8���ZT�K���I�$?�8 -N�+Fښ� E� @�t�ז��1�����Z�O�YA� k#��W8���.�F%�ݑ�ԬAq�)�)V��n����{���K�`�OB)1��[��:���Ȧb�d��w�c�%�.��{��P�Y�����*��b!uƚ�W�T�I�=�t�J�tw���e#�9�c��Meΐ['�OT'��'������������g��_BnA�(�h�`����/�H�=����^���� -at���*�+X�ß���O.����1�ɘ �[GH�<��1�O"!� -�S�@\{N��k;��ů����uV��{li���/����)]����6�����v�+'(�U|�8Z����.C����lk{����_�T�7�l��5;u�f�J��vj�)%�[��]��v�w�������Q��m��RD���~����v Ε�.������k�H��#N��g�q�y�D�*ɣ9���~{-a��%U�3U�<��[\�D_+���W��!�qrN��C� e�9�����7��E}�����X�{k��F��~�_~�*�^�����r>8�H��e�c���}��>\[Fp��\[��a��|�� �U��9�XX�W������c��7�d%���g�"�R|��΄w:+��+Eq>�(��{��Ճ"��,[����mm��OU1����i�t~?�z%��LeA�f�]P��83凎 ү����F���endstream -endobj -3427 0 obj << -/Type /Page -/Contents 3428 0 R -/Resources 3426 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3347 0 R -/Annots [ 3438 0 R ] ->> endobj -3438 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [253.143 425.406 303.427 434.318] -/Subtype /Link -/A << /S /GoTo /D (sanitycheck) >> ->> endobj -3429 0 obj << -/D [3427 0 R /XYZ 71.731 729.265 null] ->> endobj -494 0 obj << -/D [3427 0 R /XYZ 199.853 708.344 null] ->> endobj -3430 0 obj << -/D [3427 0 R /XYZ 71.731 699.706 null] ->> endobj -3431 0 obj << -/D [3427 0 R /XYZ 159.666 689.415 null] ->> endobj -3432 0 obj << -/D [3427 0 R /XYZ 71.731 656.374 null] ->> endobj -3433 0 obj << -/D [3427 0 R /XYZ 118.555 617.81 null] ->> endobj -3434 0 obj << -/D [3427 0 R /XYZ 232.228 609.345 null] ->> endobj -3435 0 obj << -/D [3427 0 R /XYZ 378.496 586.033 null] ->> endobj -1611 0 obj << -/D [3427 0 R /XYZ 71.731 544.187 null] ->> endobj -498 0 obj << -/D [3427 0 R /XYZ 186.299 505.909 null] ->> endobj -3436 0 obj << -/D [3427 0 R /XYZ 71.731 493.738 null] ->> endobj -3437 0 obj << -/D [3427 0 R /XYZ 71.731 451.309 null] ->> endobj -3439 0 obj << -/D [3427 0 R /XYZ 71.731 407.473 null] ->> endobj -1612 0 obj << -/D [3427 0 R /XYZ 71.731 363.638 null] ->> endobj -502 0 obj << -/D [3427 0 R /XYZ 233.416 320.54 null] ->> endobj -3440 0 obj << -/D [3427 0 R /XYZ 71.731 311.717 null] ->> endobj -3441 0 obj << -/D [3427 0 R /XYZ 502.556 286.03 null] ->> endobj -1613 0 obj << -/D [3427 0 R /XYZ 71.731 258.344 null] ->> endobj -506 0 obj << -/D [3427 0 R /XYZ 271.686 220.754 null] ->> endobj -3442 0 obj << -/D [3427 0 R /XYZ 71.731 210.389 null] ->> endobj -3443 0 obj << -/D [3427 0 R /XYZ 89.773 200.63 null] ->> endobj -3444 0 obj << -/D [3427 0 R /XYZ 71.731 180.54 null] ->> endobj -3445 0 obj << -/D [3427 0 R /XYZ 327.818 169.746 null] ->> endobj -3446 0 obj << -/D [3427 0 R /XYZ 71.731 162.608 null] ->> endobj -3447 0 obj << -/D [3427 0 R /XYZ 81.694 141.85 null] ->> endobj -3448 0 obj << -/D [3427 0 R /XYZ 81.694 141.85 null] ->> endobj -3449 0 obj << -/D [3427 0 R /XYZ 390.418 141.85 null] ->> endobj -3450 0 obj << -/D [3427 0 R /XYZ 513.923 128.899 null] ->> endobj -3451 0 obj << -/D [3427 0 R /XYZ 71.731 113.791 null] ->> endobj -3426 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F44 2069 0 R /F48 2081 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3454 0 obj << -/Length 2627 -/Filter /FlateDecode ->> -stream -xڥَ��}��o��6WEy��� &�@�w� �٢��ȒW�����S�*�l#h��*u;X����@$>a&�X�v���f��!`� �lF4�/~�"�*Y,W/�U��"�U"C��p�R���t�O�n֛P����XMeZ���P��u��i�2_����>����LD�ʛۋ�X� r�"��G�S!��?B��@@�'p�x��a��;J"�l$l��Ӓ���Kg�D��nw�9u��������( �(I�����2���Z~;�݁@����ꂠ�1�z#}�+�-��.i����n���v�����4z9��T��n��6�0��9�j��;� -�E[�W>�&Eƚ��sY��l5}�tZ�u��?N�ٙ�'.��<N�7g ��7LpGm.%�՚����~Y'��~� -*��1+>��w��j�m�7���{ ���w���u�{5@ -\)��M�9�J�\˖���6o�J�3X̗F�ީ�Ѷ���g֥f�{}�&�R��H�xנ��&���h�*��z*��Q��qni�� m�fi���Մ��#�Od��gfi����G�SC�l -���^`_. ��ҿ��?͐0X�ZBY�Ej2ZD����-�7��5:�oF�Oz�0�������+F���`zG�^>N&͋±�j�Z��Q���HύHơ��U��T�h�L��8��-a����wh$\���� i�܀����(E�f�-��ŋ���^ṡ-�a�;�,|��V�e����rO��`���U�3N��.p������v�΄/����g�?������w(��d��Ok2�-9�W�[QhHU e�=~c]U7��vڏ0kK��!��iOe�N���S�'��7x�����w&/���:h&�i�u\6�""g��c�M{�}�����C{B��t�Jr�.Y|�<�Ԇ��h�8�S6mwM�T��$Mo*ֈ�b9�;�� �bͅ/(�X�'���)�o����M�u�`e���J��I9�Bˣ�K�$�5Ǡ�, �5��E���6�s6H¼��}���'4�j�;�X�l�e�rC�b@�A�j)�!���F�RN�xF��tT�K��m�Xׄ�F��D�?�-��7��/��x�(�[y�d��k�;�9����rp�C圽�q8���yA(���N���r�h6#���3g4 { \��Bx�H���4��'�H�l"��4v"e_�\ V*'��m�2�\�)Lqϧ\ -��Sf|�H��8"$Rw �ܔ4A�T6D�M��%�e�W� K0�`��i�K����I������z��y'�]�����?&����8&G���>���-��iG��Q��p�rpSy�-��!繪�zq�g܃U0��L��da�>� -Ռ��-�n��٫�`�r'Z4�4�)�i�����=���#�_��B!�mAݺ��4J!zd�+��IT�("o��S�#&�G=��_+��21�v��� �W�8���f�͒0;����Ã�����.�*��r}���-@r���R�Qz�z�9շ�ON8���]\�o�`AH���\��5�]�R�5uT6�+���W���aEOe�ӒrMn��V��=�W��l2�lB�ݥe�m2�ZC��#���Cӏ]�sY�uPo�W��9����֣�K�����H�t��H�r�t4��E��3���r�* cxr�8o�g���g�P��ږ�kgx3�z�F�Z���\�0�W���-%HS)�����V$�ʓ;��Ŧu}'�S�[�(� @���Ӥ䖮mͶĎ���[hv���&�-b����7n -�Ɔ�7�%�� i~�]�'()\� ���/k����v����:�\ۑm`!��:��)qݶ\�q���8g�Ǽ���13����5�Ǵ��u�<�C�u�S�S���}�@D�O��m�^7��t펾�oLg��4*a���QݳԩR����j�m��/��7���v6/���3��a����}���S�@Ь�D�d����Eޯ'�������v��r�BW�<�N885���bq[ۤ�q@W:&�� ���{Y���J)9=��f��}��o����4��J~ �"M@���u�0#dܗg0E�PP���VԞ�a������jf�Wg��0�N�7�g�j��3���ھ���z����ڛׅ_\2$.��C<wy3t��L�e���#P)�\�{�i{�-���<̟z��R���~Ҹ1�3 ��36:�4c&-�:��t��[rĠ2�zOf�盡���I�R�U�E�?&�>pȲyK0�Pc�TA�+s����P`V� ��^����"L�� �n��� 4������ݯ^? F��k8���h_��[��'�]ivp�?�M�̅}�U9[m�j�S��8_{��WL{��#v�������/8>AU�\���(h�{����$'���� ��k - y3v]�~М�dP��^A&��9W�w7��W~�6K�=E4�<a��[���h��C;�����g�|3s<m^�t������F<~ 3�r!Q"�f��6����C��>����@rQ�)p_~��i�����el�endstream -endobj -3453 0 obj << -/Type /Page -/Contents 3454 0 R -/Resources 3452 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3347 0 R -/Annots [ 3461 0 R 3468 0 R 3476 0 R ] ->> endobj -3461 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.68 649.4 419.882 658.311] -/Subtype /Link -/A << /S /GoTo /D (edit-values-list) >> ->> endobj -3468 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [123.546 561.729 168.378 570.64] -/Subtype /Link -/A << /S /GoTo /D (bugreports) >> ->> endobj -3476 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.898 406.655 260.182 413.509] -/Subtype /Link -/A << /S /GoTo /D (edit-values-list) >> ->> endobj -3455 0 obj << -/D [3453 0 R /XYZ 71.731 729.265 null] ->> endobj -3456 0 obj << -/D [3453 0 R /XYZ 81.694 708.344 null] ->> endobj -3457 0 obj << -/D [3453 0 R /XYZ 81.694 708.344 null] ->> endobj -3458 0 obj << -/D [3453 0 R /XYZ 71.731 693.235 null] ->> endobj -3459 0 obj << -/D [3453 0 R /XYZ 81.694 677.46 null] ->> endobj -3460 0 obj << -/D [3453 0 R /XYZ 81.694 677.46 null] ->> endobj -3462 0 obj << -/D [3453 0 R /XYZ 71.731 636.448 null] ->> endobj -3463 0 obj << -/D [3453 0 R /XYZ 81.694 620.672 null] ->> endobj -3464 0 obj << -/D [3453 0 R /XYZ 81.694 620.672 null] ->> endobj -3465 0 obj << -/D [3453 0 R /XYZ 71.731 605.564 null] ->> endobj -3466 0 obj << -/D [3453 0 R /XYZ 81.694 589.788 null] ->> endobj -3467 0 obj << -/D [3453 0 R /XYZ 81.694 589.788 null] ->> endobj -3469 0 obj << -/D [3453 0 R /XYZ 71.731 561.729 null] ->> endobj -3470 0 obj << -/D [3453 0 R /XYZ 81.694 545.953 null] ->> endobj -3471 0 obj << -/D [3453 0 R /XYZ 81.694 545.953 null] ->> endobj -3472 0 obj << -/D [3453 0 R /XYZ 71.731 530.844 null] ->> endobj -3473 0 obj << -/D [3453 0 R /XYZ 81.694 515.068 null] ->> endobj -3474 0 obj << -/D [3453 0 R /XYZ 81.694 515.068 null] ->> endobj -1614 0 obj << -/D [3453 0 R /XYZ 71.731 479.203 null] ->> endobj -510 0 obj << -/D [3453 0 R /XYZ 271.04 439.831 null] ->> endobj -3475 0 obj << -/D [3453 0 R /XYZ 71.731 429.466 null] ->> endobj -1615 0 obj << -/D [3453 0 R /XYZ 71.731 401.674 null] ->> endobj -514 0 obj << -/D [3453 0 R /XYZ 279.016 362.401 null] ->> endobj -3477 0 obj << -/D [3453 0 R /XYZ 71.731 352.036 null] ->> endobj -1616 0 obj << -/D [3453 0 R /XYZ 71.731 312.224 null] ->> endobj -518 0 obj << -/D [3453 0 R /XYZ 219.024 269.127 null] ->> endobj -3478 0 obj << -/D [3453 0 R /XYZ 71.731 256.689 null] ->> endobj -3479 0 obj << -/D [3453 0 R /XYZ 441.444 234.616 null] ->> endobj -1617 0 obj << -/D [3453 0 R /XYZ 71.731 219.508 null] ->> endobj -522 0 obj << -/D [3453 0 R /XYZ 311.237 182.292 null] ->> endobj -3480 0 obj << -/D [3453 0 R /XYZ 71.731 171.927 null] ->> endobj -3481 0 obj << -/D [3453 0 R /XYZ 189.454 162.168 null] ->> endobj -3482 0 obj << -/D [3453 0 R /XYZ 328.748 162.168 null] ->> endobj -3483 0 obj << -/D [3453 0 R /XYZ 71.731 142.078 null] ->> endobj -1618 0 obj << -/D [3453 0 R /XYZ 71.731 111.194 null] ->> endobj -3452 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3486 0 obj << -/Length 2574 -/Filter /FlateDecode ->> -stream -xڍ˒��_���T�çDnN��ujS�l����s�D���"d��Y�ק��K�q�����n�P��.6���a�r?Z����M�����ބ�q�(�#���o��C/r?_NjǧE�&��8�4Z<��/ű���>J/�i|WT��U�'��nz�o���꿏����?���9�3��x&~��Q@����ϒ���a�G(�&�>�J�$�*�M�WQ�������᫃�}�a�Zz���0�tG_�5MDe4� -�!i^�U�z�U�YF�F�@eHsG�-2�ZZ�:�L=�ؖL�}Y!kZ<��H�W�Nׅj�� ����F��ܵ���o����`�p�Ns?��˾A(�#��HK32��П��r�N.�=o>r���,�~tJs -�b�Ԛ��P�����z���j����1~�HV�M�I�gYv[��Uu2 -~RtU��^W� �3���A�]u?��kY��o;�{d[*Т�Y�~��>�����Fd� \>N#� -�愋���I����s��5,N��1����z -t~��(�c��e�1��BKSx"��81e�NK����=K'�!8�Dm@� #?O�{)�Q�z�tVc˦ r���˓��)���+�p�L�Oz?����)��5��<s��%ߟW9d/�~/���O���yF9���fW�u��,ĠmmY�gl7X�">��ȚO�њ�֡����n%Sz)ծ���D�q>���$;a훅�|�����K2*O��<��n�ڦ�J��Jw��)נz���j���f�oZ_JfjJА�.*}$�%��$����%AQ�4�%�D�Y�[�4EӪ]W��(��APQ��2���V��E}� JN�>��Ֆ��yt�d� -���^��֟a���qd�(N(b��V��O:hTi� O�>�l�����?|��Ǐ�+�uĖY�ќ�q,E -L�� s����S��╲:^0t�����Q�Q��R"��kj̢m�50-r��!jɕmt���U�y�F̓\p��,�.C J|��|�Ğ�z0�珫�oX�PO,�$�9?��\�N�$�S�I����Z9u(7���^-��x���r*В�ʚ�5���%�������ۡu���]#e}-=�Ӣ�ٓkV_�)���&Wt��u|�#�\�9��la.�z]�3��ʌ,��Q|U���;`���uQ��C�>/Ra����H�-�7yn��I���{�� -e���Vr荸6^k(d�緭1�\��Pm�f�s^�[c���5F�k$��PA�G��kʘ�a/K vc��xV��.�[1O���؟��)ug�D!�bk+�c�Fx�W��rFK�����0Y�/�ޗ�'�q������!��7���O��������@��!X����b �r0B���oμ�(3�u}�M6����`a --�H��w���z=���u����k��?����5�w(�/���x���s�����9�&��FhC�`%h�XئF�44��f�@�����wc -��Hi������ �];��&��L}da�ŊuVq��c�a�CrtB[�w�c㿞0�l��9�2ԙ�8W�& ]J��y��m��]ބ94x�<�:d���vB�\uHFA�W���y���,��=��_(�K�R��L�L���|;9��1WY�$ l��kW���l�/��jy�>ٿ���kw���V��N�kJB�n{Ïbq���Z�mi� ���{�?d.�"��U�w�5V)�����(EC�zB�a��'�i�m|�yG����K-��!�`��� �fj��Z��T�jJ�>�(w -���T�O����]���ث"=�J�UVe��8�����kD]胫^���7����(�dp�f�N�%I늿�K��,��8]�I����4���K�(�s���6����!��t��~7N�a���u�Ƭ��eN��1�b-�����'��iZ -�ʌmb�A£6Fmm��_��@�w�>ٌ� -샆�ٻDL�wD��''I�[�����Q�h�hTp�l�Ǥj��G�"ГƇV����)#Y 㪗��ey8���m�V~D�)�u���]��L�'�d��=�m���?-�W����R^x���7�J�j����A����R��Xg_�'c.h[ ��KW���k;n� X���*� �N�&`4V5�kqaBH8S5؆w�I��<�-��CkXZ���6���u�/�l]�ȹ��Q��I f/��9�>!9�{�ϡx̾:�O:�#.a�A>Jظ��Ј�p��B��WI����P��y��PO�#=N㙆�$S�2�2��2��d��+Z~��4�-H(��C���ژDg:�8�������ѓ=9�j��l\��<�T D���02wn�L�fg�dmM������KR������ ��YA�\C��%�����Q�l��Rc2�Ø��ī f����cw�+�l���4 ;��� k�G��fQ�р�c{�6,r���&���YUE�w�.qGb-��W/���^jzݟw��Wk��Y�����rv1J��"G����k��s�?K[�Aendstream -endobj -3485 0 obj << -/Type /Page -/Contents 3486 0 R -/Resources 3484 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3347 0 R ->> endobj -3487 0 obj << -/D [3485 0 R /XYZ 71.731 729.265 null] ->> endobj -526 0 obj << -/D [3485 0 R /XYZ 261.227 707.841 null] ->> endobj -3488 0 obj << -/D [3485 0 R /XYZ 71.731 697.476 null] ->> endobj -3489 0 obj << -/D [3485 0 R /XYZ 71.731 685.559 null] ->> endobj -3490 0 obj << -/D [3485 0 R /XYZ 71.731 680.578 null] ->> endobj -3491 0 obj << -/D [3485 0 R /XYZ 89.664 659.821 null] ->> endobj -3492 0 obj << -/D [3485 0 R /XYZ 71.731 657.664 null] ->> endobj -3493 0 obj << -/D [3485 0 R /XYZ 89.664 641.888 null] ->> endobj -3494 0 obj << -/D [3485 0 R /XYZ 71.731 634.75 null] ->> endobj -1619 0 obj << -/D [3485 0 R /XYZ 71.731 593.903 null] ->> endobj -530 0 obj << -/D [3485 0 R /XYZ 166.811 550.806 null] ->> endobj -3495 0 obj << -/D [3485 0 R /XYZ 71.731 538.368 null] ->> endobj -3496 0 obj << -/D [3485 0 R /XYZ 71.731 483.254 null] ->> endobj -3497 0 obj << -/D [3485 0 R /XYZ 71.731 470.303 null] ->> endobj -3498 0 obj << -/D [3485 0 R /XYZ 71.731 465.321 null] ->> endobj -3499 0 obj << -/D [3485 0 R /XYZ 89.664 444.564 null] ->> endobj -3500 0 obj << -/D [3485 0 R /XYZ 71.731 442.407 null] ->> endobj -3501 0 obj << -/D [3485 0 R /XYZ 89.664 426.631 null] ->> endobj -3502 0 obj << -/D [3485 0 R /XYZ 89.664 426.631 null] ->> endobj -3503 0 obj << -/D [3485 0 R /XYZ 71.731 424.475 null] ->> endobj -3504 0 obj << -/D [3485 0 R /XYZ 89.664 408.699 null] ->> endobj -3505 0 obj << -/D [3485 0 R /XYZ 89.664 408.699 null] ->> endobj -3506 0 obj << -/D [3485 0 R /XYZ 71.731 382.696 null] ->> endobj -3507 0 obj << -/D [3485 0 R /XYZ 89.664 364.863 null] ->> endobj -3508 0 obj << -/D [3485 0 R /XYZ 89.664 364.863 null] ->> endobj -3509 0 obj << -/D [3485 0 R /XYZ 71.731 349.755 null] ->> endobj -3510 0 obj << -/D [3485 0 R /XYZ 89.664 333.979 null] ->> endobj -1620 0 obj << -/D [3485 0 R /XYZ 71.731 326.841 null] ->> endobj -534 0 obj << -/D [3485 0 R /XYZ 163.591 283.743 null] ->> endobj -3511 0 obj << -/D [3485 0 R /XYZ 71.731 271.572 null] ->> endobj -3512 0 obj << -/D [3485 0 R /XYZ 71.731 229.143 null] ->> endobj -3513 0 obj << -/D [3485 0 R /XYZ 181.725 218.348 null] ->> endobj -3514 0 obj << -/D [3485 0 R /XYZ 71.731 185.307 null] ->> endobj -3484 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3517 0 obj << -/Length 2513 -/Filter /FlateDecode ->> -stream -xڕ˒��_��e�*�!�%�f'�-�W�+'�8��H��C&Hk&_�nt$%͌S:�F��� �E?��E�'��wa��E�!Za���kYO`>�?��$Y���&Y�i�y�[�In�x�/�<��W�rgQ���}(k�h�9�ҧa)��uU�����y�igI�ɛ�9���|�ωm�$M-{?��Ȃ�����o�+%���3N�S�� -I�'U|;����V����1Z���|�Z$��RlU~ǧ�j�����1�3#�����\���pL(���B��GǴ��% -V��zAik�;6�����dȆ� -/��Jv4nF��̪�V`��Z�q��P�&��ށ��2�d<W�条�K��t�X�Y<1��� ~� �<(e/QsҨ�B�U��zrM ��Ќ���e��� }A|@O�)k�&gyT�C�W���Z��e���/��J'���kYU̓���!`6SZ�%�`��EI*Ӯ����ϔ%}JU���*�|c�ѡ�d>���a!���j!YI�9'�杶+�^ֳ�j٨��R��Wr�g���O f,2�|�9�B�+s�՟o�/����aN>?ݠ�WU��_�$���X�Y����t�\��.�,���9ד��:ٷ��զ�d�p�G��@!Rˡ�CJ����Uɰ���`\F)���륋��jϕ -i����Z��[s/LT!�h��14H�=:��u��黶����m��}���=ι�����gb�@�G�;�2!��wB��'�1"�%3�%����jY�L�j۬褤9�F�;��X�����C�֠ႃ��N�������<,R������B�����x�tm����Sr�lRW�P���8��,�]P+�+�k��^t�����(o+o�{Lx����u̎���/\���Кt9�.��g_ځs�"�>}晢V����>QXOk�x��V9`���I�)Cx����$8��U7�+ _Nh���t���{����.� -&���1�i�;�!a��k�l��d�� X_qP�b4�7������T�T�{OUNS�c� AF���Qy���32��Z��LTs��n4=���� iĘ�A�}�:�o�QFɻʈ�L��w�����D��9�'�7nN��^1]�;v�;����A'ٸ��k����1&��E0��[��A��$�C����p�s�� E����pu=����-��O�T�ՊV&܈W�,��a�E_��F�w�.x��s�,�����m�_������j��Λa܁�N�h�ױ�hW�\!|��OP!0�N!�bJ��Ӱ��:�B��l�}))$��N[6�-Vq` �OK�:������,�"�?�T��8*��eh�R�t�����n�3F�+uZ�I�Cm��O���̚�c�z�I��X�>��Dc'[�eQ�cI�e�^��M�6�(x��L��쌰9����¯���Ǖ#�M�=�QE�'-H���uah�.T� jlxC7W��Qf��urA}E��_Y]��(C*���Ь�k@1�Q��;EP��g�4ֽm�0-}�&��Ǚy?�b�6������g-�9Z� 1��S��)u�Q1�@��I�������)���ҿ[�G�� �~ v�����XU�ﯟ'�]�Gb�$[ ���xB � ���� 2BbOimw�f�ޣu����ț���"���i�.'�@���kf��M�Зy𧶵 2�הj��M��0�*�A���U���z_ioоB�=�]������̙ߛ�{�p�Q7U�n�7lv0�G��!�ڝ�Ix�jƮ�?I�I�`���,'���}�x\���m�0��A(~_3�-�����+�H�j�����R����fV��kU�k}FS���)��O������g�_����Q��>��3�]�U��n����J�:W���5w:?��5��B�;��P!����(��=}������c����د�ꖟ�����෯^�*����LQ���̉QK�M�7�D�lF�P����: d^1�m�{z����1+6˜�����H��"o�{X:0&j$����t\�8�j�M�+��pZ�)�`��&����͠���~징{����xg�ީ�ݝ�n5]��5A{����Iྒ>���1=�(ņFz��!U�0�b��� U'�y��b�����F�](~���h�L�UPc5j�"�'i�E(��d�?�� :��B�`�z�� ގvm�19pYO�X�?���ls��Nِ�?���̙*�@����Q��v��)����m���3��@���J� -�Ɉ��f��%��8��ϼ@�k��{s���^3�}�z�d�]j-`IA�P;��m�� -��J*����G��M�@���YK�}(��&���{�1iU�g�iA7E5���m`��'s;2~J�C��ۦ�����W��?k�6܊���G����8�=�������%�?E[krendstream -endobj -3516 0 obj << -/Type /Page -/Contents 3517 0 R -/Resources 3515 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3552 0 R ->> endobj -3518 0 obj << -/D [3516 0 R /XYZ 71.731 729.265 null] ->> endobj -3519 0 obj << -/D [3516 0 R /XYZ 71.731 718.306 null] ->> endobj -3520 0 obj << -/D [3516 0 R /XYZ 71.731 675.303 null] ->> endobj -1621 0 obj << -/D [3516 0 R /XYZ 71.731 657.37 null] ->> endobj -538 0 obj << -/D [3516 0 R /XYZ 339.876 614.272 null] ->> endobj -3521 0 obj << -/D [3516 0 R /XYZ 71.731 602.101 null] ->> endobj -3522 0 obj << -/D [3516 0 R /XYZ 376.087 579.762 null] ->> endobj -3523 0 obj << -/D [3516 0 R /XYZ 71.731 572.624 null] ->> endobj -3524 0 obj << -/D [3516 0 R /XYZ 71.731 541.74 null] ->> endobj -3525 0 obj << -/D [3516 0 R /XYZ 353.441 530.945 null] ->> endobj -3526 0 obj << -/D [3516 0 R /XYZ 280.021 517.994 null] ->> endobj -3527 0 obj << -/D [3516 0 R /XYZ 175.77 505.042 null] ->> endobj -3528 0 obj << -/D [3516 0 R /XYZ 397.028 505.042 null] ->> endobj -3529 0 obj << -/D [3516 0 R /XYZ 71.731 502.885 null] ->> endobj -3530 0 obj << -/D [3516 0 R /XYZ 71.731 487.941 null] ->> endobj -3531 0 obj << -/D [3516 0 R /XYZ 462.474 455.129 null] ->> endobj -1622 0 obj << -/D [3516 0 R /XYZ 76.712 425.54 null] ->> endobj -542 0 obj << -/D [3516 0 R /XYZ 232.492 386.168 null] ->> endobj -3532 0 obj << -/D [3516 0 R /XYZ 71.731 375.803 null] ->> endobj -3533 0 obj << -/D [3516 0 R /XYZ 71.731 363.887 null] ->> endobj -3534 0 obj << -/D [3516 0 R /XYZ 71.731 358.905 null] ->> endobj -3535 0 obj << -/D [3516 0 R /XYZ 89.664 338.148 null] ->> endobj -3536 0 obj << -/D [3516 0 R /XYZ 131.167 338.148 null] ->> endobj -3537 0 obj << -/D [3516 0 R /XYZ 71.731 335.991 null] ->> endobj -3538 0 obj << -/D [3516 0 R /XYZ 89.664 320.215 null] ->> endobj -3539 0 obj << -/D [3516 0 R /XYZ 300.451 320.215 null] ->> endobj -3540 0 obj << -/D [3516 0 R /XYZ 450.128 320.215 null] ->> endobj -3541 0 obj << -/D [3516 0 R /XYZ 71.731 318.058 null] ->> endobj -3542 0 obj << -/D [3516 0 R /XYZ 89.664 302.282 null] ->> endobj -3543 0 obj << -/D [3516 0 R /XYZ 135.13 302.282 null] ->> endobj -3544 0 obj << -/D [3516 0 R /XYZ 174.159 302.282 null] ->> endobj -3545 0 obj << -/D [3516 0 R /XYZ 250.842 302.282 null] ->> endobj -3546 0 obj << -/D [3516 0 R /XYZ 341.239 302.282 null] ->> endobj -3547 0 obj << -/D [3516 0 R /XYZ 467.454 289.331 null] ->> endobj -3548 0 obj << -/D [3516 0 R /XYZ 71.731 282.193 null] ->> endobj -3549 0 obj << -/D [3516 0 R /XYZ 71.731 256.29 null] ->> endobj -3550 0 obj << -/D [3516 0 R /XYZ 71.731 241.346 null] ->> endobj -3551 0 obj << -/D [3516 0 R /XYZ 76.712 168.584 null] ->> endobj -3515 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3555 0 obj << -/Length 1703 -/Filter /FlateDecode ->> -stream -xڥX�o�6�_!"1+���Ӓ`�և�CSC�Y�mm��I������e�V�.AB�t���>Iq˅_nE�E/a^X��ʵ����k��fYx^��JX -�ie���"7�"�8�����Iw�l����`4��ۢ*Z�՚H�{�����L��Oo�~z��$���n��(��cI��篫�_]+�����[$!��8Ka5�Z]}����Z�0fb^��|.8�$��2����>~��.���&`�$R������6������[1�P<�Y��B����E��v��Y�zV�������mZTD2c��4i�Z:µ��طDܦ:�kKZ������zO��/�RE�hۯn��9�Pi��7���'|�>l$*�{�p�n�_Zu�3x�f�l[�w5��?nQ�sVo��wi��p�3�]k��= Ě�X�5�v0��f��;ٴuu�5���k#&�H���M&mtV��� ����B�TI������&7S ��W7Ē�z�F�9�.�d�2�A�~g���g��b���[��.䰈�|��e(� -c�F���XѱiÂ�'ۏ��5�c��c����b�Ě�|���;(qܮ�A�ޒ�a�m��^��z��D͕�̺�ꚺ$n��w(w���_��z�Ff I��=��nNW]��������j����^��^�����1u#��}�u'm��� d�����}�4[����k��̳��IQe�>�̴5ê 0 �M]�IT�� ��y��ϥ4,���R��z1�Gb�nE؏LB��������� ���ni.�#3ѐ7&^F/�U�S��f}�y-o��5�������ۨ����n�}�u)O⍫]��M|��(�ilT�� -к�6�@��Tl�=`[t��P)���|$6���d䍖�j0W�gc��O�\H�V0x��~rź�3<~(��iWyl� ��c=`B�e�#������Yo�I.m�vI�J�zu�j`d�V��ߨ�lR���+��K�G.�c�lFx.e�a���Ky�Ō���E�� &�Q�����"+��cĕ0i6 �i�[�%�|�)���8��W��Zܮ����W�K� ˢh�G����,h�3�X/;c{$����+i�eI�����M_>�����\�g�g�F"`�?߉<M�Y�b\2��eS�`��Mr2 �����JIS�� �dB� -�n�N�6$��Q9�ޗiCt�3����2�2B� ��T5�^jMT�D5�\��"ä+U��p���T8@A]�9�bw�NS��*/�U^���}9��<*J9���n�� -� �6Q[�� Q�0c:����8��N���CmQ -ܚf0)2�C�$�%����|��ŀicA����q�'�>.�A5�<�H���2xD�&��gƑۭ24�|�}@y@;U՛�ߣ +�����GC4��e���9:��T���������M�=��8V<f����c����:=��\�Ճ.��%&�u7R��5�T�#j�J�%���{wK���i��1tn��9���j��e��m�����=ի�� U�zӊAe~Ȕ"8~�A� �E�0������^0�P�j/�@\~~���������c�����=�4D����,���'�#��e�AV��i ���q -�/�W$kendstream -endobj -3554 0 obj << -/Type /Page -/Contents 3555 0 R -/Resources 3553 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3552 0 R -/Annots [ 3571 0 R ] ->> endobj -3571 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [315.096 355.457 349.965 364.369] -/Subtype /Link -/A << /S /GoTo /D (products) >> ->> endobj -3556 0 obj << -/D [3554 0 R /XYZ 71.731 729.265 null] ->> endobj -3557 0 obj << -/D [3554 0 R /XYZ 136.488 684.724 null] ->> endobj -3558 0 obj << -/D [3554 0 R /XYZ 76.712 625.051 null] ->> endobj -3559 0 obj << -/D [3554 0 R /XYZ 89.664 607.119 null] ->> endobj -3560 0 obj << -/D [3554 0 R /XYZ 71.731 592.01 null] ->> endobj -3561 0 obj << -/D [3554 0 R /XYZ 89.664 576.234 null] ->> endobj -1623 0 obj << -/D [3554 0 R /XYZ 71.731 556.145 null] ->> endobj -546 0 obj << -/D [3554 0 R /XYZ 304.825 518.929 null] ->> endobj -3562 0 obj << -/D [3554 0 R /XYZ 71.731 508.564 null] ->> endobj -3563 0 obj << -/D [3554 0 R /XYZ 71.731 496.648 null] ->> endobj -3564 0 obj << -/D [3554 0 R /XYZ 71.731 491.667 null] ->> endobj -3565 0 obj << -/D [3554 0 R /XYZ 89.664 470.909 null] ->> endobj -3566 0 obj << -/D [3554 0 R /XYZ 71.731 468.752 null] ->> endobj -3567 0 obj << -/D [3554 0 R /XYZ 89.664 452.977 null] ->> endobj -3568 0 obj << -/D [3554 0 R /XYZ 71.731 450.82 null] ->> endobj -3569 0 obj << -/D [3554 0 R /XYZ 89.664 435.044 null] ->> endobj -1624 0 obj << -/D [3554 0 R /XYZ 71.731 414.954 null] ->> endobj -550 0 obj << -/D [3554 0 R /XYZ 381.763 377.739 null] ->> endobj -3570 0 obj << -/D [3554 0 R /XYZ 71.731 367.374 null] ->> endobj -1625 0 obj << -/D [3554 0 R /XYZ 71.731 350.476 null] ->> endobj -554 0 obj << -/D [3554 0 R /XYZ 398.777 313.26 null] ->> endobj -1626 0 obj << -/D [3554 0 R /XYZ 71.731 310.291 null] ->> endobj -558 0 obj << -/D [3554 0 R /XYZ 359.858 278.79 null] ->> endobj -3572 0 obj << -/D [3554 0 R /XYZ 71.731 270.338 null] ->> endobj -3573 0 obj << -/D [3554 0 R /XYZ 71.731 234.79 null] ->> endobj -1627 0 obj << -/D [3554 0 R /XYZ 71.731 133.734 null] ->> endobj -3553 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F44 2069 0 R /F27 1224 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3576 0 obj << -/Length 1420 -/Filter /FlateDecode ->> -stream -x��X�o�6�_�G�}��NҬÚ������H�-� }������HI�e�6` `�������Q�Ćg9,�q��$-���f��1�,��ruu���& KBo�ZO|�f��L"�eq�NV���͖�QM�n`[�v�y��0��Z�S�����v|����U�;�"���E�ω}�7q�h�i���}e�����Eˢغ����:�je8P�4uM����Qj�D�Vy�B��Ե-��i��!{2wb���ҽ��� �l�ڋ���=��S'�^h�%#�j$M�a��N��3*k75��ZN��PCEF���mN"<��Ա-!�t�g+�d��E*�n��ήΟ�Q�ޓއ,��lŘ DF���ѐ�4[A�Pk���]�"�&7�l�D���ѱ@�SS��ٸ�\S�jѕ($�� Dm���L�6�*O�\��褽`����=��Q�6��`�vw,z���aa*��F�l{Ckn��.>M��������v�z��E����AV1;����S�T�j�㸇cϾ�EaF�i`��;��&�Nw��5�k�����c��8"���t���CQ��S�Q�g:"r�E�2�ٺ��WV͈� _O��2�'�s�=�,��L�Á�ᬟX�ҾZ -���8F DX�p�a4��cPۡ4�aNJ℅�?����� -E�O�& ���|#ˆ�e=���ӻL+u������'!��ˈ x�AfX�t�f#�~�%�GbQ7��(l��1���j�z�����R��ԧ!��-��,��ˀ�<g�,��z��ǀ^�}$�t�O]�P�P�@�D-Ŏ�2��Z���bBD&�(1e�#�ڼ�ܖ��*��)/uT�RdcBי��B�r�Ӵ��g��"������*�aN�\v��:ѩ��%=���9Ig�ϴ��=&F�۽L��Q���]���F�T���H!�C� -�i�ڂS�A�>�a//)aPIկ�z�S"���@yxA�i�ڷϻ����9���Up��^64��qb��c�X�bˉ���eI���(1��R�:u<�� ?�3�#q�HUDj)��:����+0�U w�]��i+S��P�K��?��O����������bD�v[������P�Ъ��W��,�n߭�j8b�c���f��j8Е��V���_� �:t�?�n�7���x�%sو�zT��p� m��xPO�j�B��blUv��4�G��,��e�_Ū��� ��V=��X*���7$����wM��/e�w���W[2���.��EI"����l7ۑUʪ�׳A�o��x��n/3.x���Ơ����^�s�QI�4L@`R���O��c��`�S1��+b�OZ�jB� -���>T Nt�#I�r�$pcf�Fb���>x�j�=N��endstream -endobj -3575 0 obj << -/Type /Page -/Contents 3576 0 R -/Resources 3574 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3552 0 R ->> endobj -3577 0 obj << -/D [3575 0 R /XYZ 71.731 729.265 null] ->> endobj -3578 0 obj << -/D [3575 0 R /XYZ 71.731 741.22 null] ->> endobj -562 0 obj << -/D [3575 0 R /XYZ 381.114 708.344 null] ->> endobj -3579 0 obj << -/D [3575 0 R /XYZ 71.731 699.891 null] ->> endobj -3580 0 obj << -/D [3575 0 R /XYZ 71.731 664.344 null] ->> endobj -1628 0 obj << -/D [3575 0 R /XYZ 71.731 609.913 null] ->> endobj -566 0 obj << -/D [3575 0 R /XYZ 342.285 574.446 null] ->> endobj -3581 0 obj << -/D [3575 0 R /XYZ 71.731 565.994 null] ->> endobj -3582 0 obj << -/D [3575 0 R /XYZ 71.731 540.409 null] ->> endobj -3583 0 obj << -/D [3575 0 R /XYZ 71.731 535.427 null] ->> endobj -3584 0 obj << -/D [3575 0 R /XYZ 89.664 514.67 null] ->> endobj -3585 0 obj << -/D [3575 0 R /XYZ 71.731 512.513 null] ->> endobj -3586 0 obj << -/D [3575 0 R /XYZ 89.664 496.737 null] ->> endobj -3587 0 obj << -/D [3575 0 R /XYZ 71.731 494.58 null] ->> endobj -3588 0 obj << -/D [3575 0 R /XYZ 89.664 478.804 null] ->> endobj -3589 0 obj << -/D [3575 0 R /XYZ 71.731 471.666 null] ->> endobj -3590 0 obj << -/D [3575 0 R /XYZ 71.731 448.752 null] ->> endobj -3591 0 obj << -/D [3575 0 R /XYZ 71.731 382.665 null] ->> endobj -3592 0 obj << -/D [3575 0 R /XYZ 71.731 331.691 null] ->> endobj -1629 0 obj << -/D [3575 0 R /XYZ 71.731 199.054 null] ->> endobj -570 0 obj << -/D [3575 0 R /XYZ 481.798 153.799 null] ->> endobj -3593 0 obj << -/D [3575 0 R /XYZ 71.731 141.361 null] ->> endobj -3574 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3596 0 obj << -/Length 3066 -/Filter /FlateDecode ->> -stream -xڥM��6��~���'��\Q�,�=%ݯtf��I��h���Ȓ*Ju��~�)��ugw2o� �� >��E��"�"���"�&���.0�'�k&Y{4o?>��q��E����M�4�i�,�˟�o��t�\GIĂ�o�S�T�Us ��q)�ÿ��V�_?~������$NE�ů��h��ҫ~n�a&��ƪ76z)��K��A����z%���� �vd��j�z,��#�� |PM5\h��Q��"�}� G�P�:����Ĵ��^Մ�)S�jP0����k��z݁6��і`���D�'R�~PUCf��vW듡Q���kS�1覨�#�sL�>.3X+�$�dž�� ���8\h<�`2NJu{ �b��7���j� -ک������%_h�/����sQ��2��A���)\ѳ[>)@������'���;�,+���b.ߐ69�#j=��0�F��ć��=oµ�B�:Ѡ���a���n ͳ�+f���zv�6��������>[\eh��TC���#V��v��&���t�h��[zÎg�L�z���ƪgړjF�pg�>����T�6s��u����,�I0���������p8p��� �v��ڴ�x��<���D��x��d�`vF�^���RϤ����E�o��b���Z��ن��D=���e�Ă8O;��X�7Q($\�Y�q�I�Ehǖ�H�Stk]eg����e�Rfҝ���4g�O�n� ���ڌ�`n�)Q��,䀠d�}�IU5��Z�R�a:~�%��&�>¾w�#HhǺ|����@��0֊]ÿ�5{�0��v�؛��UU���iU�X$�f�d��!c����ᢄ���}���o ��`i0C/z��?}x��� �EGn_�Ak����ic3yE�/��5�0�D�d�$���$~�cW}�Aκ�����2�Z$��@n�6μ��I�����n�����=����n0� �i����qg�jM��2�@���>p�;=�x�$%.�r8b�`��0�$�XG���f�m� ��Ҧ:4�6�b��R`�dK��m<"�8s�%�v��^u#��K�6���މ�M�^x��?��&E�mAu���g�=)p�#�"��W -n2�Z3��6�Cw�UI9�6���{{)�4x�k V2�A �q)Ir���K���%��(0�e��#�E�Y���,A,��dI*Y�ҘNzN���v<E �0(x�̺����j5���sad�#�vTrf�XU&Q�;Ò�J&����"�_��u21�*s��w�����]9���tS���t�=�{k����֏�?H��ͫ�G�:H��UL���%��;a�D��~��i�#� w�|���+� ���TU�6 a��}�]��0�ڪ�Z{A^�3��|��W����d�{al�{�wv���<�5j�nW�G��q �=¼�P�&� -C6����q�K�a�O�k�o��kL��~Ĥ����5�C,ݡ�{� �F�e�/�v�����`w>uiGޤ+�G3u�j�i ����2�c{bl���(��6�j�jJ�E��~S�Lldv-lmk2��j?���A\��2NV�1��>ϑ����+��8Q"g]�DB>c͜QU���X�pA!�a���lP��@�f<�4��l���5l���J3�p���lv>9�?.��|&�D��l�x�rSBN=mae�7�7��Z=���Ў���"�x>Z7N9 �rN9�E�G�+q��3M9��7����z}�4LD�����|�3�y� ���D�Eprx�N̓^9F�V��X��٥���h�a��1�{��5)�q欏 �q~���ݘ]��� ���4�ܵÑo�z�`t)صR?��馼�)�R��%Gq����g�t�m���%uo1�MA -C_��.o���vn{���F�IS�q)��[�ũ�}��\�v�ʹ���|p�Vb<��0K4|�����=6�j��m��G�kM�O0�$&[�C���xzN��C!8�X��ч�����J�{��,�NJ&��x�O KpOK�?{�������d i3詘m�*f����{/���D�!s(<8�|�|�З�w�,n�,�������� �ڦ2��@�kq�`��+�6�6� LA�b�[,t�X��1GU@ٟ�t�&�6�×b?��,���Ʊ�Z�����읈el�ִ���`W���-RR.P�����g4�-��ox�M�YzsN�sN����_ű��Y�(��0�'���"�h�C��;ƙ``�k.��Z�� }�{�*]��W7�ǽ�R -���F=��)!x{�ȿ��m���k�{aS��%�7/�K��@�b�����H�cQ��%�Fy��Ԯ�˳Y7�߄�<��לB -�wXڎ���g�JA�og��]b�T��k'dʨ�n�ˈ�C˄�0������T��u~��j����M"+����2��{RH���3J���ZG�;�����{>��'\r��t�,lo�����1��PˢOc�&}0����uj�v��f26}���~���B�������AQ�p�W<C��ʫ�{�1lm��:����/r����Ǭ��&*��{Q�dbG {�gN���{V�b#1�_S�=wm�:� -zv������0&���'� �'?�I���E��7h/�}�[V�S#�bI\�v�{���N�}!�5˅�(BqB��BwCiײ9��5���X����=n����Vmzϴ}���O�Q��@��<��P ��;�;�b����)(/�NY#̄EuR��p���$�~�z��K֞�͇�#���B��Ys�����pō�2��N�k�2�ZL;˥^Ħ'i~������A����I?����f�4sƵ�8�[3�<i9-� ��2Y7Wȝ��y��?�|�X��jU�̓���ٻ���k>a붫>y�G�<<R�H�iq�U=q<W�%�<�ي~�/=ne"���o[���H�L��c�[��/���{I�����endstream -endobj -3595 0 obj << -/Type /Page -/Contents 3596 0 R -/Resources 3594 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3552 0 R ->> endobj -3597 0 obj << -/D [3595 0 R /XYZ 71.731 729.265 null] ->> endobj -1632 0 obj << -/D [3595 0 R /XYZ 71.731 741.22 null] ->> endobj -3598 0 obj << -/D [3595 0 R /XYZ 71.731 644.419 null] ->> endobj -3599 0 obj << -/D [3595 0 R /XYZ 416.566 633.624 null] ->> endobj -3600 0 obj << -/D [3595 0 R /XYZ 151.959 620.672 null] ->> endobj -3601 0 obj << -/D [3595 0 R /XYZ 71.731 613.534 null] ->> endobj -3602 0 obj << -/D [3595 0 R /XYZ 71.731 600.583 null] ->> endobj -3603 0 obj << -/D [3595 0 R /XYZ 118.555 562.019 null] ->> endobj -1630 0 obj << -/D [3595 0 R /XYZ 71.731 520.086 null] ->> endobj -574 0 obj << -/D [3595 0 R /XYZ 341.27 481.7 null] ->> endobj -3604 0 obj << -/D [3595 0 R /XYZ 71.731 469.262 null] ->> endobj -3605 0 obj << -/D [3595 0 R /XYZ 71.731 445.033 null] ->> endobj -3606 0 obj << -/D [3595 0 R /XYZ 71.731 440.051 null] ->> endobj -3607 0 obj << -/D [3595 0 R /XYZ 81.694 419.294 null] ->> endobj -3608 0 obj << -/D [3595 0 R /XYZ 71.731 417.137 null] ->> endobj -3609 0 obj << -/D [3595 0 R /XYZ 81.694 401.361 null] ->> endobj -1631 0 obj << -/D [3595 0 R /XYZ 71.731 399.204 null] ->> endobj -578 0 obj << -/D [3595 0 R /XYZ 249.392 361.989 null] ->> endobj -3610 0 obj << -/D [3595 0 R /XYZ 71.731 354.637 null] ->> endobj -3611 0 obj << -/D [3595 0 R /XYZ 356.564 341.864 null] ->> endobj -3612 0 obj << -/D [3595 0 R /XYZ 71.731 295.872 null] ->> endobj -3613 0 obj << -/D [3595 0 R /XYZ 71.731 213.182 null] ->> endobj -3614 0 obj << -/D [3595 0 R /XYZ 71.731 161.376 null] ->> endobj -3615 0 obj << -/D [3595 0 R /XYZ 71.731 146.432 null] ->> endobj -3616 0 obj << -/D [3595 0 R /XYZ 108.889 125.277 null] ->> endobj -3594 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F32 1231 0 R /F23 1217 0 R /F44 2069 0 R /F48 2081 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3619 0 obj << -/Length 3105 -/Filter /FlateDecode ->> -stream -xڝk����� -���"�g���W��)ZܦE�Y�m�d���|ί�g(ɒW���p83���H�����26����a��O�1v����|����R��MB�y=l|�s#/�DJ�q 7����7����f����(�~���*Z�Ց@_�[��(�2������w��@En�U�,�B>�6�w���|�0H\�D��+BW�\Q��t96iN2�tG?������,튺jQ<����6;�B���=c'��� ��k��tK��i��n��w��eiY�Rbx���6�14�s=�DW4��VΕ64����}�hBK��s>me�E��K�L{��iXW����*��p��/����7Կa��RaB����Kڤg�F�{pWB9��s3��r�8�����=2��� �L�� ��ufD5��&��؍b�9�3�B�.�}7�T�Q�]��p$�Fn��a5�L�r�Հ��s�Y��� �0H+"��=և,�EWUT���f�by��p�d��#ڑ��p5�ϋ���tC��,'������ri0>%�Ϻ�xv��G�U�i��^Ay�uCK�S@(>|,__��m ��7����Y�h��_-�����y��p>H�r<M��)�����?�y�{���^�@���KS�m��n6��t88�˅�S�2=�O _؛B>��M��F=7b�HI�,�����%��(���w6eOM�n8�6���h4�|�D��#�~&x������1�y��W//���꒶�߀�v':��W�Gp�!oooU�~vm:vJ*�v>�5�<~�ݩ�[���a���t�7�K�����ӝ�ü8�u���{�n���c��vσZc���Q�;w}QA]l�q�����&8�7#�^q↡����w��[Vy��"��!���?�i����D�R൬��QV%���9�KZ�/p�$Z�oqV�B ��ێ�Fr��G�7o�Q��|�|�+�gd���� �UY�:z�1O�6���[� =�� ZU��Y�rN�-�� BHu��.�K0#�%�b7VɺI�8o����|�$���l+�gd���˥� �0D'�(�=|���֡^�.3�u�b,$��5=Y�Ua��� ���u g]���e�yG����Qd7ߥ�8^���Eb�T�pz��S����o���y��%�g���� �>m!i��m8L�)����L����H=�s}�U�,����T�!5F�� �� �i�ń葱���^����L[ܝ(\u�L��1ǀqn�#�r\���z*�>aH�f�^"��o�J,�0u�6w<�, -@i|�V�3�B�|$����c�pB`�h��D}�wǥ�8/Z��%![Ad/,���u����Q���v������� YΐyR!BНht�8�cc ���e u4 ��R~N�#e��L�����Z�j᱄����=iR�Go�Qv����'�x�ؤX���SD�*s���}N�T�����݃ŋUJ��7[���Z��N��[��Ș0L�j�r�D���s���ԍj|&8>� �d��}��� k2���e��!6��8�y��H��)�hhNK㸳�ߍ����j�3M�J%a���� �=�}�ܘ�4� �Kј��/i��+bq�B�+Zǣ� -y�P���CD*�x�g���z���}(�b��|��AхO�qL�T2��A���&��9Y�%��L@��6; Xe�&LJ��VG�'|��D���2f�0A3+M�����u����+�0X^���2��8��7��0����)���� �� �Qn�����3ar�7:C W;�c���a:���mrz�Ҽ8ӱ�Y�V3���~�Ȓ��,-br=&�2�z��?gcp͍�1��/֤�z�L���I4�C��X�i�N���v�찧��9�Pn�%bWz�A����/�&o��� �]��W�UQ�g��M�7���O�(�B���U���$vV��w�q#[y�UA�� $�����=m*~�/����%ىX������ UD5�� -j���6dRƍ>>E��q�t�<�L XJ�7)ӽ���� -{�}��>���?���L�/ 1!ڧ�k�5�q�� �3p2�⎢��H�=+�^P�����3��P1'%8����i�ؼZ�`Yir-�S���)�r�����YA�i���Y`�[�d�Ǡ �lԿ5���dsHn&�i����I���*�L����M �b뾣xH�a8���������6���Ik�������Oo�n�����>�I%\�'c"#�p��)�u��M+�E9�eIފ��i)Ik ��s���#g��B:u<��L05�G�ݓ0�y�ݛM� k��S�Ƥ+z� Fa���Ce�i㠲�@��7 P(�oN�q�# ��McMN"��������Z�\ +�Ξ��5�n������H\3�}��{�>��!���<MЖλ��MUd���fv2]»�QX�| -��2Z7Z����6"��� �+b��~��6/����ԝ˗}?~4�d�!F�ζK�(��lf�X֪�(���Q��C{��"�간9�X���~3�Tc?���u��mX�K�q�o���;���`�����̉�N���\�2�I/<Gp{�?�&�x����a�}�G�z�s"ə|�o�v�r��V#V �Vl�+���=�S��籠��53�V�<!�]z<�ܪ~h}��j-��*���"�;�l>�+�7��'�4vN��ف��g8���5��Sò�W��o3?e�?N$؛v�����XZ���(�%M�}kŻ��� }�A=LT�����fT��.��E�\.���h����=�p�;v���X�S���-�p�/͈+�d�jg��ݹh��M�6���T��>�{��� s��'Xێ������e��ފ�D��DŽ�Va?r�m[����5綶~}*~����^tV�_EK�۷�����#Z"D�Q߶��ɆCZMY.��Q���n,�տ�Q��1P �&��;�%��T�endstream -endobj -3618 0 obj << -/Type /Page -/Contents 3619 0 R -/Resources 3617 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3552 0 R -/Annots [ 3624 0 R 3633 0 R 3636 0 R 3639 0 R 3641 0 R ] ->> endobj -3624 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [243.325 623.776 288.784 632.687] -/Subtype /Link -/A << /S /GoTo /D (parameters) >> ->> endobj -3633 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [141.14 492.548 205.897 501.459] -/Subtype /Link -/A << /S /GoTo /D (upgrade-cvs) >> ->> endobj -3636 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.157 474.615 267.914 483.527] -/Subtype /Link -/A << /S /GoTo /D (upgrade-tarball) >> ->> endobj -3639 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [214.225 456.683 278.982 465.594] -/Subtype /Link -/A << /S /GoTo /D (upgrade-patches) >> ->> endobj -3641 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [81.972 400.269 134.276 408.807] -/Subtype /Link -/A << /S /GoTo /D (template-method) >> ->> endobj -3620 0 obj << -/D [3618 0 R /XYZ 71.731 729.265 null] ->> endobj -3621 0 obj << -/D [3618 0 R /XYZ 71.731 741.22 null] ->> endobj -582 0 obj << -/D [3618 0 R /XYZ 290.952 659.009 null] ->> endobj -3622 0 obj << -/D [3618 0 R /XYZ 71.731 648.644 null] ->> endobj -3623 0 obj << -/D [3618 0 R /XYZ 71.731 625.933 null] ->> endobj -3625 0 obj << -/D [3618 0 R /XYZ 86.981 612.981 null] ->> endobj -3626 0 obj << -/D [3618 0 R /XYZ 146.997 600.03 null] ->> endobj -3627 0 obj << -/D [3618 0 R /XYZ 395.872 600.03 null] ->> endobj -3628 0 obj << -/D [3618 0 R /XYZ 247.699 587.078 null] ->> endobj -1633 0 obj << -/D [3618 0 R /XYZ 71.731 579.94 null] ->> endobj -586 0 obj << -/D [3618 0 R /XYZ 367.202 542.725 null] ->> endobj -3629 0 obj << -/D [3618 0 R /XYZ 71.731 532.36 null] ->> endobj -3630 0 obj << -/D [3618 0 R /XYZ 71.731 520.443 null] ->> endobj -3631 0 obj << -/D [3618 0 R /XYZ 71.731 515.462 null] ->> endobj -3632 0 obj << -/D [3618 0 R /XYZ 89.664 494.705 null] ->> endobj -3634 0 obj << -/D [3618 0 R /XYZ 71.731 492.548 null] ->> endobj -3635 0 obj << -/D [3618 0 R /XYZ 89.664 476.772 null] ->> endobj -3637 0 obj << -/D [3618 0 R /XYZ 71.731 474.615 null] ->> endobj -3638 0 obj << -/D [3618 0 R /XYZ 89.664 458.839 null] ->> endobj -3640 0 obj << -/D [3618 0 R /XYZ 71.731 451.701 null] ->> endobj -3642 0 obj << -/D [3618 0 R /XYZ 71.731 395.288 null] ->> endobj -3643 0 obj << -/D [3618 0 R /XYZ 71.731 330.157 null] ->> endobj -3644 0 obj << -/D [3618 0 R /XYZ 118.555 291.593 null] ->> endobj -3645 0 obj << -/D [3618 0 R /XYZ 71.731 238.003 null] ->> endobj -3646 0 obj << -/D [3618 0 R /XYZ 364.919 205.346 null] ->> endobj -1634 0 obj << -/D [3618 0 R /XYZ 71.731 190.238 null] ->> endobj -590 0 obj << -/D [3618 0 R /XYZ 244.469 157.924 null] ->> endobj -3647 0 obj << -/D [3618 0 R /XYZ 71.731 149.286 null] ->> endobj -3648 0 obj << -/D [3618 0 R /XYZ 71.731 97.984 null] ->> endobj -3617 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3651 0 obj << -/Length 1945 -/Filter /FlateDecode ->> -stream -xڵ]o��ݿb -���R"������� �q -�ip�J\���)�|��3J���7up��p��=�W�㫌�L�"r&�dU��U _���c�Q6�ۻ��k)W9�S��ۯ�(bY��2)�6����������D�d�~U��1�o��@����m��Ow�]��n�Ȍ�[�E�&���\mA���9K�t�E[&�؉w��7�/��3"�Y*�p3�|�_od��kz�CYt�c_�=ᣙ�o��=mC���w�oi�=(����닦k��$Ge���O���l�v�n.��O�k��V{z?���E��_m��7���������Y�$`�$�����HV�8b�8%u�^��F!���2:ZB�QGՕ��õ��c�U�S�R�'Դ:�{���۱/"'r��3�A�� �s퉻����7%���Vp�ЀPK�Z�����|wPfl��:��ɑ�_�>y��w�9���R~B�hYY�( -��b=��n��@k��8��7��җ�7Ĭ�uӽ��w���I��܊&���7j��h��M����G�g�96àv��:L���#:@��s���]��}ã*��B�,a�g�I��������5Q�֟G䅡�^��{��A���~�;�3��|~��7i�����`�?|�oQ�w�ڈB|��z�2��'���_��c���L��h����O�%b�K���i�����Ԫc��BՅ����Y���DZ� Cgf�H��x~%�QْM�X��%K�x�e���?^��S���.|?���"Ǡ) ��,��jP����W�o�)Ԃ����xWl&i6��x���� - �D$Ye)Ns&��ι��奋��ۘ%xw -99;U!)]6�1�S�ĕj l�h���~�G��u�G�2^:(zǼ'��r��)O����Y&�(sD)�Q��^^C�����������lP=dW�Y�x���D�y�BbEô�۩t��sEN�-K��2Lj*���a�|�VtvUV(�Kp���:��VT$���kSA����+�A���T���<�����}�)�� -�C�ҏ��گ%�5Or;�SՃ�h�����y.v�gН ��K%@|/�[2�H�.,����n�&�YsS�p���|`����x��ܦ�����2����0A��:C�̶l˷Ny�A�J&�����jVڙ��rl1�����Z�C�s��4��`Fgi��_�~?�9E�>�<�uR�rHe<��z�F��טX���)E˛5���3�8��W<O<7�E^�/S�]w��w�h:/��K�U��C�q�)_͍_8)tZ��kuQ���G���oB�P!k`˜;���cͷAV��B�1���Aؔ�����@�E�i`9�\��56�s� @��C���a0���D���W���`�C�5��.�<;k��?���pje=���h�I�p���P���˟�[c��$b�M�^Ӑ������8Hi�1&1��O%:�ƺ��f���M8����)�5Վ�v�7N�*�T%9� nj=���"�����|�s��"�*M�NjfL�����Y�~�$�y�����q�H��niހ�, U'gcxJ�ϧ�k�8^{'��e �P���h�$רQ?o�֨g�^�՝��1����Ay8z��T�'4.�*��S��T�z�Ѓd�����~Tq#2�+a?�����7Z�[C�@7Xx�5�3�j��|��>'!�o�is� -�����1�K��@������sN�2?��Wu��g<|��x� �lj��a����;�]Y��R&�z"�+��=1`l���������}S��c�>�i�\2�@(�u����+>�xn���ֹ���M�0�߳�K��0�~0�⏦'���L��.Ay.����KN��<��endstream -endobj -3650 0 obj << -/Type /Page -/Contents 3651 0 R -/Resources 3649 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3552 0 R ->> endobj -3652 0 obj << -/D [3650 0 R /XYZ 71.731 729.265 null] ->> endobj -3653 0 obj << -/D [3650 0 R /XYZ 71.731 741.22 null] ->> endobj -3654 0 obj << -/D [3650 0 R /XYZ 71.731 668.792 null] ->> endobj -3655 0 obj << -/D [3650 0 R /XYZ 71.731 632.827 null] ->> endobj -3656 0 obj << -/D [3650 0 R /XYZ 104.01 621.27 null] ->> endobj -3657 0 obj << -/D [3650 0 R /XYZ 104.01 609.614 null] ->> endobj -3658 0 obj << -/D [3650 0 R /XYZ 147.048 586.301 null] ->> endobj -3659 0 obj << -/D [3650 0 R /XYZ 104.01 574.645 null] ->> endobj -3660 0 obj << -/D [3650 0 R /XYZ 71.731 526.612 null] ->> endobj -3661 0 obj << -/D [3650 0 R /XYZ 71.731 504.707 null] ->> endobj -3662 0 obj << -/D [3650 0 R /XYZ 118.555 464.175 null] ->> endobj -3663 0 obj << -/D [3650 0 R /XYZ 225.689 452.698 null] ->> endobj -3664 0 obj << -/D [3650 0 R /XYZ 332.317 452.698 null] ->> endobj -1635 0 obj << -/D [3650 0 R /XYZ 71.731 407.465 null] ->> endobj -594 0 obj << -/D [3650 0 R /XYZ 277.022 378.818 null] ->> endobj -3665 0 obj << -/D [3650 0 R /XYZ 71.731 370.181 null] ->> endobj -3666 0 obj << -/D [3650 0 R /XYZ 86.396 346.938 null] ->> endobj -3667 0 obj << -/D [3650 0 R /XYZ 71.731 339.8 null] ->> endobj -3668 0 obj << -/D [3650 0 R /XYZ 401.148 316.054 null] ->> endobj -3669 0 obj << -/D [3650 0 R /XYZ 71.731 290.983 null] ->> endobj -3670 0 obj << -/D [3650 0 R /XYZ 104.01 281.483 null] ->> endobj -3671 0 obj << -/D [3650 0 R /XYZ 104.01 269.827 null] ->> endobj -3672 0 obj << -/D [3650 0 R /XYZ 71.731 268.612 null] ->> endobj -3673 0 obj << -/D [3650 0 R /XYZ 104.01 246.514 null] ->> endobj -3674 0 obj << -/D [3650 0 R /XYZ 71.731 221.794 null] ->> endobj -3675 0 obj << -/D [3650 0 R /XYZ 104.01 199.889 null] ->> endobj -3676 0 obj << -/D [3650 0 R /XYZ 104.01 188.233 null] ->> endobj -3677 0 obj << -/D [3650 0 R /XYZ 104.01 176.577 null] ->> endobj -3678 0 obj << -/D [3650 0 R /XYZ 104.01 164.92 null] ->> endobj -3679 0 obj << -/D [3650 0 R /XYZ 104.01 153.264 null] ->> endobj -3680 0 obj << -/D [3650 0 R /XYZ 104.01 141.608 null] ->> endobj -3681 0 obj << -/D [3650 0 R /XYZ 71.731 129.952 null] ->> endobj -3649 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F44 2069 0 R /F27 1224 0 R /F35 1589 0 R /F61 2561 0 R /F55 2355 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3684 0 obj << -/Length 2385 -/Filter /FlateDecode ->> -stream -x��ɮ�����B�������k��g�%˼$(���ᢐ͑5_��Hj�����`�buuUuum]O/|���V���*��m��/���'-+!Y]м{yZo�"Uid/�E��*��El�JB�x�����+��ʄ�g�~��eS��/�=�� K��?�U�-z����/����*M��&P�^i��P#Ϳ�~��_�@�������:��l�.�JS�������_&V�bF*J��x�^��c��ڪ0�(LU���Z�.t�l����� �E���Ҙ���e�{Yנ]���`��}i�J'@�[�@�Mh�ˡ`J�=Q�X��@���Y���P�m]gM��MX�mZw`�hrN�:�U��+ۑ�t(��h�����W?-M���{gF�����e�c\^�����@���*����@�w���j^��l2W� yR��$x!* -#:l^v�ֵ�Jq�=�2#��C��|����Z>�GvX���Ѿ�;� ,|q��ҡ8�M"8Й���/]3V��g�@�`�l�R3�)��ﲼ���p��$��%t5�ݗxퟖ`0�;�e�����a�lz��;���(,e�]H���賺�E���xﴔ�7�.�6 D1���7�0��_�o�,w���C��S�{�曥O�4�����g���-�T��z���grQ����* P�q�v-c�l L�gFoP��x���d����P4���h�'@5E�_ʈ��@m���<m��vs�2g�CF)�71G��L��ؕ��*z5������q� k�1���i�l+�������.8�L�|��ҝP����UWdp����B����kD�"%��ؖH_�:�u#HX{#s�W{B��]���B8������,R6�^L��q{�m�b�� ��|�P\�l�\؈�� -����c#�}�F���k�E��Tk ��a��|�(���d�zH�#ͦ�9�x��o�P���"�1�X���n!���d���u��/`������ƀq�B�>��Z�/;Be����FhN`|���7��*�eg3��&"�ݐL�%�%\�B���~6`�Dʬ\����}nCf#Fi��<�F��� ��Ur"�#�I�w���B�O -n0!�h���;0ȡ�p���֬x�/ߵh�$GH��#��3��>�`�玿]�O�������V������\�"�5lҊ�s�bN�^�ވ��hA�M%h�w����9���w�\��XS���/����.��Ot���]W��t:�Ѓ�+<)�@�=Yh��p���m[UУ�5#��Tm��0�c9tPx/��z��ҝMP�HLsO��z�6��6��7��D�0\�0�WA�k]D_(^�����a�b�UְG떗�|��Oe&�t 8("JOvE%1�精����u�F0h���7\������v -&Go���b�'��_.���|��%݉��%�:�t�$&��{�FVN��<���j�Y}��Q �Ϟ<v�,��5��ʺ�6q��V -�\�`1�E�Sh>�,�M��yH߅[f�b��̸�l� ��|p�M�\�x -��RVI�/Y}��%h];'�ܢ"�y�f����va3;�媼�x�*�o�����!�&�P�#�eN,r&(�����C�c/�����P��ܟ�ME]/)���p~e����6Y� Ez&����<EA��R�OY�Ir��n����K�\KY ��W���:���4I�;wTuK����x�>�5���Tl\�V=�ؕQHm�ʵ+.�*/w;�����/�OU�O�;���9��#��������Ȭ/tF}Q��:��y%'���Q3�[=Pug��S�P�!�]I�ۗ��&VC�W�j����_��%�ǽ.s�쾾��K��+�V�v9�_�&��O��2�2���y},e"�㯜J����4W'��(O�x��$ܘ��T�����^�M�#���1ӜB�"o�r����@����3\���O�Ϩ%>�f��c��U��d��������9�G�% -�2?���*gd�}DɅ�t��8�r�RfP5�9�;���ۡ�%zyǷ�,��[�x����uTk�DN���UHV4�<�Ƹa�'�0v�(Z�wqb-Z1}U�H���$@�����9�npCGE�K���Py�ٝ}�ٝ1!��a���NG �q<��y��o�}q�_��ܔ�Ӄ�x�$7��&$�%���9�I�S�'��S��\�&�?����C���3�O�qJ��1@<e2^74�fV�$h�1�z�S �>O6�#��I=�L��Z���wy�� U:�W]�<Z�)[6w���X@߮Z?0�e4�S�Jt���f���������|�=�����endstream -endobj -3683 0 obj << -/Type /Page -/Contents 3684 0 R -/Resources 3682 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3709 0 R -/Annots [ 3703 0 R ] ->> endobj -3703 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [271.86 230.641 336.659 239.23] -/Subtype /Link -/A << /S /GoTo /D (upgrade-cvs) >> ->> endobj -3685 0 obj << -/D [3683 0 R /XYZ 71.731 729.265 null] ->> endobj -3686 0 obj << -/D [3683 0 R /XYZ 118.555 684.724 null] ->> endobj -3687 0 obj << -/D [3683 0 R /XYZ 136.092 676.259 null] ->> endobj -3688 0 obj << -/D [3683 0 R /XYZ 71.731 602.887 null] ->> endobj -1636 0 obj << -/D [3683 0 R /XYZ 71.731 572.003 null] ->> endobj -598 0 obj << -/D [3683 0 R /XYZ 264.948 538.693 null] ->> endobj -3689 0 obj << -/D [3683 0 R /XYZ 71.731 530.055 null] ->> endobj -3690 0 obj << -/D [3683 0 R /XYZ 496.728 506.812 null] ->> endobj -3691 0 obj << -/D [3683 0 R /XYZ 415.635 493.861 null] ->> endobj -3692 0 obj << -/D [3683 0 R /XYZ 71.731 434.917 null] ->> endobj -3693 0 obj << -/D [3683 0 R /XYZ 71.731 401.109 null] ->> endobj -3694 0 obj << -/D [3683 0 R /XYZ 104.01 389.552 null] ->> endobj -3695 0 obj << -/D [3683 0 R /XYZ 104.01 377.896 null] ->> endobj -3696 0 obj << -/D [3683 0 R /XYZ 71.731 376.681 null] ->> endobj -3697 0 obj << -/D [3683 0 R /XYZ 104.01 354.583 null] ->> endobj -3698 0 obj << -/D [3683 0 R /XYZ 104.01 342.927 null] ->> endobj -3699 0 obj << -/D [3683 0 R /XYZ 71.731 318.207 null] ->> endobj -3700 0 obj << -/D [3683 0 R /XYZ 71.731 296.302 null] ->> endobj -3701 0 obj << -/D [3683 0 R /XYZ 118.555 252.756 null] ->> endobj -3702 0 obj << -/D [3683 0 R /XYZ 421.576 244.292 null] ->> endobj -1637 0 obj << -/D [3683 0 R /XYZ 71.731 200.753 null] ->> endobj -602 0 obj << -/D [3683 0 R /XYZ 295.902 168.357 null] ->> endobj -3704 0 obj << -/D [3683 0 R /XYZ 71.731 157.992 null] ->> endobj -3705 0 obj << -/D [3683 0 R /XYZ 355.306 148.232 null] ->> endobj -3706 0 obj << -/D [3683 0 R /XYZ 71.731 123.161 null] ->> endobj -3707 0 obj << -/D [3683 0 R /XYZ 104.01 113.662 null] ->> endobj -3708 0 obj << -/D [3683 0 R /XYZ 104.01 102.006 null] ->> endobj -3682 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F44 2069 0 R /F27 1224 0 R /F35 1589 0 R /F61 2561 0 R /F55 2355 0 R /F32 1231 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3712 0 obj << -/Length 850 -/Filter /FlateDecode ->> -stream -xڥUM��0��WX�@"m];��슕8 *q���mI�j���3����@Uk���|�'�0�p�8U���I&Iխك�z�c(�G���js%)h� �ݑ�1�XA�Hh.��?E��rpz�d�����;ӛ p����c���-�/ۛ՛�Cl)-r�dzi��B�}h�y��է/������W�V��E��pZ����VV�\1p&)�S>�����]�9T���3ɩ8���S*�̫%���$S -��1NYT���T�\�)�A�����P��h���m�A@�G�����������zo���vwb�lו}��!Շ�\�TB���n�����U���ۤ�<С=�7S�1N� ��n��(���>d�be����C��qN��l6R��Q��X*y�/���y���X���|u�)�6e���,��B;D�Ewv�5���G=�h�mv%.���s��������gƒ�t����C�����m�?�9����<��"2�=n�)����R��mHb+��-��i6N�`lP'�c��[���z����� �"��ٌC�"�G��+��o�*�C|)@3��xo1�,��Jf$�s p.и��uf��n�@;'��t8;�r -��2�*/m�7�`�G�#cGk���L�w ��o����;;vK��@~,����n���=��m`5e���;v�mm���JyO�� ���0{���a4������|�O|�},��#�ȳ��Z�Ei�^l6��!���v|APx�@����Vx�ԧ1b Gϼ>�2��S�s� w1�i�Փ�#���'����މ�A�����#�:��%endstream -endobj -3711 0 obj << -/Type /Page -/Contents 3712 0 R -/Resources 3710 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3709 0 R ->> endobj -3713 0 obj << -/D [3711 0 R /XYZ 71.731 729.265 null] ->> endobj -3714 0 obj << -/D [3711 0 R /XYZ 71.731 708.344 null] ->> endobj -3715 0 obj << -/D [3711 0 R /XYZ 118.555 664.798 null] ->> endobj -3716 0 obj << -/D [3711 0 R /XYZ 297.118 656.334 null] ->> endobj -3717 0 obj << -/D [3711 0 R /XYZ 71.731 634.414 null] ->> endobj -3718 0 obj << -/D [3711 0 R /XYZ 462.063 601.756 null] ->> endobj -3710 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F44 2069 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3721 0 obj << -/Length 2514 -/Filter /FlateDecode ->> -stream -x�}Y[��6~ϯ��N�cEw���tڝt�m�9�N��Y�m5���RN��~?�,_��@H�ąV>~�*�,�'�ya������:b�_���������me�.�V��7ϯ^�F����d�z>�R���t�\����T��6�0�ױ��7��u�<���i�����?�a��y�4"~�jq����T7j� v���M�ne��O��Q��quǨ�T�t�A1ȒA5Ũ*a��"'�WC1�ݑ��l ��.G��E�0u��c��An�H��9������0�2��A��`:�ч�e���0�]�5�m;�x���a�v�{�a��Q@�ߢi3Q�����=���N���������|bf�̴ӣ �Qu���؆��)u��:̘z&�ϛ �R �U�q�+Z��_c=�����n����}Q��ޝ?��'���-:�s$!��V�H!+Y)���U�X�NU���\��&������q"X�l} '.J����������ڌ��Sab����Q;%Dk�}`� -h��ǣ���Ot"5+!�����2��Q���Az9N�Y8����`�1��R ���F`}���J�C�O��Qt��q�{I�A��_������[:���>� ���p�x)����-�" ��q(�V ��4�U�8���_���,���҄gՉ��gQ�+]�A�����Ӳ�sw��+��fP 7�^uؖ��ʌ���)`�y���\L��l�4��b|w<�3Q�"x<��8 J�� -Y4�e,���^J�z<9��7� _�����v�����`P��R�-��R��Y��5���;�+��1}%��ÃB�ډĞ���6��7��Vp�0H$�� Rkl�^ I��KR�Y��ʼ>��8����p^�8<�������ĜaB�-�8��^&�{��^X���-��g*����N�l� K`��qi���>c{͊�)� �3�|>?�az@`�[2�!�CK��~>8q���ܢn�L�T%"m���A�9?pvm�Y��v����O����8 �w#ϔ��M'��Kԅ���-Ό���ة�A�5 p�o�Ϙ��a\LU=2Z�H��,��6�B�8�Ip��v��b����p��]<�h�`�.4My��s�$��z�'ZWT�\q"�0DG�u{J>�x;~�I���-4F3��Ҝ�aeA+��e$�9�j�[�R�{7@�@|u�{�[�h��% r.���q���3�Y!�[���^�G��-�,��b��O3���^�.�q�i���!�`_B�*�X�W��o�RO��bsz�4��W�?Ͻ�.��]��RT�Y��[���6��~Æ$V�j�6�"��k͝���n��'�2�͕�C:0\9��r]��r��J�R/'.*N��W��D�d��ؘ�������qNBϏY՞�_��8H��H�0ؚqUK9�cF��#��$Ł�i��{]�i��I�����.u���dn8��q/�Û��K����B����e���-�����ݶj�Ph�[q�a��9�WQk�N<rG�]���-#.���5j�;�;��|U��� �v�U�PkC:l!j!�|�������:V�\�87���.ƶ��Å�����ж ��Jk��rO��\�I��FȒ�:��C6`j�GE����V<����0X��pF����l`y��<g/�����lS?Ȃ�Ð�G��MA9�.m/�&�F]��>�����]2 -���$�P�K���pގ|�J�n-��-CGe+�p�ݱnk�d�� h�q -�����zHBC�J�e�M��ylO���)�sk�>��0!���e��_�Uμ�s�-�I����+��gI�`bk7�"&�@��Go(\�"�*i�|9�%�Α8�UE��`��Կ���G��]��>v%],%]J�}]��AܕP5g{~���?��[�\~yQ{�Fj8���2$����\����q�z~m���x�5I�d -�۴4{pN��v;vxބt�A�m��=�.��\R =�%���!ݿd���&ML��`��K6��4��Ѵ��������"�k����=�^�<P_��'X4��:���/�{��d�{f���j�J���"�m�%�F8q走E�:ͽ_-��R�n�j��P={Ro�XI�%�-�4[mS��i>W������(�� -�����o����ߋяE��W#0���A�l1�R<�C�Q�u) ��5����LO@ �0/�91d��/\־VJX�)��.���3�d�����}�E�}<�Dz�J<?w�IB3��).70�oI�l*%>��������������ĦJ�ʻ��PZ����2�Һڝ�eeh��2��}6��-��ۈ��{t�j`/l��T��k�䛹Ic&�4@�#�V?�Ή�A�`{35�["�J���λ�]ޠ%��.�����>ʶ�m�'g�9j��a�'��]m���J�cB�H�[A�ߕ{I��ջOendstream -endobj -3720 0 obj << -/Type /Page -/Contents 3721 0 R -/Resources 3719 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3709 0 R -/Annots [ 3728 0 R 3733 0 R ] ->> endobj -3728 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 -3733 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 -3722 0 obj << -/D [3720 0 R /XYZ 71.731 729.265 null] ->> endobj -1638 0 obj << -/D [3720 0 R /XYZ 71.731 718.306 null] ->> endobj -606 0 obj << -/D [3720 0 R /XYZ 344.957 703.236 null] ->> endobj -3723 0 obj << -/D [3720 0 R /XYZ 71.731 681.855 null] ->> endobj -3724 0 obj << -/D [3720 0 R /XYZ 522.288 634.645 null] ->> endobj -3725 0 obj << -/D [3720 0 R /XYZ 71.731 616.593 null] ->> endobj -1639 0 obj << -/D [3720 0 R /XYZ 71.731 575.701 null] ->> endobj -610 0 obj << -/D [3720 0 R /XYZ 252.56 532.604 null] ->> endobj -1640 0 obj << -/D [3720 0 R /XYZ 71.731 528.774 null] ->> endobj -614 0 obj << -/D [3720 0 R /XYZ 198.219 493.231 null] ->> endobj -3726 0 obj << -/D [3720 0 R /XYZ 71.731 485.879 null] ->> endobj -1641 0 obj << -/D [3720 0 R /XYZ 71.731 427.115 null] ->> endobj -618 0 obj << -/D [3720 0 R /XYZ 267.87 389.899 null] ->> endobj -3727 0 obj << -/D [3720 0 R /XYZ 71.731 379.756 null] ->> endobj -3729 0 obj << -/D [3720 0 R /XYZ 209.73 369.774 null] ->> endobj -3730 0 obj << -/D [3720 0 R /XYZ 291.334 369.774 null] ->> endobj -3731 0 obj << -/D [3720 0 R /XYZ 381.061 369.774 null] ->> endobj -3732 0 obj << -/D [3720 0 R /XYZ 419.603 369.774 null] ->> endobj -3734 0 obj << -/D [3720 0 R /XYZ 322.387 356.823 null] ->> endobj -3735 0 obj << -/D [3720 0 R /XYZ 449.982 356.823 null] ->> endobj -3736 0 obj << -/D [3720 0 R /XYZ 489.834 356.823 null] ->> endobj -3737 0 obj << -/D [3720 0 R /XYZ 436.781 343.872 null] ->> endobj -3738 0 obj << -/D [3720 0 R /XYZ 258.733 330.92 null] ->> endobj -3739 0 obj << -/D [3720 0 R /XYZ 171.642 317.969 null] ->> endobj -3740 0 obj << -/D [3720 0 R /XYZ 71.731 304.918 null] ->> endobj -3741 0 obj << -/D [3720 0 R /XYZ 71.731 289.974 null] ->> endobj -3742 0 obj << -/D [3720 0 R /XYZ 209.872 278.417 null] ->> endobj -3743 0 obj << -/D [3720 0 R /XYZ 316.053 278.417 null] ->> endobj -3744 0 obj << -/D [3720 0 R /XYZ 129.377 266.761 null] ->> endobj -1642 0 obj << -/D [3720 0 R /XYZ 71.731 238.865 null] ->> endobj -622 0 obj << -/D [3720 0 R /XYZ 215.507 199.493 null] ->> endobj -3745 0 obj << -/D [3720 0 R /XYZ 71.731 192.062 null] ->> endobj -3746 0 obj << -/D [3720 0 R /XYZ 401.912 179.368 null] ->> endobj -1643 0 obj << -/D [3720 0 R /XYZ 71.731 136.365 null] ->> endobj -3719 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F33 1322 0 R /F35 1589 0 R /F44 2069 0 R /F61 2561 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3751 0 obj << -/Length 1624 -/Filter /FlateDecode ->> -stream -xڭXmo�6��_a`"+��^Zl@��m�t�g���l+�Yr�����;�N/�w��:�s<>G�'����̗Ј� OM��3g��/o�8iؤb�t��g/�H9 Y����a� -�)N|)X��d��h���vU\Lm��e�^���4��w/�"���?�?���-��>yҭFg䗐�3��v�Y�����/� �X��w��hl��2�zz�3�eȤ/[}N3書?Ոw����(_.�y�Ud��&�øp��������Y��Y����J�a �˙�=�cB�ht���?4����kttŅ5�|1��ix�9 ?0��/�2!��7!��Uo��M^��bʭ:C9�F��������T(�K��S��u����u�|�c�R�@K�,��+r��R�rl�yV֩�NX�L�XHG�ɍ� ��e�76���P��� ;�#:�&�PZF[R{J� J���L*�����`��� ��ђ'�ՑZ� �'!d1�z^���h�����\k�y]v:�:����$Pƅ��ԖҳV�Ô;V����CJ;��K�`h)������G�ƚy#�Ee�(|Ґy�"��pz�>XHo}-��X�k���3�-`C���C�A��]0,�u�-��CD���vE^A�b����*����$�������Lւ�ט.z�19�A�̇lu�&a$�5vQ:D��� h?�:�&�2Z��8+�!_|�ȗ���v��,��t�\�e�ΒlݤQ����H$3zd�������6�54�R��9~�g�sfQ����z&��6RA�Zg�/?�S�s�&mR�9V^7�DZe�2Wr�|��r>C�p-���(���pK�����X}r�s����Ð9pF H?��L��,�3U�� G�?��>�<#�sM��W��0���������;4~��������ݫ1�l��OA%�1J ��kCɯRJ�ï���J��VǍFv����L���kt��'�ő�;>��y��j�떶��#>�p��!R�fv����v�����!�Z��1��n!X��������WJTgJ]7�d��1u`�$�����&�8�6l;t�2B���A�<�=@�o����|��@�S�63U.p�Wm��Bq�7MJ�8Z�[s�yU��Mr�_�e�sr5CC����� -O���i��! ~�*�sOP>Û��^(���_����a�c�Ĉ˯W�P��-�NEN�TZz�(@�NчEnj�U�z[�Ԛ���1e���z���$�~ �C2�,G��Ԁ;�%'S�ZZ�ЋmPO�^��t?��)̠�J�������E�LG������c�CM����!� -�~�%(��:.�������u�]鈉��828ʵF��)��64t����m7��*��X? O:����m�������Q��,�wp�� -��:ENR��&^ɸ���K�fq-�4���pJ���[kLy� 09ɹ��v���xv�z9���@��0��?I���C���.̟:���]U��s���q�|�ݳe�0�@�����˱%�2l��c��GsE��lS��<��;��������T���F�':}u_��n��X,��M&���_�n��:Oݰ���*%� ����s�>����!� -endstream -endobj -3750 0 obj << -/Type /Page -/Contents 3751 0 R -/Resources 3749 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3709 0 R -/Annots [ 3754 0 R 3772 0 R 3774 0 R ] ->> endobj -3754 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 -3772 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 -3774 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [442.102 236.881 495.555 245.792] -/Subtype /Link -/A << /S /GoTo /D (security-os-ports) >> ->> endobj -3752 0 obj << -/D [3750 0 R /XYZ 71.731 729.265 null] ->> endobj -626 0 obj << -/D [3750 0 R /XYZ 164.538 705.748 null] ->> endobj -1644 0 obj << -/D [3750 0 R /XYZ 71.731 702.184 null] ->> endobj -630 0 obj << -/D [3750 0 R /XYZ 306.92 666.375 null] ->> endobj -3753 0 obj << -/D [3750 0 R /XYZ 71.731 656.233 null] ->> endobj -1645 0 obj << -/D [3750 0 R /XYZ 71.731 626.161 null] ->> endobj -634 0 obj << -/D [3750 0 R /XYZ 408.16 588.946 null] ->> endobj -3755 0 obj << -/D [3750 0 R /XYZ 71.731 578.803 null] ->> endobj -3756 0 obj << -/D [3750 0 R /XYZ 213.741 568.821 null] ->> endobj -3757 0 obj << -/D [3750 0 R /XYZ 387.602 568.821 null] ->> endobj -3758 0 obj << -/D [3750 0 R /XYZ 249.294 555.87 null] ->> endobj -1972 0 obj << -/D [3750 0 R /XYZ 71.731 542.819 null] ->> endobj -3759 0 obj << -/D [3750 0 R /XYZ 71.731 503.038 null] ->> endobj -3760 0 obj << -/D [3750 0 R /XYZ 71.731 503.038 null] ->> endobj -3761 0 obj << -/D [3750 0 R /XYZ 71.731 491.996 null] ->> endobj -3762 0 obj << -/D [3750 0 R /XYZ 305.215 481.748 null] ->> endobj -3763 0 obj << -/D [3750 0 R /XYZ 71.731 480.34 null] ->> endobj -1973 0 obj << -/D [3750 0 R /XYZ 71.731 458.435 null] ->> endobj -3764 0 obj << -/D [3750 0 R /XYZ 71.731 413.573 null] ->> endobj -3765 0 obj << -/D [3750 0 R /XYZ 71.731 413.573 null] ->> endobj -3766 0 obj << -/D [3750 0 R /XYZ 71.731 402.532 null] ->> endobj -3767 0 obj << -/D [3750 0 R /XYZ 149.738 392.283 null] ->> endobj -3768 0 obj << -/D [3750 0 R /XYZ 71.731 390.876 null] ->> endobj -3769 0 obj << -/D [3750 0 R /XYZ 71.731 379.36 null] ->> endobj -3770 0 obj << -/D [3750 0 R /XYZ 71.731 357.314 null] ->> endobj -3771 0 obj << -/D [3750 0 R /XYZ 71.731 357.314 null] ->> endobj -1646 0 obj << -/D [3750 0 R /XYZ 71.731 311.486 null] ->> endobj -638 0 obj << -/D [3750 0 R /XYZ 222.149 272.114 null] ->> endobj -3773 0 obj << -/D [3750 0 R /XYZ 71.731 264.762 null] ->> endobj -1974 0 obj << -/D [3750 0 R /XYZ 71.731 223.93 null] ->> endobj -3775 0 obj << -/D [3750 0 R /XYZ 71.731 186.206 null] ->> endobj -3776 0 obj << -/D [3750 0 R /XYZ 191.311 175.277 null] ->> endobj -3777 0 obj << -/D [3750 0 R /XYZ 71.731 168.139 null] ->> endobj -3749 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F32 1231 0 R /F35 1589 0 R /F55 2355 0 R /F66 2803 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3780 0 obj << -/Length 2095 -/Filter /FlateDecode ->> -stream -xڥZM����ϯ����) ��ܺמ��e#v;��EQ]xh(5��_�L�*hv}@�|���Tj�����'!<x��X��������)��92��~������p�|�E<��vI��T�����O��:����E�E>=o/�Wu�Sﷲ�u�����_?��y�a�gi�i������%>g ��b��T��!��������#uz4��Wx�9�d���C��a�GL)�s���=L��慆~-_ۡ��CQ�}O��������6��r��j�\�e��H&?�<�Ҍ�K�I���u�5o�Lx��CŨHv�K>̤�u^�'jW��3�ޛ�Fީ��bh��QK>��_�[�6�<j#�/�c���}� -��mG$��y_q-��������L0�Dz�o=L E�gzJ]�x�]�ߩ3�{UOO�_W6C�����!�݆�3}u��Por�����vޜ�A�l����1Y�x]o���[2Q�h_�uU�Cy�!Žz��V_�9.;���|��n �*�x%��"1��be?��!�km�0�~�ZV�-.�����|oo�2H�*4P�����2w ֮37�\=K���+pqt��Y���!d}�%����o�"j��w�f�-&��m]�{.�5�_p�Ի�x�嵧��SbEV�B&�� n<��{���H0���X�נmp���K���}��0�"�f�ˏU� �F[, P!͒,�}d�E�|�KIV�!�d�'H�4ۿ�sА ?�y[�Z�5���x�ޡ�d!����y^���^�s��n8����OM?���d��)��\e}�O|Qz`̏Y��0�S�"GJu T*�?\���\ ���ޚ�8g��1l��v"��^�G%r�d,��Ԡ����t$A��#�Y;�;�Dpfe��~G�V�!��t�';8��,�r�9s�(E�$f�͟8MY��,;��F��R���Y�s��cNdz��<�A�i�ei��6%r0d&��Ĵ\���-� ��V���,��~�(L�Ǻ-�|�O!(䂘������d�:�D>�*"� ���0y]�z��b �)�aF�MICf��Z�A�0'%��4џ�w��T���í�<L���<�dVy�D\<���<��-蒇��PW���pQI}� a���z��xx�Z�=�{���ւ��M9��m"0�����*7Ui�~w:��Cƶ92k�$\d�����@���� -��V��;u�Q����&��5*i�М�Z@���D:��3��Lr���A�7���=]����Y��H)T,\t�92��fj�ܕAm���Vݥ�,���b�Cj5��P�������m{a�Y��qy�Fs{�F��`�� i!1�iGW�1UC8Fg����7\7�ξ��k1�~�l�`��j�*W��hѭ�5���oU_�Z�rŰ,���3:*�^���a�贈˅�x����*e����6���6�MY����Ϧ$���$��%������n{����J"�jy��,rc?;���_�����~Q������xͯ+)��Sl���Z�P��`C9Ӄ =���ذ�Nm�=K�a�$Ư�RhX� <N���W� ��Z4hG4,�9�a݊��U�r��)���iȬ�Z�Q4/�9���y�l�;���s�}Qy��˓�ۇ�$�Z$� --�Z�Z��Ѕ%rP�ICf�.Z�A�0']��t1ѝt��k�>Y]X��g�/��a���1hN�,��9c�;I��B(�4�vli���N������Q#�+9��C�o;����¶���YG����'���o|��N8z��k��ѣ\ �u�� ���Lo�y7Tŭ�;5�dA���7�= ������U* �u���.Uq�f�^q�U����S�����j�5�{y?�vh,=�}���G%��^�5RWj��{ؚnc�W����jѕ����%��r�h���.�q̋/�+��ˎ(��EJw`C��E�I�qw{��l�Vۗ�No���%SKn�4C�L��> |����.T� -�k�r��Q�,��l4�X�o x�F-�3��� �?7x��endstream -endobj -3779 0 obj << -/Type /Page -/Contents 3780 0 R -/Resources 3778 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3709 0 R -/Annots [ 3786 0 R 3787 0 R ] ->> endobj -3786 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [272.131 579.171 315.707 587.761] -/Subtype /Link -/A << /S /GoTo /D (gloss-htaccess) >> ->> endobj -3787 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [262.114 567.623 321.927 576.105] -/Subtype /Link -/A << /S /GoTo /D (http-apache) >> ->> endobj -3781 0 obj << -/D [3779 0 R /XYZ 71.731 729.265 null] ->> endobj -1647 0 obj << -/D [3779 0 R /XYZ 71.731 718.306 null] ->> endobj -642 0 obj << -/D [3779 0 R /XYZ 197.608 706.118 null] ->> endobj -1648 0 obj << -/D [3779 0 R /XYZ 71.731 705.903 null] ->> endobj -646 0 obj << -/D [3779 0 R /XYZ 498.095 666.746 null] ->> endobj -3782 0 obj << -/D [3779 0 R /XYZ 71.731 656.381 null] ->> endobj -3783 0 obj << -/D [3779 0 R /XYZ 213.998 620.718 null] ->> endobj -3784 0 obj << -/D [3779 0 R /XYZ 71.731 605.61 null] ->> endobj -3785 0 obj << -/D [3779 0 R /XYZ 71.731 590.666 null] ->> endobj -3788 0 obj << -/D [3779 0 R /XYZ 76.712 551.577 null] ->> endobj -3789 0 obj << -/D [3779 0 R /XYZ 71.731 541.615 null] ->> endobj -3790 0 obj << -/D [3779 0 R /XYZ 81.694 508.738 null] ->> endobj -3791 0 obj << -/D [3779 0 R /XYZ 71.731 506.581 null] ->> endobj -3792 0 obj << -/D [3779 0 R /XYZ 71.731 506.581 null] ->> endobj -3793 0 obj << -/D [3779 0 R /XYZ 91.656 495.787 null] ->> endobj -3794 0 obj << -/D [3779 0 R /XYZ 120.717 495.787 null] ->> endobj -3795 0 obj << -/D [3779 0 R /XYZ 120.717 495.787 null] ->> endobj -3796 0 obj << -/D [3779 0 R /XYZ 147.218 495.787 null] ->> endobj -3797 0 obj << -/D [3779 0 R /XYZ 147.218 495.787 null] ->> endobj -3798 0 obj << -/D [3779 0 R /XYZ 76.712 477.854 null] ->> endobj -3799 0 obj << -/D [3779 0 R /XYZ 81.694 464.902 null] ->> endobj -3800 0 obj << -/D [3779 0 R /XYZ 92.483 464.902 null] ->> endobj -3801 0 obj << -/D [3779 0 R /XYZ 71.731 464.714 null] ->> endobj -3802 0 obj << -/D [3779 0 R /XYZ 71.731 464.714 null] ->> endobj -3803 0 obj << -/D [3779 0 R /XYZ 91.656 451.951 null] ->> endobj -3804 0 obj << -/D [3779 0 R /XYZ 71.731 449.794 null] ->> endobj -3805 0 obj << -/D [3779 0 R /XYZ 91.656 439 null] ->> endobj -3806 0 obj << -/D [3779 0 R /XYZ 135.691 439 null] ->> endobj -3807 0 obj << -/D [3779 0 R /XYZ 135.691 439 null] ->> endobj -3808 0 obj << -/D [3779 0 R /XYZ 76.712 421.067 null] ->> endobj -3809 0 obj << -/D [3779 0 R /XYZ 81.694 408.115 null] ->> endobj -3810 0 obj << -/D [3779 0 R /XYZ 92.483 408.115 null] ->> endobj -3811 0 obj << -/D [3779 0 R /XYZ 71.731 407.407 null] ->> endobj -3812 0 obj << -/D [3779 0 R /XYZ 71.731 407.407 null] ->> endobj -3813 0 obj << -/D [3779 0 R /XYZ 91.656 395.164 null] ->> endobj -3814 0 obj << -/D [3779 0 R /XYZ 71.731 393.007 null] ->> endobj -3815 0 obj << -/D [3779 0 R /XYZ 71.731 393.007 null] ->> endobj -3816 0 obj << -/D [3779 0 R /XYZ 101.619 382.213 null] ->> endobj -3817 0 obj << -/D [3779 0 R /XYZ 71.731 380.056 null] ->> endobj -3818 0 obj << -/D [3779 0 R /XYZ 101.619 369.261 null] ->> endobj -3819 0 obj << -/D [3779 0 R /XYZ 142.884 369.261 null] ->> endobj -3820 0 obj << -/D [3779 0 R /XYZ 142.884 369.261 null] ->> endobj -3821 0 obj << -/D [3779 0 R /XYZ 76.712 351.328 null] ->> endobj -3822 0 obj << -/D [3779 0 R /XYZ 91.656 338.377 null] ->> endobj -3823 0 obj << -/D [3779 0 R /XYZ 71.731 336.22 null] ->> endobj -3824 0 obj << -/D [3779 0 R /XYZ 71.731 336.22 null] ->> endobj -3825 0 obj << -/D [3779 0 R /XYZ 101.619 325.426 null] ->> endobj -3826 0 obj << -/D [3779 0 R /XYZ 71.731 323.269 null] ->> endobj -3827 0 obj << -/D [3779 0 R /XYZ 101.619 312.474 null] ->> endobj -3828 0 obj << -/D [3779 0 R /XYZ 145.653 312.474 null] ->> endobj -3829 0 obj << -/D [3779 0 R /XYZ 145.653 312.474 null] ->> endobj -3830 0 obj << -/D [3779 0 R /XYZ 177.534 312.474 null] ->> endobj -3831 0 obj << -/D [3779 0 R /XYZ 177.534 312.474 null] ->> endobj -3832 0 obj << -/D [3779 0 R /XYZ 209.414 312.474 null] ->> endobj -3833 0 obj << -/D [3779 0 R /XYZ 209.414 312.474 null] ->> endobj -3834 0 obj << -/D [3779 0 R /XYZ 241.294 312.474 null] ->> endobj -3835 0 obj << -/D [3779 0 R /XYZ 241.294 312.474 null] ->> endobj -3836 0 obj << -/D [3779 0 R /XYZ 76.712 294.541 null] ->> endobj -3837 0 obj << -/D [3779 0 R /XYZ 91.656 281.59 null] ->> endobj -3838 0 obj << -/D [3779 0 R /XYZ 71.731 279.433 null] ->> endobj -3839 0 obj << -/D [3779 0 R /XYZ 71.731 279.433 null] ->> endobj -3840 0 obj << -/D [3779 0 R /XYZ 101.619 268.638 null] ->> endobj -3841 0 obj << -/D [3779 0 R /XYZ 76.712 232.773 null] ->> endobj -3842 0 obj << -/D [3779 0 R /XYZ 81.694 219.822 null] ->> endobj -3843 0 obj << -/D [3779 0 R /XYZ 92.483 219.822 null] ->> endobj -3844 0 obj << -/D [3779 0 R /XYZ 71.731 218.414 null] ->> endobj -3845 0 obj << -/D [3779 0 R /XYZ 71.731 218.414 null] ->> endobj -3846 0 obj << -/D [3779 0 R /XYZ 91.656 206.87 null] ->> endobj -3847 0 obj << -/D [3779 0 R /XYZ 76.712 188.937 null] ->> endobj -3848 0 obj << -/D [3779 0 R /XYZ 81.694 175.986 null] ->> endobj -3849 0 obj << -/D [3779 0 R /XYZ 92.483 175.986 null] ->> endobj -3850 0 obj << -/D [3779 0 R /XYZ 71.731 174.578 null] ->> endobj -3851 0 obj << -/D [3779 0 R /XYZ 71.731 174.578 null] ->> endobj -3852 0 obj << -/D [3779 0 R /XYZ 91.656 163.034 null] ->> endobj -3853 0 obj << -/D [3779 0 R /XYZ 71.731 140.12 null] ->> endobj -3778 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F44 2069 0 R /F55 2355 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3857 0 obj << -/Length 1340 -/Filter /FlateDecode ->> -stream -xڅVm��6�~���>�.�%���0�]��a˷u8(�����l���e�w�nQER����^?��3��^�܅�v~��Nc�T6+���ORz9���^$"��K�`Y,�]����z��`#�Џ���㗪�����4T���{�v���e��L�֬s�H�q��3&�ȆU��nh����>�����(��>�?i�g��$��8<ӿ�n���k:��Y7<����"��N��ꇪ��́!N&Aߎ�3�(�w?Ҙ�!ǜ�M7\��etF��U���x�i�0����r�ЙK�.�B�#���ܓ8VM__H�]B]c/��%�?�`i�B�O�zx��kR^';Iκ�'U�ne�<��O3gE^]nd>��ۈ�%�֮�_�"�pQ� �̹{ %i���$��X�t����d<�Y�f^�d,��WA6�lVJdOyf�d#�(�����*!�^t?��^H�0y����B�W�h@�|O6�ѥ��E�!E�4a��2x��zﴱ���#���_0��D�i�X�kYy��m]y"X���&��s�3b���B��Z�^�@�L�r9�ݡ���Q�f�?��8��#֡=ҴQuUT��v�+�@�C՛[L�o2.�;��M*s���ER]gT]�V��3B�0Z(��`�/M�@8���$���kHB�ŠLq���K�H�UW,�# -�����`g�H�W�j��q�B�+�9_������P�5�9�8�K}@���6W2wBk�רOE#m\����x�{,����QR�0ĕ��6N\�m�P�{Z9tuM�k+�g��y�G� ��b�X�ɱ.Oȕ?'���$��Bf!v��ӃA��]��Pt�~h*S�ط_v2M����,�F��ʍnK -/��p){kP1�0F{;{o���x�6f�Ѡ�s��Z�N;�m;�ض_�8�G�r�;�|�F�Iu��-�x��8{X��y>c�LC��C:@<�Y� -�T�Jȥ���}ġ�Z���Jkf�(��Ʈ.��B��&��j�*Cc�.$����j_�١s� �g -�2ήlqt�v�Jˊ�5��:w5/r�l~�iGT>D����W� @e�8nNfBC9�����:���� �pJ]IS]���-�Դ�&H�)��1�\��Aҿ�f9�Q�b�)F��ֶ�����Qb8-�Z;ޓ��T��VQ�`��edN��0����6Ko�mRd��8��(�`J�W� -UI_[�����<eߪ���>�CKE�Tm��بvC�{�PV���)G�o�9C�A���|5���ý���e<}�U�y��"eI�X����=�o]���=�endstream -endobj -3856 0 obj << -/Type /Page -/Contents 3857 0 R -/Resources 3855 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3709 0 R -/Annots [ 3864 0 R ] ->> endobj -3864 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 -3858 0 obj << -/D [3856 0 R /XYZ 71.731 729.265 null] ->> endobj -3859 0 obj << -/D [3856 0 R /XYZ 152.136 708.344 null] ->> endobj -3860 0 obj << -/D [3856 0 R /XYZ 457.305 708.344 null] ->> endobj -3861 0 obj << -/D [3856 0 R /XYZ 322.488 695.392 null] ->> endobj -3862 0 obj << -/D [3856 0 R /XYZ 71.731 693.235 null] ->> endobj -3863 0 obj << -/D [3856 0 R /XYZ 71.731 678.291 null] ->> endobj -1649 0 obj << -/D [3856 0 R /XYZ 71.731 630.934 null] ->> endobj -650 0 obj << -/D [3856 0 R /XYZ 171.235 585.68 null] ->> endobj -1650 0 obj << -/D [3856 0 R /XYZ 71.731 581.849 null] ->> endobj -654 0 obj << -/D [3856 0 R /XYZ 413.668 546.307 null] ->> endobj -3865 0 obj << -/D [3856 0 R /XYZ 71.731 535.942 null] ->> endobj -3866 0 obj << -/D [3856 0 R /XYZ 401.183 526.183 null] ->> endobj -3867 0 obj << -/D [3856 0 R /XYZ 457.301 513.231 null] ->> endobj -3868 0 obj << -/D [3856 0 R /XYZ 239.311 487.329 null] ->> endobj -3869 0 obj << -/D [3856 0 R /XYZ 71.731 480.19 null] ->> endobj -3870 0 obj << -/D [3856 0 R /XYZ 319.244 443.493 null] ->> endobj -3855 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F23 1217 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3873 0 obj << -/Length 2429 -/Filter /FlateDecode ->> -stream -xڍَ�8�=_᷑[-�����d'��b���D�D˒�c{z�~�,�v���Y��źH�E�j�)?���~�&���&X�`��o�`�i�I�+��$��|-�����}�E�i�/� ��(]ܗ��>���7�rf/�����������lU����7���J�[�bC?�2b��J�?�}��)���M-��"��4�P� *��{�-ױ���0M����Ӷ�U[o���O0偩��ЙV�-~�Qw���{�a%��?��*���Ю����D1���ǟu d� � -7�{S��'���#H�}����U�<��㔃M����>��@H����{n��f��F�q�d��9Ȥo�{���,�^HQ��2G���L����|���,�����.U�Cā��պ�E>l��VD�E��Khf���)B2�Ɏ�B���7��'��qT��t�nm�̀�Fc�V��$g[���5����Ni%$uɃ��܂d�.�Ş��ʵC�ˎ�&Db���fu��;8�0 ��'��~a�������.~�GD<����iyAw#��ʦ��LW���t��$�("->�����hN�%���{D���4�}�_�}�]��2D����Kh%d��Q�ɑ�Y���S�%��q�=�+)'-�0tI̓}������ wQ�rM�Nq�~��og��l |<������gg��d�R�`���H�s#!�2[9��f#�ҿ�B�1'~()�C�lx�g��f�^I��09�ñ�gi�c�@(�N8!+�c�j�~ƣ6r�8!�Z��1�g�f%}�~�c�0�E:�Uy����V���a ��T����/3hQp��s� -���T9� ߿}fg[�t�f�ؙqJ6"���;�T"7��Oۑd��k�=�u�ZʰT\�J��"(�I-P���W��/V�*\��xGn��o�c��~@��8�W�AYOp���8ތ ��.dmr?M�k���Q���({�e�����i��9�t�;Á%� �HI���� �Dj[��O������7~�ފy�-g�~�a����R3@�*��ؓ����Pƌ[��q�k����r����#�v�O������R�Y qǴekWs�m��eI�)��!;ɱ_�:m`%ǡsx��%Dw�ň@gʩl��?�Ǔ��]���6��:��� -H��ϩ�h������B�ug��K -�#�5MP�ΜN�c(乁5iWQ�Y9j�y0��P�g���r ����D ��9\�k���rJ��L����=���[�5��L�HE�&��S<����ڴ�s>}�Q�wK��)�ꦜ���2 -�Ց96����)�}��8u�c��d��3&n�o(N�;�l37$Bd��A��S� K��4!T�+nɃ��]��4א��$���&W*6��@Yj[�\Gե�EgX���2E��H���,���3��^?h<��1���<W�8 �s�N��%�����M�7��;ƙ�L�!(i �M� -"HVax٘���w\{�O�l�Q#�X��\2�, -��SK��Gש���z�� ��ͼ3�����o/�V�{>�eM"f3��BM)ybJ+DR�G�~��o��a�� �^�&8�z����o��Wd���${�e����L��ޡ�K���0g�¯ԩOk��(g��P�e5����q(�=]��D��2C�\|�p���>�|W�%���]7�5$R�r��&8�m��jvd -֚������)��xf(��nD��l�m�Xky� Y��2�貅_�S����'�d�^���B˭4�yg�Z�EQ��g�r��E������^�n<�����/R�s��'fa*: �� �h�]�g��ƅ�y�/d����S��_9p�a�y[�c��h�'<�Hא��F��n+R�$�R�W��mN��-3-�P��F1��� ��� D/A�x�"G1,!����+����u��AfO(��S�Iٌ���V�S��$y1�Mpn�<�� -G�R�Y����d�آ���It�fK��C�^���D��z n��}0W��ccb���蚣�T����gr�ő=�m�d�VD�$�q����b�RW����bN,�����a�d�D�7|��7��\H�G3�����K���E!��E����=ʥ7�v t-�D������b�H9B�ro������J�_��&��j��7�>��D�|ן��tzAA��N)�u�A�����EQ�ʃs��G��/�h����u ������,����E3�y�j��SLdEs�6 -�� �C>M�|h��Qw�<���Lx�1�/�x�dܽ:�k7�e�T��{���R�/�M��t��.:�]��X�P���tpI���1����\���R���}�endstream -endobj -3872 0 obj << -/Type /Page -/Contents 3873 0 R -/Resources 3871 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3899 0 R ->> endobj -3874 0 obj << -/D [3872 0 R /XYZ 71.731 729.265 null] ->> endobj -1751 0 obj << -/D [3872 0 R /XYZ 71.731 718.306 null] ->> endobj -658 0 obj << -/D [3872 0 R /XYZ 320.829 703.236 null] ->> endobj -1752 0 obj << -/D [3872 0 R /XYZ 71.731 692.184 null] ->> endobj -662 0 obj << -/D [3872 0 R /XYZ 205.304 651.159 null] ->> endobj -3875 0 obj << -/D [3872 0 R /XYZ 71.731 642.336 null] ->> endobj -3876 0 obj << -/D [3872 0 R /XYZ 506.431 629.6 null] ->> endobj -3877 0 obj << -/D [3872 0 R /XYZ 71.731 583.608 null] ->> endobj -3878 0 obj << -/D [3872 0 R /XYZ 472.3 572.813 null] ->> endobj -1753 0 obj << -/D [3872 0 R /XYZ 71.731 552.723 null] ->> endobj -666 0 obj << -/D [3872 0 R /XYZ 317.599 509.626 null] ->> endobj -3879 0 obj << -/D [3872 0 R /XYZ 71.731 497.188 null] ->> endobj -3880 0 obj << -/D [3872 0 R /XYZ 71.731 462.164 null] ->> endobj -3881 0 obj << -/D [3872 0 R /XYZ 71.731 460.007 null] ->> endobj -3882 0 obj << -/D [3872 0 R /XYZ 71.731 455.026 null] ->> endobj -3883 0 obj << -/D [3872 0 R /XYZ 89.664 434.269 null] ->> endobj -3884 0 obj << -/D [3872 0 R /XYZ 165.462 434.269 null] ->> endobj -3885 0 obj << -/D [3872 0 R /XYZ 255.79 434.269 null] ->> endobj -3886 0 obj << -/D [3872 0 R /XYZ 431.207 434.269 null] ->> endobj -3887 0 obj << -/D [3872 0 R /XYZ 378.817 421.317 null] ->> endobj -3888 0 obj << -/D [3872 0 R /XYZ 71.731 419.16 null] ->> endobj -3889 0 obj << -/D [3872 0 R /XYZ 71.731 404.216 null] ->> endobj -3890 0 obj << -/D [3872 0 R /XYZ 76.712 354.767 null] ->> endobj -3891 0 obj << -/D [3872 0 R /XYZ 71.731 334.841 null] ->> endobj -3892 0 obj << -/D [3872 0 R /XYZ 76.712 259.026 null] ->> endobj -3893 0 obj << -/D [3872 0 R /XYZ 89.664 241.093 null] ->> endobj -3894 0 obj << -/D [3872 0 R /XYZ 71.731 187.13 null] ->> endobj -3895 0 obj << -/D [3872 0 R /XYZ 89.664 171.355 null] ->> endobj -3896 0 obj << -/D [3872 0 R /XYZ 71.731 143.295 null] ->> endobj -3897 0 obj << -/D [3872 0 R /XYZ 89.664 127.519 null] ->> endobj -3898 0 obj << -/D [3872 0 R /XYZ 71.731 112.411 null] ->> endobj -3871 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F44 2069 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3902 0 obj << -/Length 3279 -/Filter /FlateDecode ->> -stream -xڝk�۶�ō���x|J�;���M�N�ėv:M�CQ8�1E(����w��A��2} �b�(� �ެC�'���*�)�/��=̼}2ĒA�̗/㛍�Y�7�7I��ju��#?K�����7��Ԋf����K}����zO�/��oeU��>���Wa��M_�)I3?ʢ�e��(��{���'��;Z�t3�A���A��_��g�k���y�Eܣm�wr���'���F�=ˎFj!v4�J��T��*�O<t4�S���F���Mh�*�O�M=Z�(%�0�����V�Dy��|̇�)ߋ�p���6tT�'�wK���a$��\���am2KO�f��5B)��;j�r -��a�Ɇ����s�Zj�5˚8���{";�.4���agI��d[�v^�����/�ߋ��T&^��=S��U"A��� ����#=�)��UH���Nʊ�x�8��D�����N�!S+f������>/��N�]��me������Äh�C^�R�j�U,�Z�`����n%�F��f��ӛޮk�{�I���E&߀Ԣ0E�S���+v1�d�y�u�v�64���9}@f���`�(��t�7{�Z��� ��&�u$=m��%53OZ����ӡ,�8U�3/����iˢ�����{�z��/���%{)w����N����+Lh��G��z���VH�Ud�f�F���k��⒍'k�S�)"�%a�� m{z}wW�)��Q��z�s�.��t�de���h���/���!�F�h�愐��t��x��Os߁ۤ����&��|`�ʷ�R���)��Y,! xG�� -[x��U;E�;`����| �p�'ӞI�q�Ĉ�H�O%� -[m� }#��I�J�@�-�]*Q��-�;ƞ4^Q���� <9S�ꓥ������4'q�����7D�+��瑁o٬O�"0f莄}َEOo�l^�Q�D��C��>'i���&sf.�0 x�p.ǘ�u5��v�Ѷ���ԓ��@y�1�4l��Ǔ���g�i���b��;�&p����:���5����ƺm���������Oe{����2v��Ї��h�{D�� �)w-��R�XP���~��#M�a��Vܺ���(���K�{i��%��)4>ݐ�f�j�r�8眧��5�ɕw�'� x���m(���e]���]���>� -�A -WL�J>0�8?�.���%#X��B�e�N���QWM��N�,��j�{n6J�{��-���@ ����v(a�.M�&�36��4KY�F���,�cWA���x��i�f��o�E�T���`:��Aj��a��Dj��NB�wmV���*��6��IJ �Կʢ;��f���x�t=v�Y( -���� -!������g��ʝ��"�LĒ7� -�� "�v\�F:�K�fT]h�4�e�<-F�1R���Ø 3��:MǼ<�U�F6� -y��ۥ�������-, �?�5%�`@�}�ݛU�����Hߤ�2��~'��ҍ��e���&��mkQ7z9S��P5�rF�?�\�ϥ�Ge��}QȮw�'����e��]k��:��F��>�1B3���J�� F�'��(�l��G�`b��Rڒ�����~Oq���T��JP� �bR�ĥi�y��c�����C+���R�P��pZ�A}{���^�z<U>:����W���6U}���8����k �]���M\r�K�<|���Pd䭝1��H[c���0���:0si�A�Fsi���i��D�������|3Xq������:����u���� Ux݃�&:iL��m�L�OT�@�p�PZp�]uJE��a`I�F�Њ�CN.ǰ[A l�5~�5G�5��Qi�q�rNK�rK����n�Z�q%�Y8���j��g�����rpNG?�~�i=��=:#�5y]hGCf�]���} �g09�*�_4��g��+2K�SԀ��5ѩ���+#�}����{F��2�P��#SF�l��>�.��_���O�1�����_1���Yc�"?������0��� ȟx�X�q]7��)cup߃���a��byr*���l}�Ib�2҂��lTa�b���W7���� �$�ˬ�afY� Hz2��s\�Y=�=�j����M]�v1�ե���c�/h�h@��Bd'��0�wq����/S�9���6��r�{��.�W?���j��/_?��,�E�[o�f�>�=>9SSƸX��,�W�4v�Í��0�� V�>�u��#�Svp�Ǽy�`r���C�> -tЭ��h}E�8rPZ��gٙ~�d����̲�A���,;�q]g��;ܯll�����Ai+s}7����b[5aZ��������i��)F�XR4E �OVc,'��&���0�覵W�b\=��)(M��>�GP��.����%� O�YQ��.��)Q:�_�}c���LO�d8Ur���I�q��:~�[>}i -CE���:q�c��;���~Y�&="�Z�$Ɗ��Ya��{F��w���b/��@�7�fI����(l!�:�S��ҹD��ȟEaYa�ς�%OV�y��7W���5Dn�<N�Y�i|��0�z� x�ͬ��㺮g#�Sz����'���x�S����ɰࢌzWji����k��F �卬��Y�� 1��1�������ݹ`݄Y짛�$[C,�s�6��8��X&P]���X\��\@R�wApz5]��+?M���'��Ҭ�U/i��訣kZ�v -�?]��i~��� ���I���9�7�g���/�#[�Z��FT"\��S="J �܊v|H��ͼ������h`�6�G�6���}qIQ�q����)��ͩl��t�U��SY��*;��8��ʎpO����CS��o���x��?6�Q�!�r**y���%tj���_�B�FZ�f -u�_)��k��@�C �E���Cj�����0a�,mP��U��I�=<��ҩ����J���� �B?�/j���S��1{�w��zOiG������Ŝ�l� �� -�;Xg��uw�̿�pn�|*h�n���ګޅw[�������% `�2?�*Ī/�p>�ԝ���KJ�q����8�E�M ��F �l�L��9�v�,P�e�I����玁����[��a4��b�s��Z�}z}�n�/�PN��J�d~�/�ٴ9S�4ʀ]f}����9��N�Gendstream -endobj -3901 0 obj << -/Type /Page -/Contents 3902 0 R -/Resources 3900 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3899 0 R ->> endobj -3903 0 obj << -/D [3901 0 R /XYZ 71.731 729.265 null] ->> endobj -3904 0 obj << -/D [3901 0 R /XYZ 89.664 708.344 null] ->> endobj -3905 0 obj << -/D [3901 0 R /XYZ 241.22 708.344 null] ->> endobj -3906 0 obj << -/D [3901 0 R /XYZ 417.182 695.392 null] ->> endobj -3907 0 obj << -/D [3901 0 R /XYZ 71.731 688.254 null] ->> endobj -1754 0 obj << -/D [3901 0 R /XYZ 71.731 657.37 null] ->> endobj -670 0 obj << -/D [3901 0 R /XYZ 252.009 614.272 null] ->> endobj -3908 0 obj << -/D [3901 0 R /XYZ 71.731 601.834 null] ->> endobj -3909 0 obj << -/D [3901 0 R /XYZ 71.731 579.762 null] ->> endobj -3910 0 obj << -/D [3901 0 R /XYZ 71.731 551.702 null] ->> endobj -3911 0 obj << -/D [3901 0 R /XYZ 71.731 546.721 null] ->> endobj -3912 0 obj << -/D [3901 0 R /XYZ 89.664 525.964 null] ->> endobj -3913 0 obj << -/D [3901 0 R /XYZ 89.664 525.964 null] ->> endobj -3914 0 obj << -/D [3901 0 R /XYZ 89.664 495.079 null] ->> endobj -3915 0 obj << -/D [3901 0 R /XYZ 71.731 495.079 null] ->> endobj -3916 0 obj << -/D [3901 0 R /XYZ 71.731 383.848 null] ->> endobj -3917 0 obj << -/D [3901 0 R /XYZ 89.664 365.915 null] ->> endobj -3918 0 obj << -/D [3901 0 R /XYZ 89.664 365.915 null] ->> endobj -3919 0 obj << -/D [3901 0 R /XYZ 71.731 337.855 null] ->> endobj -3920 0 obj << -/D [3901 0 R /XYZ 89.664 322.079 null] ->> endobj -3921 0 obj << -/D [3901 0 R /XYZ 89.664 322.079 null] ->> endobj -3922 0 obj << -/D [3901 0 R /XYZ 71.731 319.922 null] ->> endobj -3923 0 obj << -/D [3901 0 R /XYZ 89.664 304.147 null] ->> endobj -3924 0 obj << -/D [3901 0 R /XYZ 89.664 304.147 null] ->> endobj -3925 0 obj << -/D [3901 0 R /XYZ 71.731 301.99 null] ->> endobj -3926 0 obj << -/D [3901 0 R /XYZ 89.664 286.214 null] ->> endobj -3927 0 obj << -/D [3901 0 R /XYZ 89.664 286.214 null] ->> endobj -3928 0 obj << -/D [3901 0 R /XYZ 71.731 284.057 null] ->> endobj -3929 0 obj << -/D [3901 0 R /XYZ 89.664 268.281 null] ->> endobj -3930 0 obj << -/D [3901 0 R /XYZ 89.664 268.281 null] ->> endobj -3931 0 obj << -/D [3901 0 R /XYZ 71.731 266.124 null] ->> endobj -3932 0 obj << -/D [3901 0 R /XYZ 89.664 250.348 null] ->> endobj -3933 0 obj << -/D [3901 0 R /XYZ 89.664 250.348 null] ->> endobj -3934 0 obj << -/D [3901 0 R /XYZ 71.731 248.191 null] ->> endobj -3935 0 obj << -/D [3901 0 R /XYZ 89.664 232.416 null] ->> endobj -3936 0 obj << -/D [3901 0 R /XYZ 89.664 232.416 null] ->> endobj -3937 0 obj << -/D [3901 0 R /XYZ 71.731 217.307 null] ->> endobj -3938 0 obj << -/D [3901 0 R /XYZ 89.664 201.531 null] ->> endobj -3939 0 obj << -/D [3901 0 R /XYZ 89.664 201.531 null] ->> endobj -3940 0 obj << -/D [3901 0 R /XYZ 71.731 199.375 null] ->> endobj -3941 0 obj << -/D [3901 0 R /XYZ 89.664 183.599 null] ->> endobj -3942 0 obj << -/D [3901 0 R /XYZ 89.664 183.599 null] ->> endobj -3943 0 obj << -/D [3901 0 R /XYZ 71.731 168.49 null] ->> endobj -3944 0 obj << -/D [3901 0 R /XYZ 89.664 152.714 null] ->> endobj -3945 0 obj << -/D [3901 0 R /XYZ 89.664 152.714 null] ->> endobj -3946 0 obj << -/D [3901 0 R /XYZ 71.731 137.606 null] ->> endobj -3947 0 obj << -/D [3901 0 R /XYZ 89.664 121.83 null] ->> endobj -3948 0 obj << -/D [3901 0 R /XYZ 89.664 121.83 null] ->> endobj -3949 0 obj << -/D [3901 0 R /XYZ 71.731 106.722 null] ->> endobj -3900 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3953 0 obj << -/Length 2300 -/Filter /FlateDecode ->> -stream -xڥ˒۸���%�aH�Ͻ���fSv%��d��s�(Hd�"U$����F�$$���S:h4��>��E�D����E��/v����b�,���y�������e�X<m�L��"��_<m��=�U�\���"F���zG�w��������Oz��i ��e���SX��Yƃi�C�p��S&�p`�'#ۄ�c Ӂ`�����p�ӓ��H�-W�]�]���>-3��v)o�|O韐�s�E̢,B����=3 ������'��Sa��\V��M��9 �Z���U��"O�]�Դ�>��KQ��ta��K�{�Aˎ���-����̩F+��z>�$1Z���m��r��ey��XYqWg���}/�q�m�����x<Q�:Z��x���8� -F��.!g�|F�9�n4AZXo�\� -�J^�k�n��Es�KX6"�V���"�85G䲦��S4��s��V8��i��띡f^wċ3[:��H��+'7�kd����%eƗz�K�/M�z.iO��K���д~&(�u c����OcU�R44@��e��{Tk�sz�b��G�9=Z��hV�פ^���)=:�I��&��`I"�.FT5�^�͡R�5� {�YV�����mݡ��nކy��P����2�{�at�����뺿�=�{�8����Ce�xf�=�d�*yW����g<��6�vc�@�fb� -L�Nb.�π�@X�2Gb�L�ih�%�c ��VI��w7q��D�)�- ���| �u`��6�%+�YP&�������K���]�}��HkM����%�! ���Ne+a��4#պw�0A.p��?��E��͇N����8�gW�GUYv;�y/݅�7@���u���˽�CTq&X]Y�.�������7ٍ� ����́�p>$�����ǃ);Ҹ��ʏոq�6����[���2 @IϦ^ڌw)��$�'�Ո5�3+�*c~�q#�<�m 6�:�K�!�Fչj0�Rx12��D�S�[����S� !�O~�i��{�����"Vs��_ەY|E��:ZJ�ϱڂڏT�Vy�W��VF����O������\��c����ՔA)��6z)�J�cV��N�g�A�-�����L6����eYO0�#����À1n���ذd���=9Y(��� �îr��� -����z��B΄~L�=�L��ޟr�f��?�U��3U�E0EK2W�\�y�f� <Q�8�����a����#b�諓.�i��$�v: �UxJA@��;Z�n�zH\�VF粣E���A�P5���{�����.��qI��ll�p�I922� �\���}!e��Ŋ�6w�魇j F��Д2�=�t �=O��l���Nv�nZS)�x<Ӣ�-u�-�\���hz���w�g����v���+Mßz�X���p�W*��k�q�V�])qk�lA���f���ٔ��k�)�~7�)e�9z��wL�z�=.iO��K��{uP�F�y���#���c���HQD��2�[����kE8γ�+�q��~v�]����p�sBh�ncѽ�줽����?ttN��dG��X�][Z���B(߰�����81�l�\İC�0F0����Ǡ��^�1��|[tP��b��f ���wA{���o�� -e=iv"`C�k��;�H`Vm����[�WDi�_�B ��/LʜF-���Y�^�z]���4��lJݦ5�����A���IvQ�!�l69a�n@�J~�HI��-����y�E(�����;..����R�%Щ�~ޔ�R������b�]@h�9��uVm�u:yZ�C�UT#<�L=���� - -��R�|�z��;�:4{<�7��NM��� �]kXe��^CJ�ڑ�LNyeԑbo�5��\SYW��X7�-��A����0�[���&�V�clOl�^�/!�&o(!V�-�@�6w_�u�X`�a��O�8+�ʋ.B]},w�nLD���v����ŹM;�. -2�K;o��)��Qc��Zy(V�@���[��ׁ(���U����w��/�� �h�F�_,�q ��]A#���)l_~W���{ӟ��T�8 �E���hh�¢mJ ��iB�-!c:c��n���*�����w�5J�m_�*�m�ȣ�u��*��_^K������ːI�?�߿��f���k�3���>�t���H��N�GBC���?>�6X���L@_��N������*G<e>�A����g�kJ�i�`endstream -endobj -3952 0 obj << -/Type /Page -/Contents 3953 0 R -/Resources 3951 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3899 0 R -/Annots [ 3982 0 R ] ->> endobj -3982 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [423.666 344.535 465.806 353.446] -/Subtype /Link -/A << /S /GoTo /D (lifecycle-image) >> ->> endobj -3954 0 obj << -/D [3952 0 R /XYZ 71.731 729.265 null] ->> endobj -1756 0 obj << -/D [3952 0 R /XYZ 71.731 741.22 null] ->> endobj -3955 0 obj << -/D [3952 0 R /XYZ 89.664 708.344 null] ->> endobj -3956 0 obj << -/D [3952 0 R /XYZ 89.664 708.344 null] ->> endobj -3957 0 obj << -/D [3952 0 R /XYZ 71.731 680.284 null] ->> endobj -3958 0 obj << -/D [3952 0 R /XYZ 89.664 664.508 null] ->> endobj -3959 0 obj << -/D [3952 0 R /XYZ 89.664 664.508 null] ->> endobj -3960 0 obj << -/D [3952 0 R /XYZ 71.731 662.351 null] ->> endobj -3961 0 obj << -/D [3952 0 R /XYZ 89.664 646.575 null] ->> endobj -3962 0 obj << -/D [3952 0 R /XYZ 89.664 646.575 null] ->> endobj -3963 0 obj << -/D [3952 0 R /XYZ 71.731 644.419 null] ->> endobj -3964 0 obj << -/D [3952 0 R /XYZ 89.664 628.643 null] ->> endobj -3965 0 obj << -/D [3952 0 R /XYZ 89.664 628.643 null] ->> endobj -3966 0 obj << -/D [3952 0 R /XYZ 206.435 615.691 null] ->> endobj -3967 0 obj << -/D [3952 0 R /XYZ 335.639 615.691 null] ->> endobj -3968 0 obj << -/D [3952 0 R /XYZ 71.731 613.534 null] ->> endobj -3969 0 obj << -/D [3952 0 R /XYZ 71.731 539.866 null] ->> endobj -3970 0 obj << -/D [3952 0 R /XYZ 89.664 524.09 null] ->> endobj -3971 0 obj << -/D [3952 0 R /XYZ 89.664 524.09 null] ->> endobj -3972 0 obj << -/D [3952 0 R /XYZ 71.731 496.031 null] ->> endobj -3973 0 obj << -/D [3952 0 R /XYZ 89.664 480.255 null] ->> endobj -3974 0 obj << -/D [3952 0 R /XYZ 89.664 480.255 null] ->> endobj -3975 0 obj << -/D [3952 0 R /XYZ 71.731 465.146 null] ->> endobj -3976 0 obj << -/D [3952 0 R /XYZ 89.664 449.371 null] ->> endobj -3977 0 obj << -/D [3952 0 R /XYZ 89.664 449.371 null] ->> endobj -3978 0 obj << -/D [3952 0 R /XYZ 71.731 447.214 null] ->> endobj -3979 0 obj << -/D [3952 0 R /XYZ 89.664 431.438 null] ->> endobj -3980 0 obj << -/D [3952 0 R /XYZ 89.664 431.438 null] ->> endobj -1755 0 obj << -/D [3952 0 R /XYZ 71.731 411.348 null] ->> endobj -674 0 obj << -/D [3952 0 R /XYZ 259.687 368.251 null] ->> endobj -3981 0 obj << -/D [3952 0 R /XYZ 71.731 355.813 null] ->> endobj -3983 0 obj << -/D [3952 0 R /XYZ 459.262 333.74 null] ->> endobj -3984 0 obj << -/D [3952 0 R /XYZ 220.262 320.789 null] ->> endobj -1971 0 obj << -/D [3952 0 R /XYZ 71.731 318.632 null] ->> endobj -3951 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3987 0 obj << -/Length 1070 -/Filter /FlateDecode ->> -stream -x�}VKo�6��W{��)Q��uۦH�K��h{�%��WHy��w�Cڊ� bD���ă�x�q�����~'�����b�L��/���)���i�A�,N� �˥��_�M9�J��BF�d��ôÉ�/��mו����~�_/�qƊ<���y%n�|lQ��$�����Y�y*k���ڣ�.U�㑞�Ǻ桃����v�� �SD�����J��r��URHV�����d�W�{�4�~_��P�ť6 "x���<���6�قdy�U�z-��Z�(l�8 >�l��@����-�Q��II� d.N����E�}Րf*OΦ5��!��\;@�EY9�k��#/�V�@���H5� �2�s@�Pk��4�yC�j�{5x�C���=��5t�,f��c�\�Br�-Pls1��]3���BF�BFbc�0�ym熨v�'F�ّ�<}���r�1ήc.*{#m�vK�vn'�{9+}Y�2dթeW�0/0��J�,��i� RMi���a�c�#5Cթjv���u�"ã��9_�1��s�����p����Asq�[h�鈶CGf�cWhP��-Ѓ;H&.�<�Z�J������#��7��؛���zB��g�{E����ِ�?w����}�6<��@��O�����znF����y��+�h5���<�`���P��� -��|ڋ�`N ��~�ql���D�e8�mEr�]o#�i�-n�ݑ��5˳��\}w�}��N�\��[B�nO�����Gze����p���Æ�v堈n��������_�5ih�6ļ6��L_����4�.&��F7 ��OP��0ल�'��R�C^NP)=��w�_+�Pn���+0�t��^1 :��N���&@ ;�W�+�� �ieї"�{���5Q���C���jDf�����(m67GJݿ��4�}�$aY^����m�#zc.�l��0?w%ETRe>`D̢����|�C��~U-q���mx���|���Q����\��a��HIr����Ͻ���מ9��w���{_q�7��D��endstream -endobj -3986 0 obj << -/Type /Page -/Contents 3987 0 R -/Resources 3985 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3899 0 R -/Annots [ 3995 0 R ] ->> endobj -3950 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��}�����6lO���˕+~)����#�����}��ի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�^im���ӆ�.�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�֭[+��kA~�: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����kx��^����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���3fl�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%oE7�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ż���Շ3x��y��06��-��F�����su�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�-��DQUo -�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��ʊ�_LLW�ѕ�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�KgIpp0*^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��Ercذ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�˾�yTTa�$/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�kYXX �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֬YkmѢ���ǡ�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�xy�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"or)�ɡ�: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ѢE3262���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�����my��͊�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�.� -��w4)�����ϯ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�eyccc�?�Ԍ�^��'����wEIÆ������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>~��kN�: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�ԭ[wy�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����[A�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�����>�zg��� -�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$eBDLL��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^l9�������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������˗����𘟟���7uK��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�1QN6���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�BmYa;VmbA��^�Z@aA�͛'�U1���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����9sys��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�gPo9{����=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@��7x��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�0VsG4~�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 -3995 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [460.349 142.632 523.061 151.543] -/Subtype /Link -/A << /S /GoTo /D (savedsearches) >> ->> endobj -3988 0 obj << -/D [3986 0 R /XYZ 71.731 729.265 null] ->> endobj -3989 0 obj << -/D [3986 0 R /XYZ 71.731 741.22 null] ->> endobj -3990 0 obj << -/D [3986 0 R /XYZ 71.731 696.359 null] ->> endobj -678 0 obj << -/D [3986 0 R /XYZ 263.164 254.019 null] ->> endobj -3991 0 obj << -/D [3986 0 R /XYZ 71.731 241.581 null] ->> endobj -3992 0 obj << -/D [3986 0 R /XYZ 245.796 219.509 null] ->> endobj -3993 0 obj << -/D [3986 0 R /XYZ 71.731 212.371 null] ->> endobj -3994 0 obj << -/D [3986 0 R /XYZ 71.731 168.535 null] ->> endobj -1757 0 obj << -/D [3986 0 R /XYZ 71.731 131.738 null] ->> endobj -3985 0 obj << -/Font << /F33 1322 0 R /F32 1231 0 R /F23 1217 0 R /F27 1224 0 R >> -/XObject << /Im1 3950 0 R >> -/ProcSet [ /PDF /Text /ImageC ] ->> endobj -3998 0 obj << -/Length 2071 -/Filter /FlateDecode ->> -stream -xڭYY��6~�_ahD�Q�e���t���a:�q���>�m�E���t~}�XE����n �xYU�"->��E"E�'؊`/��q����Lq�$wͻݛo��Vl��bwXDa(��z������b��ۻ?��Vի� ��X�������|��,�2]�g�ӛ�w=�8L�v>+�����0Z�TV9?�H�b��$�֥J+ꀴ(�� -;%�z�f�b�Ǐ��T>�i�e�^Ze*��ϝ�{%����^I�R��z��2��@��R��!a�;��0����Nf�z��nO��~���.��([��Q<�=]W�&tڮ�P�둾)}�b�u� Z��w*x�E7M�/�Q���Qi��\'S� -�v�6���z��e[Re��u�2��>�*m]1������WfW��8����^S�/%@D�U3��TC�S��~Y��3KQ@s�0�+� ��5�C��6��M���^U��5�;���ҷd�{�qn�2����2���܊8�2�эYf��&V�7A�Nj8݅I,�Mİ���x)�D�H�x�03 �!Di�;��5�#W�P�Uh��F�|�#�D�[_ҲS�DL9kk&�1&�@���*�]���^E�g�i�[�����J��H/����%Q��-��-���eZ�2�CI�+kFsa�ͬ��ٴ�*+����gI�h;8�-M��A6-��mh�5�(c玗·������h������f��6�S��ɦ�\k���D�����k�R� ��Kb�+8���D�������P�H�F�� Ka|,� 3��`���;0�%殑o�Xo�+�?���+��̚z���=#�x֢����@�S�E�;��� 4O��/�6e�2j#�s�9�� 4\���(,�fC�Hf��f��>��@�fL�fSf/c6b>����ו�l��u��@�(#F�b�vM߯��x�:l�2�^L ��I�j7 A2F�wX���F"J��͖o?��t�;.�>u��-���l '7b����Ϫ-�ʄ�b���ՌTJ���FŠ�jŠ�!�ڴ�H���kT��*�����G����o:�P�<�Q]t 5��G��4��T5�aW���]�f�1�[5Nꪴ"Pq�[{uWY�>C�!I<̈́<�8k ��@�i��<�8���L�X<B�AM�vRՈ�TV\-W�=[��]Z6K���KH�8�a�v����8���p29��<����L�؈��U,#A�~N� dm?f -^�uy�h݈% �,s�[���ʎ����ڦ�صB������PRU����0�k��NjӬ���͘���ƋjD�!� w��f��+�oRs;Zh��p_��G��C]C9x)TղL�y�Luv#��s���ژ���M�ne/k���2.������`�+��Q��颫��g��N��Ā;� �Em�@p�����kb��v���%߱Ļ)�]k8�0G�/����j�wU�V-_�?�C}ٞ�˱^�S��<ks�&)�(kI����d��i�t�sZ?.i�%G�f��a��%:h��xq;E⎹9f�����2w�~�А)�o[Sis�XR2��Q�E�Wwң����؏T+�OwPת6��k���������ӍШD�w4'da�?4W돮��WNc���Q!�#�2�z,�������s�:j�J}ec/�σ�����L{�q} �r�h �B{�( �B�g#굌/N���t�N��:��h������TS�Chw%a ��8eZ���֥�n�K"J4�2|3)F�F�T(�6���f�:���hf�}�p������f}��([�����y}�%�op��Qq�J<�9�:�+E�!H���������.T�L������v��B̻���9�X��.9���F>Z_���� -gȌ���7�Ng�f�jf�Wۺ��nظ~π4Վ�$��^�y9��H������`�D&�]����Ѹ_�?��ඪ�����17.���5���'��tu7�s$Np��$Z��wJ��Vq���ؠ�?�m�F&�^����86��&��:x�lj)����SzQendstream -endobj -3997 0 obj << -/Type /Page -/Contents 3998 0 R -/Resources 3996 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3899 0 R ->> endobj -3999 0 obj << -/D [3997 0 R /XYZ 71.731 729.265 null] ->> endobj -682 0 obj << -/D [3997 0 R /XYZ 217.917 707.841 null] ->> endobj -4000 0 obj << -/D [3997 0 R /XYZ 71.731 700.488 null] ->> endobj -4001 0 obj << -/D [3997 0 R /XYZ 71.731 651.751 null] ->> endobj -4002 0 obj << -/D [3997 0 R /XYZ 427.586 638.899 null] ->> endobj -4003 0 obj << -/D [3997 0 R /XYZ 113.318 625.948 null] ->> endobj -4004 0 obj << -/D [3997 0 R /XYZ 205.079 625.948 null] ->> endobj -4005 0 obj << -/D [3997 0 R /XYZ 71.731 605.858 null] ->> endobj -4006 0 obj << -/D [3997 0 R /XYZ 71.731 594.964 null] ->> endobj -4007 0 obj << -/D [3997 0 R /XYZ 71.731 589.983 null] ->> endobj -4008 0 obj << -/D [3997 0 R /XYZ 81.694 567.168 null] ->> endobj -4009 0 obj << -/D [3997 0 R /XYZ 81.694 567.168 null] ->> endobj -4010 0 obj << -/D [3997 0 R /XYZ 71.731 565.012 null] ->> endobj -4011 0 obj << -/D [3997 0 R /XYZ 81.694 549.236 null] ->> endobj -4012 0 obj << -/D [3997 0 R /XYZ 81.694 549.236 null] ->> endobj -4013 0 obj << -/D [3997 0 R /XYZ 71.731 547.079 null] ->> endobj -4014 0 obj << -/D [3997 0 R /XYZ 81.694 531.303 null] ->> endobj -4015 0 obj << -/D [3997 0 R /XYZ 81.694 531.303 null] ->> endobj -1758 0 obj << -/D [3997 0 R /XYZ 71.731 529.146 null] ->> endobj -686 0 obj << -/D [3997 0 R /XYZ 236.902 496.832 null] ->> endobj -4016 0 obj << -/D [3997 0 R /XYZ 71.731 490.705 null] ->> endobj -1759 0 obj << -/D [3997 0 R /XYZ 71.731 418.959 null] ->> endobj -690 0 obj << -/D [3997 0 R /XYZ 166.08 385.649 null] ->> endobj -4017 0 obj << -/D [3997 0 R /XYZ 71.731 377.012 null] ->> endobj -4018 0 obj << -/D [3997 0 R /XYZ 344.894 366.72 null] ->> endobj -4019 0 obj << -/D [3997 0 R /XYZ 71.731 352.608 null] ->> endobj -4020 0 obj << -/D [3997 0 R /XYZ 155.277 330.157 null] ->> endobj -4021 0 obj << -/D [3997 0 R /XYZ 71.731 320.095 null] ->> endobj -4022 0 obj << -/D [3997 0 R /XYZ 154.779 295.587 null] ->> endobj -4023 0 obj << -/D [3997 0 R /XYZ 71.731 284.185 null] ->> endobj -4024 0 obj << -/D [3997 0 R /XYZ 426.159 261.016 null] ->> endobj -4025 0 obj << -/D [3997 0 R /XYZ 71.731 248.897 null] ->> endobj -4026 0 obj << -/D [3997 0 R /XYZ 103.272 200.543 null] ->> endobj -4027 0 obj << -/D [3997 0 R /XYZ 71.731 190.481 null] ->> endobj -4028 0 obj << -/D [3997 0 R /XYZ 425.163 165.973 null] ->> endobj -4029 0 obj << -/D [3997 0 R /XYZ 71.731 153.853 null] ->> endobj -1760 0 obj << -/D [3997 0 R /XYZ 71.731 124.264 null] ->> endobj -3996 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4032 0 obj << -/Length 2946 -/Filter /FlateDecode ->> -stream -xڭZ[�۶~��МK3G�x�Dg<M��I:�u��2M �P��L�����.��DZێ=C\��^?@'\l�_��.�O��6]�գ��3�? --�ڒ�{4��}�"�Y�m���q��qo��]�4Z��X>?����j��e��%�5����DY��?����{�0�wA��?)���ŋ0�4E���6� N#T�A�(�n�|ٖZ\JN=��,�B�`�]w��b�,��6�g\�M�p�JQ��gQS��[Z�F�" ��<��˃\�KYrVS??C�5�z��[���F.k�&jmyˇ�^���k�4����������R�%[A�(��4c����Ї謵V�g��uf�}X����N!���#oxm /\^�F`����RϜ�B�:���Ш9���ri��}�N�����u�o��P�~��S;G�ۃ�#�G��8؆�9���ts��7�����4ʋk�� ����������H��^�g��M%M n�_�h߉���=ˑr����,a��붩�+��J-kac�G�qs� -}w(�[O�$�-K�R(М%n�"�Z�b���7v3m�0* )YqY�AY{:��}�%ۡ(�H�>=����j�_ -�1�>/��M�O�����`��P|�?�!x(������UO����딹 ��ްy�a����ǩo��_��a/?��I��b?�M���Tc�e���c��nt��uG���;#AqJ�mmAI�n}]�lUz݊��U -4rt��lM�6A�f\f���&K�P�d������`��^�G����Z�\�F��Q��Y�V1�S�S�5�s�J��Y�u�a]��iJ��B���k�$,/~�R�B�UTngBW_/�>�7��8����H��a ҂������ -Gl��R��fPVQ�m�S):�����¡m�df��nFC !���Y {�70�`����1�)����VQ���A�� "*�{*�{�_E��Y��F�\ϊ�ԕ$��zY=<y�~���E����,w��ƒ���QЈWK��'��1���� ̅84��Uh����Yr*�0"�]/���fՖ)�������5� �u[*M���M�ݡL�� B@�̢`��A��:cҦ�1�I�^�$�Ia�3&�pU�_����Hd�3�C*A���W5MO���c#Q�� d̨-���ݛY��ZȚ�4�//3��w|�q� ?�?���Ahg]��)E���K��T�C�6=�=�CmB?�1��w8�9SÿᵂC��J���D?�r�p6�����&? -�7;��a4�k(d������(F�<�;GxK��)h��c���ڐ�_^��ai�^A*.-K���Z����c��Q[{�$��&�o��I*}j80��k3��߬����"��VOY�SVBʚh �������[�v�q��l��Ɇ]�B�AI1)�;j�C%�xT4r�|�c:2���t�����<1�����h���]'3跏�ւ;����q;� ����3��=�a� �i����4��-�S��O�9��)�B2��B���:� ʩmءD�ⸯ�H�:�tZn�1�������j��$nx ��c:�'�e[��>s��N�}E�䭹��PM=�ȡ�6��,w(۩�D)!|`��4����ӣ���ZVC��*��T�{�*�W�<f�3B�w�1�nP�`�'3Up 8UiM��N��S#�s��l[�0�;7�uĵ�����z�2s�D�e��Ӝ�a7��bmO�C>{y7s�( v�;��O�@,�(������٢���lH -��o��cN�(���ϗ�=����F�/�����=���-W��S����Ɵ�UV��ab���(ԙ��Ñ��ýX��ix1w�$�v�/?���o)0���n0��6Kw#�.�a��x�Í7�12*k��R�#�2B���L�0-���+�͏����' -V*+���-��Hnb�����X\���*r�G[?���V������^3p�k�~���%��J����t/���g�M�jZQ�����.�4�ퟑ���V��|7��}��Y��53�l�(t���;0�o6�}��L ��w��fW)���<|t�|C�u!0��J5ֹآI�I�%sNud=H`��NA�� VU5��]�]s\��u抡n�h���A��\.��nr4z/�����W�����}B̗s�� -��s>s��Z��n/S4���GgQ՚Gnt�\�aݻ'�n� pP������|˿55�)} (Qy��$ -y��D�{�W��]��Xwo+�C����)��#��^�:��*�rd9/���婵չ!��<�yQ4>����S���9����$pg枡m<#a�G"�u�K#��=3��Iwo��5�y{ə��<���s��Q��io窲�< -�.J ڇ�.N����M0�A�׆.&?7�8����?���F7�9��4�� ���~�0�n�A�u�ܧ/��qF��Du�����l����,^i�/=s:}m߃�@���4�=�d]�Uy[4�x ������]����� -���9l���3<��ce��ۆi�5*��`������W�C7C�[�:��&p��=g�������x��Y���hr ��C��7�]�.y�ݱ'��h<�m���7�1�;��vZAv�K�y�K�,�����M�E�.r���'f)�w2 4��� -��_��cб�Z���;�����eC�K#O�=�LXra��Gm��`�U_���/G�ڽ�؝k"�74s��(�>QHz����l�p� �i>���=�!�F���w�/ ��nO�O y�a����nj�ݝ8��sq����[!�/#] k���g&�~EA��K���>�P��ߦt$�?MI�}���&��m�П�L9�<�4?endstream -endobj -4031 0 obj << -/Type /Page -/Contents 4032 0 R -/Resources 4030 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 3899 0 R ->> endobj -4033 0 obj << -/D [4031 0 R /XYZ 71.731 729.265 null] ->> endobj -694 0 obj << -/D [4031 0 R /XYZ 201.526 708.344 null] ->> endobj -4034 0 obj << -/D [4031 0 R /XYZ 71.731 699.891 null] ->> endobj -4035 0 obj << -/D [4031 0 R /XYZ 463.469 676.463 null] ->> endobj -4036 0 obj << -/D [4031 0 R /XYZ 71.731 662.351 null] ->> endobj -4037 0 obj << -/D [4031 0 R /XYZ 514.935 626.949 null] ->> endobj -4038 0 obj << -/D [4031 0 R /XYZ 71.731 614.829 null] ->> endobj -4039 0 obj << -/D [4031 0 R /XYZ 71.731 598.408 null] ->> endobj -1761 0 obj << -/D [4031 0 R /XYZ 71.731 558.64 null] ->> endobj -698 0 obj << -/D [4031 0 R /XYZ 197.015 521.425 null] ->> endobj -4040 0 obj << -/D [4031 0 R /XYZ 71.731 513.506 null] ->> endobj -4041 0 obj << -/D [4031 0 R /XYZ 103.934 488.349 null] ->> endobj -4042 0 obj << -/D [4031 0 R /XYZ 105.351 475.397 null] ->> endobj -4043 0 obj << -/D [4031 0 R /XYZ 71.731 468.259 null] ->> endobj -4044 0 obj << -/D [4031 0 R /XYZ 518.615 457.465 null] ->> endobj -1762 0 obj << -/D [4031 0 R /XYZ 71.731 437.375 null] ->> endobj -702 0 obj << -/D [4031 0 R /XYZ 305.743 400.159 null] ->> endobj -4045 0 obj << -/D [4031 0 R /XYZ 71.731 390.017 null] ->> endobj -1763 0 obj << -/D [4031 0 R /XYZ 71.731 346.994 null] ->> endobj -706 0 obj << -/D [4031 0 R /XYZ 176.973 309.778 null] ->> endobj -4046 0 obj << -/D [4031 0 R /XYZ 71.731 299.413 null] ->> endobj -4047 0 obj << -/D [4031 0 R /XYZ 71.731 282.516 null] ->> endobj -4048 0 obj << -/D [4031 0 R /XYZ 71.731 240.837 null] ->> endobj -4049 0 obj << -/D [4031 0 R /XYZ 71.731 240.837 null] ->> endobj -4050 0 obj << -/D [4031 0 R /XYZ 71.731 124.624 null] ->> endobj -4030 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4053 0 obj << -/Length 2764 -/Filter /FlateDecode ->> -stream -xڍYm�۶��_q��'|�;�N|�]�����M;M?�HHb�"Y������@�ҝ;7s���b�x�o6���$��(�[/�����js�����|�X�z������;�n��6V7���P)O��M�/�����_���nz�.�A�YD��՞�o������������S��ۦ�E�,υQA2eI=�d������8X�#�Sci0��Ńɹ��-��?��M��eY/�h��k"R{Խ�ҭ0겫�� MS���_s�����?�¦_���&��D���Q/� �C&�L�^߬�������6���?:h�+���rn�j�zh3ý�Ȗ������GC&,�͢ne��n���'�Z�|�j<4vB��!8>ƭ��B�D��<���I��>G�9x�5ǚV���^�ྒྷ^}�k��>2�;���փ�`��AD������a�VQ��t� ���P���n���kԏ�]��qBQ���K���Qk̊�O�";p�4=O;Y~�l��)?�J�R؋�9�@� -��(O�8ZxL�k���]��� �i��8l�k����t �7�iuOQ L��$��%���nqu�^���Pw�� � -��G�l��͆�mN`aU�E$���S�+���w�<�3O�_,) -�%���%n=͋�)����U�e�#<���:�W�v����r�À�Cٯ���C[�5�l�a��<�g�>�����p�w��t_�ă韌���H|c�4*�b%��F ������|���_�SV�L�%܄=K�7���I��� -�0CY9�0v=���P�< �۔wk�P�CCm:��k1��'% ���ׅ^q�4,���|�H��|���E�6�;����{�X ��RL@ﮮ:�]Q��,VWb�rQ�*N�AJ����͋�9�lAK�փ�*$^�������q�BI�2hS*�qJ%�r�=��/S�آ����3[v����.�T�儋���2����Vb\u%$�,Å�U }�Z�ZЌ5XC�:\�!f����+�3f�r�x� ��Hy��:ʱ<� �ʙµ|�#b����kW��o����}.�Գ�vc��;�)},X�3$Pэ.Ir_*�@l�>u���x":LL`?0�vC�ݧ�;`�@�A]�ܣ ��#R�ixZ��������tD��R�����=��ꘙ�� -�w���އ������C�����U�0.!��ww���� - �mütk��fE��q,���q�?N�V�c�B�� -� -�e*��s��Ls!;�h�#D% J�����G��� ���q$ -����wqև -r��z�՝�±���d��RE��{��\I�(D���W=�9�Y[��8�lޯ�L��?����d���} ��kh<����e��z����Y��G]Y��������M�� -ΞX-I-��<C �Bs����G0ATw=�lI�Rl�N��T�?�f6�ט��k�P'lVQM����H�H��6��%���]Q���X� -��T��T_&�j��X�͟O���?_ׄ���@�Ґ֡ -)�BR����'E8B -�6�_�Aw2�0!� 7���q[p��1E�11��� nJ>��8TT�7H�I�--��~���~�r�,����������R�Me��������t��]�&��/�[��^�/�\����Z���c��*�;Z�&0.�_s�I��"��"�A.8��ǚv��p%hdv r�� �4�fP������iL�fhj�Y��@ܴu>dx�V��5�:�;��R��R[v@����L� ����hV�9�.��cX�,�.�6�Ut`1��+ w���U��['C��}؆|>�/��9eR%������'����Ad�1t?��J=���Q�iE��9N��t��Qtջ�ࢵ��}-�,�)k��5&}D��{WѸт�L��=��,� Vwm�)��WJ�s���+���dJ���2�����+c�l���-�)��8zE�Р�m���{=ǣ��K6�!O���3$��'<�/~�bp!�5Օn�8���n���Xz-���A"�O�&#�C�uU�(k|�+J�AB%��a;5>8@ۢ:zpX ��z/r�7M��(T� �栶�V�Ju����:[�Z��C��y�a����$�Hu��=��^z�Xʌ�s -�+��n�oX�'p�k�Ñ3�<�` �|��.N��8p.�C����H����l�e�t�4��͈��#¡vWy8]Y��R�k`x�mua��R"{.���:�$�K -�x1�m�ld'�;7�k*�����8��3?����u��o/n]�|�����>�<w��m�;ޗ��y�_P|.��M�fö��:{��d/�����Y�7���L�/ׅ�lh���]=��������t��3��Y��\=��K]����gbg^��Imo�v0��<.�|1>ҙV�Nv6�0hp�#%�v�!Ta��t<P�J��ܔ�q;Hڤ@J�@�/�Ư~0��\a:I(1w���n6��Z�� �@=�G%�8 �bPᣮ�憞.���@!��10����{z�,%�CA�2�;��S3a�)�r������ ��J`�G*y�P��T!$���>ʂ���\$��xU�C� D�Ł8�O�hC26D �v�*�sV�Q��{�<T�'��5N�ƽV�Zq�V��8���f�z�������r�m��&�BСq������A��endstream -endobj -4052 0 obj << -/Type /Page -/Contents 4053 0 R -/Resources 4051 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4078 0 R -/Annots [ 4057 0 R ] ->> endobj -4057 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [260.471 551.049 310.284 559.96] -/Subtype /Link -/A << /S /GoTo /D (userpreferences) >> ->> endobj -4054 0 obj << -/D [4052 0 R /XYZ 71.731 729.265 null] ->> endobj -1764 0 obj << -/D [4052 0 R /XYZ 71.731 688.254 null] ->> endobj -710 0 obj << -/D [4052 0 R /XYZ 353.573 651.039 null] ->> endobj -4055 0 obj << -/D [4052 0 R /XYZ 71.731 640.674 null] ->> endobj -4056 0 obj << -/D [4052 0 R /XYZ 86.396 553.205 null] ->> endobj -4058 0 obj << -/D [4052 0 R /XYZ 71.731 546.067 null] ->> endobj -4059 0 obj << -/D [4052 0 R /XYZ 512.787 522.321 null] ->> endobj -4060 0 obj << -/D [4052 0 R /XYZ 112.803 509.37 null] ->> endobj -4061 0 obj << -/D [4052 0 R /XYZ 202.555 509.37 null] ->> endobj -1765 0 obj << -/D [4052 0 R /XYZ 71.731 466.366 null] ->> endobj -714 0 obj << -/D [4052 0 R /XYZ 198.969 423.269 null] ->> endobj -1766 0 obj << -/D [4052 0 R /XYZ 71.731 419.438 null] ->> endobj -718 0 obj << -/D [4052 0 R /XYZ 256.752 383.896 null] ->> endobj -4062 0 obj << -/D [4052 0 R /XYZ 71.731 373.531 null] ->> endobj -4063 0 obj << -/D [4052 0 R /XYZ 434.226 363.772 null] ->> endobj -4064 0 obj << -/D [4052 0 R /XYZ 71.731 304.828 null] ->> endobj -4065 0 obj << -/D [4052 0 R /XYZ 71.731 291.877 null] ->> endobj -4066 0 obj << -/D [4052 0 R /XYZ 71.731 286.895 null] ->> endobj -4067 0 obj << -/D [4052 0 R /XYZ 89.664 266.138 null] ->> endobj -4068 0 obj << -/D [4052 0 R /XYZ 128.262 266.138 null] ->> endobj -4069 0 obj << -/D [4052 0 R /XYZ 328.528 266.138 null] ->> endobj -4070 0 obj << -/D [4052 0 R /XYZ 71.731 251.03 null] ->> endobj -4071 0 obj << -/D [4052 0 R /XYZ 71.731 236.086 null] ->> endobj -4072 0 obj << -/D [4052 0 R /XYZ 109.589 214.93 null] ->> endobj -4073 0 obj << -/D [4052 0 R /XYZ 76.712 174.083 null] ->> endobj -4074 0 obj << -/D [4052 0 R /XYZ 89.664 156.15 null] ->> endobj -4075 0 obj << -/D [4052 0 R /XYZ 71.731 153.994 null] ->> endobj -4076 0 obj << -/D [4052 0 R /XYZ 89.664 138.218 null] ->> endobj -4077 0 obj << -/D [4052 0 R /XYZ 259.764 125.266 null] ->> endobj -4051 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4081 0 obj << -/Length 2925 -/Filter /FlateDecode ->> -stream -xڅ˒��_���T�-�����S�rR)��R�l����2V�>�E=��@���n4� M2[�_2������.�,f���b���?�K�YP�'8?����K�͖��f��,ϲ8+�Y��q]��U���e��^��XDE������t���t���{��wV#�"��e�=�)�\ �V'��e\���Z�q��$���y���oy��m���j����g�?/�ȍk��;�L�g�~��WƛFu<{�����Q��[Df�DE��{�#gwz���V�)H��C�EZ�dP+(�9I���~��Y�;���G���S.��ڎ7&�[Do�d�C��3_�y���0�}�w���}����H�1U�u���6~YI|i'�2�ɬ��8/o[.c<�P�l�*)�b$vt���;2���E���'���s��Qo�qR�"�h�;O -T2.��qecm��x�m�����j׀j��[a�a�SÑw�5�#Nd6=9ɑbI��GF���H�F�D�v�����7֛��9�DR�*���(.����F�)���ծ�~�����[��eI��ٽ�9c��Y��l�0��A�H���C�� �LF�*Ӥ���_A��'�c��ѫ�ـ��'�A��u�U��T�Gx���o�3��y����^����<s^;�|nj^��@��W��u��s9���A�I���M+ IK��Ip"�P�7`��i4�!.���dOA`gv�½fh�f��x -����i�:��k��% D/bmဠ��~3]'aY��4_�l�j\ˈ�K7��r�n��$�*��wy��e:C�8���4��ޙ��8`��d��{^V<@ۃᆄ�^��Xp�zO�� �C����l �a~��!4��BK� Ӵ��nc���^��� ߏx��&9pE��<���Ϙ�K��eM�OI�u�AF�����=%H ����-#F'n5�BXQ��<�M�iӗ�"��Icw�c����DDn�h�p��k���,�~N��,XC�}�<YoUKl��1�:��.`�{V�����z�Ya�1�dӯQ3\�D$��jdU��iR0C�M��3dFܽ�^$d�� ~�s/��Bq/��������Y���]�Rx٣���z��mBy�O"'���^�lms@� ,����7�i!�W���؊O�f�p�[�'����<�h� -�|YAÐ?�� ν(���ޅ����{���,��Y�u߲�C��F�%��0�16��P/����.KI�R��H����"�2�mk��o�#) -��Ċ,� ��h���9$�uIiNs�SՕ��r�#�ʩ�U S�@b�l��5��^�S7���gh���lS�L ��hN2-U2��d�(�6%[�(/�~p�k����Gܤ��9K�#��89�-E ��Tu�AL�+��A�%N�\�x��w/"p����K�2n�[=�[�Vp��P�-4g'�P��a�,���c�=��uXAAUVw�����\�H+�=iMq�k[`Q�0����dML8�^3��ʣ� -�f���b�����cdI�w���t��At�o� ���<����p~�=k2G0�k?~�ҷ���P#��g�$0���\a(�6�hjT�½���Q�PE`�c �+����x�fP���҆Kk$L�#e��n�sh���/+Iv`�Xr �T&�����|@�1S,YO~�ć -�`������]�e������G��ױw'*�T�h�˳�a��a I��$b��8�W��͇�ra�&��ߧf��Y}�ұ�ƪ��; -\��4Ƈ��#�br���f+�{��uƒ����ѭ&�����[ݠT=�tq�N9!#M�`��tx���[��� -m��a����@B��x�����8R��[�⁜��4O�x�e������kݤ�Z����� K߉�S+����T���O�$C���Ͽ���s�q��>�G�A0�r �0RR���(L>A�7��� -�ں�Ħ�^bK�T4����ک�k<�8���_Vb�0Xk����rk�h\��<�������x�c��vB��B�������=�n�>�*��C�r��ae�s�A懬}a�v�ѤY�Z̵6/;���;y�U��������c���z��x�}y��)�m���جo=:���Њ���q�FuzH�8˩ՇC�0)r�����|�l�C����P�UT��Iy��E��L�W�l��`�Y��,�q�x�S{�[Rr���V��vV�7��^9�6[&,����i�g���D�XǼ��}��f&FRk�U ��<d.�&9��H���NFX[k�9� `=��Y�k������y7§ǟ4<�R�߁�7q?�"0</�!�Q�c�F�� F�2i���A\ -��Vs|��]�oz��2h�B:�o�7svLBL��lR�=�9&�邟N�� ��E��K,�H��I>��1�mA`"c -M�F�甒�0��NU���rtx�J���_�\���:?B�����a�xܔ0=Ʃ��%��<�y���>�I��<�$^���Tx�d��O(�~�7@�vύ?�][ ���U�iRH�)!�H#Sĕ��ؙ�ַ���nǩ$..HJ��T�� Y1��%bO�4(i*k�R������!�d��U҂��D����)�����O/?2���H��S���h-�����H��F��x�x���ٚΑ�o�yuv��Y�y��R��<<��"�ݔ�`���E���������� ��`� G�I��$8���@��,�'���K���`�|o0�k�����F��4�kb�oV@���� �s���^�uR=������i/�@���{��_s�?�h�endstream -endobj -4080 0 obj << -/Type /Page -/Contents 4081 0 R -/Resources 4079 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4078 0 R ->> endobj -4082 0 obj << -/D [4080 0 R /XYZ 71.731 729.265 null] ->> endobj -4083 0 obj << -/D [4080 0 R /XYZ 71.731 741.22 null] ->> endobj -4084 0 obj << -/D [4080 0 R /XYZ 71.731 693.235 null] ->> endobj -4085 0 obj << -/D [4080 0 R /XYZ 89.664 677.46 null] ->> endobj -4086 0 obj << -/D [4080 0 R /XYZ 407.268 677.46 null] ->> endobj -4087 0 obj << -/D [4080 0 R /XYZ 71.731 610.546 null] ->> endobj -4088 0 obj << -/D [4080 0 R /XYZ 71.731 595.602 null] ->> endobj -4089 0 obj << -/D [4080 0 R /XYZ 76.712 533.599 null] ->> endobj -4090 0 obj << -/D [4080 0 R /XYZ 89.664 515.666 null] ->> endobj -4091 0 obj << -/D [4080 0 R /XYZ 71.731 513.509 null] ->> endobj -4092 0 obj << -/D [4080 0 R /XYZ 89.664 497.734 null] ->> endobj -4093 0 obj << -/D [4080 0 R /XYZ 71.731 469.674 null] ->> endobj -4094 0 obj << -/D [4080 0 R /XYZ 89.664 453.898 null] ->> endobj -4095 0 obj << -/D [4080 0 R /XYZ 220.282 402.092 null] ->> endobj -4096 0 obj << -/D [4080 0 R /XYZ 71.731 394.954 null] ->> endobj -4097 0 obj << -/D [4080 0 R /XYZ 71.731 366.127 null] ->> endobj -1767 0 obj << -/D [4080 0 R /XYZ 71.731 333.186 null] ->> endobj -722 0 obj << -/D [4080 0 R /XYZ 263.867 295.97 null] ->> endobj -4098 0 obj << -/D [4080 0 R /XYZ 71.731 285.605 null] ->> endobj -4099 0 obj << -/D [4080 0 R /XYZ 300.705 249.943 null] ->> endobj -4100 0 obj << -/D [4080 0 R /XYZ 96.735 236.991 null] ->> endobj -1768 0 obj << -/D [4080 0 R /XYZ 71.731 208.996 null] ->> endobj -726 0 obj << -/D [4080 0 R /XYZ 209.315 163.842 null] ->> endobj -4101 0 obj << -/D [4080 0 R /XYZ 71.731 155.019 null] ->> endobj -4079 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4104 0 obj << -/Length 2533 -/Filter /FlateDecode ->> -stream -xڝk��6�{~���V��}�}HrM�CP���עmb�0$�^��(Q����Crf8o��,��h���U�x�y6�U/��f>��d�R�,�5o�/^�O��&���l���I$y>[%q���ٶ�m��NV��e���,��/������T�߷�~��v`�%�`�N�*�[s#T��rg�A��$�QΛ%H�ݱ�˂�J=-`J�L� -d�����]�u��p��Fn��կY6�Q˾Z�bJ �-�l~�Q��M�'6{�^���IvjLmE� ��ʼЀ���K�/hm��FLs2ϋ(��-qj��RW�������H�8��mZ�1�ꂁ�P�y��V�v�]�����oZ��e���W��ǟ�,��!���(�}}�U S���l�p����FN� m���_�xY�@�څ�{����[U�9�*�%��:�J�S�4��g����,�ϳ��ؑt�4x�?�mk -�j��[ŠS�v����W;��9^1�ZUi3�[;JB�>�$.�7��!Fr�w؈�7��?�����ġ�~|E{Q� ��tHv����NV�G��C9?c~��V���0�T�"Z�n��,��8����ڣ�<Q4�Ս�8 -�(��vwM[�YpR�!�a$[ Ū��Dv���@��$c�������H ��0M����5{��'P��zT�~& C�R���&?�h,>�q���|oJ ���-�z<�'����G��Mg[e)��|���� ��;F�ha�A@� -�P�6Aﵲ����q�"%�a�i1�%4 -��P$J����(�V�TRSO$^�����z˱�:6U_q�u�OA�U�xP3✚y��?�m+� qк��,�Q����r�G�,���˾�}���"�p��Ls�دI����i�pOJ+x�b�o�P;7W���@��*�7��3]d���Q����d�U�I�����0�K*d+v�[C��$�$�+��x��S27�RJ~4�2j��@<������y�GC��vL��˒�=���Njȣ��Ϩ����Y���h��=�ꎵ!;J�L8�����M�5�b��ehɹW@sp$N�k�����E�_��d��Qoi8�RmĹ�����6H!1�S4�\�l�5R^B�7c:I�5E "�6'L�L0�L�1�7���>���赤p��SI���P��]�p���/E�� -��L��.#����Kg��HWS���m��{�~�z��3���s֏�a�����ʅㅑ^��!�`��G�k$C�$��S5z�0�mtPwf"1��"f��b�]:�Q�d�4R�N���9w��n\��!�i�x��b^�NY�}��$Ѕtlq2�R�ĸ�-�Ɋ�e�*�$���H0��P�#�>2����BqDqF�>-r��r�o�F�|��-��?�#e�|�9�ޝ�2�쭖�v�v���k(������V����/�xw�姜�7R��چ�Q����<�O�n�}��B=��X��Kr���&v�l�H��u��ItRO�#��<���)�e���|{�*��iw5�Y)0���bHĝ9P��9^�^�%"�\���F3����p��JVx;*0����[<1M��F2A'k�q��e�����l�Q`�2���?]�~���iq���TX���թ�VH�����Q�î7��y��ln�_.ŃY�Ne�j�� vDž^>^�_�<�$��!5I�^�����Jv���-�(���_AR�*� �Ye?k}�Ի��;�=j{�0��4�L�1%͏*��U����*P}C�w 8���W~��N�X�M�O>}�.�O_\���|��G���-��5;i�= HS�w�t����-rdY��zG��T��)�!pܢ�Y��=���>��6]��m�n�j���$����� �����O9IʦS�����zL�⇲�Ա��`�s��/���������� ,��E�ti.d�C5G&ce��"e�KS��;�Ԛa�]J�I� ��^�v�UkV�uE�r�1��[�u��7�5�櫢�#�\�xa4���Sb#Ŷ�q�=���q�zT����'F5��:i^�K,��'J�G���ӆ�[ $����Q���Nݣ��S�nH�����H��8��⋬�[���1�l� �vX�H]��� -�\��\��Oڑ��#��B������ƞ -����'W�Q�t��I�����z��6�K� M}��ū��=���tA����[<�eo��·�=�.�.w�~�z��W�B���C�{�g4�܍zC]WK�tR�}��ק�c�L�>���otؕe�' |kw�J���'g��F�=�)��F@�N�Gu�r=�,�sbeQ�ď@���<����0,��g���];ˑ��^�3�Ȓ�eO�2vb.n�|�Ij�|&�1�7�~A �Kt,�T+��I��M���r��~u������t���W����0��+������~q�e�_;���endstream -endobj -4103 0 obj << -/Type /Page -/Contents 4104 0 R -/Resources 4102 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4078 0 R ->> endobj -4105 0 obj << -/D [4103 0 R /XYZ 71.731 729.265 null] ->> endobj -4106 0 obj << -/D [4103 0 R /XYZ 71.731 718.306 null] ->> endobj -4107 0 obj << -/D [4103 0 R /XYZ 71.731 645.168 null] ->> endobj -4108 0 obj << -/D [4103 0 R /XYZ 436.472 620.672 null] ->> endobj -4109 0 obj << -/D [4103 0 R /XYZ 169.318 594.77 null] ->> endobj -4110 0 obj << -/D [4103 0 R /XYZ 176.588 568.867 null] ->> endobj -4111 0 obj << -/D [4103 0 R /XYZ 71.731 550.834 null] ->> endobj -4112 0 obj << -/D [4103 0 R /XYZ 238.395 537.983 null] ->> endobj -1769 0 obj << -/D [4103 0 R /XYZ 71.731 496.971 null] ->> endobj -730 0 obj << -/D [4103 0 R /XYZ 200.128 459.756 null] ->> endobj -4113 0 obj << -/D [4103 0 R /XYZ 71.731 452.404 null] ->> endobj -4114 0 obj << -/D [4103 0 R /XYZ 71.731 406.59 null] ->> endobj -4115 0 obj << -/D [4103 0 R /XYZ 71.731 377.863 null] ->> endobj -4116 0 obj << -/D [4103 0 R /XYZ 71.731 377.863 null] ->> endobj -1770 0 obj << -/D [4103 0 R /XYZ 71.731 300.001 null] ->> endobj -734 0 obj << -/D [4103 0 R /XYZ 299.665 265.53 null] ->> endobj -4117 0 obj << -/D [4103 0 R /XYZ 71.731 256.893 null] ->> endobj -1771 0 obj << -/D [4103 0 R /XYZ 71.731 215.617 null] ->> endobj -738 0 obj << -/D [4103 0 R /XYZ 364.509 180.25 null] ->> endobj -4118 0 obj << -/D [4103 0 R /XYZ 71.731 171.612 null] ->> endobj -1772 0 obj << -/D [4103 0 R /XYZ 71.731 128.28 null] ->> endobj -4102 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4121 0 obj << -/Length 1945 -/Filter /FlateDecode ->> -stream -xڭX[�۶~ϯ0�$�^U7J2pP I��E -9�)�>жl�%���q}��%���h��r8�}�c����,�,���(U���Y0���g�P� ɝC�������x��Wi<��͒8��4�eq��*��o�^t���]�O��>te�g�Ű���*�����g��G�*��UU'Ks�T���_)EZY���(�������r梨�Yl~mNC/��/��>��(k^5/�q��~��@�Cn69#�݅���VF��"��LN�}�3p\���fs!#+�S��B�aɨs30��Q=����~ ������r��&jZ�h��;�G�y��Exe����h���`~A{����ނ��R�?����"čSG�[\H#�P��i�5��R�����c豬���;$�>���1�0p��b���&�3者.:&iv���b��Ѩ��qv����t���}!z>�@T��ы�=/R�-/4�E]@���� �g"+�Z�zsr�0��xl����Ҹ�"��c�;4&�|^�@���w��~�& ��@"� -�D�q62@�B��I�5uuŨ���G�����u̺'�EB����fږ�����05���Sg�L��ܗBv�$��$��;�6 ��������-���bӗM��θ�v�<�>I�.�>^�)N�6��ig�N.���z�l,��l�� � -��|́�Ƕ*�rq�܋���뮩��`�`�`�*�E��g&��M{1s2�TH���Dq��$y`,U!� -�ٱ���屠ֳd�4�@*��S~�P�#҆��]��z��9'(D(j��i����0�'��.oG1��ț��,����<�?�,s��:�V�����G��`��k�4u��K�}ŷ��ۗW�\�>~��9 - u�� ��W�4��I��G[�+)���4ֵ��T�R��b�g�m�Y"�b映�Gi�H�I ��B������`� -� �'K�f������6��^��8�c��ŅN��^��<=��A��<��|��|���P+Os�_y��$,�N�-S�/t%l?3<&�ʦ�ʛ�ew��zG8����$���)� -�u���O����n�d�Ė�Ajh��.�=�M[�պmoc��}���>d�f�:h�9������x�ty�������'���������"l�Ĺ����`����{�8�'��m�i6DŽUt=�$�~yE*NΧ���st -��������۰�v�;&�*i�����X�L]�k�>S�|�]B��Tap�\���*p��h_�yS�lfzꤕ����\��/y�ag#u=��=��N�Dg��\GN��~lGE{����M�8MLZ�ڛU!+��K�_өę@2�\ 9���d�j|� i#�U0�H�~�<O3 ��t&�!��DS�!hېw.�86g��?o����։����}���[�)w�'w:;oީ����a��̎�'�Ӑ��C]�� -� ?����kf"Y�� ��+@��X�Dͫ�N?����k�� -�uOw��@�(��e18ak=��_��9��ŵj�^S�y'~��s;"������%��F1�0 %��D� �����}�vOF,´���s?R��ș���/H{Ԙ�����92a����.:1�=i0�ءr��vЋ(�� s��r�6X5-"z�?NR1"^�q�n��i���n�Ѷ��������cX�aJ>M6>�k@[�/.��׃Իcd��ṕi%����V?0,�ˉө�a�Q���d��P��6џ�3s��}���"n<j43� [��j�?������i�擅J�ȘZ�i8�����cpf�QK_2���s]�ל����T2^9?b���x;��y�z;&T D�g�k��B]���~������k�|CLr?��~�Hn>��(�S5r!�ٗ�{ފ�^���endstream -endobj -4120 0 obj << -/Type /Page -/Contents 4121 0 R -/Resources 4119 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4078 0 R ->> endobj -4122 0 obj << -/D [4120 0 R /XYZ 71.731 729.265 null] ->> endobj -742 0 obj << -/D [4120 0 R /XYZ 295.625 708.344 null] ->> endobj -4123 0 obj << -/D [4120 0 R /XYZ 71.731 699.706 null] ->> endobj -1773 0 obj << -/D [4120 0 R /XYZ 71.731 643.422 null] ->> endobj -746 0 obj << -/D [4120 0 R /XYZ 378.198 610.112 null] ->> endobj -4124 0 obj << -/D [4120 0 R /XYZ 71.731 601.475 null] ->> endobj -1774 0 obj << -/D [4120 0 R /XYZ 71.731 558.142 null] ->> endobj -750 0 obj << -/D [4120 0 R /XYZ 288.511 524.832 null] ->> endobj -4125 0 obj << -/D [4120 0 R /XYZ 71.731 516.194 null] ->> endobj -1775 0 obj << -/D [4120 0 R /XYZ 71.731 474.919 null] ->> endobj -754 0 obj << -/D [4120 0 R /XYZ 259.078 439.552 null] ->> endobj -4126 0 obj << -/D [4120 0 R /XYZ 71.731 430.914 null] ->> endobj -4127 0 obj << -/D [4120 0 R /XYZ 71.731 389.639 null] ->> endobj -1776 0 obj << -/D [4120 0 R /XYZ 71.731 356.697 null] ->> endobj -758 0 obj << -/D [4120 0 R /XYZ 240.476 323.387 null] ->> endobj -4128 0 obj << -/D [4120 0 R /XYZ 71.731 314.75 null] ->> endobj -1777 0 obj << -/D [4120 0 R /XYZ 71.731 264.443 null] ->> endobj -762 0 obj << -/D [4120 0 R /XYZ 223.845 221.346 null] ->> endobj -4129 0 obj << -/D [4120 0 R /XYZ 71.731 209.175 null] ->> endobj -1778 0 obj << -/D [4120 0 R /XYZ 71.731 197.63 null] ->> endobj -766 0 obj << -/D [4120 0 R /XYZ 223.569 160.414 null] ->> endobj -4130 0 obj << -/D [4120 0 R /XYZ 71.731 153.062 null] ->> endobj -4119 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4133 0 obj << -/Length 1998 -/Filter /FlateDecode ->> -stream -xڍ]����ݿB�K)D��C��{(j���A�����p��G�ĭI.�%-+���E�'�����pvf8߫p�_8ۄ�&�G��4�e՛`v�7?� �c%,� ϻ�����x��wi<�f�8��4�m���&�l�� -�t�]��$����;S|��4e������q?*L⍿��ߵi�1*�\��-���zM6͋�kN��"M<�y����vn����l���zϚ)]��:g�ԝ巊 ���<2�U�л����� ����Sa���G�1 u�A�AR�4S�q�FG�{Va��$�y&�Wc{�N�T]1Q�~�3����V��`�9����(^'�����2[U��i30�H�!(#]2��`���NeŅiGᭂJ����G-.�����TՔ��,x��#�U�{��%��+�"M����:��JTt����� E��_��Jn� fo�c��t�gFA����1�+Tǐ9��l{yun4C��8�R��G��$}.���HWؾ�n��M��#�i·��~.��\l+�f��@��-/M�Q����}���� �Q�bx_1��6���~�u���Q �x��-��(@���{D�o�H�����Ф���(����#N� -���P��zbd0�9e���b.���Yd u����p��P_(��`����ѐF���Ga�̈K��g �[6;58th�W=�����k���5��qz�8'��:3�U1�h�p *�Ω֔�x�< =���$�I����bF�N}Y�������:�;���LT���Q]��v���05b,Ay{/k���ԻҔ|�Oy�0Ke�n� -��H��IJ@����O�D��s�*�K���*�OO�j�D3_\J�I0@a�7�v��+m�[����$�1�fH��>.�s���o80F�㳐3d�z-���[2A���$5ꓱ�3�������ܪ|z�/G���)��P���9������jPBL��4F_�!�Z���;s>q�>;�+�F_V4�o&�?kr���1��4yo��¯#�'a�8Ck@���)ns>�ͱfg�1B(���*�' �(�w���%�lD2Ԁn:�\R@U�Q��b��Y�g �stu�zZπ���u%�ɭ�X�s���䁿\E����Ӈ�:$�;k�ꌥ���� -o i�M�X��G,v�Wx�����s���Pc���1dƅ���u��.�C���J�i (�J -m�nl���6�הԙχ�69�4�~Tڴ��n�!� 'L��B�"8��ZmοS7�BH�f��*`h��]&@q5���K�.T��n�� -�\_ +�9˦�����}�=4=������=㾖����2s]gX�g��lj�~=� �� }���wB?��x"��2�0x�f���nK���<���Ҋ�:@�͜�.�� Sb���ʞ��-�.�b �P4�i��g_�Uw�= W�%p)�3�y�{��_0�gb#؊��Υ.8��z��@����!-�� -3m�$N�pX^�: -�e�� �a��t��PSa��>�|�T�Įo�{�ݥ��$�SAc`R��'#�qM�OGd"�yS��}5Z��!�z���Ap9�i����������'���֑j��p)@�����ޙ��'�� 6d>l���X��TL<8}����L�d�S�(��Z״�\2�l���zw<��r ��G够l�(L���v[�';�&{S�iQ��½��-mES�~� �$ّ��a�E�&!,���SW��tH������� �\���&���3�sH� -�Gf��t���5Ъ�%�W�������% oE-fP;��{��=%.�-qHIp��CWø����C�ځR�GI����M�6M���4����ar}�'�4�����}��7��&�_��[n���݅��w�$��A4Aߥ��~����_�-W�endstream -endobj -4132 0 obj << -/Type /Page -/Contents 4133 0 R -/Resources 4131 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4078 0 R ->> endobj -4134 0 obj << -/D [4132 0 R /XYZ 71.731 729.265 null] ->> endobj -4135 0 obj << -/D [4132 0 R /XYZ 282.496 708.344 null] ->> endobj -4136 0 obj << -/D [4132 0 R /XYZ 71.731 675.268 null] ->> endobj -4137 0 obj << -/D [4132 0 R /XYZ 71.731 675.268 null] ->> endobj -4138 0 obj << -/D [4132 0 R /XYZ 71.731 587.473 null] ->> endobj -1779 0 obj << -/D [4132 0 R /XYZ 71.731 556.489 null] ->> endobj -770 0 obj << -/D [4132 0 R /XYZ 185.739 517.216 null] ->> endobj -4139 0 obj << -/D [4132 0 R /XYZ 71.731 509.864 null] ->> endobj -4140 0 obj << -/D [4132 0 R /XYZ 71.731 438.148 null] ->> endobj -1780 0 obj << -/D [4132 0 R /XYZ 71.731 409.321 null] ->> endobj -774 0 obj << -/D [4132 0 R /XYZ 331.48 370.048 null] ->> endobj -4141 0 obj << -/D [4132 0 R /XYZ 71.731 359.683 null] ->> endobj -1781 0 obj << -/D [4132 0 R /XYZ 71.731 329.834 null] ->> endobj -778 0 obj << -/D [4132 0 R /XYZ 229.91 292.619 null] ->> endobj -4142 0 obj << -/D [4132 0 R /XYZ 71.731 282.476 null] ->> endobj -4143 0 obj << -/D [4132 0 R /XYZ 101.182 272.494 null] ->> endobj -4144 0 obj << -/D [4132 0 R /XYZ 71.731 254.462 null] ->> endobj -1782 0 obj << -/D [4132 0 R /XYZ 71.731 198.606 null] ->> endobj -782 0 obj << -/D [4132 0 R /XYZ 319.355 155.509 null] ->> endobj -4145 0 obj << -/D [4132 0 R /XYZ 71.731 143.071 null] ->> endobj -4146 0 obj << -/D [4132 0 R /XYZ 270.862 133.95 null] ->> endobj -4131 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4149 0 obj << -/Length 2886 -/Filter /FlateDecode ->> -stream -xڽْ�6�}���/#W���e�[�L'5�Iz��$U��ڢe��]�1==_��J��#O[~�i�ƃ���n�'ظA�d����3߿�b� +��ӛ�}�7w��7O��(�0In�0p�qp�����Yԝl�� ��إﯭ*�|���<�?����i ���Y�y203��td���[�ai��:��vD��c�;�S���qi���+�U{{^����l[˲��-/��e;_��̫Z6-�W��d�e�9����D�ɶUۜqK�=���ξ���Z�U���gY�`���3�y |K1n��G�O�0vh'��<Ҧa"�"�uUI���/�-U�ޫ��"�W�A�������)�@>����CZ�zF3�&A]�g��C7�k�@)��q��Z�O$���f &����k�_����a�?H����6�ٸq��8 #���R+%��ת��/J[���g�sh�r_5�蔖2J��55��I�pe��2���%Q���Ƕ�U�hJ-���n��;tX����ͭh�`a}�%�h��HA�?����P9����5��"���9�p�<>W'�Ўzw�w� �|���R�xDPw8?8�ZE^� ����/���`�s~��pKs��p���P��i=�7�y�Zˬ3�PR8��_'h|�!��eG��w�ɦri���@�����w'y-�:g�j�Z���e����W쩁-�M�P�0@߂y��RmU�p䬬cr�F��S�����DǞ��4j��#춺4J�����?�|N����*&���; -&v}#R���D'g����{���%8��a��ƉF��0 zp�yu8h=C[�������F�vU��v��1�jTշ4&Z��`���'i���4�7�`�T���sMN -[����oı����Q� WY�X܍�2;4��hm�Ojb�A'���G�D�i�q�4��b���ltT�����A��}pQb�<�9y� �lh�,J���c���!���,�>����Ƕ��5�qb��H�$n��s-Ƥ5��R+�1���ȍ��Ď�#qZr�� ��&�hB���-���0�%_�R4h��Ȑ��^��|}Y��p�gP���j�o�{�Gd_�U��/�Q�vC�I�o�מUP��9�`�)�!�)hN캂��g -����W�5��9 x��ʔ���8YU����䕱E�A0��f�s��O���_�ɾZ+���@ Է�3�QGc��C�����w#�S9�C�yTkR��;6�?A�%p�.�7a��q|�/� -��w���S���h�9�~��=����Fb�nf���M��!�0��!���uC���E�8؞�d:�&�` a:�����<B>�e�<���C�b�jj��������b�V�ؚ\�?�B �%�Ys#�9�1�5�͉]�ܜ�Ls���N��8�0I9/�}�6�s�Rq M�i�<��Z&I�S�T�WJ���e�`:->ÀNO����Bu��\�OT5�>�W̽��q�x�N땓�*� p,E�S����_BSR�Н@j��f�����0�� -*��p�<���M��E�`Θ���b�'�]5�ď�Ӧ~_�g�&!J��ep-]o3M�=�!V�r����4v����9'Y��&�9�뒝�I֢�� -e�N�& -�K�0��f�}���9�R�#�⩁�^#��U#y��k}�Uw��܊>���m�'�f�� %�=dv�S/���T�S�~?�a��ng^:[e��l��b+��9��e���g-%�{�eKa�Y -C\��9��2'>���wJ�;pk��;sd�o7"n��c���`���x>Z��Vv/ҨC� �8��he�VY�Ӆ�E� ���������Գ -m6SC\S�u�͉�fQ�3�*c�aK,���o�Ґ�J�' ���%E :U���B�#}���W4DCИ�ӈaR��'T]j��~X�w9�}���4����Q~�]�/�o�e��������.;ˊ� r9���g ��]�r�9��3'�fM3JiFyfK#�߹ZL�kn�����[i�Y�2|��TK��u|ϙ����ƪ*S�S����0�25�Z�R���!bl;�Y<�;�r� �?�d5/�dLf1M�1ą9o�8��K+��_�C�����~�ZH��>�����U�Ykֱ�G�3�=�+y��U�<A��$mꏓL[�k�U[��E ���~Rd���3ab�Fc�m�nw�����9-g��/���9i���7�+�*��8�U�V��R��s�jr84C���r��EM�M�|�b�&MD|wٝ|��WF�*R�3Rz��f~<���7D�Q��S�� -�p�`T��EN��E��^�t8ɡ(ͥ���PX��Գ/4#��ص���I=�qO_x���ӝpY����T���yɼB�*���̊���7���)�+z�����f�z�w]S���]�k��"z����٥��L�o}�j˷Xh��EvÞ�;|Ͱ78�ֻ�������m����<g���Q��ۮ��)�qج���f��_����Y[�KoL?U��W�(���_���q��|�kH� -U��h��( z�FK�Z���W0`Q@K��*s��] -��ʘA&����C2�CѼ��i9!p.w,��, öZ��y�+�5�8�+��꼝�K��� �V`Hd��K��z��A�I���#����>�k�_ >#wDe�0�Gn+��]�����&<�hw�Lְ��ٟ�O�t�N�'v�v��p0kI�7V;5������4.�ǧ�3w�kw�_y�@f������ 2�l���gN���tendstream -endobj -4148 0 obj << -/Type /Page -/Contents 4149 0 R -/Resources 4147 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4078 0 R ->> endobj -4150 0 obj << -/D [4148 0 R /XYZ 71.731 729.265 null] ->> endobj -4151 0 obj << -/D [4148 0 R /XYZ 71.731 718.306 null] ->> endobj -4152 0 obj << -/D [4148 0 R /XYZ 71.731 695.392 null] ->> endobj -4153 0 obj << -/D [4148 0 R /XYZ 341.586 695.392 null] ->> endobj -4154 0 obj << -/D [4148 0 R /XYZ 89.916 682.441 null] ->> endobj -4155 0 obj << -/D [4148 0 R /XYZ 71.731 662.351 null] ->> endobj -1783 0 obj << -/D [4148 0 R /XYZ 71.731 631.467 null] ->> endobj -786 0 obj << -/D [4148 0 R /XYZ 256.243 588.37 null] ->> endobj -4156 0 obj << -/D [4148 0 R /XYZ 71.731 579.547 null] ->> endobj -1784 0 obj << -/D [4148 0 R /XYZ 71.731 551.702 null] ->> endobj -790 0 obj << -/D [4148 0 R /XYZ 258.989 514.487 null] ->> endobj -4157 0 obj << -/D [4148 0 R /XYZ 71.731 507.134 null] ->> endobj -4158 0 obj << -/D [4148 0 R /XYZ 71.731 492.205 null] ->> endobj -4159 0 obj << -/D [4148 0 R /XYZ 71.731 487.224 null] ->> endobj -4160 0 obj << -/D [4148 0 R /XYZ 81.694 466.467 null] ->> endobj -4161 0 obj << -/D [4148 0 R /XYZ 71.731 464.31 null] ->> endobj -4162 0 obj << -/D [4148 0 R /XYZ 81.694 453.515 null] ->> endobj -4163 0 obj << -/D [4148 0 R /XYZ 71.731 438.407 null] ->> endobj -4164 0 obj << -/D [4148 0 R /XYZ 81.694 427.612 null] ->> endobj -4165 0 obj << -/D [4148 0 R /XYZ 71.731 425.456 null] ->> endobj -4166 0 obj << -/D [4148 0 R /XYZ 81.694 414.661 null] ->> endobj -4167 0 obj << -/D [4148 0 R /XYZ 71.731 399.553 null] ->> endobj -4168 0 obj << -/D [4148 0 R /XYZ 81.694 388.758 null] ->> endobj -4169 0 obj << -/D [4148 0 R /XYZ 71.731 386.601 null] ->> endobj -4170 0 obj << -/D [4148 0 R /XYZ 81.694 375.807 null] ->> endobj -4171 0 obj << -/D [4148 0 R /XYZ 71.731 360.698 null] ->> endobj -4172 0 obj << -/D [4148 0 R /XYZ 81.694 349.904 null] ->> endobj -4173 0 obj << -/D [4148 0 R /XYZ 71.731 347.747 null] ->> endobj -4174 0 obj << -/D [4148 0 R /XYZ 81.694 336.952 null] ->> endobj -4175 0 obj << -/D [4148 0 R /XYZ 71.731 321.844 null] ->> endobj -4176 0 obj << -/D [4148 0 R /XYZ 81.694 311.05 null] ->> endobj -4177 0 obj << -/D [4148 0 R /XYZ 71.731 295.941 null] ->> endobj -4178 0 obj << -/D [4148 0 R /XYZ 81.694 285.147 null] ->> endobj -1785 0 obj << -/D [4148 0 R /XYZ 71.731 278.009 null] ->> endobj -794 0 obj << -/D [4148 0 R /XYZ 243.84 240.793 null] ->> endobj -4179 0 obj << -/D [4148 0 R /XYZ 71.731 233.441 null] ->> endobj -4180 0 obj << -/D [4148 0 R /XYZ 71.731 213.53 null] ->> endobj -4181 0 obj << -/D [4148 0 R /XYZ 317.393 189.784 null] ->> endobj -4182 0 obj << -/D [4148 0 R /XYZ 232.347 176.833 null] ->> endobj -4183 0 obj << -/D [4148 0 R /XYZ 71.731 174.676 null] ->> endobj -4184 0 obj << -/D [4148 0 R /XYZ 71.731 159.732 null] ->> endobj -4185 0 obj << -/D [4148 0 R /XYZ 423.246 150.233 null] ->> endobj -4147 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F23 1217 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4188 0 obj << -/Length 2927 -/Filter /FlateDecode ->> -stream -xڝ˒�6���m��!�7%��L�[����&�8��0$$1�H-Ay2���/��(�\�9h4Ѝ�F�8�"��hQDA��O��<[��7�b+{ �/(����㛷�d��y�x�,�$ �<_I��x�X��{ةà��g�������-�?n�W7�Z����o><�fI�Wɫ<Y�Sq12e���$M��ǝ���O��S<���y�^��m�=���e���k �}�q>�q�a�jA�ˁ�;���t{ݵr�2_�-���у����a��-�� -����`��W� ��Q�E@X�Dg��� `��+�n��x�f4/T6�t5X�u�8�y�;2�ĩځ�tY��u�kD���2OxZơw�����v����2EU�=�^������Zv��r���X"�Ыz���q_}dž�[��h;�p�N�_��?�������8o?�q>��_�Q��m,��>]DU���'��!/V��f�V5�lp�3<x�x��� {�슧M���qY$l����h���P;~ڈ�M]��`r����t��x�2��(?��3|[|� ->ֺ�ނ-Շ-�|A�XG;-ac�1?�8�(��5�4lĆ笐Dn�U��?�f���>�����C�"d�ph�� ��Q��I�T-���Ix��^�OD1<A?ŧ�>��\p -�ʳ���A����=i�\U�"��g���۟6��M{U�{�����C_w}=�0�ܩv�r�ʀG,V�������4+RV(��� Ā��{�(2�]}��Jg�0#��yl�������V��K�F&x���,�ƙ͈�A_$v�;�-�����* -�u:���>t����C�� -���3�T9�M�� -�{ӵ|�u<�[pC�^x�3��w��܊:����#1+��Z��opQ�ݑ=j��3P��D�XA��A�п�7?7�p$�5���*�_W�sM��qK�sb��;'>S�C��1��� �h�z�u�}ڑ�4�H���zA#��U/I�8�)ëOZ�8|��H�t�`�A� [��� ��|�1�w4�9��Xl%z,2��{s�$+q8Z��D���rR��N�b��\��'��P�3��&4�\3!��eBsb�MhN|fB��� z]���$�Y�0���I�!�Vv��Rp���ᆡd�}��-��Q�:y d��B����D3̝��@�蟃���_3�8���)0�-K�Q�m3�3;I?<��}�q4��h/���\SI��t���a5_�愆`�j���g���h�IKL�j4,�p}#q��T0n)uN�V��gju������I -P���o>�2V�Uژ��rƾ���W���n,�)l�/���u%�#IN/ -)Ê���I��%d���l��4Y��)c�y��fb'��5u���`���(%Y�@)9*�/�88f�d�1Z��hq�al"��ݞ<��(�d�� ��<i��O������l4� 6���O>uEO -�7@Gi�=�+}� -V�=�l�����LcYl1�na+d<Ί��MbN�? �UZpӆ�������p��J!�=�����!ԁ����qp^o!�����;,+�ϸ��NK�^�-�)ߝ(�s~�b��+4�hF0�!�t��b�7�{A�fᩱ۔��jЌM���>�������;�siI���L������j�qV��i\�����Vf�2z�z�-�{��L5�Y��] �3�^2`�Gd�br�Qجx��<�� -�P���n��rzBH��߹6���&%�F��U�����7��j�SI�D�tB 0'aAQ��Al�!���)/.[��ɺ�S���F�Q��u���� ����Ҍ�5p�:��{�8 -�u�����A����_�ԝȭ�2�ʟB�E(8�+��LE����*v��'�T��D��6���:Wn��Ē�@=ԉڪ{9�j����H7���*�������c�b���#I�,}���I����!��� -gj�vc�{�!r����x���%T�w!�FF⌃h��I�Ju��E��.�#�R��o�E�� - -ba -�wZq˶H�!��N��e����_l��=ϡ(*��ͼ�IB���<!b�!5�zLT�/��#H�l�<�-v!��P��H5����YB��0���SI���=��ל�6RĄ�_)8� ��d��\,cz�Pw���0���q��6;i�l<�"a��F��n��5� ���������])�qC�- -��^J=��8��ca�M�8�)8�h5)ɅI *'3�1�/F��� e����]�>���{���%�z^�|Iu���+��S��>~�Vɘ�:��1c;n��|�4~�����(�u�*�f|��N)�``���g�)�z�9^�m>fLH���~N��^�F�����g#Z����#���_�_2Zaea4��#��/~-�g���{_���6#� p��1vG��^�@��'�ns�#��$;zS�����^��������bj��a��lL���p�V}��� ��z��N)l����uM]��op�7*T��P�말5<�"���f>��5�TB=b��:�0��&���|�&��jp)Υ����y´<V3�}Ƣ/c驆a�k�r��~��M�ȍ[��`��ND>s���|�)\�X�i-�� ������l�.�Z��s���Wy�ots�<a&NG��+�x��]f���q8儆}B胰���8��S�U�ϡT�i�7rhb ?��f��:�+�Z��A�^d�LЇ����ۋ�����h�żG�Ͼr5�%�_5��mM�b�{�|�L��S]kQ��`�v�F��?td�*c{ -����Ɯ�����endstream -endobj -4187 0 obj << -/Type /Page -/Contents 4188 0 R -/Resources 4186 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4228 0 R ->> endobj -4189 0 obj << -/D [4187 0 R /XYZ 71.731 729.265 null] ->> endobj -4190 0 obj << -/D [4187 0 R /XYZ 71.731 718.306 null] ->> endobj -4191 0 obj << -/D [4187 0 R /XYZ 205.058 708.344 null] ->> endobj -4192 0 obj << -/D [4187 0 R /XYZ 429.486 708.344 null] ->> endobj -4193 0 obj << -/D [4187 0 R /XYZ 71.731 675.303 null] ->> endobj -4194 0 obj << -/D [4187 0 R /XYZ 475.448 664.508 null] ->> endobj -4195 0 obj << -/D [4187 0 R /XYZ 71.731 623.497 null] ->> endobj -4196 0 obj << -/D [4187 0 R /XYZ 71.731 618.516 null] ->> endobj -4197 0 obj << -/D [4187 0 R /XYZ 81.694 597.758 null] ->> endobj -4198 0 obj << -/D [4187 0 R /XYZ 491.507 597.758 null] ->> endobj -4199 0 obj << -/D [4187 0 R /XYZ 71.731 584.707 null] ->> endobj -4200 0 obj << -/D [4187 0 R /XYZ 81.694 571.856 null] ->> endobj -4201 0 obj << -/D [4187 0 R /XYZ 139.516 558.904 null] ->> endobj -4202 0 obj << -/D [4187 0 R /XYZ 71.731 556.747 null] ->> endobj -4203 0 obj << -/D [4187 0 R /XYZ 81.694 545.953 null] ->> endobj -4204 0 obj << -/D [4187 0 R /XYZ 478.291 545.953 null] ->> endobj -4205 0 obj << -/D [4187 0 R /XYZ 71.731 530.844 null] ->> endobj -4206 0 obj << -/D [4187 0 R /XYZ 81.694 520.05 null] ->> endobj -4207 0 obj << -/D [4187 0 R /XYZ 373.716 520.05 null] ->> endobj -4208 0 obj << -/D [4187 0 R /XYZ 71.731 517.893 null] ->> endobj -4209 0 obj << -/D [4187 0 R /XYZ 81.694 507.098 null] ->> endobj -4210 0 obj << -/D [4187 0 R /XYZ 511.114 507.098 null] ->> endobj -4211 0 obj << -/D [4187 0 R /XYZ 71.731 491.99 null] ->> endobj -4212 0 obj << -/D [4187 0 R /XYZ 71.731 477.046 null] ->> endobj -4213 0 obj << -/D [4187 0 R /XYZ 71.731 439.651 null] ->> endobj -4214 0 obj << -/D [4187 0 R /XYZ 339.03 387.846 null] ->> endobj -4215 0 obj << -/D [4187 0 R /XYZ 96.637 361.943 null] ->> endobj -4216 0 obj << -/D [4187 0 R /XYZ 276.322 361.943 null] ->> endobj -4217 0 obj << -/D [4187 0 R /XYZ 71.731 359.786 null] ->> endobj -4218 0 obj << -/D [4187 0 R /XYZ 71.731 344.842 null] ->> endobj -4219 0 obj << -/D [4187 0 R /XYZ 187.678 335.342 null] ->> endobj -4220 0 obj << -/D [4187 0 R /XYZ 71.731 284.135 null] ->> endobj -4221 0 obj << -/D [4187 0 R /XYZ 184.776 271.183 null] ->> endobj -4222 0 obj << -/D [4187 0 R /XYZ 71.731 230.172 null] ->> endobj -4223 0 obj << -/D [4187 0 R /XYZ 71.731 215.228 null] ->> endobj -4224 0 obj << -/D [4187 0 R /XYZ 71.731 166.177 null] ->> endobj -4225 0 obj << -/D [4187 0 R /XYZ 164.944 153.225 null] ->> endobj -4226 0 obj << -/D [4187 0 R /XYZ 368.717 153.225 null] ->> endobj -4227 0 obj << -/D [4187 0 R /XYZ 273.801 140.274 null] ->> endobj -1786 0 obj << -/D [4187 0 R /XYZ 71.731 133.136 null] ->> endobj -4186 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4231 0 obj << -/Length 1686 -/Filter /FlateDecode ->> -stream -xڵXK��6��0r��Y�Ǥh�������lѶIT))��g�3�d{�n�-|�k8��8�qdo���[%�Hh�L�q���w���+��y,�a��L���ݏo�`��,V�U"��U�"���C���1o{��?r�HP�GW6�_˪��=�z���x`$"K��6Y�+��`�"c��:�&" =cT$<WhL�:��k/r�Ȃ�2�k�uvk�u��C�@c2��6�+<?2��7�/ ��Xv�˷�9��:�����r�G�#�;���h�����g$�q;4�������9�N{�l-�^�G�U��t�w�Z{0����YD�ֲ�Jmv$��c��,M�Z�+�G�� � -�)b��y�� ��;�Z�Uf�+�is�ג�������UZ�r-9s-���8[ޞ����d��_ -�6?��0s�J�=a�쵪i�cz\�l ށ�{�W�ܪ�D�Q�Lu9͑��,��٢���e��c�Vy^U����T�IƾH��8�D�O&���̄( g)s�A˻�<4t��Q����VD�mi�ݴ��ܴ�RZqoo��u��Cz�&�����D���1��E��ʑ;pgp�tm0�ʲ��̅Ak"�k�%<m�hn��u9M��;6i�?l9� -�GJˇ�Ljs�t�wD�Đ!3�o�e�#��·u�� ����2�Y,�e8cKwdK��zLb$"��p��7&�H@So�w厺�n����A�앮�Tͽ��UCAIt������u^V��(���D&M�*�ȬM��x��"&&�2�B�tٟh�;�t�4�\��.�qd� VGǡ� �?`F5�2��c���U�C׳ة�5]����P�I��`�^�#֫�����}���h��P�B����P�A� �,;�2��C��;�6Ȫ��yv�e��Q-uLnd�4��4-��SK�e4��n�:E��o�z6"pE�=�x�j�H��=t7>DAsq�Vs_?�cz+�vdc:��q#�90~,�c̋�Te�����e�'F�/ȅ��b�BNVmw����,b=�$�,cJ���|������H]��L@��[6Yi[����N�b�&��bND�XZ�VCJV�A��@zH�^;3�v�4>�t����(���'&��6 &y iFpKu[A������Q�g&�H���V���#G����@)~sq��W��1T�)��,��`�>qA&ϲ�&�ˊJ6�ǘ��Ɇ�&�t����*#^����c�χ*?��ȋ(���ுЅ��R��Z�a����e;}��2���]U�'�(OD��5E�����R_�.G�kt�4���/�@�����(�_?Ę�x��X@�o��P����_ -���%��Mv�}����N@������}g�%[*�pUv߃�"P�+�jR����@u���� -�<P���&3uK�X��a|�l� ���X:��C� �Z U��_%t 1�(��EPX�y�4�߭-�FY�����.ſ f�߅0и�Z�/�C3u�а�w��1~���_���@��Uٟm(��2'����%3����`^� ?z���[̊<0r�L-�*��Za�p�}��,-��"^*B�{1,&u�X���@���G -L��!��GR�z��^'��?^#?�o��ʼn����I���w}�endstream -endobj -4230 0 obj << -/Type /Page -/Contents 4231 0 R -/Resources 4229 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4228 0 R -/Annots [ 4235 0 R ] ->> endobj -4235 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [462.752 659.657 520.839 668.568] -/Subtype /Link -/A << /S /GoTo /D (groups) >> ->> endobj -4232 0 obj << -/D [4230 0 R /XYZ 71.731 729.265 null] ->> endobj -4233 0 obj << -/D [4230 0 R /XYZ 71.731 741.22 null] ->> endobj -798 0 obj << -/D [4230 0 R /XYZ 228.992 707.841 null] ->> endobj -4234 0 obj << -/D [4230 0 R /XYZ 71.731 700.488 null] ->> endobj -1787 0 obj << -/D [4230 0 R /XYZ 71.731 641.724 null] ->> endobj -802 0 obj << -/D [4230 0 R /XYZ 258.688 604.508 null] ->> endobj -4236 0 obj << -/D [4230 0 R /XYZ 71.731 597.156 null] ->> endobj -4237 0 obj << -/D [4230 0 R /XYZ 406.408 571.432 null] ->> endobj -4238 0 obj << -/D [4230 0 R /XYZ 512.678 571.432 null] ->> endobj -1788 0 obj << -/D [4230 0 R /XYZ 71.731 538.391 null] ->> endobj -806 0 obj << -/D [4230 0 R /XYZ 204.474 501.176 null] ->> endobj -4239 0 obj << -/D [4230 0 R /XYZ 71.731 493.823 null] ->> endobj -4240 0 obj << -/D [4230 0 R /XYZ 71.731 473.913 null] ->> endobj -4241 0 obj << -/D [4230 0 R /XYZ 308.579 463.119 null] ->> endobj -4242 0 obj << -/D [4230 0 R /XYZ 71.731 450.068 null] ->> endobj -4243 0 obj << -/D [4230 0 R /XYZ 71.731 435.124 null] ->> endobj -4244 0 obj << -/D [4230 0 R /XYZ 71.731 422.172 null] ->> endobj -4245 0 obj << -/D [4230 0 R /XYZ 91.656 404.339 null] ->> endobj -4246 0 obj << -/D [4230 0 R /XYZ 71.731 394.277 null] ->> endobj -4247 0 obj << -/D [4230 0 R /XYZ 71.731 380.244 null] ->> endobj -4248 0 obj << -/D [4230 0 R /XYZ 91.656 363.492 null] ->> endobj -4249 0 obj << -/D [4230 0 R /XYZ 71.731 351.373 null] ->> endobj -4250 0 obj << -/D [4230 0 R /XYZ 71.731 339.397 null] ->> endobj -4251 0 obj << -/D [4230 0 R /XYZ 91.656 322.645 null] ->> endobj -4252 0 obj << -/D [4230 0 R /XYZ 71.731 310.526 null] ->> endobj -4253 0 obj << -/D [4230 0 R /XYZ 71.731 298.551 null] ->> endobj -4254 0 obj << -/D [4230 0 R /XYZ 91.656 281.798 null] ->> endobj -4255 0 obj << -/D [4230 0 R /XYZ 71.731 269.679 null] ->> endobj -4256 0 obj << -/D [4230 0 R /XYZ 71.731 256.728 null] ->> endobj -4257 0 obj << -/D [4230 0 R /XYZ 91.656 240.952 null] ->> endobj -4258 0 obj << -/D [4230 0 R /XYZ 71.731 228.832 null] ->> endobj -4259 0 obj << -/D [4230 0 R /XYZ 71.731 217.938 null] ->> endobj -4260 0 obj << -/D [4230 0 R /XYZ 91.656 200.105 null] ->> endobj -4261 0 obj << -/D [4230 0 R /XYZ 71.731 187.985 null] ->> endobj -4262 0 obj << -/D [4230 0 R /XYZ 71.731 175.034 null] ->> endobj -4263 0 obj << -/D [4230 0 R /XYZ 91.656 159.258 null] ->> endobj -4264 0 obj << -/D [4230 0 R /XYZ 71.731 147.139 null] ->> endobj -4265 0 obj << -/D [4230 0 R /XYZ 71.731 134.187 null] ->> endobj -4266 0 obj << -/D [4230 0 R /XYZ 91.656 118.411 null] ->> endobj -4229 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4269 0 obj << -/Length 1891 -/Filter /FlateDecode ->> -stream -xڵXI��6��W�T�����&�tA�(��$�&"K�$�q~}g8CI��C)|93?�FG�~�"�D�GB�jQ�_��-p�y�ĊEV3�������E!�4^�7�$�E���,�"Wr������a0�r%U(A�_{�li����h�Z/�^������3Q��6y�+�d6���"Ng���Pֺ��_a(K=ض�/ �ui�$�n�/ER�xƺ�N�%BJ�X��]YZD"U�#Z�]SY���ֱ�H���Ag��@� -�`��e�e�f覢�^ ��*{�Z��E4ë���4�]��B�4�d@M���"�7P�ɟG�=�2�H�ۮ��8ce��I�]�X���ϣ��߃I���?J��{ ���h:tˬ���z�ʹ��'��t��w�/3�OR3uw`���&;�l��?��a�3���&�"�MR�$��" )����s��< -I%�P�,�|���,�mghd���P���/���E{N49���0�;�iY8 �ޫ��X���P�V8����!������D4퍹��$�EɅ -!�@�j��Ÿ́ܭͱ�T���3�G*��� -.N���,���jp��ƣL�H��*Q���b��cE�(1������0�Z(���:��C�g��� � -��K\+��d�F�QT0��뮢���������f�q=�1���FH�gݐ�?�,%z]P��O�ƽ{A����d�W?Z�!<^:�ig�M�7���ybAz�ƫ��oL�V��h�K32ȴ�c7 `��#X�A?�ޠ���Z�"�N�'��P�IO;��aq~(,`Xk�h��:�-E�Q (�'XP���g�� t�>)Ņ���k�tΛ.���sAJ�ta4��95}F��/A����S7���K��e�/C���8���c��A��9]�Vdž(ƂΎ��i߮x���Y�ڊ���=�H��t��\���Z;�7�ּz�[W�-�����z�N�)ր�Ӹ��۱�Cc�qnz}�MΔ���z����a����AD��jY�=˖��)=�WDk����Y\�W�J]L$S^D� ��]Z��(� ��k�[0���,�o��w�(�I`���w��g5/:Aj��_���e�tr| �}>�k�X����)�h��,��2�Y�0��E 1 C�˥�,��c?.u��>`jtW�Ŷ�6e�y�z]���o�T�ڶ�~�e�v�p�����Ҙ@ń��B�#��/'C�-���Ua��ُm3�xR�"��V'�9n�hC�Gr����W�AA��獷�w�E�i��S��U��q�nڧ:�;w����x� !`5>���e(e�{�}2��=Gv)���u�Z�.x�l�l����A�A'�(�`�a��fGݩoR5���3���x"�|�]w��'�'�5S��2�c���Ů�E������ 䊩���H�!��V-��T�;;0�z�����1�m7��>���`kJ��Ez���wW]�D��9B�{6���#8_J -��I���e�T���í[��ro�^��X=ɽ$�ý�܋�8�;0v����ߘ�tTm��>]S��2J|�54S3���k�v��7�~[F�p�e���0`�[��nh��%�l]u̩飗�����ȱ��gq�aikM�P�З�c������O2����<����!�}�ƌM�k�h���*?7�� -ր��(����J�B��7/�, -(�����Ip�z��|p�u��6���� -���nr�t�طa�ۏ��Α�,���x�y�TȊ� ��YݬQ=A�R������^�]X�=U�gޭU�\E���gC����_R�����_�J�KTz%hN&���{�ӿz�endstream -endobj -4268 0 obj << -/Type /Page -/Contents 4269 0 R -/Resources 4267 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4228 0 R -/Annots [ 4288 0 R ] ->> endobj -4288 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [478.012 498.428 522.87 507.018] -/Subtype /Link -/A << /S /GoTo /D (cust-change-permissions) >> ->> endobj -4270 0 obj << -/D [4268 0 R /XYZ 71.731 729.265 null] ->> endobj -4271 0 obj << -/D [4268 0 R /XYZ 71.731 741.22 null] ->> endobj -4272 0 obj << -/D [4268 0 R /XYZ 71.731 718.306 null] ->> endobj -4273 0 obj << -/D [4268 0 R /XYZ 71.731 708.244 null] ->> endobj -4274 0 obj << -/D [4268 0 R /XYZ 91.656 690.411 null] ->> endobj -4275 0 obj << -/D [4268 0 R /XYZ 71.731 665.34 null] ->> endobj -4276 0 obj << -/D [4268 0 R /XYZ 91.656 649.564 null] ->> endobj -4277 0 obj << -/D [4268 0 R /XYZ 71.731 637.445 null] ->> endobj -4278 0 obj << -/D [4268 0 R /XYZ 71.731 624.493 null] ->> endobj -4279 0 obj << -/D [4268 0 R /XYZ 91.656 608.717 null] ->> endobj -4280 0 obj << -/D [4268 0 R /XYZ 71.731 596.598 null] ->> endobj -4281 0 obj << -/D [4268 0 R /XYZ 71.731 585.704 null] ->> endobj -4282 0 obj << -/D [4268 0 R /XYZ 91.656 567.87 null] ->> endobj -4283 0 obj << -/D [4268 0 R /XYZ 71.731 557.808 null] ->> endobj -4284 0 obj << -/D [4268 0 R /XYZ 71.731 542.8 null] ->> endobj -4285 0 obj << -/D [4268 0 R /XYZ 91.656 527.024 null] ->> endobj -4286 0 obj << -/D [4268 0 R /XYZ 71.731 524.867 null] ->> endobj -4287 0 obj << -/D [4268 0 R /XYZ 71.731 509.923 null] ->> endobj -1789 0 obj << -/D [4268 0 R /XYZ 71.731 462.565 null] ->> endobj -810 0 obj << -/D [4268 0 R /XYZ 275.232 417.311 null] ->> endobj -4289 0 obj << -/D [4268 0 R /XYZ 71.731 405.14 null] ->> endobj -1790 0 obj << -/D [4268 0 R /XYZ 71.731 368.066 null] ->> endobj -814 0 obj << -/D [4268 0 R /XYZ 174.075 330.477 null] ->> endobj -4290 0 obj << -/D [4268 0 R /XYZ 71.731 320.334 null] ->> endobj -4291 0 obj << -/D [4268 0 R /XYZ 71.731 303.214 null] ->> endobj -4292 0 obj << -/D [4268 0 R /XYZ 71.731 261.436 null] ->> endobj -4293 0 obj << -/D [4268 0 R /XYZ 71.731 215.543 null] ->> endobj -4294 0 obj << -/D [4268 0 R /XYZ 71.731 184.659 null] ->> endobj -1791 0 obj << -/D [4268 0 R /XYZ 71.731 129.929 null] ->> endobj -4267 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4297 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�չ������cjVm~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[�I����qLE�a�夙1A��W�8p�L��u��so��\Q�A8O9,��;�(����T�F�9UI$a���m��ָ$�# -R�U�[F��]ƽ���L -&;�ך�Zt��m��,��ƍZ���M[ja����y�K -�0�|��nM]X� -BI*��Ud����pe���'0f�;�p�cl��2� �|پ�>�d0՜/p���D7��4��l�D:Ε�u �K&��3�&��y���z�W�y�@D��'�F-����^k�4R�'%�pSG�w���6�4������v��_����k�^�}U�89IdD�����2�A -�+�Q�݄�P)�\��;��QA��3�n���ai)�䭖�6?t�&�pc�5r�#s�l�H�c'����Y���Y�2Z�~A����T��wm��4�R��+�z+Uj�f�epQ�2�]8���Ͻ��T*��iH���� 3��bꘙ'� ��]��+�$�,��`�n��з�VO�g��b��ٲ�2K�J���B�10�Z���尽c!�Z��$y�S�8��>��(�5�i&��us�CI�ο�R$��FR��RhD�d��W��t���4YX�=��T��Zlj- ]mss+�SSD�X�ꮳǼ/ -��*,�ۄl#��\�g?ՋS���y<�Q��+��O�n��i�J��R5�dd�b�+��-��GP����"td�Sd -��3%h�<Qƛ�T$�kJ���V밢bS�u!,���F *u`�?�$����Y���W{��;�6G����/@�y��ݣ�R�'@��PI��4��g�o)DPi��Cʕ/v�><=~���9�>|��_�~����G�� �����p�?ئA��R���2� -c�=� -V�u뢶%~�ر,�r��i�L��i1�Mƭ��\rA����Juq���&���"[�]��Q��E�(�4�8��Y@�܉���a<�)���� N:�eG�m���h�DC��Ƹ��<y"py���E�6f����^hu��J��Y˨��0$��?��O�K,�U���Rx��Eu���Z�N=Yb��M�SXC6�IT���'�c��I��IaE�N��J�����q�v�L�'c�ݢ��L��Hvy��vg�L5��ܛ�{řd�0�2� >!6�MC�y�����!)��?! !��^�O'x�Bn�7���@bȇ3x;/M�>��_*�7 ������*�PٔGbX��hFp{-��1@P��r�}r=U� T���F�L�$}s�B�T9t�W��w���4i�i�'OAP���ش��طW���e��/�2a��+a�}>L�ACp����&�ĺ��5O����� )�ʸ -�oM��B�p�%ƚ����:C���貈� e��,�:_*=?5�S�m�E)�[FY�$^�Q�D�Z({݊�1�bY(q��]��?��9K�z�rv���l �rO�5o?eUsų�e'����'t�H�1���ȋd��|�M��|2 �To#㗟�-SY�J�yne��9�[>�+~��G[�RM��Ӟ��V`�7����7�{j�0�l�,.��v=���ˣ�����&a��JSےx��)��x���C�QSz�9��`�;����6^�Q��Jh������B��y� ->}n�Ҷ� �J�?S�̅�yU�����(�X�� ȩ��7�Q���9��9@�\^�_����\�n������f�&IΌz��^]�6_<^�ʟ_��<��/?��G�Y -p_�5CO���m/Nu�)����p��s�Q����a�P1q0�K�9dz� -z~���ϼ�-���bY��'�I���6K^ #MEM-�~䠹s���7��fQͶu�������l];w�����en��K����8�\/0D��4|��ۓ��`��endstream -endobj -4296 0 obj << -/Type /Page -/Contents 4297 0 R -/Resources 4295 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4228 0 R ->> endobj -4298 0 obj << -/D [4296 0 R /XYZ 71.731 729.265 null] ->> endobj -818 0 obj << -/D [4296 0 R /XYZ 165.31 707.841 null] ->> endobj -4299 0 obj << -/D [4296 0 R /XYZ 71.731 700.488 null] ->> endobj -4300 0 obj << -/D [4296 0 R /XYZ 71.731 630.83 null] ->> endobj -4301 0 obj << -/D [4296 0 R /XYZ 71.731 615.886 null] ->> endobj -4302 0 obj << -/D [4296 0 R /XYZ 71.731 564.777 null] ->> endobj -4303 0 obj << -/D [4296 0 R /XYZ 71.731 518.785 null] ->> endobj -1792 0 obj << -/D [4296 0 R /XYZ 71.731 469.036 null] ->> endobj -822 0 obj << -/D [4296 0 R /XYZ 211.497 434.665 null] ->> endobj -4304 0 obj << -/D [4296 0 R /XYZ 71.731 426.028 null] ->> endobj -4305 0 obj << -/D [4296 0 R /XYZ 71.731 369.744 null] ->> endobj -4306 0 obj << -/D [4296 0 R /XYZ 71.731 325.908 null] ->> endobj -4307 0 obj << -/D [4296 0 R /XYZ 71.731 295.024 null] ->> endobj -4308 0 obj << -/D [4296 0 R /XYZ 71.731 264.14 null] ->> endobj -1793 0 obj << -/D [4296 0 R /XYZ 71.731 246.207 null] ->> endobj -826 0 obj << -/D [4296 0 R /XYZ 255.599 212.897 null] ->> endobj -4309 0 obj << -/D [4296 0 R /XYZ 71.731 204.259 null] ->> endobj -4310 0 obj << -/D [4296 0 R /XYZ 71.731 160.927 null] ->> endobj -1794 0 obj << -/D [4296 0 R /XYZ 71.731 110.117 null] ->> endobj -4295 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4313 0 obj << -/Length 2806 -/Filter /FlateDecode ->> -stream -xڥko�8�{~��/Q��V%Y�/��Cs�]�m�8�Ł��X=\=�f�͋��n�E����!���6��Q��r?J�ծ� -V���P0ւ�����p�ݽR���S�z8�b�|������,�V���_��ԛ�v%������+�G�4<�^���������;0Q?�ԫ<Y�3�"� -7~&ȕ.H�0̈��#de�y�ptx�2�;7�8�j�~���G��-�F�7�Wt��y*�=/4�t��Aꏺ��N�5�fd���Q� ���i嘾ce�ޒl��z_�to��G3�wz�w*��[�X�qroV�^T�����bV�̈5�=5���}A���e�soo@sQm��As% �z�/+[PE.G[��hF"TD�Xz߉^�X����i�4Cˣ�H�9�V�=O5��;G��rjm��U�;�$Ή��j�y���A��������B5�4�ޖ���|L�V��;��B�w<c!�z�mU��5�46��N�u~(���#�ݩ��Y��s�(b��6C�Y�`��T���8wCXgJ��y�|<¯�\3�����mS1��@оmN�sP\�x9L���C/L��ԫu%TP�3�6� ��g�6��} J�[%�g���Z,$�TFלK�ܙ�u�A_�}]��i����������;k�=���Av���������vm�5�\���B6�݀�F�s�0��^&/���~�����px*����ȍ�*$/ďSn� ���A_ -�<_3����oP!��*s*82i�*t)f�ON�����:f �0��X�M�מ�E)4g"��M���%�9��"0K�.�F�)�[�q��F-����AQ�d�ո�b��p��3F&Lve�{�a��A=��4��Z3T� I�O��E6��0ؖ�~��w��?7���Z�U�}b-e�N͈s��v pT��R��o*p����$w�}���d�<���4lK�˔�R#/���5J���hR�N� -s<d��p���?��B[-��y��0���m�]�p�ɩaf�&;˩�#�`�s�^I-��:%:maM�|� E�.`,J������[,��jdJ �z�d��G�4F�/���<V�^ P�NF�O���掰[sj�^08�ÀZX�6{*۸�|�'�hd�3�L���"�vks�!;�<rX��#�c3Ju����>�(46�*��� �!��=����#TD،��4f"1{7kf����D��K��CP���pލ�}1��#����7#�mTږ�1���;&b��^�$�E2���Z>��d��%���R�Ը��f�L:խ1�n)�7�,��KM��O���,8���[�*���p�^��V��b�'s�B:~ٱ��<u+���` X/���� �ԥ0�ܭ~�nE�� �!���RпoCȎ|uq]?���7��)�b�Х����D�:u��;*��M����fd��D�����0�/�y/�_���0�� 3f�4���`�B+�jk/�����e�XC�� ��8�;�(�\���.��O�>v�q��Y�3�0 �8k�î�Sl@����xY��Aə� -RraD�^t -�dJ�����mo��f}��Z'â����r�/Y ��͂ƍ�ƾ<�L�q@�$�#��%/8������k�7ma|u��|)�`t?���j���)�������)�q(uK�u� x�L1�u��wǞ�mQ:E�EE ��]��� ���[��GF8��fX���b��O�BXxt���u�;RՇq���}�� 1q`��Ɂp�" aBv��t�jj�f���}]<{L@���cLtˀ�?���8V8��x�e�Wc������%އ��뗎s"A��Af���J�˭|�L�0�6���D�f���``�ǩ}��햌(e���b&<,��z���i�@�^;�C>::|ih.>�A�5������/F5ϛ`��B�&�x1�g��]u����`�� -V�����|�ȱ�|��W���j՚�����?%�.P��^��{���ru.��ފc_�)���J�� -?SNh*ݎ9&�W�ڰ�����O?/?Pa<6���Lb9V�j��D���L�B�m���z��ݺ�Ń ���[�W�j+Ќ��vD���`ʀ�$��%�!-��k���Va'b#��$��&�,N�x�*�=����hm���M�'O�$*8��kxe���( ��+P�c)߳����30ĺ~B��&߿�Qc8������@Ƿ�l����pq�����{��Ql�&F��Ƿ_O��|�>���?5$�"�ь�� -w7o���X��� �r1Y�t�$X�ث�"c�W������A�y�ϰ���pBO��-a�-4%�Ѡ5�Ħ�Zq|�U�7N���z�r��#N�����v�r� Rea(��}��% �t)9��_�����QP�h��QF�~� ���Щ�W�t��XӊR��B����QG�]��gtO�>D@���&? �C��6'�HX���N%ݱ����b�r5ɺ0��*�U���/��dZ -`��i)p�=g7��$�c���y �@� ҈s��&&�Ko�cL������C��.y�[|�`<e����^��S���-��.�a�G���y� ��ʱ嶝U���o�k��}a�}��6� ��X.?����q�aע���~���ٖ-�ʠ'�Eۇ�8� Ysj�%!�䃭�x6x����& _?^p^?~A�?���:�n)ܼ���r�|e~Y"x�&��O��'�U�P�endstream -endobj -4312 0 obj << -/Type /Page -/Contents 4313 0 R -/Resources 4311 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4228 0 R -/Annots [ 4329 0 R ] ->> endobj -4329 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [138.415 130.198 190.751 136.976] -/Subtype /Link -/A << /S /GoTo /D (installation-whining) >> ->> endobj -4314 0 obj << -/D [4312 0 R /XYZ 71.731 729.265 null] ->> endobj -830 0 obj << -/D [4312 0 R /XYZ 159.597 706.118 null] ->> endobj -4315 0 obj << -/D [4312 0 R /XYZ 71.731 693.68 null] ->> endobj -4316 0 obj << -/D [4312 0 R /XYZ 71.731 664.469 null] ->> endobj -4317 0 obj << -/D [4312 0 R /XYZ 71.731 633.585 null] ->> endobj -4318 0 obj << -/D [4312 0 R /XYZ 71.731 576.798 null] ->> endobj -4319 0 obj << -/D [4312 0 R /XYZ 71.731 545.914 null] ->> endobj -4320 0 obj << -/D [4312 0 R /XYZ 71.731 515.03 null] ->> endobj -4321 0 obj << -/D [4312 0 R /XYZ 71.731 484.145 null] ->> endobj -4322 0 obj << -/D [4312 0 R /XYZ 71.731 440.31 null] ->> endobj -1795 0 obj << -/D [4312 0 R /XYZ 71.731 396.474 null] ->> endobj -834 0 obj << -/D [4312 0 R /XYZ 182.7 353.377 null] ->> endobj -4323 0 obj << -/D [4312 0 R /XYZ 71.731 340.939 null] ->> endobj -4324 0 obj << -/D [4312 0 R /XYZ 71.731 290.806 null] ->> endobj -4325 0 obj << -/D [4312 0 R /XYZ 118.555 252.242 null] ->> endobj -4326 0 obj << -/D [4312 0 R /XYZ 118.555 213.489 null] ->> endobj -4327 0 obj << -/D [4312 0 R /XYZ 71.731 168.558 null] ->> endobj -4328 0 obj << -/D [4312 0 R /XYZ 71.731 148.632 null] ->> endobj -4330 0 obj << -/D [4312 0 R /XYZ 76.712 113.744 null] ->> endobj -4311 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4333 0 obj << -/Length 2728 -/Filter /FlateDecode ->> -stream -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�U.oD4x�l�^(ē�{�����X;�Ŵ��t�9�0�x�_���4�����mX<ʂ 4�Pd5��1�����fdg�ҟD.zS���--�U&�ܒ�6����6�-a�y�Ø����Jx�;�E(�M�ۻ�D�~<��O�_��+���A'�aƃ��]�M�=�!�SVVt ���H�Cn�5�]1�[�D#��/�ͫ2�}�6�;��a�.�a0��7{t�5͑n Bi��?�T�:&�0Y�d ?�Xp�k� X<�@�j;A�b -)�����"����:�a�D�]��������n��V*̚�ȳ�D1U��W��<��v�$Y+�;v�ri=�E K-`�ߙ��#9���ڴr�0����^c���O5�eEQr��iVA�=�Q2n��"�esn9%��9�l)� �,��H����Y����- Pa�ev�d$�NBVw�ΝWsO$�K�93>��&ˏ<:���^��D���Tg]��w�5��0`�Y]��P��z��1(7�C�T�a�Jb�f����s��#�=�#�Ր:�Qu8��|�^~�r6yy����hjY�t�&��}/h� I�v�s~4�P�s�YV���d-� a�^�b�v��CӞL�du��g!9j�*v��0��/yp�M���>��K�OlQ*��D�܄9%� ���k�R����P�bچq(D�!@:�i���{�X0#1�1 -)�"�g�%���e25�a�U�/���)�wT�7UCQ]r�<�RPNƐ6�������0(b�m��d �mз��9�� -@�\O&�e��v=����]m�G�Zxλ`|8�mxrl�侻u��3J�8����Oo!6I(���i�L��G�J��I�zf�Z�3��Z�p��o��xi�a(�R���0:�B.�ޠ�q46?�.�1(b��� -�;6�Y\��������wr�[ᮻ���2`�b�>+Xd)F(cDJ<������[�Z�]�]'('�R�C���Z�ީ�|m�\0~&K?�����n����8��΄ D�;I檜���ɫNHAP�`�c:���?~��[��������"���8])7M��5����ÿFJ B�� �ߢ�{ /�%���l5�S �u��w���SՓ�oKb���h���|�oU�����H'���ϐ�Yn�`5���صrP�9�-o6��q�\�C�pL �M�Pq���S2�iO�1%�N�5������u�(�)C�)�!tњ�)� ��Y�WT4$w06�<�e���\}BA���bw��ˊd.��ވ)M.�t'��r��:U�Ɇb<���L��q�p�?���T�$��mRQ|䲁�5�I%W��TYu�ma��&W3����hp�$��{���"7���r�H^ɠ�u=?��}�����V�Wl�����vB���ٲ1����t3Ǿ������RC�!CI�"��Sv�.ɣ�0��T��Ihe��J��Ds-��e\5��qӈ_Ik��R�,��L��R��5}/�dž�r���� 9��$��'����g��n6�д����eFB�ƞ�:l��~��c�����������haE����&�5I��g |��$Mc�9v��~�\�|W�NB��_���e���Hu�$��F�N�t����b�T�$�3�|������ӲB��ᮮ�>��N�[ݛ�X��S�H���Ε��A>\ụ�҆3�k�D���გ4�%e�;6��Z�=4�ϰ7��ˮ�W�K# �l��lo��[7� ��N%��\��� �*hT\;OȒ��d#���s���)�Q�xH�x�퉥H�Cjr����?�]�^_qB�%��n�y�\4�Ԃȫ��ם�'ᒟ0Bof�DE�ك����z��R���>�io���:��i����Ty���Gq���AC�1��qd3w���],��M����AN��D���:$�`B���D�{=|,+,u�(���(�_����*��G~DJ���IF�ǧt|��$N�%��=�F(��ɀ�M�A�+3KP�|%��Y��� jC/�mbQ艴��+Y0�������bQ��S4�J�2ᘼG)J��1���N#z�/@��.��}$)���s)R��WX�yp�p�V^��n�!6�;Nwkŝ�2u1��NqJ\�幒��,U*�$|Gv��݆�cZ���a��׆_������,��3+n��欚x7�P��@���$V��N(7?ц~��%�ʈï��z�����endstream -endobj -4332 0 obj << -/Type /Page -/Contents 4333 0 R -/Resources 4331 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4228 0 R -/Annots [ 4336 0 R ] ->> endobj -4336 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [364.929 706.456 418.584 714.938] -/Subtype /Link -/A << /S /GoTo /D (installation-whining-cron) >> ->> endobj -4334 0 obj << -/D [4332 0 R /XYZ 71.731 729.265 null] ->> endobj -4335 0 obj << -/D [4332 0 R /XYZ 71.731 718.306 null] ->> endobj -1796 0 obj << -/D [4332 0 R /XYZ 76.712 678.755 null] ->> endobj -838 0 obj << -/D [4332 0 R /XYZ 188.149 639.382 null] ->> endobj -4337 0 obj << -/D [4332 0 R /XYZ 71.731 632.03 null] ->> endobj -4338 0 obj << -/D [4332 0 R /XYZ 71.731 599.168 null] ->> endobj -4339 0 obj << -/D [4332 0 R /XYZ 71.731 542.381 null] ->> endobj -1797 0 obj << -/D [4332 0 R /XYZ 71.731 511.871 null] ->> endobj -842 0 obj << -/D [4332 0 R /XYZ 243.797 474.281 null] ->> endobj -4340 0 obj << -/D [4332 0 R /XYZ 71.731 463.916 null] ->> endobj -4341 0 obj << -/D [4332 0 R /XYZ 71.731 421.116 null] ->> endobj -4342 0 obj << -/D [4332 0 R /XYZ 71.731 382.262 null] ->> endobj -4343 0 obj << -/D [4332 0 R /XYZ 118.555 343.698 null] ->> endobj -4344 0 obj << -/D [4332 0 R /XYZ 71.731 291.892 null] ->> endobj -4345 0 obj << -/D [4332 0 R /XYZ 71.731 250.984 null] ->> endobj -4346 0 obj << -/D [4332 0 R /XYZ 71.731 199.178 null] ->> endobj -4347 0 obj << -/D [4332 0 R /XYZ 71.731 184.235 null] ->> endobj -1798 0 obj << -/D [4332 0 R /XYZ 71.731 111.871 null] ->> endobj -4331 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F44 2069 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4350 0 obj << -/Length 2329 -/Filter /FlateDecode ->> -stream -xڥَ���}���Hm�G���:�����E�$fy�<<��>u5I���p�����꺺���r-��V�؇�K��V^?9� V��� -�^H��/_������T��o�����EV�{* =����p�.��{/t�P��]_6'�O��U�mz�����$0�c�&��:��R�o����2�9�J�� -���2qb:� �ȋκ�����u��Q-��F:��s����c���{� �7���B��-B��Se�c��m^f�.d�ֵ�A��������n;�P�堒b���; J� -A���.�z� �"��'���Z��(��=��p=��������G��XPj��o1V�:�tB�ך��C�*�^��*��~���Q"=�)��[�/�M''�ҍ�e+����R�N�=�ڵ��7��at��3��7n��V���;���87<e�ۦ-�r�B7YMu?V�a֚�a�q-N�n�l/ -x`��Z�7k@�ڛ�&��B/�7��8m�&�����'��!ul��G�.!--'��H�U�fu�Ȯ�a�k;v<�Ny����%�`��5��]����i�aVDW�b)b�['�rH8Ո���I/rG�[���N\�]a��掐��KO�����p���BW -�fbZgUe$��AGe�8o0�E�����vӡ�������ۃ��Ё���5��%:����9��x%1�߰P��z6�<����:��3 ��m{a>��g��|��i��!��p���z���C�����I��Af,4�,�����D�`�ZC��y ��1H�# �%�d�g�L����� ��i�][��YvU%�;��#�W�I'-Z`��H]�8I.D�.p(��XND�/��ph!S��60.�ܕ�����Kv����";�5����R� �P|���(��Q�-L'U��W#�p�l�s S����A��E���1�|�w켈�f�����ʴ��~�c��F..@�1.W�,���x'��<���}E{�Ȼ3g����Ja���5����W0���i/H0cS��z�w*9�m�M���{tSOE~d�����}�=������E�w�5|��P��iiC܋��@���҅�]�wl$�\%M�o%@I=�� }�%�ϋTD��n�w�������C4�Κ�&�!��I�����Q�d ��r�����l�X�dԞg�������#��"6�v���S��1B|�����8LR&٬,_!�[�X�����e�(ۋ�{�UQ���0Y�lLbJ&@��J 0w<��1)��&�(�@�ގ�;�wKV�=����@��� �sl��X�����R�4p��Ö~�䤻����ǔ%z -��3�Yg&�2u�g� ;���8=n�`�T�Y�N���`�C���+/�zO9TZ1l\f4'�a]��h��l�vt��5s��ۄ����M`@��f� �B -I������Ԇ������Ä -�ȅn�e��C!<'vvc��d~��z�DQ�d1��ɂ��G-f7��O3i�����o,�<�k��_Z��Y�g�/~U6P�i��(6�y��D1��(�D:��r/!I'�M��v� -^?�r��=�����L@�J$�� ����%��xy����RJR&�Ai=#Q�Z�4�WaX�^a���釟����5���ޞ�8�=�ǩ�4��N[ǧ��o'N �H����D����h���:���{���w\凉姁J8�>mL��nW�i�&�J��c~"����>�V��DZ�63�qK'�e��s<���h{��O.B�eC�.���&XKH1�|�qJ�$K��3^�s#������q?;V#��=�4��PbY)���a.O��uI]�6��!wCAZq��������p��@�bl���:+����@]DY��0x��7ț?��y�%�\>U���NU��9�lK��c�Q�0�U�%y�Q�ė�������=S��|�1 h�G -�֟`0�S�pjeϙ��2S���] -��Ň���a�xYJ�'u��7�[o����O],����燘�L���'��Ye�J(��0,�Z����6�|_��|M��'�� �{�,G�����t� �x����cU��5S��ҙΌd߂S3�~!*m9K B//��[��~b+�:�7�ѵ�$r�a���a|�Ǜ����8C9���՟�s_��Y��9��P>���Qj^����� -$9F+Y�f!�C.*��UV��{��ggN3��s ��5T�}�9)r�By؎�/rn��{ۮ�mA���#oS2O�@q����d&Y�jz1�M\P�8���C֢���endstream -endobj -4349 0 obj << -/Type /Page -/Contents 4350 0 R -/Resources 4348 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4365 0 R -/Annots [ 4355 0 R ] ->> endobj -4355 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 -4351 0 obj << -/D [4349 0 R /XYZ 71.731 729.265 null] ->> endobj -846 0 obj << -/D [4349 0 R /XYZ 243.524 707.841 null] ->> endobj -4352 0 obj << -/D [4349 0 R /XYZ 71.731 697.476 null] ->> endobj -4353 0 obj << -/D [4349 0 R /XYZ 71.731 654.675 null] ->> endobj -4354 0 obj << -/D [4349 0 R /XYZ 71.731 623.791 null] ->> endobj -4356 0 obj << -/D [4349 0 R /XYZ 71.731 559.034 null] ->> endobj -4357 0 obj << -/D [4349 0 R /XYZ 71.731 544.09 null] ->> endobj -4358 0 obj << -/D [4349 0 R /XYZ 71.731 495.039 null] ->> endobj -4359 0 obj << -/D [4349 0 R /XYZ 71.731 449.046 null] ->> endobj -4360 0 obj << -/D [4349 0 R /XYZ 71.731 425.201 null] ->> endobj -4361 0 obj << -/D [4349 0 R /XYZ 118.555 386.637 null] ->> endobj -1896 0 obj << -/D [4349 0 R /XYZ 71.731 344.596 null] ->> endobj -850 0 obj << -/D [4349 0 R /XYZ 266.363 312.2 null] ->> endobj -4362 0 obj << -/D [4349 0 R /XYZ 71.731 301.835 null] ->> endobj -4363 0 obj << -/D [4349 0 R /XYZ 71.731 276.967 null] ->> endobj -4364 0 obj << -/D [4349 0 R /XYZ 71.731 262.023 null] ->> endobj -4348 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4368 0 obj << -/Length 2203 -/Filter /FlateDecode ->> -stream -xڥXY��6~�_a�%20f�����\L��Y�����L�J˒W�vz~��AJ���4*�d�Ώ����*�"��Q�PI�*Nw���3?�I'%�P�zar�T�^mf;�����S� -E��~<%�B�d����?�so��F�Y�����9�_����w��kYUf�e��)S�d�{�p�a��v��{0��T֝[��r�'�-URĨ,�ب$LU5k��_��<�f�Z����2,sNC�ʲ\��+x�=��ə��W�߃��Ӧޱ����z�*u HOk˓9X��i���<ܮ�0h�xm�DK�v�ZӣBq�ԖnQI�;��&�Q~m������Ǧ,l��|�q;F��8ME�F�1�D63�t����K�}>+��X-v���%K���I����鿚'���=;��ʱޓ������Κ���>=���ήG�1��U:$��L�P���xtPw_4uߖ���*������}Ӿ��8��O�#��&�o��I|�?��}�?����gv�����3Y�����L�! ���*/��w��(r+�V�k��k�[ש��q3w]�C�vw��(X��߸m�R AA��e�x+�� 6:��J�EA���=�Xh����Ym2�&��b�%\��kq�@��� �h-���jr~淘/H�&7¨ZGaq�o;�LG[<u���\9���g�:��ƭj�V���ٶ�J3$mÍ庨6-�^M�E�Z_�G{�J�S�����x�t�S��e�(�|���B����D�3sM�5�s_65˔��aCg��q�E?�ڶ�b��Z���P�O�_\��n ���-��*NJ�H�]%���X��(pΦ��b�L�c�6S��R~"�wox�о�[�K�.��-�ˢ����Q!ݜy��0Up�U�E�J��PS������y��p��+� ��<Q|����bp�8�uf;�+n�3�dț߁;ow��.��5�bx�\q�\c��x?Pb�f��yb��X{k+f5{�C|2���?6���1���$��vGn�o�u;r�u�&hL�O�4r���.��d�ʠ̭�O�2bXN��2nȗ�e�w�x�d0�°�G��К�>��"p��n;ʴ�N�~���K�b�N���{�#$�ӱ"v<Q5��ʯv����N�]�0.�]5bNB&�Ǔ@83g䒖� -�� 3F��S��|''��� -/���6�q�o�Ŀ?��*S�=��=V��:���2�(��y�"�ցzpJ�����6��.�������y��Ұ֔�y�F�k(�V$R���D�����lfB7��z#���Q5����Q6�����^���7�=W�H��A�x2��VB�j,R�e���� �{���P`�/��PH��oKm)��~�Gs���n�� �ytLc)B*�����te��P-n�`n���r X7vphT�����f� U9�ő�҄�a���%+�P6����B�/r��M���CW(��،@�T���������5Y�:%����#H��?�BZO6K�N���8*����9V}������q��{3c�fH�x���w0��U.�p�" =��S�"Mf�K�C�@<����;x4/���2T�L�H�Q��6Á���-�b8Y�Xཱི�w�%�&Ur4���Ŀ})\|�*-|p�잰�m -@G���7��R>���/!;:��{U�����!�&�����GRӏ"WuSJMo1��vE������_����/���?ߡp��|y��UkW�����;A�&^ۂ������FB\��0/�:�B��J������u�jk�Vd~���~��v!D$�K�[��xzj�K��ސ��Q���3����}sNBp��!<®a�?pv�`FĈ�1%%q����v-լmL������{���),�%���a��9{�*�Q��z�^����-����-����oA����d���� M=/J�Yƾ�F�,�$��͇��Mkf ��*���BR��4R��#�FթD�l�]�G��aHunvLA2��1l3g0~� :���Gh ��0ಈԣk�UC�1�����ó˓������e$ �g�wW;O��?r�Е�����el�61�7��&�"�0E�T/�?��e"�z���Xjc- *�A�����o��>�����%�endstream -endobj -4367 0 obj << -/Type /Page -/Contents 4368 0 R -/Resources 4366 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4365 0 R -/Annots [ 4383 0 R ] ->> endobj -4383 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 -4369 0 obj << -/D [4367 0 R /XYZ 71.731 729.265 null] ->> endobj -1897 0 obj << -/D [4367 0 R /XYZ 71.731 718.306 null] ->> endobj -854 0 obj << -/D [4367 0 R /XYZ 387.39 703.236 null] ->> endobj -1898 0 obj << -/D [4367 0 R /XYZ 71.731 692.184 null] ->> endobj -858 0 obj << -/D [4367 0 R /XYZ 220.023 651.159 null] ->> endobj -4370 0 obj << -/D [4367 0 R /XYZ 71.731 642.336 null] ->> endobj -4371 0 obj << -/D [4367 0 R /XYZ 269.966 616.649 null] ->> endobj -4372 0 obj << -/D [4367 0 R /XYZ 71.731 605.884 null] ->> endobj -4373 0 obj << -/D [4367 0 R /XYZ 81.694 577.874 null] ->> endobj -4374 0 obj << -/D [4367 0 R /XYZ 242.937 577.874 null] ->> endobj -4375 0 obj << -/D [4367 0 R /XYZ 71.731 575.717 null] ->> endobj -4376 0 obj << -/D [4367 0 R /XYZ 81.694 559.941 null] ->> endobj -4377 0 obj << -/D [4367 0 R /XYZ 346.268 559.941 null] ->> endobj -4378 0 obj << -/D [4367 0 R /XYZ 81.694 546.99 null] ->> endobj -4379 0 obj << -/D [4367 0 R /XYZ 71.731 524.076 null] ->> endobj -4380 0 obj << -/D [4367 0 R /XYZ 71.731 491.035 null] ->> endobj -1899 0 obj << -/D [4367 0 R /XYZ 71.731 447.199 null] ->> endobj -862 0 obj << -/D [4367 0 R /XYZ 303.155 404.102 null] ->> endobj -4381 0 obj << -/D [4367 0 R /XYZ 71.731 391.931 null] ->> endobj -4382 0 obj << -/D [4367 0 R /XYZ 71.731 362.453 null] ->> endobj -1900 0 obj << -/D [4367 0 R /XYZ 71.731 336.55 null] ->> endobj -866 0 obj << -/D [4367 0 R /XYZ 308.598 299.335 null] ->> endobj -4384 0 obj << -/D [4367 0 R /XYZ 71.731 289.192 null] ->> endobj -4385 0 obj << -/D [4367 0 R /XYZ 363.706 279.21 null] ->> endobj -4386 0 obj << -/D [4367 0 R /XYZ 219.335 253.307 null] ->> endobj -4387 0 obj << -/D [4367 0 R /XYZ 320.961 253.307 null] ->> endobj -4388 0 obj << -/D [4367 0 R /XYZ 71.731 240.356 null] ->> endobj -4389 0 obj << -/D [4367 0 R /XYZ 157.2 240.356 null] ->> endobj -4390 0 obj << -/D [4367 0 R /XYZ 71.731 238.199 null] ->> endobj -4391 0 obj << -/D [4367 0 R /XYZ 118.555 199.635 null] ->> endobj -4392 0 obj << -/D [4367 0 R /XYZ 165.524 191.171 null] ->> endobj -4393 0 obj << -/D [4367 0 R /XYZ 341.284 179.514 null] ->> endobj -1901 0 obj << -/D [4367 0 R /XYZ 71.731 145.938 null] ->> endobj -4366 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F44 2069 0 R /F48 2081 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4396 0 obj << -/Length 2714 -/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�����n�u�4�����}�N�U���$s熻P��<%Ğ�\fQ`�K���C��Scz��B��i1Ԧ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��]�O-�4,1uMa�~i��R�Ø1�c�,+*��|�7�py�T�1���ۻ�(9^Po�k&��5��{u�c[]6<ʒ��Xj���+I�W�6�� �J+��W0�u�3��m(���]�2;'&�.�F%#�yq�ѵ#���.���J��d���OaJ�О�b\8���� A�/�,Z��}�:��l�0KOS4D6���d;��ܝl{�YVǘ��P�J.�9�o�Q-ؖ�K��Ut}/�n�Ժ3B��Ұ�$��L�J�Z�x��uR�qX�CH"�䀙VO��^7{!]40e��\*;N�n�������ѝ��pVu�^w��p��y�.ຄ�HpFx����(/���܂ �_k3:|�W���ǣ��G�r�qre�T:��#�s��o}(���=t���+�64��K,,,���6u>�P��_!͘�ζ���B�u���Ta�CW�yO%9� -���ƳwnnELR/IܛD���J#�.lU�<t^�`q�i��4� ����:�&�xl�@��i�^���e�{VYJ��`�B2�}���eubO����ܷ�������u��r���w!��i|��;\{���A��8�P}g^&�����Ͽ����_�������@ȑ -=�����O�W�����(��c�~���[��6������¢��U�bχm���ݠ/�Vl�J;Az�O/`8Yq�9���+6d_F���ӿ�u��;�F��ơ�g��³0y۳b�Sy�+�Օc�ɱ��Ok�^h,���q��wM.R^��wZ�Ԏ�55{�w�������D#�%�J���J%-Qo��I:[ ԮU*Z��B�H�Q��� Š�4�sB�-6V��@y�d����h��f D^�����o��O�� ���/1J~����d^x��䇂l�-�T[h�x�x;�e^����)���&\���^��6����\��_h�C]��r��\�m�J?���S=�]AwϮĐ=���<-���7� -����g�Z{��I�ex�h����>���b'�ƾ2�g��@ʔ��Cٔ��6oэ9���1���I��8篟�^^^�6=���4�� �p�DwE���;��^%o|BL+ʼ,H?�K�r�Cf��CG�t�fo�.y{���k�Tendstream -endobj -4395 0 obj << -/Type /Page -/Contents 4396 0 R -/Resources 4394 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4365 0 R ->> endobj -4397 0 obj << -/D [4395 0 R /XYZ 71.731 729.265 null] ->> endobj -4398 0 obj << -/D [4395 0 R /XYZ 71.731 741.22 null] ->> endobj -870 0 obj << -/D [4395 0 R /XYZ 347.534 707.841 null] ->> endobj -4399 0 obj << -/D [4395 0 R /XYZ 71.731 697.476 null] ->> endobj -4400 0 obj << -/D [4395 0 R /XYZ 71.731 654.675 null] ->> endobj -4401 0 obj << -/D [4395 0 R /XYZ 412.638 643.881 null] ->> endobj -4402 0 obj << -/D [4395 0 R /XYZ 111.263 617.978 null] ->> endobj -4403 0 obj << -/D [4395 0 R /XYZ 71.731 615.821 null] ->> endobj -4404 0 obj << -/D [4395 0 R /XYZ 71.731 600.877 null] ->> endobj -4405 0 obj << -/D [4395 0 R /XYZ 71.731 551.826 null] ->> endobj -4406 0 obj << -/D [4395 0 R /XYZ 71.731 525.923 null] ->> endobj -4407 0 obj << -/D [4395 0 R /XYZ 213.956 512.972 null] ->> endobj -4408 0 obj << -/D [4395 0 R /XYZ 71.731 510.815 null] ->> endobj -4409 0 obj << -/D [4395 0 R /XYZ 71.731 495.871 null] ->> endobj -4410 0 obj << -/D [4395 0 R /XYZ 134.999 486.371 null] ->> endobj -4411 0 obj << -/D [4395 0 R /XYZ 71.731 458.476 null] ->> endobj -4412 0 obj << -/D [4395 0 R /XYZ 71.731 386.581 null] ->> endobj -4413 0 obj << -/D [4395 0 R /XYZ 71.731 334.775 null] ->> endobj -4414 0 obj << -/D [4395 0 R /XYZ 71.731 319.831 null] ->> endobj -4415 0 obj << -/D [4395 0 R /XYZ 417.328 310.331 null] ->> endobj -4416 0 obj << -/D [4395 0 R /XYZ 218.704 298.675 null] ->> endobj -4417 0 obj << -/D [4395 0 R /XYZ 508.932 298.675 null] ->> endobj -4418 0 obj << -/D [4395 0 R /XYZ 76.712 270.381 null] ->> endobj -4419 0 obj << -/D [4395 0 R /XYZ 118.555 226.836 null] ->> endobj -4420 0 obj << -/D [4395 0 R /XYZ 135.395 218.372 null] ->> endobj -4421 0 obj << -/D [4395 0 R /XYZ 222.231 218.372 null] ->> endobj -4422 0 obj << -/D [4395 0 R /XYZ 433.177 218.372 null] ->> endobj -1902 0 obj << -/D [4395 0 R /XYZ 71.731 184.795 null] ->> endobj -874 0 obj << -/D [4395 0 R /XYZ 267.224 152.399 null] ->> endobj -4423 0 obj << -/D [4395 0 R /XYZ 71.731 149.429 null] ->> endobj -4424 0 obj << -/D [4395 0 R /XYZ 71.731 132.294 null] ->> endobj -4425 0 obj << -/D [4395 0 R /XYZ 266.919 111.951 null] ->> endobj -4394 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F32 1231 0 R /F44 2069 0 R /F48 2081 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4428 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��?�SV�Z�w��g����q��y~W8;�J� �� �,v��d[�by�ӟ��"9�y�v�����X)�y�z�yN�V���!�j���˄��a��c��6�Ŋ��=���xV�쇲�.�>��E;��iշ��T'nC���L˜c�}dj8�9������.64<u��}�����Q��"]�l��Ӎ������v��s��yj&���n�8[.uj���IjxΗE;��@�� -��cO.�=um-]G<���>)�ɋ��1�^�xzzZ$��Z�VWB�3.(�g�F�� -XT�f��v }�$<5$Iu$�C;T��+X���Qu���긽U���M;&��yi�k�����N���c���?~a���� -e�]J��%�o�n�P}o7(����H� ǻw��& �ȩ�jzC�!U�,G�(�YdH۾/�~�݂ו����TOe%i�AujZ�~��=0���r�s��L�p&�^L�v��E�C7Met���hn�@Kf������뺞��v�*_p����}��d$8YiN<{�v�lP�t�@=�̏.��{� -ht�1�"� -�����{�'��!t�"7ֱ@ �k8s4�g���|��v�%�@b'ޤ l���Չ 0�)@*;F�D��FA$0eۜ����V}����~ەG��e��>����uգG�!^�fJ|(�@~�����?;���� {�21����,/�`�`�����I�,؇A3䞀%�3gW�2�A���P�8Ҽ��+����M�͍Z�H�[�0�N�e��5D%��~8_1���pI�L� DN2�^X�_��%��_�ϗ"JkE�<T�ql[��k�^������Li���P�a�t�kJW�������=��D�6��`x4CNf� -g�x�5Y;4��.l������jZ�QW�pÉ�����H��ζ��bL�X& �Vx/"�j��Ƌ�����6WAFC�"f#�i{1g^-h��q�u��wW���wEi8*�є�p����Ͼm�x�7�}A�%o�sK�| -��آ�b�V�U�[Jce ����� �ˬ����J��U�|z)���˩E�tnȓV����̥��߸��������&v&��Q�1���\:"k��N�ծ�ͺ�9�� ru'�ش_��#�ٛ�� -�?��x:<�jx��X@8�z�QQ�b����E�k�;m��¢冸����f���Vb���߷�P ���i<r�J`� ad��!�k��8�\�������o��c�J�a��!_�'��#(��p�"h�B�.�b�f6�Y2����} -6/��Q����|����^�7J��8t�~x�N/��)s1��e� O�fb�Ȩ�n���@H(�Y* -�ѳ��gQ��"���.��X�<v��E*��}U�����k%��PF�=B<̑�0� ��\��&�2������2�#��M� -�m*�sC>َI���F�k\�=G�_!k�%0�X[��5:C�ד�0e����0&Y���h:Y��t�Y�>�c�n�F�>� �p<�n�~`�;͕&�������s_r� cс[���������S�)�ԨE猪��#�A&�]���/uȪ�t/�Y��k�j�F��� $�Eb�$�Z!�-�fL������!�U�_q'�;��4��oW옠e��~Y��v�r��#���%�A�j��C�!�<��$��vs=��U�l�Y�f�Y��J[ρ�Ӧ+g��Y���-����沦7�,�� �9��O/��j�&ɬbo�Gr!�7� �������2�_lD's��p��CR�ך *�!�)n~�����A uP��t�1�P:��@@JK�ɉ�L�;}.��L{I�N)XC���W��;D�rS�]�8v�ו�.�D^'&�Lt/PN9v���B�Y(4��a�+��e��<4�g����2�X���<B~x�i�v�����,(�!�{�I �h� �(|[+b�f���1s��L� �L�����^2)%t���� �����|/"�w�ɸ<��7^�B/w~]���~�k�߾c6�M�����q��-�� -Z�k��I�ƛ�Z�O\Fŏ�]����ɕ5�n߷��߷�2��D���H���` s�/,J��ᾶuJ��bD�{<D�>b@�ϰmB>U\������}�ǒ�|:!��,�i��e3����2�&��-����W�t�\2�L�"�e�W��Ѿ��S�)���H. <v�����,��0�1���Ł/��ٖ�fZ(���`B�d��$aw2t�[�������\��Ak������0�`�@>۸,E�ι����&Z/�\�@Fs�����n���N�5�1_b��]��v��f�M�E#s�4HR7ȓi(����G���p�ӡ�9�<=�C��C.�VE!�x����k�/�o@s�̿�M����5�PH`V�6ッQ�/�/��e6yĤv�c�m�y\�骘Ŀ�s�Iسa�D4�hS�7^�wĠ�&��+��<*����ȳv�z�:c�W��O�������(�����21j.r�IQף����\iս��t|�r~�4/%��ȍ��}Ǭ���^���U�M9�I<�`w�0��zk���U�D��e`0�����ՠG�ȣs~2��� �I{>�Qd�@������G�-DB���(�����`RC���BAQ!�Q��9��,V`,=7�k�J�eѭ��:�V.X���Ogqt|b�y���C��S�y��b̡Nz�d�ꯁ&]/�5����GV��C��|徜�8�+�`�~%c�����"�a�ЛH��rԟ�7�ߜ��o>�2�M\ `�k$��n*zn���_�����lQȥ� ��^�c.tG����w�̟�\�����]�I�o�5�������endstream -endobj -4427 0 obj << -/Type /Page -/Contents 4428 0 R -/Resources 4426 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4365 0 R ->> endobj -4429 0 obj << -/D [4427 0 R /XYZ 71.731 729.265 null] ->> endobj -4430 0 obj << -/D [4427 0 R /XYZ 71.731 741.22 null] ->> endobj -4431 0 obj << -/D [4427 0 R /XYZ 71.731 652.389 null] ->> endobj -4432 0 obj << -/D [4427 0 R /XYZ 71.731 595.602 null] ->> endobj -4433 0 obj << -/D [4427 0 R /XYZ 71.731 538.815 null] ->> endobj -4434 0 obj << -/D [4427 0 R /XYZ 253.921 528.02 null] ->> endobj -4435 0 obj << -/D [4427 0 R /XYZ 311.687 515.068 null] ->> endobj -1903 0 obj << -/D [4427 0 R /XYZ 71.731 494.979 null] ->> endobj -878 0 obj << -/D [4427 0 R /XYZ 308.397 457.763 null] ->> endobj -4436 0 obj << -/D [4427 0 R /XYZ 71.731 447.621 null] ->> endobj -4437 0 obj << -/D [4427 0 R /XYZ 366.772 437.639 null] ->> endobj -4438 0 obj << -/D [4427 0 R /XYZ 71.731 417.549 null] ->> endobj -4439 0 obj << -/D [4427 0 R /XYZ 386.497 393.803 null] ->> endobj -4440 0 obj << -/D [4427 0 R /XYZ 71.731 373.714 null] ->> endobj -4441 0 obj << -/D [4427 0 R /XYZ 380.205 362.919 null] ->> endobj -4442 0 obj << -/D [4427 0 R /XYZ 71.731 342.829 null] ->> endobj -4443 0 obj << -/D [4427 0 R /XYZ 71.731 298.994 null] ->> endobj -4444 0 obj << -/D [4427 0 R /XYZ 71.731 281.061 null] ->> endobj -4445 0 obj << -/D [4427 0 R /XYZ 71.731 257.315 null] ->> endobj -4446 0 obj << -/D [4427 0 R /XYZ 228.316 257.315 null] ->> endobj -4447 0 obj << -/D [4427 0 R /XYZ 71.731 242.207 null] ->> endobj -4448 0 obj << -/D [4427 0 R /XYZ 71.731 227.263 null] ->> endobj -4449 0 obj << -/D [4427 0 R /XYZ 351.57 217.763 null] ->> endobj -4450 0 obj << -/D [4427 0 R /XYZ 71.731 166.555 null] ->> endobj -4451 0 obj << -/D [4427 0 R /XYZ 154.754 153.604 null] ->> endobj -4452 0 obj << -/D [4427 0 R /XYZ 102.167 140.653 null] ->> endobj -1904 0 obj << -/D [4427 0 R /XYZ 71.731 134.264 null] ->> endobj -4426 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F35 1589 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4455 0 obj << -/Length 3396 -/Filter /FlateDecode ->> -stream -xڍZY��~�_љ�� ��:�k��`v2�� HA� Y�m�%��1=�_��(Q��g��b���������K#(�����l��w��˛@Fld����㛇���.��$�{��m�ԋ�ۻ4 -�,���>�Ӡ��&��U�q�a����t{����o�`��X���o>>N+�Q��Y��pv̕tatlA�ų�)�m@�%^��(T������U����A�cM4t<���S]�G�o:�ڿ�^����:ś*&���Z���+�Đ�g��n�3;�*:����~P��sY^��tv��mc�����i=�N.��iF|}����84�7��O2�϶0G�k=�l˖�Q�M���u�X�SqP7���)�U����Q�+���k~��q2K��H�ѪR��~ت�;HP$��4�>;д\�Ir�aj���]�mg[z���2-�+�Fm��=nv/��!�|5�G]��r9f(�IP���I�4�˱W��h+gj�����_F�i���iÒ���� �`s�~6�uB��u��� @ؓ i��X.%�K?��#�e??��7�������^��{�� ���ӌuu� -��R�t��V�Bk��\�����u;�<Z���p;�P<�B���t�^Ѽ� -_Gy��i�<rP^��pC�G�_�0����/P��a��/���x֎ tT.� h�NK�����λq�ܪ��т�R{��X�#�E�ՊN�i�4���*x��� -tC���0�\e�j��8�Y�����%�b�u��J��$���(��r��i3{�j��O�(;U��Q`�e,i'�$�s9�1�k��"�$.6�c��3!$�!y!l�M��ܸ�k�����LNkX�h<��O*<9�nl��ŕE�t����h�תJ�ۻx��@>��q�b�p�)��#ґa�6��#Oc�oP�����0�|g軞 �lCB�c<C�1U���vNH�B�� ����J@��T8�7�"�,�q#k�Y�.�7�� �Wv����N��7���e��C�e���ol�����iPu8�ִ�%[�B7��NaPnՂ�Z�l2�B6J�� �|H ��,�E{ U݊b!���.NM��x��F�26���Xٍ{Qpxm�w�&�O-����'��^�xH�� �e2ɳh���E�VVS v2�S���"=���G�L.�����I<M-���@�Cj)�O��(!�l���-�n���."�6Ģ p#�_\Z��;ؐB�>���*B<�À�|͆d�%n��M� ��S���t��}Gif�-�Tl��er/��?�����3����y�/�����`Gل�F�?��8!�W'8v�bS�����eK\!��� Ϻ"T�7��z��;>&�=�A���6�@�_t36\����R���+l'n�(eM���Iif1����� (�Ա�=�d�"�|X���b��9π�OhO������/�iǨ7ho���z�����=?}'�9������>��R�n'F��0h��u#�U�/��*e��a�9Z�@ץ�&��Qԣz!�hL�Ѣ�e0������J��l�����:JW�F�=��h�^ 㷙�������ns,������s��V�ݼ�? -lN�ͺn3 ]��D�nNc8G'�dz�`*�RDt����<�ixA��9�=�A���s1 ��������@���8�u,�ܥ����D�fJ8ևFW�^�p��ܺ�0��4s��Z�3��C�bÉ�(�G%��2���T��R��]C�6�`�jp�ʌ�Rd�,Aw�٨ge�kw�� ]`�����Rƒ�@9 xt�$I�8����bs擦��$�ij��S��P3�~������V�蟘�3.<( ��8�qm� ����ir�>zG����~ -�8�wE����c�CFT�|����$��Is�X��8A���5Ŝ��o*P�#�(��������M�ex����v"��U �wo�T��ӞK�$Au$$z�f�Z��`1���� -B��zH�A��$�BR���Yw��v��g~h�ȟ����q`>;�ܛ��cdI��^��2���_��?+r���Vd(���X�����K���tIG4ɘ��5������O����=\WN��g�FA�5���ޜO�Π��fP/fPG����.n&�8����2��eb(�W��Jid��[k��� _��։<?H�T-JV�Z�͑k�n�_���[�5��h�<�na �aD~��E�U�Q ��Z ��|b�jJ�\^N �ů���s˙�&���|�+�ʦ�)��G�A>�@I\��>>�'���(��^ -}��a���[�DP��*U?��p���Ļ���Ck�sW�Y@��[6� �J&_2�$$ -ݟT����� =���b�#T0H>��s?�g�@-e��R"Q�z}h9�K�J&y]&���]-�e���Q��H���0�������vz� -���: ��I���#g'��R��o*�Z�y��)�z"��|Y�c�g���1r�/��CKr����/l#� \�`���h�gc� �Tb�]�}D�H'��b���sq�U�d�`���bR钿�-���L۠���=͂��R���Gf�PP��lb�:Z�$� ݴj���/E��Ot�г�bB'$� g��Hf��ȳ��\G���G�ۦ�+Χ�{�!��uO?��Z~,J���w�L�V�@D��g ~gؠ�|�.�Z�q?� -�5{pi�B�.) r���nO#�~�l8�Ի�����v��f��4���e{����A�`�A����LS��~�$L->���\t�����$]~���X,9\@�ˌ�bCc��Ɛo=p�a�p�'�� -�=��c����M�a8}��P�$^q����s#e�[Pѧ����k����L5�û�3T����o���x�bc\( �`�^�(4��Fr6D�Y� -[�WHd'^�9���N�����mD��J�/�H$��]�i4X����p�q~Ρ.�q71��I-]$:�q�5�#����Pԋ�q��6/W�l�� �U�-�D�,_��V_����^Z%��x6M�FW���Ys��&�M��iz���=l"�{��~�.x��̈�di��w��6��2Zo�C�(��B\�����١N"� �R���HHr r�=�x3�@H��w��@c��WJ} ��VB>���6��kZ���,c;7�W��� �7��pci����?�^���#�HH|i�8�X��|XH�V���1Һ���+h�y��_��!W�|����C�E�����t���� �endstream -endobj -4454 0 obj << -/Type /Page -/Contents 4455 0 R -/Resources 4453 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4365 0 R ->> endobj -4456 0 obj << -/D [4454 0 R /XYZ 71.731 729.265 null] ->> endobj -4457 0 obj << -/D [4454 0 R /XYZ 71.731 741.22 null] ->> endobj -882 0 obj << -/D [4454 0 R /XYZ 251.73 707.841 null] ->> endobj -4458 0 obj << -/D [4454 0 R /XYZ 71.731 697.698 null] ->> endobj -4459 0 obj << -/D [4454 0 R /XYZ 71.731 662.645 null] ->> endobj -4460 0 obj << -/D [4454 0 R /XYZ 71.731 662.645 null] ->> endobj -4461 0 obj << -/D [4454 0 R /XYZ 71.731 618.81 null] ->> endobj -4462 0 obj << -/D [4454 0 R /XYZ 71.731 618.81 null] ->> endobj -4463 0 obj << -/D [4454 0 R /XYZ 253.534 608.015 null] ->> endobj -4464 0 obj << -/D [4454 0 R /XYZ 71.731 562.023 null] ->> endobj -4465 0 obj << -/D [4454 0 R /XYZ 71.731 562.023 null] ->> endobj -4466 0 obj << -/D [4454 0 R /XYZ 71.731 531.139 null] ->> endobj -4467 0 obj << -/D [4454 0 R /XYZ 71.731 531.139 null] ->> endobj -4468 0 obj << -/D [4454 0 R /XYZ 439.225 520.344 null] ->> endobj -4469 0 obj << -/D [4454 0 R /XYZ 191.147 507.393 null] ->> endobj -4470 0 obj << -/D [4454 0 R /XYZ 307.056 507.393 null] ->> endobj -4471 0 obj << -/D [4454 0 R /XYZ 71.731 494.441 null] ->> endobj -4472 0 obj << -/D [4454 0 R /XYZ 71.731 487.303 null] ->> endobj -4473 0 obj << -/D [4454 0 R /XYZ 71.731 487.303 null] ->> endobj -4474 0 obj << -/D [4454 0 R /XYZ 71.731 430.516 null] ->> endobj -4475 0 obj << -/D [4454 0 R /XYZ 71.731 430.516 null] ->> endobj -4476 0 obj << -/D [4454 0 R /XYZ 71.731 399.632 null] ->> endobj -4477 0 obj << -/D [4454 0 R /XYZ 71.731 399.632 null] ->> endobj -4478 0 obj << -/D [4454 0 R /XYZ 71.731 329.893 null] ->> endobj -4479 0 obj << -/D [4454 0 R /XYZ 71.731 329.893 null] ->> endobj -4480 0 obj << -/D [4454 0 R /XYZ 210.674 319.099 null] ->> endobj -4481 0 obj << -/D [4454 0 R /XYZ 137.035 241.39 null] ->> endobj -4482 0 obj << -/D [4454 0 R /XYZ 71.731 229.988 null] ->> endobj -4483 0 obj << -/D [4454 0 R /XYZ 71.731 191.776 null] ->> endobj -4484 0 obj << -/D [4454 0 R /XYZ 258.006 178.924 null] ->> endobj -4485 0 obj << -/D [4454 0 R /XYZ 394.451 153.021 null] ->> endobj -4486 0 obj << -/D [4454 0 R /XYZ 71.731 140.07 null] ->> endobj -4487 0 obj << -/D [4454 0 R /XYZ 71.731 133.681 null] ->> endobj -4488 0 obj << -/D [4454 0 R /XYZ 288.129 122.137 null] ->> endobj -4489 0 obj << -/D [4454 0 R /XYZ 111.088 109.186 null] ->> endobj -4490 0 obj << -/D [4454 0 R /XYZ 325.619 109.186 null] ->> endobj -4453 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F27 1224 0 R /F32 1231 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4493 0 obj << -/Length 2391 -/Filter /FlateDecode ->> -stream -xڝko�F����(X4ߤ���$M�-�C}(iP�ɕ�5�U���ί�yQ��.Pg�����^���~�,�<�G���,���U0[Û�B�X������͇8�-�e�nW�$��8Ify�E�n�O��:��Qx���wC�lc��v̈́����<�L]��������wN��_�ʍ<g�E���xȠ %Q��������ʊ�Z���F��A��iW4��m��h�o�����<1����u鴼\��=�l��q7�o0���Cs�K�Z�%{PB�c�z��"�Y~vz��j(��vk-B08 ���-� �8��N+� IQ":�l둜LQ��tV�m3�m���G�%���nX߰؛�6 �kt�|����R=���2j��J�*U]Ѹs%q��YG1iȪ�7]���Z��o}��<�E��A���q��L��d����Wwz�;ݖ�ʁ�6�����+���F���7SO���D��S��� �N)z�q9���֩�s�D�������E�R���u�.L������3i6�$� -�7��?8t@���3�=4���1u�8���gT͈�LD;�J2d%k���K��}����(v#��L��b���,mWq]J��4��0���$��A����v_byP��%��j_K���H�[���?�Ӧ����FUG�D"�<@�(��pIz�2�O��w�[�����Z�i����$S �7_�/�=�y��){ń����R���z:�������KV�(�QW��}:��՜��m���cgz��=�N�� ��mw(�+yn�ժ�I�MIB�k��d�x&��F�@R�$�#�:o^x�l�q�:>!���R�%�"��i]Kh����u����?�v=(<Ț�tz���D���+̽�m!zFx��$Mi���ޔPQ!4�K����E�kUAsV� ���dO�J�2`��Q�}$iD��w�t�����X{�%�mMy����Ӊ��d{�8����p�@�ToE���i;�FT�J�[j�� d����pv(1BO$�L@��DR�}��;,6ʈ��[������\O7�m_���v�y^��DF�ց}�7��G��� -V[U���_����BCT�:���� %��B#Y�gc�0(dͤV�Xfܻ�Q�i��2��WX�xN[�>[uc�u%uuE�2-�#������L�%�nǔ9ή�N�=����KL��jMߜ�a�i��bȟ<X�L��է�����G�� ��2'0p��r��e<��lu��տ��@�4���^�lg�.�d�#[N�aى��N1��0n$9��7�]U�b���`��&6�����0�N�^�,�h3��z�_�!��<�N#�g����{�J���WFP��N�ws�9�>~/��`צ����I�^0�U���L�U��c�cZLTx�(^��F��AHR%ScǤZ��̉���� -�_�ͿL��e����Ѐ4u�Ri������5+��+����HI����Hl�<hc.��K]��9s�����R�%yp��i\a����J���ݔÈ1u�]Eㄋ��Vz���8\�ͧ���tN��cԲ���Co,EV{���t^�v�mx(�c�5�Y=Js�Q�^3�2jj{y����5\82O�>�h������2E�zF(�t��Q�x ���#����Pxu�%s�xiR��B���/ -��(�� $��r��:�7�i*���@F��@.k�����^oU7m�^u`��j�Apf5a����{�i���r�z5wJ}��%�k�)�G>�G�5j�ʀd*s�Ԫ74$�́� -Z�8�<�\,@�4�v���*;�O3���}�1��v2�1��e�����a��;(�B,��47�Q!_[" -���|w�N����d6�L�@�0t8�5���WD���R����M�^̣p[��J �='�6�F�.������;����4�� L�=��`�N�ǖ��؛���p}�t�{��5tO}��I�[����H�0���ƞA�xn0�_2��w���K��}R9|��]\W�v����<����O�0��4ۧK������u��ե��Q2��P���Eĕh<K>��H�5�R{��my�V�Q��9!ȹ���\���iz�ZU�\�/�'���p�N����B���t���x�;��"��a���/6IN$�w��A�(Z���#���&fC[>��@���"v�H>I�SY\�'�t�O(����v��97+�#�r��ȡV �s��{]��g�{�^|s��W"^13\�:�o�tB|s�����2v(&�^�Fe;�OG;����/��ُ��ٷ�4*� �����O��;���zjendstream -endobj -4492 0 obj << -/Type /Page -/Contents 4493 0 R -/Resources 4491 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4365 0 R ->> endobj -4494 0 obj << -/D [4492 0 R /XYZ 71.731 729.265 null] ->> endobj -4495 0 obj << -/D [4492 0 R /XYZ 71.731 677.46 null] ->> endobj -4496 0 obj << -/D [4492 0 R /XYZ 100.413 664.508 null] ->> endobj -4497 0 obj << -/D [4492 0 R /XYZ 71.731 644.419 null] ->> endobj -4498 0 obj << -/D [4492 0 R /XYZ 71.731 621.504 null] ->> endobj -4499 0 obj << -/D [4492 0 R /XYZ 71.731 576.971 null] ->> endobj -4500 0 obj << -/D [4492 0 R /XYZ 71.731 532.438 null] ->> endobj -1905 0 obj << -/D [4492 0 R /XYZ 71.731 492.887 null] ->> endobj -886 0 obj << -/D [4492 0 R /XYZ 461.484 455.671 null] ->> endobj -4501 0 obj << -/D [4492 0 R /XYZ 71.731 445.306 null] ->> endobj -4502 0 obj << -/D [4492 0 R /XYZ 71.731 409.644 null] ->> endobj -1906 0 obj << -/D [4492 0 R /XYZ 71.731 381.649 null] ->> endobj -890 0 obj << -/D [4492 0 R /XYZ 392.055 336.494 null] ->> endobj -4503 0 obj << -/D [4492 0 R /XYZ 71.731 332.664 null] ->> endobj -4504 0 obj << -/D [4492 0 R /XYZ 118.555 290.473 null] ->> endobj -4505 0 obj << -/D [4492 0 R /XYZ 526.195 282.009 null] ->> endobj -4506 0 obj << -/D [4492 0 R /XYZ 71.731 248.432 null] ->> endobj -4507 0 obj << -/D [4492 0 R /XYZ 71.731 169.783 null] ->> endobj -4508 0 obj << -/D [4492 0 R /XYZ 71.731 128.004 null] ->> endobj -4491 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F23 1217 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4511 0 obj << -/Length 3215 -/Filter /FlateDecode ->> -stream -xڍk�۸�{~�6@Z��z?6��C�"M��^_w�@�i[�,�"����w�3�(K�� r8���������&�,�OXxa��T�g��F�0ƖQ���ó�����4�y8��~�Eq|�E��'�����շ��D�ކ��J=�~;H՝�/u{$��p��VuӔ�_�������D�W��W�383��l��l��5����~�#=�Fr�b���9,��?~��7o߾�����n��heݵr� Vc�C[�-�R��˃��b�?������;v���J��d�+�,*���a���a������KS*���f��=jՒ�Id�f�����+��d +�:a#��^�萠�N<�r�Ȱ���E6f��['Ɋ�����U�gȾ�E���i�&+�`? M,Y݃x@a���}W )��0����凛�y�s����|�b�'p/��G�OB�n�Y+�>K4�9"pI�|&8��X���a�3����ehd�,E���$���λ*[2���o�ߋ=5���O�1ʈm�8�n�&.���yW��j�tL���TL�W�I����ҳ생G���:���I�$� L�B��� ~Ϛ��a�F���ع���=$�^�Z'�3���K����@�,..���&��D�c��:�aO&XS�5u��h���}�����@�G�B�*�i1�w�{4��4RV��mQ�e[�pw`8uy��ڋ�&i�5c+���_��Bd�.JFN ��{���m� �M#���b�7�۴/��u����5G�;�4i�m\p���=P�=w*m�SBZ �u�]��j���3(�,%1��&1�wwC��G?��| ���t?��A{qa��qʥ^�f�����y0R/�T(��t�����-%6 �FI��E���p��c=����Bp<��s ^"�S$��}�k �Θ� c�4J7�/0 ��-����8�J�Q��^.�!����>����i�n���ڄ�&Tf�_:jZ�Wd�D)�Sd���������o���՟_ߢQ�.��ڑwi曊A��l��X��ؠ��� 8�4�Fu2q��l8<R�Ɛ�B8q@����|bz iB����ά�ˣ�:6��c��Z3�(���M�B��xj��U�)! R���c����u�p�]$���/�v�$`�Fz��f�+k�v���eC�����y���z��Gz��B�zyQ0��b��l@�;#<Y,�|�a�W%��j��O��Fw��y�O���O!bS8�^@ʉQ�(����TW�c�D��}R�.�T0�L������l��;ԊG)~b�%��g+��5<�xC(��|����y�*�� /��W�x�3f����_Kw�b%�@����T�5E�������C/�7�c�B��XxA�;�ZW�(Y�;V�t1�݀/ r ��������#8�51� �V�]��s�f^�3T����t�`L��gc�(�A�Ӊ��L�ϘLa^,��;'�/8�� -�� LƐ�^�gscmފMmv!Č���p���!�<T���p�c&q�L�(�����x��bƙ��zd��8i60iXbf��u3_�����#q܋�Bά�t�.0e���ȵ⟔�����"���:��GZ ��?���C��12�m՝/�4����_���Fv[ �� Q�Qa�9<-�,pz����H�%���xE�Ff�`�K�U\�5iO^kS�&I�Z��\�lq��K�'v��������2�����-}���pv��&���Ƽ�\H�mU+���H��nM�;��^:Y+{��[�΅o��!˃30����n���ۿ�0��^Ȫ�/j�L�U%BmV �8�/���e��E��VOF�F�함���:���:����7��0-���O��{~N�H%�4w=�J� ̌j�yD9k$N/��|Q:yL�+t�� � O����2�1������=��I��hR����Av���D�Yp(\!�D�$�OW���}8���fc ej�c �m) ��:�VdjO\.�ZH9��T(���T-.%ژ�nR�p\)v�k��k�gp��j� k�T I.�`�虊(\���F���3�H�MH���)hx��cxBqR�`��\��J�����kUĚ�GC\)���D��.Z_N����G�;�S���(��,�){��G5gؔ<�ծ���4Vk��~!�p�O�*�1��'�"�B�c����1�1��0�LE8YU�)2'+ ����0n2�7;�%��4���m`��@RuE��C5wW�� -$�~�x6hs����d�����V���S( UtE{&��X��L���Quѣ�]��=�#�S^�09�Q�C���{�R�i����c`���3:�V�K��_��jb�����:��w�{��@=� -p���aA�ӈ�\���.2������U�EB����� �:�K[��࣑���W���#X��K�);G����D"����6f'8?3'^�Xs�-�`�� ���&^F�w���Fk� �N�~��x��n��74ą��������{��a �a�Uת�n�� 1+�9�1/3{&�b�H��Ƕ�P�_Z -�@;Xp�JX��n�[��˒�X4Z|g�5�0��r��8�!`#F�g8�'��NC�-� �3�A�Er�(�4{Z�/}��l�.�j, R�(*fy����R���`�-<��㜫�m�7�))�@ҋ���3(��Q�]X�un9է4���T�ľV[f^.ׁ�����)A!]�O�A�-��R�(��x%} 9��~�"��2��rؒ���kس�"���O�|W�C�i�S -�7�s�s�d��7�W\��n-�d���LZ�uwuw���˵7��_t(Z��4��\p�-|���&��O�Uf��70��P��45�����l�^#��:7�:/�� �"�B�!�ky('#9`2�3>��K����nW6��q�{IM�A;'R$���:�jY$�[�B�&4��� O?-H �f��?������V?g4j�� ��$���1;u��B��3���*J���_�e<eQ�G2rsI�C�4�����[���DkhS����K�ڥ�Z2�rj��� -�kO�U�x���]�w��r�^d_�[͈2�WM��f$����'�9��[���endstream -endobj -4510 0 obj << -/Type /Page -/Contents 4511 0 R -/Resources 4509 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4544 0 R ->> endobj -4512 0 obj << -/D [4510 0 R /XYZ 71.731 729.265 null] ->> endobj -4513 0 obj << -/D [4510 0 R /XYZ 75.049 708.344 null] ->> endobj -4514 0 obj << -/D [4510 0 R /XYZ 71.731 662.351 null] ->> endobj -4515 0 obj << -/D [4510 0 R /XYZ 71.731 620.573 null] ->> endobj -4516 0 obj << -/D [4510 0 R /XYZ 126.687 594.77 null] ->> endobj -4517 0 obj << -/D [4510 0 R /XYZ 261.183 594.77 null] ->> endobj -4518 0 obj << -/D [4510 0 R /XYZ 468.045 594.77 null] ->> endobj -4519 0 obj << -/D [4510 0 R /XYZ 225.833 581.818 null] ->> endobj -4520 0 obj << -/D [4510 0 R /XYZ 71.731 568.867 null] ->> endobj -4521 0 obj << -/D [4510 0 R /XYZ 71.731 548.777 null] ->> endobj -4522 0 obj << -/D [4510 0 R /XYZ 527.223 537.983 null] ->> endobj -4523 0 obj << -/D [4510 0 R /XYZ 147.048 525.031 null] ->> endobj -4524 0 obj << -/D [4510 0 R /XYZ 225.125 525.031 null] ->> endobj -4525 0 obj << -/D [4510 0 R /XYZ 71.731 517.893 null] ->> endobj -4526 0 obj << -/D [4510 0 R /XYZ 153.849 494.147 null] ->> endobj -4527 0 obj << -/D [4510 0 R /XYZ 385.305 494.147 null] ->> endobj -4528 0 obj << -/D [4510 0 R /XYZ 132.582 481.196 null] ->> endobj -4529 0 obj << -/D [4510 0 R /XYZ 71.731 474.807 null] ->> endobj -4530 0 obj << -/D [4510 0 R /XYZ 488.392 463.263 null] ->> endobj -4531 0 obj << -/D [4510 0 R /XYZ 71.731 419.427 null] ->> endobj -4532 0 obj << -/D [4510 0 R /XYZ 71.731 419.427 null] ->> endobj -4533 0 obj << -/D [4510 0 R /XYZ 71.731 369.953 null] ->> endobj -4534 0 obj << -/D [4510 0 R /XYZ 71.731 336.912 null] ->> endobj -4535 0 obj << -/D [4510 0 R /XYZ 71.731 267.174 null] ->> endobj -4536 0 obj << -/D [4510 0 R /XYZ 71.731 236.289 null] ->> endobj -4537 0 obj << -/D [4510 0 R /XYZ 71.731 205.405 null] ->> endobj -4538 0 obj << -/D [4510 0 R /XYZ 235.228 181.659 null] ->> endobj -4539 0 obj << -/D [4510 0 R /XYZ 71.731 161.57 null] ->> endobj -4540 0 obj << -/D [4510 0 R /XYZ 282.395 150.775 null] ->> endobj -4541 0 obj << -/D [4510 0 R /XYZ 500.324 150.775 null] ->> endobj -4542 0 obj << -/D [4510 0 R /XYZ 300.306 137.824 null] ->> endobj -4543 0 obj << -/D [4510 0 R /XYZ 71.731 124.872 null] ->> endobj -4509 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F32 1231 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4547 0 obj << -/Length 2635 -/Filter /FlateDecode ->> -stream -xڍَ���}�B� -�x��»�`�%@�5���H��N�A�=u�83��]]U]]U]G�Z��V��>v�l�[%�W��+�^Y�����������"��jwX�f��]��B�^��_�7Y|nu��؞i���o���N��yyd������2�����ݰ��* -�g��q���V!H�t�!͐�D�R��ʶ�gE��e)�h闯��4��;�~�7��������zc���F%���{�}���eƶ�"��>q~��9u��ձ��s��P#K��_�JL6K\z��RU��\W�n�O�g�hȥ���u�gzL���[;�h�*�XI�L��4���us�ʔ� ��<�?�.��*��4�l)D���A�� �2�G��ͧf8��!p�����>���o?����v����S\n[}:q����"�����q� :�.6E^�7T���S�Z��>��Y*2=ٛ}c���a�j��W�smY�Qu�m�K%�9zh�ʈ�c� �t$�Le��;���ֶg<%�s�q�~s�8�상Ű/�0�f�Z�I+>��؇ ��a��Q���qz�˙�>�N�X[vdTy���`�/��,��S38>�u\��� -&�PBW��fB%o�t��qyyA]�k�4��ǵ7%�#�:�0j`�ϕ)�a�?��ӕ~6=:{�ED�g�@П� "-.�,��=���Q�6�ǀ&~d�c������S8b*$1 -�L|#��d����a�]]���V¾�|ޣ&�#:���� ���Bo��t��:Ui~@靀M8����{�4 �\���;�u`��H���ꊖrF;�m�Ls>{���p���O��Iu:�%*���`��CX�=���Qpᯃ����-Dg��k��a䄂���B�'�Ě!|b�7�/�6��'z��nC��9#�R���x��������l1b!j���d�)3g`0�k�:��Ut��y\ U1�gs��t�׀ހ�'B1c��8h3,5d?Q�zHQ%�Sf�dĹ�.e���9�PI�bv��!�pl3�RBr|S�n8$����K�3N>N�t98�������L=Ǚ����b��J����i����]�������ݲ�U�r��b�~�r9��r"�@���+ -��5!<�&:(�} J�p20��3}A�� �W!L�f�hD�t���~l�[ӝ�! Z�\�!�g[^��4[J��ă ��BlD5A������՞VG�3f �>�3��j��i�f���ff��5����L/Hj�[�dx�d�] -�NY�ԉ_p��B��Jvj�c�.ܒ��0VStJ�<p!h�-�DO&�١uq4P��r -nu��e�"���۵�o�&8Ԧ���`ҥ���'���6s�g/nv�7g��͇��]������g�Hj ��~L7v��Iѥ�|��x��`.���$��ЃG�r�>��.t���4���w·�o�U]��|-k~�ڬj�-ܩs��Ga�F -�hy�Խ�� -L��3�^�]�uгMk�SPf�V5 ��Oc���xEQH"��[�b���g�:'m�����$���ֳU`��@�K=���Y�u(�G�h���T�i_�����-��-z� 0���s��'j3a�T�Ztn�����+�}�cy��]k�=����n�(u�Q����M�>���P��&��L:z(Y<Ϙ� {�������l��i����6=L1z֘�pB�<���)ϳ���\3�r\��3s�բ$��p��As�I��&����ϭ��((���#r�&=����>dd�Ax=��c�6 znj��1a��+9�1a��ˈ�L���,�Z��� M.�Y6Ty��xY7��(ۛE��Y�pz�>�#x���;z�����x!�e�Q���`��ff�)9�V�)��{V�Цd<�Nv���"ٱr7K1����ר'����f�lb��<��{���f/&���/�twL��rS��S�Q�!N0��j_� -No�&I��0,�J��}z!x -問/Ѓ3�a�h�3*$c��!��O��TwKu�4A��F�S�F(ܝ�� �u3������9�}�ָ��Q��"��c��7�a�]�f"0����!�Z�<c��]:�&�Q`PI�C(��x���@nl�q�+8^�D1^:��%ٝXQa�P��,B�X1�-^�J�]��OI�Q��Z��Kهߎ����G��8��ezë9���+��l�L��!Xe�D��;0�x�����`ޕ��ύ������]I���g^��7�EB���2]�M' -�����l�y7�8 a��Yk6���E������=�����n��S��q���)���G��j ��LJ���4�0��� ~�?�fC$����J��O)"���`T��oܜ6wL�,�V�Y\b��17�f���M� -�b*�<}����X��9�u%��Zkj9�!b�#�q 3n�Ly�1l�I�Nh��cNNxN6��i!�:�=�izs��x�09�zm�Ƒnr�)������~t�c�Ô���)�O�$L�u��z,���� -���#�՟��*h`U:O��y����4�endstream -endobj -4546 0 obj << -/Type /Page -/Contents 4547 0 R -/Resources 4545 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4544 0 R ->> endobj -4548 0 obj << -/D [4546 0 R /XYZ 71.731 729.265 null] ->> endobj -4549 0 obj << -/D [4546 0 R /XYZ 71.731 718.306 null] ->> endobj -4550 0 obj << -/D [4546 0 R /XYZ 71.731 651.568 null] ->> endobj -4551 0 obj << -/D [4546 0 R /XYZ 262.713 638.804 null] ->> endobj -4552 0 obj << -/D [4546 0 R /XYZ 71.731 613.734 null] ->> endobj -4553 0 obj << -/D [4546 0 R /XYZ 71.731 592.864 null] ->> endobj -4554 0 obj << -/D [4546 0 R /XYZ 462.665 581.32 null] ->> endobj -4555 0 obj << -/D [4546 0 R /XYZ 71.731 561.23 null] ->> endobj -4556 0 obj << -/D [4546 0 R /XYZ 86.871 524.533 null] ->> endobj -4557 0 obj << -/D [4546 0 R /XYZ 71.731 498.63 null] ->> endobj -4558 0 obj << -/D [4546 0 R /XYZ 71.731 473.559 null] ->> endobj -4559 0 obj << -/D [4546 0 R /XYZ 71.731 452.689 null] ->> endobj -4560 0 obj << -/D [4546 0 R /XYZ 71.731 408.105 null] ->> endobj -4561 0 obj << -/D [4546 0 R /XYZ 71.731 397.211 null] ->> endobj -4562 0 obj << -/D [4546 0 R /XYZ 71.731 392.229 null] ->> endobj -4563 0 obj << -/D [4546 0 R /XYZ 81.694 369.415 null] ->> endobj -4564 0 obj << -/D [4546 0 R /XYZ 186.398 356.463 null] ->> endobj -4565 0 obj << -/D [4546 0 R /XYZ 134.42 343.512 null] ->> endobj -4566 0 obj << -/D [4546 0 R /XYZ 197.733 343.512 null] ->> endobj -4567 0 obj << -/D [4546 0 R /XYZ 71.731 323.422 null] ->> endobj -4568 0 obj << -/D [4546 0 R /XYZ 301.246 312.628 null] ->> endobj -4569 0 obj << -/D [4546 0 R /XYZ 172.784 299.676 null] ->> endobj -4570 0 obj << -/D [4546 0 R /XYZ 494.944 299.676 null] ->> endobj -4571 0 obj << -/D [4546 0 R /XYZ 76.712 255.841 null] ->> endobj -4572 0 obj << -/D [4546 0 R /XYZ 81.694 237.908 null] ->> endobj -4573 0 obj << -/D [4546 0 R /XYZ 187.837 224.956 null] ->> endobj -4574 0 obj << -/D [4546 0 R /XYZ 236.955 199.054 null] ->> endobj -4575 0 obj << -/D [4546 0 R /XYZ 81.694 186.102 null] ->> endobj -4576 0 obj << -/D [4546 0 R /XYZ 71.731 166.013 null] ->> endobj -1907 0 obj << -/D [4546 0 R /XYZ 71.731 106.401 null] ->> endobj -4545 0 obj << -/Font << /F33 1322 0 R /F35 1589 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4579 0 obj << -/Length 2825 -/Filter /FlateDecode ->> -stream -xڥi�������k �\�l�~�8@�5�80V�JbL�2�<+A�{�Z��d�ma<swvvvv�Y����"Qn���\?����[�`��;%kAYOp� -�E�fq�x�.B/q�0\$�撚�x(~q^���7�r�G���}1t}s(�(���K�U���>|w��a<9 -7K��2gq���J\_EȞ���I�w�"KIz����Yѵ������Kv� -�( q�b�w���- -`�;�� ��91I�Pn���,�w?��0R��8���s4x��]�X[nֱ�;�L0!(+F��r�(2 F�˛e�9��Qp�g�@�)���JA��[�n$��a_v�u��v��t?�����P��X��]Y���এG49��Խ���~/��J�D�7��OK�s������`>Qo�W�Z6��z�A�Y��Y1P�^���G|ɜ/�)5<nZ��%0��ҏY٘�q�cІ�D�NW�p��K��G#3���[�hh4*���L���85���|�y~�{:��v|H3�UY����nE��fR�I -{�p�&8B/�Қ��\؛�HF�=�����D������BE#�E� Z-�ĩuU�83�Ḍ�WF���|S��nn�?]V�e -0��č�G�� � -�Ox����f0};9�d�yQq1�8"7���Kh���$5Z�*V,@ڡ�xz����}��q�9�=��ew2�[1�� �y���|��rC*��� -�@y�d���V4q8��ץp������Y{EE�.����r�〗:ݩ����Wxgd'd5piV���hi�vI�e9c�+w��)������`��<h�D�ɻ�0����/|��gF�<V�&_H��틟�T��" ��H�8��賒����jtw�і� K'r���Ƕ��2��S�$���(֚& -����{��6����2���F���Ǿ�al~�t5����T���7A��7�S����-����W�pRG�d#*�"��?��a'r�n�=���S봂R�qL��({QxǸS�b7P�������z%\�N��K�F��ZdS$P��*�$_{抹f��Qv��f8�5]ߖ��$ -��(Us���ŷ^� 5���Ѩ��gpp0� � '���{A��?O�oO��q��0�\����J�x��:�2��<FڔUٟ�GX!_�b����|�S�5_a�b�"���G�ܳ�'�t v�A�e��[^#k�c��0~_Y���T ��%Q�I�����p��Ϋ(��db\"�ѸD�dK�܈j̳-��C�[v*2�Z�3���L���Z���ʮ���c&�7�~,Á'����-E�1��Ϻ���0�at-C��a�Y�A��i+!ŭ�Ç��n�~rY{/X�š��NP�8��j�C�+������m������[�H�{*��P�s&�9���@7����t������Ak�h|)�5i�6Z�O��S��F�$�������߿�{�>�n[�����k[V�)*���G��uBg�3��AA�hz�RRn�9���L��7<)�"�zy=��t�m<ㅢlM:%�s�z˨������nGkH�<�̷�tF�X��u�з�tÆ�W"��H�eM`�3�f��4I�%�Xgݴ��nb�!C�c��Y �K8�.!�Bk���8�`�W�{�f��'V�S.Z³q°3�s�~���%pC�EӾ���{`����i���m�r5�(�Ώl��;椺�~�i��>�+��a��Pt��u&�� ���8�P���o�g\ˑ{��2=��<@�9V����&��O�R�F�l/7ҥ��ư=����!�I��m��\��M'��V<���vuy<����_8s�U�z���r#�A!Ͳ◔�,ױ�9��&yHw��g��P��F}��ƽхc��8�6Xm�C��>�x Q��H�?���Ϩ��ښq��R�M����_בl=���BB{ݏI UG�sْ��D7�i�f��Ia���X1��|J Ec�y<a���A ����Ҁ��P��]���֦�w"D^�nm�o<}�LA�U�b���FqB�ť7`ld��9����^�O��y?Y8���Zx�h}�.�Տ=~M�%= �\FK����~l�9�Q&���K�j��2�GPiI���DEй$���<�JO8�;�(��6r�n.e��j�5��HKj�O���WE����S���Ih��\�Bʧ����_j)?T���x&�+t~��A� �xHIDa�M^�'m��S��1�7�?���a��״)˛b�3�3Pi�qf*�k�,��l������NHdXLX��v�GaD�v�o8wd\��� -@ -���`�bK��Zz�|���b�{p��2�A��&�̤EH�2�4�nx�i3��X<<V:7�@�AA�*]���ފm$��N�y��߶ԛ��œ}��6����ĥ�[Q���c� 23�ĩ��p$[���ea�n���j*����bz���,_���� �S>x���Fw�����R� ?���J�f�)�(d��c��6�~��fW<�����:�(�`�KEΐ��I�lQE��.���d��#�v0rbcy�a -5��KP��mJl�6�Cy]��l����.����u�x���/�JfŃtK�����c��Cm��?�S��{Y��c� �� �c��O>��wP���sC�o�LA�2�M���b�T��/�{�����?��{���J>�����'��O]ϷD�4��/��'��ᾠendstream -endobj -4578 0 obj << -/Type /Page -/Contents 4579 0 R -/Resources 4577 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4544 0 R ->> endobj -4580 0 obj << -/D [4578 0 R /XYZ 71.731 729.265 null] ->> endobj -4581 0 obj << -/D [4578 0 R /XYZ 71.731 741.22 null] ->> endobj -894 0 obj << -/D [4578 0 R /XYZ 402.85 705.748 null] ->> endobj -4582 0 obj << -/D [4578 0 R /XYZ 71.731 701.917 null] ->> endobj -4583 0 obj << -/D [4578 0 R /XYZ 118.555 659.727 null] ->> endobj -4584 0 obj << -/D [4578 0 R /XYZ 71.731 606.03 null] ->> endobj -4585 0 obj << -/D [4578 0 R /XYZ 71.731 555.34 null] ->> endobj -4586 0 obj << -/D [4578 0 R /XYZ 271 542.488 null] ->> endobj -4587 0 obj << -/D [4578 0 R /XYZ 344.479 516.585 null] ->> endobj -4588 0 obj << -/D [4578 0 R /XYZ 71.731 498.553 null] ->> endobj -4589 0 obj << -/D [4578 0 R /XYZ 389.061 472.75 null] ->> endobj -4590 0 obj << -/D [4578 0 R /XYZ 118.688 459.798 null] ->> endobj -4591 0 obj << -/D [4578 0 R /XYZ 411.769 459.798 null] ->> endobj -4592 0 obj << -/D [4578 0 R /XYZ 71.731 439.709 null] ->> endobj -4593 0 obj << -/D [4578 0 R /XYZ 403.654 415.963 null] ->> endobj -4594 0 obj << -/D [4578 0 R /XYZ 71.731 390.892 null] ->> endobj -4595 0 obj << -/D [4578 0 R /XYZ 71.731 316.371 null] ->> endobj -4596 0 obj << -/D [4578 0 R /XYZ 477.684 292.625 null] ->> endobj -4597 0 obj << -/D [4578 0 R /XYZ 71.731 259.584 null] ->> endobj -4598 0 obj << -/D [4578 0 R /XYZ 71.731 197.816 null] ->> endobj -4577 0 obj << -/Font << /F33 1322 0 R /F23 1217 0 R /F44 2069 0 R /F27 1224 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4601 0 obj << -/Length 2282 -/Filter /FlateDecode ->> -stream -xڝX{��F�?��}�f5�wW�I�m -\�"{��%�b,�mu�p��z���!%��f��.�q(��!�H�\���H�ȃA%B��,-���Vn�$s8��Lx��^]�y�D$�7�]�|7���"O�8P������V�:�,��P���o���?�Ն��ͧ���E��o�zy;j�H$���qυu*:Z7lҍ��h��6oɀVx�muG��*4�[��r^1��54�4u����.��p�۶ot��'��j~1��jc]<��vL]u:E�~2����QӰZ(0k#�[�G��(pS7��Fǖu�*�&o�g���bpK�nQR2�90�0��t��.���sk���욼^8r��n���$�_X�P��@hZ�(���� -=�|eJ����P�i~-��Nz���7]� -�s����kTcU� -g�#�:���� =���.zs����dGA蚉��t}S���ю3���s9g�����?������F���R"�'a�a�a3tQM�xi`na8�i�z�* =q@/�IW�ȝ���e�i�S�_���"��K+M����VjX�LN�H뇬���1_��e=d�Dž -�4�d��@���_H�C������9�˺/���f>���Fw9Z@o�s���A��7F��p���;��*�߯��_!���E�L�$�f�����\�<J�� �zL��|"���\������{-�x�^��$~D����T[6��G�rdU����= -�W��^g>�{|�A�!jYg��0J���F(,�"\+d��)D�� -�4�䗪#������p/ -6T�ǹ^@������x0�p���qb���-�d�l$鎄b�#eU�Uf2~��R0�CI����ǻ�?�o�^|��뛗GQ@�u��}�� -Z���L��MӺ�ql�%x���,�I{HUx��w�5&p��Sܜ��Υ!��j; ���uE��UB;���͜�t��э@J�g�.oLA�/�!�! ��$��d��+�8Ֆ��'�$#�v�=֞�*| -�F��s����-�0y��̂���w5�$�N����7�W�K�.�ݺ�ga,��Z �D�d���; t�w`�i`Ш���Z�sЪ5� ؚbG�=T.j����M_ּ�{����lX��|��l��O6�6u{֡ �\��}���S\%�"�d��-0ʣE`�#���:�A��$��CCO����jj�>̜�4nl8��"������zDBP�%?jT-Y��ju~Y�� � -�(J����B����Y9pPx�4�n�I�+��4�f��}h.b�i_�H>�u<΄�"���;�/o�l�N��di ������^Ml}��7��3幩���s�GMx5Շ4����TA��юF���~��y��]7-���+��I��fă�H��o�)(�Lv��N��V����5Ѻ����������F�#"��M ]�*'����N�Se�K!���mI��Y��N�PJ�v8�iJ*.� �R�s��z�9��IQK�Ƃ�L�����hm Iyy��!��f!�)heL -4��ʆ,9d3b*f�`�M��J ;V�0~8��Ǚ0]�ԙ �}/<,��iV�oK���� Nbfį��� ����`}6m�g�s�،6��$��>�4*�D�|�������<΄�2��Q�\��#����E?;�`��GH�,��s�^"�;�Ĵ�u�����e!o�& -E7ԇ��@�rh�ǻ�x�̇��|G�� �B���E�Oo�jRNj��d�pa�k���Oq--����3CS*��j*(�\��IY�5�m��N|%��/Emߘ����[C\0�d���i�ūN����Ź$.r�KD$�d���uk,ޝ�����q��j_�R�3�:dm�կ�� ��%���ނb������U�&��8����\�+Ql�YpXh�qٓ :B��Y%`�ng1綽M���@��S���'�D7h�6�Ga������Q?�*Z�5@�T#��A��*��aM� ��Wx�z К��L�a���|u�bg�q���yO�K,�����/B14P�$�n�����Q*J� E����^.:MKz� ��]Wb�!���.1V��3�ݒ:�zR}��G�ِ9�/1����o�8^��!m���%�2K>�r�3R8���{F�m��]_��{�e���#�����m ��Xğ�"Ç�#��wc���!��8��g�KM��>�Zendstream -endobj -4600 0 obj << -/Type /Page -/Contents 4601 0 R -/Resources 4599 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4544 0 R -/Annots [ 4608 0 R 4609 0 R 4610 0 R ] ->> endobj -4608 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [244.528 302.114 410.209 311.026] -/Subtype /Link -/A << /S /GoTo /D (cvs) >> ->> endobj -4609 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [494.336 276.211 537.983 285.123] -/Subtype /Link -/A << /S /GoTo /D (tinderbox) >> ->> endobj -4610 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [71.731 263.26 267.724 272.171] -/Subtype /Link -/A << /S /GoTo /D (tinderbox) >> ->> endobj -4602 0 obj << -/D [4600 0 R /XYZ 71.731 729.265 null] ->> endobj -4603 0 obj << -/D [4600 0 R /XYZ 71.731 525.863 null] ->> endobj -4604 0 obj << -/D [4600 0 R /XYZ 118.555 487.299 null] ->> endobj -4605 0 obj << -/D [4600 0 R /XYZ 211.992 478.835 null] ->> endobj -4606 0 obj << -/D [4600 0 R /XYZ 71.731 433.71 null] ->> endobj -1908 0 obj << -/D [4600 0 R /XYZ 71.731 406.865 null] ->> endobj -898 0 obj << -/D [4600 0 R /XYZ 449.605 363.768 null] ->> endobj -1909 0 obj << -/D [4600 0 R /XYZ 71.731 359.938 null] ->> endobj -902 0 obj << -/D [4600 0 R /XYZ 159.442 324.396 null] ->> endobj -4607 0 obj << -/D [4600 0 R /XYZ 71.731 317.043 null] ->> endobj -1910 0 obj << -/D [4600 0 R /XYZ 71.731 258.279 null] ->> endobj -906 0 obj << -/D [4600 0 R /XYZ 141.108 221.063 null] ->> endobj -4611 0 obj << -/D [4600 0 R /XYZ 71.731 213.711 null] ->> endobj -4612 0 obj << -/D [4600 0 R /XYZ 71.731 193.8 null] ->> endobj -4613 0 obj << -/D [4600 0 R /XYZ 331.48 170.054 null] ->> endobj -4614 0 obj << -/D [4600 0 R /XYZ 86.396 144.151 null] ->> endobj -4615 0 obj << -/D [4600 0 R /XYZ 71.731 137.013 null] ->> endobj -4616 0 obj << -/D [4600 0 R /XYZ 225.881 113.267 null] ->> endobj -4599 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F35 1589 0 R /F23 1217 0 R /F44 2069 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4619 0 obj << -/Length 1398 -/Filter /FlateDecode ->> -stream -xڝَ�6�}��ȓزD]vޚ�����\���H� R�$_���ص�E��\��q���_�*�H��P�٪l��8���,�e��B���n�k���!OV��*��0I�U��p�����wp_�Ω~�Y�!���u��_u{!»��u������w�������ƍ2W։b�nt2�{#Ѹ�Z�*4.I��~�N5���O�B$ ̙��>�[��q\z�i���]E:�=!aK�#�W6Ok�%$ڱ��˻ޠ�O���{Q��uy�v����:�6���h��T�Ҝ�7�(�at���%�ը��|��^�!cc+U~$P����-�s����܃'qP5J��Un.��Jgwv -�.D�!e�*N!C9��I��Lfa����a�D��������&p�߳�E�A���Xd^�_�8Fs��8N�v�!`T���4���2��1x��IdN�gH�"���Ce����0���x��z�B�,�ғ���,��]&9��p�����y���p|B��}������C -�;�ve��,Ŭ>��mB�D� �Y�o"b���D�W��p��1��u�w�D��Ӏ�C�ܛ���lF�,��r]�>AXOc~��A��ND��{E���g�����;}�R_j� ;VHq�]N2��ۓO��rMMz��z�H ���W�"4T�e) ��H>�ӆ�L;�tҕ���^_v]��iCd�luW+k�[w� ->)&���DH �~$ߨ8�NI�E<�z,Qd��C�p�X��_d+Y�$ d��(�N�T����X^�Z6�$1� =&�Y�Kw�s��-��йu#������%��ȋ�Z'�Z�`��hc�!�҉�X}i�1����/�DA3�Nw��9���������zz�!�� C�,�ю��̴�ϔ�R����4ձ�5^"��Պ��`�Ć�B$�NnS�D�٘5�J�x硧�"s���)H�� ��q�u� �>qߝ��5~1�4��@}����-�3�j�v|F�:}5�hכ�z�7��>&0�t8!�O&͐,�k3��n��a��h8a �����ިT�縠��-��xO�� �-&����X�i3l�����!�A��i����b3}6o6x�ՠ\�)@�7�����Z�j������~pUrY����v��.:��`���Eg����LMm�y��U��u�����3�yBy�W�\|��v��ے��>�Ș<�<W��.%�gҸH��}�=�،��V�J�U�1����Ň�a���K�= �$/��`֖���/#�!-��K'�W�ڊ���+vѷ��PE�/�c�)�i�-��ϓt���?�f��_`�(�7iA{���~Q]_� ���_endstream -endobj -4618 0 obj << -/Type /Page -/Contents 4619 0 R -/Resources 4617 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4544 0 R ->> endobj -4620 0 obj << -/D [4618 0 R /XYZ 71.731 729.265 null] ->> endobj -4621 0 obj << -/D [4618 0 R /XYZ 71.731 718.306 null] ->> endobj -4622 0 obj << -/D [4618 0 R /XYZ 373.626 695.392 null] ->> endobj -1911 0 obj << -/D [4618 0 R /XYZ 71.731 688.254 null] ->> endobj -910 0 obj << -/D [4618 0 R /XYZ 204.675 651.039 null] ->> endobj -4623 0 obj << -/D [4618 0 R /XYZ 71.731 643.686 null] ->> endobj -4624 0 obj << -/D [4618 0 R /XYZ 71.731 617.963 null] ->> endobj -4625 0 obj << -/D [4618 0 R /XYZ 249.701 617.963 null] ->> endobj -4626 0 obj << -/D [4618 0 R /XYZ 273.821 605.011 null] ->> endobj -4627 0 obj << -/D [4618 0 R /XYZ 71.731 597.873 null] ->> endobj -1912 0 obj << -/D [4618 0 R /XYZ 71.731 541.086 null] ->> endobj -914 0 obj << -/D [4618 0 R /XYZ 189.239 503.87 null] ->> endobj -4628 0 obj << -/D [4618 0 R /XYZ 71.731 496.518 null] ->> endobj -4629 0 obj << -/D [4618 0 R /XYZ 350.294 457.843 null] ->> endobj -1913 0 obj << -/D [4618 0 R /XYZ 71.731 450.705 null] ->> endobj -918 0 obj << -/D [4618 0 R /XYZ 261.414 413.489 null] ->> endobj -4630 0 obj << -/D [4618 0 R /XYZ 71.731 406.137 null] ->> endobj -4631 0 obj << -/D [4618 0 R /XYZ 71.731 380.413 null] ->> endobj -4632 0 obj << -/D [4618 0 R /XYZ 365.641 380.413 null] ->> endobj -4617 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4635 0 obj << -/Length 2477 -/Filter /FlateDecode ->> -stream -xڍk����{~�p2�K3z��6A.H�h��-��W�4��HA��l}�!G+��&s8���Sl|�l�@$ -~d&dm�捿9���7S�q,d$����T"�Tmv����j#}G���8K�*�<����N�e�u��I���}ئ��o��� |���٘�jO��<��&�Ld�B��fBf�p�`�ޠ��2-.�Tme�=n���n���r4�[��q��M��Uu��N�c+�5���j���? ݚVd3��B�m�9g��p�Ye`v�N��X���x�@����l��"��qG�xDb8�V�y �0���*�`K�M�Dl�0�g�mD���q>��T�����D�� ��JQQ���y����I��BE�X��IB��8!�⬋/��Nt�����R�E�!�~j pxѮ��jw��X~k�nx�3!4��kW�zb�����6�<�� ���$�lз�.�����}�]�B��˷�F0m�K�������,���M��VVs�6�xG���^��AWV]��={j��%��Xgh}����k��l� 1L]g�Q0X!Z��6`�����G>�Zjx��;P8Np��i�� �6���p� ��,�R��)gZJ�sdD���&/5��eN���r/�?;,H;�h|��aN�RE" -�Mf"Ͳ�9���D�#�f����%2T@��Jx��|]8Ӽ.<U�]�g��H|dk)���&*�D��5Mͫ���0�\�@���o�h^��|ye��x{_��~e �ϑ�%/ -�0�7��S46(%�J���X���㷿P=�y�.`��+(��~`��l�Z�aihMU��%eV����>j�=�IOk���I�/Ha�|��ˁ�ݬ�p)�G�em -[�ty���7�B���O8���X�A�aǮ܃r�$�����.� -E��|tWRA���-�!��Ð��=� ����L��&��۩�;W3�Bm>���tk����VX�C�&�/Be"����(��Ԛ�:VTq��`Ȏ�8��l+ۭ�B�{ �v�G��@:��)���wj�Ԏ��,�j ��|$�^[g]w,�*����ʍ�[̪y%��u�k(d�� -]�Q5a&pr��!��d���cȓ�a������ߔ��X�Ǹ45[vLQ@p��wG;O�x6ov���=�S����A .X=��oXM��ȶ�x�؟��C���� �|���Q@9�)&G�s�ܫ�+�d{���� �ls�P�_F��`pP���z�P &c�U�T�+���@�ґėQ����$�`��XRY�P~0��s����0;dΊ�J�䀿hO�܁p���"��$�t�@��)�\QO�r{���%��c��2���Y_���>���Dς����A�� ,6���0*��T!��v -����Ÿ$�Ҫ�$�E`��BOg�{}&���̤K����\1#������ �� ���ⱂ�����<�W��~=���/�?����~,�hAW��0�j�zv�J\ֵ,d�t�u�����7@���:hw=@���sd#�j�І�f�)�O�M�a��4�9�^�g�U��,i� �<�Q��5Z����� ����/����Up��&��֔����l<ڞ��Hp�W�Q��v6R+��Q�����{��=�.�n\��&d$��If��5I�~l��}�b���'���H�M�h�t~�0�jaUB_��}Ő��)���1�� ;�(M3�7�7��~�,�md\PSL~<�w�����H��"�г��]t����s����#Gg�!N�@|�=�Xx1t��3�=:T��Oמ.3�ŞM ~f���z;4_ ����� 5�i����8u�]�⣄>M}��a��_��?�����������ֺ0"��t4��a�[���ɱ[uH(=���c��e���q���wOCw����[D���i�d���]�!y���?�Y��6���Ɔ"�������`�A��Iqz��)�a둰����Va���Ɣf䀪/`�xh���&�` ��%8p����2���ȵΫf�(���T�Lr�-��u��o���=��j�q��˲T���b��!I>#z,7#ͭ���η��=�D��z������$���ؾb��b-+�D��d�g�|�U�+�(�_��o�"T٪Z����Y�9�9�р���:�Ŵ��q1 ��U�j�K����&4�� !{����6G�c�A�m�x�vn�-5�������$BB�� @=.�ֿae��^����ͤw�7Z�� Z���2�v&�̈́]��NDLõ -ǩ����x�MC�l]��M�:8����[\����{� ��|��m�[/�_��śK��3�M�O���$����^4���l;��>�\Q��p��W�0��/��D�{!��?�8� $���;M֒�_��E��endstream -endobj -4634 0 obj << -/Type /Page -/Contents 4635 0 R -/Resources 4633 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4544 0 R -/Annots [ 4642 0 R 4643 0 R ] ->> endobj -4642 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 -4643 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 -4636 0 obj << -/D [4634 0 R /XYZ 71.731 729.265 null] ->> endobj -1914 0 obj << -/D [4634 0 R /XYZ 71.731 718.306 null] ->> endobj -922 0 obj << -/D [4634 0 R /XYZ 358.696 703.236 null] ->> endobj -4637 0 obj << -/D [4634 0 R /XYZ 71.731 681.855 null] ->> endobj -1915 0 obj << -/D [4634 0 R /XYZ 71.731 658.391 null] ->> endobj -926 0 obj << -/D [4634 0 R /XYZ 233.175 615.294 null] ->> endobj -4638 0 obj << -/D [4634 0 R /XYZ 71.731 606.471 null] ->> endobj -4639 0 obj << -/D [4634 0 R /XYZ 146.66 593.735 null] ->> endobj -4640 0 obj << -/D [4634 0 R /XYZ 441.326 580.783 null] ->> endobj -4641 0 obj << -/D [4634 0 R /XYZ 71.731 560.694 null] ->> endobj -4644 0 obj << -/D [4634 0 R /XYZ 82.138 523.996 null] ->> endobj -4645 0 obj << -/D [4634 0 R /XYZ 71.731 490.955 null] ->> endobj -4646 0 obj << -/D [4634 0 R /XYZ 430.969 467.209 null] ->> endobj -4647 0 obj << -/D [4634 0 R /XYZ 71.731 454.258 null] ->> endobj -4648 0 obj << -/D [4634 0 R /XYZ 468.549 428.355 null] ->> endobj -1916 0 obj << -/D [4634 0 R /XYZ 71.731 421.217 null] ->> endobj -930 0 obj << -/D [4634 0 R /XYZ 121.483 355.739 null] ->> endobj -4649 0 obj << -/D [4634 0 R /XYZ 71.731 343.301 null] ->> endobj -4650 0 obj << -/D [4634 0 R /XYZ 149.514 334.18 null] ->> endobj -4651 0 obj << -/D [4634 0 R /XYZ 252.264 334.18 null] ->> endobj -4652 0 obj << -/D [4634 0 R /XYZ 71.731 309.109 null] ->> endobj -4653 0 obj << -/D [4634 0 R /XYZ 71.731 309.109 null] ->> endobj -1917 0 obj << -/D [4634 0 R /XYZ 71.731 241.614 null] ->> endobj -934 0 obj << -/D [4634 0 R /XYZ 207.49 175.387 null] ->> endobj -4654 0 obj << -/D [4634 0 R /XYZ 71.731 166.565 null] ->> endobj -4655 0 obj << -/D [4634 0 R /XYZ 71.731 151.671 null] ->> endobj -4656 0 obj << -/D [4634 0 R /XYZ 71.731 146.69 null] ->> endobj -4657 0 obj << -/D [4634 0 R /XYZ 89.664 125.933 null] ->> endobj -4658 0 obj << -/D [4634 0 R /XYZ 89.664 100.03 null] ->> endobj -4659 0 obj << -/D [4634 0 R /XYZ 71.731 97.873 null] ->> endobj -4633 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F32 1231 0 R /F61 2561 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4662 0 obj << -/Length 1757 -/Filter /FlateDecode ->> -stream -x��XYo�F~ϯ�C�H@��}���v��I�J-4E����"$��[ ��;�3�a)i�>6�����s�M\��&�'��?~M��;����O<�p��9�y�|2� �I&�8�,�&����&I��4�'����˦Q�Z?�?r�����,���,��fX��+��u��������r'5 -���g�T��?q|Wd�w^�L$.�n*�0�)�'{�f$A�}�X�4qN����;�|峲�E��B͜�M��j+�u3o�M�ў�iܚ��Y��`��vK�nUޛV+�"[�/�v��]�E�r;����]��E�-WC�?c|�/��{�S��R��)Z%��˻Lك������ʽZ�wt�e��qfxܴfhؗ^�4j�R?�@jn� -�N��/d?�Ə������C�%��Z[ポ���ߋ�PL3py'r�D��"DM�tz����b�pdX�����N�V5�����݈���@Q�����;S�f�G�{� -������:�a� -��[�K�;�D� zC$-W3���B�tf?��v���֍\���M�����Џ�>6�d�Bm*ZEک ����(M ��B�M�Q�D�Z`b/���Qf�c�e�v��-��umz��U�U3ݫ�_�����7/�o��%� S_]�_���w�W�R�� }n�ME$厗��iXgt������zz{���.~5�e���ޡ -y��0A^�?]�|�jy��;Cvs{��� -%���z����3_���O�\W$1@��q2��!o]��Iw�8 �<�Ăq"�0���W���7�����j�Y�"�':yI(�� ����F�ꮗ���6L%����R��TALJ:�y�e��Qm �/Ѫ\w_�Lv�w{h��}��U�|��)y~{�ӏ{C��0�A֡�����62Fv{�;Ƥ�s��G����z"�˗��E�o?Gde���I�G���"Ͳ#�}�٠�?����K��=�� �$K���v��`Z��*���Y��� ��L�Q���Z朔�KpMJ���b![L��WjP�s�̈���d������g[AqmKT[�p�vT0.��5ݽ�����O[;S):5�o�u����� (�c[��P%�8���5�C��E�-i�m�{b]�i�Ԙ�Ӷ�:�o�$/T�:�������n�����!�P,��Z��ƙ��h~Pb�%Ɋ�G����z[���6���Q�BI�5�V/ �)��p��DڴU�D[� �>�+Ȩ�N�S�\u���-�($���̚���3�� -FV���c��ʌ�d) -�hk�˖�����ƣ�yJЍ$��8�j\�E�źn����0�l���v��56nafs��cS�[�؈7�Y������ܬ,i&��ؠ��5��[:�5u�sM#w�h��#I��*ҥ'�V�>��v$Sx��������3̈́�J�?�az�g�Ev��Oaʩ1�Ԙs��{�J��x#�P��<k0�}yp�R+�L0�A���s��61��*�:�����nŘ�z���0����~�x�;){ь_��0sc�i��"�L �$Za�~�����O[���aK��#�� -Q�进��]���73��èx}&煬7j��r�b�����>*�~�pT����S��ɹ5��t�ֽ��F�^#G-�kyH.�{U���l���_6��x��^��_��$'?�E~*\d���~�9���K��endstream -endobj -4661 0 obj << -/Type /Page -/Contents 4662 0 R -/Resources 4660 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4685 0 R ->> endobj -4663 0 obj << -/D [4661 0 R /XYZ 71.731 729.265 null] ->> endobj -4664 0 obj << -/D [4661 0 R /XYZ 89.664 708.344 null] ->> endobj -1918 0 obj << -/D [4661 0 R /XYZ 71.731 688.254 null] ->> endobj -938 0 obj << -/D [4661 0 R /XYZ 370.33 645.157 null] ->> endobj -4665 0 obj << -/D [4661 0 R /XYZ 71.731 632.719 null] ->> endobj -4666 0 obj << -/D [4661 0 R /XYZ 71.731 611.478 null] ->> endobj -4667 0 obj << -/D [4661 0 R /XYZ 71.731 555.998 null] ->> endobj -4668 0 obj << -/D [4661 0 R /XYZ 139.576 544.096 null] ->> endobj -4669 0 obj << -/D [4661 0 R /XYZ 71.731 531.976 null] ->> endobj -4670 0 obj << -/D [4661 0 R /XYZ 71.731 464.84 null] ->> endobj -4671 0 obj << -/D [4661 0 R /XYZ 71.731 442.875 null] ->> endobj -4672 0 obj << -/D [4661 0 R /XYZ 71.731 373.682 null] ->> endobj -1919 0 obj << -/D [4661 0 R /XYZ 71.731 355.015 null] ->> endobj -942 0 obj << -/D [4661 0 R /XYZ 374.461 311.544 null] ->> endobj -4673 0 obj << -/D [4661 0 R /XYZ 71.731 299.373 null] ->> endobj -4674 0 obj << -/D [4661 0 R /XYZ 402.991 289.985 null] ->> endobj -4675 0 obj << -/D [4661 0 R /XYZ 71.731 264.914 null] ->> endobj -4676 0 obj << -/D [4661 0 R /XYZ 71.731 227.519 null] ->> endobj -4677 0 obj << -/D [4661 0 R /XYZ 175.682 214.567 null] ->> endobj -4678 0 obj << -/D [4661 0 R /XYZ 395.942 214.567 null] ->> endobj -4679 0 obj << -/D [4661 0 R /XYZ 486.807 214.567 null] ->> endobj -4680 0 obj << -/D [4661 0 R /XYZ 71.731 201.616 null] ->> endobj -4681 0 obj << -/D [4661 0 R /XYZ 71.731 188.665 null] ->> endobj -4682 0 obj << -/D [4661 0 R /XYZ 107.048 188.665 null] ->> endobj -1920 0 obj << -/D [4661 0 R /XYZ 71.731 181.526 null] ->> endobj -946 0 obj << -/D [4661 0 R /XYZ 496.414 138.429 null] ->> endobj -4683 0 obj << -/D [4661 0 R /XYZ 71.731 125.991 null] ->> endobj -4684 0 obj << -/D [4661 0 R /XYZ 206.804 116.87 null] ->> endobj -4660 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F35 1589 0 R /F32 1231 0 R /F61 2561 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4688 0 obj << -/Length 2159 -/Filter /FlateDecode ->> -stream -xڭXݏ� ߿"��q���I_�]�ݢ@����%Val˕������K��dv�� �(��(�'��b�h�Ga�@��x�-�Շ��3� �JXV#�O/ֿ$�b����H�(�G�E���.�/�?��M���|[��l|�}YfY��i��P��bmg���_/���ˠ5K�p�K�k�繳,�o�� nva��d��E/WI��Y�Y��^���m��Yp���,�@7��0�QNUH�c -�/^y� i��]�J���cgݕ�G[w�Ըw_m���?�f�R���m�`�[?��f�O�a�E���TˋZ�k�]���*�ý���ʦ�sZ��vO�t�L{�����`�Տ��i�[Q�jUȾ��u!ڜ2�@nK�^��RN��[�������em Z�LT-k�֊(���C7:��z[��e�x��3m`|Fi�]����#�r��F -��D�-[���3�Dl|�d���b��}Z?=�H��1��ƠX�L������k�?O�h�����MQp�d��DwQ�ow��A@��O.�j���i@�r����q�:�v�Y"�m�'8���{ y�wџ�N�����R����08{[�u��9��Ã���g1�)�I+D��) -��{�P�����ࠎ�ܳ5٘�)�x� z������ �Qӟ���t��y����4�&W�������m��|�l�#�oa95�w�f;}��R���������ZP�s�������)ό݃�~�%�=@p}�x��O&�5�KڱL�(�̳�.8���J1�3�W�9�n -@�)MS�#Al��vU�٭F�zS����lr -l�a���a�f�P-��t���b'7*s�2�ń8{F��(��]c[�ĸ�v�6='Z�.a�y".�W�0�1��A�\�� ��u'.f� {>(מ����#8��.e�d��g���\"H���]�c�-P�_���'�J 0�����O�~�Fp�N���g����ax����A�� a֝fY���^`C�Ѽ�B�5� ]���Z?F�P���v]�qq����7U5>�?�")ф�N�#T)���Ka�Q� 7y� F����=�z����y[4OlD�da��1���u���zHB'�,��r���" -�YN��V{qo��I�Pogmن�s ��bb�kg�nݳ�����-�0D��C4�'����a��Ļ��uƻ��zr9py4�����օ>̠����o�;���DF� N�u��t�A�~�9�5�)�n _H��|�@gt���f!����,�M�^h�hj��<f���]�ԛ�f���K��FY"�1�~��r��A�)�SA(��/�T�pr*0�b�E�B D�D�֊p��4�w�P(}Ot�Qm�T��V���k�ϘS��A�q��$�K���~��'���1hm�V�;��/�;���A�z���u��p�c���UgL����~7%��(����h^mW����74� �1�`����)�2ֈc��:��c�5��5���Vɴ'Ҡ� -��yZN8�s�(�������)���@��f�&��ϰ��Ty�`F��'��L����.���!.�ށ��~Hcy�Nks�#�%I�KI�� u-="a���{�W:�U%lT͢�]j* Ib#�<��\JE���O}xHRr2����d�\C:�f������0m�/U_��.��{�o'e�t�;<�0�'8h��}eU�&����a���/�����4[r��Q0*K�<�ɻ�'*� ՁF������._0ۣ0��d�/�w�3�R�XG��]��m�6x���-�P�N�q��'�谲��]z5&;%��ף�ɞ��o�Ks�q쨞yd��RW&�\��ܣ���@���W���F�]�cō����a�߮�pT-��h���{G��;�� -^�}|j�xg���_�UE7{��)=�CM��C�&A�M7��H3 ���T<��$�l%�L��� P��� ���M�j����?��G���4�n��i�4FS�~?��w>{�V�[L�gҷ���!L��{�R }���f�q����7�!e���Q1��KPj�p�]\>g��p���\c��Z�Żp{!�o�������|�endstream -endobj -4687 0 obj << -/Type /Page -/Contents 4688 0 R -/Resources 4686 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4685 0 R ->> endobj -4689 0 obj << -/D [4687 0 R /XYZ 71.731 729.265 null] ->> endobj -4690 0 obj << -/D [4687 0 R /XYZ 71.731 718.306 null] ->> endobj -4691 0 obj << -/D [4687 0 R /XYZ 508.292 708.344 null] ->> endobj -4692 0 obj << -/D [4687 0 R /XYZ 71.731 649.4 null] ->> endobj -4693 0 obj << -/D [4687 0 R /XYZ 71.731 631.467 null] ->> endobj -1975 0 obj << -/D [4687 0 R /XYZ 71.731 579.661 null] ->> endobj -4694 0 obj << -/D [4687 0 R /XYZ 71.731 546.919 null] ->> endobj -4695 0 obj << -/D [4687 0 R /XYZ 71.731 536.956 null] ->> endobj -4696 0 obj << -/D [4687 0 R /XYZ 135.985 527.323 null] ->> endobj -4697 0 obj << -/D [4687 0 R /XYZ 135.985 492.354 null] ->> endobj -4698 0 obj << -/D [4687 0 R /XYZ 71.731 435.766 null] ->> endobj -1976 0 obj << -/D [4687 0 R /XYZ 71.731 396.812 null] ->> endobj -4699 0 obj << -/D [4687 0 R /XYZ 71.731 362.013 null] ->> endobj -4700 0 obj << -/D [4687 0 R /XYZ 71.731 352.05 null] ->> endobj -4701 0 obj << -/D [4687 0 R /XYZ 135.985 342.416 null] ->> endobj -4702 0 obj << -/D [4687 0 R /XYZ 135.985 307.447 null] ->> endobj -4703 0 obj << -/D [4687 0 R /XYZ 71.731 274.172 null] ->> endobj -4704 0 obj << -/D [4687 0 R /XYZ 181.691 261.22 null] ->> endobj -4705 0 obj << -/D [4687 0 R /XYZ 485.889 261.22 null] ->> endobj -1921 0 obj << -/D [4687 0 R /XYZ 71.731 228.179 null] ->> endobj -950 0 obj << -/D [4687 0 R /XYZ 517.296 185.082 null] ->> endobj -4706 0 obj << -/D [4687 0 R /XYZ 71.731 172.644 null] ->> endobj -4707 0 obj << -/D [4687 0 R /XYZ 71.731 157.102 null] ->> endobj -4686 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F32 1231 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4710 0 obj << -/Length 1811 -/Filter /FlateDecode ->> -stream -xڍ]o�6���Ke aD�;o�� Vlk3�:�D�\d��G���wTd;�?�x<��~r�I�E�Q�Pi��v���v�%��I.g4�n^]}E�Bi��Y/b%E!�E)�'jqS����u[���J�ୠ��2I�n'�W�����,����շ7��$�D�G/*�i�4S٣f��a.�8v�}X�*E�H@�i�U���0PB��&��n�Aw����ڟ5=3�Ͼ�ʝjZVe��*5vc�V����u��ڒ��PA���� -���ҷ�ä ��[y�v�vk]J% -����j���Y��}��~�oYם��DG2���h:=G���r���°���� �LU:�K���5�,��#/@Wủ*�݁�4lS4���ח����3˃H��3g;F�.��%h�� ��+�ޘ�J��K��hIp��ve�v�������T�j�oO�����@[�ȟ|��B�N�bƤ�:�[��=�qqu�^/%��q1�E,>�{����8� ȃ{����R�l�G��f���.�n��c��$B�qC���>ϯ��"T����M�σ���R�RLࡖ�N�0J �8�@�&db���#й#M��AX;��~�w��c�����M+��z����ǖl4m9�x1�Z�Ss8"K��P����]?�z2�fX`u�O剥�MR�� -K�\K����{]�Y̗0T��s��#�RBmK��{?�P�q��K�e �P���̄� V�R -�ԑD�D�\�D�E�DQ*�$Z�1m�D ~�-�E�DLX[ݷoη�Eg�s���m��Hfy� ̬������%�5�D�;�~��u4�t�$)��K y卿��\��A�io o@���8�mP�iq�W������#%�p���[2w�_��9Ǔ@@s�tt&�;`fnx�Eٞ��8�h1/�0�L-^I�J�'���-qo�%$���0x�4�kK_�8pfu �O-0%����sT�D�g�i�E�TfL7Lr4����0.�T��XX��,K��{���`��z.0�DaLči�%_l�mٶ0.�"�;*'CZC_���E��'g4&��ќ�h'lP�g����s%���<�.c���E��E���P����e�|v\R -Ay\a*@ ��uy6�ž��N���n�j���ƀ�i������z2�#>���|��\F� -����$�n���כ��=&6���i!^�W���Ȱ(t4�$�G٪;�hSh�U��<�r�(�Y��.�D���Bbck�]}�]MH�V�˃�v�k��N�:�f������ �����iX&h֝���������ݡ�k���TdJrR�l=:�Eą�= bTmox��1d�K��x��m���Z+��=��\%����0�[ Z�c&�z*�E��x~�(,D�f���v��Դb��"?� -ې��ذͪ+;���OϪ��{���a���b..|/:6�l�"���s��h��Ӽ�� �;߿6��u��:�H�6�X���C�ŀ�,������D��ѻB�0-1;�b�^|�(��5B��S -��tP��`��5 o;���ض��ߖ�k��ٺg�ŮB���#bm�7K #�R�Z^aO�/���4-o>*�+w���c&�x�{Z�g�r1��䷥#u"�V�����!..�egǖ�b��0���X�u�rkb�ēj��k�n�a}uUkz7bTA���F�w����%�n�~j�*� �v�5����҈s���y$9����g���sK��ȷ�endstream -endobj -4709 0 obj << -/Type /Page -/Contents 4710 0 R -/Resources 4708 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4685 0 R -/Annots [ 4719 0 R ] ->> endobj -4719 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 -4711 0 obj << -/D [4709 0 R /XYZ 71.731 729.265 null] ->> endobj -4712 0 obj << -/D [4709 0 R /XYZ 71.731 718.306 null] ->> endobj -4713 0 obj << -/D [4709 0 R /XYZ 310.001 708.344 null] ->> endobj -4714 0 obj << -/D [4709 0 R /XYZ 278.636 682.441 null] ->> endobj -1922 0 obj << -/D [4709 0 R /XYZ 71.731 636.448 null] ->> endobj -954 0 obj << -/D [4709 0 R /XYZ 107.109 570.971 null] ->> endobj -4715 0 obj << -/D [4709 0 R /XYZ 71.731 562.148 null] ->> endobj -4716 0 obj << -/D [4709 0 R /XYZ 71.731 542.274 null] ->> endobj -4717 0 obj << -/D [4709 0 R /XYZ 274.373 531.479 null] ->> endobj -4718 0 obj << -/D [4709 0 R /XYZ 390.766 531.479 null] ->> endobj -1923 0 obj << -/D [4709 0 R /XYZ 71.731 513.447 null] ->> endobj -958 0 obj << -/D [4709 0 R /XYZ 452.394 445.912 null] ->> endobj -4720 0 obj << -/D [4709 0 R /XYZ 71.731 433.741 null] ->> endobj -4721 0 obj << -/D [4709 0 R /XYZ 71.731 411.401 null] ->> endobj -4722 0 obj << -/D [4709 0 R /XYZ 437.99 411.401 null] ->> endobj -4723 0 obj << -/D [4709 0 R /XYZ 71.731 391.312 null] ->> endobj -4724 0 obj << -/D [4709 0 R /XYZ 130.401 354.614 null] ->> endobj -4708 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R /F61 2561 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4727 0 obj << -/Length 3012 -/Filter /FlateDecode ->> -stream -xڝk�ܶ����E����N�[1��6��'n�3 -4��])��%��K����P�=�]#0���!��Y�r�X�}�x��E�*����f��LD���&w�;i�v3/n�����+�u�0]��]\���hu���~�u��ˏ��'�}_���������E�J�4��1/�-T�`E�%�ZҸ�� n456�/\�s]/+eE/��eU�R�绶hP6D�ai�H ?\% P�y\K�`(��/�~���W�������c�k8���,��T�Ҽ�U���a�k�6�-Jc���eY�6w�o��C� �d����v�S���Bw�U;����㉐�1A��Y��ӽl�]U6�0o��7���6�]��i��2S��#��=ӏ�~��0��1F=~�~�3�̨˪ԥhxh{^�dE�i8SR�mM�����C<�C ȵ���N�E|@�3J��%��IXmY�uV���7���s-� ������.z� Zlb�Y���d�C'LY������*��8M�p���k���X��^2 \�����DNG'6Ò���P��v;E!|'��U�'�Ɣ�W���r@�����w�ā�9~�������W��՛��&N`�>����Ak�n�bg�م��C�? �p��C�A2Ÿn�i��kn N����$.�N���O��쀤��]�v��<Ev����J���Ap��t�~V}G���N--;��Ȧihq��sDDP�*%�5[�a� -�Bb|��>�˚��bi���*.b5��?���w?�� ݟ7���*��<7m�d!d2����b'�,d���t�Բ�Lh�3��uj�[��(T�����y� �r���,|�����*�ܗ|zE���Ǯw��{y;0@��&D�!mi4��-5��v�r����`Ni�Vy ፗhJ}��84����L��_�?ACk���X�&� �>%�C;P��X�;�q�r{e%a_LM -���5w�����C|f-s@ol���{���2I�.��Y�Q����>�k$SL7��Q��P��*�Y_v�` 7F7��.���Y���p�7��=����S��Ҕ�������Q�R�w�X����h�x캶���[]p�C��_9XW����:�aD�1�YAs&�!�|��жl����M���e��lZ0C�Ҫ5G�䘈�o��V ���a(���u��ӻ��������-Lq�47Z��dt��"�` ���̴)~ah�:� �����2=�w�2��b=�+9ٮddy8'���HW(�G㑼���l�]� n'G8l�����tD4{�fD\%����f��#, ��N�\�]�����?�����-��)�e�6Y��d3��rO�P��洍���#�H_M�iS�M<��B6G+�6����J'5E�"��o���)�ʲB! }_��!�7@���5X��QɄ�E2';�͒�����8���B�@�q0��DTe%���\A�����հ�6l�������N�0�0��`�d^\�l�{V�����4�/���*W(��`n�Ą��G ��"� ������Ei��3YUÅ�9�Jҋ�� -�`V���R��1��"L�� K�d���eN������y�>�Mnn"��F�e��f(����MZqꖾ`"Y���#��+�+�g:�R����"f)��\�e�t��XC�h�;:��m����S�>�h�X�vlr�����.h����,������G٩���b"�,�Q��x,�R�Y#!H��w�`#펙<���z��^�������p@�Ά�������ѓ���k��_�~�|��'�V���<�����3����a��-lF9�mNg>]������Pg�/lj�/x���Ȱ�W�勍�X�k�VZ}�ׅ�+F�c�]h���D����v�Er���d���e�Vo������㮆h���hm[}��2{vB��h껟�f��֜53.^],�E�ʰ�P7�o����@8J�V��P�("��_p�)�E\`^2��R'�BS��B?.�ћ|��Gs�`x{N���7'\x�����w�H��2"Q��ƾk�*+���)�\REQb0>��"pO� �1c�M�=�!p�B���x&���U�k��y;�or�#�Bo�%���L>ڔ�8�iu!�A=0�ʲ�m� ��-E'��y�G��v��JЭ�e��G.hLk 9�]hY �����/)]�N��1vc��dk�� -��joF���h��,�Y��R�$p��1��Ľ�l����y�wȤI��)1�@�g/{�s��^<����&jj���<G���t�2S�N[+Ce��2�Pkq@��<W6��l���wE���M���d\���^�oۘ���h��9���Skjz2�70м��Щ|�� ?_c�4����d� -�h��#r4ݲ�{I�`R�� ��ݲ%�c櫓�çh~���ʖö�<�j�#����� P�u��V�M>�?��k|�� ��` -q��гІ ~���$�|��tӰ���� �3��V���B�m��eb.t�a.�Tp�B�$=�2K+i ���TAP�_x�eP��K�_1�[p5�z�� ������Q��X4`�|�K�Zz\����j̕)I��d��'s�2ͯ]�[� ���2�^@�n�X P���r�*��;r����𨆝��4��g��2�drP�m�R���� 7�mM�Ӕ�B��z�^�2�m���H3�~;H\w����?���� 5`�/��Pm�<��9�,��Cv��N+�mrb�����~#���p_�KfV�n���,5�aH��m����,�؉=��s���L����L��~� -]���F����z[���O�r�Y�v���H6,~,�{�8��/��� u�gz �[���ů�k�r��.F&endstream -endobj -4726 0 obj << -/Type /Page -/Contents 4727 0 R -/Resources 4725 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4685 0 R ->> endobj -4728 0 obj << -/D [4726 0 R /XYZ 71.731 729.265 null] ->> endobj -1924 0 obj << -/D [4726 0 R /XYZ 71.731 718.306 null] ->> endobj -962 0 obj << -/D [4726 0 R /XYZ 271.435 703.236 null] ->> endobj -4729 0 obj << -/D [4726 0 R /XYZ 71.731 682.175 null] ->> endobj -4730 0 obj << -/D [4726 0 R /XYZ 297.998 673.5 null] ->> endobj -1925 0 obj << -/D [4726 0 R /XYZ 71.731 660.449 null] ->> endobj -966 0 obj << -/D [4726 0 R /XYZ 365.87 615.294 null] ->> endobj -4731 0 obj << -/D [4726 0 R /XYZ 71.731 606.471 null] ->> endobj -4732 0 obj << -/D [4726 0 R /XYZ 457.285 593.735 null] ->> endobj -4733 0 obj << -/D [4726 0 R /XYZ 199.72 580.783 null] ->> endobj -4734 0 obj << -/D [4726 0 R /XYZ 258.499 580.783 null] ->> endobj -4735 0 obj << -/D [4726 0 R /XYZ 315.525 580.783 null] ->> endobj -4736 0 obj << -/D [4726 0 R /XYZ 71.731 578.626 null] ->> endobj -4737 0 obj << -/D [4726 0 R /XYZ 118.555 540.062 null] ->> endobj -4738 0 obj << -/D [4726 0 R /XYZ 71.731 509.785 null] ->> endobj -4739 0 obj << -/D [4726 0 R /XYZ 71.731 509.785 null] ->> endobj -4740 0 obj << -/D [4726 0 R /XYZ 71.731 490.079 null] ->> endobj -4741 0 obj << -/D [4726 0 R /XYZ 165.11 477.128 null] ->> endobj -4742 0 obj << -/D [4726 0 R /XYZ 71.731 469.99 null] ->> endobj -4743 0 obj << -/D [4726 0 R /XYZ 71.731 469.99 null] ->> endobj -4744 0 obj << -/D [4726 0 R /XYZ 164.065 446.244 null] ->> endobj -4745 0 obj << -/D [4726 0 R /XYZ 210.352 446.244 null] ->> endobj -4746 0 obj << -/D [4726 0 R /XYZ 352.569 446.244 null] ->> endobj -4747 0 obj << -/D [4726 0 R /XYZ 442.661 446.244 null] ->> endobj -4748 0 obj << -/D [4726 0 R /XYZ 203.715 433.292 null] ->> endobj -4749 0 obj << -/D [4726 0 R /XYZ 372.061 433.292 null] ->> endobj -4750 0 obj << -/D [4726 0 R /XYZ 71.731 426.154 null] ->> endobj -4751 0 obj << -/D [4726 0 R /XYZ 460.217 415.36 null] ->> endobj -4752 0 obj << -/D [4726 0 R /XYZ 71.731 382.318 null] ->> endobj -4753 0 obj << -/D [4726 0 R /XYZ 71.731 382.318 null] ->> endobj -4754 0 obj << -/D [4726 0 R /XYZ 237.451 371.524 null] ->> endobj -4755 0 obj << -/D [4726 0 R /XYZ 71.731 358.572 null] ->> endobj -4756 0 obj << -/D [4726 0 R /XYZ 220.87 345.621 null] ->> endobj -4757 0 obj << -/D [4726 0 R /XYZ 71.731 338.483 null] ->> endobj -4758 0 obj << -/D [4726 0 R /XYZ 257.124 327.688 null] ->> endobj -4759 0 obj << -/D [4726 0 R /XYZ 358.713 327.688 null] ->> endobj -1926 0 obj << -/D [4726 0 R /XYZ 71.731 320.55 null] ->> endobj -970 0 obj << -/D [4726 0 R /XYZ 462 277.453 null] ->> endobj -4760 0 obj << -/D [4726 0 R /XYZ 71.731 265.015 null] ->> endobj -4761 0 obj << -/D [4726 0 R /XYZ 117.29 255.893 null] ->> endobj -4762 0 obj << -/D [4726 0 R /XYZ 427.895 255.893 null] ->> endobj -4763 0 obj << -/D [4726 0 R /XYZ 71.731 224.91 null] ->> endobj -4764 0 obj << -/D [4726 0 R /XYZ 173.632 212.058 null] ->> endobj -4765 0 obj << -/D [4726 0 R /XYZ 420.183 212.058 null] ->> endobj -4766 0 obj << -/D [4726 0 R /XYZ 71.731 166.065 null] ->> endobj -4767 0 obj << -/D [4726 0 R /XYZ 71.731 122.23 null] ->> endobj -4768 0 obj << -/D [4726 0 R /XYZ 71.731 122.23 null] ->> endobj -4725 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F44 2069 0 R /F32 1231 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4771 0 obj << -/Length 1496 -/Filter /FlateDecode ->> -stream -xڵWK��6�����H���������`�Z�����ز��>��K��'�ErH1Q4ER���W>��*�, `q�ʛ��/?]p+�1�����^$,K�����vsq��V�gq��6��?`"�W���M�)]T��'�Թf��I�rߙdM�[=����X�9������ |G�����gp�1K#R}�S��b�� <B?@.�O#w�8;����ǒUƲ8��g^Nݢ)w�ډ�TA���*���&��4Tc����p��ɍ#��Jիn9V�l]9���姢ՊyCR�neA��R- = ��[7��u�?��Pɽ�#GikP�m��`dFA+�}A&�A�ؽ���pT[V��U-��m��r"+�K=ʥ+Է�xE�D��o~��ыo�P~����E %�4I�e�z��;�����S�^�Q�wz��tfdzZ<�!���^^���f�;�P��N~T��Vl��ړ��ހ�o�Qf\�0�j�J�K� �e,�Õ�P�T���Q�4 -Å戥Ah5�B�"vھP=�XԁH��m� -� �C;����Ԥ��<��o�.Z,���O��� �<T�Hi<c@�h\؎���HZ^��Q��qi����1}��ȦT����7�w��'^�!�,s�g�X�^!�|~�J]onv_�o?��@e%��*�ۡݍ���j0x���_�$f#����U�N� _�h�f�Uj:#��JL�#bzEb#�'IV�I�η1��|>R��$��T�g�8���ķ0nȪ�[��ց]�6� �Y��'9~�v9�y���CY�%�����{�ͪq$��c�+QA��ڍ��oc��F���z�9�=��E��-���ېZ�[US�o:�Jˁ�\����|t���Ulz!�]�<[:q�an�����.�~B."�`N��I��\4$sL$��D:�Dvk?��#2���6�ɜ�'�t5��_Rg�Y��62��p��t=2�[ϩ���D��2���TT�;��M�`4��g}Cğ�/j5ӑ?�lU����ɜN�h����:�TM-i��v��z�����D��ih -��B�L����e�g�^�5�@M-����b]W�~fN�E!L�`���&�v��q�\No���0lj -�gB$_�1O��LZ��E�x;�?\Kڵ��S|F����H�-`��Y`�g�����xR�Ă�ĸ=��ZV�� -���Q�Oj���,,��.�Ma�<V�Hq���uy�[��!�&�N�y&O3�ٽhP?���%Ѻ����;��3�`bǤߔ��y��s~S'0_���<�z�s�|���< �C��[�&�0��p��LX�?�F[PrW�-DZ���%��dy'5�W�p�K��%Xc]s�̰M�y��;����boGrBzL(���c'Ƹ1v��S��$~�=N���Nΐ<����ccư�6���o�F -i���G+�E̟� 8>L$�X� -�%S�a&>74�=��/�.�cendstream -endobj -4770 0 obj << -/Type /Page -/Contents 4771 0 R -/Resources 4769 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4685 0 R ->> endobj -4772 0 obj << -/D [4770 0 R /XYZ 71.731 729.265 null] ->> endobj -1927 0 obj << -/D [4770 0 R /XYZ 71.731 718.306 null] ->> endobj -974 0 obj << -/D [4770 0 R /XYZ 155.521 676.38 null] ->> endobj -1928 0 obj << -/D [4770 0 R /XYZ 71.731 669.666 null] ->> endobj -978 0 obj << -/D [4770 0 R /XYZ 206.612 624.303 null] ->> endobj -4773 0 obj << -/D [4770 0 R /XYZ 71.731 615.48 null] ->> endobj -4774 0 obj << -/D [4770 0 R /XYZ 71.731 582.654 null] ->> endobj -4775 0 obj << -/D [4770 0 R /XYZ 71.731 572.692 null] ->> endobj -4776 0 obj << -/D [4770 0 R /XYZ 71.731 572.692 null] ->> endobj -4777 0 obj << -/D [4770 0 R /XYZ 71.731 561.784 null] ->> endobj -4778 0 obj << -/D [4770 0 R /XYZ 71.731 551.348 null] ->> endobj -4779 0 obj << -/D [4770 0 R /XYZ 71.731 538.472 null] ->> endobj -4780 0 obj << -/D [4770 0 R /XYZ 71.731 528.035 null] ->> endobj -4781 0 obj << -/D [4770 0 R /XYZ 71.731 516.379 null] ->> endobj -4782 0 obj << -/D [4770 0 R /XYZ 76.712 483.292 null] ->> endobj -4783 0 obj << -/D [4770 0 R /XYZ 71.731 468.348 null] ->> endobj -4784 0 obj << -/D [4770 0 R /XYZ 486.228 456.692 null] ->> endobj -4785 0 obj << -/D [4770 0 R /XYZ 451.424 445.035 null] ->> endobj -4786 0 obj << -/D [4770 0 R /XYZ 71.731 403.09 null] ->> endobj -4787 0 obj << -/D [4770 0 R /XYZ 71.731 393.127 null] ->> endobj -4788 0 obj << -/D [4770 0 R /XYZ 140.075 384.632 null] ->> endobj -1929 0 obj << -/D [4770 0 R /XYZ 71.731 324.627 null] ->> endobj -982 0 obj << -/D [4770 0 R /XYZ 276.18 279.373 null] ->> endobj -4789 0 obj << -/D [4770 0 R /XYZ 71.731 279.157 null] ->> endobj -4790 0 obj << -/D [4770 0 R /XYZ 71.731 260.587 null] ->> endobj -4791 0 obj << -/D [4770 0 R /XYZ 71.731 209.594 null] ->> endobj -4792 0 obj << -/D [4770 0 R /XYZ 71.731 186.581 null] ->> endobj -4793 0 obj << -/D [4770 0 R /XYZ 188.024 173.729 null] ->> endobj -4794 0 obj << -/D [4770 0 R /XYZ 158.345 147.826 null] ->> endobj -4795 0 obj << -/D [4770 0 R /XYZ 71.731 48.817 null] ->> endobj -4769 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F44 2069 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4798 0 obj << -/Length 625 -/Filter /FlateDecode ->> -stream -x�͖�r�0��<���²._v!.:��L�5]�1�ʶ�˄��+!!�̤�Ip�w�����RlyzT $�d¬�!+S�|�>��C�g1��ȝQj0�Pkuo�1���G ��V�p#eZ&��vC��q�ˎ3��M˅�m^�����ތK�G ���E�t"m쟫/�O�Cr�z0�����1g�w�����ǻ�#�r'� -�֡�ZXEf9�(�&�vi�|3IF�Mx(Eœ������,7m+C�m�ڔ��ƒ���m��M�u�Q�YV����r�,���SWc �Yh`��m�@�jP� 6.TqW�e��T���5��ޒa�1�e�C8{+�^���N�p�����y�!�䙊�Mȋ4Rt�7�/����� -�^��J����S����'w!��E��������8aB)���ԉ�����X��5r:�ј·�[��\&o���s(S�-��Wq�~�Q��o1����cgf|��W����ݩ�Fn)����6{���&?w��hFU?n����Ac �1�7�֟�0�rs�fOx�j�+��r����2�tXC���_��(���PO*��W���/;��1�������r֞1�CD���<�Z+uN�聽Nendstream -endobj -4797 0 obj << -/Type /Page -/Contents 4798 0 R -/Resources 4796 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4685 0 R ->> endobj -4799 0 obj << -/D [4797 0 R /XYZ 71.731 729.265 null] ->> endobj -4800 0 obj << -/D [4797 0 R /XYZ 71.731 741.22 null] ->> endobj -4801 0 obj << -/D [4797 0 R /XYZ 71.731 718.306 null] ->> endobj -4802 0 obj << -/D [4797 0 R /XYZ 158.345 659.527 null] ->> endobj -4803 0 obj << -/D [4797 0 R /XYZ 71.731 618.68 null] ->> endobj -4804 0 obj << -/D [4797 0 R /XYZ 71.731 593.609 null] ->> endobj -4805 0 obj << -/D [4797 0 R /XYZ 188.024 582.814 null] ->> endobj -4806 0 obj << -/D [4797 0 R /XYZ 181.907 569.863 null] ->> endobj -4807 0 obj << -/D [4797 0 R /XYZ 158.345 556.912 null] ->> endobj -4808 0 obj << -/D [4797 0 R /XYZ 71.731 516.065 null] ->> endobj -4809 0 obj << -/D [4797 0 R /XYZ 71.731 493.051 null] ->> endobj -4810 0 obj << -/D [4797 0 R /XYZ 188.024 480.199 null] ->> endobj -4811 0 obj << -/D [4797 0 R /XYZ 181.907 467.248 null] ->> endobj -4812 0 obj << -/D [4797 0 R /XYZ 158.345 454.296 null] ->> endobj -4813 0 obj << -/D [4797 0 R /XYZ 71.731 413.45 null] ->> endobj -4814 0 obj << -/D [4797 0 R /XYZ 71.731 388.379 null] ->> endobj -4815 0 obj << -/D [4797 0 R /XYZ 188.024 377.584 null] ->> endobj -4816 0 obj << -/D [4797 0 R /XYZ 181.907 364.633 null] ->> endobj -4817 0 obj << -/D [4797 0 R /XYZ 158.345 351.681 null] ->> endobj -4818 0 obj << -/D [4797 0 R /XYZ 71.731 310.834 null] ->> endobj -4819 0 obj << -/D [4797 0 R /XYZ 71.731 285.763 null] ->> endobj -4820 0 obj << -/D [4797 0 R /XYZ 188.024 274.969 null] ->> endobj -4821 0 obj << -/D [4797 0 R /XYZ 181.907 262.017 null] ->> endobj -4822 0 obj << -/D [4797 0 R /XYZ 158.345 249.066 null] ->> endobj -4823 0 obj << -/D [4797 0 R /XYZ 71.731 208.219 null] ->> endobj -4824 0 obj << -/D [4797 0 R /XYZ 71.731 183.148 null] ->> endobj -4825 0 obj << -/D [4797 0 R /XYZ 188.024 172.354 null] ->> endobj -4826 0 obj << -/D [4797 0 R /XYZ 158.345 146.451 null] ->> endobj -4796 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4829 0 obj << -/Length 781 -/Filter /FlateDecode ->> -stream -xڽV�r�0��+X�! d��N=�ԭ���Bb3�@�n��WHvp�h�4���9�܇D1|�|n4DtȌx5���LD[�����\���5B]c�h�F!q ߥ(`Ԙ'_ͫ�J�$�X6e�!u���z�-D��7Yi�P�Gu�Y6�Z�Nˤ�Sa}�� n�;r��Q�g�om��K�[p�\����-�*���sɦ,$ ��R��R\-ͬ��W��qiQf�����6"�L�H#��l�*r�����(�x���"��p�L4�) -NG6t-�l6=�1+��As.O�1�y�,��v�A.v�juUU�G�t�eܮҢ� -���5d&jd��a���B.c���*�\�[����0��&�#�w2v���2OƯTH���s�ruD�𠴣h��������>�ܷ�6��4�X��*5�ؼ�ߵ��^hfj�(�S���"+�Y��A.��X�-ԗ�4W�@�#�w��a���se���-w��s�"I���~7���az;���u��"��ԣ�u�?M���t�B�q�)&y*`�e�C~@SM�����j����e� qH�4�! ���&Eq�r���?M�<g�p���V��剰�"��|�<O������v����[:�'E�=t�N/��D�-�N�lD*���KCD��l�\�������,�]�z[��UK bL̀��$���H/X�+���(9[;��;^U�q��ۭ�Iͫ����;�K4�V���L�����?{�|198W2 L�Nd�w�x��g��endstream -endobj -4828 0 obj << -/Type /Page -/Contents 4829 0 R -/Resources 4827 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4857 0 R ->> endobj -4830 0 obj << -/D [4828 0 R /XYZ 71.731 729.265 null] ->> endobj -4831 0 obj << -/D [4828 0 R /XYZ 71.731 718.306 null] ->> endobj -4832 0 obj << -/D [4828 0 R /XYZ 181.907 672.478 null] ->> endobj -4833 0 obj << -/D [4828 0 R /XYZ 158.345 659.527 null] ->> endobj -4834 0 obj << -/D [4828 0 R /XYZ 71.731 618.68 null] ->> endobj -4835 0 obj << -/D [4828 0 R /XYZ 71.731 595.666 null] ->> endobj -4836 0 obj << -/D [4828 0 R /XYZ 188.024 582.814 null] ->> endobj -4837 0 obj << -/D [4828 0 R /XYZ 181.907 569.863 null] ->> endobj -4838 0 obj << -/D [4828 0 R /XYZ 158.345 556.912 null] ->> endobj -4839 0 obj << -/D [4828 0 R /XYZ 71.731 516.065 null] ->> endobj -4840 0 obj << -/D [4828 0 R /XYZ 71.731 490.994 null] ->> endobj -4841 0 obj << -/D [4828 0 R /XYZ 185.534 480.199 null] ->> endobj -4842 0 obj << -/D [4828 0 R /XYZ 155.855 454.296 null] ->> endobj -4843 0 obj << -/D [4828 0 R /XYZ 71.731 413.45 null] ->> endobj -4844 0 obj << -/D [4828 0 R /XYZ 71.731 388.379 null] ->> endobj -4845 0 obj << -/D [4828 0 R /XYZ 188.024 377.584 null] ->> endobj -4846 0 obj << -/D [4828 0 R /XYZ 175.332 364.633 null] ->> endobj -4847 0 obj << -/D [4828 0 R /XYZ 158.345 351.681 null] ->> endobj -1930 0 obj << -/D [4828 0 R /XYZ 71.731 310.834 null] ->> endobj -986 0 obj << -/D [4828 0 R /XYZ 252.525 265.58 null] ->> endobj -4848 0 obj << -/D [4828 0 R /XYZ 71.731 253.409 null] ->> endobj -4849 0 obj << -/D [4828 0 R /XYZ 71.731 233.959 null] ->> endobj -4850 0 obj << -/D [4828 0 R /XYZ 188.024 221.107 null] ->> endobj -4851 0 obj << -/D [4828 0 R /XYZ 182.306 208.155 null] ->> endobj -4852 0 obj << -/D [4828 0 R /XYZ 158.345 195.204 null] ->> endobj -4853 0 obj << -/D [4828 0 R /XYZ 71.731 154.357 null] ->> endobj -4854 0 obj << -/D [4828 0 R /XYZ 71.731 129.286 null] ->> endobj -4855 0 obj << -/D [4828 0 R /XYZ 188.024 118.492 null] ->> endobj -4856 0 obj << -/D [4828 0 R /XYZ 181.907 105.54 null] ->> endobj -4827 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4860 0 obj << -/Length 744 -/Filter /FlateDecode ->> -stream -xڽV[o�0~��c�'v��u�CtcB�H�T��K<r�3h���p)0:�P!%�s|��;�66\�a#�(��E"D����1�/��E�]���nz��<#BQ�3����sQ�=#� -}bL���L�ʲ��WH�Ǵ\�\�Ge#i�S�+�����{b����.t\���5������tC����I��$� -�0��}#pC��z-�A�, -VJE��5�LJ;N�h���%����-�3'�t��aME�O$ -Eٰ1 _�AA����8�Z���o�d_�|�U���]Ak��&�P�V}�<�p�Hk B�-�jbEļ��s*����+��+ ���i$%��] -��ӂ� p}��N&�� s��Az�$�уE\s1{�C6�BGБ������� ��锳������|�������Ն�=����#������zءA��Dr�[Qbд���*ȥY&s �8�\4N�Z��;���]������a����l^0�=U��-�]��U%-S H�A�1��G͚jQ'���yj$+�ʢ���!g(���ȏ��R��d��2���m���U�s��z������pf�u���c{���M��=������_�Ye����D��ҩ TT-�����wM�Z!]`vʣQ� -��'�7� M�9R��dT&�"e��=�]ܝvѓ�����q�?�� -I��h�ot5Iܶͅ��?p��@/D!N^�!����%�$�t���d?D�ܒ^Gendstream -endobj -4859 0 obj << -/Type /Page -/Contents 4860 0 R -/Resources 4858 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4857 0 R ->> endobj -4861 0 obj << -/D [4859 0 R /XYZ 71.731 729.265 null] ->> endobj -4862 0 obj << -/D [4859 0 R /XYZ 158.345 708.344 null] ->> endobj -4863 0 obj << -/D [4859 0 R /XYZ 71.731 667.497 null] ->> endobj -4864 0 obj << -/D [4859 0 R /XYZ 71.731 642.426 null] ->> endobj -4865 0 obj << -/D [4859 0 R /XYZ 188.024 631.631 null] ->> endobj -4866 0 obj << -/D [4859 0 R /XYZ 182.306 618.68 null] ->> endobj -4867 0 obj << -/D [4859 0 R /XYZ 158.345 605.729 null] ->> endobj -4868 0 obj << -/D [4859 0 R /XYZ 71.731 564.882 null] ->> endobj -4869 0 obj << -/D [4859 0 R /XYZ 71.731 539.811 null] ->> endobj -4870 0 obj << -/D [4859 0 R /XYZ 188.024 529.016 null] ->> endobj -4871 0 obj << -/D [4859 0 R /XYZ 175.332 516.065 null] ->> endobj -4872 0 obj << -/D [4859 0 R /XYZ 158.345 503.113 null] ->> endobj -4873 0 obj << -/D [4859 0 R /XYZ 71.731 462.267 null] ->> endobj -4874 0 obj << -/D [4859 0 R /XYZ 71.731 439.253 null] ->> endobj -4875 0 obj << -/D [4859 0 R /XYZ 188.024 426.401 null] ->> endobj -4876 0 obj << -/D [4859 0 R /XYZ 181.907 413.45 null] ->> endobj -4877 0 obj << -/D [4859 0 R /XYZ 158.345 400.498 null] ->> endobj -4878 0 obj << -/D [4859 0 R /XYZ 71.731 359.651 null] ->> endobj -4879 0 obj << -/D [4859 0 R /XYZ 71.731 334.58 null] ->> endobj -4880 0 obj << -/D [4859 0 R /XYZ 188.024 323.786 null] ->> endobj -4881 0 obj << -/D [4859 0 R /XYZ 158.345 297.883 null] ->> endobj -4858 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4884 0 obj << -/Length 2692 -/Filter /FlateDecode ->> -stream -xڭˎ��>_a���z��9���,&�tor��@Kt�i=Q�^�}�EJ�V�\�ZdU�X,֓�W�ū2�>�>L�|U���#`~{EVa�'0^@���w�j7�����O��t�Da��WG�K��IZ����g�����.)�_6i�<�����Ӡ������nT�8M�1��ҝ՛�<� �+W�p_��]�ځ4����Mǁ,/̣ �-����:�0��ȳ�V�b��$�xO�>��M��<�FXZd�Q}�1O���0���3�S�@>m�<�/]��D[~�*�B���!�2 -t{nd��FUZ��/fp�F�������Q:��iT���{A�� ��õ���a��K:�Y�G]��ƞ���g�tm�8��&�� 0����m�b�8�<���d��3S��9�.�N�{4�#ό@���j�~�����C��t�a�x�;��,���ܑ���A���gmް�8�s6��I���p�-������?`�-����͂V=ᆂU�lUwQ�ViT�����k<i>�����)�g�#���� �`'��H^�����I�!@��I�4��2tkT�����@��G]�f"d�գ���g=�9܈l�~eu�5d.0x6�G�!��d@0i���lAӲ"�匃��U߶z�@���7 -�I�=5u}爉��1�!�^W=8�`�e(���M��<h�։��n� �N"@���c�R6�p� -����z�A�Jo���B6��a�[?<�K>�L�_��A{��c[S�@�N��Ѓ[wd���B������(�ܪZ�r��m�e�d��Ⅴ�,�)&LH0}2�/�}#b����q�e$��[�:a<��ȋ�Tb�I�[CF�S���� �zrIPL'ۋ=Mku3���r�'D7N�c�=��U�f9t���#��N!�`D�n�,S2�����^���b��w��)@a�3�+#|xGt��y��0��'!`���,�.���6w9�2 N -C��������^9�8!-�Qkr��#3~/�f�/�[��lo��KA�� ����I�eڃ��g{��1��+Dw��z\�'��\e�R�;��cK�8���baS�B�H�&���l�������T":�Rn�pYCv�.�G}[�� y��B��K�7�H������9��x��lT���A6�K�r�K:T�U���|!_)�y���@�� ���n��)$�t��!:�Bc��\�|ң������$-(;�)\��F��2B����2'���Le�ʜ)���S��G��~ H��� �_�ї�.?���Uz��y�FN<b��〈��1�A\=`��1�t�6�a}G�Z\�ʷx{�+�-ϩ^"o�v�S: иj �N[R�!{��t��b4X:���365�W�\�շM�N}S�M�����!Z>1[�1��n��43�1�܃00]��Q � V`�sG�p.��v��_���R1!Y����L�C�N�u�B��)0u#���^�1u��y?��U/��}�]���,Iq�z��FFo2}�������2R^_��z)�A��&�`�E -%Μ�M��f�-�H��_|�`W��b�d��,Qbd&o1ýF+���{r_�;Q��Fz*�eM)%���^���}�ކIR/�F��n7��Q���Q�����;*�4��ACyQ�� �'Y�]%����8��T&�\�i>�Ě1(������1z������>X, ]̤�\ƅ�t���,Lj�9�83U��� -�F�- -��?�K�9�Օ|��K(��� -��_�O@ hQ��&Tr�^B�e��A��Z�9a��2NǒA��0Vf��n^��R�<��Pߣ����jtDT@!őj'Um �����`�'�.o�/��p' -�#�oTa����{����n���0_@��Q���CP�&`��2D���-��n�ϭ���)��3��'�7�<�Yn�Qr�<�d$2=���=�EHl��u�@��Q�i�=ij��H�7gvș�t;7���e�$����;��Dl�+0�� �3�۽��Sy����R�:�P�0 %�ޚ���)N}�Nޫ��.�^h!~�6vY �5�bQI� o�v�.�aI�����Lo����Bx�F$��P�ca�IK�J� -F(�D�q�� -߷�F]W�%���l]�xQ�r��J�@���������Y�`/Z�Z��U7o��tz�R�2X���{2�5] ��M��] L�%F����-�Hy�u�Af|�9;�r!�՟(��H2�IPT���%��9�}��n`�+¦��wK��" -(�6�z E �b,y|7�,����T̋.�I��@T)F��jůk�~b*U4�MO��"V��1�.�U���Aڳ��ԢRC����ʔ���_��L�X�k�P��CXT�� �\Po�68�c~����ܒ��~�-�������A��S^&! �5 -�$�Zpxy&���I0BQ�z����̉~ѮT���������ML+�E�׳Ye�|�P-R�f% f�-j9��W�����7��['��!>�xZ~��GO���7��%L#f��P ̋B�_����_v����/�B��H��C�e��Γp�*x_�����z��i��rendstream -endobj -4883 0 obj << -/Type /Page -/Contents 4884 0 R -/Resources 4882 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4857 0 R ->> endobj -4885 0 obj << -/D [4883 0 R /XYZ 71.731 729.265 null] ->> endobj -1931 0 obj << -/D [4883 0 R /XYZ 71.731 718.306 null] ->> endobj -990 0 obj << -/D [4883 0 R /XYZ 531.42 703.236 null] ->> endobj -4886 0 obj << -/D [4883 0 R /XYZ 71.731 682.175 null] ->> endobj -4887 0 obj << -/D [4883 0 R /XYZ 71.731 672.06 null] ->> endobj -4888 0 obj << -/D [4883 0 R /XYZ 71.731 662.097 null] ->> endobj -1932 0 obj << -/D [4883 0 R /XYZ 71.731 638.283 null] ->> endobj -994 0 obj << -/D [4883 0 R /XYZ 168.205 594.97 null] ->> endobj -4889 0 obj << -/D [4883 0 R /XYZ 71.731 586.147 null] ->> endobj -4890 0 obj << -/D [4883 0 R /XYZ 71.731 527.418 null] ->> endobj -4891 0 obj << -/D [4883 0 R /XYZ 71.731 485.64 null] ->> endobj -1933 0 obj << -/D [4883 0 R /XYZ 71.731 415.902 null] ->> endobj -998 0 obj << -/D [4883 0 R /XYZ 312.796 370.747 null] ->> endobj -4892 0 obj << -/D [4883 0 R /XYZ 71.731 358.576 null] ->> endobj -4893 0 obj << -/D [4883 0 R /XYZ 71.731 316.147 null] ->> endobj -4894 0 obj << -/D [4883 0 R /XYZ 71.731 285.262 null] ->> endobj -4895 0 obj << -/D [4883 0 R /XYZ 71.731 202.573 null] ->> endobj -4896 0 obj << -/D [4883 0 R /XYZ 71.731 171.688 null] ->> endobj -4897 0 obj << -/D [4883 0 R /XYZ 71.731 140.804 null] ->> endobj -4882 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4900 0 obj << -/Length 3083 -/Filter /FlateDecode ->> -stream -xڅZK���ﯘ�K�*I�C�#����vj;�Iʩ$��F�R�L��ߧ�� �Z��@�4���$O1�%O�d�����:*�o�Z��M�;�e�����W��i�ܭ����S��,W��i���m�>=���\l}(�-�<�>,�������,ϣv�m"kuKS��Yٺ3]�Ԁ~*[;;���_�|�<��g��n��!�~τ�t3��9o��j%���ݽYG�PvM;[���S0�N���&* �/;��,fG:&������i�kgI�� ;Ϧ�l�xpp3b0}�Ў��ӭ�]��5��6K�ȴ�������r�Ü &��L�%�-�t�S��������y�*|��w��e�������������N�}-�.?�2R z�Ŵ���;��ʆWb�zj���i?��O�a��Vo9XW��=� ��û�+�mZƟm!�lJW4}k^,��;�k�h~n%�Xx�Й�k�5��%��ú��w/^b�F�;��:��E���w��b���BU�����{�.�5��k��nΗ�2��E�@�iv�ֲؿ��>����(f���iYUPL�ʈ��������ײ;5��4���<�t��� �^o�t�'�x�x����"U>������ #�G����ߠ!��*�.��*���i��YV�6x����\h�辎f�=,��fԮdA`�ݳ��T�Δ/��d�і36���&��[u] �xg&����O��~.���,������H�]����Ǵ���8yTxR����#��v�̋������,Y��e$�ۛiA,�i�r!|rM��A��WxD�_<�\c,��8a��`$5@�ԯ�F\�5�y�4��m�Keȋ�ms�>��D[��P)<8��T�v�"��pvV��~Ј(;[��kΊcd���w4�hc��ߥg�达����]"�u����%|[��ʮ��Ol��S�bz��`m<U��٠�Cҭ�u<�7�g��y�݈�"��Ge�lu��$��w��^�*�TUì~�����3��*��ڃ'�C"�=5�a�@�����r�*�,c7Fq�4��#$=,P�[�4eku��.P����Ŵ�C�<Pn�E��%���FϨ�?;l�(���� �7C�ipR=%�zY5M�V�I�� -�G���HcP�#<t���9�&aF����,86���.�r�7E������e��$���=�����S�L���dX��z�T ��u��l.�;;�7�����%�.�`�'2�4�9����x�fk�+��a���1���ݓ�?� � ��,ALH�d��;A��Y�������g��]�"�/"0�F][�Y��b�Ӣ���7�%�ԫ ���+��lEs>۶ ���FW��E|���E�1c��;�cv%{��_f�1���-ǡ�S(�?mw�Y�vp�Қ%،�3W���g�����r�J�+H��?yo��ֲ�'����'��Rl�8�`�I�<#Ks ��� te�C� u@1�2*�(�pXz�㮱�O�t_�x���3� q|Q>,���D�C���")N5����M�L.���>S%$�7�Ik���Y�UzN�6�`:A97�䂭ǾUUM�rGw�q�m, -gx6���^�(�[�Zb�;Ĩ�jiJGF��_S�")� ��s���������)N�/��Ũ��70A�u��@\M�� ��ފ\r��<B[7�� �?��Gi�*Do*�x�D�����>4TS���_p�� ٣�%���n��VhTY�� œ�fs��3w���\7�nf&r����b�R�f|o騌��d�Q����r( ̢��zSS�~1| �b䩧3y����D�&��i��I�V}�����m�0ʁ]`..�,��9Fe��=J�7D�<��|���4�̋ d�1ծ���D���D���i�5��SE���Z�W�U1Ma��q��QT�i�!�FTa�^��LT��j �S���g�>��)�Y>��)�n��m$�F_}8�����zGp}�6���"�_�g���F{:�蚜�`�ІC��Ӵ��e���6dy@h�r�$����gD�9q�k��F�H�#G�u�;�̓gN�� 7�b"�I���9�z�Y9�� ��T�U_<� u<H�4�h�����7Hγt�S��qi��qZ���!9Y�/Ԁ��tjX��D)gt���}�3)���H�L�|.Q�i�jR@�Hy�jřRTC9�F���g"�v(�t]�0\j�� �\�.�ǜ��u������@���T{7��$��G��Y{i�Q2��m�De!����Qh��`ߣ�V�B�$2C�!I�ė �f̍&�qV�T=�g�;����H��䑛 Rwj�JI���@�F�HbfՑ��#dʮ<6J�y��8-z�<q�J��m�#�m����]���v�}q��p�\ֽ��A2�<�N�$s��)4��h�|I����7�~�����4�d؏3n,hs3��rL�� �ol`�<=3�[�@�7�V�Ц.t5��o������W� ��u���.�����]��:��[^�e���%���lX�b��r�A$��Wu]<je�� -b�=��H�"�-j��&6T��#�*fJ�8١����v�sʻ|�֮��+�:u��}�[ko7S��Ũ�:��a���k�,��Sm�V��]p��5�?`�?_%�<�� -H���s�-�~�L� ?8����o����#���)�D�>� �� ���)�J�A��7�/��6F}��(�_ -��va!�o���D���6�� ��/?Y�o��8E�z���B�C�����7�����a�ó�cq��H�������k�%*,z�&����=�8��ޡ��[^KI�b���lp'#�^6AC���Ғ�l^l~�o��{z��v�f�d�"�[���c�]G�h�ż"1;=ەg��(�i����X| ���z��E����j3�x�^�l�p��Hބ�t�:���Ŏpf4ZY�? -n��gy�/ -����r�l��_+�-������r�X����K�1��̢4 endstream -endobj -4899 0 obj << -/Type /Page -/Contents 4900 0 R -/Resources 4898 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4857 0 R ->> endobj -4901 0 obj << -/D [4899 0 R /XYZ 71.731 729.265 null] ->> endobj -4902 0 obj << -/D [4899 0 R /XYZ 71.731 662.351 null] ->> endobj -4903 0 obj << -/D [4899 0 R /XYZ 71.731 592.613 null] ->> endobj -1934 0 obj << -/D [4899 0 R /XYZ 71.731 535.826 null] ->> endobj -1002 0 obj << -/D [4899 0 R /XYZ 237.066 492.728 null] ->> endobj -4904 0 obj << -/D [4899 0 R /XYZ 71.731 480.29 null] ->> endobj -4905 0 obj << -/D [4899 0 R /XYZ 71.731 401.331 null] ->> endobj -1935 0 obj << -/D [4899 0 R /XYZ 71.731 381.341 null] ->> endobj -1006 0 obj << -/D [4899 0 R /XYZ 254.178 338.244 null] ->> endobj -4906 0 obj << -/D [4899 0 R /XYZ 71.731 325.806 null] ->> endobj -4907 0 obj << -/D [4899 0 R /XYZ 71.731 231.838 null] ->> endobj -4908 0 obj << -/D [4899 0 R /XYZ 71.731 200.953 null] ->> endobj -4898 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4911 0 obj << -/Length 3183 -/Filter /FlateDecode ->> -stream -xڍَ�6�}��Ȁ��:,kߒ̑�&A��,���,�m�Ȓ#����o�(��<�L��*�X7)6��M,�8�?q�C�ɮo��3�||#b� {���7�~�M�&�`�t�a�~���=F��)�����&���{��#�y����_�Ƈm9�6�)���pdե]QW��s�ɪ���>����S��(�����\�L�����5����Z��n���)Z�m�w�v2���������h(p�K����Y]u��4�4��Fz�.u����hT��B�_dYR�I��Fj�y�vM�K+�g�\mE��G�ě�8:ϊ�����݄��_O�!��"�7�o�lw�����\l���1���Z�� -'�y��ʤ=���8�"��l�݅Z)������p� JM�˄^�b��r�ŝ������a����A���(�G�:/��<?S���<C4`�/��f�{+Pƣ��_S�"����J�i�S�: I�) i��A������w��J�����rPǽ��,�La�ڏ���Y�:�h����b�Β��`�"O/龖t����L[�ǹa������������[#����ƃ -�-� ;�b�A����p�,��˄�ץ�ٸ:N��N��yy�Z#�mY�+�c�j�!K��f`�{�̆��!C.�4�!�[ݶ��<��0@sj��M�'־4' ۍ��zo;j�����i{#,i�]T# �v����16�1x�c����{��^�@�����h��rǴ��{8�s�ƿ=m��J{�i��*cN� �=��<m�Ρ����\�g��Ë<R��G� S3C��vGPř�;��Lx���[T�<���WM�ܛ`e�4��ym��Z�uV�@���R�$2]��9�m�\��B������{q����$t����w���a���EK>QT= -���敩�5���<���U -�z�_W���3f�>�7�����\��"�ڷ�=��f1v�uS<UZ2�� ��l���a@K��&�k�"�D����&�� ^g do�Lu�F��~Qg���� -�Z��sA6�@v~��Si�S+�>��:��i$]�c�t�*���.�SR�&��`�����F�7X|��'�kv��&�8~)n��<Z�Պ���h�J�m�ی��~��Y҇~0U��`��M�d���`m�I��}*nJ� ,U�ӳ�C8���z�% iآ�Ɍ��r�N��7(X� -s�:Z�����"M��Ffb^c�C�8^�fIc4���%����Pc�h��"�ϐ�i4,���U>n���U�-�����+"��mT-�p���Uw! ��|��"f)� ȧw�g4����Vh��"������L�HEL����ȅ�B�A�ۮ�i}�6�(�6a��K�� {fN�M4����l��z���#�*��s;�Mo�=�M�5`�D��9H���cln]GI+G��K32iF�=8��� �qp�Ԧ���-�� �0[A� ��XH�/�G�Y<�)���B~�V�w�������S\�`@��TT� }�S�&q�ub8+�b�1��~Jd-լ js�D�����xe��(����1���Iú@>�G)"�U�j`�l�:�XL��֪��27�+����R-@�>�*�3�I�����a ��&�ՀY2���qI�fh=��5�#�3��;��X��ޑ�<����gq�AVV��N~!Q1^NJ������d6��J�ХK���L��i{�b��Q�|3���k�&��-Ĕs!���- -C��.=Ȣ(��qQ&��2a�a�F%OH�@uxbTf�b�w��Z9݂p�C� ��=,D��7`���ѨU/�kJ�1��h�h�'�f��ЫR��$9r�r��vG�,����w�ɣ!��GY^�P����1ٺ2}��Pݣ -*�<�ӕ��W�6����J�1$4��g�KM쐷O_Đ�ecԓr�����k�f�d��P�r �Ӑj5��5Q��1 -'�yX����5pMw�|�e&04Y#UXx ���ٟ �R� -����S@�!����n��Z�����6nipfK�#�&W4�d0P�u��A_ݛ?|��P��-�%��\�YS�H,��� ;B�i��'��.��G�Dv�{���9�Y�D�dj,$ȉ���є�Cs�F�B:5F�QWj�>hq��f�n��HYS���OUy8��#cIA����0e�Uv��:x�v�e�ڠ���G?JΚ�joi�#1\�U1���>S�V�C^��!V�j������B�Pu+=c�k�1X�_���슱���ZFʝ�����w��<]$(�����jƑ���T��9}��h ӪE��s��( �\. �v}�*����هZ��3E_�۰��+��ㇶj9S���3�bҸ�]͖:�%���+�a����,�;R��+����@X���,h���:}�x�zmt&&�j� r,��|��� -/X 8 ���S� ;��h�����#�u����x��CƑ�!����/�h��,�D۷4��a�ɼ�ZFY����ͽ�� { ��i-u��8�٢���(��+�i.f+V��N����V�dR�ʊ2�.U,|����� -M:�+��o��;��a�k���6����d"�/��2��T&� �cI.gh=��5�#�s��H��q1Ji�����s��Aݛ� C?Ѽ��";��[>/�2��4��T+�(����@������iZ�B2�*�<a�M"��+�:^�Yq/y�H>���˻9��A/v,Q�{�q�\H��%�@��T�l4��_%jJ�D���UQ�,e7��d�&,1��߾�r������wm�t�:`V �8|��S�K�H��z��?2`���AN��xJSZ�Oi��-Œ#�5Ҽ�6ύtR=Ex惰�mH[�c��va�XY7:����"��B2WYC1�Qj�^�n��r�W�\��~v�=,Bt��}��?� 8��5�T�1�`\�g�M����A(~�#�Ӳ8�2�F�*O��l���-�:]�)�X T�!hF�����0' ����OF�������� ?��q�mHw����n�+?��8-y��ʖa�!d;Q>z B�'�����l�]{�@�%ǥ'�SJ���endstream -endobj -4910 0 obj << -/Type /Page -/Contents 4911 0 R -/Resources 4909 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4857 0 R ->> endobj -4912 0 obj << -/D [4910 0 R /XYZ 71.731 729.265 null] ->> endobj -4913 0 obj << -/D [4910 0 R /XYZ 71.731 741.22 null] ->> endobj -4914 0 obj << -/D [4910 0 R /XYZ 71.731 718.306 null] ->> endobj -1936 0 obj << -/D [4910 0 R /XYZ 71.731 688.254 null] ->> endobj -1010 0 obj << -/D [4910 0 R /XYZ 201.827 645.157 null] ->> endobj -4915 0 obj << -/D [4910 0 R /XYZ 71.731 636.334 null] ->> endobj -4916 0 obj << -/D [4910 0 R /XYZ 71.731 582.586 null] ->> endobj -4917 0 obj << -/D [4910 0 R /XYZ 71.731 577.605 null] ->> endobj -4918 0 obj << -/D [4910 0 R /XYZ 89.664 556.848 null] ->> endobj -4919 0 obj << -/D [4910 0 R /XYZ 71.731 528.788 null] ->> endobj -4920 0 obj << -/D [4910 0 R /XYZ 89.664 513.012 null] ->> endobj -4921 0 obj << -/D [4910 0 R /XYZ 71.731 485.326 null] ->> endobj -4922 0 obj << -/D [4910 0 R /XYZ 89.664 469.177 null] ->> endobj -4923 0 obj << -/D [4910 0 R /XYZ 71.731 467.02 null] ->> endobj -4924 0 obj << -/D [4910 0 R /XYZ 89.664 451.244 null] ->> endobj -4925 0 obj << -/D [4910 0 R /XYZ 71.731 449.087 null] ->> endobj -4926 0 obj << -/D [4910 0 R /XYZ 89.664 433.311 null] ->> endobj -4927 0 obj << -/D [4910 0 R /XYZ 71.731 431.154 null] ->> endobj -4928 0 obj << -/D [4910 0 R /XYZ 89.664 415.378 null] ->> endobj -4929 0 obj << -/D [4910 0 R /XYZ 71.731 400.987 null] ->> endobj -4930 0 obj << -/D [4910 0 R /XYZ 89.664 384.494 null] ->> endobj -4931 0 obj << -/D [4910 0 R /XYZ 71.731 371.443 null] ->> endobj -4932 0 obj << -/D [4910 0 R /XYZ 89.664 353.61 null] ->> endobj -4933 0 obj << -/D [4910 0 R /XYZ 71.731 351.453 null] ->> endobj -4934 0 obj << -/D [4910 0 R /XYZ 89.664 335.677 null] ->> endobj -4935 0 obj << -/D [4910 0 R /XYZ 71.731 294.666 null] ->> endobj -4936 0 obj << -/D [4910 0 R /XYZ 89.664 278.89 null] ->> endobj -4937 0 obj << -/D [4910 0 R /XYZ 71.731 237.879 null] ->> endobj -4938 0 obj << -/D [4910 0 R /XYZ 89.664 222.103 null] ->> endobj -4939 0 obj << -/D [4910 0 R /XYZ 71.731 206.995 null] ->> endobj -4940 0 obj << -/D [4910 0 R /XYZ 89.664 191.219 null] ->> endobj -4941 0 obj << -/D [4910 0 R /XYZ 71.731 176.111 null] ->> endobj -4942 0 obj << -/D [4910 0 R /XYZ 89.664 160.335 null] ->> endobj -4943 0 obj << -/D [4910 0 R /XYZ 71.731 158.178 null] ->> endobj -4944 0 obj << -/D [4910 0 R /XYZ 89.664 142.402 null] ->> endobj -4945 0 obj << -/D [4910 0 R /XYZ 71.731 135.264 null] ->> endobj -4909 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4948 0 obj << -/Length 2661 -/Filter /FlateDecode ->> -stream -xڝYK���ϯh�%2�v���=�>f3�nr�N� ��l�63����:�>��(ٳ 4�b�X�*V}�ç-��Oy��ch��&�ҧ�����3?� ��EX^<�o_���]?�6�,~z=>�I�I��SG�"��^�o�W�T���K�n��7�����p��*M�n�1����*Lӗ�m��d�qf���?���uT+��ͮ�Ss�S=�'���b' in�U� >��4(;[6=�ow���-�+i��uk�U�p��gc;پ6@q2�����k�ܾ_����fq<%�r~n+��v���]�!�s��whl���Aiд=7��+�Ͷ���f'Τ�p�ˀ -co/���ls�k/�K�"�*L��[д��/��ތ���b�����n��8 04������&� ��/H����휹��{^�kעr�l�l��Ch��H�ms��*�C���T�3}���:^�������Ԏ?$K���[��vpL��]o�{y9�S~˯��Z��,"<L��L"�p�1��3(����3�Td.{���6B>����Ѹ��Y�}��e#zt��N+�����+�f�!����c�S���,�R�v�4h�Ƃ(���Q�I��eS�]5�xly\(ҠÑ�n��s������E0\y�g[�d��>�P|W9�fb�ut/�y��x�u�oŻ�Z�4o�e��;����j������o��}�.���������cP�8�#1���=�Z|8��-�(�@ίܟe�(�e� ����7ٮ F��J<��R��M5I��[���9�fw3��8J)�"�?)���/�tۊ��ܵ��,�]W6'=�,�³��ae(���q ��(c��� �u��lѶ�;_V���*C�b�����K&�@�;�%t\y1�9_�q�WM_��Ÿ�� �{!��P��B'<�1�&[*˝6�k}:��NT%*;46���\�G��5O��H�(;<� �5TA�a�T�`j�<��~�˃�����+U���D-v��������X'�8���8*���{���u��Q��L��$�cjgݰӘG����Dj��qMDʉ��\0P^��W1SD���lv�P�"~븧@��y���}s�B�8蒞!aK�y�S0�"��` -����̇R��bN�L���,@^�S�J�� -���fH��\ - -r���'�5BgP/�n�8#�� א����6�0T;;�AoX��4�-0��#ŕ����f�ɟmf��L V��4C�6�����T�*N�8y���%ӝ��,�9X`J� ��FA� �@��洌(�0����l�}�G�.Y�W�%��Ts1Sm3�s��V�Z�U]�"ő����? ��[ ��#�8g��;��@8�ؚ�Cs��D�Uk Y O��/2Y�z&�}�8�����C�L�8Rςএr�_�ީ.�`���/$�8���0��Qc�B6��FK�Z��Q�W -��F��Hg���P�.L���v@?���'py�O�@���G���C@5�3#��4��p��Hz������O�����x�\�HBu������0Z��TXaP�#�>�*ݠ1 -z]ʏ���;3;;��� -�)g�a�My��Cc�=��#�B�̊��^��>���],��S�pq���`��b}�'IE@2MM���,{u���W�3��dŘ�r��+�����Z�uL75U/�<��AR3\��U���?�Sh$IL1���_�륀drK� -e]�7>~��mBQ7LD���?� �(#�1=�%�y���H.rգ7�� �z6��"��)��0�=H�0��;̸))�1cczw���?�a Yu�g��� �� �����P#��x`oF ���S �H%���V"�P�:*|̑{ f�,�܋{� ��{q���k<��g@�oW����{SA�&�gyP�`��m��Scz�(�nv��0�=�m�� -�����$�0������M��Y��~�z�!�!);����V·zl���2&r�G�"�d�6��cJ7!F`U8HR���D�]A�$Ca�v�J�Xf��%l5P؇�y�v|2�w;l����ta :-��P��AVxh�\�Wr�Y�WL*����nH������9&�u]�H�n��n�e�we7p>���P�{I�*z��1�_)3���<Q���;)iCˇkL�qWF��+ύi1<��Y�+�=�+^�O� H^�2A.��c<�J&Lge-t�=�wV���I+a ������Vyצ��7��\|����G��y��Џ>q&�h����8���g��N�����C�M�g�&�rn��0�n�3v�w:���e>������~�T��X�Ux}3��_Ǿ~�%1�=��SgNz��b��@e�G:�E�UF����-���Vم\=1��.��4�ܛ���$/)���W}aeQ����{�Ȗ�l��D��9x{��ى�G�D0����7��2�QW|�,ǒ��\�_��r��#gG�>�^�������f��Ηn&��r��ѡ�f�)��M��;�\e����~{]/j�_H�bS��o�D<���B�F�f���n���t�w�/z]B1endstream -endobj -4947 0 obj << -/Type /Page -/Contents 4948 0 R -/Resources 4946 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4857 0 R ->> endobj -4949 0 obj << -/D [4947 0 R /XYZ 71.731 729.265 null] ->> endobj -4950 0 obj << -/D [4947 0 R /XYZ 71.731 646.476 null] ->> endobj -4951 0 obj << -/D [4947 0 R /XYZ 71.731 561.729 null] ->> endobj -1937 0 obj << -/D [4947 0 R /XYZ 71.731 530.844 null] ->> endobj -1014 0 obj << -/D [4947 0 R /XYZ 279.296 487.747 null] ->> endobj -4952 0 obj << -/D [4947 0 R /XYZ 71.731 475.309 null] ->> endobj -4953 0 obj << -/D [4947 0 R /XYZ 71.731 433.147 null] ->> endobj -4954 0 obj << -/D [4947 0 R /XYZ 71.731 365.466 null] ->> endobj -1938 0 obj << -/D [4947 0 R /XYZ 71.731 321.63 null] ->> endobj -1018 0 obj << -/D [4947 0 R /XYZ 303.224 276.475 null] ->> endobj -4955 0 obj << -/D [4947 0 R /XYZ 71.731 267.652 null] ->> endobj -4956 0 obj << -/D [4947 0 R /XYZ 71.731 221.875 null] ->> endobj -1939 0 obj << -/D [4947 0 R /XYZ 71.731 178.039 null] ->> endobj -1022 0 obj << -/D [4947 0 R /XYZ 394.793 134.942 null] ->> endobj -4957 0 obj << -/D [4947 0 R /XYZ 71.731 122.504 null] ->> endobj -4946 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4960 0 obj << -/Length 2497 -/Filter /FlateDecode ->> -stream -xڍY[�۶~����%Ԍ/�H�Onj'�I�>�L��D��Tx��߽�)��X,w��o8�*��* �4��h�G�d����#�|�&�'ayrx�����C���~�^�U�M�m�_�q�gI�z)����\t]�?�OQx��������u�x�:N=���ɇ�:�tݫ�45S�ar]wz�����y�2��ĩ���/Zny�L���t� ���,���:L��M���S�^��o����b*����֚�g�鄷R�l�M˃���D���y�O<R�hcѠU���� -W��V��Fӏ��S�~�aA�.����0��r@� �EY�>&�w��E�e�nz���\����I�$40j���|�8AS�y�|E5����l�?fK���O����S�-y�u/��~�[0�l�!m��M}�h�I0*��Ԕ��x�����dW0���;�i�V�֬#��N�����`�8ڦ؇������ah�Gd���px���I/�4���?z������Z�i�H�t. ��(����P�2:m�� �ހ.��K�s���ʼ�97�B����I�'E���X �%�o�j{rRK&�_��u� -�2;6�"���?_!8uL^z>q�-\gu㵃H�T*��&c����:�^��� mq Lh��6�x����0� L���Şqw�?`�^M���y�D*��V�DmmSg� �CӋ��멩��I�S��+�(L�a�I�GqB���4g�ת�0���Ϣ�Ov���:N\�h�������zKGt��_ #؛W���� �r�����o� \t�R��o�a��k^�[ܸ5El�(����%�A�H��K&���;?� ���NR�dK��z�0O1��^o��u=�|fK8�Q?�R�[d�]tnTœ�nϦ�FCʶ9���3 U�C�hk�m!8;X�L<��y��:��B��|nq(U~���c,�HQUŃ�c@�Q�(tC�X�* -#�(��v�|s4��6Y��t���������?H{k�����:��2�p(a� �X�d]�'/83��P�M#٬�c��TE�az��;���>V�;���A?w?�5���Gۉ�N3���� -���C�A�W��YC�a.�ׅ�X�i�� \�mµ���ͤ��l]7������)t�`^�W���T��XwP� c��X�Hc�}�4F��k���0��.���$p����6�b aƕ7���Υ�3������*�0Kz���3"����|WK��í�zq��^��� ���H�y �7D�\:��d09g]T���kL��)/�s���Cߜ�s� Vuc������!��I��#��xl}o�����K��`4^�� ��n^�@�f�H�6�'�;�fT�s�4�S��Q�53�(�FR��v�MA���g���/��~�H�$�)M��[�%���W%�]�p49&��+����r���SA�����I�C?P_�O�S��T�e�Y/��{ �R�E ��v�'�|nʞ.@�TF.CI��p1�����P�5��",�A�Z0ˢ�Fb~d�@�W�K���,r,����A(���(?(۷;��e�������0���dn)R$;� ��ҙ3��[����bZ�3��$_ �1�T�N6L�'���q�X���z�,��n�(e�� �2��ӽ7�n��x����)�g+ K����ͩG�^�~~�^��c=���B�g���.��G������.J#���r����q -'�wWp�o� C�<@$R��PO=��>hb|&|\*v�f�*�Bw�O��ڐs_c�0D)��l������4yKG��V2�B�C�8��)����<����>��8�,P1��0�t���+���!�QS�_>\q�A<q�M�H;O�����Rۢf;����4wp4�o'���uΣ���/�[j,qQ`�j�%HyM�y�[�OѪ���W��[:��+�.�S.���t;�/��y����q�\���.@n��Z�W�p��0s�^���-�����OMc/@��U�ܚ.Ra�Zp�t\���N�U�`�:��m�t!��j�bz�������U�;�A�ݒBC�_��4)1�I�n�;��gS�W�q����d ��X_���B$�Ӕqh7���i��W(L��JCR���c#LD�f[�`���j1=ʉ}�ئ�_��{�K��:4vH�e|jܰ.L��@�����V�6��P�Mo_�.O%�S�������B>�o�/ Ek. ������{�If�8�~���~�/\�����鏳7��ߺ�����O r�Ew�4�so���_)>?������������d���b[�4�� ��#'H����a�6 �}0Z�i�{�Ʒ���4tj`�~�k�S좩�E�������¾ɬ(�����_x����?:m3?�/��mb���[�~�����Pv���ޏendstream -endobj -4959 0 obj << -/Type /Page -/Contents 4960 0 R -/Resources 4958 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4971 0 R ->> endobj -4961 0 obj << -/D [4959 0 R /XYZ 71.731 729.265 null] ->> endobj -4962 0 obj << -/D [4959 0 R /XYZ 71.731 675.303 null] ->> endobj -1940 0 obj << -/D [4959 0 R /XYZ 71.731 631.467 null] ->> endobj -1026 0 obj << -/D [4959 0 R /XYZ 182.287 588.37 null] ->> endobj -4963 0 obj << -/D [4959 0 R /XYZ 71.731 579.547 null] ->> endobj -1941 0 obj << -/D [4959 0 R /XYZ 71.731 494.915 null] ->> endobj -1030 0 obj << -/D [4959 0 R /XYZ 188.364 451.818 null] ->> endobj -4964 0 obj << -/D [4959 0 R /XYZ 71.731 442.995 null] ->> endobj -1952 0 obj << -/D [4959 0 R /XYZ 71.731 384.266 null] ->> endobj -1034 0 obj << -/D [4959 0 R /XYZ 365.182 341.169 null] ->> endobj -4965 0 obj << -/D [4959 0 R /XYZ 71.731 332.346 null] ->> endobj -4966 0 obj << -/D [4959 0 R /XYZ 179.356 293.707 null] ->> endobj -4967 0 obj << -/D [4959 0 R /XYZ 71.731 286.568 null] ->> endobj -1953 0 obj << -/D [4959 0 R /XYZ 71.731 216.83 null] ->> endobj -1038 0 obj << -/D [4959 0 R /XYZ 433.251 173.732 null] ->> endobj -4968 0 obj << -/D [4959 0 R /XYZ 71.731 161.561 null] ->> endobj -4969 0 obj << -/D [4959 0 R /XYZ 71.731 137.065 null] ->> endobj -4970 0 obj << -/D [4959 0 R /XYZ 71.731 127.102 null] ->> endobj -4958 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R /F23 1217 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4974 0 obj << -/Length 788 -/Filter /FlateDecode ->> -stream -xڕUMo�0��W9�@�ٖ?�S��]�bV�4��J#ԑ�Y�?QTܦI�"�&��')"���"��CR�$ςf=��;;s5�}�܇̟Ŝד���r�ˀ�M�*(XB�, ��9�l�j�C8O��|�8^}���e�eĄ� B��l�aL�� �B�Z6B�"�]�\�#���*ٛ��1Gԓ"(-���1ͫ4(���4u̇0*Y��U�O�d��Հ��h�_^Jn�Tw8q�����\,~ X/�닛�;9��ERri��tg�������@�?k�X�H�g�j_�pΛ�� �m�ǶY�������]<áћ0��#zz�#ֵF��9���j�m+�m[��7=��9t��v́fN -fJaEn�G��њ�VU���Y��G�Ec��$�}BDi���P ���0Cwg��?��^�G�)�R���-:�3����Wd%{R\�he7���pGm����jԳX����ʟWׁĆv�`�i�ډ%���s:&��ޕc���p�� ��h �װ5A�ӏhw��+`#v��.�9�M�zs�Y��� /6�+�4נ�zŢ�ؕp��)� ��H��B��<���="���}g�z��34wG#���ڽ� �c7rw;�>�T�ᱴ�6�pۜ�݉�lU�`E���J{'��=��:�Zl��+ �^;�<7��%1���f�8�q7���r%�0�p�oom��>H5hD7¬�0&����ya��8����9c���ocZ�2.�|=�B��,a4b�>������_*��endstream -endobj -4973 0 obj << -/Type /Page -/Contents 4974 0 R -/Resources 4972 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4971 0 R ->> endobj -4975 0 obj << -/D [4973 0 R /XYZ 71.731 729.265 null] ->> endobj -4976 0 obj << -/D [4973 0 R /XYZ 71.731 689.765 null] ->> endobj -4977 0 obj << -/D [4973 0 R /XYZ 71.731 647.771 null] ->> endobj -4972 0 obj << -/Font << /F33 1322 0 R /F27 1224 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -4980 0 obj << -/Length 1875 -/Filter /FlateDecode ->> -stream -xڭXK��6��0���5W�[�m�6�Hٞ�"�%�&"��(�����ᐲ���!X,4�FCr�o����,�,���,��Y�� -gkx��;�$�X�F _x�H㜕E<[L,�����=�gQȲ��ݯ�UEq6��� >6���<���� �i�x���ᢼ�/��6j�!I�J)Ե�KVf1Z�#0\p�!����1N1?(r���#V��j�v��H0�f�^.I0���4��< �F����6����]Tz�5J�Ñ�tb�\�/��M~�J���kCkC���ΨvM��0�ih�Zz֪�ՠ{%��%�C��J4��������?��e9F����Ee�� Ke�K3��h�>��רd?�C�m3�ap�f��������K�x����% ;#�c����);Y�r8Z����6���л9� @, 7��Q�=� �^X7N0*ۮ��q��w=I�58UP�pfA���ܞ���a�Ҵp�l4DB�R�s�g�`L�t*���jhd!�B'��C��ہ>�v-�F2�@���1Vv��;��4;d���O���f��t��]yo���<�c)Cע��pM3c�?A��$��x���-n��mi���J[�$0���Rƈ��DXQ#h�k�]`� ���[��� �X0��n��ߝg�R6J��l1/��6�e{���G��a�E�;�f4M��}�����E�VJ"i�����r�������Gi�9 �n%��h�B�Z�����(v�(&��ё)�j0q�ky5�`Hh�V����#�1%L!���� C�kz����(���� -�[`.�)�ΎmCǶ�ŀPת ���'�辁����±~8���!�8�ӧGi3)J됿�\��r,��Kb0�odK��R�B�<��SͥbW�@k;Y� �p3�ۛ@@����~}S��,"�lu}S�^B��6���F� �#W���~lJ���ℳ����%%?�)N�c�Q&�'�l11G-ƔJ��i�K�q��9��E�P��#ؼ�89�|�˽��j�����w.�U���3�������M���d�LN^���-Кvּ�O��s�Uɜ�h�5k�*�3�e���;1�d|����F��\&���p��y�B�@,���F|Zd�e:"g�@lԁXdToj�-���eu�x�?|,���/4��~��Xfp��C�y$�]�i#�}�q�m��LX���I�#�S��Lu�:�� #�ak{ުp���+�Ð��o5�v����%Q�1S��ɻ��?���0|�R���7#"��Qh�9�1��䧡�`�i;G�H�%5��i���bD&��-g�4��8�G�y/�#8{�"K�҄��(@��,ԗ���,���պ�Uku1���f`���(���nLѨ��$�4�=���J�/ �Ԩ�!+`7Ӷ�#�`�5\8��_n~�'���v����5<2˩���˹e�8$ɫz��e���h -��� ��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 -\ƥ���0:]���x���XNWxendstream -endobj -4979 0 obj << -/Type /Page -/Contents 4980 0 R -/Resources 4978 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4971 0 R -/Annots [ 5026 0 R ] ->> endobj -5026 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 -4981 0 obj << -/D [4979 0 R /XYZ 71.731 729.265 null] ->> endobj -1954 0 obj << -/D [4979 0 R /XYZ 71.731 718.306 null] ->> endobj -1042 0 obj << -/D [4979 0 R /XYZ 160.355 703.236 null] ->> endobj -4982 0 obj << -/D [4979 0 R /XYZ 71.731 692.504 null] ->> endobj -1046 0 obj << -/D [4979 0 R /XYZ 208.364 644.101 null] ->> endobj -3854 0 obj << -/D [4979 0 R /XYZ 71.731 629.175 null] ->> endobj -1050 0 obj << -/D [4979 0 R /XYZ 117.14 620.82 null] ->> endobj -4983 0 obj << -/D [4979 0 R /XYZ 71.731 615.714 null] ->> endobj -4984 0 obj << -/D [4979 0 R /XYZ 71.731 610.733 null] ->> endobj -4985 0 obj << -/D [4979 0 R /XYZ 118.328 584.955 null] ->> endobj -4986 0 obj << -/D [4979 0 R /XYZ 296.214 572.003 null] ->> endobj -4987 0 obj << -/D [4979 0 R /XYZ 71.731 536.138 null] ->> endobj -1054 0 obj << -/D [4979 0 R /XYZ 86.646 483.825 null] ->> endobj -4988 0 obj << -/D [4979 0 R /XYZ 71.731 473.496 null] ->> endobj -1058 0 obj << -/D [4979 0 R /XYZ 107.616 460.544 null] ->> endobj -4989 0 obj << -/D [4979 0 R /XYZ 71.731 453.501 null] ->> endobj -4990 0 obj << -/D [4979 0 R /XYZ 71.731 448.519 null] ->> endobj -4991 0 obj << -/D [4979 0 R /XYZ 256.795 411.727 null] ->> endobj -4992 0 obj << -/D [4979 0 R /XYZ 392.166 411.727 null] ->> endobj -4993 0 obj << -/D [4979 0 R /XYZ 71.731 409.57 null] ->> endobj -4994 0 obj << -/D [4979 0 R /XYZ 71.731 395.623 null] ->> endobj -1062 0 obj << -/D [4979 0 R /XYZ 320.85 382.238 null] ->> endobj -4995 0 obj << -/D [4979 0 R /XYZ 71.731 369.615 null] ->> endobj -4996 0 obj << -/D [4979 0 R /XYZ 71.731 369.615 null] ->> endobj -4997 0 obj << -/D [4979 0 R /XYZ 71.731 369.615 null] ->> endobj -4998 0 obj << -/D [4979 0 R /XYZ 71.731 357.916 null] ->> endobj -4999 0 obj << -/D [4979 0 R /XYZ 111.582 341.391 null] ->> endobj -5000 0 obj << -/D [4979 0 R /XYZ 71.731 329.271 null] ->> endobj -5001 0 obj << -/D [4979 0 R /XYZ 71.731 329.271 null] ->> endobj -5002 0 obj << -/D [4979 0 R /XYZ 71.731 329.271 null] ->> endobj -5003 0 obj << -/D [4979 0 R /XYZ 71.731 317.069 null] ->> endobj -5004 0 obj << -/D [4979 0 R /XYZ 71.731 317.069 null] ->> endobj -5005 0 obj << -/D [4979 0 R /XYZ 71.731 317.069 null] ->> endobj -5006 0 obj << -/D [4979 0 R /XYZ 71.731 304.118 null] ->> endobj -5007 0 obj << -/D [4979 0 R /XYZ 111.582 287.593 null] ->> endobj -5008 0 obj << -/D [4979 0 R /XYZ 326.852 274.641 null] ->> endobj -5009 0 obj << -/D [4979 0 R /XYZ 71.731 262.522 null] ->> endobj -5010 0 obj << -/D [4979 0 R /XYZ 71.731 262.522 null] ->> endobj -5011 0 obj << -/D [4979 0 R /XYZ 71.731 262.522 null] ->> endobj -5012 0 obj << -/D [4979 0 R /XYZ 71.731 250.319 null] ->> endobj -5013 0 obj << -/D [4979 0 R /XYZ 111.582 233.794 null] ->> endobj -5014 0 obj << -/D [4979 0 R /XYZ 352.018 233.794 null] ->> endobj -5015 0 obj << -/D [4979 0 R /XYZ 135.374 220.843 null] ->> endobj -5016 0 obj << -/D [4979 0 R /XYZ 224.983 220.843 null] ->> endobj -5017 0 obj << -/D [4979 0 R /XYZ 297.992 220.843 null] ->> endobj -5018 0 obj << -/D [4979 0 R /XYZ 419.728 220.843 null] ->> endobj -5019 0 obj << -/D [4979 0 R /XYZ 111.582 207.892 null] ->> endobj -5020 0 obj << -/D [4979 0 R /XYZ 71.731 196.521 null] ->> endobj -5021 0 obj << -/D [4979 0 R /XYZ 71.731 196.521 null] ->> endobj -5022 0 obj << -/D [4979 0 R /XYZ 71.731 196.521 null] ->> endobj -5023 0 obj << -/D [4979 0 R /XYZ 71.731 183.57 null] ->> endobj -5024 0 obj << -/D [4979 0 R /XYZ 111.582 167.045 null] ->> endobj -5025 0 obj << -/D [4979 0 R /XYZ 71.731 146.955 null] ->> endobj -5027 0 obj << -/D [4979 0 R /XYZ 71.731 113.246 null] ->> endobj -4978 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F32 1231 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -5030 0 obj << -/Length 1473 -/Filter /FlateDecode ->> -stream -xڕWM��8�ϯz���ג?�`O�A[t���[��Qbcl++ɝ��~I�v����,r�HQ$��D�b��O,V"Ye�'7�,�E�ݤ�#�|�l��e" �W&�E�J6�l��yx������2M�b���(i����v�5z���#Xm�M��Q�X�,�<?�bu�0���d#�`w/�4��I��b�F��9*e��4 �~6m�H���cYG�7��ظqfM�z�S=���<�W^�c�n��,j��*�L�(��G������4��l�c�APw��GH�a���xn)�4ҾJh���4�T��`��ɳV����1��d8a����t�����gpVs���<�(����B\D��5`x�4,{p���a�3�K^�b9�<['YQN�X��:�B���'yX�Aaed!fl@�I�Ƒ��e -�q�����Ӓ�o�t{&}���4��Tjwm9EJH��r��I���O�����J���?EQWj�0���%���D��u� ؆=�e1Vl���*��������;�=�ᤎl��I>5������p��G���w���x;K��o�ǜ)�`��c����jO;�7�U=��|0��=�8��z�6����K����* )cj���)�+���'E��Ia�3)?c�f�*���z��3�9����@V�O+)�$����eHB�:�rL"�,Z��)�(T� �U�Wv$��;� 0g�qҶW-;;�ڦR��� -: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���4I�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���b5�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�f�C��/c��;�_endstream -endobj -5029 0 obj << -/Type /Page -/Contents 5030 0 R -/Resources 5028 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4971 0 R ->> endobj -5031 0 obj << -/D [5029 0 R /XYZ 71.731 729.265 null] ->> endobj -1066 0 obj << -/D [5029 0 R /XYZ 86.646 703.68 null] ->> endobj -5032 0 obj << -/D [5029 0 R /XYZ 71.731 693.351 null] ->> endobj -1070 0 obj << -/D [5029 0 R /XYZ 91.098 680.4 null] ->> endobj -5033 0 obj << -/D [5029 0 R /XYZ 71.731 673.202 null] ->> endobj -5034 0 obj << -/D [5029 0 R /XYZ 71.731 668.22 null] ->> endobj -5035 0 obj << -/D [5029 0 R /XYZ 101.865 657.485 null] ->> endobj -5036 0 obj << -/D [5029 0 R /XYZ 236.362 644.534 null] ->> endobj -5037 0 obj << -/D [5029 0 R /XYZ 284.401 644.534 null] ->> endobj -5038 0 obj << -/D [5029 0 R /XYZ 71.731 619.129 null] ->> endobj -1074 0 obj << -/D [5029 0 R /XYZ 131.506 606.178 null] ->> endobj -5039 0 obj << -/D [5029 0 R /XYZ 71.731 598.98 null] ->> endobj -5040 0 obj << -/D [5029 0 R /XYZ 71.731 593.999 null] ->> endobj -2073 0 obj << -/D [5029 0 R /XYZ 71.731 544.908 null] ->> endobj -1078 0 obj << -/D [5029 0 R /XYZ 109.927 531.956 null] ->> endobj -5041 0 obj << -/D [5029 0 R /XYZ 71.731 524.758 null] ->> endobj -5042 0 obj << -/D [5029 0 R /XYZ 71.731 519.777 null] ->> endobj -5043 0 obj << -/D [5029 0 R /XYZ 71.731 486.128 null] ->> endobj -1082 0 obj << -/D [5029 0 R /XYZ 86.646 433.815 null] ->> endobj -2138 0 obj << -/D [5029 0 R /XYZ 71.731 423.228 null] ->> endobj -1086 0 obj << -/D [5029 0 R /XYZ 202.589 410.535 null] ->> endobj -5044 0 obj << -/D [5029 0 R /XYZ 71.731 403.491 null] ->> endobj -5045 0 obj << -/D [5029 0 R /XYZ 71.731 398.51 null] ->> endobj -5046 0 obj << -/D [5029 0 R /XYZ 71.731 398.51 null] ->> endobj -5047 0 obj << -/D [5029 0 R /XYZ 257.363 374.669 null] ->> endobj -5048 0 obj << -/D [5029 0 R /XYZ 71.731 349.264 null] ->> endobj -1090 0 obj << -/D [5029 0 R /XYZ 127.073 336.313 null] ->> endobj -5049 0 obj << -/D [5029 0 R /XYZ 71.731 329.269 null] ->> endobj -5050 0 obj << -/D [5029 0 R /XYZ 71.731 324.288 null] ->> endobj -2808 0 obj << -/D [5029 0 R /XYZ 71.731 262.091 null] ->> endobj -1094 0 obj << -/D [5029 0 R /XYZ 248.655 249.14 null] ->> endobj -5051 0 obj << -/D [5029 0 R /XYZ 71.731 242.096 null] ->> endobj -5052 0 obj << -/D [5029 0 R /XYZ 71.731 237.115 null] ->> endobj -5053 0 obj << -/D [5029 0 R /XYZ 71.731 237.115 null] ->> endobj -5054 0 obj << -/D [5029 0 R /XYZ 180.012 226.226 null] ->> endobj -5055 0 obj << -/D [5029 0 R /XYZ 118.495 213.274 null] ->> endobj -2683 0 obj << -/D [5029 0 R /XYZ 71.731 187.87 null] ->> endobj -5056 0 obj << -/D [5029 0 R /XYZ 71.731 187.87 null] ->> endobj -1098 0 obj << -/D [5029 0 R /XYZ 109.39 174.918 null] ->> endobj -5057 0 obj << -/D [5029 0 R /XYZ 71.731 169.757 null] ->> endobj -5058 0 obj << -/D [5029 0 R /XYZ 71.731 164.776 null] ->> endobj -5059 0 obj << -/D [5029 0 R /XYZ 109.568 153.299 null] ->> endobj -5028 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F33 1322 0 R /F61 2561 0 R /F35 1589 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -5062 0 obj << -/Length 1391 -/Filter /FlateDecode ->> -stream -xڍWKs�6��W�Vy&V��^���m�;};���-16'��%�d�__��mg�Nw| H} @�AgQ -�,���.`��$�ʨ��h_�2F��*����eQ'mSDˋ�?�}�}^Gm�VE���YR�UT�MR�V�c�W���-�y���H�D�A��D����(�$lyA,���Szct?��Dq��4+#G99�)H����),���Z^��4�T0�+��.�4�эd���8y5p� -O�A�*Z�UR��?����o �8!��f�1�<��X�Ѣ��U�!ݢݴFղJڬf�NOީ+��<m�C:�!*��H&|"�Ƥ��p��1v>Pkё=����������5�fN���L=!G�8��)�Oףe��@�"z���u��������_0)�X�]@�����l��ˢM�2Í*�o}�H�B��$o(>B�zb��}>K@�r��� >��Y��7�DA_;=f�<������(ޫnO33O�@>�Y�!�O[�=?� �������X68�u�����;>���N� L��2��O1�IU�kU�^��_�?Oo��ɑ��AMʑd;0i�����y�ۃ��=M~�����a�#r���f�� -Kƛ����"k���aV�G�i诳�7ɪ �u|�3��7��ȾK�L�T������,VeRg���[D��J?��/��K��rK�77$gy���x*0�/4��M���\5I�U�-���eC���9p����9ߴ�~O��p��k�.��x��� Ku�&m=���4�QG��l}�^���9Mcx�1(eq�Iki@��/ -���-�y��"{M�7V��e���� vx�rEg�+������� S�<��3��w��w�X�ט_G�z�q����l=��Zr�A���1D��XLՐ�|U�4�i`N�JķD���n3�^�OF��6S���VϦ�������W1��WKB����a��\Te|�Ղ��W����7�֫s�߸�k.�$����- j��f���K�hj����t������~Q5=�������-=��#��Ҋ{a�Us& ��dǵ�ţ�1,����r�~����'W���l�;��:x,��6� -Ҁ��� -�0��{��gK���E�E�0���n:�w��'�N'h����T�(��c'ِ�6�/J��WR����y����~��(��h2M��V-_ݿ���ϝ��_�]�"@���WۛS5͛�<���7�n�V��&���x��e�T�d��f,�� 0r/�[�����j��aA���:��[������y��s�&1<sn�ԩ�{<���?*��x���+����\������� �t������ֿLmmendstream -endobj -5061 0 obj << -/Type /Page -/Contents 5062 0 R -/Resources 5060 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4971 0 R ->> endobj -5063 0 obj << -/D [5061 0 R /XYZ 71.731 729.265 null] ->> endobj -5064 0 obj << -/D [5061 0 R /XYZ 71.731 741.22 null] ->> endobj -5065 0 obj << -/D [5061 0 R /XYZ 527.567 708.344 null] ->> endobj -5066 0 obj << -/D [5061 0 R /XYZ 71.731 691.243 null] ->> endobj -5067 0 obj << -/D [5061 0 R /XYZ 194.722 681.743 null] ->> endobj -5068 0 obj << -/D [5061 0 R /XYZ 71.731 606.326 null] ->> endobj -1102 0 obj << -/D [5061 0 R /XYZ 86.646 554.013 null] ->> endobj -3747 0 obj << -/D [5061 0 R /XYZ 71.731 543.684 null] ->> endobj -1106 0 obj << -/D [5061 0 R /XYZ 109.927 530.733 null] ->> endobj -5069 0 obj << -/D [5061 0 R /XYZ 71.731 525.627 null] ->> endobj -5070 0 obj << -/D [5061 0 R /XYZ 71.731 520.646 null] ->> endobj -5071 0 obj << -/D [5061 0 R /XYZ 408.876 494.867 null] ->> endobj -5072 0 obj << -/D [5061 0 R /XYZ 91.656 481.916 null] ->> endobj -5073 0 obj << -/D [5061 0 R /XYZ 71.731 456.511 null] ->> endobj -1110 0 obj << -/D [5061 0 R /XYZ 126.336 443.56 null] ->> endobj -5074 0 obj << -/D [5061 0 R /XYZ 71.731 438.454 null] ->> endobj -5075 0 obj << -/D [5061 0 R /XYZ 71.731 433.473 null] ->> endobj -5076 0 obj << -/D [5061 0 R /XYZ 71.731 358.877 null] ->> endobj -1114 0 obj << -/D [5061 0 R /XYZ 87.803 306.564 null] ->> endobj -5077 0 obj << -/D [5061 0 R /XYZ 71.731 295.977 null] ->> endobj -1118 0 obj << -/D [5061 0 R /XYZ 106.959 283.284 null] ->> endobj -5078 0 obj << -/D [5061 0 R /XYZ 71.731 276.24 null] ->> endobj -5079 0 obj << -/D [5061 0 R /XYZ 71.731 271.259 null] ->> endobj -5080 0 obj << -/D [5061 0 R /XYZ 135.305 260.37 null] ->> endobj -5081 0 obj << -/D [5061 0 R /XYZ 477.105 247.418 null] ->> endobj -5082 0 obj << -/D [5061 0 R /XYZ 91.656 234.467 null] ->> endobj -5083 0 obj << -/D [5061 0 R /XYZ 71.731 211.553 null] ->> endobj -1122 0 obj << -/D [5061 0 R /XYZ 83.217 159.24 null] ->> endobj -5084 0 obj << -/D [5061 0 R /XYZ 71.731 148.652 null] ->> endobj -1126 0 obj << -/D [5061 0 R /XYZ 121.773 135.959 null] ->> endobj -5085 0 obj << -/D [5061 0 R /XYZ 71.731 128.916 null] ->> endobj -5086 0 obj << -/D [5061 0 R /XYZ 71.731 123.934 null] ->> endobj -5060 0 obj << -/Font << /F27 1224 0 R /F23 1217 0 R /F44 2069 0 R /F35 1589 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -5089 0 obj << -/Length 1556 -/Filter /FlateDecode ->> -stream -xڭX�o�6�_�G���3o����[�aF�m���RR �����e�M�P�����;���`�,�� s&�hn��V~� ,G�$,�C_Ytc��<�w"����{�E�$�O�QK̏O�·�O���� G&ᆜ�Y@���2��҅�r�i�<-3�Ѣ�vJ�wz��[�v��D�'����,"#�~�&yFj6�K�<<F@A=q�odk�UG�C��J����Z�Bm�[I}��e;{��5}e#�ڒZ� -�t��� ���(�-���=ʶD/1f��A�>�����ݝ�uR�bˊ�h�*Ȝ�WV]��P��2��z�L�l׀�`�F<tVR�4jT9��'��o�bK�a�kA����0���J�ɸy{f1e��H�<��I_� �*�c���H��O��;���㺖ڤ�p�%�8����jv�l�C��j;"���p �~u} �h�q�� i�D�!g���x�Ƞ�[�q�s)��ԇ�F�[U^)� `���� -�S�e;P<˜�3����M�~a��$ˢ��Eό3�Q�r?�lZ~*-�r�qt�Y���'�[����)���b��p�c�T�~;���?WǙhC�T{%�>KGs�cܜ�z��0'�4�ǿ~�!� N7���0��b�XxX;H6�tC�꛷OG�Q@a�$��ULy� ��T>��R������3�q0������4N�)K��L�9B����ܟD�q���$ lk%J<丶֪�U�_��~�@�7��s� -dB�@������V����lm�P�4^cMUWBW_�3ʑSw�^˾�4���K�Q�����֪Q�]�V+a����H���nD�0eYN��A���O0{�3@�j=�z��m��6}�dHI�����j�Cy;o��c9��t�N�ͪ+�£J�وn� �) <�`�AL��nc�)F�.b�,z�":9�arv��a��d�{-�A -�G���=�~/�<Y�e���9��x�<����؈���E ��u�B��x�86P��G�o:�TC��$�,j6V��9B�C8�h%�� ����t��}�C mzc�x4���J&5?&j&��ވ��2�cr?�i);��v�,�9Caq�QcJ�CS��*�T�����6��fO/]�Q�x��;��ɥ ��Q'#Δc;@{U��y]�����}zD�<����1A����#VK����;��D���ç���h�D�C�[Ȣ۵.�T�X��<�KSӐ����ޛI���3n�o{���ʭeT;���4:7���;�6+M[�/1�G�����hX����)} -�C������I/�0p�MwK�1�n����;-�b�ӥ(Vb�m4`W�B��Ժߛέ�M_����}{�-/6�E��:L�T��C1�=q>p���T+���Few�dž�����H�FhPJ��V���he: �MSҌ��� -���=�Ζ�n�L=�ʃ -,��5cc�z"'��偶��(cY�^=Ζ�=�̮�1=��4)��KU�s]��6tendstream -endobj -5088 0 obj << -/Type /Page -/Contents 5089 0 R -/Resources 5087 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 4971 0 R -/Annots [ 5102 0 R 5118 0 R ] ->> endobj -5102 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 -5118 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 -5090 0 obj << -/D [5088 0 R /XYZ 71.731 729.265 null] ->> endobj -1130 0 obj << -/D [5088 0 R /XYZ 88.939 651.05 null] ->> endobj -5091 0 obj << -/D [5088 0 R /XYZ 71.731 640.72 null] ->> endobj -1134 0 obj << -/D [5088 0 R /XYZ 193.573 627.769 null] ->> endobj -5092 0 obj << -/D [5088 0 R /XYZ 71.731 620.571 null] ->> endobj -5093 0 obj << -/D [5088 0 R /XYZ 71.731 615.59 null] ->> endobj -5094 0 obj << -/D [5088 0 R /XYZ 488.718 604.855 null] ->> endobj -5095 0 obj << -/D [5088 0 R /XYZ 91.656 566 null] ->> endobj -5096 0 obj << -/D [5088 0 R /XYZ 364.962 566 null] ->> endobj -5097 0 obj << -/D [5088 0 R /XYZ 478.805 566 null] ->> endobj -5098 0 obj << -/D [5088 0 R /XYZ 154.739 553.049 null] ->> endobj -5099 0 obj << -/D [5088 0 R /XYZ 71.731 527.644 null] ->> endobj -1138 0 obj << -/D [5088 0 R /XYZ 106.052 514.693 null] ->> endobj -5100 0 obj << -/D [5088 0 R /XYZ 71.731 507.649 null] ->> endobj -5101 0 obj << -/D [5088 0 R /XYZ 71.731 502.668 null] ->> endobj -5103 0 obj << -/D [5088 0 R /XYZ 444.255 491.779 null] ->> endobj -5104 0 obj << -/D [5088 0 R /XYZ 71.731 476.671 null] ->> endobj -5105 0 obj << -/D [5088 0 R /XYZ 71.731 461.727 null] ->> endobj -5106 0 obj << -/D [5088 0 R /XYZ 71.731 461.727 null] ->> endobj -5107 0 obj << -/D [5088 0 R /XYZ 71.731 448.775 null] ->> endobj -5108 0 obj << -/D [5088 0 R /XYZ 111.582 432.999 null] ->> endobj -5109 0 obj << -/D [5088 0 R /XYZ 71.731 420.88 null] ->> endobj -5110 0 obj << -/D [5088 0 R /XYZ 71.731 420.88 null] ->> endobj -5111 0 obj << -/D [5088 0 R /XYZ 71.731 407.928 null] ->> endobj -5112 0 obj << -/D [5088 0 R /XYZ 111.582 392.152 null] ->> endobj -5113 0 obj << -/D [5088 0 R /XYZ 315.276 392.152 null] ->> endobj -5114 0 obj << -/D [5088 0 R /XYZ 71.731 380.033 null] ->> endobj -5115 0 obj << -/D [5088 0 R /XYZ 71.731 380.033 null] ->> endobj -5116 0 obj << -/D [5088 0 R /XYZ 71.731 367.082 null] ->> endobj -5117 0 obj << -/D [5088 0 R /XYZ 111.582 351.306 null] ->> endobj -5119 0 obj << -/D [5088 0 R /XYZ 71.731 328.392 null] ->> endobj -1142 0 obj << -/D [5088 0 R /XYZ 85.51 276.079 null] ->> endobj -2746 0 obj << -/D [5088 0 R /XYZ 71.731 265.749 null] ->> endobj -1146 0 obj << -/D [5088 0 R /XYZ 176.696 252.798 null] ->> endobj -5120 0 obj << -/D [5088 0 R /XYZ 71.731 245.6 null] ->> endobj -5121 0 obj << -/D [5088 0 R /XYZ 71.731 240.619 null] ->> endobj -5122 0 obj << -/D [5088 0 R /XYZ 71.731 240.619 null] ->> endobj -3131 0 obj << -/D [5088 0 R /XYZ 71.731 204.479 null] ->> endobj -1150 0 obj << -/D [5088 0 R /XYZ 109.17 191.528 null] ->> endobj -5123 0 obj << -/D [5088 0 R /XYZ 71.731 186.422 null] ->> endobj -5124 0 obj << -/D [5088 0 R /XYZ 71.731 181.441 null] ->> endobj -5087 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F35 1589 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -5128 0 obj << -/Length 1297 -/Filter /FlateDecode ->> -stream -xڍWKo�8��W؋،�-�-i�Ew��&1��f�LKD)Q �����(��̙�p^�f�$����&a���d�:�U�E<�a珋$h��k��)�g6�y�ae�͖�ۋ˛4���\g����$.X�ZͶ����,��Q������I9*�g�4eeB�7�X7_f�*:���=��77&�_�Eq��~F���VN��$j���wJ��7�6�%F�x-����3� �v�q����/`3gy�]���P�e C�1a�9az#��ϡed+#{'���1:��<�C���#�P�{ -u���7��ɂd�nw ��w��t��ݛ������y�GGa��4���j/����.�e��,C�yL1���� xVK��#�C�C*�_�&��&^5�*�C��ˎV�Ep8Mc��K4�,�)K@s�R���nOz'_�F����4n���4�n��w�_`�!��TBE��ý�e���y�f�>p -���*��>v��چ�yRD�hY�q��O����7�P�oENj:8�!d��;�;{����2�OR��C� �4�F'ii�;h9M���D�x�����*G�Vg);�-)Y��f�v�����{0�Hs�H�2���݃+���h �o`�`�K�_9_�S�y���r|m��$� �0ԣkN��f2'2�JQ*=VJ,��f���Q'Ʋb�{�J�߁+ �R��;܇�&Ԟ�>��3�:����n�t�ݯ��N(�+�_aSD���� -�>q���Xs����Nػ�N�o�IL���2��~�v���w0��}�-���� ������k�x��1��i��Q��Z�Ϗ�Bc��G=�q�&���l��<��뒟�L7s��������U���Lr���^��$��d��X= R��6Xį'=�=�sx�.�V /����轮�hT�����f�\���e��^Wn/O�l}�c3�=kk\�~��dI.��c�b}#����{�[��d%�Tu?ٳ�>+���tC[�yl��g� -��aa$��vK'[DX��v0�j�#�V�+Y�H�G>(qƈ������q|�� 1l�UL ��kXS��,]CC@`u32�� -F�J���y'yl� -ZJ�';�l��7�#_U�8�����Y�b�W{�b,�u�b����������������gң�ɿPNaA�����g>��t�b���V�@|����π���><�W+���~�X>������Ɗ��`FI�~�j�Wᵯ�2�S -endstream -endobj -5127 0 obj << -/Type /Page -/Contents 5128 0 R -/Resources 5126 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 5154 0 R ->> endobj -5129 0 obj << -/D [5127 0 R /XYZ 71.731 729.265 null] ->> endobj -5130 0 obj << -/D [5127 0 R /XYZ 71.731 718.306 null] ->> endobj -1154 0 obj << -/D [5127 0 R /XYZ 90.261 708.344 null] ->> endobj -5131 0 obj << -/D [5127 0 R /XYZ 71.731 703.238 null] ->> endobj -5132 0 obj << -/D [5127 0 R /XYZ 71.731 698.257 null] ->> endobj -5133 0 obj << -/D [5127 0 R /XYZ 134.824 659.527 null] ->> endobj -5134 0 obj << -/D [5127 0 R /XYZ 71.731 636.613 null] ->> endobj -1158 0 obj << -/D [5127 0 R /XYZ 87.803 584.3 null] ->> endobj -5135 0 obj << -/D [5127 0 R /XYZ 71.731 572.897 null] ->> endobj -1162 0 obj << -/D [5127 0 R /XYZ 86.675 561.019 null] ->> endobj -5136 0 obj << -/D [5127 0 R /XYZ 71.731 555.52 null] ->> endobj -5137 0 obj << -/D [5127 0 R /XYZ 71.731 550.539 null] ->> endobj -5138 0 obj << -/D [5127 0 R /XYZ 71.731 550.539 null] ->> endobj -5139 0 obj << -/D [5127 0 R /XYZ 119.841 538.105 null] ->> endobj -5140 0 obj << -/D [5127 0 R /XYZ 167.644 538.105 null] ->> endobj -5141 0 obj << -/D [5127 0 R /XYZ 249.411 538.105 null] ->> endobj -5142 0 obj << -/D [5127 0 R /XYZ 442.122 512.202 null] ->> endobj -5143 0 obj << -/D [5127 0 R /XYZ 71.731 476.337 null] ->> endobj -1166 0 obj << -/D [5127 0 R /XYZ 86.646 424.024 null] ->> endobj -5125 0 obj << -/D [5127 0 R /XYZ 71.731 413.695 null] ->> endobj -1170 0 obj << -/D [5127 0 R /XYZ 269.378 400.743 null] ->> endobj -5144 0 obj << -/D [5127 0 R /XYZ 71.731 393.545 null] ->> endobj -5145 0 obj << -/D [5127 0 R /XYZ 71.731 388.564 null] ->> endobj -5146 0 obj << -/D [5127 0 R /XYZ 71.731 339.473 null] ->> endobj -1174 0 obj << -/D [5127 0 R /XYZ 165.299 326.522 null] ->> endobj -5147 0 obj << -/D [5127 0 R /XYZ 71.731 319.324 null] ->> endobj -5148 0 obj << -/D [5127 0 R /XYZ 71.731 314.342 null] ->> endobj -5149 0 obj << -/D [5127 0 R /XYZ 476.554 303.607 null] ->> endobj -5150 0 obj << -/D [5127 0 R /XYZ 71.731 267.742 null] ->> endobj -1178 0 obj << -/D [5127 0 R /XYZ 85.51 215.429 null] ->> endobj -3748 0 obj << -/D [5127 0 R /XYZ 71.731 204.842 null] ->> endobj -1182 0 obj << -/D [5127 0 R /XYZ 107.277 192.148 null] ->> endobj -5151 0 obj << -/D [5127 0 R /XYZ 71.731 187.043 null] ->> endobj -5152 0 obj << -/D [5127 0 R /XYZ 71.731 182.061 null] ->> endobj -5153 0 obj << -/D [5127 0 R /XYZ 382.967 156.283 null] ->> endobj -5126 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -5157 0 obj << -/Length 1982 -/Filter /FlateDecode ->> -stream -xڍ]��6�=���K����ӒڧK�\��P)��h�YYԉT7ί�g(˻.,����9^E���8,RX�*Lv��>��V'8y�*f�l��<���6O��*��v���|���*�v�j��De�f�j������������%�j�$a/���}c.�� �!Iҟ�@� a��^��S�%#��8 t�џ&q�p-���(����':�JB�U�^�y���&�0�u��� ߔ��deoԡ��"j�B`CT�,E��E=�Y�� -���������U�Qa���N�GֺNv�M� -d7V -��GZ�Q�ІPdQ�� -�I��X��2i��4v~o�J�T�ꌄi���,��a����n?�u�Or<N�t쉐� ]�K��a�����r/P�]�K�P��$���A.�>�NFt9;���[��G��?PV�������"�B+��A�l��|W�8���(��?)4QR�K&�e��乄D�G��x�]�D�b�s�F�'ڠI��iT�B\ɞ�{��!�K�+&@9��D��c/}/:ћ�э&�u�B@i%Q8�F/�PN3��u�v�u w�0 � -T�$ -wy����%���"E��ts���I&e��B��r�Wye�:�x��/*M�3epr/���C{vO�o��T3�I��B���{7��ڨ�i���=��9b�m��`ϚcJ��?h�<�>ڧu]Y@�J0ځ����\��ѭ���&� dH7Cќ9ik9X�`~�ix��A���'�F��Rq��C��q�9�3���~�53�;��Z�����"�^X���t/�r-��,M�7���:A��3Y��D2��$d��0������.^<)g��%F���8(���Vp�ؑ��E>jU�>c��x�X�Ow|��Q~8�0�>9�6�`����o8�5��<���C$�M�2�TMa�w�Һ��{��g�:�o�h}��/�ɷ��TTau����� l���Z��G5�+a��ߦx��:ND@�8U�~���}C��l����[mڍ��!��^}" 0,��;y.кπr1�9_�jFh ���LC�r�ީWTT�a%c�)E�%l�H��P��$J9��cT�����q@.��HIm͑zK�6����ŠG����|�v_�~����]Eդ��O��wjҗ`�x��5>N~��8i�m� ^N����f�Ņ#�,�\��7�p�����C$g;3=:�y��u��n<��'9^ֻ<��s��r�y��Թ�v�K({�����Ƞ���<5���[�s�����ŕR��0���f6| �ߡ���$wq�����Ek*b�JZ7�$��V�`� -Ð��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���+�#nT�����u/Y� G`G�endstream -endobj -5156 0 obj << -/Type /Page -/Contents 5157 0 R -/Resources 5155 0 R -/MediaBox [0 0 609.714 789.041] -/Parent 5154 0 R ->> endobj -5158 0 obj << -/D [5156 0 R /XYZ 71.731 729.265 null] ->> endobj -5159 0 obj << -/D [5156 0 R /XYZ 71.731 718.306 null] ->> endobj -5160 0 obj << -/D [5156 0 R /XYZ 71.731 718.306 null] ->> endobj -1186 0 obj << -/D [5156 0 R /XYZ 103.282 708.344 null] ->> endobj -5161 0 obj << -/D [5156 0 R /XYZ 71.731 703.238 null] ->> endobj -5162 0 obj << -/D [5156 0 R /XYZ 71.731 698.257 null] ->> endobj -5163 0 obj << -/D [5156 0 R /XYZ 71.731 698.257 null] ->> endobj -5164 0 obj << -/D [5156 0 R /XYZ 166.836 685.43 null] ->> endobj -5165 0 obj << -/D [5156 0 R /XYZ 408.475 672.478 null] ->> endobj -5166 0 obj << -/D [5156 0 R /XYZ 243.467 659.527 null] ->> endobj -5167 0 obj << -/D [5156 0 R /XYZ 246.801 659.527 null] ->> endobj -5168 0 obj << -/D [5156 0 R /XYZ 298.91 659.527 null] ->> endobj -5169 0 obj << -/D [5156 0 R /XYZ 448.559 659.527 null] ->> endobj -5170 0 obj << -/D [5156 0 R /XYZ 164.884 646.575 null] ->> endobj -5171 0 obj << -/D [5156 0 R /XYZ 481.157 646.575 null] ->> endobj -5172 0 obj << -/D [5156 0 R /XYZ 132.363 633.624 null] ->> endobj -5173 0 obj << -/D [5156 0 R /XYZ 71.731 610.71 null] ->> endobj -1190 0 obj << -/D [5156 0 R /XYZ 84.353 558.397 null] ->> endobj -5174 0 obj << -/D [5156 0 R /XYZ 71.731 548.068 null] ->> endobj -1194 0 obj << -/D [5156 0 R /XYZ 150.047 535.116 null] ->> endobj -5175 0 obj << -/D [5156 0 R /XYZ 71.731 527.918 null] ->> endobj -5176 0 obj << -/D [5156 0 R /XYZ 71.731 522.937 null] ->> endobj -5177 0 obj << -/D [5156 0 R /XYZ 192.963 499.251 null] ->> endobj -5178 0 obj << -/D [5156 0 R /XYZ 71.731 447.943 null] ->> endobj -1198 0 obj << -/D [5156 0 R /XYZ 193.264 434.992 null] ->> endobj -5179 0 obj << -/D [5156 0 R /XYZ 71.731 427.794 null] ->> endobj -5180 0 obj << -/D [5156 0 R /XYZ 71.731 422.813 null] ->> endobj -5181 0 obj << -/D [5156 0 R /XYZ 71.731 363.261 null] ->> endobj -1202 0 obj << -/D [5156 0 R /XYZ 84.353 310.948 null] ->> endobj -5182 0 obj << -/D [5156 0 R /XYZ 71.731 300.619 null] ->> endobj -1206 0 obj << -/D [5156 0 R /XYZ 163.964 287.667 null] ->> endobj -5183 0 obj << -/D [5156 0 R /XYZ 71.731 280.469 null] ->> endobj -5184 0 obj << -/D [5156 0 R /XYZ 71.731 275.488 null] ->> endobj -5185 0 obj << -/D [5156 0 R /XYZ 71.731 249.645 null] ->> endobj -5186 0 obj << -/D [5156 0 R /XYZ 71.731 239.682 null] ->> endobj -5187 0 obj << -/D [5156 0 R /XYZ 71.731 176.635 null] ->> endobj -5188 0 obj << -/D [5156 0 R /XYZ 469.856 143.607 null] ->> endobj -5155 0 obj << -/Font << /F23 1217 0 R /F27 1224 0 R /F33 1322 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2803 0 obj << -/Type /Font -/Subtype /Type1 -/BaseFont /ZapfDingbats ->> endobj -5189 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 -2561 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 5189 0 R -/BaseFont /Courier-Bold ->> endobj -2355 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 5189 0 R -/BaseFont /Courier-Oblique ->> endobj -2081 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 5189 0 R -/BaseFont /Helvetica-Oblique ->> endobj -2069 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 5189 0 R -/BaseFont /Helvetica ->> endobj -1589 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 5189 0 R -/BaseFont /Courier ->> endobj -1322 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 5189 0 R -/BaseFont /Times-Italic ->> endobj -1231 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 5189 0 R -/BaseFont /Times-Bold ->> endobj -1224 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 5189 0 R -/BaseFont /Times-Roman ->> endobj -1217 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 5189 0 R -/BaseFont /Helvetica-Bold ->> endobj -1218 0 obj << -/Type /Pages -/Count 6 -/Parent 5190 0 R -/Kids [1210 0 R 1220 0 R 1226 0 R 1369 0 R 1514 0 R 1652 0 R] ->> endobj -1895 0 obj << -/Type /Pages -/Count 6 -/Parent 5190 0 R -/Kids [1800 0 R 1943 0 R 1956 0 R 1978 0 R 2007 0 R 2061 0 R] ->> endobj -2110 0 obj << -/Type /Pages -/Count 6 -/Parent 5190 0 R -/Kids [2075 0 R 2112 0 R 2140 0 R 2175 0 R 2246 0 R 2264 0 R] ->> endobj -2317 0 obj << -/Type /Pages -/Count 6 -/Parent 5190 0 R -/Kids [2286 0 R 2319 0 R 2345 0 R 2390 0 R 2424 0 R 2466 0 R] ->> endobj -2545 0 obj << -/Type /Pages -/Count 6 -/Parent 5190 0 R -/Kids [2505 0 R 2547 0 R 2585 0 R 2609 0 R 2646 0 R 2685 0 R] ->> endobj -2745 0 obj << -/Type /Pages -/Count 6 -/Parent 5190 0 R -/Kids [2724 0 R 2748 0 R 2775 0 R 2810 0 R 2828 0 R 2851 0 R] ->> endobj -2900 0 obj << -/Type /Pages -/Count 6 -/Parent 5191 0 R -/Kids [2880 0 R 2902 0 R 2936 0 R 2963 0 R 2986 0 R 3014 0 R] ->> endobj -3090 0 obj << -/Type /Pages -/Count 6 -/Parent 5191 0 R -/Kids [3065 0 R 3092 0 R 3133 0 R 3187 0 R 3227 0 R 3271 0 R] ->> endobj -3347 0 obj << -/Type /Pages -/Count 6 -/Parent 5191 0 R -/Kids [3311 0 R 3349 0 R 3395 0 R 3427 0 R 3453 0 R 3485 0 R] ->> endobj -3552 0 obj << -/Type /Pages -/Count 6 -/Parent 5191 0 R -/Kids [3516 0 R 3554 0 R 3575 0 R 3595 0 R 3618 0 R 3650 0 R] ->> endobj -3709 0 obj << -/Type /Pages -/Count 6 -/Parent 5191 0 R -/Kids [3683 0 R 3711 0 R 3720 0 R 3750 0 R 3779 0 R 3856 0 R] ->> endobj -3899 0 obj << -/Type /Pages -/Count 6 -/Parent 5191 0 R -/Kids [3872 0 R 3901 0 R 3952 0 R 3986 0 R 3997 0 R 4031 0 R] ->> endobj -4078 0 obj << -/Type /Pages -/Count 6 -/Parent 5192 0 R -/Kids [4052 0 R 4080 0 R 4103 0 R 4120 0 R 4132 0 R 4148 0 R] ->> endobj -4228 0 obj << -/Type /Pages -/Count 6 -/Parent 5192 0 R -/Kids [4187 0 R 4230 0 R 4268 0 R 4296 0 R 4312 0 R 4332 0 R] ->> endobj -4365 0 obj << -/Type /Pages -/Count 6 -/Parent 5192 0 R -/Kids [4349 0 R 4367 0 R 4395 0 R 4427 0 R 4454 0 R 4492 0 R] ->> endobj -4544 0 obj << -/Type /Pages -/Count 6 -/Parent 5192 0 R -/Kids [4510 0 R 4546 0 R 4578 0 R 4600 0 R 4618 0 R 4634 0 R] ->> endobj -4685 0 obj << -/Type /Pages -/Count 6 -/Parent 5192 0 R -/Kids [4661 0 R 4687 0 R 4709 0 R 4726 0 R 4770 0 R 4797 0 R] ->> endobj -4857 0 obj << -/Type /Pages -/Count 6 -/Parent 5192 0 R -/Kids [4828 0 R 4859 0 R 4883 0 R 4899 0 R 4910 0 R 4947 0 R] ->> endobj -4971 0 obj << -/Type /Pages -/Count 6 -/Parent 5193 0 R -/Kids [4959 0 R 4973 0 R 4979 0 R 5029 0 R 5061 0 R 5088 0 R] ->> endobj -5154 0 obj << -/Type /Pages -/Count 2 -/Parent 5193 0 R -/Kids [5127 0 R 5156 0 R] ->> endobj -5190 0 obj << -/Type /Pages -/Count 36 -/Parent 5194 0 R -/Kids [1218 0 R 1895 0 R 2110 0 R 2317 0 R 2545 0 R 2745 0 R] ->> endobj -5191 0 obj << -/Type /Pages -/Count 36 -/Parent 5194 0 R -/Kids [2900 0 R 3090 0 R 3347 0 R 3552 0 R 3709 0 R 3899 0 R] ->> endobj -5192 0 obj << -/Type /Pages -/Count 36 -/Parent 5194 0 R -/Kids [4078 0 R 4228 0 R 4365 0 R 4544 0 R 4685 0 R 4857 0 R] ->> endobj -5193 0 obj << -/Type /Pages -/Count 8 -/Parent 5194 0 R -/Kids [4971 0 R 5154 0 R] ->> endobj -5194 0 obj << -/Type /Pages -/Count 116 -/Kids [5190 0 R 5191 0 R 5192 0 R 5193 0 R] ->> endobj -5195 0 obj << -/Type /Outlines -/First 3 0 R -/Last 1203 0 R -/Count 29 ->> endobj -1207 0 obj << -/Title 1208 0 R -/A 1205 0 R -/Parent 1203 0 R ->> endobj -1203 0 obj << -/Title 1204 0 R -/A 1201 0 R -/Parent 5195 0 R -/Prev 1191 0 R -/First 1207 0 R -/Last 1207 0 R -/Count -1 ->> endobj -1199 0 obj << -/Title 1200 0 R -/A 1197 0 R -/Parent 1195 0 R ->> endobj -1195 0 obj << -/Title 1196 0 R -/A 1193 0 R -/Parent 1191 0 R -/First 1199 0 R -/Last 1199 0 R -/Count -1 ->> endobj -1191 0 obj << -/Title 1192 0 R -/A 1189 0 R -/Parent 5195 0 R -/Prev 1179 0 R -/Next 1203 0 R -/First 1195 0 R -/Last 1195 0 R -/Count -1 ->> 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 1179 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 5195 0 R -/Prev 1167 0 R -/Next 1191 0 R -/First 1183 0 R -/Last 1183 0 R -/Count -1 ->> endobj -1175 0 obj << -/Title 1176 0 R -/A 1173 0 R -/Parent 1171 0 R ->> endobj -1171 0 obj << -/Title 1172 0 R -/A 1169 0 R -/Parent 1167 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 5195 0 R -/Prev 1159 0 R -/Next 1179 0 R -/First 1171 0 R -/Last 1171 0 R -/Count -1 ->> endobj -1163 0 obj << -/Title 1164 0 R -/A 1161 0 R -/Parent 1159 0 R ->> endobj -1159 0 obj << -/Title 1160 0 R -/A 1157 0 R -/Parent 5195 0 R -/Prev 1143 0 R -/Next 1167 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 1147 0 R -/Prev 1151 0 R ->> endobj -1151 0 obj << -/Title 1152 0 R -/A 1149 0 R -/Parent 1147 0 R -/Next 1155 0 R ->> endobj -1147 0 obj << -/Title 1148 0 R -/A 1145 0 R -/Parent 1143 0 R -/First 1151 0 R -/Last 1155 0 R -/Count -2 ->> endobj -1143 0 obj << -/Title 1144 0 R -/A 1141 0 R -/Parent 5195 0 R -/Prev 1131 0 R -/Next 1159 0 R -/First 1147 0 R -/Last 1147 0 R -/Count -1 ->> endobj -1139 0 obj << -/Title 1140 0 R -/A 1137 0 R -/Parent 1135 0 R ->> endobj -1135 0 obj << -/Title 1136 0 R -/A 1133 0 R -/Parent 1131 0 R -/First 1139 0 R -/Last 1139 0 R -/Count -1 ->> endobj -1131 0 obj << -/Title 1132 0 R -/A 1129 0 R -/Parent 5195 0 R -/Prev 1123 0 R -/Next 1143 0 R -/First 1135 0 R -/Last 1135 0 R -/Count -1 ->> endobj -1127 0 obj << -/Title 1128 0 R -/A 1125 0 R -/Parent 1123 0 R ->> endobj -1123 0 obj << -/Title 1124 0 R -/A 1121 0 R -/Parent 5195 0 R -/Prev 1115 0 R -/Next 1131 0 R -/First 1127 0 R -/Last 1127 0 R -/Count -1 ->> endobj -1119 0 obj << -/Title 1120 0 R -/A 1117 0 R -/Parent 1115 0 R ->> endobj -1115 0 obj << -/Title 1116 0 R -/A 1113 0 R -/Parent 5195 0 R -/Prev 1103 0 R -/Next 1123 0 R -/First 1119 0 R -/Last 1119 0 R -/Count -1 ->> endobj -1111 0 obj << -/Title 1112 0 R -/A 1109 0 R -/Parent 1107 0 R ->> endobj -1107 0 obj << -/Title 1108 0 R -/A 1105 0 R -/Parent 1103 0 R -/First 1111 0 R -/Last 1111 0 R -/Count -1 ->> endobj -1103 0 obj << -/Title 1104 0 R -/A 1101 0 R -/Parent 5195 0 R -/Prev 1083 0 R -/Next 1115 0 R -/First 1107 0 R -/Last 1107 0 R -/Count -1 ->> endobj -1099 0 obj << -/Title 1100 0 R -/A 1097 0 R -/Parent 1087 0 R -/Prev 1095 0 R ->> endobj -1095 0 obj << -/Title 1096 0 R -/A 1093 0 R -/Parent 1087 0 R -/Prev 1091 0 R -/Next 1099 0 R ->> endobj -1091 0 obj << -/Title 1092 0 R -/A 1089 0 R -/Parent 1087 0 R -/Next 1095 0 R ->> endobj -1087 0 obj << -/Title 1088 0 R -/A 1085 0 R -/Parent 1083 0 R -/First 1091 0 R -/Last 1099 0 R -/Count -3 ->> endobj -1083 0 obj << -/Title 1084 0 R -/A 1081 0 R -/Parent 5195 0 R -/Prev 1067 0 R -/Next 1103 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 1071 0 R -/Prev 1075 0 R ->> endobj -1075 0 obj << -/Title 1076 0 R -/A 1073 0 R -/Parent 1071 0 R -/Next 1079 0 R ->> endobj -1071 0 obj << -/Title 1072 0 R -/A 1069 0 R -/Parent 1067 0 R -/First 1075 0 R -/Last 1079 0 R -/Count -2 ->> endobj -1067 0 obj << -/Title 1068 0 R -/A 1065 0 R -/Parent 5195 0 R -/Prev 1055 0 R -/Next 1083 0 R -/First 1071 0 R -/Last 1071 0 R -/Count -1 ->> endobj -1063 0 obj << -/Title 1064 0 R -/A 1061 0 R -/Parent 1059 0 R ->> endobj -1059 0 obj << -/Title 1060 0 R -/A 1057 0 R -/Parent 1055 0 R -/First 1063 0 R -/Last 1063 0 R -/Count -1 ->> endobj -1055 0 obj << -/Title 1056 0 R -/A 1053 0 R -/Parent 5195 0 R -/Prev 1047 0 R -/Next 1067 0 R -/First 1059 0 R -/Last 1059 0 R -/Count -1 ->> endobj -1051 0 obj << -/Title 1052 0 R -/A 1049 0 R -/Parent 1047 0 R ->> endobj -1047 0 obj << -/Title 1048 0 R -/A 1045 0 R -/Parent 5195 0 R -/Prev 1043 0 R -/Next 1055 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 5195 0 R -/Prev 991 0 R -/Next 1047 0 R ->> endobj -1039 0 obj << -/Title 1040 0 R -/A 1037 0 R -/Parent 991 0 R -/Prev 1035 0 R ->> endobj -1035 0 obj << -/Title 1036 0 R -/A 1033 0 R -/Parent 991 0 R -/Prev 1031 0 R -/Next 1039 0 R ->> endobj -1031 0 obj << -/Title 1032 0 R -/A 1029 0 R -/Parent 991 0 R -/Prev 1027 0 R -/Next 1035 0 R ->> endobj -1027 0 obj << -/Title 1028 0 R -/A 1025 0 R -/Parent 991 0 R -/Prev 1023 0 R -/Next 1031 0 R ->> endobj -1023 0 obj << -/Title 1024 0 R -/A 1021 0 R -/Parent 991 0 R -/Prev 1019 0 R -/Next 1027 0 R ->> endobj -1019 0 obj << -/Title 1020 0 R -/A 1017 0 R -/Parent 991 0 R -/Prev 1015 0 R -/Next 1023 0 R ->> endobj -1015 0 obj << -/Title 1016 0 R -/A 1013 0 R -/Parent 991 0 R -/Prev 1011 0 R -/Next 1019 0 R ->> endobj -1011 0 obj << -/Title 1012 0 R -/A 1009 0 R -/Parent 991 0 R -/Prev 1007 0 R -/Next 1015 0 R ->> endobj -1007 0 obj << -/Title 1008 0 R -/A 1005 0 R -/Parent 991 0 R -/Prev 1003 0 R -/Next 1011 0 R ->> endobj -1003 0 obj << -/Title 1004 0 R -/A 1001 0 R -/Parent 991 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 -/Prev 995 0 R -/Next 1003 0 R ->> endobj -995 0 obj << -/Title 996 0 R -/A 993 0 R -/Parent 991 0 R -/Next 999 0 R ->> endobj -991 0 obj << -/Title 992 0 R -/A 989 0 R -/Parent 5195 0 R -/Prev 975 0 R -/Next 1043 0 R -/First 995 0 R -/Last 1039 0 R -/Count -12 ->> endobj -987 0 obj << -/Title 988 0 R -/A 985 0 R -/Parent 975 0 R -/Prev 983 0 R ->> endobj -983 0 obj << -/Title 984 0 R -/A 981 0 R -/Parent 975 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 -/Next 983 0 R ->> endobj -975 0 obj << -/Title 976 0 R -/A 973 0 R -/Parent 5195 0 R -/Prev 963 0 R -/Next 991 0 R -/First 979 0 R -/Last 987 0 R -/Count -3 ->> endobj -971 0 obj << -/Title 972 0 R -/A 969 0 R -/Parent 963 0 R -/Prev 967 0 R ->> endobj -967 0 obj << -/Title 968 0 R -/A 965 0 R -/Parent 963 0 R -/Next 971 0 R ->> endobj -963 0 obj << -/Title 964 0 R -/A 961 0 R -/Parent 5195 0 R -/Prev 923 0 R -/Next 975 0 R -/First 967 0 R -/Last 971 0 R -/Count -2 ->> endobj -959 0 obj << -/Title 960 0 R -/A 957 0 R -/Parent 923 0 R -/Prev 955 0 R ->> endobj -955 0 obj << -/Title 956 0 R -/A 953 0 R -/Parent 923 0 R -/Prev 951 0 R -/Next 959 0 R ->> endobj -951 0 obj << -/Title 952 0 R -/A 949 0 R -/Parent 923 0 R -/Prev 947 0 R -/Next 955 0 R ->> endobj -947 0 obj << -/Title 948 0 R -/A 945 0 R -/Parent 923 0 R -/Prev 943 0 R -/Next 951 0 R ->> endobj -943 0 obj << -/Title 944 0 R -/A 941 0 R -/Parent 923 0 R -/Prev 939 0 R -/Next 947 0 R ->> endobj -939 0 obj << -/Title 940 0 R -/A 937 0 R -/Parent 923 0 R -/Prev 935 0 R -/Next 943 0 R ->> endobj -935 0 obj << -/Title 936 0 R -/A 933 0 R -/Parent 923 0 R -/Prev 931 0 R -/Next 939 0 R ->> endobj -931 0 obj << -/Title 932 0 R -/A 929 0 R -/Parent 923 0 R -/Prev 927 0 R -/Next 935 0 R ->> endobj -927 0 obj << -/Title 928 0 R -/A 925 0 R -/Parent 923 0 R -/Next 931 0 R ->> endobj -923 0 obj << -/Title 924 0 R -/A 921 0 R -/Parent 5195 0 R -/Prev 855 0 R -/Next 963 0 R -/First 927 0 R -/Last 959 0 R -/Count -9 ->> endobj -919 0 obj << -/Title 920 0 R -/A 917 0 R -/Parent 899 0 R -/Prev 915 0 R ->> endobj -915 0 obj << -/Title 916 0 R -/A 913 0 R -/Parent 899 0 R -/Prev 911 0 R -/Next 919 0 R ->> endobj -911 0 obj << -/Title 912 0 R -/A 909 0 R -/Parent 899 0 R -/Prev 907 0 R -/Next 915 0 R ->> endobj -907 0 obj << -/Title 908 0 R -/A 905 0 R -/Parent 899 0 R -/Prev 903 0 R -/Next 911 0 R ->> endobj -903 0 obj << -/Title 904 0 R -/A 901 0 R -/Parent 899 0 R -/Next 907 0 R ->> endobj -899 0 obj << -/Title 900 0 R -/A 897 0 R -/Parent 855 0 R -/Prev 895 0 R -/First 903 0 R -/Last 919 0 R -/Count -5 ->> endobj -895 0 obj << -/Title 896 0 R -/A 893 0 R -/Parent 855 0 R -/Prev 891 0 R -/Next 899 0 R ->> endobj -891 0 obj << -/Title 892 0 R -/A 889 0 R -/Parent 855 0 R -/Prev 863 0 R -/Next 895 0 R ->> endobj -887 0 obj << -/Title 888 0 R -/A 885 0 R -/Parent 863 0 R -/Prev 883 0 R ->> endobj -883 0 obj << -/Title 884 0 R -/A 881 0 R -/Parent 863 0 R -/Prev 879 0 R -/Next 887 0 R ->> endobj -879 0 obj << -/Title 880 0 R -/A 877 0 R -/Parent 863 0 R -/Prev 875 0 R -/Next 883 0 R ->> endobj -875 0 obj << -/Title 876 0 R -/A 873 0 R -/Parent 863 0 R -/Prev 871 0 R -/Next 879 0 R ->> endobj -871 0 obj << -/Title 872 0 R -/A 869 0 R -/Parent 863 0 R -/Prev 867 0 R -/Next 875 0 R ->> endobj -867 0 obj << -/Title 868 0 R -/A 865 0 R -/Parent 863 0 R -/Next 871 0 R ->> endobj -863 0 obj << -/Title 864 0 R -/A 861 0 R -/Parent 855 0 R -/Prev 859 0 R -/Next 891 0 R -/First 867 0 R -/Last 887 0 R -/Count -6 ->> endobj -859 0 obj << -/Title 860 0 R -/A 857 0 R -/Parent 855 0 R -/Next 863 0 R ->> endobj -855 0 obj << -/Title 856 0 R -/A 853 0 R -/Parent 5195 0 R -/Prev 659 0 R -/Next 923 0 R -/First 859 0 R -/Last 899 0 R -/Count -5 ->> endobj -851 0 obj << -/Title 852 0 R -/A 849 0 R -/Parent 835 0 R -/Prev 847 0 R ->> endobj -847 0 obj << -/Title 848 0 R -/A 845 0 R -/Parent 835 0 R -/Prev 843 0 R -/Next 851 0 R ->> endobj -843 0 obj << -/Title 844 0 R -/A 841 0 R -/Parent 835 0 R -/Prev 839 0 R -/Next 847 0 R ->> endobj -839 0 obj << -/Title 840 0 R -/A 837 0 R -/Parent 835 0 R -/Next 843 0 R ->> endobj -835 0 obj << -/Title 836 0 R -/A 833 0 R -/Parent 659 0 R -/Prev 831 0 R -/First 839 0 R -/Last 851 0 R -/Count -4 ->> endobj -831 0 obj << -/Title 832 0 R -/A 829 0 R -/Parent 659 0 R -/Prev 811 0 R -/Next 835 0 R ->> endobj -827 0 obj << -/Title 828 0 R -/A 825 0 R -/Parent 819 0 R -/Prev 823 0 R ->> endobj -823 0 obj << -/Title 824 0 R -/A 821 0 R -/Parent 819 0 R -/Next 827 0 R ->> endobj -819 0 obj << -/Title 820 0 R -/A 817 0 R -/Parent 811 0 R -/Prev 815 0 R -/First 823 0 R -/Last 827 0 R -/Count -2 ->> endobj -815 0 obj << -/Title 816 0 R -/A 813 0 R -/Parent 811 0 R -/Next 819 0 R ->> endobj -811 0 obj << -/Title 812 0 R -/A 809 0 R -/Parent 659 0 R -/Prev 787 0 R -/Next 831 0 R -/First 815 0 R -/Last 819 0 R -/Count -2 ->> endobj -807 0 obj << -/Title 808 0 R -/A 805 0 R -/Parent 787 0 R -/Prev 803 0 R ->> endobj -803 0 obj << -/Title 804 0 R -/A 801 0 R -/Parent 787 0 R -/Prev 799 0 R -/Next 807 0 R ->> endobj -799 0 obj << -/Title 800 0 R -/A 797 0 R -/Parent 787 0 R -/Prev 795 0 R -/Next 803 0 R ->> endobj -795 0 obj << -/Title 796 0 R -/A 793 0 R -/Parent 787 0 R -/Prev 791 0 R -/Next 799 0 R ->> endobj -791 0 obj << -/Title 792 0 R -/A 789 0 R -/Parent 787 0 R -/Next 795 0 R ->> endobj -787 0 obj << -/Title 788 0 R -/A 785 0 R -/Parent 659 0 R -/Prev 783 0 R -/Next 811 0 R -/First 791 0 R -/Last 807 0 R -/Count -5 ->> endobj -783 0 obj << -/Title 784 0 R -/A 781 0 R -/Parent 659 0 R -/Prev 763 0 R -/Next 787 0 R ->> endobj -779 0 obj << -/Title 780 0 R -/A 777 0 R -/Parent 763 0 R -/Prev 775 0 R ->> endobj -775 0 obj << -/Title 776 0 R -/A 773 0 R -/Parent 763 0 R -/Prev 771 0 R -/Next 779 0 R ->> endobj -771 0 obj << -/Title 772 0 R -/A 769 0 R -/Parent 763 0 R -/Prev 767 0 R -/Next 775 0 R ->> endobj -767 0 obj << -/Title 768 0 R -/A 765 0 R -/Parent 763 0 R -/Next 771 0 R ->> endobj -763 0 obj << -/Title 764 0 R -/A 761 0 R -/Parent 659 0 R -/Prev 727 0 R -/Next 783 0 R -/First 767 0 R -/Last 779 0 R -/Count -4 ->> endobj -759 0 obj << -/Title 760 0 R -/A 757 0 R -/Parent 731 0 R -/Prev 755 0 R ->> endobj -755 0 obj << -/Title 756 0 R -/A 753 0 R -/Parent 731 0 R -/Prev 751 0 R -/Next 759 0 R ->> endobj -751 0 obj << -/Title 752 0 R -/A 749 0 R -/Parent 731 0 R -/Prev 747 0 R -/Next 755 0 R ->> endobj -747 0 obj << -/Title 748 0 R -/A 745 0 R -/Parent 731 0 R -/Prev 743 0 R -/Next 751 0 R ->> endobj -743 0 obj << -/Title 744 0 R -/A 741 0 R -/Parent 731 0 R -/Prev 739 0 R -/Next 747 0 R ->> endobj -739 0 obj << -/Title 740 0 R -/A 737 0 R -/Parent 731 0 R -/Prev 735 0 R -/Next 743 0 R ->> endobj -735 0 obj << -/Title 736 0 R -/A 733 0 R -/Parent 731 0 R -/Next 739 0 R ->> endobj -731 0 obj << -/Title 732 0 R -/A 729 0 R -/Parent 727 0 R -/First 735 0 R -/Last 759 0 R -/Count -7 ->> endobj -727 0 obj << -/Title 728 0 R -/A 725 0 R -/Parent 659 0 R -/Prev 715 0 R -/Next 763 0 R -/First 731 0 R -/Last 731 0 R -/Count -1 ->> endobj -723 0 obj << -/Title 724 0 R -/A 721 0 R -/Parent 715 0 R -/Prev 719 0 R ->> endobj -719 0 obj << -/Title 720 0 R -/A 717 0 R -/Parent 715 0 R -/Next 723 0 R ->> endobj -715 0 obj << -/Title 716 0 R -/A 713 0 R -/Parent 659 0 R -/Prev 679 0 R -/Next 727 0 R -/First 719 0 R -/Last 723 0 R -/Count -2 ->> endobj -711 0 obj << -/Title 712 0 R -/A 709 0 R -/Parent 679 0 R -/Prev 707 0 R ->> endobj -707 0 obj << -/Title 708 0 R -/A 705 0 R -/Parent 679 0 R -/Prev 703 0 R -/Next 711 0 R ->> endobj -703 0 obj << -/Title 704 0 R -/A 701 0 R -/Parent 679 0 R -/Prev 699 0 R -/Next 707 0 R ->> endobj -699 0 obj << -/Title 700 0 R -/A 697 0 R -/Parent 679 0 R -/Prev 683 0 R -/Next 703 0 R ->> endobj -695 0 obj << -/Title 696 0 R -/A 693 0 R -/Parent 683 0 R -/Prev 691 0 R ->> endobj -691 0 obj << -/Title 692 0 R -/A 689 0 R -/Parent 683 0 R -/Prev 687 0 R -/Next 695 0 R ->> endobj -687 0 obj << -/Title 688 0 R -/A 685 0 R -/Parent 683 0 R -/Next 691 0 R ->> endobj -683 0 obj << -/Title 684 0 R -/A 681 0 R -/Parent 679 0 R -/Next 699 0 R -/First 687 0 R -/Last 695 0 R -/Count -3 ->> endobj -679 0 obj << -/Title 680 0 R -/A 677 0 R -/Parent 659 0 R -/Prev 675 0 R -/Next 715 0 R -/First 683 0 R -/Last 711 0 R -/Count -5 ->> endobj -675 0 obj << -/Title 676 0 R -/A 673 0 R -/Parent 659 0 R -/Prev 671 0 R -/Next 679 0 R ->> endobj -671 0 obj << -/Title 672 0 R -/A 669 0 R -/Parent 659 0 R -/Prev 667 0 R -/Next 675 0 R ->> endobj -667 0 obj << -/Title 668 0 R -/A 665 0 R -/Parent 659 0 R -/Prev 663 0 R -/Next 671 0 R ->> endobj -663 0 obj << -/Title 664 0 R -/A 661 0 R -/Parent 659 0 R -/Next 667 0 R ->> endobj -659 0 obj << -/Title 660 0 R -/A 657 0 R -/Parent 5195 0 R -/Prev 607 0 R -/Next 855 0 R -/First 663 0 R -/Last 835 0 R -/Count -13 ->> endobj -655 0 obj << -/Title 656 0 R -/A 653 0 R -/Parent 651 0 R ->> endobj -651 0 obj << -/Title 652 0 R -/A 649 0 R -/Parent 607 0 R -/Prev 643 0 R -/First 655 0 R -/Last 655 0 R -/Count -1 ->> endobj -647 0 obj << -/Title 648 0 R -/A 645 0 R -/Parent 643 0 R ->> endobj -643 0 obj << -/Title 644 0 R -/A 641 0 R -/Parent 607 0 R -/Prev 627 0 R -/Next 651 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 627 0 R -/Prev 635 0 R ->> endobj -635 0 obj << -/Title 636 0 R -/A 633 0 R -/Parent 627 0 R -/Prev 631 0 R -/Next 639 0 R ->> endobj -631 0 obj << -/Title 632 0 R -/A 629 0 R -/Parent 627 0 R -/Next 635 0 R ->> endobj -627 0 obj << -/Title 628 0 R -/A 625 0 R -/Parent 607 0 R -/Prev 611 0 R -/Next 643 0 R -/First 631 0 R -/Last 639 0 R -/Count -3 ->> endobj -623 0 obj << -/Title 624 0 R -/A 621 0 R -/Parent 611 0 R -/Prev 619 0 R ->> endobj -619 0 obj << -/Title 620 0 R -/A 617 0 R -/Parent 611 0 R -/Prev 615 0 R -/Next 623 0 R ->> endobj -615 0 obj << -/Title 616 0 R -/A 613 0 R -/Parent 611 0 R -/Next 619 0 R ->> endobj -611 0 obj << -/Title 612 0 R -/A 609 0 R -/Parent 607 0 R -/Next 627 0 R -/First 615 0 R -/Last 623 0 R -/Count -3 ->> endobj -607 0 obj << -/Title 608 0 R -/A 605 0 R -/Parent 5195 0 R -/Prev 335 0 R -/Next 659 0 R -/First 611 0 R -/Last 651 0 R -/Count -4 ->> endobj -603 0 obj << -/Title 604 0 R -/A 601 0 R -/Parent 575 0 R -/Prev 587 0 R ->> endobj -599 0 obj << -/Title 600 0 R -/A 597 0 R -/Parent 587 0 R -/Prev 595 0 R ->> endobj -595 0 obj << -/Title 596 0 R -/A 593 0 R -/Parent 587 0 R -/Prev 591 0 R -/Next 599 0 R ->> endobj -591 0 obj << -/Title 592 0 R -/A 589 0 R -/Parent 587 0 R -/Next 595 0 R ->> endobj -587 0 obj << -/Title 588 0 R -/A 585 0 R -/Parent 575 0 R -/Prev 583 0 R -/Next 603 0 R -/First 591 0 R -/Last 599 0 R -/Count -3 ->> endobj -583 0 obj << -/Title 584 0 R -/A 581 0 R -/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 575 0 R -/Next 583 0 R ->> endobj -575 0 obj << -/Title 576 0 R -/A 573 0 R -/Parent 335 0 R -/Prev 571 0 R -/First 579 0 R -/Last 603 0 R -/Count -4 ->> endobj -571 0 obj << -/Title 572 0 R -/A 569 0 R -/Parent 335 0 R -/Prev 539 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 ->> endobj -563 0 obj << -/Title 564 0 R -/A 561 0 R -/Parent 555 0 R -/Prev 559 0 R -/Next 567 0 R ->> endobj -559 0 obj << -/Title 560 0 R -/A 557 0 R -/Parent 555 0 R -/Next 563 0 R ->> endobj -555 0 obj << -/Title 556 0 R -/A 553 0 R -/Parent 539 0 R -/Prev 551 0 R -/First 559 0 R -/Last 567 0 R -/Count -3 ->> endobj -551 0 obj << -/Title 552 0 R -/A 549 0 R -/Parent 539 0 R -/Prev 547 0 R -/Next 555 0 R ->> endobj -547 0 obj << -/Title 548 0 R -/A 545 0 R -/Parent 539 0 R -/Prev 543 0 R -/Next 551 0 R ->> endobj -543 0 obj << -/Title 544 0 R -/A 541 0 R -/Parent 539 0 R -/Next 547 0 R ->> endobj -539 0 obj << -/Title 540 0 R -/A 537 0 R -/Parent 335 0 R -/Prev 535 0 R -/Next 571 0 R -/First 543 0 R -/Last 555 0 R -/Count -4 ->> endobj -535 0 obj << -/Title 536 0 R -/A 533 0 R -/Parent 335 0 R -/Prev 531 0 R -/Next 539 0 R ->> endobj -531 0 obj << -/Title 532 0 R -/A 529 0 R -/Parent 335 0 R -/Prev 519 0 R -/Next 535 0 R ->> endobj -527 0 obj << -/Title 528 0 R -/A 525 0 R -/Parent 519 0 R -/Prev 523 0 R ->> endobj -523 0 obj << -/Title 524 0 R -/A 521 0 R -/Parent 519 0 R -/Next 527 0 R ->> endobj -519 0 obj << -/Title 520 0 R -/A 517 0 R -/Parent 335 0 R -/Prev 503 0 R -/Next 531 0 R -/First 523 0 R -/Last 527 0 R -/Count -2 ->> endobj -515 0 obj << -/Title 516 0 R -/A 513 0 R -/Parent 503 0 R -/Prev 511 0 R ->> endobj -511 0 obj << -/Title 512 0 R -/A 509 0 R -/Parent 503 0 R -/Prev 507 0 R -/Next 515 0 R ->> endobj -507 0 obj << -/Title 508 0 R -/A 505 0 R -/Parent 503 0 R -/Next 511 0 R ->> endobj -503 0 obj << -/Title 504 0 R -/A 501 0 R -/Parent 335 0 R -/Prev 499 0 R -/Next 519 0 R -/First 507 0 R -/Last 515 0 R -/Count -3 ->> endobj -499 0 obj << -/Title 500 0 R -/A 497 0 R -/Parent 335 0 R -/Prev 407 0 R -/Next 503 0 R ->> endobj -495 0 obj << -/Title 496 0 R -/A 493 0 R -/Parent 439 0 R -/Prev 447 0 R ->> endobj -491 0 obj << -/Title 492 0 R -/A 489 0 R -/Parent 447 0 R -/Prev 487 0 R ->> endobj -487 0 obj << -/Title 488 0 R -/A 485 0 R -/Parent 447 0 R -/Prev 483 0 R -/Next 491 0 R ->> endobj -483 0 obj << -/Title 484 0 R -/A 481 0 R -/Parent 447 0 R -/Prev 479 0 R -/Next 487 0 R ->> endobj -479 0 obj << -/Title 480 0 R -/A 477 0 R -/Parent 447 0 R -/Prev 475 0 R -/Next 483 0 R ->> endobj -475 0 obj << -/Title 476 0 R -/A 473 0 R -/Parent 447 0 R -/Prev 471 0 R -/Next 479 0 R ->> endobj -471 0 obj << -/Title 472 0 R -/A 469 0 R -/Parent 447 0 R -/Prev 467 0 R -/Next 475 0 R ->> endobj -467 0 obj << -/Title 468 0 R -/A 465 0 R -/Parent 447 0 R -/Prev 463 0 R -/Next 471 0 R ->> endobj -463 0 obj << -/Title 464 0 R -/A 461 0 R -/Parent 447 0 R -/Prev 459 0 R -/Next 467 0 R ->> endobj -459 0 obj << -/Title 460 0 R -/A 457 0 R -/Parent 447 0 R -/Prev 455 0 R -/Next 463 0 R ->> endobj -455 0 obj << -/Title 456 0 R -/A 453 0 R -/Parent 447 0 R -/Prev 451 0 R -/Next 459 0 R ->> endobj -451 0 obj << -/Title 452 0 R -/A 449 0 R -/Parent 447 0 R -/Next 455 0 R ->> endobj -447 0 obj << -/Title 448 0 R -/A 445 0 R -/Parent 439 0 R -/Prev 443 0 R -/Next 495 0 R -/First 451 0 R -/Last 491 0 R -/Count -11 ->> endobj -443 0 obj << -/Title 444 0 R -/A 441 0 R -/Parent 439 0 R -/Next 447 0 R ->> endobj -439 0 obj << -/Title 440 0 R -/A 437 0 R -/Parent 407 0 R -/Prev 427 0 R -/First 443 0 R -/Last 495 0 R -/Count -3 ->> endobj -435 0 obj << -/Title 436 0 R -/A 433 0 R -/Parent 427 0 R -/Prev 431 0 R ->> endobj -431 0 obj << -/Title 432 0 R -/A 429 0 R -/Parent 427 0 R -/Next 435 0 R ->> endobj -427 0 obj << -/Title 428 0 R -/A 425 0 R -/Parent 407 0 R -/Prev 423 0 R -/Next 439 0 R -/First 431 0 R -/Last 435 0 R -/Count -2 ->> endobj -423 0 obj << -/Title 424 0 R -/A 421 0 R -/Parent 407 0 R -/Prev 415 0 R -/Next 427 0 R ->> endobj -419 0 obj << -/Title 420 0 R -/A 417 0 R -/Parent 415 0 R ->> endobj -415 0 obj << -/Title 416 0 R -/A 413 0 R -/Parent 407 0 R -/Prev 411 0 R -/Next 423 0 R -/First 419 0 R -/Last 419 0 R -/Count -1 ->> endobj -411 0 obj << -/Title 412 0 R -/A 409 0 R -/Parent 407 0 R -/Next 415 0 R ->> endobj -407 0 obj << -/Title 408 0 R -/A 405 0 R -/Parent 335 0 R -/Prev 403 0 R -/Next 499 0 R -/First 411 0 R -/Last 439 0 R -/Count -5 ->> endobj -403 0 obj << -/Title 404 0 R -/A 401 0 R -/Parent 335 0 R -/Prev 399 0 R -/Next 407 0 R ->> endobj -399 0 obj << -/Title 400 0 R -/A 397 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 335 0 R -/Prev 387 0 R -/Next 399 0 R ->> endobj -391 0 obj << -/Title 392 0 R -/A 389 0 R -/Parent 387 0 R ->> endobj -387 0 obj << -/Title 388 0 R -/A 385 0 R -/Parent 335 0 R -/Prev 383 0 R -/Next 395 0 R -/First 391 0 R -/Last 391 0 R -/Count -1 ->> endobj -383 0 obj << -/Title 384 0 R -/A 381 0 R -/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 351 0 R -/Prev 375 0 R ->> endobj -375 0 obj << -/Title 376 0 R -/A 373 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 351 0 R -/Prev 359 0 R -/Next 375 0 R ->> endobj -367 0 obj << -/Title 368 0 R -/A 365 0 R -/Parent 359 0 R -/Prev 363 0 R ->> endobj -363 0 obj << -/Title 364 0 R -/A 361 0 R -/Parent 359 0 R -/Next 367 0 R ->> endobj -359 0 obj << -/Title 360 0 R -/A 357 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 351 0 R -/Next 359 0 R ->> endobj -351 0 obj << -/Title 352 0 R -/A 349 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 343 0 R -/Next 351 0 R ->> endobj -343 0 obj << -/Title 344 0 R -/A 341 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 335 0 R -/Next 343 0 R ->> endobj -335 0 obj << -/Title 336 0 R -/A 333 0 R -/Parent 5195 0 R -/Prev 43 0 R -/Next 607 0 R -/First 339 0 R -/Last 575 0 R -/Count -16 ->> endobj -331 0 obj << -/Title 332 0 R -/A 329 0 R -/Parent 327 0 R ->> endobj -327 0 obj << -/Title 328 0 R -/A 325 0 R -/Parent 283 0 R -/Prev 319 0 R -/First 331 0 R -/Last 331 0 R -/Count -1 ->> endobj -323 0 obj << -/Title 324 0 R -/A 321 0 R -/Parent 319 0 R ->> endobj -319 0 obj << -/Title 320 0 R -/A 317 0 R -/Parent 283 0 R -/Prev 315 0 R -/Next 327 0 R -/First 323 0 R -/Last 323 0 R -/Count -1 ->> endobj -315 0 obj << -/Title 316 0 R -/A 313 0 R -/Parent 283 0 R -/Prev 311 0 R -/Next 319 0 R ->> endobj -311 0 obj << -/Title 312 0 R -/A 309 0 R -/Parent 283 0 R -/Prev 291 0 R -/Next 315 0 R ->> endobj -307 0 obj << -/Title 308 0 R -/A 305 0 R -/Parent 295 0 R -/Prev 303 0 R ->> endobj -303 0 obj << -/Title 304 0 R -/A 301 0 R -/Parent 295 0 R -/Prev 299 0 R -/Next 307 0 R ->> endobj -299 0 obj << -/Title 300 0 R -/A 297 0 R -/Parent 295 0 R -/Next 303 0 R ->> endobj -295 0 obj << -/Title 296 0 R -/A 293 0 R -/Parent 291 0 R -/First 299 0 R -/Last 307 0 R -/Count -3 ->> endobj -291 0 obj << -/Title 292 0 R -/A 289 0 R -/Parent 283 0 R -/Prev 287 0 R -/Next 311 0 R -/First 295 0 R -/Last 295 0 R -/Count -1 ->> endobj -287 0 obj << -/Title 288 0 R -/A 285 0 R -/Parent 283 0 R -/Next 291 0 R ->> endobj -283 0 obj << -/Title 284 0 R -/A 281 0 R -/Parent 43 0 R -/Prev 239 0 R -/First 287 0 R -/Last 327 0 R -/Count -6 ->> endobj -279 0 obj << -/Title 280 0 R -/A 277 0 R -/Parent 239 0 R -/Prev 267 0 R ->> endobj -275 0 obj << -/Title 276 0 R -/A 273 0 R -/Parent 267 0 R -/Prev 271 0 R ->> endobj -271 0 obj << -/Title 272 0 R -/A 269 0 R -/Parent 267 0 R -/Next 275 0 R ->> endobj -267 0 obj << -/Title 268 0 R -/A 265 0 R -/Parent 239 0 R -/Prev 243 0 R -/Next 279 0 R -/First 271 0 R -/Last 275 0 R -/Count -2 ->> endobj -263 0 obj << -/Title 264 0 R -/A 261 0 R -/Parent 243 0 R -/Prev 259 0 R ->> endobj -259 0 obj << -/Title 260 0 R -/A 257 0 R -/Parent 243 0 R -/Prev 255 0 R -/Next 263 0 R ->> endobj -255 0 obj << -/Title 256 0 R -/A 253 0 R -/Parent 243 0 R -/Prev 251 0 R -/Next 259 0 R ->> endobj -251 0 obj << -/Title 252 0 R -/A 249 0 R -/Parent 243 0 R -/Prev 247 0 R -/Next 255 0 R ->> endobj -247 0 obj << -/Title 248 0 R -/A 245 0 R -/Parent 243 0 R -/Next 251 0 R ->> endobj -243 0 obj << -/Title 244 0 R -/A 241 0 R -/Parent 239 0 R -/Next 267 0 R -/First 247 0 R -/Last 263 0 R -/Count -5 ->> endobj -239 0 obj << -/Title 240 0 R -/A 237 0 R -/Parent 43 0 R -/Prev 235 0 R -/Next 283 0 R -/First 243 0 R -/Last 279 0 R -/Count -3 ->> endobj -235 0 obj << -/Title 236 0 R -/A 233 0 R -/Parent 43 0 R -/Prev 199 0 R -/Next 239 0 R ->> endobj -231 0 obj << -/Title 232 0 R -/A 229 0 R -/Parent 199 0 R -/Prev 227 0 R ->> endobj -227 0 obj << -/Title 228 0 R -/A 225 0 R -/Parent 199 0 R -/Prev 223 0 R -/Next 231 0 R ->> endobj -223 0 obj << -/Title 224 0 R -/A 221 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 199 0 R -/Prev 215 0 R -/Next 223 0 R ->> endobj -215 0 obj << -/Title 216 0 R -/A 213 0 R -/Parent 199 0 R -/Prev 211 0 R -/Next 219 0 R ->> endobj -211 0 obj << -/Title 212 0 R -/A 209 0 R -/Parent 199 0 R -/Prev 207 0 R -/Next 215 0 R ->> endobj -207 0 obj << -/Title 208 0 R -/A 205 0 R -/Parent 199 0 R -/Prev 203 0 R -/Next 211 0 R ->> endobj -203 0 obj << -/Title 204 0 R -/A 201 0 R -/Parent 199 0 R -/Next 207 0 R ->> endobj -199 0 obj << -/Title 200 0 R -/A 197 0 R -/Parent 43 0 R -/Prev 123 0 R -/Next 235 0 R -/First 203 0 R -/Last 231 0 R -/Count -8 ->> endobj -195 0 obj << -/Title 196 0 R -/A 193 0 R -/Parent 123 0 R -/Prev 175 0 R ->> endobj -191 0 obj << -/Title 192 0 R -/A 189 0 R -/Parent 175 0 R -/Prev 179 0 R ->> endobj -187 0 obj << -/Title 188 0 R -/A 185 0 R -/Parent 179 0 R -/Prev 183 0 R ->> endobj -183 0 obj << -/Title 184 0 R -/A 181 0 R -/Parent 179 0 R -/Next 187 0 R ->> endobj -179 0 obj << -/Title 180 0 R -/A 177 0 R -/Parent 175 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 123 0 R -/Prev 171 0 R -/Next 195 0 R -/First 179 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 131 0 R -/Next 175 0 R ->> endobj -167 0 obj << -/Title 168 0 R -/A 165 0 R -/Parent 159 0 R -/Prev 163 0 R ->> endobj -163 0 obj << -/Title 164 0 R -/A 161 0 R -/Parent 159 0 R -/Next 167 0 R ->> endobj -159 0 obj << -/Title 160 0 R -/A 157 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 139 0 R -/Prev 151 0 R ->> endobj -151 0 obj << -/Title 152 0 R -/A 149 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 139 0 R -/Prev 143 0 R -/Next 151 0 R ->> endobj -143 0 obj << -/Title 144 0 R -/A 141 0 R -/Parent 139 0 R -/Next 147 0 R ->> endobj -139 0 obj << -/Title 140 0 R -/A 137 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 139 0 R ->> endobj -131 0 obj << -/Title 132 0 R -/A 129 0 R -/Parent 123 0 R -/Prev 127 0 R -/Next 171 0 R -/First 135 0 R -/Last 159 0 R -/Count -3 ->> endobj -127 0 obj << -/Title 128 0 R -/A 125 0 R -/Parent 123 0 R -/Next 131 0 R ->> endobj -123 0 obj << -/Title 124 0 R -/A 121 0 R -/Parent 43 0 R -/Prev 47 0 R -/Next 199 0 R -/First 127 0 R -/Last 195 0 R -/Count -5 ->> endobj -119 0 obj << -/Title 120 0 R -/A 117 0 R -/Parent 47 0 R -/Prev 115 0 R ->> endobj -115 0 obj << -/Title 116 0 R -/A 113 0 R -/Parent 47 0 R -/Prev 75 0 R -/Next 119 0 R ->> endobj -111 0 obj << -/Title 112 0 R -/A 109 0 R -/Parent 75 0 R -/Prev 107 0 R ->> endobj -107 0 obj << -/Title 108 0 R -/A 105 0 R -/Parent 75 0 R -/Prev 103 0 R -/Next 111 0 R ->> endobj -103 0 obj << -/Title 104 0 R -/A 101 0 R -/Parent 75 0 R -/Prev 99 0 R -/Next 107 0 R ->> endobj -99 0 obj << -/Title 100 0 R -/A 97 0 R -/Parent 75 0 R -/Prev 95 0 R -/Next 103 0 R ->> endobj -95 0 obj << -/Title 96 0 R -/A 93 0 R -/Parent 75 0 R -/Prev 91 0 R -/Next 99 0 R ->> endobj -91 0 obj << -/Title 92 0 R -/A 89 0 R -/Parent 75 0 R -/Prev 87 0 R -/Next 95 0 R ->> endobj -87 0 obj << -/Title 88 0 R -/A 85 0 R -/Parent 75 0 R -/Prev 83 0 R -/Next 91 0 R ->> endobj -83 0 obj << -/Title 84 0 R -/A 81 0 R -/Parent 75 0 R -/Prev 79 0 R -/Next 87 0 R ->> endobj -79 0 obj << -/Title 80 0 R -/A 77 0 R -/Parent 75 0 R -/Next 83 0 R ->> endobj -75 0 obj << -/Title 76 0 R -/A 73 0 R -/Parent 47 0 R -/Prev 71 0 R -/Next 115 0 R -/First 79 0 R -/Last 111 0 R -/Count -9 ->> endobj -71 0 obj << -/Title 72 0 R -/A 69 0 R -/Parent 47 0 R -/Prev 67 0 R -/Next 75 0 R ->> endobj -67 0 obj << -/Title 68 0 R -/A 65 0 R -/Parent 47 0 R -/Prev 55 0 R -/Next 71 0 R ->> endobj -63 0 obj << -/Title 64 0 R -/A 61 0 R -/Parent 55 0 R -/Prev 59 0 R ->> endobj -59 0 obj << -/Title 60 0 R -/A 57 0 R -/Parent 55 0 R -/Next 63 0 R ->> endobj -55 0 obj << -/Title 56 0 R -/A 53 0 R -/Parent 47 0 R -/Prev 51 0 R -/Next 67 0 R -/First 59 0 R -/Last 63 0 R -/Count -2 ->> endobj -51 0 obj << -/Title 52 0 R -/A 49 0 R -/Parent 47 0 R -/Next 55 0 R ->> endobj -47 0 obj << -/Title 48 0 R -/A 45 0 R -/Parent 43 0 R -/Next 123 0 R -/First 51 0 R -/Last 119 0 R -/Count -7 ->> endobj -43 0 obj << -/Title 44 0 R -/A 41 0 R -/Parent 5195 0 R -/Prev 19 0 R -/Next 335 0 R -/First 47 0 R -/Last 283 0 R -/Count -6 ->> endobj -39 0 obj << -/Title 40 0 R -/A 37 0 R -/Parent 19 0 R -/Prev 35 0 R ->> endobj -35 0 obj << -/Title 36 0 R -/A 33 0 R -/Parent 19 0 R -/Prev 31 0 R -/Next 39 0 R ->> endobj -31 0 obj << -/Title 32 0 R -/A 29 0 R -/Parent 19 0 R -/Prev 27 0 R -/Next 35 0 R ->> endobj -27 0 obj << -/Title 28 0 R -/A 25 0 R -/Parent 19 0 R -/Prev 23 0 R -/Next 31 0 R ->> endobj -23 0 obj << -/Title 24 0 R -/A 21 0 R -/Parent 19 0 R -/Next 27 0 R ->> endobj -19 0 obj << -/Title 20 0 R -/A 17 0 R -/Parent 5195 0 R -/Prev 15 0 R -/Next 43 0 R -/First 23 0 R -/Last 39 0 R -/Count -5 ->> endobj -15 0 obj << -/Title 16 0 R -/A 13 0 R -/Parent 5195 0 R -/Prev 11 0 R -/Next 19 0 R ->> endobj -11 0 obj << -/Title 12 0 R -/A 9 0 R -/Parent 5195 0 R -/Prev 7 0 R -/Next 15 0 R ->> endobj -7 0 obj << -/Title 8 0 R -/A 5 0 R -/Parent 5195 0 R -/Prev 3 0 R -/Next 11 0 R ->> endobj -3 0 obj << -/Title 4 0 R -/A 1 0 R -/Parent 5195 0 R -/Next 7 0 R ->> endobj -5196 0 obj << -/Names [(1.0) 2 0 R (10.0) 854 0 R (10.45.1) 858 0 R (10.46.1) 862 0 R (10.46.82.2) 866 0 R (10.46.83.2) 870 0 R (10.46.84.2) 874 0 R (10.46.85.2) 878 0 R (10.46.86.2) 882 0 R (10.46.87.2) 886 0 R (10.47.1) 890 0 R (10.48.1) 894 0 R (10.49.1) 898 0 R (10.49.88.2) 902 0 R (10.49.89.2) 906 0 R (10.49.90.2) 910 0 R (10.49.91.2) 914 0 R (10.49.92.2) 918 0 R (1001) 2836 0 R (1002) 2837 0 R (1003) 2838 0 R (1004) 2839 0 R (1005) 2840 0 R (1006) 2841 0 R (1007) 2842 0 R (1008) 2843 0 R (1009) 2844 0 R (101) 2046 0 R (1010) 2845 0 R (1011) 2846 0 R (1012) 2847 0 R (1013) 2848 0 R (1014) 2849 0 R (1015) 1483 0 R (1017) 2854 0 R (1018) 2855 0 R (1019) 2856 0 R (102) 2047 0 R (1020) 2857 0 R (1021) 2858 0 R (1022) 2859 0 R (1023) 2860 0 R (1024) 2861 0 R (1025) 2862 0 R (1026) 2863 0 R (1027) 2864 0 R (1028) 2865 0 R (1029) 2866 0 R (103) 2048 0 R (1030) 2867 0 R (1033) 2868 0 R (1034) 2869 0 R (1035) 2870 0 R (1036) 2871 0 R (1037) 1485 0 R (1039) 2872 0 R (104) 2049 0 R (1040) 1486 0 R (1042) 2873 0 R (1043) 2874 0 R (1044) 2875 0 R (1045) 2876 0 R (1046) 2877 0 R (1047) 2878 0 R (1048) 2883 0 R (1049) 1487 0 R (105) 2050 0 R (1051) 2884 0 R (1052) 2885 0 R (1053) 2886 0 R (1055) 2888 0 R (1056) 2889 0 R (1057) 2890 0 R (1058) 2891 0 R (1059) 2892 0 R (106) 2051 0 R (1062) 2893 0 R (1063) 2894 0 R (1064) 2895 0 R (1065) 2896 0 R (1066) 2897 0 R (1067) 2898 0 R (1068) 2899 0 R (107) 2052 0 R (1073) 2905 0 R (1074) 2906 0 R (1076) 2907 0 R (1078) 2908 0 R (1079) 2909 0 R (108) 2053 0 R (1080) 2910 0 R (1082) 2911 0 R (1083) 2912 0 R (1084) 2913 0 R (1085) 2914 0 R (1086) 2915 0 R (1087) 2916 0 R (1088) 2917 0 R (109) 2054 0 R (1090) 2918 0 R (1091) 2919 0 R (1092) 2920 0 R (1094) 2921 0 R (1095) 2922 0 R (1096) 2923 0 R (1097) 2924 0 R (1099) 2925 0 R (11.0) 922 0 R (11.50.1) 926 0 R (11.51.1) 930 0 R (11.52.1) 934 0 R (11.53.1) 938 0 R (11.54.1) 942 0 R (11.55.1) 946 0 R (11.56.1) 950 0 R (11.57.1) 954 0 R (11.58.1) 958 0 R (110) 2055 0 R (1100) 2926 0 R (1101) 2927 0 R (1102) 2928 0 R (1104) 2929 0 R (1105) 2930 0 R (1106) 2931 0 R (1107) 2932 0 R (1108) 2933 0 R (1109) 2934 0 R (111) 2056 0 R (1111) 2939 0 R (1113) 2940 0 R (1114) 2941 0 R (1115) 2942 0 R (1116) 2943 0 R (1117) 2944 0 R (1118) 2945 0 R (112) 2057 0 R (1120) 2946 0 R (1121) 2947 0 R (1122) 2948 0 R (1123) 2949 0 R (1125) 2950 0 R (1126) 2951 0 R (1127) 2952 0 R (1129) 2953 0 R (113) 2058 0 R (1130) 2954 0 R (1131) 2955 0 R (1133) 2956 0 R (1134) 2957 0 R (1135) 2958 0 R (1137) 2959 0 R (1138) 2960 0 R (1139) 2961 0 R (114) 2059 0 R (1141) 2966 0 R (1142) 2967 0 R (1143) 2968 0 R (1144) 2969 0 R (1145) 2970 0 R (1146) 2971 0 R (1148) 2972 0 R (1149) 2973 0 R (1150) 2974 0 R (1151) 2975 0 R (1153) 2976 0 R (1154) 2977 0 R (1155) 2978 0 R (1157) 2979 0 R (1158) 2980 0 R (1159) 2981 0 R (1164) 2982 0 R (1165) 2983 0 R (1166) 2984 0 R (117) 2063 0 R (1171) 2989 0 R (1172) 2990 0 R (1173) 2991 0 R (1174) 2992 0 R (1175) 2993 0 R (1176) 2994 0 R (1181) 2996 0 R (1182) 2997 0 R (1183) 2998 0 R (1184) 2999 0 R (1188) 3002 0 R (1189) 3003 0 R (119) 2064 0 R (1190) 3004 0 R (1191) 3005 0 R (1192) 3006 0 R (1193) 3007 0 R (1194) 3008 0 R (1195) 3009 0 R (1196) 3010 0 R (1197) 3011 0 R (1198) 3012 0 R (12.0) 962 0 R (12.59.1) 966 0 R (12.60.1) 970 0 R (120) 2065 0 R (1201) 3017 0 R (1202) 3018 0 R (1203) 3019 0 R (1204) 3020 0 R (1205) 3021 0 R (1206) 3022 0 R (1207) 3023 0 R (1208) 3024 0 R (1209) 3025 0 R (121) 2066 0 R (1210) 3026 0 R (1211) 3027 0 R (1212) 3028 0 R (1213) 3029 0 R (1214) 3030 0 R (1215) 3031 0 R (1216) 3032 0 R (1217) 3033 0 R (1218) 3034 0 R (1219) 3035 0 R (1220) 3036 0 R (1221) 3037 0 R (1222) 3038 0 R (1223) 3039 0 R (1224) 3040 0 R (1225) 3041 0 R (1226) 3042 0 R (1227) 3043 0 R (1228) 3044 0 R (1229) 3045 0 R (1230) 3046 0 R (1231) 3047 0 R (1232) 3048 0 R (1233) 3049 0 R (1234) 3050 0 R (1235) 3051 0 R (1236) 3052 0 R (1237) 3053 0 R (1238) 3054 0 R (1239) 3055 0 R (1240) 3056 0 R (1241) 3057 0 R (1242) 3058 0 R (1243) 3059 0 R (1244) 3060 0 R (1245) 3061 0 R (1246) 3062 0 R (1247) 3063 0 R (1248) 3069 0 R (1249) 3070 0 R (1250) 3071 0 R (1251) 3072 0 R (1252) 3073 0 R (1253) 3074 0 R (1254) 3075 0 R (1255) 3076 0 R (1258) 3077 0 R (1259) 3078 0 R (1263) 3080 0 R (1264) 3081 0 R (1265) 3082 0 R (1266) 3083 0 R (1267) 3084 0 R (1268) 3085 0 R (1269) 3086 0 R (1270) 3087 0 R (1271) 3088 0 R (1274) 3089 0 R (1275) 3096 0 R (1276) 3097 0 R (1277) 3068 0 R (1279) 3098 0 R (1282) 3099 0 R (1285) 3102 0 R (1286) 3103 0 R (1287) 3104 0 R (1288) 3105 0 R (1289) 3106 0 R (1291) 3107 0 R (1292) 3108 0 R (1293) 3109 0 R (1295) 3110 0 R (1296) 3111 0 R (1297) 3112 0 R (1299) 3113 0 R (13.0) 974 0 R (13.61.1) 978 0 R (13.62.1) 982 0 R (13.63.1) 986 0 R (1300) 3114 0 R (1301) 3115 0 R (1303) 3116 0 R (1304) 3117 0 R (1305) 3118 0 R (1307) 3119 0 R (1308) 3120 0 R (1309) 3121 0 R (1311) 3122 0 R (1312) 3123 0 R (1313) 3124 0 R (1315) 3125 0 R (1316) 3126 0 R (1317) 3127 0 R (1319) 3128 0 R (1320) 3129 0 R (1321) 3130 0 R (1323) 3136 0 R (1324) 3137 0 R (1325) 3138 0 R (1327) 3095 0 R (1328) 3139 0 R (1329) 3140 0 R (1330) 3141 0 R (1332) 3143 0 R (1333) 3144 0 R (1334) 3145 0 R (1335) 3146 0 R (1336) 3147 0 R (1337) 3148 0 R (1338) 3149 0 R (1339) 3150 0 R (1340) 3151 0 R (1341) 3152 0 R (1342) 3153 0 R (1343) 3154 0 R (1344) 3155 0 R (1348) 3157 0 R (1349) 3158 0 R (1350) 3159 0 R (1351) 3160 0 R (1352) 3161 0 R (1353) 3162 0 R (1354) 3163 0 R (1355) 3164 0 R (1356) 3165 0 R (1357) 3166 0 R (1358) 3167 0 R (1359) 3168 0 R (1360) 3169 0 R (1361) 3170 0 R (1362) 3171 0 R (1363) 3172 0 R (1364) 3173 0 R (1365) 3174 0 R (1366) 3175 0 R (1367) 3176 0 R (1368) 3177 0 R (1369) 3178 0 R (1370) 3179 0 R (1371) 3180 0 R (1372) 3181 0 R (1373) 3182 0 R (1374) 3183 0 R (1375) 3184 0 R (1376) 3185 0 R (1377) 3190 0 R (1378) 3191 0 R (1379) 3192 0 R (1380) 3193 0 R (1381) 3194 0 R (1382) 3195 0 R (1383) 3196 0 R (1386) 3197 0 R (1387) 3198 0 R (1388) 3199 0 R (1389) 3200 0 R (1390) 3201 0 R (1391) 3202 0 R (1392) 3203 0 R (1393) 3204 0 R (1394) 3205 0 R (1395) 3206 0 R (1396) 3207 0 R (1397) 3208 0 R (1398) 3209 0 R (1399) 3210 0 R (14.0) 990 0 R (14.64.1) 994 0 R (14.65.1) 998 0 R (14.66.1) 1002 0 R (14.67.1) 1006 0 R (14.68.1) 1010 0 R (14.69.1) 1014 0 R (14.70.1) 1018 0 R (14.71.1) 1022 0 R (14.72.1) 1026 0 R (14.73.1) 1030 0 R (14.74.1) 1034 0 R (14.75.1) 1038 0 R (1400) 3211 0 R (1401) 3212 0 R (1402) 3213 0 R (1403) 3214 0 R (1404) 3215 0 R (1405) 3216 0 R (1406) 3217 0 R (1409) 3218 0 R (1410) 3219 0 R (1411) 3220 0 R (1412) 3221 0 R (1413) 3222 0 R (1414) 3223 0 R (1415) 3224 0 R (1416) 3225 0 R (1417) 3230 0 R (1420) 3231 0 R (1421) 3232 0 R (1422) 3233 0 R (1423) 3234 0 R (1424) 3235 0 R (1425) 3236 0 R (1426) 3237 0 R (1427) 3238 0 R (1428) 3239 0 R (1429) 3240 0 R (1430) 3241 0 R (1431) 3242 0 R (1432) 3243 0 R (1435) 3244 0 R (1436) 3245 0 R (1437) 3246 0 R (1438) 3247 0 R (1441) 3248 0 R (1442) 3249 0 R (1443) 3250 0 R (1444) 3251 0 R (1445) 3252 0 R (1446) 3253 0 R (1447) 3254 0 R (1448) 3255 0 R (1449) 3256 0 R (1450) 3257 0 R (1451) 3258 0 R (1452) 3259 0 R (1453) 3260 0 R (1454) 3261 0 R (1455) 3262 0 R (1456) 3263 0 R (1457) 3264 0 R (1458) 3265 0 R (1459) 3266 0 R (1460) 3267 0 R (1461) 3268 0 R (1462) 3269 0 R (1463) 3275 0 R (1464) 3276 0 R (1465) 3277 0 R (1466) 3278 0 R (1467) 3279 0 R (1472) 3280 0 R (1473) 3281 0 R (1475) 3282 0 R (1476) 3283 0 R (1477) 3284 0 R (1478) 3285 0 R (1480) 3286 0 R (1481) 3287 0 R (1482) 3288 0 R (1483) 3289 0 R (1484) 3290 0 R (1486) 3291 0 R (1487) 3292 0 R (1488) 3293 0 R (1489) 3294 0 R (1490) 3295 0 R (1491) 3296 0 R (1492) 3297 0 R (1495) 3298 0 R (1496) 3299 0 R (1497) 3300 0 R (1498) 3301 0 R (1499) 3302 0 R (15.0) 1042 0 R (1500) 3303 0 R (1501) 3304 0 R (1502) 3305 0 R (1503) 3306 0 R (1504) 3307 0 R (1505) 3308 0 R (1508) 3309 0 R (1511) 3314 0 R (1512) 3274 0 R (1514) 3315 0 R (1515) 3316 0 R (1516) 3317 0 R (1517) 3318 0 R (1518) 3319 0 R (1519) 3320 0 R (1520) 3321 0 R (1521) 3322 0 R (1522) 3323 0 R (1523) 3324 0 R (1524) 3325 0 R (1525) 3326 0 R (1526) 3327 0 R (1527) 3328 0 R (1528) 3329 0 R (1529) 3330 0 R (1532) 3331 0 R (1533) 3332 0 R (1534) 3333 0 R (1535) 3334 0 R (1536) 3335 0 R (1539) 3336 0 R (1540) 3337 0 R (1541) 3338 0 R (1542) 3339 0 R (1543) 3340 0 R (1546) 3341 0 R (1547) 3342 0 R (1551) 3344 0 R (1552) 3345 0 R (1555) 3352 0 R (1558) 3354 0 R (1559) 3355 0 R (1560) 3356 0 R (1563) 3358 0 R (1564) 3359 0 R (1565) 3360 0 R (1566) 3361 0 R (1567) 3362 0 R (1568) 3363 0 R (1569) 3364 0 R (1570) 3365 0 R (1571) 3366 0 R (1572) 3367 0 R (1573) 3368 0 R (1574) 3369 0 R (1575) 3370 0 R (1576) 3371 0 R (1577) 3372 0 R (1578) 3373 0 R (1579) 3374 0 R (1580) 3375 0 R (1581) 3376 0 R (1582) 3377 0 R (1583) 3378 0 R (1584) 3379 0 R (1585) 3380 0 R (1586) 3381 0 R (1587) 3382 0 R (1588) 3383 0 R (1589) 3384 0 R (1590) 3385 0 R (1591) 3386 0 R (1592) 3387 0 R (1593) 3388 0 R (1596) 3390 0 R (1597) 3391 0 R (1598) 3392 0 R (16.0) 1046 0 R (16.75.93.2) 1050 0 R (1601) 3399 0 R (1602) 3400 0 R (1605) 3402 0 R (1606) 3403 0 R (1607) 3404 0 R (1608) 3405 0 R (1609) 3406 0 R (1610) 3407 0 R (1613) 3409 0 R (1614) 3410 0 R (1617) 3412 0 R (1618) 3413 0 R (1619) 3414 0 R (1620) 3415 0 R (1623) 3417 0 R (1626) 3419 0 R (1627) 3420 0 R (1628) 3421 0 R (1629) 3422 0 R (1632) 3424 0 R (1633) 3425 0 R (1636) 3430 0 R (1637) 3431 0 R (1638) 3398 0 R (1640) 3432 0 R (1641) 3433 0 R (1642) 3434 0 R (1643) 3435 0 R (1646) 3436 0 R (1647) 3437 0 R (1649) 3439 0 R (1652) 3440 0 R (1653) 3441 0 R (1656) 3442 0 R (1657) 3443 0 R (1658) 3444 0 R (1659) 3445 0 R (1660) 3446 0 R (1661) 3447 0 R (1662) 3448 0 R (1663) 3449 0 R (1664) 3450 0 R (1665) 3451 0 R (1666) 3456 0 R (1667) 3457 0 R (1668) 3458 0 R (1669) 3459 0 R (1670) 3460 0 R (1672) 3462 0 R (1673) 3463 0 R (1674) 3464 0 R (1675) 3465 0 R (1676) 3466 0 R (1677) 3467 0 R (1679) 3469 0 R (1680) 3470 0 R (1681) 3471 0 R (1682) 3472 0 R (1683) 3473 0 R (1684) 3474 0 R (1687) 3475 0 R (1691) 3477 0 R (1694) 3478 0 R (1695) 3479 0 R (1698) 3480 0 R (1699) 3481 0 R (17.0) 1054 0 R (17.75.94.2) 1058 0 R (17.75.94.56.3) 1062 0 R (1700) 3482 0 R (1701) 3483 0 R (1704) 3488 0 R (1705) 3489 0 R (1706) 3490 0 R (1707) 3491 0 R (1708) 3492 0 R (1709) 3493 0 R (1710) 3494 0 R (1713) 3495 0 R (1714) 3496 0 R (1715) 3497 0 R (1716) 3498 0 R (1717) 3499 0 R (1718) 3500 0 R (1719) 3501 0 R (1720) 3502 0 R (1721) 3503 0 R (1722) 3504 0 R (1723) 3505 0 R (1724) 3506 0 R (1725) 3507 0 R (1726) 3508 0 R (1727) 3509 0 R (1728) 3510 0 R (1731) 3511 0 R (1732) 3512 0 R (1733) 3513 0 R (1734) 3514 0 R (1735) 3519 0 R (1736) 3520 0 R (1739) 3521 0 R (1740) 3522 0 R (1741) 3523 0 R (1742) 3524 0 R (1743) 3525 0 R (1744) 3526 0 R (1745) 3527 0 R (1746) 3528 0 R (1747) 3529 0 R (1748) 3530 0 R (1749) 3531 0 R (1752) 3532 0 R (1753) 3533 0 R (1754) 3534 0 R (1755) 3535 0 R (1756) 3536 0 R (1757) 3537 0 R (1758) 3538 0 R (1759) 3539 0 R (1760) 3540 0 R (1761) 3541 0 R (1762) 3542 0 R (1763) 3543 0 R (1764) 3544 0 R (1765) 3545 0 R (1766) 3546 0 R (1767) 3547 0 R (1768) 3548 0 R (1769) 3549 0 R (1770) 3550 0 R (1771) 3551 0 R (1772) 3557 0 R (1773) 3558 0 R (1774) 3559 0 R (1775) 3560 0 R (1776) 3561 0 R (1779) 3562 0 R (1780) 3563 0 R (1781) 3564 0 R (1782) 3565 0 R (1783) 3566 0 R (1784) 3567 0 R (1785) 3568 0 R (1786) 3569 0 R (1787) 1624 0 R (1789) 3570 0 R (1791) 1625 0 R (1793) 1626 0 R (1795) 3572 0 R (1796) 3573 0 R (1797) 1627 0 R (1799) 3579 0 R (18.0) 1066 0 R (18.75.95.2) 1070 0 R (18.75.96.2) 1074 0 R (18.75.97.2) 1078 0 R (1800) 3580 0 R (1801) 1628 0 R (1803) 3581 0 R (1804) 3582 0 R (1805) 3583 0 R (1806) 3584 0 R (1807) 3585 0 R (1808) 3586 0 R (1809) 3587 0 R (1810) 3588 0 R (1811) 3589 0 R (1812) 3590 0 R (1813) 3591 0 R (1814) 3592 0 R (1817) 3593 0 R (1818) 3578 0 R (1819) 3598 0 R (182) 2071 0 R (1820) 3599 0 R (1821) 3600 0 R (1822) 3601 0 R (1823) 3602 0 R (1824) 3603 0 R (1827) 3604 0 R (1828) 3605 0 R (1829) 3606 0 R (183) 2072 0 R (1830) 3607 0 R (1831) 3608 0 R (1832) 3609 0 R (1835) 3610 0 R (1836) 3611 0 R (1837) 3612 0 R (1838) 3613 0 R (1839) 3614 0 R (1840) 3615 0 R (1841) 3616 0 R (1844) 3622 0 R (1845) 3623 0 R (1847) 3625 0 R (1848) 3626 0 R (1849) 3627 0 R (1850) 3628 0 R (1853) 3629 0 R (1854) 3630 0 R (1855) 3631 0 R (1856) 3632 0 R (1858) 3634 0 R (1859) 3635 0 R (1861) 3637 0 R (1862) 3638 0 R (1864) 3640 0 R (1866) 3642 0 R (1867) 3643 0 R (1868) 3644 0 R (1869) 3645 0 R (1870) 3646 0 R (1873) 3647 0 R (1874) 3648 0 R (1875) 3621 0 R (1876) 3654 0 R (1877) 3655 0 R (1878) 3656 0 R (1879) 3657 0 R (188) 2077 0 R (1880) 3658 0 R (1881) 3659 0 R (1882) 3660 0 R (1883) 3661 0 R (1884) 3662 0 R (1885) 3663 0 R (1886) 3664 0 R (1889) 3665 0 R (189) 2078 0 R (1890) 3666 0 R (1891) 3667 0 R (1892) 3668 0 R (1893) 3669 0 R (1894) 3670 0 R (1895) 3671 0 R (1896) 3672 0 R (1897) 3673 0 R (1898) 3674 0 R (1899) 3675 0 R (19.0) 1082 0 R (19.75.100.2) 1094 0 R (19.75.101.2) 1098 0 R (19.75.98.2) 1086 0 R (19.75.99.2) 1090 0 R (190) 2079 0 R (1900) 3676 0 R (1901) 3677 0 R (1902) 3678 0 R (1903) 3679 0 R (1904) 3680 0 R (1905) 3681 0 R (1906) 3686 0 R (1907) 3687 0 R (1908) 3653 0 R (1909) 3688 0 R (191) 2082 0 R (1912) 3689 0 R (1913) 3690 0 R (1914) 3691 0 R (1915) 3692 0 R (1916) 3693 0 R (1917) 3694 0 R (1918) 3695 0 R (1919) 3696 0 R (1920) 3697 0 R (1921) 3698 0 R (1922) 3699 0 R (1923) 3700 0 R (1924) 3701 0 R (1925) 3702 0 R (1929) 3704 0 R (193) 2085 0 R (1930) 3705 0 R (1931) 3706 0 R (1932) 3707 0 R (1933) 3708 0 R (1934) 3714 0 R (1935) 3715 0 R (1936) 3716 0 R (1937) 3717 0 R (1938) 3718 0 R (194) 2086 0 R (1941) 3723 0 R (1942) 3724 0 R (1943) 3725 0 R (1948) 3726 0 R (195) 2087 0 R (1951) 3727 0 R (1953) 3729 0 R (1954) 3730 0 R (1955) 3731 0 R (1956) 3732 0 R (1958) 3734 0 R (1959) 3735 0 R (196) 2088 0 R (1960) 3736 0 R (1961) 3737 0 R (1962) 3738 0 R (1963) 3739 0 R (1964) 3740 0 R (1965) 3741 0 R (1966) 3742 0 R (1967) 3743 0 R (1968) 3744 0 R (197) 2089 0 R (1972) 3745 0 R (1973) 3746 0 R (1978) 3753 0 R (198) 2090 0 R (1984) 3755 0 R (1985) 3756 0 R (1986) 3757 0 R (1987) 3758 0 R (199) 2091 0 R (1991) 3759 0 R (1992) 3760 0 R (1993) 3761 0 R (1994) 3762 0 R (1995) 3763 0 R (1999) 3764 0 R (2.0) 6 0 R (20.0) 1102 0 R (20.75.102.2) 1106 0 R (20.75.103.2) 1110 0 R (200) 2092 0 R (2000) 3765 0 R (2002) 3766 0 R (2003) 3767 0 R (2004) 3768 0 R (2005) 3769 0 R (2006) 3770 0 R (2007) 3771 0 R (201) 2093 0 R (2012) 3773 0 R (2016) 3775 0 R (2017) 3776 0 R (2018) 3777 0 R (2023) 3782 0 R (2024) 3783 0 R (2025) 3784 0 R (2026) 3785 0 R (2030) 3788 0 R (2031) 3789 0 R (2032) 3790 0 R (2033) 3791 0 R (2034) 3792 0 R (2035) 3793 0 R (2037) 3794 0 R (2038) 3795 0 R (2039) 3796 0 R (204) 2095 0 R (2040) 3797 0 R (2041) 3798 0 R (2042) 3799 0 R (2043) 3800 0 R (2044) 3801 0 R (2045) 3802 0 R (2046) 3803 0 R (2047) 3804 0 R (2048) 3805 0 R (2050) 3806 0 R (2051) 3807 0 R (2052) 3808 0 R (2053) 3809 0 R (2054) 3810 0 R (2055) 3811 0 R (2056) 3812 0 R (2057) 3813 0 R (2058) 3814 0 R (2059) 3815 0 R (2060) 3816 0 R (2061) 3817 0 R (2062) 3818 0 R (2064) 3819 0 R (2065) 3820 0 R (2066) 3821 0 R (2067) 3822 0 R (2068) 3823 0 R (2069) 3824 0 R (207) 2097 0 R (2070) 3825 0 R (2071) 3826 0 R (2072) 3827 0 R (2074) 3828 0 R (2075) 3829 0 R (2076) 3830 0 R (2077) 3831 0 R (2078) 3832 0 R (2079) 3833 0 R (2080) 3834 0 R (2081) 3835 0 R (2082) 3836 0 R (2083) 3837 0 R (2084) 3838 0 R (2085) 3839 0 R (2086) 3840 0 R (2087) 3841 0 R (2088) 3842 0 R (2089) 3843 0 R (2090) 3844 0 R (2091) 3845 0 R (2092) 3846 0 R (2093) 3847 0 R (2094) 3848 0 R (2095) 3849 0 R (2096) 3850 0 R (2097) 3851 0 R (2098) 3852 0 R (2099) 3853 0 R (21.0) 1114 0 R (21.75.104.2) 1118 0 R (210) 2099 0 R (2100) 3859 0 R (2101) 3860 0 R (2102) 3861 0 R (2103) 3862 0 R (2104) 3863 0 R (2110) 3865 0 R (2111) 3866 0 R (2112) 3867 0 R (2113) 3868 0 R (2114) 3869 0 R (2115) 3870 0 R (2120) 3875 0 R (2121) 3876 0 R (2122) 3877 0 R (2123) 3878 0 R (2126) 3879 0 R (2127) 3880 0 R (2128) 3881 0 R (2129) 3882 0 R (213) 2101 0 R (2130) 3883 0 R (2131) 3884 0 R (2132) 3885 0 R (2133) 3886 0 R (2134) 3887 0 R (2135) 3888 0 R (2136) 3889 0 R (2137) 3890 0 R (2138) 3891 0 R (2139) 3892 0 R (2140) 3893 0 R (2141) 3894 0 R (2142) 3895 0 R (2143) 3896 0 R (2144) 3897 0 R (2145) 3898 0 R (2146) 3904 0 R (2147) 3905 0 R (2148) 3906 0 R (2149) 3907 0 R (2152) 3908 0 R (2153) 3909 0 R (2154) 3910 0 R (2155) 3911 0 R (2156) 3912 0 R (2157) 3913 0 R (2158) 3914 0 R (216) 2103 0 R (2179) 3916 0 R (2180) 3917 0 R (2181) 3918 0 R (2182) 3919 0 R (2183) 3920 0 R (2184) 3921 0 R (2185) 3922 0 R (2186) 3923 0 R (2187) 3924 0 R (2188) 3925 0 R (2189) 3926 0 R (219) 2105 0 R (2190) 3927 0 R (2191) 3928 0 R (2192) 3929 0 R (2193) 3930 0 R (2194) 3931 0 R (2195) 3932 0 R (2196) 3933 0 R (2197) 3934 0 R (2198) 3935 0 R (2199) 3936 0 R (22.0) 1122 0 R (22.75.105.2) 1126 0 R (2200) 3937 0 R (2201) 3938 0 R (2202) 3939 0 R (2203) 3940 0 R (2204) 3941 0 R (2205) 3942 0 R (2206) 3943 0 R (2207) 3944 0 R (2208) 3945 0 R (2209) 3946 0 R (2210) 3947 0 R (2211) 3948 0 R (2212) 3949 0 R (2213) 3955 0 R (2214) 3956 0 R (2215) 3957 0 R (2216) 3958 0 R (2217) 3959 0 R (2218) 3960 0 R (2219) 3961 0 R (2220) 3962 0 R (2221) 3963 0 R (2222) 3964 0 R (2223) 3965 0 R (2224) 3966 0 R (2225) 3967 0 R (223) 2106 0 R (224) 2107 0 R (2246) 3969 0 R (2247) 3970 0 R (2248) 3971 0 R (2249) 3972 0 R (225) 2108 0 R (2250) 3973 0 R (2251) 3974 0 R (2252) 3975 0 R (2253) 3976 0 R (2254) 3977 0 R (2255) 3978 0 R (2256) 3979 0 R (2257) 3980 0 R (226) 2109 0 R (2260) 3981 0 R (2262) 3983 0 R (2263) 3984 0 R (2266) 3990 0 R (2271) 3991 0 R (2272) 3992 0 R (2273) 3993 0 R (2274) 3994 0 R (2278) 4000 0 R (2279) 3989 0 R (2280) 4001 0 R (2281) 4002 0 R (2282) 4003 0 R (2283) 4004 0 R (2284) 4005 0 R (2285) 4006 0 R (2286) 4007 0 R (2287) 4008 0 R (2288) 4009 0 R (2289) 4010 0 R (229) 2114 0 R (2290) 4011 0 R (2291) 4012 0 R (2292) 4013 0 R (2293) 4014 0 R (2294) 4015 0 R (2297) 4016 0 R (23.0) 1130 0 R (23.75.106.2) 1134 0 R (23.75.107.2) 1138 0 R (2300) 4017 0 R (2301) 4018 0 R (2302) 4019 0 R (2303) 4020 0 R (2304) 4021 0 R (2305) 4022 0 R (2306) 4023 0 R (2307) 4024 0 R (2308) 4025 0 R (2309) 4026 0 R (2310) 4027 0 R (2311) 4028 0 R (2312) 4029 0 R (2315) 4034 0 R (2316) 4035 0 R (2317) 4036 0 R (2318) 4037 0 R (2319) 4038 0 R (232) 2115 0 R (2320) 4039 0 R (2323) 4040 0 R (2324) 4041 0 R (2325) 4042 0 R (2326) 4043 0 R (2327) 4044 0 R (233) 2116 0 R (2330) 4045 0 R (2333) 4046 0 R (2334) 4047 0 R (2335) 4048 0 R (234) 2117 0 R (235) 2118 0 R (2356) 4050 0 R (2359) 4055 0 R (236) 2119 0 R (2360) 4056 0 R (2362) 4058 0 R (2363) 4059 0 R (2364) 4060 0 R (2365) 4061 0 R (237) 2120 0 R (2370) 4062 0 R (2371) 4063 0 R (2372) 4064 0 R (2373) 4065 0 R (2374) 4066 0 R (2375) 4067 0 R (2376) 4068 0 R (2377) 4069 0 R (2378) 4070 0 R (2379) 4071 0 R (238) 2121 0 R (2380) 4072 0 R (2381) 4073 0 R (2382) 4074 0 R (2383) 4075 0 R (2384) 4076 0 R (2385) 4077 0 R (2386) 4084 0 R (2387) 4085 0 R (2388) 4086 0 R (2389) 4087 0 R (239) 2122 0 R (2390) 4088 0 R (2391) 4089 0 R (2392) 4090 0 R (2393) 4091 0 R (2394) 4092 0 R (2395) 4093 0 R (2396) 4094 0 R (2397) 4095 0 R (2398) 4096 0 R (2399) 4097 0 R (24) 1980 0 R (24.0) 1142 0 R (24.75.108.2) 1146 0 R (24.75.109.2) 1150 0 R (24.75.110.2) 1154 0 R (240) 2123 0 R (2402) 4098 0 R (2403) 4099 0 R (2404) 4100 0 R (2407) 4101 0 R (2408) 4106 0 R (2409) 4083 0 R (2411) 4107 0 R (2412) 4108 0 R (2413) 4109 0 R (2414) 4110 0 R (2415) 4111 0 R (2416) 4112 0 R (2419) 4113 0 R (2420) 4114 0 R (2421) 4115 0 R (243) 2124 0 R (2431) 4117 0 R (2434) 4118 0 R (2437) 4123 0 R (244) 2125 0 R (2440) 4124 0 R (2443) 4125 0 R (2446) 4126 0 R (2447) 4127 0 R (245) 2126 0 R (2450) 4128 0 R (2453) 4129 0 R (2454) 1778 0 R (2456) 4130 0 R (2457) 4135 0 R (2458) 4136 0 R (246) 2127 0 R (2467) 4138 0 R (247) 2128 0 R (2470) 4139 0 R (2471) 4140 0 R (2474) 4141 0 R (2477) 4142 0 R (2478) 4143 0 R (2479) 4144 0 R (2482) 4145 0 R (2483) 4146 0 R (2484) 4151 0 R (2485) 4152 0 R (2486) 4153 0 R (2487) 4154 0 R (2488) 4155 0 R (2491) 4156 0 R (2494) 4157 0 R (2495) 4158 0 R (2496) 4159 0 R (2497) 4160 0 R (2498) 4161 0 R (2499) 4162 0 R (25) 1981 0 R (25.0) 1158 0 R (25.75.111.2) 1162 0 R (250) 2129 0 R (2500) 4163 0 R (2501) 4164 0 R (2502) 4165 0 R (2503) 4166 0 R (2504) 4167 0 R (2505) 4168 0 R (2506) 4169 0 R (2507) 4170 0 R (2508) 4171 0 R (2509) 4172 0 R (251) 2130 0 R (2510) 4173 0 R (2511) 4174 0 R (2512) 4175 0 R (2513) 4176 0 R (2514) 4177 0 R (2515) 4178 0 R (2518) 4179 0 R (2519) 4180 0 R (2520) 4181 0 R (2521) 4182 0 R (2522) 4183 0 R (2523) 4184 0 R (2524) 4185 0 R (2525) 4190 0 R (2526) 4191 0 R (2527) 4192 0 R (2528) 4193 0 R (2529) 4194 0 R (253) 2132 0 R (2530) 4195 0 R (2531) 4196 0 R (2532) 4197 0 R (2533) 4198 0 R (2534) 4199 0 R (2535) 4200 0 R (2536) 4201 0 R (2537) 4202 0 R (2538) 4203 0 R (2539) 4204 0 R (254) 2133 0 R (2540) 4205 0 R (2541) 4206 0 R (2542) 4207 0 R (2543) 4208 0 R (2544) 4209 0 R (2545) 4210 0 R (2546) 4211 0 R (2547) 4212 0 R (2548) 4213 0 R (2549) 4214 0 R (255) 2134 0 R (2550) 4215 0 R (2551) 4216 0 R (2552) 4217 0 R (2553) 4218 0 R (2554) 4219 0 R (2555) 4220 0 R (2556) 4221 0 R (2557) 4222 0 R (2558) 4223 0 R (2559) 4224 0 R (2560) 4225 0 R (2561) 4226 0 R (2562) 4227 0 R (2565) 4234 0 R (2569) 4236 0 R (2570) 4237 0 R (2571) 4238 0 R (2574) 4239 0 R (2575) 4240 0 R (2576) 4241 0 R (2577) 4242 0 R (2579) 4243 0 R (258) 2135 0 R (2580) 4244 0 R (2581) 4245 0 R (2583) 4246 0 R (2584) 4247 0 R (2585) 4248 0 R (2587) 4249 0 R (2588) 4250 0 R (2589) 4251 0 R (259) 2136 0 R (2591) 4252 0 R (2592) 4253 0 R (2593) 4254 0 R (2595) 4255 0 R (2596) 4256 0 R (2597) 4257 0 R (2599) 4258 0 R (26) 1982 0 R (26.0) 1166 0 R (26.75.112.2) 1170 0 R (26.75.113.2) 1174 0 R (260) 2137 0 R (2600) 4259 0 R (2601) 4260 0 R (2603) 4261 0 R (2604) 4262 0 R (2605) 4263 0 R (2607) 4264 0 R (2608) 4265 0 R (2609) 4266 0 R (261) 2143 0 R (2611) 4272 0 R (2612) 4273 0 R (2613) 4274 0 R (2615) 4233 0 R (2616) 4275 0 R (2617) 4276 0 R (2619) 4277 0 R (262) 2144 0 R (2620) 4278 0 R (2621) 4279 0 R (2623) 4280 0 R (2624) 4281 0 R (2625) 4282 0 R (2627) 4283 0 R (2628) 4284 0 R (2629) 4285 0 R (263) 2145 0 R (2630) 4286 0 R (2631) 4287 0 R (2635) 4289 0 R (2638) 4290 0 R (2639) 4291 0 R (264) 2146 0 R (2640) 4292 0 R (2641) 4293 0 R (2642) 4294 0 R (2645) 4299 0 R (2646) 4271 0 R (2647) 4300 0 R (2648) 4301 0 R (2649) 4302 0 R (265) 2147 0 R (2650) 4303 0 R (2651) 1792 0 R (2653) 4304 0 R (2654) 4305 0 R (2655) 4306 0 R (2656) 4307 0 R (2657) 4308 0 R (266) 2148 0 R (2660) 4309 0 R (2661) 4310 0 R (2664) 4315 0 R (2665) 4316 0 R (2666) 4317 0 R (2667) 4318 0 R (2668) 4319 0 R (2669) 4320 0 R (267) 2149 0 R (2670) 4321 0 R (2671) 4322 0 R (2674) 4323 0 R (2675) 4324 0 R (2676) 4325 0 R (2677) 4326 0 R (2678) 4327 0 R (2679) 4328 0 R (2681) 4330 0 R (2682) 4335 0 R (2686) 4337 0 R (2687) 4338 0 R (2688) 4339 0 R (2691) 4340 0 R (2692) 4341 0 R (2693) 4342 0 R (2694) 4343 0 R (2695) 4344 0 R (2696) 4345 0 R (2697) 4346 0 R (2698) 4347 0 R (27.0) 1178 0 R (27.75.114.2) 1182 0 R (27.75.115.2) 1186 0 R (270) 2150 0 R (2701) 4352 0 R (2702) 4353 0 R (2703) 4354 0 R (2705) 4356 0 R (2706) 4357 0 R (2707) 4358 0 R (2708) 4359 0 R (2709) 4360 0 R (271) 2151 0 R (2710) 4361 0 R (2711) 1896 0 R (2713) 4362 0 R (2714) 4363 0 R (2715) 4364 0 R (2720) 4370 0 R (2721) 4371 0 R (2722) 4372 0 R (2723) 4373 0 R (2724) 4374 0 R (2725) 4375 0 R (2726) 4376 0 R (2727) 4377 0 R (2728) 4378 0 R (2729) 4379 0 R (273) 2153 0 R (2730) 4380 0 R (2733) 4381 0 R (2734) 4382 0 R (2738) 4384 0 R (2739) 4385 0 R (274) 2154 0 R (2740) 4386 0 R (2741) 4387 0 R (2742) 4388 0 R (2743) 4389 0 R (2744) 4390 0 R (2745) 4391 0 R (2746) 4392 0 R (2747) 4393 0 R (275) 2155 0 R (2750) 4399 0 R (2751) 4400 0 R (2752) 4401 0 R (2753) 4402 0 R (2754) 4403 0 R (2755) 4404 0 R (2756) 4405 0 R (2757) 4406 0 R (2758) 4407 0 R (2759) 4408 0 R (276) 2156 0 R (2760) 4409 0 R (2761) 4410 0 R (2762) 4411 0 R (2763) 4412 0 R (2764) 4413 0 R (2765) 4414 0 R (2766) 4415 0 R (2767) 4416 0 R (2768) 4417 0 R (2769) 4418 0 R (277) 2157 0 R (2770) 4419 0 R (2771) 4420 0 R (2772) 4421 0 R (2773) 4422 0 R (2776) 4423 0 R (2777) 4424 0 R (2778) 4425 0 R (2779) 4398 0 R (278) 2158 0 R (2781) 4431 0 R (2782) 4432 0 R (2783) 4433 0 R (2784) 4434 0 R (2785) 4435 0 R (2788) 4436 0 R (2789) 4437 0 R (279) 2159 0 R (2790) 4438 0 R (2791) 4439 0 R (2792) 4440 0 R (2793) 4441 0 R (2794) 4442 0 R (2795) 4443 0 R (2796) 4444 0 R (2797) 4445 0 R (2798) 4446 0 R (2799) 4447 0 R (28) 1984 0 R (28.0) 1190 0 R (28.75.116.2) 1194 0 R (28.75.117.2) 1198 0 R (280) 2160 0 R (2800) 4448 0 R (2801) 4449 0 R (2802) 4450 0 R (2803) 4451 0 R (2804) 4452 0 R (2807) 4458 0 R (2808) 4430 0 R (2810) 4459 0 R (2811) 4460 0 R (2812) 4461 0 R (2813) 4462 0 R (2814) 4463 0 R (2815) 4464 0 R (2816) 4465 0 R (2817) 4466 0 R (2818) 4467 0 R (2819) 4468 0 R (2820) 4469 0 R (2821) 4470 0 R (2822) 4471 0 R (2823) 4472 0 R (2824) 4473 0 R (2825) 4474 0 R (2826) 4475 0 R (2827) 4476 0 R (2828) 4477 0 R (2829) 4478 0 R (283) 2163 0 R (2830) 4479 0 R (2831) 4480 0 R (2832) 4481 0 R (2833) 4482 0 R (2834) 4483 0 R (2835) 4484 0 R (2836) 4485 0 R (2837) 4486 0 R (2838) 4487 0 R (2839) 4488 0 R (284) 2164 0 R (2840) 4489 0 R (2841) 4490 0 R (2842) 4457 0 R (2844) 4495 0 R (2845) 4496 0 R (2846) 4497 0 R (2847) 4498 0 R (2848) 4499 0 R (2849) 4500 0 R (285) 2165 0 R (2852) 4501 0 R (2853) 4502 0 R (2856) 4503 0 R (2857) 4504 0 R (2858) 4505 0 R (2859) 4506 0 R (286) 2166 0 R (2860) 4507 0 R (2861) 4508 0 R (2862) 4513 0 R (2863) 4514 0 R (2864) 4515 0 R (2865) 4516 0 R (2866) 4517 0 R (2867) 4518 0 R (2868) 4519 0 R (2869) 4520 0 R (287) 2167 0 R (2870) 4521 0 R (2871) 4522 0 R (2872) 4523 0 R (2873) 4524 0 R (2874) 4525 0 R (2875) 4526 0 R (2876) 4527 0 R (2877) 4528 0 R (2878) 4529 0 R (2879) 4530 0 R (288) 2168 0 R (2880) 4531 0 R (2885) 4533 0 R (2886) 4534 0 R (2887) 4535 0 R (2888) 4536 0 R (2889) 4537 0 R (289) 2169 0 R (2890) 4538 0 R (2891) 4539 0 R (2892) 4540 0 R (2893) 4541 0 R (2894) 4542 0 R (2895) 4543 0 R (2896) 4549 0 R (2897) 4550 0 R (2898) 4551 0 R (2899) 4552 0 R (29.0) 1202 0 R (29.75.118.2) 1206 0 R (290) 2170 0 R (2900) 4553 0 R (2901) 4554 0 R (2902) 4555 0 R (2903) 4556 0 R (2904) 4557 0 R (2905) 4558 0 R (2906) 4559 0 R (2907) 4560 0 R (2908) 4561 0 R (2909) 4562 0 R (291) 2171 0 R (2910) 4563 0 R (2911) 4564 0 R (2912) 4565 0 R (2913) 4566 0 R (2914) 4567 0 R (2915) 4568 0 R (2916) 4569 0 R (2917) 4570 0 R (2918) 4571 0 R (2919) 4572 0 R (292) 2172 0 R (2920) 4573 0 R (2921) 4574 0 R (2922) 4575 0 R (2923) 4576 0 R (2926) 4582 0 R (2927) 4583 0 R (2928) 4584 0 R (2929) 4585 0 R (293) 2173 0 R (2930) 4586 0 R (2931) 4587 0 R (2932) 4588 0 R (2933) 4589 0 R (2934) 4590 0 R (2935) 4591 0 R (2936) 4592 0 R (2937) 4593 0 R (2938) 4594 0 R (2939) 4595 0 R (294) 2142 0 R (2940) 4596 0 R (2941) 4597 0 R (2942) 4598 0 R (2943) 4581 0 R (2945) 4603 0 R (2946) 4604 0 R (2947) 4605 0 R (2948) 4606 0 R (295) 2177 0 R (2953) 4607 0 R (2958) 4611 0 R (2959) 4612 0 R (296) 2178 0 R (2960) 4613 0 R (2961) 4614 0 R (2962) 4615 0 R (2963) 4616 0 R (2964) 4621 0 R (2965) 4622 0 R (2968) 4623 0 R (2969) 4624 0 R (297) 2179 0 R (2970) 4625 0 R (2971) 4626 0 R (2972) 4627 0 R (2975) 4628 0 R (2976) 4629 0 R (2979) 4630 0 R (298) 2180 0 R (2980) 4631 0 R (2981) 4632 0 R (2984) 4637 0 R (2987) 4638 0 R (2988) 4639 0 R (2989) 4640 0 R (299) 2181 0 R (2990) 4641 0 R (2993) 4644 0 R (2994) 4645 0 R (2995) 4646 0 R (2996) 4647 0 R (2997) 4648 0 R (3.0) 10 0 R (300) 2182 0 R (3000) 4649 0 R (3001) 4650 0 R (3002) 4651 0 R (3003) 4652 0 R (3004) 4653 0 R (3008) 4654 0 R (3009) 4655 0 R (301) 2183 0 R (3010) 4656 0 R (3011) 4657 0 R (3012) 4658 0 R (3013) 4659 0 R (3014) 4664 0 R (3017) 4665 0 R (3018) 4666 0 R (3019) 4667 0 R (302) 2184 0 R (3020) 4668 0 R (3021) 4669 0 R (3022) 4670 0 R (3023) 4671 0 R (3024) 4672 0 R (3027) 4673 0 R (3028) 4674 0 R (3029) 4675 0 R (303) 2185 0 R (3030) 4676 0 R (3031) 4677 0 R (3032) 4678 0 R (3033) 4679 0 R (3034) 4680 0 R (3035) 4681 0 R (3036) 4682 0 R (3039) 4683 0 R (304) 2186 0 R (3040) 4684 0 R (3041) 4690 0 R (3042) 4691 0 R (3043) 4692 0 R (3044) 4693 0 R (3047) 4694 0 R (3048) 4695 0 R (3049) 4696 0 R (3050) 4697 0 R (3051) 4698 0 R (3054) 4699 0 R (3055) 4700 0 R (3056) 4701 0 R (3057) 4702 0 R (3058) 4703 0 R (3059) 4704 0 R (306) 2188 0 R (3060) 4705 0 R (3063) 4706 0 R (3064) 4707 0 R (3065) 4712 0 R (3066) 4713 0 R (3067) 4714 0 R (307) 2189 0 R (3071) 4715 0 R (3072) 4716 0 R (3073) 4717 0 R (3074) 4718 0 R (3078) 4720 0 R (3079) 4721 0 R (308) 2190 0 R (3080) 4722 0 R (3081) 4723 0 R (3082) 4724 0 R (3085) 4729 0 R (3086) 4730 0 R (3089) 4731 0 R (309) 2191 0 R (3090) 4732 0 R (3091) 4733 0 R (3092) 4734 0 R (3093) 4735 0 R (3094) 4736 0 R (3095) 4737 0 R (3096) 4738 0 R (3097) 4739 0 R (3098) 4740 0 R (3099) 4741 0 R (31) 1985 0 R (310) 2192 0 R (3100) 4742 0 R (3101) 4743 0 R (3102) 4744 0 R (3103) 4745 0 R (3104) 4746 0 R (3105) 4747 0 R (3106) 4748 0 R (3107) 4749 0 R (3108) 4750 0 R (3109) 4751 0 R (311) 2193 0 R (3110) 4752 0 R (3111) 4753 0 R (3112) 4754 0 R (3113) 4755 0 R (3114) 4756 0 R (3115) 4757 0 R (3116) 4758 0 R (3117) 4759 0 R (3120) 4760 0 R (3121) 4761 0 R (3122) 4762 0 R (3123) 4763 0 R (3124) 4764 0 R (3125) 4765 0 R (3126) 4766 0 R (3127) 4767 0 R (3128) 4768 0 R (313) 2195 0 R (3133) 4773 0 R (3134) 4774 0 R (3135) 4775 0 R (3136) 4776 0 R (3137) 4777 0 R (3138) 4778 0 R (3139) 4779 0 R (314) 2196 0 R (3140) 4780 0 R (3141) 4781 0 R (3142) 4782 0 R (3143) 4783 0 R (3144) 4784 0 R (3145) 4785 0 R (3146) 4786 0 R (3147) 4787 0 R (3148) 4788 0 R (315) 2197 0 R (3151) 4789 0 R (3152) 4790 0 R (3153) 4791 0 R (3154) 4792 0 R (3155) 4793 0 R (3156) 4794 0 R (3157) 4801 0 R (3158) 4795 0 R (316) 2198 0 R (3160) 4802 0 R (3161) 4803 0 R (3162) 4804 0 R (3163) 4805 0 R (3164) 4806 0 R (3165) 4807 0 R (3166) 4808 0 R (3167) 4809 0 R (3168) 4810 0 R (3169) 4811 0 R (317) 2199 0 R (3170) 4812 0 R (3171) 4813 0 R (3172) 4814 0 R (3173) 4815 0 R (3174) 4816 0 R (3175) 4817 0 R (3176) 4818 0 R (3177) 4819 0 R (3178) 4820 0 R (3179) 4821 0 R (318) 2200 0 R (3180) 4822 0 R (3181) 4823 0 R (3182) 4824 0 R (3183) 4825 0 R (3184) 4826 0 R (3185) 4831 0 R (3186) 4800 0 R (3188) 4832 0 R (3189) 4833 0 R (319) 2201 0 R (3190) 4834 0 R (3191) 4835 0 R (3192) 4836 0 R (3193) 4837 0 R (3194) 4838 0 R (3195) 4839 0 R (3196) 4840 0 R (3197) 4841 0 R (3198) 4842 0 R (3199) 4843 0 R (32) 1986 0 R (3200) 4844 0 R (3201) 4845 0 R (3202) 4846 0 R (3203) 4847 0 R (3206) 4848 0 R (3207) 4849 0 R (3208) 4850 0 R (3209) 4851 0 R (321) 2203 0 R (3210) 4852 0 R (3211) 4853 0 R (3212) 4854 0 R (3213) 4855 0 R (3214) 4856 0 R (3215) 4862 0 R (3216) 4863 0 R (3217) 4864 0 R (3218) 4865 0 R (3219) 4866 0 R (322) 2204 0 R (3220) 4867 0 R (3221) 4868 0 R (3222) 4869 0 R (3223) 4870 0 R (3224) 4871 0 R (3225) 4872 0 R (3226) 4873 0 R (3227) 4874 0 R (3228) 4875 0 R (3229) 4876 0 R (323) 2205 0 R (3230) 4877 0 R (3231) 4878 0 R (3232) 4879 0 R (3233) 4880 0 R (3234) 4881 0 R (3237) 4886 0 R (3238) 4887 0 R (3239) 4888 0 R (324) 2206 0 R (3242) 4889 0 R (3243) 4890 0 R (3244) 4891 0 R (3247) 4892 0 R (3248) 4893 0 R (3249) 4894 0 R (3250) 4895 0 R (3251) 4896 0 R (3252) 4897 0 R (3253) 4902 0 R (3254) 4903 0 R (3257) 4904 0 R (3258) 4905 0 R (326) 2208 0 R (3261) 4906 0 R (3262) 4907 0 R (3263) 4908 0 R (3264) 4914 0 R (3267) 4915 0 R (3268) 4916 0 R (3269) 4917 0 R (327) 2209 0 R (3270) 4918 0 R (3271) 4919 0 R (3272) 4920 0 R (3273) 4921 0 R (3274) 4922 0 R (3275) 4923 0 R (3276) 4924 0 R (3277) 4925 0 R (3278) 4926 0 R (3279) 4927 0 R (3280) 4928 0 R (3281) 4929 0 R (3282) 4930 0 R (3283) 4931 0 R (3284) 4932 0 R (3285) 4933 0 R (3286) 4934 0 R (3287) 4935 0 R (3288) 4936 0 R (3289) 4937 0 R (329) 2211 0 R (3290) 4938 0 R (3291) 4939 0 R (3292) 4940 0 R (3293) 4941 0 R (3294) 4942 0 R (3295) 4943 0 R (3296) 4944 0 R (3297) 4945 0 R (3298) 4913 0 R (3299) 4950 0 R (33) 1987 0 R (330) 2212 0 R (3300) 4951 0 R (3303) 4952 0 R (3304) 4953 0 R (3305) 4954 0 R (3308) 4955 0 R (3309) 4956 0 R (3312) 4957 0 R (3313) 4962 0 R (3316) 4963 0 R (3319) 4964 0 R (332) 2214 0 R (3322) 4965 0 R (3323) 4966 0 R (3324) 4967 0 R (3327) 4968 0 R (3328) 4969 0 R (3329) 4970 0 R (333) 2215 0 R (3330) 4976 0 R (3331) 4977 0 R (3333) 4982 0 R (3337) 4983 0 R (3338) 4984 0 R (3339) 4985 0 R (3340) 4986 0 R (3345) 4989 0 R (3346) 4990 0 R (3347) 4991 0 R (3348) 4992 0 R (3349) 4993 0 R (335) 2217 0 R (3350) 4994 0 R (3352) 4995 0 R (3353) 4996 0 R (3354) 4997 0 R (3355) 4998 0 R (3356) 4999 0 R (3358) 5000 0 R (3359) 5001 0 R (336) 2218 0 R (3360) 5002 0 R (3361) 5003 0 R (3362) 5004 0 R (3363) 5005 0 R (3364) 5006 0 R (3365) 5007 0 R (3366) 5008 0 R (3368) 5009 0 R (3369) 5010 0 R (337) 2219 0 R (3370) 5011 0 R (3371) 5012 0 R (3372) 5013 0 R (3373) 5014 0 R (3374) 5015 0 R (3375) 5016 0 R (3376) 5017 0 R (3377) 5018 0 R (3378) 5019 0 R (338) 2220 0 R (3380) 5020 0 R (3381) 5021 0 R (3382) 5022 0 R (3383) 5023 0 R (3384) 5024 0 R (3385) 5025 0 R (339) 2221 0 R (3390) 5032 0 R (3391) 5033 0 R (3392) 5034 0 R (3393) 5035 0 R (3394) 5036 0 R (3395) 5037 0 R (3397) 5038 0 R (3398) 5039 0 R (3399) 5040 0 R (340) 2222 0 R (3402) 5041 0 R (3403) 5042 0 R (3409) 5044 0 R (3410) 5045 0 R (3411) 5046 0 R (3412) 5047 0 R (3415) 5049 0 R (3416) 5050 0 R (342) 2224 0 R (3420) 5051 0 R (3421) 5052 0 R (3422) 5053 0 R (3423) 5054 0 R (3424) 5055 0 R (3427) 5056 0 R (3428) 5057 0 R (3429) 5058 0 R (343) 2225 0 R (3430) 5059 0 R (3431) 5065 0 R (3432) 5066 0 R (3433) 5067 0 R (3438) 5069 0 R (3439) 5070 0 R (344) 2226 0 R (3440) 5071 0 R (3441) 5072 0 R (3444) 5074 0 R (3445) 5075 0 R (345) 2227 0 R (3450) 5078 0 R (3451) 5079 0 R (3452) 5080 0 R (3453) 5081 0 R (3454) 5082 0 R (3459) 5085 0 R (346) 2228 0 R (3460) 5086 0 R (3466) 5092 0 R (3467) 5093 0 R (3468) 5094 0 R (3469) 5095 0 R (347) 2229 0 R (3470) 5096 0 R (3471) 5097 0 R (3472) 5098 0 R (3475) 5100 0 R (3476) 5101 0 R (3478) 5103 0 R (3479) 5104 0 R (348) 2230 0 R (3481) 5105 0 R (3482) 5106 0 R (3483) 5107 0 R (3484) 5108 0 R (3486) 5109 0 R (3487) 5110 0 R (3488) 5111 0 R (3489) 5112 0 R (349) 2231 0 R (3490) 5113 0 R (3492) 5114 0 R (3493) 5115 0 R (3494) 5116 0 R (3495) 5117 0 R (3502) 5120 0 R (3503) 5121 0 R (3504) 5122 0 R (3507) 5123 0 R (3508) 5124 0 R (351) 2233 0 R (3510) 5130 0 R (3511) 5131 0 R (3512) 5132 0 R (3513) 5133 0 R (3517) 5135 0 R (3518) 5136 0 R (3519) 5137 0 R (352) 2234 0 R (3520) 5138 0 R (3521) 5139 0 R (3522) 5140 0 R (3523) 5141 0 R (3524) 5142 0 R (353) 2235 0 R (3530) 5144 0 R (3531) 5145 0 R (3535) 5147 0 R (3536) 5148 0 R (3537) 5149 0 R (354) 2236 0 R (3542) 5151 0 R (3543) 5152 0 R (3544) 5153 0 R (3546) 5159 0 R (3547) 5160 0 R (3548) 5161 0 R (3549) 5162 0 R (355) 2237 0 R (3550) 5163 0 R (3551) 5164 0 R (3552) 5165 0 R (3553) 5166 0 R (3554) 5167 0 R (3555) 5168 0 R (3556) 5169 0 R (3557) 5170 0 R (3558) 5171 0 R (3559) 5172 0 R (356) 2238 0 R (3564) 5175 0 R (3565) 5176 0 R (3566) 5177 0 R (357) 2239 0 R (3570) 5179 0 R (3571) 5180 0 R (3576) 5183 0 R (3577) 5184 0 R (3578) 5185 0 R (3579) 5188 0 R (358) 2240 0 R (3580) 5186 0 R (3581) 5187 0 R (359) 2241 0 R (36) 1988 0 R (360) 2242 0 R (361) 2243 0 R (362) 2244 0 R (365) 2248 0 R (366) 2249 0 R (369) 2250 0 R (37) 1989 0 R (372) 2251 0 R (373) 2252 0 R (374) 2253 0 R (375) 2254 0 R (376) 2255 0 R (377) 2256 0 R (378) 2257 0 R (379) 2258 0 R (38) 1990 0 R (380) 2259 0 R (383) 2260 0 R (386) 2261 0 R (389) 2262 0 R (39) 1991 0 R (392) 2267 0 R (393) 2268 0 R (396) 2269 0 R (399) 2270 0 R (4.0) 14 0 R (40) 1992 0 R (402) 2271 0 R (403) 2272 0 R (404) 2273 0 R (405) 2274 0 R (406) 2275 0 R (408) 2277 0 R (409) 2278 0 R (41) 1993 0 R (410) 2279 0 R (411) 2280 0 R (414) 2281 0 R (415) 2282 0 R (416) 2283 0 R (417) 2284 0 R (418) 2289 0 R (419) 2290 0 R (42) 1994 0 R (420) 2291 0 R (421) 2266 0 R (424) 2292 0 R (425) 2293 0 R (429) 2295 0 R (43) 1995 0 R (430) 2296 0 R (431) 2297 0 R (432) 2298 0 R (433) 2299 0 R (434) 2300 0 R (435) 2301 0 R (436) 2302 0 R (437) 2303 0 R (438) 2304 0 R (439) 2305 0 R (44) 1996 0 R (440) 2306 0 R (441) 2307 0 R (442) 2308 0 R (443) 2309 0 R (444) 2310 0 R (445) 2311 0 R (447) 2313 0 R (448) 2314 0 R (449) 2315 0 R (45) 1997 0 R (450) 2316 0 R (453) 2323 0 R (458) 2326 0 R (459) 2327 0 R (46) 1998 0 R (462) 2328 0 R (463) 2329 0 R (467) 2332 0 R (468) 2333 0 R (469) 2334 0 R (47) 1999 0 R (470) 2335 0 R (471) 2336 0 R (472) 2337 0 R (473) 2338 0 R (474) 2339 0 R (476) 2340 0 R (477) 2341 0 R (478) 2342 0 R (479) 2343 0 R (48) 2000 0 R (480) 2349 0 R (481) 2350 0 R (484) 2351 0 R (485) 2352 0 R (486) 2353 0 R (487) 2356 0 R (489) 2358 0 R (49) 2001 0 R (490) 2359 0 R (491) 2360 0 R (492) 2361 0 R (493) 2362 0 R (494) 2363 0 R (495) 2364 0 R (496) 2365 0 R (497) 2366 0 R (498) 2367 0 R (499) 2368 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) 2002 0 R (500) 2369 0 R (501) 2370 0 R (503) 2371 0 R (504) 2372 0 R (505) 2373 0 R (506) 2374 0 R (507) 2375 0 R (508) 2376 0 R (509) 2377 0 R (51) 2003 0 R (510) 2378 0 R (511) 2379 0 R (512) 2380 0 R (513) 2381 0 R (514) 2382 0 R (517) 2383 0 R (519) 2384 0 R (52) 2004 0 R (520) 2385 0 R (521) 2386 0 R (522) 2387 0 R (524) 2393 0 R (525) 2348 0 R (527) 2394 0 R (528) 2395 0 R (529) 2396 0 R (53) 2005 0 R (530) 2397 0 R (531) 2398 0 R (532) 2399 0 R (533) 2400 0 R (535) 2401 0 R (536) 2402 0 R (537) 2403 0 R (538) 2404 0 R (539) 2405 0 R (54) 2009 0 R (540) 2406 0 R (541) 2407 0 R (542) 2408 0 R (543) 2409 0 R (544) 2410 0 R (545) 2411 0 R (546) 2412 0 R (547) 1355 0 R (549) 2413 0 R (55) 2010 0 R (550) 2414 0 R (551) 2415 0 R (552) 2416 0 R (553) 2417 0 R (554) 2418 0 R (557) 2419 0 R (558) 2420 0 R (56) 2011 0 R (560) 2422 0 R (563) 2427 0 R (569) 2431 0 R (57) 2012 0 R (570) 2432 0 R (571) 2433 0 R (573) 2434 0 R (574) 2435 0 R (575) 2436 0 R (577) 2437 0 R (578) 2438 0 R (579) 2439 0 R (58) 2013 0 R (580) 2440 0 R (581) 2441 0 R (582) 2442 0 R (583) 2443 0 R (584) 2444 0 R (585) 2445 0 R (586) 2446 0 R (588) 2447 0 R (589) 2448 0 R (59) 2014 0 R (590) 2449 0 R (591) 2450 0 R (592) 2451 0 R (593) 2452 0 R (594) 2453 0 R (596) 2454 0 R (597) 2455 0 R (598) 2456 0 R (599) 2457 0 R (6.0) 42 0 R (6.10.1) 238 0 R (6.10.21.17.3) 246 0 R (6.10.21.18.3) 250 0 R (6.10.21.19.3) 254 0 R (6.10.21.2) 242 0 R (6.10.21.20.3) 258 0 R (6.10.21.21.3) 262 0 R (6.10.22.2) 266 0 R (6.10.22.22.3) 270 0 R (6.10.22.23.3) 274 0 R (6.10.23.2) 278 0 R (6.11.1) 282 0 R (6.11.24.2) 286 0 R (6.11.25.2) 290 0 R (6.11.25.24.10.4) 302 0 R (6.11.25.24.11.4) 306 0 R (6.11.25.24.3) 294 0 R (6.11.25.24.9.4) 298 0 R (6.11.26.2) 310 0 R (6.11.27.2) 314 0 R (6.11.28.2) 318 0 R (6.11.28.25.3) 322 0 R (6.11.29.2) 326 0 R (6.11.29.26.3) 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.8.20.2) 230 0 R (6.9.1) 234 0 R (603) 2459 0 R (604) 2460 0 R (605) 2461 0 R (607) 2462 0 R (608) 2463 0 R (609) 2464 0 R (611) 2469 0 R (612) 2470 0 R (613) 2471 0 R (614) 2472 0 R (615) 2473 0 R (616) 2474 0 R (617) 2475 0 R (618) 2476 0 R (619) 2477 0 R (62) 2015 0 R (621) 2478 0 R (622) 2479 0 R (623) 2480 0 R (624) 2481 0 R (625) 2482 0 R (626) 2483 0 R (627) 2484 0 R (628) 2485 0 R (629) 2486 0 R (63) 2016 0 R (630) 2487 0 R (631) 2488 0 R (632) 2489 0 R (633) 2490 0 R (634) 2491 0 R (635) 2492 0 R (636) 2493 0 R (637) 2494 0 R (638) 2495 0 R (639) 2496 0 R (640) 2497 0 R (641) 2498 0 R (642) 2499 0 R (643) 2500 0 R (647) 2501 0 R (648) 2502 0 R (649) 2503 0 R (65) 2017 0 R (650) 2508 0 R (651) 2509 0 R (652) 2510 0 R (653) 2511 0 R (654) 2512 0 R (655) 2513 0 R (656) 2514 0 R (657) 2515 0 R (658) 2516 0 R (659) 2517 0 R (66) 2018 0 R (660) 2518 0 R (661) 2519 0 R (662) 2520 0 R (663) 2521 0 R (664) 2522 0 R (665) 2523 0 R (666) 2524 0 R (667) 2525 0 R (668) 2526 0 R (669) 2527 0 R (67) 2019 0 R (670) 2528 0 R (671) 2529 0 R (672) 2530 0 R (673) 2531 0 R (677) 2533 0 R (678) 2534 0 R (68) 2020 0 R (680) 2536 0 R (681) 2537 0 R (682) 2538 0 R (683) 2539 0 R (685) 2541 0 R (686) 2542 0 R (687) 2543 0 R (688) 2544 0 R (689) 2550 0 R (690) 2551 0 R (691) 2552 0 R (692) 2553 0 R (696) 2555 0 R (697) 1361 0 R (699) 2556 0 R (7.0) 334 0 R (7.12.1) 338 0 R (7.13.1) 342 0 R (7.13.30.2) 346 0 R (7.13.31.2) 350 0 R (7.13.31.27.3) 354 0 R (7.13.31.28.12.4) 362 0 R (7.13.31.28.13.4) 366 0 R (7.13.31.28.3) 358 0 R (7.13.31.29.3) 370 0 R (7.13.31.30.3) 374 0 R (7.13.31.31.3) 378 0 R (7.14.1) 382 0 R (7.15.1) 386 0 R (7.15.32.2) 390 0 R (7.16.1) 394 0 R (7.17.1) 398 0 R (7.18.1) 402 0 R (7.19.1) 406 0 R (7.19.33.2) 410 0 R (7.19.34.2) 414 0 R (7.19.34.32.3) 418 0 R (7.19.35.2) 422 0 R (7.19.36.2) 426 0 R (7.19.36.33.3) 430 0 R (7.19.36.34.3) 434 0 R (7.19.37.2) 438 0 R (7.19.37.35.3) 442 0 R (7.19.37.36.14.4) 450 0 R (7.19.37.36.15.4) 454 0 R (7.19.37.36.16.4) 458 0 R (7.19.37.36.17.4) 462 0 R (7.19.37.36.18.4) 466 0 R (7.19.37.36.19.4) 470 0 R (7.19.37.36.20.4) 474 0 R (7.19.37.36.21.4) 478 0 R (7.19.37.36.22.4) 482 0 R (7.19.37.36.23.4) 486 0 R (7.19.37.36.24.4) 490 0 R (7.19.37.36.3) 446 0 R (7.19.37.37.3) 494 0 R (7.20.1) 498 0 R (7.21.1) 502 0 R (7.21.38.2) 506 0 R (7.21.39.2) 510 0 R (7.21.40.2) 514 0 R (7.22.1) 518 0 R (7.22.41.2) 522 0 R (7.22.42.2) 526 0 R (7.23.1) 530 0 R (7.24.1) 534 0 R (7.25.1) 538 0 R (7.25.43.2) 542 0 R (7.25.44.2) 546 0 R (7.25.45.2) 550 0 R (7.25.46.2) 554 0 R (7.25.46.38.3) 558 0 R (7.25.46.39.3) 562 0 R (7.25.46.40.3) 566 0 R (7.26.1) 570 0 R (7.27.1) 574 0 R (7.27.47.2) 578 0 R (7.27.48.2) 582 0 R (7.27.49.2) 586 0 R (7.27.49.41.3) 590 0 R (7.27.49.42.3) 594 0 R (7.27.49.43.3) 598 0 R (7.27.50.2) 602 0 R (70) 2021 0 R (700) 2557 0 R (701) 2558 0 R (702) 2559 0 R (703) 2562 0 R (704) 2563 0 R (705) 2564 0 R (706) 2565 0 R (707) 2566 0 R (708) 2567 0 R (709) 2568 0 R (71) 2022 0 R (710) 2569 0 R (711) 2570 0 R (712) 2571 0 R (713) 2572 0 R (714) 2573 0 R (715) 2574 0 R (716) 1362 0 R (718) 2575 0 R (719) 2576 0 R (72) 2023 0 R (720) 2577 0 R (721) 2578 0 R (722) 2579 0 R (723) 2580 0 R (724) 2581 0 R (725) 2582 0 R (726) 2583 0 R (727) 2588 0 R (728) 2589 0 R (729) 2590 0 R (73) 2024 0 R (730) 2591 0 R (731) 2592 0 R (734) 2593 0 R (735) 2594 0 R (736) 2595 0 R (737) 2596 0 R (738) 2597 0 R (739) 2598 0 R (742) 2599 0 R (744) 2601 0 R (745) 2602 0 R (746) 2603 0 R (747) 2604 0 R (748) 2605 0 R (749) 2606 0 R (75) 2025 0 R (750) 2607 0 R (753) 2612 0 R (754) 2613 0 R (755) 2614 0 R (756) 2615 0 R (757) 2616 0 R (758) 2617 0 R (759) 2618 0 R (76) 2026 0 R (760) 2619 0 R (761) 2620 0 R (762) 2621 0 R (763) 2622 0 R (766) 2623 0 R (767) 2624 0 R (768) 2625 0 R (77) 2027 0 R (771) 2627 0 R (772) 2628 0 R (773) 2629 0 R (774) 2630 0 R (775) 2631 0 R (778) 2633 0 R (779) 2634 0 R (78) 2028 0 R (782) 2636 0 R (783) 2637 0 R (786) 2639 0 R (787) 2640 0 R (788) 2641 0 R (789) 2642 0 R (792) 2643 0 R (793) 2644 0 R (794) 2649 0 R (795) 2650 0 R (796) 2651 0 R (799) 2653 0 R (8.0) 606 0 R (8.28.1) 610 0 R (8.28.51.2) 614 0 R (8.28.52.2) 618 0 R (8.28.53.2) 622 0 R (8.29.1) 626 0 R (8.29.54.2) 630 0 R (8.29.55.2) 634 0 R (8.29.56.2) 638 0 R (8.30.1) 642 0 R (8.30.57.2) 646 0 R (8.31.1) 650 0 R (8.31.58.2) 654 0 R (80) 2029 0 R (800) 2654 0 R (801) 2655 0 R (804) 2657 0 R (805) 2658 0 R (806) 2659 0 R (807) 2660 0 R (808) 2661 0 R (81) 2030 0 R (811) 2663 0 R (812) 2664 0 R (813) 2665 0 R (814) 2666 0 R (815) 2667 0 R (816) 2668 0 R (817) 2669 0 R (818) 2670 0 R (819) 2671 0 R (82) 2031 0 R (820) 2672 0 R (823) 2674 0 R (824) 2675 0 R (825) 2676 0 R (826) 2677 0 R (829) 2679 0 R (83) 2032 0 R (830) 2680 0 R (831) 2681 0 R (832) 2682 0 R (835) 2689 0 R (836) 2690 0 R (837) 2691 0 R (838) 2692 0 R (841) 2694 0 R (842) 2695 0 R (843) 2696 0 R (844) 2697 0 R (847) 2698 0 R (848) 2699 0 R (849) 2700 0 R (85) 2033 0 R (850) 2701 0 R (851) 2702 0 R (852) 2703 0 R (853) 2704 0 R (854) 2705 0 R (855) 2706 0 R (856) 2707 0 R (857) 2708 0 R (858) 2709 0 R (86) 2034 0 R (861) 2710 0 R (862) 2711 0 R (863) 2712 0 R (864) 2713 0 R (865) 2714 0 R (866) 2715 0 R (867) 2716 0 R (868) 2717 0 R (869) 2718 0 R (87) 2035 0 R (870) 2719 0 R (871) 2720 0 R (872) 2721 0 R (873) 2722 0 R (874) 2727 0 R (875) 2728 0 R (878) 2729 0 R (879) 2730 0 R (88) 2036 0 R (880) 2731 0 R (883) 2732 0 R (884) 2733 0 R (887) 2734 0 R (888) 2735 0 R (889) 2736 0 R (890) 2737 0 R (891) 2738 0 R (894) 2739 0 R (897) 2742 0 R (898) 2743 0 R (899) 2744 0 R (9.0) 658 0 R (9.32.1) 662 0 R (9.33.1) 666 0 R (9.34.1) 670 0 R (9.35.1) 674 0 R (9.36.1) 678 0 R (9.36.59.2) 682 0 R (9.36.59.44.3) 686 0 R (9.36.59.45.3) 690 0 R (9.36.59.46.3) 694 0 R (9.36.60.2) 698 0 R (9.36.61.2) 702 0 R (9.36.62.2) 706 0 R (9.36.63.2) 710 0 R (9.37.1) 714 0 R (9.37.64.2) 718 0 R (9.37.65.2) 722 0 R (9.38.1) 726 0 R (9.38.66.2) 730 0 R (9.38.66.47.3) 734 0 R (9.38.66.48.3) 738 0 R (9.38.66.49.3) 742 0 R (9.38.66.50.3) 746 0 R (9.38.66.51.3) 750 0 R (9.38.66.52.3) 754 0 R (9.38.66.53.3) 758 0 R (9.39.1) 762 0 R (9.39.67.2) 766 0 R (9.39.68.2) 770 0 R (9.39.69.2) 774 0 R (9.39.70.2) 778 0 R (9.40.1) 782 0 R (9.41.1) 786 0 R (9.41.71.2) 790 0 R (9.41.72.2) 794 0 R (9.41.73.2) 798 0 R (9.41.74.2) 802 0 R (9.41.75.2) 806 0 R (9.42.1) 810 0 R (9.42.76.2) 814 0 R (9.42.77.2) 818 0 R (9.42.77.54.3) 822 0 R (9.42.77.55.3) 826 0 R (9.43.1) 830 0 R (9.44.1) 834 0 R (9.44.78.2) 838 0 R (9.44.79.2) 842 0 R (9.44.80.2) 846 0 R (9.44.81.2) 850 0 R (90) 2037 0 R (900) 2751 0 R (901) 2752 0 R (902) 2753 0 R (903) 2754 0 R (904) 2755 0 R (905) 2756 0 R (906) 2757 0 R (907) 2758 0 R (908) 2759 0 R (909) 2760 0 R (91) 2038 0 R (910) 2761 0 R (913) 2762 0 R (916) 2763 0 R (919) 2766 0 R (92) 2039 0 R (920) 2767 0 R (921) 2768 0 R (922) 2769 0 R (923) 2770 0 R (924) 2771 0 R (925) 2772 0 R (928) 2773 0 R (93) 2040 0 R (932) 2778 0 R (935) 2779 0 R (936) 2780 0 R (937) 2781 0 R (941) 2783 0 R (942) 2784 0 R (943) 2785 0 R (944) 2786 0 R (945) 2787 0 R (946) 2788 0 R (948) 2790 0 R (949) 2791 0 R (95) 2041 0 R (950) 2792 0 R (951) 2793 0 R (952) 2794 0 R (953) 2795 0 R (954) 2796 0 R (955) 2797 0 R (956) 2798 0 R (957) 2799 0 R (958) 2800 0 R (959) 2801 0 R (96) 2042 0 R (963) 2804 0 R (964) 2805 0 R (966) 2806 0 R (968) 2807 0 R (97) 2043 0 R (971) 2813 0 R (972) 2814 0 R (973) 2815 0 R (976) 1480 0 R (978) 2816 0 R (98) 2044 0 R (980) 1481 0 R (982) 2818 0 R (983) 2819 0 R (984) 2820 0 R (985) 2821 0 R (986) 2822 0 R (987) 2823 0 R (988) 1482 0 R (99) 2045 0 R (990) 2824 0 R (992) 2825 0 R (993) 2826 0 R (994) 2831 0 R (996) 2832 0 R (997) 2833 0 R (998) 2834 0 R (999) 2835 0 R (Doc-Start) 1214 0 R (about) 1323 0 R (accountpreferences) 1787 0 R (add-custom-fields) 1613 0 R (administration) 1489 0 R (apache-addtype) 1466 0 R (attachments) 1768 0 R (bonsai) 1909 0 R (boolean) 1757 0 R (bug_page) 1754 0 R (bugreports) 1765 0 R (bzldap) 1367 0 R (bzradius) 1366 0 R (casesensitivity) 1762 0 R (charts) 1791 0 R (charts-new-series) 1793 0 R (classifications) 1499 0 R (cloningbugs) 1767 0 R (cmdline) 1925 0 R (cmdline-bugmail) 1926 0 R (comment-wrapping) 1780 0 R (commenting) 1779 0 R (components) 1502 0 R (configuration) 1349 0 R (conventions) 1328 0 R (copyright) 1324 0 R (create-groups) 1622 0 R (createnewusers) 1495 0 R (credits) 1327 0 R (cust-change-permissions) 1907 0 R (cust-hooks) 1906 0 R (cust-skins) 1898 0 R (cust-templates) 1899 0 R (custom-fields) 1612 0 R (customization) 1897 0 R (cvs) 1910 0 R (database-engine) 1351 0 R (database-schema) 1352 0 R (defaultuser) 1492 0 R (delete-custom-fields) 1615 0 R (dependencytree) 1781 0 R (disclaimer) 1325 0 R (edit-custom-fields) 1614 0 R (edit-groups) 1623 0 R (edit-values) 1616 0 R (edit-values-delete) 1618 0 R (edit-values-list) 1617 0 R (emailpreferences) 1785 0 R (extraconfig) 1360 0 R (fillingbugs) 1766 0 R (flag-askto) 1509 0 R (flag-type-attachment) 1511 0 R (flag-type-bug) 1512 0 R (flag-types) 1510 0 R (flag-values) 1508 0 R (flags) 1794 0 R (flags-about) 1507 0 R (flags-admin) 1607 0 R (flags-create) 1609 0 R (flags-create-field-active) 3393 0 R (flags-create-field-category) 3357 0 R (flags-create-field-cclist) 3416 0 R (flags-create-field-description) 3353 0 R (flags-create-field-multiplicable) 3411 0 R (flags-create-field-name) 3346 0 R (flags-create-field-requestable) 3401 0 R (flags-create-field-sortkey) 3389 0 R (flags-create-field-specific) 3408 0 R (flags-create-grant-group) 3418 0 R (flags-create-request-group) 3423 0 R (flags-delete) 1610 0 R (flags-edit) 1608 0 R (flags-overview) 1505 0 R (flags-simpleexample) 1506 0 R (general-advice) 1915 0 R (generalpreferences) 1784 0 R (gfdl) 1931 0 R (gfdl-0) 1932 0 R (gfdl-1) 1933 0 R (gfdl-10) 1952 0 R (gfdl-2) 1934 0 R (gfdl-3) 1935 0 R (gfdl-4) 1936 0 R (gfdl-5) 1937 0 R (gfdl-6) 1938 0 R (gfdl-7) 1939 0 R (gfdl-8) 1940 0 R (gfdl-9) 1941 0 R (gfdl-howto) 1953 0 R (gloss-a) 4987 0 R (gloss-apache) 4988 0 R (gloss-b) 5027 0 R (gloss-bugzilla) 2073 0 R (gloss-c) 5043 0 R (gloss-cgi) 2138 0 R (gloss-component) 5048 0 R (gloss-contrib) 2683 0 R (gloss-cpan) 2808 0 R (gloss-d) 5068 0 R (gloss-daemon) 3747 0 R (gloss-dos) 5073 0 R (gloss-g) 5076 0 R (gloss-groups) 5077 0 R (gloss-htaccess) 3854 0 R (gloss-j) 5083 0 R (gloss-javascript) 5084 0 R (gloss-m) 5064 0 R (gloss-mta) 5091 0 R (gloss-mysql) 5099 0 R (gloss-p) 5119 0 R (gloss-ppm) 2746 0 R (gloss-product) 3131 0 R (gloss-q) 5134 0 R (gloss-r) 5143 0 R (gloss-rdbms) 5125 0 R (gloss-regexp) 5146 0 R (gloss-s) 5150 0 R (gloss-service) 3748 0 R (gloss-t) 5173 0 R (gloss-target-milestone) 5174 0 R (gloss-tcl) 5178 0 R (gloss-z) 5181 0 R (gloss-zarro) 5182 0 R (glossary) 1954 0 R (groups) 1621 0 R (hintsandtips) 1777 0 R (http) 1356 0 R (http-apache) 1357 0 R (http-apache-mod_cgi) 2430 0 R (http-apache-mod_perl) 2458 0 R (http-iis) 1358 0 R (impersonatingusers) 1498 0 R (index) 1215 0 R (individual-buglists) 1764 0 R (install-MTA) 1347 0 R (install-bzfiles) 1336 0 R (install-config-bugzilla) 1359 0 R (install-database) 1332 0 R (install-modules-chart-base) 1341 0 R (install-modules-dbd-mysql) 1338 0 R (install-modules-gd) 1340 0 R (install-modules-gd-graph) 1342 0 R (install-modules-gd-text) 1343 0 R (install-modules-patchreader) 1346 0 R (install-modules-soap-lite) 1345 0 R (install-modules-template) 1339 0 R (install-modules-xml-twig) 1344 0 R (install-mysql) 1333 0 R (install-perl) 1331 0 R (install-perlmodules) 1337 0 R (install-perlmodules-manual) 1927 0 R (install-perlmodules-nonroot) 1484 0 R (install-pg) 1334 0 R (install-setupdatabase) 2331 0 R (install-setupdatabase-adduser) 2322 0 R (install-webserver) 1335 0 R (installation) 1330 0 R (installation-whining) 1364 0 R (installation-whining-cron) 1363 0 R (installing-bugzilla) 1329 0 R (integration) 1908 0 R (keywords) 1611 0 R (lifecycle) 1755 0 R (lifecycle-image) 1971 0 R (list) 1763 0 R (localconfig) 1350 0 R (macosx-libraries) 1477 0 R (macosx-sendmail) 1476 0 R (manageusers) 1493 0 R (milestones) 1504 0 R (modifyusers) 1496 0 R (modules-manual-download) 1929 0 R (modules-manual-instructions) 1928 0 R (modules-manual-optional) 1930 0 R (multiple-bz-dbs) 1467 0 R (multiplecharts) 1760 0 R (myaccount) 1753 0 R (mysql) 1353 0 R (negation) 1759 0 R (newversions) 1326 0 R (nonroot) 1479 0 R (os-linux) 1478 0 R (os-macosx) 1475 0 R (os-specific) 1468 0 R (os-win32) 1469 0 R (page.1) 1213 0 R (page.10) 2288 0 R (page.100) 4961 0 R (page.101) 4975 0 R (page.102) 4981 0 R (page.103) 5031 0 R (page.104) 5063 0 R (page.105) 5090 0 R (page.106) 5129 0 R (page.107) 5158 0 R (page.11) 2321 0 R (page.12) 2347 0 R (page.13) 2392 0 R (page.14) 2426 0 R (page.15) 2468 0 R (page.16) 2507 0 R (page.17) 2549 0 R (page.18) 2587 0 R (page.19) 2611 0 R (page.2) 1222 0 R (page.20) 2648 0 R (page.21) 2687 0 R (page.22) 2726 0 R (page.23) 2750 0 R (page.24) 2777 0 R (page.25) 2812 0 R (page.26) 2830 0 R (page.27) 2853 0 R (page.28) 2882 0 R (page.29) 2904 0 R (page.3) 1228 0 R (page.30) 2938 0 R (page.31) 2965 0 R (page.32) 2988 0 R (page.33) 3016 0 R (page.34) 3067 0 R (page.35) 3094 0 R (page.36) 3135 0 R (page.37) 3189 0 R (page.38) 3229 0 R (page.39) 3273 0 R (page.4) 1371 0 R (page.40) 3313 0 R (page.41) 3351 0 R (page.42) 3397 0 R (page.43) 3429 0 R (page.44) 3455 0 R (page.45) 3487 0 R (page.46) 3518 0 R (page.47) 3556 0 R (page.48) 3577 0 R (page.49) 3597 0 R (page.5) 1516 0 R (page.50) 3620 0 R (page.51) 3652 0 R (page.52) 3685 0 R (page.53) 3713 0 R (page.54) 3722 0 R (page.55) 3752 0 R (page.56) 3781 0 R (page.57) 3858 0 R (page.58) 3874 0 R (page.59) 3903 0 R (page.6) 1654 0 R (page.60) 3954 0 R (page.61) 3988 0 R (page.62) 3999 0 R (page.63) 4033 0 R (page.64) 4054 0 R (page.65) 4082 0 R (page.66) 4105 0 R (page.67) 4122 0 R (page.68) 4134 0 R (page.69) 4150 0 R (page.7) 1802 0 R (page.70) 4189 0 R (page.71) 4232 0 R (page.72) 4270 0 R (page.73) 4298 0 R (page.74) 4314 0 R (page.75) 4334 0 R (page.76) 4351 0 R (page.77) 4369 0 R (page.78) 4397 0 R (page.79) 4429 0 R (page.8) 1945 0 R (page.80) 4456 0 R (page.81) 4494 0 R (page.82) 4512 0 R (page.83) 4548 0 R (page.84) 4580 0 R (page.85) 4602 0 R (page.86) 4620 0 R (page.87) 4636 0 R (page.88) 4663 0 R (page.89) 4689 0 R (page.9) 1958 0 R (page.90) 4711 0 R (page.91) 4728 0 R (page.92) 4772 0 R (page.93) 4799 0 R (page.94) 4830 0 R (page.95) 4861 0 R (page.96) 4885 0 R (page.97) 4901 0 R (page.98) 4912 0 R (page.99) 4949 0 R (param-LDAPBaseDN) 2678 0 R (param-LDAPbinddn) 2673 0 R (param-LDAPmailattribute) 2693 0 R (param-LDAPserver) 2662 0 R (param-LDAPuidattribute) 2688 0 R (param-RADIUS_email_suffix) 2638 0 R (param-RADIUS_secret) 2635 0 R (param-RADIUS_server) 2632 0 R (param-user_verify_class_for_ldap) 2656 0 R (param-user_verify_class_for_radius) 2626 0 R (parameters) 1490 0 R (paranoid-security) 1919 0 R (patch-viewer) 1365 0 R (patches) 1924 0 R (patchviewer) 1769 0 R (patchviewer_bonsai_lxr) 1775 0 R (patchviewer_collapse) 1773 0 R (patchviewer_context) 1772 0 R (patchviewer_diff) 1771 0 R (patchviewer_link) 1774 0 R (patchviewer_unified_diff) 1776 0 R (patchviewer_view) 1770 0 R (permissionsettings) 1788 0 R (postgresql) 1354 0 R (product-group-controls) 1501 0 R (products) 1500 0 R (pronouns) 1758 0 R (query) 1756 0 R (quicksearch) 1761 0 R (quips) 1620 0 R (reporting) 1789 0 R (reports) 1790 0 R (sanitycheck) 1629 0 R (savedsearches) 1786 0 R (scm) 1911 0 R (security) 1638 0 R (security-bugzilla) 1649 0 R (security-bugzilla-charset) 1650 0 R (security-mysql) 1643 0 R (security-mysql-account) 1644 0 R (security-mysql-account-anonymous) 1973 0 R (security-mysql-account-root) 1972 0 R (security-mysql-network) 1646 0 R (security-mysql-network-ex) 1974 0 R (security-mysql-root) 1645 0 R (security-os) 1639 0 R (security-os-accounts) 1641 0 R (security-os-chroot) 1642 0 R (security-os-ports) 1640 0 R (security-webserver) 1647 0 R (security-webserver-access) 1648 0 R (self-registration) 2995 0 R (suexec) 1488 0 R (svn) 1912 0 R (table.1) 2067 0 R (table.2) 3915 0 R (table.3) 3968 0 R (table.4) 4049 0 R (table.5) 4116 0 R (table.6) 4137 0 R (table.7) 4532 0 R (template-directory) 1900 0 R (template-edit) 1902 0 R (template-formats) 1903 0 R (template-http-accept) 1905 0 R (template-method) 1901 0 R (template-specific) 1904 0 R (timetracking) 1782 0 R (tinderbox) 1913 0 R (trbl-dbdSponge) 1918 0 R (trbl-index) 1922 0 R (trbl-passwd-encryption) 1923 0 R (trbl-perlmodule) 1917 0 R (trbl-relogin-everyone) 1920 0 R (trbl-relogin-everyone-restrict) 1976 0 R (trbl-relogin-everyone-share) 1975 0 R (trbl-relogin-some) 1921 0 R (trbl-testserver) 1916 0 R (troubleshooting) 1914 0 R (upgrade-cvs) 1634 0 R (upgrade-patches) 1636 0 R (upgrade-tarball) 1635 0 R (upgrading) 1630 0 R (upgrading-completion) 1637 0 R (upgrading-methods) 1633 0 R (upgrading-notifications) 1632 0 R (upgrading-version-defns) 1631 0 R (user-account-creation) 3001 0 R (user-account-deletion) 1497 0 R (user-account-search) 1494 0 R (useradmin) 1491 0 R (userpreferences) 1783 0 R (using) 1751 0 R (using-intro) 1752 0 R (using-mod_perl-with-bugzilla) 1348 0 R (versions) 1503 0 R (voting) 1619 0 R (whining) 1795 0 R (whining-overview) 1796 0 R (whining-query) 1798 0 R (whining-schedule) 1797 0 R (win32-code-changes) 1472 0 R (win32-email) 1474 0 R (win32-http) 1473 0 R (win32-perl) 1470 0 R (win32-perl-modules) 1471 0 R] -/Limits [(1.0) (win32-perl-modules)] ->> endobj -5197 0 obj << -/Kids [5196 0 R] ->> endobj -5198 0 obj << -/Dests 5197 0 R ->> endobj -5199 0 obj << -/Type /Catalog -/Pages 5194 0 R -/Outlines 5195 0 R -/Names 5198 0 R -/PageMode /UseOutlines /URI<</Base()>> /ViewerPreferences<<>> -/OpenAction 1209 0 R -/PTEX.Fullbanner (This is pdfTeX, Version 3.14159-1.10b) ->> endobj -5200 0 obj << -/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.10b)/Keywords() -/CreationDate (D:20080201164100) ->> endobj -xref -0 5201 -0000001216 65535 f -0000000009 00000 n -0000028452 00000 n -0000989276 00000 n -0000000048 00000 n -0000000110 00000 n -0000101369 00000 n -0000989191 00000 n -0000000149 00000 n -0000000184 00000 n -0000402435 00000 n -0000989104 00000 n -0000000223 00000 n -0000000257 00000 n -0000402497 00000 n -0000989015 00000 n -0000000297 00000 n -0000000332 00000 n -0000405702 00000 n -0000988889 00000 n -0000000372 00000 n -0000000418 00000 n -0000405827 00000 n -0000988815 00000 n -0000000460 00000 n -0000000505 00000 n -0000406204 00000 n -0000988728 00000 n -0000000547 00000 n -0000000581 00000 n -0000406518 00000 n -0000988641 00000 n -0000000623 00000 n -0000000659 00000 n -0000410625 00000 n -0000988554 00000 n -0000000701 00000 n -0000000732 00000 n -0000415420 00000 n -0000988480 00000 n -0000000774 00000 n -0000000818 00000 n -0000420061 00000 n -0000988352 00000 n -0000000858 00000 n -0000000907 00000 n -0000420186 00000 n -0000988239 00000 n -0000000949 00000 n -0000000985 00000 n -0000421508 00000 n -0000988165 00000 n -0000001029 00000 n -0000001059 00000 n -0000424587 00000 n -0000988041 00000 n -0000001103 00000 n -0000001144 00000 n -0000424775 00000 n -0000987967 00000 n -0000001190 00000 n -0000001223 00000 n -0000425470 00000 n -0000987893 00000 n -0000001269 00000 n -0000001307 00000 n -0000425911 00000 n -0000987806 00000 n -0000001351 00000 n -0000001387 00000 n -0000426352 00000 n -0000987719 00000 n -0000001431 00000 n -0000001465 00000 n -0000431034 00000 n -0000987593 00000 n -0000001509 00000 n -0000001547 00000 n -0000442262 00000 n -0000987519 00000 n -0000001593 00000 n -0000001631 00000 n -0000442513 00000 n -0000987432 00000 n -0000001677 00000 n -0000001730 00000 n -0000442701 00000 n -0000987345 00000 n -0000001776 00000 n -0000001815 00000 n -0000443394 00000 n -0000987258 00000 n -0000001861 00000 n -0000001908 00000 n -0000443582 00000 n -0000987171 00000 n -0000001954 00000 n -0000001999 00000 n -0000443770 00000 n -0000987082 00000 n -0000002045 00000 n -0000002090 00000 n -0000446916 00000 n -0000986991 00000 n -0000002137 00000 n -0000002183 00000 n -0000447169 00000 n -0000986899 00000 n -0000002231 00000 n -0000002278 00000 n -0000447358 00000 n -0000986821 00000 n -0000002326 00000 n -0000002376 00000 n -0000447547 00000 n -0000986730 00000 n -0000002421 00000 n -0000002475 00000 n -0000448240 00000 n -0000986652 00000 n -0000002520 00000 n -0000002577 00000 n -0000452232 00000 n -0000986522 00000 n -0000002620 00000 n -0000002658 00000 n -0000452483 00000 n -0000986443 00000 n -0000002703 00000 n -0000002741 00000 n -0000457111 00000 n -0000986311 00000 n -0000002786 00000 n -0000002828 00000 n -0000457300 00000 n -0000986232 00000 n -0000002876 00000 n -0000002929 00000 n -0000457553 00000 n -0000986100 00000 n -0000002977 00000 n -0000003011 00000 n -0000457806 00000 n -0000986021 00000 n -0000003061 00000 n -0000003115 00000 n -0000458373 00000 n -0000985928 00000 n -0000003165 00000 n -0000003233 00000 n -0000462005 00000 n -0000985835 00000 n -0000003283 00000 n -0000003333 00000 n -0000463146 00000 n -0000985756 00000 n -0000003383 00000 n -0000003457 00000 n -0000464033 00000 n -0000985638 00000 n -0000003505 00000 n -0000003544 00000 n -0000464159 00000 n -0000985559 00000 n -0000003594 00000 n -0000003649 00000 n -0000468091 00000 n -0000985480 00000 n -0000003699 00000 n -0000003750 00000 n -0000468976 00000 n -0000985387 00000 n -0000003796 00000 n -0000003836 00000 n -0000469478 00000 n -0000985255 00000 n -0000003882 00000 n -0000003919 00000 n -0000473156 00000 n -0000985137 00000 n -0000003968 00000 n -0000004018 00000 n -0000473345 00000 n -0000985058 00000 n -0000004069 00000 n -0000004124 00000 n -0000475180 00000 n -0000984979 00000 n -0000004175 00000 n -0000004231 00000 n -0000481118 00000 n -0000984900 00000 n -0000004280 00000 n -0000004348 00000 n -0000486853 00000 n -0000984821 00000 n -0000004394 00000 n -0000004429 00000 n -0000490478 00000 n -0000984690 00000 n -0000004472 00000 n -0000004530 00000 n -0000490666 00000 n -0000984611 00000 n -0000004576 00000 n -0000004613 00000 n -0000491861 00000 n -0000984518 00000 n -0000004659 00000 n -0000004703 00000 n -0000495587 00000 n -0000984425 00000 n -0000004749 00000 n -0000004792 00000 n -0000496091 00000 n -0000984332 00000 n -0000004838 00000 n -0000004872 00000 n -0000499410 00000 n -0000984239 00000 n -0000004918 00000 n -0000004957 00000 n -0000500233 00000 n -0000984146 00000 n -0000005003 00000 n -0000005051 00000 n -0000501617 00000 n -0000984053 00000 n -0000005097 00000 n -0000005143 00000 n -0000510526 00000 n -0000983974 00000 n -0000005189 00000 n -0000005266 00000 n -0000511414 00000 n -0000983882 00000 n -0000005309 00000 n -0000005388 00000 n -0000515410 00000 n -0000983751 00000 n -0000005432 00000 n -0000005486 00000 n -0000515726 00000 n -0000983633 00000 n -0000005533 00000 n -0000005577 00000 n -0000515978 00000 n -0000983554 00000 n -0000005627 00000 n -0000005666 00000 n -0000516421 00000 n -0000983461 00000 n -0000005716 00000 n -0000005766 00000 n -0000520314 00000 n -0000983368 00000 n -0000005816 00000 n -0000005882 00000 n -0000520501 00000 n -0000983275 00000 n -0000005932 00000 n -0000005982 00000 n -0000521133 00000 n -0000983196 00000 n -0000006032 00000 n -0000006074 00000 n -0000524701 00000 n -0000983064 00000 n -0000006121 00000 n -0000006156 00000 n -0000524890 00000 n -0000982985 00000 n -0000006206 00000 n -0000006243 00000 n -0000525206 00000 n -0000982906 00000 n -0000006293 00000 n -0000006361 00000 n -0000529562 00000 n -0000982827 00000 n -0000006408 00000 n -0000006454 00000 n -0000529878 00000 n -0000982710 00000 n -0000006498 00000 n -0000006558 00000 n -0000530004 00000 n -0000982631 00000 n -0000006605 00000 n -0000006644 00000 n -0000530192 00000 n -0000982499 00000 n -0000006691 00000 n -0000006723 00000 n -0000530700 00000 n -0000982395 00000 n -0000006773 00000 n -0000006826 00000 n -0000530826 00000 n -0000982316 00000 n -0000006878 00000 n -0000006940 00000 n -0000533176 00000 n -0000982223 00000 n -0000006993 00000 n -0000007047 00000 n -0000533493 00000 n -0000982144 00000 n -0000007100 00000 n -0000007150 00000 n -0000536924 00000 n -0000982051 00000 n -0000007197 00000 n -0000007228 00000 n -0000537932 00000 n -0000981958 00000 n -0000007275 00000 n -0000007314 00000 n -0000538312 00000 n -0000981826 00000 n -0000007361 00000 n -0000007399 00000 n -0000538500 00000 n -0000981761 00000 n -0000007449 00000 n -0000007503 00000 n -0000541819 00000 n -0000981643 00000 n -0000007550 00000 n -0000007585 00000 n -0000542454 00000 n -0000981578 00000 n -0000007635 00000 n -0000007688 00000 n -0000545824 00000 n -0000981445 00000 n -0000007729 00000 n -0000007782 00000 n -0000545950 00000 n -0000981366 00000 n -0000007826 00000 n -0000007873 00000 n -0000556210 00000 n -0000981234 00000 n -0000007917 00000 n -0000007961 00000 n -0000556335 00000 n -0000981155 00000 n -0000008008 00000 n -0000008060 00000 n -0000559755 00000 n -0000981037 00000 n -0000008107 00000 n -0000008154 00000 n -0000559881 00000 n -0000980958 00000 n -0000008204 00000 n -0000008261 00000 n -0000560387 00000 n -0000980826 00000 n -0000008311 00000 n -0000008358 00000 n -0000560513 00000 n -0000980747 00000 n -0000008411 00000 n -0000008458 00000 n -0000560892 00000 n -0000980668 00000 n -0000008511 00000 n -0000008578 00000 n -0000565435 00000 n -0000980575 00000 n -0000008628 00000 n -0000008672 00000 n -0000572263 00000 n -0000980482 00000 n -0000008722 00000 n -0000008765 00000 n -0000572515 00000 n -0000980403 00000 n -0000008815 00000 n -0000008863 00000 n -0000573210 00000 n -0000980310 00000 n -0000008907 00000 n -0000008947 00000 n -0000576330 00000 n -0000980178 00000 n -0000008991 00000 n -0000009024 00000 n -0000582887 00000 n -0000980113 00000 n -0000009071 00000 n -0000009134 00000 n -0000588216 00000 n -0000980020 00000 n -0000009178 00000 n -0000009213 00000 n -0000589669 00000 n -0000979927 00000 n -0000009257 00000 n -0000009290 00000 n -0000592974 00000 n -0000979834 00000 n -0000009334 00000 n -0000009369 00000 n -0000593917 00000 n -0000979702 00000 n -0000009413 00000 n -0000009443 00000 n -0000594294 00000 n -0000979623 00000 n -0000009490 00000 n -0000009533 00000 n -0000598418 00000 n -0000979491 00000 n -0000009580 00000 n -0000009618 00000 n -0000598543 00000 n -0000979426 00000 n -0000009668 00000 n -0000009703 00000 n -0000599806 00000 n -0000979333 00000 n -0000009750 00000 n -0000009796 00000 n -0000600630 00000 n -0000979201 00000 n -0000009843 00000 n -0000009888 00000 n -0000603557 00000 n -0000979122 00000 n -0000009938 00000 n -0000009983 00000 n -0000604751 00000 n -0000979043 00000 n -0000010033 00000 n -0000010071 00000 n -0000605192 00000 n -0000978925 00000 n -0000010118 00000 n -0000010164 00000 n -0000605635 00000 n -0000978846 00000 n -0000010214 00000 n -0000010257 00000 n -0000605887 00000 n -0000978713 00000 n -0000010307 00000 n -0000010351 00000 n -0000609201 00000 n -0000978634 00000 n -0000010404 00000 n -0000010439 00000 n -0000609390 00000 n -0000978541 00000 n -0000010492 00000 n -0000010534 00000 n -0000609707 00000 n -0000978448 00000 n -0000010587 00000 n -0000010626 00000 n -0000611802 00000 n -0000978355 00000 n -0000010679 00000 n -0000010718 00000 n -0000614599 00000 n -0000978262 00000 n -0000010771 00000 n -0000010808 00000 n -0000614851 00000 n -0000978169 00000 n -0000010861 00000 n -0000010903 00000 n -0000615358 00000 n -0000978076 00000 n -0000010956 00000 n -0000011011 00000 n -0000615610 00000 n -0000977983 00000 n -0000011064 00000 n -0000011108 00000 n -0000615991 00000 n -0000977890 00000 n -0000011161 00000 n -0000011199 00000 n -0000616180 00000 n -0000977797 00000 n -0000011252 00000 n -0000011295 00000 n -0000616561 00000 n -0000977718 00000 n -0000011348 00000 n -0000011393 00000 n -0000619836 00000 n -0000977639 00000 n -0000011443 00000 n -0000011487 00000 n -0000620343 00000 n -0000977546 00000 n -0000011531 00000 n -0000011564 00000 n -0000620658 00000 n -0000977414 00000 n -0000011608 00000 n -0000011647 00000 n -0000620909 00000 n -0000977335 00000 n -0000011694 00000 n -0000011742 00000 n -0000626266 00000 n -0000977242 00000 n -0000011789 00000 n -0000011838 00000 n -0000626454 00000 n -0000977163 00000 n -0000011885 00000 n -0000011935 00000 n -0000626643 00000 n -0000977031 00000 n -0000011979 00000 n -0000012017 00000 n -0000626896 00000 n -0000976952 00000 n -0000012064 00000 n -0000012120 00000 n -0000630234 00000 n -0000976873 00000 n -0000012167 00000 n -0000012216 00000 n -0000630800 00000 n -0000976780 00000 n -0000012260 00000 n -0000012292 00000 n -0000631934 00000 n -0000976687 00000 n -0000012336 00000 n -0000012367 00000 n -0000635321 00000 n -0000976555 00000 n -0000012411 00000 n -0000012462 00000 n -0000636143 00000 n -0000976476 00000 n -0000012509 00000 n -0000012552 00000 n -0000640110 00000 n -0000976383 00000 n -0000012599 00000 n -0000012652 00000 n -0000640739 00000 n -0000976290 00000 n -0000012699 00000 n -0000012763 00000 n -0000640928 00000 n -0000976172 00000 n -0000012810 00000 n -0000012875 00000 n -0000641053 00000 n -0000976093 00000 n -0000012925 00000 n -0000012994 00000 n -0000643183 00000 n -0000976000 00000 n -0000013044 00000 n -0000013117 00000 n -0000643435 00000 n -0000975921 00000 n -0000013167 00000 n -0000013232 00000 n -0000644315 00000 n -0000975828 00000 n -0000013276 00000 n -0000013345 00000 n -0000648397 00000 n -0000975710 00000 n -0000013389 00000 n -0000013440 00000 n -0000648898 00000 n -0000975631 00000 n -0000013487 00000 n -0000013534 00000 n -0000653838 00000 n -0000975538 00000 n -0000013581 00000 n -0000013632 00000 n -0000654342 00000 n -0000975406 00000 n -0000013679 00000 n -0000013738 00000 n -0000655351 00000 n -0000975327 00000 n -0000013788 00000 n -0000013837 00000 n -0000658703 00000 n -0000975234 00000 n -0000013887 00000 n -0000013944 00000 n -0000663074 00000 n -0000975155 00000 n -0000013994 00000 n -0000014047 00000 n -0000664086 00000 n -0000975076 00000 n -0000014094 00000 n -0000014145 00000 n -0000669376 00000 n -0000974943 00000 n -0000014186 00000 n -0000014234 00000 n -0000669692 00000 n -0000974825 00000 n -0000014278 00000 n -0000014319 00000 n -0000669817 00000 n -0000974746 00000 n -0000014366 00000 n -0000014405 00000 n -0000670006 00000 n -0000974653 00000 n -0000014452 00000 n -0000014499 00000 n -0000671150 00000 n -0000974574 00000 n -0000014546 00000 n -0000014588 00000 n -0000673974 00000 n -0000974442 00000 n -0000014632 00000 n -0000014662 00000 n -0000674100 00000 n -0000974363 00000 n -0000014709 00000 n -0000014760 00000 n -0000674288 00000 n -0000974270 00000 n -0000014807 00000 n -0000014868 00000 n -0000675612 00000 n -0000974191 00000 n -0000014915 00000 n -0000014956 00000 n -0000678917 00000 n -0000974059 00000 n -0000015000 00000 n -0000015035 00000 n -0000679043 00000 n -0000973994 00000 n -0000015082 00000 n -0000015164 00000 n -0000685822 00000 n -0000973876 00000 n -0000015208 00000 n -0000015241 00000 n -0000685947 00000 n -0000973811 00000 n -0000015288 00000 n -0000015359 00000 n -0000689281 00000 n -0000973677 00000 n -0000015400 00000 n -0000015445 00000 n -0000689407 00000 n -0000973598 00000 n -0000015489 00000 n -0000015526 00000 n -0000689783 00000 n -0000973505 00000 n -0000015570 00000 n -0000015620 00000 n -0000695099 00000 n -0000973412 00000 n -0000015664 00000 n -0000015705 00000 n -0000702417 00000 n -0000973319 00000 n -0000015749 00000 n -0000015793 00000 n -0000753911 00000 n -0000973187 00000 n -0000015837 00000 n -0000015880 00000 n -0000756782 00000 n -0000973069 00000 n -0000015927 00000 n -0000015968 00000 n -0000757919 00000 n -0000972990 00000 n -0000016018 00000 n -0000016067 00000 n -0000758108 00000 n -0000972897 00000 n -0000016117 00000 n -0000016154 00000 n -0000762373 00000 n -0000972818 00000 n -0000016204 00000 n -0000016248 00000 n -0000762878 00000 n -0000972725 00000 n -0000016295 00000 n -0000016333 00000 n -0000763322 00000 n -0000972632 00000 n -0000016380 00000 n -0000016435 00000 n -0000763511 00000 n -0000972539 00000 n -0000016482 00000 n -0000016518 00000 n -0000767279 00000 n -0000972460 00000 n -0000016565 00000 n -0000016625 00000 n -0000767784 00000 n -0000972328 00000 n -0000016669 00000 n -0000016705 00000 n -0000767910 00000 n -0000972249 00000 n -0000016752 00000 n -0000016798 00000 n -0000773299 00000 n -0000972170 00000 n -0000016845 00000 n -0000016893 00000 n -0000773614 00000 n -0000972038 00000 n -0000016937 00000 n -0000016973 00000 n -0000777164 00000 n -0000971934 00000 n -0000017020 00000 n -0000017059 00000 n -0000777541 00000 n -0000971855 00000 n -0000017109 00000 n -0000017169 00000 n -0000777729 00000 n -0000971762 00000 n -0000017219 00000 n -0000017289 00000 n -0000780245 00000 n -0000971669 00000 n -0000017339 00000 n -0000017399 00000 n -0000780434 00000 n -0000971576 00000 n -0000017449 00000 n -0000017522 00000 n -0000780623 00000 n -0000971483 00000 n -0000017572 00000 n -0000017632 00000 n -0000780812 00000 n -0000971390 00000 n -0000017682 00000 n -0000017734 00000 n -0000781064 00000 n -0000971311 00000 n -0000017784 00000 n -0000017836 00000 n -0000781252 00000 n -0000971179 00000 n -0000017880 00000 n -0000017919 00000 n -0000781440 00000 n -0000971100 00000 n -0000017966 00000 n -0000018010 00000 n -0000784250 00000 n -0000971007 00000 n -0000018057 00000 n -0000018092 00000 n -0000784502 00000 n -0000970914 00000 n -0000018139 00000 n -0000018193 00000 n -0000784690 00000 n -0000970835 00000 n -0000018240 00000 n -0000018282 00000 n -0000785005 00000 n -0000970742 00000 n -0000018326 00000 n -0000018376 00000 n -0000788829 00000 n -0000970610 00000 n -0000018420 00000 n -0000018462 00000 n -0000789017 00000 n -0000970531 00000 n -0000018509 00000 n -0000018556 00000 n -0000790527 00000 n -0000970438 00000 n -0000018603 00000 n -0000018648 00000 n -0000799128 00000 n -0000970345 00000 n -0000018695 00000 n -0000018737 00000 n -0000799317 00000 n -0000970252 00000 n -0000018784 00000 n -0000018829 00000 n -0000799634 00000 n -0000970173 00000 n -0000018876 00000 n -0000018915 00000 n -0000805039 00000 n -0000970041 00000 n -0000018959 00000 n -0000019003 00000 n -0000805227 00000 n -0000969962 00000 n -0000019050 00000 n -0000019085 00000 n -0000808717 00000 n -0000969844 00000 n -0000019132 00000 n -0000019166 00000 n -0000809156 00000 n -0000969765 00000 n -0000019216 00000 n -0000019261 00000 n -0000809596 00000 n -0000969686 00000 n -0000019311 00000 n -0000019363 00000 n -0000813223 00000 n -0000969593 00000 n -0000019407 00000 n -0000019438 00000 n -0000813850 00000 n -0000969475 00000 n -0000019482 00000 n -0000019515 00000 n -0000817782 00000 n -0000969396 00000 n -0000019562 00000 n -0000019599 00000 n -0000818096 00000 n -0000969303 00000 n -0000019646 00000 n -0000019690 00000 n -0000821608 00000 n -0000969210 00000 n -0000019737 00000 n -0000019781 00000 n -0000822301 00000 n -0000969131 00000 n -0000019828 00000 n -0000019875 00000 n -0000825385 00000 n -0000968998 00000 n -0000019917 00000 n -0000019968 00000 n -0000825510 00000 n -0000968919 00000 n -0000020013 00000 n -0000020050 00000 n -0000826331 00000 n -0000968787 00000 n -0000020095 00000 n -0000020142 00000 n -0000826582 00000 n -0000968708 00000 n -0000020190 00000 n -0000020245 00000 n -0000830530 00000 n -0000968615 00000 n -0000020293 00000 n -0000020351 00000 n -0000832179 00000 n -0000968522 00000 n -0000020399 00000 n -0000020447 00000 n -0000836396 00000 n -0000968429 00000 n -0000020495 00000 n -0000020548 00000 n -0000841455 00000 n -0000968336 00000 n -0000020596 00000 n -0000020643 00000 n -0000846833 00000 n -0000968257 00000 n -0000020691 00000 n -0000020768 00000 n -0000847085 00000 n -0000968164 00000 n -0000020813 00000 n -0000020870 00000 n -0000861214 00000 n -0000968071 00000 n -0000020915 00000 n -0000020971 00000 n -0000865834 00000 n -0000967953 00000 n -0000021016 00000 n -0000021083 00000 n -0000865960 00000 n -0000967874 00000 n -0000021131 00000 n -0000021164 00000 n -0000866149 00000 n -0000967781 00000 n -0000021212 00000 n -0000021242 00000 n -0000868575 00000 n -0000967688 00000 n -0000021290 00000 n -0000021329 00000 n -0000869018 00000 n -0000967595 00000 n -0000021377 00000 n -0000021414 00000 n -0000869270 00000 n -0000967516 00000 n -0000021462 00000 n -0000021509 00000 n -0000872776 00000 n -0000967383 00000 n -0000021551 00000 n -0000021598 00000 n -0000872965 00000 n -0000967304 00000 n -0000021643 00000 n -0000021682 00000 n -0000873661 00000 n -0000967211 00000 n -0000021727 00000 n -0000021803 00000 n -0000874102 00000 n -0000967118 00000 n -0000021848 00000 n -0000021944 00000 n -0000876834 00000 n -0000967025 00000 n -0000021989 00000 n -0000022044 00000 n -0000877463 00000 n -0000966932 00000 n -0000022089 00000 n -0000022147 00000 n -0000878224 00000 n -0000966839 00000 n -0000022192 00000 n -0000022264 00000 n -0000882183 00000 n -0000966746 00000 n -0000022309 00000 n -0000022383 00000 n -0000884996 00000 n -0000966653 00000 n -0000022428 00000 n -0000022506 00000 n -0000885376 00000 n -0000966574 00000 n -0000022551 00000 n -0000022670 00000 n -0000889228 00000 n -0000966441 00000 n -0000022712 00000 n -0000022751 00000 n -0000889479 00000 n -0000966362 00000 n -0000022796 00000 n -0000022849 00000 n -0000891441 00000 n -0000966283 00000 n -0000022894 00000 n -0000022957 00000 n -0000894038 00000 n -0000966150 00000 n -0000022999 00000 n -0000023066 00000 n -0000894163 00000 n -0000966071 00000 n -0000023111 00000 n -0000023148 00000 n -0000895298 00000 n -0000965978 00000 n -0000023193 00000 n -0000023236 00000 n -0000900817 00000 n -0000965899 00000 n -0000023281 00000 n -0000023322 00000 n -0000906944 00000 n -0000965763 00000 n -0000023364 00000 n -0000023426 00000 n -0000907257 00000 n -0000965684 00000 n -0000023471 00000 n -0000023502 00000 n -0000907570 00000 n -0000965589 00000 n -0000023547 00000 n -0000023599 00000 n -0000911653 00000 n -0000965492 00000 n -0000023645 00000 n -0000023685 00000 n -0000911905 00000 n -0000965394 00000 n -0000023731 00000 n -0000023774 00000 n -0000915899 00000 n -0000965296 00000 n -0000023820 00000 n -0000023857 00000 n -0000921133 00000 n -0000965198 00000 n -0000023903 00000 n -0000023946 00000 n -0000921448 00000 n -0000965100 00000 n -0000023992 00000 n -0000024040 00000 n -0000921701 00000 n -0000965002 00000 n -0000024086 00000 n -0000024144 00000 n -0000924821 00000 n -0000964904 00000 n -0000024190 00000 n -0000024225 00000 n -0000925010 00000 n -0000964806 00000 n -0000024271 00000 n -0000024306 00000 n -0000925200 00000 n -0000964708 00000 n -0000024352 00000 n -0000024409 00000 n -0000925516 00000 n -0000964625 00000 n -0000024455 00000 n -0000024518 00000 n -0000929523 00000 n -0000964527 00000 n -0000024561 00000 n -0000024590 00000 n -0000929650 00000 n -0000964387 00000 n -0000024633 00000 n -0000024668 00000 n -0000929777 00000 n -0000964318 00000 n -0000024717 00000 n -0000024747 00000 n -0000930156 00000 n -0000964178 00000 n -0000024790 00000 n -0000024812 00000 n -0000930282 00000 n -0000964068 00000 n -0000024861 00000 n -0000024888 00000 n -0000930725 00000 n -0000963999 00000 n -0000024940 00000 n -0000025004 00000 n -0000934685 00000 n -0000963859 00000 n -0000025047 00000 n -0000025069 00000 n -0000934810 00000 n -0000963749 00000 n -0000025118 00000 n -0000025142 00000 n -0000935251 00000 n -0000963665 00000 n -0000025191 00000 n -0000025222 00000 n -0000935503 00000 n -0000963581 00000 n -0000025271 00000 n -0000025300 00000 n -0000935756 00000 n -0000963441 00000 n -0000025343 00000 n -0000025365 00000 n -0000935882 00000 n -0000963331 00000 n -0000025414 00000 n -0000025459 00000 n -0000936260 00000 n -0000963247 00000 n -0000025508 00000 n -0000025538 00000 n -0000936513 00000 n -0000963148 00000 n -0000025588 00000 n -0000025643 00000 n -0000937017 00000 n -0000963064 00000 n -0000025693 00000 n -0000025721 00000 n -0000939375 00000 n -0000962924 00000 n -0000025764 00000 n -0000025786 00000 n -0000939501 00000 n -0000962814 00000 n -0000025836 00000 n -0000025863 00000 n -0000939881 00000 n -0000962745 00000 n -0000025913 00000 n -0000025944 00000 n -0000940133 00000 n -0000962605 00000 n -0000025987 00000 n -0000026009 00000 n -0000940259 00000 n -0000962536 00000 n -0000026059 00000 n -0000026086 00000 n -0000940701 00000 n -0000962396 00000 n -0000026129 00000 n -0000026151 00000 n -0000940826 00000 n -0000962327 00000 n -0000026201 00000 n -0000026232 00000 n -0000943312 00000 n -0000962187 00000 n -0000026275 00000 n -0000026297 00000 n -0000943436 00000 n -0000962077 00000 n -0000026347 00000 n -0000026391 00000 n -0000943995 00000 n -0000962008 00000 n -0000026441 00000 n -0000026467 00000 n -0000945196 00000 n -0000961868 00000 n -0000026510 00000 n -0000026532 00000 n -0000945321 00000 n -0000961758 00000 n -0000026582 00000 n -0000026623 00000 n -0000945635 00000 n -0000961674 00000 n -0000026673 00000 n -0000026701 00000 n -0000947568 00000 n -0000961590 00000 n -0000026751 00000 n -0000026776 00000 n -0000947884 00000 n -0000961450 00000 n -0000026819 00000 n -0000026841 00000 n -0000948008 00000 n -0000961381 00000 n -0000026891 00000 n -0000026914 00000 n -0000948578 00000 n -0000961241 00000 n -0000026957 00000 n -0000026979 00000 n -0000948704 00000 n -0000961131 00000 n -0000027029 00000 n -0000027087 00000 n -0000948957 00000 n -0000961062 00000 n -0000027137 00000 n -0000027176 00000 n -0000949274 00000 n -0000960922 00000 n -0000027219 00000 n -0000027241 00000 n -0000949399 00000 n -0000960812 00000 n -0000027291 00000 n -0000027319 00000 n -0000952131 00000 n -0000960743 00000 n -0000027369 00000 n -0000027395 00000 n -0000953020 00000 n -0000960603 00000 n -0000027438 00000 n -0000027460 00000 n -0000953146 00000 n -0000960493 00000 n -0000027510 00000 n -0000027547 00000 n -0000953463 00000 n -0000960424 00000 n -0000027597 00000 n -0000027639 00000 n -0000953716 00000 n -0000960299 00000 n -0000027682 00000 n -0000027704 00000 n -0000953842 00000 n -0000960230 00000 n -0000027754 00000 n -0000027792 00000 n -0000028139 00000 n -0000028513 00000 n -0000027846 00000 n -0000028263 00000 n -0000028326 00000 n -0000028389 00000 n -0000001223 00000 f -0000957032 00000 n -0000957129 00000 n -0000029389 00000 n -0000029202 00000 n -0000028587 00000 n -0000029326 00000 n -0000001230 00000 f -0000956938 00000 n -0000101430 00000 n -0000086166 00000 n -0000029477 00000 n -0000101306 00000 n -0000087112 00000 n -0000001321 00000 f -0000956845 00000 n -0000087259 00000 n -0000087407 00000 n -0000087559 00000 n -0000087712 00000 n -0000087865 00000 n -0000088019 00000 n -0000088172 00000 n -0000088326 00000 n -0000088476 00000 n -0000088627 00000 n -0000088781 00000 n -0000088936 00000 n -0000089098 00000 n -0000089261 00000 n -0000089416 00000 n -0000089572 00000 n -0000089728 00000 n -0000089884 00000 n -0000090044 00000 n -0000090204 00000 n -0000090361 00000 n -0000090518 00000 n -0000090671 00000 n -0000090824 00000 n -0000090984 00000 n -0000091144 00000 n -0000091303 00000 n -0000091462 00000 n -0000091625 00000 n -0000091788 00000 n -0000091957 00000 n -0000092126 00000 n -0000092294 00000 n -0000092462 00000 n -0000092624 00000 n -0000092786 00000 n -0000092956 00000 n -0000093126 00000 n -0000093293 00000 n -0000093460 00000 n -0000093627 00000 n -0000093794 00000 n -0000093962 00000 n -0000094130 00000 n -0000094299 00000 n -0000094468 00000 n -0000094639 00000 n -0000094810 00000 n -0000094965 00000 n -0000095120 00000 n -0000095290 00000 n -0000095461 00000 n -0000095615 00000 n -0000095769 00000 n -0000095924 00000 n -0000096078 00000 n -0000096237 00000 n -0000096395 00000 n -0000096554 00000 n -0000096712 00000 n -0000096861 00000 n -0000097009 00000 n -0000097163 00000 n -0000097316 00000 n -0000097462 00000 n -0000097607 00000 n -0000097753 00000 n -0000097899 00000 n -0000098054 00000 n -0000098208 00000 n -0000098360 00000 n -0000098511 00000 n -0000098678 00000 n -0000098844 00000 n -0000098998 00000 n -0000099152 00000 n -0000099299 00000 n -0000099445 00000 n -0000099591 00000 n -0000099736 00000 n -0000099904 00000 n -0000100071 00000 n -0000100235 00000 n -0000100398 00000 n -0000100554 00000 n -0000100709 00000 n -0000100861 00000 n -0000101012 00000 n -0000101159 00000 n -0000001588 00000 f -0000956750 00000 n -0000405639 00000 n -0000405764 00000 n -0000406141 00000 n -0000406455 00000 n -0000410562 00000 n -0000413533 00000 n -0000419998 00000 n -0000420123 00000 n -0000421445 00000 n -0000424524 00000 n -0000424712 00000 n -0000425407 00000 n -0000425848 00000 n -0000426289 00000 n -0000430971 00000 n -0000440058 00000 n -0000442450 00000 n -0000442638 00000 n -0000443331 00000 n -0000443519 00000 n -0000443707 00000 n -0000443894 00000 n -0000447106 00000 n -0000447295 00000 n -0000447484 00000 n -0000448177 00000 n -0000452169 00000 n -0000452420 00000 n -0000453873 00000 n -0000457237 00000 n -0000457490 00000 n -0000463970 00000 n -0000468913 00000 n -0000469415 00000 n -0000469731 00000 n -0000481055 00000 n -0000486790 00000 n -0000490415 00000 n -0000490603 00000 n -0000491798 00000 n -0000495524 00000 n -0000496028 00000 n -0000496658 00000 n -0000500171 00000 n -0000501555 00000 n -0000173789 00000 n -0000158206 00000 n -0000101546 00000 n -0000173726 00000 n -0000159188 00000 n -0000159346 00000 n -0000159503 00000 n -0000159659 00000 n -0000159817 00000 n -0000159970 00000 n -0000160124 00000 n -0000160274 00000 n -0000160424 00000 n -0000160578 00000 n -0000160731 00000 n -0000160893 00000 n -0000161054 00000 n -0000161215 00000 n -0000161375 00000 n -0000161529 00000 n -0000161682 00000 n -0000161837 00000 n -0000161991 00000 n -0000162144 00000 n -0000162296 00000 n -0000162454 00000 n -0000162611 00000 n -0000162769 00000 n -0000162928 00000 n -0000163080 00000 n -0000163231 00000 n -0000163380 00000 n -0000163529 00000 n -0000163676 00000 n -0000163822 00000 n -0000163969 00000 n -0000164115 00000 n -0000164261 00000 n -0000164407 00000 n -0000164554 00000 n -0000164700 00000 n -0000164871 00000 n -0000165041 00000 n -0000165189 00000 n -0000165336 00000 n -0000165483 00000 n -0000165629 00000 n -0000165777 00000 n -0000165924 00000 n -0000166074 00000 n -0000166223 00000 n -0000166380 00000 n -0000166537 00000 n -0000166689 00000 n -0000166841 00000 n -0000166992 00000 n -0000167143 00000 n -0000167298 00000 n -0000167452 00000 n -0000167607 00000 n -0000167761 00000 n -0000167924 00000 n -0000168086 00000 n -0000168244 00000 n -0000168401 00000 n -0000168556 00000 n -0000168710 00000 n -0000168874 00000 n -0000169037 00000 n -0000169198 00000 n -0000169358 00000 n -0000169516 00000 n -0000169674 00000 n -0000169825 00000 n -0000169976 00000 n -0000170142 00000 n -0000170307 00000 n -0000170460 00000 n -0000170613 00000 n -0000170764 00000 n -0000170915 00000 n -0000171068 00000 n -0000171221 00000 n -0000171377 00000 n -0000171533 00000 n -0000171696 00000 n -0000171858 00000 n -0000172013 00000 n -0000172167 00000 n -0000172322 00000 n -0000172476 00000 n -0000172630 00000 n -0000172783 00000 n -0000172937 00000 n -0000173090 00000 n -0000173253 00000 n -0000173415 00000 n -0000173571 00000 n -0000510463 00000 n -0000511351 00000 n -0000515347 00000 n -0000515663 00000 n -0000515915 00000 n -0000516358 00000 n -0000520251 00000 n -0000520438 00000 n -0000521070 00000 n -0000521259 00000 n -0000524827 00000 n -0000525143 00000 n -0000526665 00000 n -0000529815 00000 n -0000529941 00000 n -0000530130 00000 n -0000530637 00000 n -0000534442 00000 n -0000537869 00000 n -0000538249 00000 n -0000538437 00000 n -0000541756 00000 n -0000542391 00000 n -0000545761 00000 n -0000545887 00000 n -0000556147 00000 n -0000556273 00000 n -0000559692 00000 n -0000559818 00000 n -0000560324 00000 n -0000561649 00000 n -0000572200 00000 n -0000572452 00000 n -0000573147 00000 n -0000576267 00000 n -0000582824 00000 n -0000588153 00000 n -0000589606 00000 n -0000587648 00000 n -0000593854 00000 n -0000594231 00000 n -0000598355 00000 n -0000598481 00000 n -0000599743 00000 n -0000600567 00000 n -0000600756 00000 n -0000604688 00000 n -0000240646 00000 n -0000225851 00000 n -0000173891 00000 n -0000240583 00000 n -0000226779 00000 n -0000226934 00000 n -0000227088 00000 n -0000227242 00000 n -0000227395 00000 n -0000227551 00000 n -0000227706 00000 n -0000227862 00000 n -0000228017 00000 n -0000228168 00000 n -0000228319 00000 n -0000228475 00000 n -0000228631 00000 n -0000228790 00000 n -0000228949 00000 n -0000229111 00000 n -0000229272 00000 n -0000229436 00000 n -0000229599 00000 n -0000229753 00000 n -0000229907 00000 n -0000230067 00000 n -0000230226 00000 n -0000230388 00000 n -0000230549 00000 n -0000230697 00000 n -0000230845 00000 n -0000230992 00000 n -0000231139 00000 n -0000231288 00000 n -0000231437 00000 n -0000231594 00000 n -0000231750 00000 n -0000231905 00000 n -0000232059 00000 n -0000232207 00000 n -0000232354 00000 n -0000232502 00000 n -0000232649 00000 n -0000232796 00000 n -0000232942 00000 n -0000233089 00000 n -0000233235 00000 n -0000233383 00000 n -0000233530 00000 n -0000233684 00000 n -0000233838 00000 n -0000233990 00000 n -0000234142 00000 n -0000234308 00000 n -0000234473 00000 n -0000234640 00000 n -0000234806 00000 n -0000234966 00000 n -0000235125 00000 n -0000235279 00000 n -0000235432 00000 n -0000235591 00000 n -0000235749 00000 n -0000235907 00000 n -0000236065 00000 n -0000236229 00000 n -0000236392 00000 n -0000236542 00000 n -0000236693 00000 n -0000236846 00000 n -0000236999 00000 n -0000237160 00000 n -0000237320 00000 n -0000237484 00000 n -0000237647 00000 n -0000002068 00000 f -0000956660 00000 n -0000237809 00000 n -0000237970 00000 n -0000238127 00000 n -0000238284 00000 n -0000238450 00000 n -0000238615 00000 n -0000238777 00000 n -0000238938 00000 n -0000239103 00000 n -0000239267 00000 n -0000239428 00000 n -0000239589 00000 n -0000239758 00000 n -0000239926 00000 n -0000240086 00000 n -0000240246 00000 n -0000240415 00000 n -0000605129 00000 n -0000605572 00000 n -0000605824 00000 n -0000616751 00000 n -0000620280 00000 n -0000620595 00000 n -0000620846 00000 n -0000626203 00000 n -0000626391 00000 n -0000626580 00000 n -0000626833 00000 n -0000627213 00000 n -0000630737 00000 n -0000631871 00000 n -0000635259 00000 n -0000636081 00000 n -0000640047 00000 n -0000640676 00000 n -0000640865 00000 n -0000640990 00000 n -0000641240 00000 n -0000643372 00000 n -0000644252 00000 n -0000648334 00000 n -0000648835 00000 n -0000647891 00000 n -0000654280 00000 n -0000655288 00000 n -0000658640 00000 n -0000663011 00000 n -0000664023 00000 n -0000669313 00000 n -0000669629 00000 n -0000669754 00000 n -0000669943 00000 n -0000671087 00000 n -0000671340 00000 n -0000674037 00000 n -0000674225 00000 n -0000675549 00000 n -0000678854 00000 n -0000678980 00000 n -0000685759 00000 n -0000685884 00000 n -0000315736 00000 n -0000299769 00000 n -0000240762 00000 n -0000315673 00000 n -0000300769 00000 n -0000300917 00000 n -0000301065 00000 n -0000301219 00000 n -0000301373 00000 n -0000301525 00000 n -0000301677 00000 n -0000301828 00000 n -0000301979 00000 n -0000302130 00000 n -0000302281 00000 n -0000302428 00000 n -0000302575 00000 n -0000302726 00000 n -0000302876 00000 n -0000303028 00000 n -0000303179 00000 n -0000303331 00000 n -0000303482 00000 n -0000303640 00000 n -0000303797 00000 n -0000303952 00000 n -0000304106 00000 n -0000304264 00000 n -0000304421 00000 n -0000304568 00000 n -0000304714 00000 n -0000304877 00000 n -0000305039 00000 n -0000305191 00000 n -0000305344 00000 n -0000305499 00000 n -0000305653 00000 n -0000305808 00000 n -0000305962 00000 n -0000306116 00000 n -0000306270 00000 n -0000306425 00000 n -0000306579 00000 n -0000306738 00000 n -0000306896 00000 n -0000307056 00000 n -0000307215 00000 n -0000307378 00000 n -0000307540 00000 n -0000307704 00000 n -0000307867 00000 n -0000308027 00000 n -0000308186 00000 n -0000308352 00000 n -0000308517 00000 n -0000308684 00000 n -0000308850 00000 n -0000309004 00000 n -0000309158 00000 n -0000309306 00000 n -0000309453 00000 n -0000309607 00000 n -0000309760 00000 n -0000309920 00000 n -0000310079 00000 n -0000310237 00000 n -0000310394 00000 n -0000310549 00000 n -0000310704 00000 n -0000310862 00000 n -0000311020 00000 n -0000311181 00000 n -0000311341 00000 n -0000311501 00000 n -0000311660 00000 n -0000311817 00000 n -0000311973 00000 n -0000312135 00000 n -0000312296 00000 n -0000312457 00000 n -0000312617 00000 n -0000312768 00000 n -0000312920 00000 n -0000313070 00000 n -0000313219 00000 n -0000313368 00000 n -0000313516 00000 n -0000313664 00000 n -0000313811 00000 n -0000313972 00000 n -0000314132 00000 n -0000314280 00000 n -0000314428 00000 n -0000314578 00000 n -0000314728 00000 n -0000314888 00000 n -0000315047 00000 n -0000315206 00000 n -0000315364 00000 n -0000315519 00000 n -0000689218 00000 n -0000689344 00000 n -0000689720 00000 n -0000695037 00000 n -0000702354 00000 n -0000700654 00000 n -0000754227 00000 n -0000757856 00000 n -0000758045 00000 n -0000758994 00000 n -0000762816 00000 n -0000763259 00000 n -0000763448 00000 n -0000767216 00000 n -0000767721 00000 n -0000767847 00000 n -0000773236 00000 n -0000773551 00000 n -0000777101 00000 n -0000777478 00000 n -0000777666 00000 n -0000777854 00000 n -0000780371 00000 n -0000780560 00000 n -0000780749 00000 n -0000781001 00000 n -0000781189 00000 n -0000781378 00000 n -0000784187 00000 n -0000784439 00000 n -0000784627 00000 n -0000784942 00000 n -0000788766 00000 n -0000788954 00000 n -0000790464 00000 n -0000796762 00000 n -0000799254 00000 n -0000799571 00000 n -0000804976 00000 n -0000805164 00000 n -0000805605 00000 n -0000809093 00000 n -0000809533 00000 n -0000809785 00000 n -0000813787 00000 n -0000817719 00000 n -0000818033 00000 n -0000818664 00000 n -0000387286 00000 n -0000371989 00000 n -0000315838 00000 n -0000387223 00000 n -0000372953 00000 n -0000373101 00000 n -0000373248 00000 n -0000373404 00000 n -0000373560 00000 n -0000373713 00000 n -0000373866 00000 n -0000374023 00000 n -0000374180 00000 n -0000374341 00000 n -0000374502 00000 n -0000374661 00000 n -0000374819 00000 n -0000374976 00000 n -0000375132 00000 n -0000375292 00000 n -0000375451 00000 n -0000375611 00000 n -0000375771 00000 n -0000375935 00000 n -0000376098 00000 n -0000376251 00000 n -0000376404 00000 n -0000376569 00000 n -0000376734 00000 n -0000376888 00000 n -0000377042 00000 n -0000377192 00000 n -0000377341 00000 n -0000377488 00000 n -0000377634 00000 n -0000377781 00000 n -0000377927 00000 n -0000378074 00000 n -0000378220 00000 n -0000378372 00000 n -0000378524 00000 n -0000378682 00000 n -0000378840 00000 n -0000378997 00000 n -0000379154 00000 n -0000379312 00000 n -0000379470 00000 n -0000379627 00000 n -0000379784 00000 n -0000379941 00000 n -0000380098 00000 n -0000380257 00000 n -0000380416 00000 n -0000380578 00000 n -0000380740 00000 n -0000380900 00000 n -0000381060 00000 n -0000381213 00000 n -0000381366 00000 n -0000381531 00000 n -0000381696 00000 n -0000381845 00000 n -0000381995 00000 n -0000382145 00000 n -0000382295 00000 n -0000382453 00000 n -0000382611 00000 n -0000382780 00000 n -0000382949 00000 n -0000383119 00000 n -0000383289 00000 n -0000383455 00000 n -0000383621 00000 n -0000383786 00000 n -0000383951 00000 n -0000384098 00000 n -0000384245 00000 n -0000384394 00000 n -0000384543 00000 n -0000384692 00000 n -0000384841 00000 n -0000384990 00000 n -0000385139 00000 n -0000385288 00000 n -0000385437 00000 n -0000385586 00000 n -0000385735 00000 n -0000385884 00000 n -0000386033 00000 n -0000386182 00000 n -0000386331 00000 n -0000386480 00000 n -0000386629 00000 n -0000386778 00000 n -0000386928 00000 n -0000387075 00000 n -0000957254 00000 n -0000822238 00000 n -0000825322 00000 n -0000825447 00000 n -0000826268 00000 n -0000826520 00000 n -0000827279 00000 n -0000832116 00000 n -0000836333 00000 n -0000837536 00000 n -0000846770 00000 n -0000847022 00000 n -0000857894 00000 n -0000865771 00000 n -0000865897 00000 n -0000866086 00000 n -0000868512 00000 n -0000868955 00000 n -0000869207 00000 n -0000872713 00000 n -0000872902 00000 n -0000873598 00000 n -0000874039 00000 n -0000876771 00000 n -0000877400 00000 n -0000878161 00000 n -0000882120 00000 n -0000884933 00000 n -0000885313 00000 n -0000889165 00000 n -0000889416 00000 n -0000891379 00000 n -0000893975 00000 n -0000894100 00000 n -0000895235 00000 n -0000900754 00000 n -0000906881 00000 n -0000907194 00000 n -0000907507 00000 n -0000911590 00000 n -0000911842 00000 n -0000915836 00000 n -0000921070 00000 n -0000921386 00000 n -0000921638 00000 n -0000924758 00000 n -0000924947 00000 n -0000393096 00000 n -0000391933 00000 n -0000387402 00000 n -0000393033 00000 n -0000392123 00000 n -0000392273 00000 n -0000392424 00000 n -0000392576 00000 n -0000392730 00000 n -0000392881 00000 n -0000925137 00000 n -0000925454 00000 n -0000929460 00000 n -0000402559 00000 n -0000400102 00000 n -0000393198 00000 n -0000402372 00000 n -0000400346 00000 n -0000400503 00000 n -0000400660 00000 n -0000400830 00000 n -0000401000 00000 n -0000401175 00000 n -0000401350 00000 n -0000401518 00000 n -0000401686 00000 n -0000401856 00000 n -0000402026 00000 n -0000402199 00000 n -0000702670 00000 n -0000674604 00000 n -0000674982 00000 n -0000675738 00000 n -0000881235 00000 n -0000881615 00000 n -0000407719 00000 n -0000405346 00000 n -0000402661 00000 n -0000405889 00000 n -0000405952 00000 n -0000406015 00000 n -0000405491 00000 n -0000406078 00000 n -0000406266 00000 n -0000406329 00000 n -0000406392 00000 n -0000406580 00000 n -0000406643 00000 n -0000406705 00000 n -0000406769 00000 n -0000406833 00000 n -0000406896 00000 n -0000406959 00000 n -0000407023 00000 n -0000407085 00000 n -0000407148 00000 n -0000407211 00000 n -0000407275 00000 n -0000407339 00000 n -0000407402 00000 n -0000407464 00000 n -0000407528 00000 n -0000407591 00000 n -0000407655 00000 n -0000413596 00000 n -0000410056 00000 n -0000407835 00000 n -0000410180 00000 n -0000410244 00000 n -0000410308 00000 n -0000410371 00000 n -0000410435 00000 n -0000410498 00000 n -0000410687 00000 n -0000410750 00000 n -0000410813 00000 n -0000410876 00000 n -0000410938 00000 n -0000411001 00000 n -0000411064 00000 n -0000411127 00000 n -0000411191 00000 n -0000411253 00000 n -0000411316 00000 n -0000411379 00000 n -0000411443 00000 n -0000411506 00000 n -0000411569 00000 n -0000411632 00000 n -0000411696 00000 n -0000411759 00000 n -0000411822 00000 n -0000411885 00000 n -0000411949 00000 n -0000412012 00000 n -0000412075 00000 n -0000412138 00000 n -0000412202 00000 n -0000412264 00000 n -0000412327 00000 n -0000412390 00000 n -0000412453 00000 n -0000412516 00000 n -0000412579 00000 n -0000412642 00000 n -0000412706 00000 n -0000412770 00000 n -0000412834 00000 n -0000412898 00000 n -0000412962 00000 n -0000413026 00000 n -0000413090 00000 n -0000413154 00000 n -0000413218 00000 n -0000413280 00000 n -0000413343 00000 n -0000413406 00000 n -0000413469 00000 n -0000415924 00000 n -0000415117 00000 n -0000413712 00000 n -0000415482 00000 n -0000415545 00000 n -0000415608 00000 n -0000415671 00000 n -0000415734 00000 n -0000002080 00000 f -0000956568 00000 n -0000415262 00000 n -0000415797 00000 n -0000415860 00000 n -0000935440 00000 n -0000421824 00000 n -0000418536 00000 n -0000416068 00000 n -0000420248 00000 n -0000420311 00000 n -0000420374 00000 n -0000002354 00000 f -0000956468 00000 n -0000420438 00000 n -0000418744 00000 n -0000418899 00000 n -0000420501 00000 n -0000420563 00000 n -0000420626 00000 n -0000420689 00000 n -0000420752 00000 n -0000420816 00000 n -0000420878 00000 n -0000420941 00000 n -0000421004 00000 n -0000419052 00000 n -0000421067 00000 n -0000419205 00000 n -0000421130 00000 n -0000419364 00000 n -0000421193 00000 n -0000419524 00000 n -0000421256 00000 n -0000419682 00000 n -0000421319 00000 n -0000419844 00000 n -0000421382 00000 n -0000421570 00000 n -0000421633 00000 n -0000421697 00000 n -0000421760 00000 n -0000957379 00000 n -0000426603 00000 n -0000424227 00000 n -0000421968 00000 n -0000424649 00000 n -0000424837 00000 n -0000424900 00000 n -0000424964 00000 n -0000425027 00000 n -0000425091 00000 n -0000425154 00000 n -0000425216 00000 n -0000425280 00000 n -0000425344 00000 n -0000425531 00000 n -0000425594 00000 n -0000425658 00000 n -0000425721 00000 n -0000425785 00000 n -0000425973 00000 n -0000426036 00000 n -0000424372 00000 n -0000426099 00000 n -0000426162 00000 n -0000426225 00000 n -0000426414 00000 n -0000426477 00000 n -0000426540 00000 n -0000935819 00000 n -0000432420 00000 n -0000429816 00000 n -0000426733 00000 n -0000430465 00000 n -0000430527 00000 n -0000430591 00000 n -0000430654 00000 n -0000430718 00000 n -0000430782 00000 n -0000430846 00000 n -0000430908 00000 n -0000431096 00000 n -0000431159 00000 n -0000429979 00000 n -0000431223 00000 n -0000431286 00000 n -0000431350 00000 n -0000431412 00000 n -0000431474 00000 n -0000431536 00000 n -0000431598 00000 n -0000431661 00000 n -0000430135 00000 n -0000430296 00000 n -0000431724 00000 n -0000431787 00000 n -0000431850 00000 n -0000431913 00000 n -0000431977 00000 n -0000432040 00000 n -0000432103 00000 n -0000432167 00000 n -0000432230 00000 n -0000432293 00000 n -0000432356 00000 n -0000440120 00000 n -0000434628 00000 n -0000432564 00000 n -0000436346 00000 n -0000436409 00000 n -0000436473 00000 n -0000436536 00000 n -0000436598 00000 n -0000436661 00000 n -0000436724 00000 n -0000436787 00000 n -0000436850 00000 n -0000436913 00000 n -0000434845 00000 n -0000436976 00000 n -0000437039 00000 n -0000437102 00000 n -0000437165 00000 n -0000437228 00000 n -0000437291 00000 n -0000435013 00000 n -0000437354 00000 n -0000437417 00000 n -0000437480 00000 n -0000437543 00000 n -0000437606 00000 n -0000437670 00000 n -0000437733 00000 n -0000435180 00000 n -0000437795 00000 n -0000437858 00000 n -0000437921 00000 n -0000437983 00000 n -0000435340 00000 n -0000438046 00000 n -0000438109 00000 n -0000435509 00000 n -0000438172 00000 n -0000438235 00000 n -0000435676 00000 n -0000438298 00000 n -0000438361 00000 n -0000435842 00000 n -0000438424 00000 n -0000438487 00000 n -0000438550 00000 n -0000438613 00000 n -0000438676 00000 n -0000438739 00000 n -0000436009 00000 n -0000438802 00000 n -0000438865 00000 n -0000438928 00000 n -0000438991 00000 n -0000439054 00000 n -0000439117 00000 n -0000439178 00000 n -0000439241 00000 n -0000436179 00000 n -0000439304 00000 n -0000439366 00000 n -0000439429 00000 n -0000439492 00000 n -0000439555 00000 n -0000439618 00000 n -0000439681 00000 n -0000439744 00000 n -0000439807 00000 n -0000439870 00000 n -0000439933 00000 n -0000439996 00000 n -0000443957 00000 n -0000442138 00000 n -0000440208 00000 n -0000442324 00000 n -0000442387 00000 n -0000442575 00000 n -0000442763 00000 n -0000442826 00000 n -0000442888 00000 n -0000442951 00000 n -0000443014 00000 n -0000443078 00000 n -0000443141 00000 n -0000443204 00000 n -0000443268 00000 n -0000443456 00000 n -0000443644 00000 n -0000443831 00000 n -0000448558 00000 n -0000446555 00000 n -0000444087 00000 n -0000446854 00000 n -0000446979 00000 n -0000447042 00000 n -0000447232 00000 n -0000447421 00000 n -0000447609 00000 n -0000447672 00000 n -0000447735 00000 n -0000447798 00000 n -0000447861 00000 n -0000446700 00000 n -0000447925 00000 n -0000447988 00000 n -0000448051 00000 n -0000448114 00000 n -0000448303 00000 n -0000448366 00000 n -0000448430 00000 n -0000448494 00000 n -0000453936 00000 n -0000451459 00000 n -0000448688 00000 n -0000451915 00000 n -0000451978 00000 n -0000452041 00000 n -0000452105 00000 n -0000452294 00000 n -0000452356 00000 n -0000451613 00000 n -0000452546 00000 n -0000452609 00000 n -0000452672 00000 n -0000452735 00000 n -0000452798 00000 n -0000452861 00000 n -0000452924 00000 n -0000452988 00000 n -0000453051 00000 n -0000453114 00000 n -0000453178 00000 n -0000453241 00000 n -0000453305 00000 n -0000453368 00000 n -0000453432 00000 n -0000453495 00000 n -0000453558 00000 n -0000451765 00000 n -0000453622 00000 n -0000453685 00000 n -0000453747 00000 n -0000453809 00000 n -0000957504 00000 n -0000458687 00000 n -0000456363 00000 n -0000454080 00000 n -0000456986 00000 n -0000457049 00000 n -0000457174 00000 n -0000456526 00000 n -0000456675 00000 n -0000457363 00000 n -0000457426 00000 n -0000457616 00000 n -0000457679 00000 n -0000456829 00000 n -0000457743 00000 n -0000457869 00000 n -0000457932 00000 n -0000457996 00000 n -0000458059 00000 n -0000458122 00000 n -0000458186 00000 n -0000458249 00000 n -0000458312 00000 n -0000458435 00000 n -0000458498 00000 n -0000458561 00000 n -0000458624 00000 n -0000464475 00000 n -0000461291 00000 n -0000458831 00000 n -0000461753 00000 n -0000461816 00000 n -0000461878 00000 n -0000461941 00000 n -0000462068 00000 n -0000462131 00000 n -0000462194 00000 n -0000002560 00000 f -0000956370 00000 n -0000462258 00000 n -0000461445 00000 n -0000462322 00000 n -0000462384 00000 n -0000462448 00000 n -0000462512 00000 n -0000462576 00000 n -0000462640 00000 n -0000462704 00000 n -0000462767 00000 n -0000462830 00000 n -0000462892 00000 n -0000462955 00000 n -0000463019 00000 n -0000463083 00000 n -0000463209 00000 n -0000463272 00000 n -0000463335 00000 n -0000463398 00000 n -0000463462 00000 n -0000463526 00000 n -0000463589 00000 n -0000463653 00000 n -0000463717 00000 n -0000463781 00000 n -0000463844 00000 n -0000463907 00000 n -0000464096 00000 n -0000464222 00000 n -0000464285 00000 n -0000464349 00000 n -0000464412 00000 n -0000461600 00000 n -0000469794 00000 n -0000467208 00000 n -0000464647 00000 n -0000467522 00000 n -0000467585 00000 n -0000467648 00000 n -0000467711 00000 n -0000467774 00000 n -0000467837 00000 n -0000467900 00000 n -0000467964 00000 n -0000468028 00000 n -0000468154 00000 n -0000468216 00000 n -0000468280 00000 n -0000468343 00000 n -0000468406 00000 n -0000468469 00000 n -0000468532 00000 n -0000468595 00000 n -0000468658 00000 n -0000468721 00000 n -0000468785 00000 n -0000468849 00000 n -0000469039 00000 n -0000469102 00000 n -0000469166 00000 n -0000469229 00000 n -0000469290 00000 n -0000469351 00000 n -0000469541 00000 n -0000469604 00000 n -0000467353 00000 n -0000469667 00000 n -0000475622 00000 n -0000472612 00000 n -0000469938 00000 n -0000473093 00000 n -0000473219 00000 n -0000472766 00000 n -0000472929 00000 n -0000473282 00000 n -0000473408 00000 n -0000473471 00000 n -0000473534 00000 n -0000473597 00000 n -0000473659 00000 n -0000473721 00000 n -0000473784 00000 n -0000473848 00000 n -0000473912 00000 n -0000473975 00000 n -0000474038 00000 n -0000474102 00000 n -0000474165 00000 n -0000474228 00000 n -0000474291 00000 n -0000474355 00000 n -0000474418 00000 n -0000474481 00000 n -0000474545 00000 n -0000474608 00000 n -0000474672 00000 n -0000474736 00000 n -0000474800 00000 n -0000474863 00000 n -0000474927 00000 n -0000474991 00000 n -0000475054 00000 n -0000475117 00000 n -0000475242 00000 n -0000475305 00000 n -0000475368 00000 n -0000475431 00000 n -0000475495 00000 n -0000475559 00000 n -0000481371 00000 n -0000478837 00000 n -0000475780 00000 n -0000478961 00000 n -0000479024 00000 n -0000479087 00000 n -0000479150 00000 n -0000479214 00000 n -0000479278 00000 n -0000479340 00000 n -0000479404 00000 n -0000479467 00000 n -0000479530 00000 n -0000479593 00000 n -0000479656 00000 n -0000479720 00000 n -0000479783 00000 n -0000479847 00000 n -0000479911 00000 n -0000479975 00000 n -0000480038 00000 n -0000480101 00000 n -0000480164 00000 n -0000480228 00000 n -0000480291 00000 n -0000480355 00000 n -0000480418 00000 n -0000480482 00000 n -0000480546 00000 n -0000480610 00000 n -0000480673 00000 n -0000480737 00000 n -0000480801 00000 n -0000480864 00000 n -0000480928 00000 n -0000480991 00000 n -0000481180 00000 n -0000481243 00000 n -0000481307 00000 n -0000487549 00000 n -0000484560 00000 n -0000481529 00000 n -0000485204 00000 n -0000485267 00000 n -0000485331 00000 n -0000485395 00000 n -0000485459 00000 n -0000485523 00000 n -0000485587 00000 n -0000485651 00000 n -0000485714 00000 n -0000485777 00000 n -0000485841 00000 n -0000485905 00000 n -0000485968 00000 n -0000486030 00000 n -0000486093 00000 n -0000486156 00000 n -0000486219 00000 n -0000486282 00000 n -0000486345 00000 n -0000486408 00000 n -0000486472 00000 n -0000486536 00000 n -0000486599 00000 n -0000486662 00000 n -0000486726 00000 n -0000484723 00000 n -0000486916 00000 n -0000486979 00000 n -0000484892 00000 n -0000487043 00000 n -0000487106 00000 n -0000487169 00000 n -0000487232 00000 n -0000485050 00000 n -0000487296 00000 n -0000487360 00000 n -0000487424 00000 n -0000487487 00000 n -0000957629 00000 n -0000492488 00000 n -0000489800 00000 n -0000487707 00000 n -0000490099 00000 n -0000490162 00000 n -0000490225 00000 n -0000490289 00000 n -0000490352 00000 n -0000489945 00000 n -0000490540 00000 n -0000490729 00000 n -0000490792 00000 n -0000490855 00000 n -0000490918 00000 n -0000002802 00000 f -0000956275 00000 n -0000490981 00000 n -0000491044 00000 n -0000491108 00000 n -0000491170 00000 n -0000491232 00000 n -0000491295 00000 n -0000491357 00000 n -0000491420 00000 n -0000491483 00000 n -0000491546 00000 n -0000491609 00000 n -0000491672 00000 n -0000491735 00000 n -0000491923 00000 n -0000491985 00000 n -0000492048 00000 n -0000492111 00000 n -0000492174 00000 n -0000492237 00000 n -0000492301 00000 n -0000492363 00000 n -0000492426 00000 n -0000496721 00000 n -0000494850 00000 n -0000492632 00000 n -0000495145 00000 n -0000495208 00000 n -0000495271 00000 n -0000495333 00000 n -0000495397 00000 n -0000495460 00000 n -0000495649 00000 n -0000495712 00000 n -0000495775 00000 n -0000495838 00000 n -0000495901 00000 n -0000495964 00000 n -0000496154 00000 n -0000494995 00000 n -0000496217 00000 n -0000496280 00000 n -0000496343 00000 n -0000496406 00000 n -0000496469 00000 n -0000496531 00000 n -0000496594 00000 n -0000501806 00000 n -0000499223 00000 n -0000496851 00000 n -0000499347 00000 n -0000499473 00000 n -0000499536 00000 n -0000499599 00000 n -0000499663 00000 n -0000499727 00000 n -0000499790 00000 n -0000499853 00000 n -0000499917 00000 n -0000499981 00000 n -0000500044 00000 n -0000500107 00000 n -0000500296 00000 n -0000500359 00000 n -0000500421 00000 n -0000500484 00000 n -0000500547 00000 n -0000500610 00000 n -0000500673 00000 n -0000500737 00000 n -0000500801 00000 n -0000500865 00000 n -0000500928 00000 n -0000500991 00000 n -0000501054 00000 n -0000501117 00000 n -0000501180 00000 n -0000501243 00000 n -0000501305 00000 n -0000501368 00000 n -0000501431 00000 n -0000501492 00000 n -0000501680 00000 n -0000501743 00000 n -0000507019 00000 n -0000504567 00000 n -0000501922 00000 n -0000504869 00000 n -0000504932 00000 n -0000504994 00000 n -0000505058 00000 n -0000504712 00000 n -0000505122 00000 n -0000505186 00000 n -0000505249 00000 n -0000505312 00000 n -0000505375 00000 n -0000505438 00000 n -0000505501 00000 n -0000505565 00000 n -0000505628 00000 n -0000505692 00000 n -0000505755 00000 n -0000505818 00000 n -0000505881 00000 n -0000505944 00000 n -0000506008 00000 n -0000506072 00000 n -0000506134 00000 n -0000506197 00000 n -0000506261 00000 n -0000506325 00000 n -0000506389 00000 n -0000506452 00000 n -0000506515 00000 n -0000506578 00000 n -0000506640 00000 n -0000506704 00000 n -0000506766 00000 n -0000506829 00000 n -0000506892 00000 n -0000506955 00000 n -0000936893 00000 n -0000512304 00000 n -0000509645 00000 n -0000507163 00000 n -0000509769 00000 n -0000509832 00000 n -0000509895 00000 n -0000509958 00000 n -0000510021 00000 n -0000510084 00000 n -0000510148 00000 n -0000510211 00000 n -0000510273 00000 n -0000510336 00000 n -0000510399 00000 n -0000510589 00000 n -0000510652 00000 n -0000510716 00000 n -0000510780 00000 n -0000510843 00000 n -0000510907 00000 n -0000510971 00000 n -0000511034 00000 n -0000511098 00000 n -0000511162 00000 n -0000511225 00000 n -0000511288 00000 n -0000511477 00000 n -0000511540 00000 n -0000511604 00000 n -0000511667 00000 n -0000511730 00000 n -0000511794 00000 n -0000511858 00000 n -0000511922 00000 n -0000511985 00000 n -0000512049 00000 n -0000512113 00000 n -0000512177 00000 n -0000512241 00000 n -0000516736 00000 n -0000514689 00000 n -0000512434 00000 n -0000515158 00000 n -0000515221 00000 n -0000515284 00000 n -0000515473 00000 n -0000515536 00000 n -0000515599 00000 n -0000515789 00000 n -0000515852 00000 n -0000516041 00000 n -0000516104 00000 n -0000516168 00000 n -0000516232 00000 n -0000516295 00000 n -0000516484 00000 n -0000514843 00000 n -0000515006 00000 n -0000516546 00000 n -0000516609 00000 n -0000516673 00000 n -0000957754 00000 n -0000945258 00000 n -0000521322 00000 n -0000519029 00000 n -0000516880 00000 n -0000519496 00000 n -0000519559 00000 n -0000519622 00000 n -0000519685 00000 n -0000519748 00000 n -0000519811 00000 n -0000519874 00000 n -0000519937 00000 n -0000520000 00000 n -0000520062 00000 n -0000520125 00000 n -0000520188 00000 n -0000520376 00000 n -0000520564 00000 n -0000519183 00000 n -0000519350 00000 n -0000520627 00000 n -0000520688 00000 n -0000520751 00000 n -0000520814 00000 n -0000520878 00000 n -0000520942 00000 n -0000521006 00000 n -0000521196 00000 n -0000526728 00000 n -0000524177 00000 n -0000521466 00000 n -0000524638 00000 n -0000524764 00000 n -0000524953 00000 n -0000525016 00000 n -0000525080 00000 n -0000524331 00000 n -0000525269 00000 n -0000525332 00000 n -0000525395 00000 n -0000525459 00000 n -0000525521 00000 n -0000525585 00000 n -0000524484 00000 n -0000525648 00000 n -0000525711 00000 n -0000525774 00000 n -0000525838 00000 n -0000525902 00000 n -0000525966 00000 n -0000526030 00000 n -0000526094 00000 n -0000526158 00000 n -0000526222 00000 n -0000526285 00000 n -0000526349 00000 n -0000000000 00000 f -0000954387 00000 n -0000526412 00000 n -0000526475 00000 n -0000526538 00000 n -0000526601 00000 n -0000936450 00000 n -0000531014 00000 n -0000529198 00000 n -0000526872 00000 n -0000529499 00000 n -0000529625 00000 n -0000529688 00000 n -0000529751 00000 n -0000530067 00000 n -0000529343 00000 n -0000530255 00000 n -0000530318 00000 n -0000530381 00000 n -0000530445 00000 n -0000530509 00000 n -0000530573 00000 n -0000530763 00000 n -0000530889 00000 n -0000530951 00000 n -0000534504 00000 n -0000532926 00000 n -0000531158 00000 n -0000533050 00000 n -0000533113 00000 n -0000533239 00000 n -0000533302 00000 n -0000533366 00000 n -0000533430 00000 n -0000533556 00000 n -0000533619 00000 n -0000533682 00000 n -0000533746 00000 n -0000533810 00000 n -0000533872 00000 n -0000533935 00000 n -0000533999 00000 n -0000534063 00000 n -0000534126 00000 n -0000534190 00000 n -0000534253 00000 n -0000534315 00000 n -0000534378 00000 n -0000538942 00000 n -0000536737 00000 n -0000534676 00000 n -0000536861 00000 n -0000536987 00000 n -0000537050 00000 n -0000537113 00000 n -0000537176 00000 n -0000537239 00000 n -0000537302 00000 n -0000537365 00000 n -0000537428 00000 n -0000537491 00000 n -0000537554 00000 n -0000537616 00000 n -0000537679 00000 n -0000537742 00000 n -0000537805 00000 n -0000537995 00000 n -0000538057 00000 n -0000538121 00000 n -0000538185 00000 n -0000538375 00000 n -0000538563 00000 n -0000538626 00000 n -0000538690 00000 n -0000538753 00000 n -0000538816 00000 n -0000538879 00000 n -0000542961 00000 n -0000541314 00000 n -0000539100 00000 n -0000541629 00000 n -0000541692 00000 n -0000541882 00000 n -0000541945 00000 n -0000542009 00000 n -0000541459 00000 n -0000542073 00000 n -0000542137 00000 n -0000542200 00000 n -0000542264 00000 n -0000542328 00000 n -0000542517 00000 n -0000542580 00000 n -0000542643 00000 n -0000542707 00000 n -0000542771 00000 n -0000542835 00000 n -0000542898 00000 n -0000957879 00000 n -0000547905 00000 n -0000545574 00000 n -0000543105 00000 n -0000545698 00000 n -0000546013 00000 n -0000546076 00000 n -0000546138 00000 n -0000546200 00000 n -0000546263 00000 n -0000546326 00000 n -0000546389 00000 n -0000546452 00000 n -0000546515 00000 n -0000546578 00000 n -0000546641 00000 n -0000546705 00000 n -0000546769 00000 n -0000546833 00000 n -0000546896 00000 n -0000546959 00000 n -0000547022 00000 n -0000547085 00000 n -0000547148 00000 n -0000547210 00000 n -0000547274 00000 n -0000547337 00000 n -0000547400 00000 n -0000547463 00000 n -0000547527 00000 n -0000547590 00000 n -0000547653 00000 n -0000547716 00000 n -0000547779 00000 n -0000547843 00000 n -0000552357 00000 n -0000550722 00000 n -0000548021 00000 n -0000550846 00000 n -0000550909 00000 n -0000550971 00000 n -0000551034 00000 n -0000551097 00000 n -0000551160 00000 n -0000551223 00000 n -0000551286 00000 n -0000551350 00000 n -0000551413 00000 n -0000551476 00000 n -0000551539 00000 n -0000551603 00000 n -0000551666 00000 n -0000551729 00000 n -0000551792 00000 n -0000551855 00000 n -0000551918 00000 n -0000551981 00000 n -0000552044 00000 n -0000552107 00000 n -0000552169 00000 n -0000552232 00000 n -0000552295 00000 n -0000556587 00000 n -0000554953 00000 n -0000552487 00000 n -0000555077 00000 n -0000555140 00000 n -0000555203 00000 n -0000555266 00000 n -0000555329 00000 n -0000555392 00000 n -0000555455 00000 n -0000555518 00000 n -0000555580 00000 n -0000555643 00000 n -0000555706 00000 n -0000555770 00000 n -0000555832 00000 n -0000555895 00000 n -0000555958 00000 n -0000556021 00000 n -0000556084 00000 n -0000556398 00000 n -0000556461 00000 n -0000556524 00000 n -0000561712 00000 n -0000559330 00000 n -0000556703 00000 n -0000559629 00000 n -0000559943 00000 n -0000560006 00000 n -0000560070 00000 n -0000560134 00000 n -0000560197 00000 n -0000560261 00000 n -0000560450 00000 n -0000560576 00000 n -0000560639 00000 n -0000560703 00000 n -0000560767 00000 n -0000559475 00000 n -0000560829 00000 n -0000560955 00000 n -0000561018 00000 n -0000561081 00000 n -0000561144 00000 n -0000561207 00000 n -0000561270 00000 n -0000561333 00000 n -0000561396 00000 n -0000561459 00000 n -0000561521 00000 n -0000561585 00000 n -0000568460 00000 n -0000565248 00000 n -0000561842 00000 n -0000565372 00000 n -0000565498 00000 n -0000565561 00000 n -0000565624 00000 n -0000565687 00000 n -0000565750 00000 n -0000565813 00000 n -0000565877 00000 n -0000565939 00000 n -0000566002 00000 n -0000566065 00000 n -0000566128 00000 n -0000566191 00000 n -0000566254 00000 n -0000566317 00000 n -0000566380 00000 n -0000566443 00000 n -0000566506 00000 n -0000566569 00000 n -0000566632 00000 n -0000566695 00000 n -0000566759 00000 n -0000566822 00000 n -0000566885 00000 n -0000566949 00000 n -0000567011 00000 n -0000567075 00000 n -0000567138 00000 n -0000567201 00000 n -0000567264 00000 n -0000567327 00000 n -0000567390 00000 n -0000567453 00000 n -0000567515 00000 n -0000567578 00000 n -0000567641 00000 n -0000567704 00000 n -0000567767 00000 n -0000567830 00000 n -0000567893 00000 n -0000567956 00000 n -0000568019 00000 n -0000568082 00000 n -0000568145 00000 n -0000568208 00000 n -0000568271 00000 n -0000568334 00000 n -0000568397 00000 n -0000573336 00000 n -0000571272 00000 n -0000568590 00000 n -0000571571 00000 n -0000571634 00000 n -0000571696 00000 n -0000571759 00000 n -0000571822 00000 n -0000571886 00000 n -0000571949 00000 n -0000572012 00000 n -0000572075 00000 n -0000572136 00000 n -0000572326 00000 n -0000572389 00000 n -0000571417 00000 n -0000572578 00000 n -0000572641 00000 n -0000572705 00000 n -0000572768 00000 n -0000572830 00000 n -0000572894 00000 n -0000572957 00000 n -0000573020 00000 n -0000573083 00000 n -0000573273 00000 n -0000958004 00000 n -0000578280 00000 n -0000575485 00000 n -0000573494 00000 n -0000575954 00000 n -0000576017 00000 n -0000576079 00000 n -0000576142 00000 n -0000576205 00000 n -0000576393 00000 n -0000575639 00000 n -0000575795 00000 n -0000576456 00000 n -0000576520 00000 n -0000576583 00000 n -0000576647 00000 n -0000576710 00000 n -0000576773 00000 n -0000576836 00000 n -0000576898 00000 n -0000576961 00000 n -0000577024 00000 n -0000577087 00000 n -0000577149 00000 n -0000577212 00000 n -0000577275 00000 n -0000577338 00000 n -0000577401 00000 n -0000577463 00000 n -0000577526 00000 n -0000577589 00000 n -0000577652 00000 n -0000577714 00000 n -0000577776 00000 n -0000577839 00000 n -0000577902 00000 n -0000577965 00000 n -0000578028 00000 n -0000578091 00000 n -0000578154 00000 n -0000578217 00000 n -0000945572 00000 n -0000584787 00000 n -0000581091 00000 n -0000578382 00000 n -0000581565 00000 n -0000581628 00000 n -0000581691 00000 n -0000581754 00000 n -0000581817 00000 n -0000581879 00000 n -0000581942 00000 n -0000581245 00000 n -0000582005 00000 n -0000582068 00000 n -0000582131 00000 n -0000582193 00000 n -0000582256 00000 n -0000582320 00000 n -0000582384 00000 n -0000582447 00000 n -0000582509 00000 n -0000582572 00000 n -0000582635 00000 n -0000582698 00000 n -0000582761 00000 n -0000581411 00000 n -0000582949 00000 n -0000583012 00000 n -0000583076 00000 n -0000583140 00000 n -0000583203 00000 n -0000583266 00000 n -0000583330 00000 n -0000583394 00000 n -0000583457 00000 n -0000583521 00000 n -0000583585 00000 n -0000583648 00000 n -0000583711 00000 n -0000583775 00000 n -0000583838 00000 n -0000583902 00000 n -0000583965 00000 n -0000584029 00000 n -0000584092 00000 n -0000584156 00000 n -0000584219 00000 n -0000584282 00000 n -0000584346 00000 n -0000584409 00000 n -0000584472 00000 n -0000584535 00000 n -0000584598 00000 n -0000584661 00000 n -0000584724 00000 n -0000590233 00000 n -0000587461 00000 n -0000584889 00000 n -0000587585 00000 n -0000587710 00000 n -0000587773 00000 n -0000587836 00000 n -0000587899 00000 n -0000587963 00000 n -0000588027 00000 n -0000588090 00000 n -0000588278 00000 n -0000588341 00000 n -0000588404 00000 n -0000588468 00000 n -0000588530 00000 n -0000588593 00000 n -0000588656 00000 n -0000588718 00000 n -0000588781 00000 n -0000588844 00000 n -0000588907 00000 n -0000588970 00000 n -0000589034 00000 n -0000589096 00000 n -0000589159 00000 n -0000589223 00000 n -0000589287 00000 n -0000589351 00000 n -0000589415 00000 n -0000589479 00000 n -0000589543 00000 n -0000589731 00000 n -0000589794 00000 n -0000589857 00000 n -0000589920 00000 n -0000589983 00000 n -0000590046 00000 n -0000590108 00000 n -0000590171 00000 n -0000595747 00000 n -0000592724 00000 n -0000590349 00000 n -0000592848 00000 n -0000592911 00000 n -0000593035 00000 n -0000593098 00000 n -0000593161 00000 n -0000593224 00000 n -0000593287 00000 n -0000593350 00000 n -0000593413 00000 n -0000593476 00000 n -0000593539 00000 n -0000593602 00000 n -0000593665 00000 n -0000593728 00000 n -0000593791 00000 n -0000593980 00000 n -0000594043 00000 n -0000594105 00000 n -0000594167 00000 n -0000594357 00000 n -0000594420 00000 n -0000594484 00000 n -0000594548 00000 n -0000594611 00000 n -0000594675 00000 n -0000594738 00000 n -0000594801 00000 n -0000594865 00000 n -0000594928 00000 n -0000594992 00000 n -0000595055 00000 n -0000595119 00000 n -0000595183 00000 n -0000595247 00000 n -0000595310 00000 n -0000595372 00000 n -0000595435 00000 n -0000595498 00000 n -0000595560 00000 n -0000595623 00000 n -0000595686 00000 n -0000600819 00000 n -0000597791 00000 n -0000595877 00000 n -0000597915 00000 n -0000597978 00000 n -0000598040 00000 n -0000598103 00000 n -0000598166 00000 n -0000598230 00000 n -0000598293 00000 n -0000598606 00000 n -0000598669 00000 n -0000598733 00000 n -0000598796 00000 n -0000598859 00000 n -0000598922 00000 n -0000598985 00000 n -0000599048 00000 n -0000599111 00000 n -0000599174 00000 n -0000599237 00000 n -0000599301 00000 n -0000599364 00000 n -0000599427 00000 n -0000599490 00000 n -0000599553 00000 n -0000599617 00000 n -0000599679 00000 n -0000599867 00000 n -0000599930 00000 n -0000599994 00000 n -0000600058 00000 n -0000600122 00000 n -0000600186 00000 n -0000600249 00000 n -0000600313 00000 n -0000600376 00000 n -0000600440 00000 n -0000600503 00000 n -0000600693 00000 n -0000606139 00000 n -0000603193 00000 n -0000600935 00000 n -0000603494 00000 n -0000603616 00000 n -0000603679 00000 n -0000603743 00000 n -0000603806 00000 n -0000603869 00000 n -0000603933 00000 n -0000603996 00000 n -0000604057 00000 n -0000604119 00000 n -0000604182 00000 n -0000604245 00000 n -0000604308 00000 n -0000604372 00000 n -0000604435 00000 n -0000604498 00000 n -0000604562 00000 n -0000604625 00000 n -0000604814 00000 n -0000604877 00000 n -0000604939 00000 n -0000605002 00000 n -0000605065 00000 n -0000605255 00000 n -0000605318 00000 n -0000605382 00000 n -0000605445 00000 n -0000605509 00000 n -0000605698 00000 n -0000605761 00000 n -0000603338 00000 n -0000605949 00000 n -0000606012 00000 n -0000606076 00000 n -0000958129 00000 n -0000612117 00000 n -0000609014 00000 n -0000606255 00000 n -0000609138 00000 n -0000609264 00000 n -0000609327 00000 n -0000609453 00000 n -0000609516 00000 n -0000609580 00000 n -0000609644 00000 n -0000609770 00000 n -0000609833 00000 n -0000609896 00000 n -0000609960 00000 n -0000610023 00000 n -0000610086 00000 n -0000610150 00000 n -0000610214 00000 n -0000610278 00000 n -0000610341 00000 n -0000610404 00000 n -0000610468 00000 n -0000610531 00000 n -0000610595 00000 n -0000610658 00000 n -0000610721 00000 n -0000610785 00000 n -0000610849 00000 n -0000610913 00000 n -0000610977 00000 n -0000611041 00000 n -0000611104 00000 n -0000611168 00000 n -0000611231 00000 n -0000611293 00000 n -0000611355 00000 n -0000611419 00000 n -0000611483 00000 n -0000611547 00000 n -0000611611 00000 n -0000611675 00000 n -0000611739 00000 n -0000611865 00000 n -0000611928 00000 n -0000611991 00000 n -0000612054 00000 n -0000616814 00000 n -0000614350 00000 n -0000612219 00000 n -0000614474 00000 n -0000614537 00000 n -0000614662 00000 n -0000614725 00000 n -0000614788 00000 n -0000614914 00000 n -0000614976 00000 n -0000615040 00000 n -0000615104 00000 n -0000615168 00000 n -0000615231 00000 n -0000615295 00000 n -0000615421 00000 n -0000615484 00000 n -0000615547 00000 n -0000615673 00000 n -0000615736 00000 n -0000615800 00000 n -0000615864 00000 n -0000615928 00000 n -0000616054 00000 n -0000616117 00000 n -0000616243 00000 n -0000616306 00000 n -0000616370 00000 n -0000616434 00000 n -0000616498 00000 n -0000616624 00000 n -0000616687 00000 n -0000621600 00000 n -0000619473 00000 n -0000616916 00000 n -0000619773 00000 n -0000619899 00000 n -0000619962 00000 n -0000620026 00000 n -0000620089 00000 n -0000620152 00000 n -0000620216 00000 n -0000620406 00000 n -0000620469 00000 n -0000619618 00000 n -0000620532 00000 n -0000620720 00000 n -0000620783 00000 n -0000620972 00000 n -0000621035 00000 n -0000621097 00000 n -0000621159 00000 n -0000621223 00000 n -0000621286 00000 n -0000621348 00000 n -0000621410 00000 n -0000621473 00000 n -0000621537 00000 n -0000627276 00000 n -0000624438 00000 n -0000621730 00000 n -0000625071 00000 n -0000625134 00000 n -0000625197 00000 n -0000625260 00000 n -0000625323 00000 n -0000625385 00000 n -0000624601 00000 n -0000625447 00000 n -0000625510 00000 n -0000625573 00000 n -0000625636 00000 n -0000625699 00000 n -0000625762 00000 n -0000624758 00000 n -0000625825 00000 n -0000625888 00000 n -0000625951 00000 n -0000626014 00000 n -0000626077 00000 n -0000626140 00000 n -0000626328 00000 n -0000624911 00000 n -0000626517 00000 n -0000626706 00000 n -0000626769 00000 n -0000626959 00000 n -0000627022 00000 n -0000627086 00000 n -0000627150 00000 n -0000632250 00000 n -0000630047 00000 n -0000627392 00000 n -0000630171 00000 n -0000630297 00000 n -0000630360 00000 n -0000630423 00000 n -0000630486 00000 n -0000630549 00000 n -0000630612 00000 n -0000630675 00000 n -0000630863 00000 n -0000630926 00000 n -0000630989 00000 n -0000631052 00000 n -0000631115 00000 n -0000631178 00000 n -0000631241 00000 n -0000631304 00000 n -0000631367 00000 n -0000631430 00000 n -0000631493 00000 n -0000631556 00000 n -0000631619 00000 n -0000631682 00000 n -0000631745 00000 n -0000631808 00000 n -0000631997 00000 n -0000632060 00000 n -0000632123 00000 n -0000632187 00000 n -0000637472 00000 n -0000634946 00000 n -0000632352 00000 n -0000635070 00000 n -0000635133 00000 n -0000635196 00000 n -0000635384 00000 n -0000635447 00000 n -0000635511 00000 n -0000635574 00000 n -0000635636 00000 n -0000635700 00000 n -0000635764 00000 n -0000635827 00000 n -0000635891 00000 n -0000635954 00000 n -0000636017 00000 n -0000636206 00000 n -0000636269 00000 n -0000636332 00000 n -0000636395 00000 n -0000636458 00000 n -0000636522 00000 n -0000636585 00000 n -0000636648 00000 n -0000636712 00000 n -0000636776 00000 n -0000636839 00000 n -0000636902 00000 n -0000636965 00000 n -0000637029 00000 n -0000637093 00000 n -0000637157 00000 n -0000637221 00000 n -0000637284 00000 n -0000637346 00000 n -0000637409 00000 n -0000958254 00000 n -0000641303 00000 n -0000639372 00000 n -0000637588 00000 n -0000639669 00000 n -0000639732 00000 n -0000639796 00000 n -0000639859 00000 n -0000639922 00000 n -0000639984 00000 n -0000640173 00000 n -0000640236 00000 n -0000640299 00000 n -0000640362 00000 n -0000640425 00000 n -0000640488 00000 n -0000640551 00000 n -0000640613 00000 n -0000640802 00000 n -0000639517 00000 n -0000641115 00000 n -0000641178 00000 n -0000644441 00000 n -0000642934 00000 n -0000641433 00000 n -0000643058 00000 n -0000643121 00000 n -0000643246 00000 n -0000643309 00000 n -0000643498 00000 n -0000643561 00000 n -0000643624 00000 n -0000643687 00000 n -0000643749 00000 n -0000643812 00000 n -0000643875 00000 n -0000643937 00000 n -0000644000 00000 n -0000644063 00000 n -0000644126 00000 n -0000644189 00000 n -0000644378 00000 n -0000649404 00000 n -0000647704 00000 n -0000644557 00000 n -0000647828 00000 n -0000647953 00000 n -0000648016 00000 n -0000648080 00000 n -0000648144 00000 n -0000648207 00000 n -0000648270 00000 n -0000648457 00000 n -0000648520 00000 n -0000648583 00000 n -0000648646 00000 n -0000648709 00000 n -0000648772 00000 n -0000648961 00000 n -0000649024 00000 n -0000649088 00000 n -0000649151 00000 n -0000649214 00000 n -0000649277 00000 n -0000649340 00000 n -0000655539 00000 n -0000652748 00000 n -0000649562 00000 n -0000653713 00000 n -0000653776 00000 n -0000653901 00000 n -0000653964 00000 n -0000652929 00000 n -0000654027 00000 n -0000654090 00000 n -0000654153 00000 n -0000654216 00000 n -0000654405 00000 n -0000654467 00000 n -0000654530 00000 n -0000654593 00000 n -0000653083 00000 n -0000654656 00000 n -0000654719 00000 n -0000653237 00000 n -0000654782 00000 n -0000654845 00000 n -0000653396 00000 n -0000654908 00000 n -0000653555 00000 n -0000654971 00000 n -0000655034 00000 n -0000655097 00000 n -0000655161 00000 n -0000655224 00000 n -0000655414 00000 n -0000655477 00000 n -0000659835 00000 n -0000657695 00000 n -0000655669 00000 n -0000657819 00000 n -0000657882 00000 n -0000657944 00000 n -0000658007 00000 n -0000658070 00000 n -0000658132 00000 n -0000658195 00000 n -0000658259 00000 n -0000658322 00000 n -0000658385 00000 n -0000658448 00000 n -0000658512 00000 n -0000658576 00000 n -0000658766 00000 n -0000658829 00000 n -0000658892 00000 n -0000658953 00000 n -0000659017 00000 n -0000659080 00000 n -0000659143 00000 n -0000659206 00000 n -0000659269 00000 n -0000659332 00000 n -0000659395 00000 n -0000659458 00000 n -0000659521 00000 n -0000659584 00000 n -0000659646 00000 n -0000659709 00000 n -0000659772 00000 n -0000664465 00000 n -0000662459 00000 n -0000659993 00000 n -0000662757 00000 n -0000662820 00000 n -0000662884 00000 n -0000662948 00000 n -0000663137 00000 n -0000663200 00000 n -0000663264 00000 n -0000663328 00000 n -0000663391 00000 n -0000663454 00000 n -0000663517 00000 n -0000663580 00000 n -0000663643 00000 n -0000663706 00000 n -0000663769 00000 n -0000663832 00000 n -0000663895 00000 n -0000663959 00000 n -0000662604 00000 n -0000664149 00000 n -0000664212 00000 n -0000664276 00000 n -0000664339 00000 n -0000664402 00000 n -0000958379 00000 n -0000666073 00000 n -0000665568 00000 n -0000664637 00000 n -0000665692 00000 n -0000665755 00000 n -0000665818 00000 n -0000665882 00000 n -0000665946 00000 n -0000666009 00000 n -0000671403 00000 n -0000668784 00000 n -0000666189 00000 n -0000669250 00000 n -0000669439 00000 n -0000669502 00000 n -0000669566 00000 n -0000669880 00000 n -0000670068 00000 n -0000668938 00000 n -0000670131 00000 n -0000670194 00000 n -0000670258 00000 n -0000670322 00000 n -0000669093 00000 n -0000670386 00000 n -0000670450 00000 n -0000670514 00000 n -0000670578 00000 n -0000670642 00000 n -0000670705 00000 n -0000670769 00000 n -0000670832 00000 n -0000670895 00000 n -0000670959 00000 n -0000671023 00000 n -0000671213 00000 n -0000671276 00000 n -0000939438 00000 n -0000949336 00000 n -0000675990 00000 n -0000673252 00000 n -0000671547 00000 n -0000673911 00000 n -0000674162 00000 n -0000673415 00000 n -0000674350 00000 n -0000674413 00000 n -0000674477 00000 n -0000674541 00000 n -0000674667 00000 n -0000674730 00000 n -0000674793 00000 n -0000674856 00000 n -0000674920 00000 n -0000675045 00000 n -0000675108 00000 n -0000675171 00000 n -0000675234 00000 n -0000675298 00000 n -0000675361 00000 n -0000675423 00000 n -0000675486 00000 n -0000673579 00000 n -0000675675 00000 n -0000673750 00000 n -0000675800 00000 n -0000675863 00000 n -0000675927 00000 n -0000683520 00000 n -0000678324 00000 n -0000676148 00000 n -0000678791 00000 n -0000679106 00000 n -0000679169 00000 n -0000679233 00000 n -0000679295 00000 n -0000678478 00000 n -0000678636 00000 n -0000679358 00000 n -0000679421 00000 n -0000679484 00000 n -0000679547 00000 n -0000679610 00000 n -0000679673 00000 n -0000679736 00000 n -0000679800 00000 n -0000679864 00000 n -0000679928 00000 n -0000679992 00000 n -0000680055 00000 n -0000680118 00000 n -0000680181 00000 n -0000680244 00000 n -0000680307 00000 n -0000680370 00000 n -0000680433 00000 n -0000680492 00000 n -0000680552 00000 n -0000680612 00000 n -0000680675 00000 n -0000680738 00000 n -0000680801 00000 n -0000680864 00000 n -0000680927 00000 n -0000680990 00000 n -0000681053 00000 n -0000681116 00000 n -0000681180 00000 n -0000681243 00000 n -0000681307 00000 n -0000681371 00000 n -0000681435 00000 n -0000681498 00000 n -0000681561 00000 n -0000681623 00000 n -0000681685 00000 n -0000681749 00000 n -0000681812 00000 n -0000681876 00000 n -0000681940 00000 n -0000682004 00000 n -0000682068 00000 n -0000682132 00000 n -0000682196 00000 n -0000682260 00000 n -0000682324 00000 n -0000682388 00000 n -0000682451 00000 n -0000682513 00000 n -0000682576 00000 n -0000682639 00000 n -0000682703 00000 n -0000682766 00000 n -0000682829 00000 n -0000682892 00000 n -0000682955 00000 n -0000683018 00000 n -0000683080 00000 n -0000683143 00000 n -0000683206 00000 n -0000683269 00000 n -0000683332 00000 n -0000683395 00000 n -0000683458 00000 n -0000929714 00000 n -0000686391 00000 n -0000685085 00000 n -0000683664 00000 n -0000685378 00000 n -0000685441 00000 n -0000685505 00000 n -0000685569 00000 n -0000685633 00000 n -0000685696 00000 n -0000685230 00000 n -0000686010 00000 n -0000686073 00000 n -0000686137 00000 n -0000686201 00000 n -0000686265 00000 n -0000686327 00000 n -0000691107 00000 n -0000689031 00000 n -0000686521 00000 n -0000689155 00000 n -0000689470 00000 n -0000689533 00000 n -0000689595 00000 n -0000689658 00000 n -0000689846 00000 n -0000689909 00000 n -0000689972 00000 n -0000690035 00000 n -0000690098 00000 n -0000690161 00000 n -0000690225 00000 n -0000690288 00000 n -0000690352 00000 n -0000690416 00000 n -0000690478 00000 n -0000690541 00000 n -0000690604 00000 n -0000690667 00000 n -0000690730 00000 n -0000690793 00000 n -0000690855 00000 n -0000690918 00000 n -0000690981 00000 n -0000691044 00000 n -0000958504 00000 n -0000697804 00000 n -0000694597 00000 n -0000691237 00000 n -0000694721 00000 n -0000694784 00000 n -0000694847 00000 n -0000694910 00000 n -0000694974 00000 n -0000695162 00000 n -0000695225 00000 n -0000695288 00000 n -0000695351 00000 n -0000695414 00000 n -0000695477 00000 n -0000695540 00000 n -0000695603 00000 n -0000695666 00000 n -0000695729 00000 n -0000695792 00000 n -0000695855 00000 n -0000695918 00000 n -0000695981 00000 n -0000696044 00000 n -0000696107 00000 n -0000696170 00000 n -0000696233 00000 n -0000696295 00000 n -0000696358 00000 n -0000696421 00000 n -0000696484 00000 n -0000696547 00000 n -0000696610 00000 n -0000696673 00000 n -0000696736 00000 n -0000696799 00000 n -0000696862 00000 n -0000696925 00000 n -0000696988 00000 n -0000697051 00000 n -0000697114 00000 n -0000697177 00000 n -0000697240 00000 n -0000697303 00000 n -0000697366 00000 n -0000697428 00000 n -0000697491 00000 n -0000697554 00000 n -0000697617 00000 n -0000697679 00000 n -0000697741 00000 n -0000704131 00000 n -0000702733 00000 n -0000700287 00000 n -0000697906 00000 n -0000700591 00000 n -0000700716 00000 n -0000700779 00000 n -0000700842 00000 n -0000700905 00000 n -0000700968 00000 n -0000701031 00000 n -0000701094 00000 n -0000701157 00000 n -0000701220 00000 n -0000701283 00000 n -0000701346 00000 n -0000701409 00000 n -0000701473 00000 n -0000701537 00000 n -0000701600 00000 n -0000701663 00000 n -0000701725 00000 n -0000701787 00000 n -0000701850 00000 n -0000701913 00000 n -0000701976 00000 n -0000702039 00000 n -0000702102 00000 n -0000702165 00000 n -0000702228 00000 n -0000702291 00000 n -0000702480 00000 n -0000700432 00000 n -0000702543 00000 n -0000702606 00000 n -0000754290 00000 n -0000703986 00000 n -0000702835 00000 n -0000753723 00000 n -0000753786 00000 n -0000753848 00000 n -0000753974 00000 n -0000754037 00000 n -0000754101 00000 n -0000754164 00000 n -0000753566 00000 n -0000759057 00000 n -0000756595 00000 n -0000754443 00000 n -0000756719 00000 n -0000756845 00000 n -0000756908 00000 n -0000756971 00000 n -0000757035 00000 n -0000757099 00000 n -0000757163 00000 n -0000757226 00000 n -0000757289 00000 n -0000757352 00000 n -0000757415 00000 n -0000757478 00000 n -0000757541 00000 n -0000757604 00000 n -0000757667 00000 n -0000757730 00000 n -0000757793 00000 n -0000757982 00000 n -0000758170 00000 n -0000758233 00000 n -0000758296 00000 n -0000758359 00000 n -0000758423 00000 n -0000758486 00000 n -0000758550 00000 n -0000758613 00000 n -0000758677 00000 n -0000758740 00000 n -0000758804 00000 n -0000758867 00000 n -0000758931 00000 n -0000763889 00000 n -0000762186 00000 n -0000759159 00000 n -0000762310 00000 n -0000762436 00000 n -0000762499 00000 n -0000762563 00000 n -0000762626 00000 n -0000762690 00000 n -0000762753 00000 n -0000762941 00000 n -0000763004 00000 n -0000763068 00000 n -0000763132 00000 n -0000763195 00000 n -0000763385 00000 n -0000763574 00000 n -0000763637 00000 n -0000763700 00000 n -0000763763 00000 n -0000763826 00000 n -0000768983 00000 n -0000766850 00000 n -0000764005 00000 n -0000767153 00000 n -0000767342 00000 n -0000767405 00000 n -0000766995 00000 n -0000767468 00000 n -0000767531 00000 n -0000767595 00000 n -0000767658 00000 n -0000767973 00000 n -0000768036 00000 n -0000768100 00000 n -0000768163 00000 n -0000768226 00000 n -0000768289 00000 n -0000768352 00000 n -0000768416 00000 n -0000768480 00000 n -0000768542 00000 n -0000768605 00000 n -0000768668 00000 n -0000768731 00000 n -0000768793 00000 n -0000768856 00000 n -0000768919 00000 n -0000958629 00000 n -0000773740 00000 n -0000772105 00000 n -0000769099 00000 n -0000772229 00000 n -0000772292 00000 n -0000772354 00000 n -0000772417 00000 n -0000772479 00000 n -0000772542 00000 n -0000772605 00000 n -0000772668 00000 n -0000772731 00000 n -0000772794 00000 n -0000772857 00000 n -0000772920 00000 n -0000772983 00000 n -0000773046 00000 n -0000773110 00000 n -0000773173 00000 n -0000773361 00000 n -0000773424 00000 n -0000773488 00000 n -0000773677 00000 n -0000777916 00000 n -0000776470 00000 n -0000773856 00000 n -0000776594 00000 n -0000776657 00000 n -0000776720 00000 n -0000776783 00000 n -0000776847 00000 n -0000776910 00000 n -0000776974 00000 n -0000777037 00000 n -0000777227 00000 n -0000777290 00000 n -0000777352 00000 n -0000777415 00000 n -0000777603 00000 n -0000777791 00000 n -0000781566 00000 n -0000780058 00000 n -0000778032 00000 n -0000780182 00000 n -0000780308 00000 n -0000780497 00000 n -0000780686 00000 n -0000780875 00000 n -0000780938 00000 n -0000781127 00000 n -0000781315 00000 n -0000781503 00000 n -0000785194 00000 n -0000783747 00000 n -0000781668 00000 n -0000783871 00000 n -0000783934 00000 n -0000783998 00000 n -0000784061 00000 n -0000784124 00000 n -0000784313 00000 n -0000784376 00000 n -0000784564 00000 n -0000784752 00000 n -0000784815 00000 n -0000784879 00000 n -0000785068 00000 n -0000785131 00000 n -0000791032 00000 n -0000788263 00000 n -0000785296 00000 n -0000788387 00000 n -0000788450 00000 n -0000788513 00000 n -0000788576 00000 n -0000788640 00000 n -0000788703 00000 n -0000788891 00000 n -0000789080 00000 n -0000789143 00000 n -0000789206 00000 n -0000789269 00000 n -0000789332 00000 n -0000789394 00000 n -0000789457 00000 n -0000789520 00000 n -0000789583 00000 n -0000789646 00000 n -0000789709 00000 n -0000789772 00000 n -0000789835 00000 n -0000789898 00000 n -0000789961 00000 n -0000790024 00000 n -0000790087 00000 n -0000790150 00000 n -0000790213 00000 n -0000790276 00000 n -0000790338 00000 n -0000790401 00000 n -0000790589 00000 n -0000790652 00000 n -0000790714 00000 n -0000790778 00000 n -0000790842 00000 n -0000790905 00000 n -0000790968 00000 n -0000796825 00000 n -0000794170 00000 n -0000791162 00000 n -0000794294 00000 n -0000794357 00000 n -0000794420 00000 n -0000794484 00000 n -0000794548 00000 n -0000794611 00000 n -0000794675 00000 n -0000794738 00000 n -0000794801 00000 n -0000794864 00000 n -0000794928 00000 n -0000794991 00000 n -0000795054 00000 n -0000795118 00000 n -0000795181 00000 n -0000795244 00000 n -0000795308 00000 n -0000795371 00000 n -0000795433 00000 n -0000795496 00000 n -0000795559 00000 n -0000795622 00000 n -0000795686 00000 n -0000795748 00000 n -0000795811 00000 n -0000795874 00000 n -0000795937 00000 n -0000796000 00000 n -0000796064 00000 n -0000796127 00000 n -0000796190 00000 n -0000796254 00000 n -0000796317 00000 n -0000796381 00000 n -0000796444 00000 n -0000796507 00000 n -0000796570 00000 n -0000796634 00000 n -0000796698 00000 n -0000958754 00000 n -0000801462 00000 n -0000798708 00000 n -0000796941 00000 n -0000799003 00000 n -0000799066 00000 n -0000799191 00000 n -0000798853 00000 n -0000799380 00000 n -0000799443 00000 n -0000799507 00000 n -0000799697 00000 n -0000799760 00000 n -0000799823 00000 n -0000799887 00000 n -0000799950 00000 n -0000800013 00000 n -0000800076 00000 n -0000800139 00000 n -0000800202 00000 n -0000800265 00000 n -0000800328 00000 n -0000800391 00000 n -0000800454 00000 n -0000800517 00000 n -0000800580 00000 n -0000800643 00000 n -0000800706 00000 n -0000800769 00000 n -0000800832 00000 n -0000800895 00000 n -0000800958 00000 n -0000801021 00000 n -0000801084 00000 n -0000801147 00000 n -0000801210 00000 n -0000801273 00000 n -0000801336 00000 n -0000801399 00000 n -0000805668 00000 n -0000803536 00000 n -0000801564 00000 n -0000803847 00000 n -0000803910 00000 n -0000803972 00000 n -0000804035 00000 n -0000804098 00000 n -0000804161 00000 n -0000804223 00000 n -0000804286 00000 n -0000804349 00000 n -0000804412 00000 n -0000804475 00000 n -0000804538 00000 n -0000804601 00000 n -0000804663 00000 n -0000804726 00000 n -0000804787 00000 n -0000804850 00000 n -0000804913 00000 n -0000803681 00000 n -0000805102 00000 n -0000805290 00000 n -0000805353 00000 n -0000805416 00000 n -0000805479 00000 n -0000805542 00000 n -0000809848 00000 n -0000808530 00000 n -0000805784 00000 n -0000808654 00000 n -0000808779 00000 n -0000808842 00000 n -0000808904 00000 n -0000808967 00000 n -0000809030 00000 n -0000809219 00000 n -0000809282 00000 n -0000809345 00000 n -0000809408 00000 n -0000809471 00000 n -0000809659 00000 n -0000809722 00000 n -0000814354 00000 n -0000812851 00000 n -0000809964 00000 n -0000813160 00000 n -0000813286 00000 n -0000813348 00000 n -0000813411 00000 n -0000813474 00000 n -0000813537 00000 n -0000813600 00000 n -0000813662 00000 n -0000813725 00000 n -0000813911 00000 n -0000813974 00000 n -0000814037 00000 n -0000814101 00000 n -0000814165 00000 n -0000814228 00000 n -0000812996 00000 n -0000814291 00000 n -0000818727 00000 n -0000817279 00000 n -0000814470 00000 n -0000817593 00000 n -0000817656 00000 n -0000817424 00000 n -0000817845 00000 n -0000817907 00000 n -0000817970 00000 n -0000818159 00000 n -0000818222 00000 n -0000818285 00000 n -0000818348 00000 n -0000818412 00000 n -0000818475 00000 n -0000818538 00000 n -0000818601 00000 n -0000822551 00000 n -0000821253 00000 n -0000818843 00000 n -0000821545 00000 n -0000821671 00000 n -0000821734 00000 n -0000821797 00000 n -0000821398 00000 n -0000821860 00000 n -0000821923 00000 n -0000821985 00000 n -0000822048 00000 n -0000822111 00000 n -0000822174 00000 n -0000822362 00000 n -0000822425 00000 n -0000822488 00000 n -0000958879 00000 n -0000827342 00000 n -0000824951 00000 n -0000822667 00000 n -0000825259 00000 n -0000825573 00000 n -0000825636 00000 n -0000825700 00000 n -0000825763 00000 n -0000825826 00000 n -0000825890 00000 n -0000825953 00000 n -0000826016 00000 n -0000826080 00000 n -0000826142 00000 n -0000826205 00000 n -0000826394 00000 n -0000826457 00000 n -0000825096 00000 n -0000826645 00000 n -0000826708 00000 n -0000826771 00000 n -0000826835 00000 n -0000826899 00000 n -0000826962 00000 n -0000827024 00000 n -0000827087 00000 n -0000827151 00000 n -0000827215 00000 n -0000832432 00000 n -0000830281 00000 n -0000827486 00000 n -0000830405 00000 n -0000830468 00000 n -0000830593 00000 n -0000830656 00000 n -0000830719 00000 n -0000830783 00000 n -0000830847 00000 n -0000830910 00000 n -0000830973 00000 n -0000831036 00000 n -0000831099 00000 n -0000831163 00000 n -0000831226 00000 n -0000831289 00000 n -0000831353 00000 n -0000831416 00000 n -0000831479 00000 n -0000831542 00000 n -0000831605 00000 n -0000831669 00000 n -0000831733 00000 n -0000831797 00000 n -0000831860 00000 n -0000831924 00000 n -0000831988 00000 n -0000832052 00000 n -0000832242 00000 n -0000832305 00000 n -0000832368 00000 n -0000837599 00000 n -0000835768 00000 n -0000832590 00000 n -0000835892 00000 n -0000835955 00000 n -0000836017 00000 n -0000836080 00000 n -0000836143 00000 n -0000836206 00000 n -0000836269 00000 n -0000836459 00000 n -0000836522 00000 n -0000836586 00000 n -0000836649 00000 n -0000836713 00000 n -0000836776 00000 n -0000836840 00000 n -0000836903 00000 n -0000836966 00000 n -0000837029 00000 n -0000837092 00000 n -0000837156 00000 n -0000837219 00000 n -0000837282 00000 n -0000837345 00000 n -0000837408 00000 n -0000837472 00000 n -0000843603 00000 n -0000841206 00000 n -0000837729 00000 n -0000841330 00000 n -0000841393 00000 n -0000841517 00000 n -0000841580 00000 n -0000841643 00000 n -0000841706 00000 n -0000841768 00000 n -0000841830 00000 n -0000841894 00000 n -0000841957 00000 n -0000842020 00000 n -0000842083 00000 n -0000842146 00000 n -0000842210 00000 n -0000842274 00000 n -0000842338 00000 n -0000842401 00000 n -0000842464 00000 n -0000842527 00000 n -0000842590 00000 n -0000842653 00000 n -0000842716 00000 n -0000842779 00000 n -0000842842 00000 n -0000842905 00000 n -0000842969 00000 n -0000843032 00000 n -0000843095 00000 n -0000843158 00000 n -0000843222 00000 n -0000843286 00000 n -0000843348 00000 n -0000843411 00000 n -0000843475 00000 n -0000843539 00000 n -0000847528 00000 n -0000846205 00000 n -0000843733 00000 n -0000846329 00000 n -0000846392 00000 n -0000846454 00000 n -0000846518 00000 n -0000846581 00000 n -0000846644 00000 n -0000846707 00000 n -0000846896 00000 n -0000846959 00000 n -0000847148 00000 n -0000847211 00000 n -0000847275 00000 n -0000847339 00000 n -0000847402 00000 n -0000847465 00000 n -0000853105 00000 n -0000850954 00000 n -0000847658 00000 n -0000851078 00000 n -0000851141 00000 n -0000851204 00000 n -0000851267 00000 n -0000851330 00000 n -0000851393 00000 n -0000851456 00000 n -0000851519 00000 n -0000851583 00000 n -0000851646 00000 n -0000851709 00000 n -0000851773 00000 n -0000851837 00000 n -0000851901 00000 n -0000851964 00000 n -0000852028 00000 n -0000852092 00000 n -0000852156 00000 n -0000852219 00000 n -0000852283 00000 n -0000852346 00000 n -0000852409 00000 n -0000852472 00000 n -0000852535 00000 n -0000852598 00000 n -0000852661 00000 n -0000852724 00000 n -0000852788 00000 n -0000852850 00000 n -0000852914 00000 n -0000852978 00000 n -0000853042 00000 n -0000959004 00000 n -0000857957 00000 n -0000855937 00000 n -0000853221 00000 n -0000856061 00000 n -0000856124 00000 n -0000856187 00000 n -0000856250 00000 n -0000856314 00000 n -0000856377 00000 n -0000856440 00000 n -0000856503 00000 n -0000856565 00000 n -0000856628 00000 n -0000856690 00000 n -0000856753 00000 n -0000856816 00000 n -0000856879 00000 n -0000856942 00000 n -0000857005 00000 n -0000857068 00000 n -0000857132 00000 n -0000857195 00000 n -0000857259 00000 n -0000857322 00000 n -0000857386 00000 n -0000857450 00000 n -0000857514 00000 n -0000857577 00000 n -0000857640 00000 n -0000857704 00000 n -0000857768 00000 n -0000857831 00000 n -0000862348 00000 n -0000860965 00000 n -0000858059 00000 n -0000861089 00000 n -0000861152 00000 n -0000861276 00000 n -0000861339 00000 n -0000861403 00000 n -0000861465 00000 n -0000861527 00000 n -0000861587 00000 n -0000861651 00000 n -0000861714 00000 n -0000861777 00000 n -0000861841 00000 n -0000861905 00000 n -0000861968 00000 n -0000862032 00000 n -0000862095 00000 n -0000862158 00000 n -0000862222 00000 n -0000862285 00000 n -0000866589 00000 n -0000864841 00000 n -0000862478 00000 n -0000865455 00000 n -0000865518 00000 n -0000865581 00000 n -0000865645 00000 n -0000865709 00000 n -0000866023 00000 n -0000865004 00000 n -0000865151 00000 n -0000865304 00000 n -0000866212 00000 n -0000866275 00000 n -0000866336 00000 n -0000866399 00000 n -0000866462 00000 n -0000866525 00000 n -0000869523 00000 n -0000868198 00000 n -0000866719 00000 n -0000868322 00000 n -0000868385 00000 n -0000868448 00000 n -0000868638 00000 n -0000868701 00000 n -0000868764 00000 n -0000868828 00000 n -0000868892 00000 n -0000869080 00000 n -0000869143 00000 n -0000869333 00000 n -0000869396 00000 n -0000869459 00000 n -0000874539 00000 n -0000872183 00000 n -0000869625 00000 n -0000872650 00000 n -0000872839 00000 n -0000873028 00000 n -0000873091 00000 n -0000873154 00000 n -0000873218 00000 n -0000872337 00000 n -0000872493 00000 n -0000873281 00000 n -0000873344 00000 n -0000873407 00000 n -0000873471 00000 n -0000873534 00000 n -0000873724 00000 n -0000873787 00000 n -0000873850 00000 n -0000873913 00000 n -0000873976 00000 n -0000874164 00000 n -0000874227 00000 n -0000874290 00000 n -0000874352 00000 n -0000874415 00000 n -0000874477 00000 n -0000878413 00000 n -0000876521 00000 n -0000874683 00000 n -0000876645 00000 n -0000876708 00000 n -0000876896 00000 n -0000876959 00000 n -0000877022 00000 n -0000877085 00000 n -0000877149 00000 n -0000877212 00000 n -0000877274 00000 n -0000877337 00000 n -0000877526 00000 n -0000877589 00000 n -0000877653 00000 n -0000877716 00000 n -0000877779 00000 n -0000877843 00000 n -0000877907 00000 n -0000877971 00000 n -0000878034 00000 n -0000878097 00000 n -0000878287 00000 n -0000878350 00000 n -0000959129 00000 n -0000882372 00000 n -0000880797 00000 n -0000878557 00000 n -0000880921 00000 n -0000880984 00000 n -0000881047 00000 n -0000881111 00000 n -0000881172 00000 n -0000881298 00000 n -0000881361 00000 n -0000881424 00000 n -0000881488 00000 n -0000881552 00000 n -0000881678 00000 n -0000881741 00000 n -0000881803 00000 n -0000881867 00000 n -0000881931 00000 n -0000881994 00000 n -0000882057 00000 n -0000882246 00000 n -0000882309 00000 n -0000885755 00000 n -0000884380 00000 n -0000882488 00000 n -0000884679 00000 n -0000884742 00000 n -0000884805 00000 n -0000884869 00000 n -0000885059 00000 n -0000885122 00000 n -0000885185 00000 n -0000885249 00000 n -0000884525 00000 n -0000885439 00000 n -0000885502 00000 n -0000885565 00000 n -0000885628 00000 n -0000885691 00000 n -0000892067 00000 n -0000888978 00000 n -0000885885 00000 n -0000889102 00000 n -0000889291 00000 n -0000889354 00000 n -0000889541 00000 n -0000889604 00000 n -0000889668 00000 n -0000889731 00000 n -0000889795 00000 n -0000889859 00000 n -0000889922 00000 n -0000889986 00000 n -0000890049 00000 n -0000890112 00000 n -0000890175 00000 n -0000890238 00000 n -0000890300 00000 n -0000890362 00000 n -0000890426 00000 n -0000890490 00000 n -0000890554 00000 n -0000890618 00000 n -0000890682 00000 n -0000890746 00000 n -0000890809 00000 n -0000890872 00000 n -0000890935 00000 n -0000890998 00000 n -0000891062 00000 n -0000891125 00000 n -0000891188 00000 n -0000891251 00000 n -0000891315 00000 n -0000891500 00000 n -0000891563 00000 n -0000891626 00000 n -0000891690 00000 n -0000891752 00000 n -0000891816 00000 n -0000891880 00000 n -0000891943 00000 n -0000892005 00000 n -0000895802 00000 n -0000893788 00000 n -0000892211 00000 n -0000893912 00000 n -0000894226 00000 n -0000894288 00000 n -0000894351 00000 n -0000894414 00000 n -0000894477 00000 n -0000894540 00000 n -0000894603 00000 n -0000894666 00000 n -0000894729 00000 n -0000894792 00000 n -0000894855 00000 n -0000894918 00000 n -0000894982 00000 n -0000895046 00000 n -0000895108 00000 n -0000895171 00000 n -0000895360 00000 n -0000895423 00000 n -0000895486 00000 n -0000895549 00000 n -0000895612 00000 n -0000895676 00000 n -0000895740 00000 n -0000898538 00000 n -0000896638 00000 n -0000895932 00000 n -0000896762 00000 n -0000896825 00000 n -0000896887 00000 n -0000896950 00000 n -0000897014 00000 n -0000897076 00000 n -0000897139 00000 n -0000897203 00000 n -0000897267 00000 n -0000897331 00000 n -0000897394 00000 n -0000897457 00000 n -0000897521 00000 n -0000897585 00000 n -0000897649 00000 n -0000897711 00000 n -0000897774 00000 n -0000897838 00000 n -0000897902 00000 n -0000897966 00000 n -0000898029 00000 n -0000898092 00000 n -0000898156 00000 n -0000898220 00000 n -0000898284 00000 n -0000898347 00000 n -0000898410 00000 n -0000898474 00000 n -0000901450 00000 n -0000899488 00000 n -0000898626 00000 n -0000899612 00000 n -0000899675 00000 n -0000899738 00000 n -0000899802 00000 n -0000899866 00000 n -0000899928 00000 n -0000899991 00000 n -0000900055 00000 n -0000900119 00000 n -0000900183 00000 n -0000900246 00000 n -0000900309 00000 n -0000900373 00000 n -0000900437 00000 n -0000900499 00000 n -0000900562 00000 n -0000900626 00000 n -0000900690 00000 n -0000900879 00000 n -0000900942 00000 n -0000901005 00000 n -0000901069 00000 n -0000901133 00000 n -0000901197 00000 n -0000901260 00000 n -0000901323 00000 n -0000901387 00000 n -0000959254 00000 n -0000903833 00000 n -0000902377 00000 n -0000901552 00000 n -0000902501 00000 n -0000902564 00000 n -0000902628 00000 n -0000902691 00000 n -0000902754 00000 n -0000902818 00000 n -0000902881 00000 n -0000902945 00000 n -0000903008 00000 n -0000903071 00000 n -0000903135 00000 n -0000903199 00000 n -0000903263 00000 n -0000903326 00000 n -0000903389 00000 n -0000903453 00000 n -0000903516 00000 n -0000903580 00000 n -0000903643 00000 n -0000903705 00000 n -0000903769 00000 n -0000908011 00000 n -0000906694 00000 n -0000903921 00000 n -0000906818 00000 n -0000907006 00000 n -0000907069 00000 n -0000907131 00000 n -0000907319 00000 n -0000907382 00000 n -0000907445 00000 n -0000907633 00000 n -0000907696 00000 n -0000907759 00000 n -0000907822 00000 n -0000907885 00000 n -0000907948 00000 n -0000912158 00000 n -0000911277 00000 n -0000908113 00000 n -0000911401 00000 n -0000911464 00000 n -0000911527 00000 n -0000911717 00000 n -0000911779 00000 n -0000911969 00000 n -0000912032 00000 n -0000912095 00000 n -0000917913 00000 n -0000915524 00000 n -0000912260 00000 n -0000915648 00000 n -0000915711 00000 n -0000915773 00000 n -0000915963 00000 n -0000916026 00000 n -0000916089 00000 n -0000916152 00000 n -0000916215 00000 n -0000916278 00000 n -0000916341 00000 n -0000916404 00000 n -0000916467 00000 n -0000916529 00000 n -0000916592 00000 n -0000916655 00000 n -0000916718 00000 n -0000916781 00000 n -0000916844 00000 n -0000916907 00000 n -0000916970 00000 n -0000917033 00000 n -0000917095 00000 n -0000917158 00000 n -0000917221 00000 n -0000917284 00000 n -0000917346 00000 n -0000917409 00000 n -0000917472 00000 n -0000917535 00000 n -0000917598 00000 n -0000917661 00000 n -0000917724 00000 n -0000917787 00000 n -0000917850 00000 n -0000921828 00000 n -0000920757 00000 n -0000918015 00000 n -0000920881 00000 n -0000920944 00000 n -0000921007 00000 n -0000921197 00000 n -0000921260 00000 n -0000921323 00000 n -0000921512 00000 n -0000921575 00000 n -0000921765 00000 n -0000925769 00000 n -0000924508 00000 n -0000921930 00000 n -0000924632 00000 n -0000924695 00000 n -0000924884 00000 n -0000925074 00000 n -0000925264 00000 n -0000925327 00000 n -0000925391 00000 n -0000925580 00000 n -0000925643 00000 n -0000925706 00000 n -0000959379 00000 n -0000927053 00000 n -0000926740 00000 n -0000925871 00000 n -0000926864 00000 n -0000926927 00000 n -0000926990 00000 n -0000932814 00000 n -0000929097 00000 n -0000927141 00000 n -0000929397 00000 n -0000929587 00000 n -0000929839 00000 n -0000929902 00000 n -0000929965 00000 n -0000930029 00000 n -0000930093 00000 n -0000930219 00000 n -0000930346 00000 n -0000930409 00000 n -0000930472 00000 n -0000930536 00000 n -0000930600 00000 n -0000930662 00000 n -0000930788 00000 n -0000930851 00000 n -0000930914 00000 n -0000930977 00000 n -0000931040 00000 n -0000931104 00000 n -0000931167 00000 n -0000931230 00000 n -0000931293 00000 n -0000931356 00000 n -0000931419 00000 n -0000931482 00000 n -0000931545 00000 n -0000931609 00000 n -0000931673 00000 n -0000931736 00000 n -0000931799 00000 n -0000931862 00000 n -0000931925 00000 n -0000931989 00000 n -0000932053 00000 n -0000932117 00000 n -0000932181 00000 n -0000932245 00000 n -0000932309 00000 n -0000932373 00000 n -0000932436 00000 n -0000932499 00000 n -0000932562 00000 n -0000932624 00000 n -0000932688 00000 n -0000929242 00000 n -0000932751 00000 n -0000937270 00000 n -0000934498 00000 n -0000932944 00000 n -0000934622 00000 n -0000934747 00000 n -0000934871 00000 n -0000934934 00000 n -0000934996 00000 n -0000935060 00000 n -0000935124 00000 n -0000935188 00000 n -0000935315 00000 n -0000935377 00000 n -0000935567 00000 n -0000935630 00000 n -0000935693 00000 n -0000935946 00000 n -0000936009 00000 n -0000936071 00000 n -0000936133 00000 n -0000936197 00000 n -0000936324 00000 n -0000936387 00000 n -0000936576 00000 n -0000936639 00000 n -0000936702 00000 n -0000936765 00000 n -0000936829 00000 n -0000936955 00000 n -0000937080 00000 n -0000937143 00000 n -0000937206 00000 n -0000941016 00000 n -0000938872 00000 n -0000937400 00000 n -0000938996 00000 n -0000939059 00000 n -0000939121 00000 n -0000939185 00000 n -0000939248 00000 n -0000939312 00000 n -0000939565 00000 n -0000939628 00000 n -0000939691 00000 n -0000939755 00000 n -0000939818 00000 n -0000939944 00000 n -0000940007 00000 n -0000940070 00000 n -0000940196 00000 n -0000940323 00000 n -0000940385 00000 n -0000940448 00000 n -0000940511 00000 n -0000940575 00000 n -0000940638 00000 n -0000940763 00000 n -0000940890 00000 n -0000940953 00000 n -0000945824 00000 n -0000942783 00000 n -0000941146 00000 n -0000943249 00000 n -0000943374 00000 n -0000943500 00000 n -0000943563 00000 n -0000943625 00000 n -0000943689 00000 n -0000943748 00000 n -0000943808 00000 n -0000943868 00000 n -0000943932 00000 n -0000944059 00000 n -0000944122 00000 n -0000942937 00000 n -0000944185 00000 n -0000944249 00000 n -0000944312 00000 n -0000944375 00000 n -0000944438 00000 n -0000944501 00000 n -0000944565 00000 n -0000944627 00000 n -0000944689 00000 n -0000944752 00000 n -0000944816 00000 n -0000944880 00000 n -0000944943 00000 n -0000945006 00000 n -0000945069 00000 n -0000943092 00000 n -0000945133 00000 n -0000945385 00000 n -0000945446 00000 n -0000945509 00000 n -0000945698 00000 n -0000945761 00000 n -0000948641 00000 n -0000949653 00000 n -0000947318 00000 n -0000945940 00000 n -0000947442 00000 n -0000947505 00000 n -0000947631 00000 n -0000947694 00000 n -0000947757 00000 n -0000947821 00000 n -0000947945 00000 n -0000948071 00000 n -0000948133 00000 n -0000948196 00000 n -0000948259 00000 n -0000948323 00000 n -0000948387 00000 n -0000948451 00000 n -0000948515 00000 n -0000948768 00000 n -0000948831 00000 n -0000948894 00000 n -0000949021 00000 n -0000949084 00000 n -0000949147 00000 n -0000949211 00000 n -0000949463 00000 n -0000949526 00000 n -0000949589 00000 n -0000959504 00000 n -0000954285 00000 n -0000951818 00000 n -0000949755 00000 n -0000951942 00000 n -0000952005 00000 n -0000952068 00000 n -0000952195 00000 n -0000952258 00000 n -0000952321 00000 n -0000952384 00000 n -0000952447 00000 n -0000952511 00000 n -0000952575 00000 n -0000952639 00000 n -0000952702 00000 n -0000952766 00000 n -0000952830 00000 n -0000952894 00000 n -0000952958 00000 n -0000953083 00000 n -0000953210 00000 n -0000953273 00000 n -0000953336 00000 n -0000953400 00000 n -0000953527 00000 n -0000953590 00000 n -0000953653 00000 n -0000953779 00000 n -0000953906 00000 n -0000953969 00000 n -0000954032 00000 n -0000954095 00000 n -0000954158 00000 n -0000954221 00000 n -0000954463 00000 n -0000959593 00000 n -0000959719 00000 n -0000959845 00000 n -0000959971 00000 n -0000960060 00000 n -0000960152 00000 n -0000989348 00000 n -0001046245 00000 n -0001046286 00000 n -0001046326 00000 n -0001046558 00000 n -trailer -<< -/Size 5201 -/Root 5199 0 R -/Info 5200 0 R ->> -startxref -1046714 -%%EOF diff --git a/docs/html/api/style.css b/docs/style.css similarity index 100% rename from docs/html/api/style.css rename to docs/style.css diff --git a/docs/xml/CVS/Entries b/docs/xml/CVS/Entries deleted file mode 100644 index d5278429d..000000000 --- a/docs/xml/CVS/Entries +++ /dev/null @@ -1,19 +0,0 @@ -/.cvsignore/1.1/Tue Sep 5 19:00:56 2006//TBUGZILLA-3_1_3 -/Bugzilla-Guide.xml/1.77/Sat Feb 2 00:34:20 2008//TBUGZILLA-3_1_3 -/about.xml/1.26/Thu Aug 2 06:52:32 2007//TBUGZILLA-3_1_3 -/administration.xml/1.82/Sun Jan 20 16:47:23 2008//TBUGZILLA-3_1_3 -/conventions.xml/1.12/Mon Jan 21 13:35:31 2008//TBUGZILLA-3_1_3 -/customization.xml/1.43/Sat Jan 19 17:24:36 2008//TBUGZILLA-3_1_3 -/gfdl.xml/1.11/Tue Feb 21 21:50:45 2006//TBUGZILLA-3_1_3 -/glossary.xml/1.25/Mon Sep 3 10:12:04 2007//TBUGZILLA-3_1_3 -/index.xml/1.6/Tue Feb 21 21:50:45 2006//TBUGZILLA-3_1_3 -/installation.xml/1.152/Thu Jan 24 22:35:16 2008//TBUGZILLA-3_1_3 -/integration.xml/1.14/Sat Mar 10 02:17:55 2007//TBUGZILLA-3_1_3 -/introduction.xml/1.6/Sun Jul 22 22:25:12 2007//TBUGZILLA-3_1_3 -/modules.xml/1.12/Tue Feb 13 00:19:00 2007//TBUGZILLA-3_1_3 -/patches.xml/1.25/Sun Jul 22 22:25:12 2007//TBUGZILLA-3_1_3 -/requiredsoftware.xml/1.7/Mon Jul 31 22:22:51 2006//TBUGZILLA-3_1_3 -/security.xml/1.18/Mon Sep 3 10:12:04 2007//TBUGZILLA-3_1_3 -/troubleshooting.xml/1.13/Tue Jul 24 18:22:02 2007//TBUGZILLA-3_1_3 -/using.xml/1.78/Mon Jan 21 21:45:23 2008//TBUGZILLA-3_1_3 -D diff --git a/docs/xml/CVS/Repository b/docs/xml/CVS/Repository deleted file mode 100644 index ee5efb57d..000000000 --- a/docs/xml/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -mozilla/webtools/bugzilla/docs/xml diff --git a/docs/xml/CVS/Tag b/docs/xml/CVS/Tag deleted file mode 100644 index 31d8633e2..000000000 --- a/docs/xml/CVS/Tag +++ /dev/null @@ -1 +0,0 @@ -NBUGZILLA-3_1_3 diff --git a/editfields.cgi b/editfields.cgi index 50564c190..138c6b729 100644 --- a/editfields.cgi +++ b/editfields.cgi @@ -117,6 +117,49 @@ elsif ($action eq 'update') { $template->process('admin/custom_fields/list.html.tmpl', $vars) || ThrowTemplateError($template->error()); } +elsif ($action eq 'del') { + my $name = $cgi->param('name'); + + # Validate field. + $name || ThrowUserError('field_missing_name'); + # Custom field names must start with "cf_". + if ($name !~ /^cf_/) { + $name = 'cf_' . $name; + } + my $field = new Bugzilla::Field({'name' => $name}); + $field || ThrowUserError('customfield_nonexistent', {'name' => $name}); + + $vars->{'field'} = $field; + $vars->{'token'} = issue_session_token('delete_field'); + + $template->process('admin/custom_fields/confirm-delete.html.tmpl', $vars) + || ThrowTemplateError($template->error()); +} +elsif ($action eq 'delete') { + check_token_data($token, 'delete_field'); + my $name = $cgi->param('name'); + + # Validate fields. + $name || ThrowUserError('field_missing_name'); + # Custom field names must start with "cf_". + if ($name !~ /^cf_/) { + $name = 'cf_' . $name; + } + my $field = new Bugzilla::Field({'name' => $name}); + $field || ThrowUserError('customfield_nonexistent', {'name' => $name}); + + # Calling remove_from_db will check if field can be deleted. + # If the field cannot be deleted, it will throw an error. + $field->remove_from_db(); + + $vars->{'field'} = $field; + $vars->{'message'} = 'custom_field_deleted'; + + delete_token($token); + + $template->process('admin/custom_fields/list.html.tmpl', $vars) + || ThrowTemplateError($template->error()); +} else { ThrowUserError('no_valid_action', {'field' => 'custom_field'}); } diff --git a/editproducts.cgi b/editproducts.cgi index e69c99c1e..c7e7fe13c 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -26,6 +26,7 @@ # Frédéric Buclin <LpSolit@gmail.com> # Greg Hendricks <ghendricks@novell.com> # Lance Larsh <lance.larsh@oracle.com> +# Elliotte Martin <elliotte.martin@yahoo.com> use strict; use lib qw(. lib); @@ -69,28 +70,6 @@ $user->in_group('editcomponents') action => "edit", object => "products"}); -sub get_group_controls { - my $product = shift; - - my $group_controls = $product->group_controls; - # Convert Group Controls (membercontrol and othercontrol) from - # integer to string to display Membercontrol/Othercontrol names - # in the template. - my $constants = { - (CONTROLMAPNA) => 'NA', - (CONTROLMAPSHOWN) => 'Shown', - (CONTROLMAPDEFAULT) => 'Default', - (CONTROLMAPMANDATORY) => 'Mandatory'}; - - foreach my $group (keys %$group_controls) { - foreach my $control ('membercontrol', 'othercontrol') { - $group_controls->{$group}->{$control} = - $constants->{$group_controls->{$group}->{$control}}; - } - } - return $group_controls; -} - # # often used variables # @@ -361,7 +340,6 @@ if ($action eq 'new') { $vars->{'product'} = $product; $vars->{'classification'} = new Bugzilla::Classification($product->classification_id) if Bugzilla->params->{'useclassification'}; - $vars->{'group_controls'} = get_group_controls($product); $vars->{'token'} = issue_session_token('edit_product'); $template->process("admin/products/edit.html.tmpl", $vars) @@ -521,7 +499,6 @@ if ($action eq 'edit' || (!$action && $product_name)) { } $vars->{'classification'} = $classification; } - $vars->{'group_controls'} = get_group_controls($product); $vars->{'product'} = $product; $vars->{'token'} = issue_session_token('edit_product'); @@ -566,20 +543,28 @@ if ($action eq 'updategroupcontrols') { {'Slice' => {}}, $product->id); } +# +# return the mandatory groups which need to have bug entries added to the bug_group_map +# and the corresponding bug count +# my $mandatory_groups; if (@now_mandatory) { $mandatory_groups = $dbh->selectall_arrayref( - 'SELECT groups.name, COUNT(bugs.bug_id) AS count - FROM bugs - LEFT JOIN bug_group_map - ON bug_group_map.bug_id = bugs.bug_id - INNER JOIN groups - ON bug_group_map.group_id = groups.id - WHERE groups.id IN (' . join(', ', @now_mandatory) . ') - AND bugs.product_id = ? - AND bug_group_map.bug_id IS NULL ' . - $dbh->sql_group_by('groups.name'), + 'SELECT groups.name, + (SELECT COUNT(bugs.bug_id) + FROM bugs + WHERE bugs.product_id = ? + AND bugs.bug_id NOT IN + (SELECT bug_group_map.bug_id FROM bug_group_map + WHERE bug_group_map.group_id = groups.id)) + AS count + FROM groups + WHERE groups.id IN (' . join(', ', @now_mandatory) . ') + ORDER BY groups.name', {'Slice' => {}}, $product->id); + # remove zero counts + @$mandatory_groups = grep { $_->{count} } @$mandatory_groups; + } if (($na_groups && scalar(@$na_groups)) || ($mandatory_groups && scalar(@$mandatory_groups))) @@ -963,10 +948,7 @@ if ($action eq 'update') { my ($who, $id) = (@$vote); # If some votes are removed, RemoveVotes() returns a list # of messages to send to voters. - my $msgs = - RemoveVotes($id, $who, "The rules for voting on this product " . - "has changed;\nyou had too many votes " . - "for a single bug."); + my $msgs = RemoveVotes($id, $who, 'votes_too_many_per_bug'); foreach my $msg (@$msgs) { MessageToMTA($msg); } @@ -1015,11 +997,7 @@ if ($action eq 'update') { foreach my $bug_id (@$bug_ids) { # RemoveVotes() returns a list of messages to send # in case some voters had too many votes. - my $msgs = - RemoveVotes($bug_id, $who, "The rules for voting on this " . - "product has changed; you had " . - "too many\ntotal votes, so all " . - "votes have been removed."); + my $msgs = RemoveVotes($bug_id, $who, 'votes_too_many_per_user'); foreach my $msg (@$msgs) { MessageToMTA($msg); } diff --git a/editusers.cgi b/editusers.cgi index 6dda0e97a..11bd62bde 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -484,14 +484,14 @@ if ($action eq 'search') { foreach (@$buglist) { my ($bug_id, $attach_id) = @$_; - my @old_summaries = Bugzilla::Flag::snapshot($bug_id, $attach_id); + my @old_summaries = Bugzilla::Flag->snapshot($bug_id, $attach_id); if ($attach_id) { $sth_flagupdate_attachment->execute($bug_id, $attach_id, $otherUserID); } else { $sth_flagupdate_bug->execute($bug_id, $otherUserID); } - my @new_summaries = Bugzilla::Flag::snapshot($bug_id, $attach_id); + my @new_summaries = Bugzilla::Flag->snapshot($bug_id, $attach_id); # Let update_activity do all the dirty work, including setting # the bug timestamp. Bugzilla::Flag::update_activity($bug_id, $attach_id, $timestamp, diff --git a/email_in.pl b/email_in.pl index ca7a29735..81637ebc4 100644 --- a/email_in.pl +++ b/email_in.pl @@ -56,45 +56,6 @@ use Bugzilla::Util; # 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); @@ -145,6 +106,16 @@ sub parse_mail { if ($line =~ /^@(\S+)\s*=\s*(.*)\s*/) { $current_field = lc($1); + # It's illegal to pass the reporter field as you could + # override the "From:" field of the message and bypass + # authentication checks, such as PGP. + if ($current_field eq 'reporter') { + # We reset the $current_field variable to something + # post_bug and process_bug will ignore, in case the + # attacker splits the reporter field on several lines. + $current_field = 'illegal_field'; + next; + } $fields{$current_field} = $2; } else { @@ -180,15 +151,6 @@ sub post_bug { 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}); @@ -225,19 +187,9 @@ sub process_bug { $fields{'knob'} = 'duplicate'; } - # 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; - } + # Move @cc to @newcc as @cc is used by process_bug.cgi to remove + # users from the CC list when @removecc is set. + $fields{'newcc'} = delete $fields{'cc'} if $fields{'cc'}; # Make it possible to remove CCs. if ($fields{'removecc'}) { @@ -386,6 +338,11 @@ my $mail_text = join("", @mail_lines); my $mail_fields = parse_mail($mail_text); my $username = $mail_fields->{'reporter'}; +# If emailsuffix is in use, we have to remove it from the email address. +if (my $suffix = Bugzilla->params->{'emailsuffix'}) { + $username =~ s/\Q$suffix\E$//i; +} + my $user = Bugzilla::User->new({ name => $username }) || ThrowUserError('invalid_username', { name => $username }); @@ -510,9 +467,9 @@ 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 add CCs, you can specify them in a comma-separated list in C<@cc>. +For backward compatibility, C<@newcc> can also be used. If both are +present, C<@cc> takes precedence. To remove CCs, specify them as a comma-separated list in C<@removecc>. diff --git a/enter_bug.cgi b/enter_bug.cgi index cce5a431e..ee362e302 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -383,8 +383,7 @@ $vars->{'cloned_bug_id'} = $cloned_bug_id; $vars->{'token'} = issue_session_token('createbug:'); -my @enter_bug_fields = Bugzilla->get_fields({ custom => 1, obsolete => 0, - enter_bug => 1 }); +my @enter_bug_fields = grep { $_->enter_bug } Bugzilla->active_custom_fields; foreach my $field (@enter_bug_fields) { $vars->{$field->name} = formvalue($field->name); } diff --git a/extensions/CVS/Tag b/extensions/CVS/Tag index 0ca7715dc..683dfe0fa 100644 --- a/extensions/CVS/Tag +++ b/extensions/CVS/Tag @@ -1 +1 @@ -TBUGZILLA-3_1_3 +TBUGZILLA-3_1_4 diff --git a/extensions/example/CVS/Entries b/extensions/example/CVS/Entries index c283a82c1..f24a6a7a6 100644 --- a/extensions/example/CVS/Entries +++ b/extensions/example/CVS/Entries @@ -1,4 +1,4 @@ -/disabled/1.1/Fri Oct 19 07:58:49 2007//TBUGZILLA-3_1_3 -/version.pl/1.1/Fri Oct 19 08:07:30 2007//TBUGZILLA-3_1_3 +/disabled/1.1/Fri Oct 19 07:58:49 2007//TBUGZILLA-3_1_4 +/version.pl/1.1/Fri Oct 19 08:07:30 2007//TBUGZILLA-3_1_4 D/code//// D/lib//// diff --git a/extensions/example/CVS/Tag b/extensions/example/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/extensions/example/CVS/Tag +++ b/extensions/example/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/extensions/example/code/CVS/Entries b/extensions/example/code/CVS/Entries index b2c781da4..44a6e1c7c 100644 --- a/extensions/example/code/CVS/Entries +++ b/extensions/example/code/CVS/Entries @@ -1,2 +1,2 @@ -/webservice.pl/1.2/Fri Oct 19 08:01:51 2007//TBUGZILLA-3_1_3 +/webservice.pl/1.2/Fri Oct 19 08:01:51 2007//TBUGZILLA-3_1_4 D diff --git a/extensions/example/code/CVS/Tag b/extensions/example/code/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/extensions/example/code/CVS/Tag +++ b/extensions/example/code/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/extensions/example/lib/CVS/Entries b/extensions/example/lib/CVS/Entries index 60a3dba03..e91f02d70 100644 --- a/extensions/example/lib/CVS/Entries +++ b/extensions/example/lib/CVS/Entries @@ -1,2 +1,2 @@ -/WSExample.pm/1.2/Fri Oct 19 08:01:52 2007//TBUGZILLA-3_1_3 +/WSExample.pm/1.2/Fri Oct 19 08:01:52 2007//TBUGZILLA-3_1_4 D diff --git a/extensions/example/lib/CVS/Tag b/extensions/example/lib/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/extensions/example/lib/CVS/Tag +++ b/extensions/example/lib/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/images/CVS/Entries b/images/CVS/Entries index 16ecb7aaf..6397acfad 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-3_1_3 +/padlock.png/1.2/Thu Sep 23 18:08:31 2004/-kb/TBUGZILLA-3_1_4 D diff --git a/images/CVS/Tag b/images/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/images/CVS/Tag +++ b/images/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/importxml.pl b/importxml.pl index 80506971c..2644d3380 100755 --- a/importxml.pl +++ b/importxml.pl @@ -362,6 +362,7 @@ sub process_attachment() { $attachment{'isobsolete'} = $attach->{'att'}->{'isobsolete'} || 0; $attachment{'isprivate'} = $attach->{'att'}->{'isprivate'} || 0; $attachment{'filename'} = $attach->field('filename') || "file"; + $attachment{'attacher'} = $attach->field('attacher'); # Attachment data is not exported in versions 2.20 and older. if (defined $attach->first_child('data') && defined $attach->first_child('data')->{'att'}->{'encoding'}) { @@ -461,8 +462,13 @@ sub process_bug { foreach my $bugchild ( $bug->children() ) { Debug( "Parsing field: " . $bugchild->name, DEBUG_LEVEL ); if ( defined $all_fields{ $bugchild->name } ) { - $bug_fields{ $bugchild->name } = - join( " ", $bug->children_text( $bugchild->name ) ); + my @values = $bug->children_text($bugchild->name); + if (scalar @values > 1) { + $bug_fields{$bugchild->name} = \@values; + } + else { + $bug_fields{$bugchild->name} = $values[0]; + } } else { $err .= "Unknown bug field \"" . $bugchild->name . "\""; @@ -558,10 +564,12 @@ sub process_bug { $comments .= "This bug was previously known as _bug_ $bug_fields{'bug_id'} at "; $comments .= $urlbase . "show_bug.cgi?id=" . $bug_fields{'bug_id'} . "\n"; if ( defined $bug_fields{'dependson'} ) { - $comments .= "This bug depended on bug(s) $bug_fields{'dependson'}.\n"; + $comments .= "This bug depended on bug(s) " . + join(' ', @{$bug_fields{'dependson'}}) . ".\n"; } if ( defined $bug_fields{'blocked'} ) { - $comments .= "This bug blocked bug(s) $bug_fields{'blocked'}.\n"; + $comments .= "This bug blocked bug(s) " . + join(' ', @{$bug_fields{'blocked'}}) . ".\n"; } # Now we process each of the fields in turn and make sure they contain @@ -573,7 +581,7 @@ sub process_bug { # Each of these fields we will check for newlines and shove onto the array foreach my $field (qw(status_whiteboard bug_file_loc short_desc)) { - if (( defined $bug_fields{$field} ) && ( $bug_fields{$field} )) { + if ($bug_fields{$field}) { $bug_fields{$field} = clean_text( $bug_fields{$field} ); push( @query, $field ); push( @values, $bug_fields{$field} ); @@ -1027,21 +1035,47 @@ sub process_bug { push( @query, "bug_status" ); push( @values, $status ); - # Custom fields - foreach my $custom_field (Bugzilla->custom_field_names) { - next unless defined($bug_fields{$custom_field}); - my $field = new Bugzilla::Field({name => $custom_field}); + # Custom fields - Multi-select fields have their own table. + my %multi_select_fields; + foreach my $field (Bugzilla->active_custom_fields) { + my $custom_field = $field->name; + my $value = $bug_fields{$custom_field}; + next unless defined $value; if ($field->type == FIELD_TYPE_FREETEXT) { push(@query, $custom_field); - push(@values, clean_text($bug_fields{$custom_field})); + push(@values, clean_text($value)); + } elsif ($field->type == FIELD_TYPE_TEXTAREA) { + push(@query, $custom_field); + push(@values, $value); } elsif ($field->type == FIELD_TYPE_SINGLE_SELECT) { - my $is_well_formed = check_field($custom_field, scalar $bug_fields{$custom_field}, - undef, ERR_LEVEL); + my $is_well_formed = check_field($custom_field, $value, undef, ERR_LEVEL); if ($is_well_formed) { push(@query, $custom_field); - push(@values, $bug_fields{$custom_field}); + push(@values, $value); } else { - $err .= "Skipping illegal value \"$bug_fields{$custom_field}\" in $custom_field.\n" ; + $err .= "Skipping illegal value \"$value\" in $custom_field.\n" ; + } + } elsif ($field->type == FIELD_TYPE_MULTI_SELECT) { + my @legal_values; + foreach my $item (@$value) { + my $is_well_formed = check_field($custom_field, $item, undef, ERR_LEVEL); + if ($is_well_formed) { + push(@legal_values, $item); + } else { + $err .= "Skipping illegal value \"$item\" in $custom_field.\n" ; + } + } + if (scalar @legal_values) { + $multi_select_fields{$custom_field} = \@legal_values; + } + } elsif ($field->type == FIELD_TYPE_DATETIME) { + eval { $value = Bugzilla::Bug->_check_datetime_field($value); }; + if ($@) { + $err .= "Skipping illegal value \"$value\" in $custom_field.\n" ; + } + else { + push(@query, $custom_field); + push(@values, $value); } } else { $err .= "Type of custom field $custom_field is an unhandled FIELD_TYPE: " . @@ -1082,7 +1116,7 @@ sub process_bug { if ( defined $bug_fields{'cc'} ) { my %ccseen; my $sth_cc = $dbh->prepare("INSERT INTO cc (bug_id, who) VALUES (?,?)"); - foreach my $person ( split( /[\s,]+/, $bug_fields{'cc'} ) ) { + foreach my $person (@{$bug_fields{'cc'}}) { next unless $person; my $uid; if ($uid = login_to_id($person)) { @@ -1127,6 +1161,16 @@ sub process_bug { undef, $keywordstring, $id ) } + # Insert values of custom multi-select fields. They have already + # been validated. + foreach my $custom_field (keys %multi_select_fields) { + my $sth = $dbh->prepare("INSERT INTO bug_$custom_field + (bug_id, value) VALUES (?, ?)"); + foreach my $value (@{$multi_select_fields{$custom_field}}) { + $sth->execute($id, $value); + } + } + # Parse bug flags foreach my $bflag ( $bug->children('flag')) { next unless ( defined($bflag) ); @@ -1150,13 +1194,16 @@ sub process_bug { $err .= " Marking attachment public\n"; $att->{'isprivate'} = 0; } + + my $attacher_id = $att->{'attacher'} ? login_to_id($att->{'attacher'}) : undef; + $dbh->do("INSERT INTO attachments - (bug_id, creation_ts, filename, description, mimetype, - ispatch, isprivate, isobsolete, submitter_id) - VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)", - undef, $id, $att->{'date'}, $att->{'filename'}, + (bug_id, creation_ts, modification_time, filename, description, + mimetype, ispatch, isprivate, isobsolete, submitter_id) + VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", + undef, $id, $att->{'date'}, $att->{'date'}, $att->{'filename'}, $att->{'desc'}, $att->{'ctype'}, $att->{'ispatch'}, - $att->{'isprivate'}, $att->{'isobsolete'}, $exporterid); + $att->{'isprivate'}, $att->{'isobsolete'}, $attacher_id || $exporterid); my $att_id = $dbh->bz_last_key( 'attachments', 'attach_id' ); my $att_data = $att->{'data'}; my $sth = $dbh->prepare("INSERT INTO attach_data (id, thedata) @@ -1164,7 +1211,18 @@ sub process_bug { trick_taint($att_data); $sth->bind_param( 1, $att_data, $dbh->BLOB_TYPE ); $sth->execute(); + $comments .= "Imported an attachment (id=$att_id)\n"; + if (!$attacher_id) { + if ($att->{'attacher'}) { + $err .= "The original submitter of attachment $att_id was\n "; + $err .= $att->{'attacher'} . ", but he doesn't have an account here.\n"; + } + else { + $err .= "The original submitter of attachment $att_id is unknown.\n"; + } + $err .= " Reassigning to the person who moved it here: $exporter_login.\n"; + } # Process attachment flags foreach my $aflag (@{ $att->{'flags'} }) { @@ -1195,6 +1253,7 @@ sub process_bug { VALUES (?,?,?,?,?,?)", undef, $id, $exporterid, $timestamp, $worktime, $private, $long_description ); + Bugzilla::Bug->new($id)->_sync_fulltext(); # Add this bug to each group of which its product is a member. my $sth_group = $dbh->prepare("INSERT INTO bug_group_map (bug_id, group_id) diff --git a/js/CVS/Entries b/js/CVS/Entries index 9d3c6ed11..9086212ab 100644 --- a/js/CVS/Entries +++ b/js/CVS/Entries @@ -1,11 +1,11 @@ -/TUI.js/1.1/Tue Jul 12 12:32:16 2005//TBUGZILLA-3_1_3 -/attachment.js/1.3/Wed Mar 7 07:59:33 2007//TBUGZILLA-3_1_3 -/duplicates.js/1.2/Sun Jan 25 18:47:16 2004//TBUGZILLA-3_1_3 -/expanding-tree.js/1.2/Wed Feb 22 22:02:09 2006//TBUGZILLA-3_1_3 -/field.js/1.3/Sun Jan 27 19:21:11 2008//TBUGZILLA-3_1_3 -/help.js/1.1/Sun Apr 15 18:43:26 2007//TBUGZILLA-3_1_3 -/keyword-chooser.js/1.2/Thu Nov 29 02:20:26 2007//TBUGZILLA-3_1_3 -/params.js/1.1/Thu Aug 2 22:38:44 2007//TBUGZILLA-3_1_3 -/productform.js/1.3/Tue Apr 17 22:08:06 2007//TBUGZILLA-3_1_3 -/util.js/1.3/Thu Nov 29 02:20:26 2007//TBUGZILLA-3_1_3 +/TUI.js/1.1/Tue Jul 12 12:32:16 2005//TBUGZILLA-3_1_4 +/attachment.js/1.3/Wed Mar 7 07:59:33 2007//TBUGZILLA-3_1_4 +/duplicates.js/1.2/Sun Jan 25 18:47:16 2004//TBUGZILLA-3_1_4 +/expanding-tree.js/1.2/Wed Feb 22 22:02:09 2006//TBUGZILLA-3_1_4 +/field.js/1.7/Thu Apr 10 16:33:30 2008//TBUGZILLA-3_1_4 +/help.js/1.1/Sun Apr 15 18:43:26 2007//TBUGZILLA-3_1_4 +/keyword-chooser.js/1.3/Sun Mar 16 20:48:08 2008//TBUGZILLA-3_1_4 +/params.js/1.1/Thu Aug 2 22:38:44 2007//TBUGZILLA-3_1_4 +/productform.js/1.3/Tue Apr 17 22:08:06 2007//TBUGZILLA-3_1_4 +/util.js/1.3/Thu Nov 29 02:20:26 2007//TBUGZILLA-3_1_4 D/yui//// diff --git a/js/CVS/Tag b/js/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/js/CVS/Tag +++ b/js/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/js/field.js b/js/field.js index 164ce1c31..044c9b6ac 100644 --- a/js/field.js +++ b/js/field.js @@ -15,6 +15,7 @@ * Solved, Inc. All Rights Reserved. * * Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org> + * Guy Pyrzak <guy.pyrzak@gmail.com> */ /* This library assumes that the needed YUI libraries have been loaded @@ -140,9 +141,11 @@ function updateCalendarFromField(date_field) { function hideEditableField( container, input, action, field_id, original_value ) { YAHOO.util.Dom.setStyle(container, 'display', 'inline'); YAHOO.util.Dom.setStyle(input, 'display', 'none'); - YAHOO.util.Event.addListener(action, 'click', showEditableField, new Array(container, input) ); + YAHOO.util.Event.addListener(action, 'click', showEditableField, + new Array(container, input)); if(field_id != ""){ - YAHOO.util.Event.addListener(window, 'load', checkForChangedFieldValues, new Array(container, input, field_id, original_value )); + YAHOO.util.Event.addListener(window, 'load', checkForChangedFieldValues, + new Array(container, input, field_id, original_value)); } } @@ -176,18 +179,141 @@ function showEditableField (e, ContainerInputArray) { */ function checkForChangedFieldValues(e, ContainerInputArray ) { var el = document.getElementById(ContainerInputArray[2]); + var unhide = false; if ( el ) { - if ( el.value != ContainerInputArray[3] || ( el.value == "" && el.id != "alias") ) { - YAHOO.util.Dom.setStyle(ContainerInputArray[0], 'display', 'none'); - YAHOO.util.Dom.setStyle(ContainerInputArray[1], 'display', 'inline'); - } + if ( el.value != ContainerInputArray[3] || + ( el.value == "" && el.id != "alias") ) { + unhide = true; + } + else { + var set_default = document.getElementById("set_default_" + + ContainerInputArray[2]); + if ( set_default ) { + if(set_default.checked){ + unhide = true; + } + } + } + } + if(unhide){ + YAHOO.util.Dom.setStyle(ContainerInputArray[0], 'display', 'none'); + YAHOO.util.Dom.setStyle(ContainerInputArray[1], 'display', 'inline'); + } + +} + +function hideAliasAndSummary(short_desc_value, alias_value) { + // check the short desc field + hideEditableField( 'summary_alias_container','summary_alias_input', + 'editme_action','short_desc', short_desc_value); + // check that the alias hasn't changed + bz_alias_check_array = new Array('summary_alias_container', + 'summary_alias_input', 'alias', alias_value); + YAHOO.util.Event.addListener( window, 'load', checkForChangedFieldValues, + bz_alias_check_array); +} + +function showPeopleOnChange( field_id_list ) { + for(var i = 0; i < field_id_list.length; i++) { + YAHOO.util.Event.addListener( field_id_list[i],'change', showEditableField, + new Array('bz_qa_contact_edit_container', + 'bz_qa_contact_input')); + YAHOO.util.Event.addListener( field_id_list[i],'change',showEditableField, + new Array('bz_assignee_edit_container', + 'bz_assignee_input')); + } +} + +function assignToDefaultOnChange(field_id_list) { + showPeopleOnChange( field_id_list ); + for(var i = 0; i < field_id_list.length; i++) { + YAHOO.util.Event.addListener( field_id_list[i],'change', setDefaultCheckbox, + 'set_default_assignee'); + YAHOO.util.Event.addListener( field_id_list[i],'change',setDefaultCheckbox, + 'set_default_qa_contact'); + } +} + +function initDefaultCheckbox(field_id){ + YAHOO.util.Event.addListener( 'set_default_' + field_id,'change', boldOnChange, + 'set_default_' + field_id); + YAHOO.util.Event.addListener( window,'load', checkForChangedFieldValues, + new Array( 'bz_' + field_id + '_edit_container', + 'bz_' + field_id + '_input', + 'set_default_' + field_id ,'1')); + + YAHOO.util.Event.addListener( window, 'load', boldOnChange, + 'set_default_' + field_id ); +} + +function showHideStatusItems(e, dupArrayInfo) { + var el = document.getElementById('bug_status'); + // finish doing stuff based on the selection. + if ( el ) { + showDuplicateItem(el); + YAHOO.util.Dom.setStyle('resolution_settings', 'display', 'none'); + if (document.getElementById('resolution_settings_warning')) { + YAHOO.util.Dom.setStyle('resolution_settings_warning', 'display', 'none'); + } + YAHOO.util.Dom.setStyle('duplicate_display', 'display', 'none'); + + if ( el.value == dupArrayInfo[1] && dupArrayInfo[0] == "is_duplicate" ) { + YAHOO.util.Dom.setStyle('resolution_settings', 'display', 'inline'); + YAHOO.util.Dom.setStyle('resolution_settings_warning', 'display', 'block'); + } + else if (close_status_array.indexOf(el.value) > -1) { + // hide duplicate and show resolution + YAHOO.util.Dom.setStyle('resolution_settings', 'display', 'inline'); + YAHOO.util.Dom.setStyle('resolution_settings_warning', 'display', 'block'); + } + } +} + +function showDuplicateItem(e) { + var resolution = document.getElementById('resolution'); + var bug_status = document.getElementById('bug_status'); + if (resolution) { + if (resolution.value == 'DUPLICATE' && close_status_array.indexOf(bug_status.value) > -1 ) { + // hide resolution show duplicate + YAHOO.util.Dom.setStyle('duplicate_settings', 'display', 'inline'); + YAHOO.util.Dom.setStyle('dup_id_discoverable', 'display', 'none'); + } + else { + YAHOO.util.Dom.setStyle('duplicate_settings', 'display', 'none'); + YAHOO.util.Dom.setStyle('dup_id_discoverable', 'display', 'block'); + } } + YAHOO.util.Event.preventDefault(e); //prevents the hyperlink from going to the url in the href. } -function hideAliasAndSummary(short_desc_value, alias_value){ - // check the short desc field - hideEditableField( 'summary_alias_container', 'summary_alias_input', 'editme_action', 'short_desc', short_desc_value); - // check that the alias hasn't changed - bz_alias_check_array = new Array('summary_alias_container', 'summary_alias_input', 'alias', alias_value ) - YAHOO.util.Event.addListener( window, 'load', checkForChangedFieldValues, bz_alias_check_array); +function setResolutionToDuplicate(e, duplicate_or_move_bug_status) { + var status = document.getElementById('bug_status'); + var resolution = document.getElementById('resolution'); + YAHOO.util.Dom.setStyle('dup_id_discoverable', 'display', 'none'); + status.value = duplicate_or_move_bug_status; + resolution.value = "DUPLICATE"; + showHideStatusItems("", ["",""]); + YAHOO.util.Event.preventDefault(e); +} + +function setDefaultCheckbox(e, field_id ) { + var el = document.getElementById(field_id); + var elLabel = document.getElementById(field_id + "_label"); + if( el && elLabel ) { + el.checked = "true"; + YAHOO.util.Dom.setStyle(elLabel, 'font-weight', 'bold'); + } +} + +function boldOnChange(e, field_id){ + var el = document.getElementById(field_id); + var elLabel = document.getElementById(field_id + "_label"); + if( el && elLabel ) { + if( el.checked ){ + YAHOO.util.Dom.setStyle(elLabel, 'font-weight', 'bold'); + } + else{ + YAHOO.util.Dom.setStyle(elLabel, 'font-weight', 'normal'); + } + } } diff --git a/js/keyword-chooser.js b/js/keyword-chooser.js index 3bbf1bee2..9440e5886 100644 --- a/js/keyword-chooser.js +++ b/js/keyword-chooser.js @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with @@ -20,18 +20,6 @@ * Contributor(s): * Christopher A. Aillon <christopher@aillon.com> (Original Author) * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * * ***** END LICENSE BLOCK ***** */ function KeywordChooser(aParent, aChooser, aAvail, aChosen, aValidKeywords) diff --git a/js/yui/CVS/Entries b/js/yui/CVS/Entries index 266a9ddea..e75f28b08 100644 --- a/js/yui/CVS/Entries +++ b/js/yui/CVS/Entries @@ -1,3 +1,3 @@ -/calendar.js/1.1/Thu Nov 29 02:20:27 2007//TBUGZILLA-3_1_3 -/yahoo-dom-event.js/1.1/Thu Nov 29 02:20:27 2007//TBUGZILLA-3_1_3 +/calendar.js/1.1/Thu Nov 29 02:20:27 2007//TBUGZILLA-3_1_4 +/yahoo-dom-event.js/1.1/Thu Nov 29 02:20:27 2007//TBUGZILLA-3_1_4 D diff --git a/js/yui/CVS/Tag b/js/yui/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/js/yui/CVS/Tag +++ b/js/yui/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/lib/CVS/Entries b/lib/CVS/Entries index 577e12713..3380d6d2d 100644 --- a/lib/CVS/Entries +++ b/lib/CVS/Entries @@ -1,2 +1,2 @@ -/README/1.1/Fri Oct 19 06:46:19 2007//TBUGZILLA-3_1_3 +/README/1.1/Fri Oct 19 06:46:19 2007//TBUGZILLA-3_1_4 D diff --git a/lib/CVS/Tag b/lib/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/lib/CVS/Tag +++ b/lib/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/post_bug.cgi b/post_bug.cgi index 0f23e7d98..957e7b75f 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -36,6 +36,7 @@ use Bugzilla::Error; use Bugzilla::Bug; use Bugzilla::User; use Bugzilla::Field; +use Bugzilla::Hook; use Bugzilla::Product; use Bugzilla::Component; use Bugzilla::Keyword; @@ -123,8 +124,8 @@ $template->process($format->{'template'}, $vars, \$comment) || ThrowTemplateError($template->error()); # Include custom fields editable on bug creation. -my @custom_bug_fields = grep {$_->type != FIELD_TYPE_MULTI_SELECT} - Bugzilla->get_fields({ custom => 1, obsolete => 0, enter_bug => 1 }); +my @custom_bug_fields = grep {$_->type != FIELD_TYPE_MULTI_SELECT && $_->enter_bug} + Bugzilla->active_custom_fields; # Undefined custom fields are ignored to ensure they will get their default # value (e.g. "---" for custom single select fields). @@ -166,9 +167,9 @@ $bug_params{'cc'} = [$cgi->param('cc')]; $bug_params{'groups'} = \@selected_groups; $bug_params{'comment'} = $comment; -my @multi_selects = Bugzilla->get_fields( - { type => FIELD_TYPE_MULTI_SELECT, custom => 1, obsolete => 0, - enter_bug => 1 }); +my @multi_selects = grep {$_->type == FIELD_TYPE_MULTI_SELECT && $_->enter_bug} + Bugzilla->active_custom_fields; + foreach my $field (@multi_selects) { $bug_params{$field->name} = [$cgi->param($field->name)]; } @@ -229,8 +230,8 @@ if (defined($cgi->upload('data')) || $cgi->param('attachurl')) { my $error_mode_cache = Bugzilla->error_mode; Bugzilla->error_mode(ERROR_MODE_DIE); eval { - Bugzilla::Flag::validate($cgi, $id, undef, SKIP_REQUESTEE_ON_ERROR); - Bugzilla::Flag::process($bug, undef, $timestamp, $cgi, $vars); + Bugzilla::Flag::validate($id, undef, SKIP_REQUESTEE_ON_ERROR); + Bugzilla::Flag->process($bug, undef, $timestamp, $vars); }; Bugzilla->error_mode($error_mode_cache); if ($@) { @@ -244,6 +245,8 @@ $vars->{'mailrecipients'} = {'changer' => $user->login}; $vars->{'id'} = $id; $vars->{'bug'} = $bug; +Bugzilla::Hook::process("post_bug-after_creation", { vars => $vars }); + ThrowCodeError("bug_error", { bug => $bug }) if $bug->error; $vars->{'sentmail'} = []; diff --git a/process_bug.cgi b/process_bug.cgi index 8eb7aaf33..cf24c96c9 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -89,8 +89,7 @@ sub send_results { $vars->{'header_done'} = 1; } -# Tells us whether or not a field should be changed by process_bug, by -# checking that it's defined and not set to dontchange. +# Tells us whether or not a field should be changed by process_bug. sub should_set { # check_defined is used for fields where there's another field # whose name starts with "defined_" and then the field name--it's used @@ -141,8 +140,11 @@ my $first_bug = $bug_objects[0]; # Used when we're only updating a single bug. if (defined $cgi->param('dontchange')) { foreach my $name ($cgi->param) { next if $name eq 'dontchange'; # But don't delete dontchange itself! + # Skip ones we've already deleted (such as "defined_$name"). + next if !defined $cgi->param($name); if ($cgi->param($name) eq $cgi->param('dontchange')) { $cgi->delete($name); + $cgi->delete("defined_$name"); } } } @@ -162,7 +164,7 @@ if (defined $cgi->param('dontchange')) { # Validate flags in all cases. validate() should not detect any # reference to flags if $cgi->param('id') is undefined. -Bugzilla::Flag::validate($cgi, $cgi->param('id')); +Bugzilla::Flag::validate($cgi->param('id')); ###################################################################### # End Data/Security Validation @@ -201,11 +203,35 @@ $vars->{'title_tag'} = "bug_processed"; # Set up the vars for navigational <link> elements my @bug_list; -if ($cgi->cookie("BUGLIST") && defined $cgi->param('id')) { +if ($cgi->cookie("BUGLIST")) { @bug_list = split(/:/, $cgi->cookie("BUGLIST")); $vars->{'bug_list'} = \@bug_list; } +my ($action, $next_bug); +if (defined $cgi->param('id')) { + $action = Bugzilla->user->settings->{'post_bug_submit_action'}->{'value'}; + + if ($action eq 'next_bug') { + my $cur = lsearch(\@bug_list, $cgi->param('id')); + if ($cur >= 0 && $cur < $#bug_list) { + $next_bug = $bug_list[$cur + 1]; + # No need to check whether the user can see the bug or not. + # All we want is its ID. An error will be thrown later + # if the user cannot see it. + $vars->{'bug'} = {bug_id => $next_bug}; + } + } + # Include both action = 'same_bug' and 'nothing'. + else { + $vars->{'bug'} = {bug_id => $cgi->param('id')}; + } +} +else { + # param('id') is not defined when changing multiple bugs at once. + $action = 'nothing'; +} + # For each bug, we have to check if the user can edit the bug the product # is currently in, before we allow them to change anything. foreach my $bug (@bug_objects) { @@ -281,7 +307,7 @@ my @set_fields = qw(op_sys rep_platform priority bug_severity deadline remaining_time estimated_time); push(@set_fields, 'assigned_to') if !$cgi->param('set_default_assignee'); push(@set_fields, 'qa_contact') if !$cgi->param('set_default_qa_contact'); -my @custom_fields = Bugzilla->get_fields({custom => 1, obsolete => 0}); +my @custom_fields = Bugzilla->active_custom_fields; my %methods = ( bug_severity => 'set_severity', @@ -402,22 +428,15 @@ if ($move_action eq Bugzilla->params->{'move-button-text'}) { # First update all moved bugs. foreach my $bug (@bug_objects) { - $bug->add_comment(scalar $cgi->param('comment'), - { type => CMT_MOVED_TO, extra_data => $user->login }); + $bug->add_comment('', { type => CMT_MOVED_TO, extra_data => $user->login }); } # Don't export the new status and resolution. We want the current ones. local $Storable::forgive_me = 1; my $bugs = dclone(\@bug_objects); + + my $new_status = Bugzilla->params->{'duplicate_or_move_bug_status'}; foreach my $bug (@bug_objects) { - my ($status, $resolution) = $bug->get_new_status_and_resolution('move'); - $bug->set_status($status); - # We don't use set_resolution here because the MOVED resolution is - # special and is normally rejected by set_resolution. - $bug->{resolution} = $resolution; - # That means that we need to clear dups manually. Eventually this - # bug-moving code will all be inside Bugzilla::Bug, so it's OK - # to call an internal function here. - $bug->_clear_dup_id; + $bug->set_status($new_status, {resolution => 'MOVED', moving => 1}); } $_->update() foreach @bug_objects; $dbh->bz_commit_transaction(); @@ -476,23 +495,19 @@ if (!$cgi->param('id') && $cgi->param('dup_id')) { # down here, because the validity of status changes depends on other fields, # such as Target Milestone. foreach my $b (@bug_objects) { - if (should_set('knob')) { - # First, get the correct resolution <select>, in case there is more - # than one open -> closed transition allowed. Allow to fallback to - # 'resolution' (useful when called from email_in.pl). - my $knob = $cgi->param('knob'); - my $status = new Bugzilla::Status({name => $knob}); - my $resolution; - if ($status) { - $resolution = $cgi->param('resolution_knob_' . $status->id) - || $cgi->param('resolution'); - } - else { - $resolution = $cgi->param('resolution_knob_change_resolution'); - } - - # Translate the knob values into new status and resolution values. - $b->process_knob($knob, $resolution, scalar $cgi->param('dup_id')); + if (should_set('bug_status')) { + $b->set_status( + scalar $cgi->param('bug_status'), + {resolution => scalar $cgi->param('resolution'), + dupe_of => scalar $cgi->param('dup_id')} + ); + } + elsif (should_set('resolution')) { + $b->set_resolution(scalar $cgi->param('resolution'), + {dupe_of => scalar $cgi->param('dup_id')}); + } + elsif (should_set('dup_id')) { + $b->set_dup_id(scalar $cgi->param('dup_id')); } } @@ -523,19 +538,17 @@ foreach my $bug (@bug_objects) { } } - $bug->update_keywords($timestamp); - - my ($cc_removed) = $bug->update_cc($timestamp); - $cc_removed = [map {$_->login} @$cc_removed]; - - my ($dep_changes) = $bug->update_dependencies($timestamp); - - # Convert the "changes" hash into a list of all the bug ids, then - # convert that into a hash to eliminate duplicates. ("map {@$_}" collapses - # an array of arrays.) - my @all_changed_deps = map { @$_ } @{$dep_changes->{'dependson'}}; - push(@all_changed_deps, map { @$_ } @{$dep_changes->{'blocked'}}); - my %changed_deps = map { $_ => 1 } @all_changed_deps; + # To get a list of all changed dependencies, convert the "changes" arrays + # into a long string, then collapse that string into unique numbers in + # a hash. + my $all_changed_deps = join(', ', @{ $changes->{'dependson'} || [] }); + $all_changed_deps = join(', ', @{ $changes->{'blocked'} || [] }, + $all_changed_deps); + my %changed_deps = map { $_ => 1 } split(', ', $all_changed_deps); + # When clearning one field (say, blocks) and filling in the other + # (say, dependson), an empty string can get into the hash and cause + # an error later. + delete $changed_deps{''}; # $msgs will store emails which have to be sent to voters, if any. my $msgs; @@ -543,14 +556,12 @@ foreach my $bug (@bug_objects) { # If some votes have been removed, RemoveVotes() returns # a list of messages to send to voters. # We delay the sending of these messages till tables are unlocked. - $msgs = RemoveVotes($bug->id, 0, - "This bug has been moved to a different product"); - + $msgs = RemoveVotes($bug->id, 0, 'votes_bug_moved'); CheckIfVotedConfirmed($bug->id, Bugzilla->user->id); } # Set and update flags. - Bugzilla::Flag::process($bug, undef, $timestamp, $cgi, $vars); + Bugzilla::Flag->process($bug, undef, $timestamp, $vars); $dbh->bz_commit_transaction(); @@ -563,10 +574,11 @@ foreach my $bug (@bug_objects) { MessageToMTA($msg); } - my $old_qa = $changes->{'qa_contact'} ? $changes->{'qa_contact'}->[0] : ''; - my $old_own = $changes->{'assigned_to'} ? $changes->{'assigned_to'}->[0] : ''; + my $old_qa = $changes->{'qa_contact'} ? $changes->{'qa_contact'}->[0] : ''; + my $old_own = $changes->{'assigned_to'} ? $changes->{'assigned_to'}->[0] : ''; + my $old_cc = $changes->{cc} ? $changes->{cc}->[0] : ''; $vars->{'mailrecipients'} = { - cc => $cc_removed, + cc => [split(/[\s,]+/, $old_cc)], owner => $old_own, qacontact => $old_qa, changer => Bugzilla->user->login }; @@ -613,23 +625,10 @@ eval { $vars->{'patchviewerinstalled'} = 1; }; -my $action; -if (defined $cgi->param('id')) { - $action = Bugzilla->user->settings->{'post_bug_submit_action'}->{'value'}; -} else { - # param('id') is not defined when changing multiple bugs - $action = 'nothing'; -} - 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) { - $next_bug = $bug_list[$cur + 1]; - } if ($next_bug) { if (detaint_natural($next_bug) && Bugzilla->user->can_see_bug($next_bug)) { my $bug = new Bugzilla::Bug($next_bug); @@ -662,9 +661,6 @@ elsif ($action eq 'next_bug') { # End the response page. unless (Bugzilla->usage_mode == USAGE_MODE_EMAIL) { - # The user pref is 'Do nothing', so all we need is the current bug ID. - $vars->{'bug'} = {bug_id => scalar $cgi->param('id')}; - $template->process("bug/navigate.html.tmpl", $vars) || ThrowTemplateError($template->error()); $template->process("global/footer.html.tmpl", $vars) diff --git a/query.cgi b/query.cgi index 622c1588c..5998c31ab 100755 --- a/query.cgi +++ b/query.cgi @@ -129,6 +129,7 @@ sub PrefillForm { "bug_file_loc_type", "status_whiteboard", "status_whiteboard_type", "bug_id", "bugidtype", "keywords", "keywords_type", + "deadlinefrom", "deadlineto", "x_axis_field", "y_axis_field", "z_axis_field", "chart_format", "cumulate", "x_labels_vertical", "category", "subcategory", "name", "newcategory", @@ -188,6 +189,7 @@ if (!scalar(@{$default{'chfieldto'}}) || $default{'chfieldto'}->[0] eq "") { # don't have access to. Remove them from the list. my @selectable_products = sort {lc($a->name) cmp lc($b->name)} @{$user->get_selectable_products}; +Bugzilla::Product::preload(\@selectable_products); # Create the component, version and milestone lists. my %components; @@ -260,8 +262,6 @@ $vars->{'bug_severity'} = get_legal_field_values('bug_severity'); # Boolean charts my @fields = Bugzilla->get_fields({ obsolete => 0 }); -# Multi-selects aren't searchable, currently. -@fields = grep($_->type != FIELD_TYPE_MULTI_SELECT, @fields); # If we're not in the time-tracking group, exclude time-tracking fields. if (!Bugzilla->user->in_group(Bugzilla->params->{'timetrackinggroup'})) { diff --git a/relogin.cgi b/relogin.cgi index e2182699a..9d30d7c11 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -158,11 +158,11 @@ elsif ($action eq 'begin-sudo') { # Go ahead and send out the message now my $message; - $template->process('email/sudo.txt.tmpl', - { reason => $reason }, - \$message); + my $mail_template = Bugzilla->template_inner($target_user->settings->{'lang'}->{'value'}); + $mail_template->process('email/sudo.txt.tmpl', { reason => $reason }, \$message); + Bugzilla->template_inner(""); MessageToMTA($message); - + $vars->{'message'} = 'sudo_started'; $vars->{'target'} = $target_user->login; $target = 'global/message.html.tmpl'; diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 57dca0c31..1332f75ed 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -69,7 +69,15 @@ my $user = Bugzilla->login(LOGIN_REQUIRED); my $cgi = Bugzilla->cgi; my $dbh = Bugzilla->dbh; -my $template = Bugzilla->template; +# If the result of the sanity check is sent per email, then we have to +# take the user prefs into account rather than querying the web browser. +my $template; +if (Bugzilla->usage_mode == USAGE_MODE_CMDLINE) { + $template = Bugzilla->template_inner($user->settings->{'lang'}->{'value'}); +} +else { + $template = Bugzilla->template; +} my $vars = {}; print $cgi->header() unless Bugzilla->usage_mode == USAGE_MODE_CMDLINE; @@ -393,7 +401,9 @@ CrossCheck("fielddefs", "id", ['profiles_activity', 'fieldid']); CrossCheck("flagtypes", "id", - ["flags", "type_id"]); + ["flags", "type_id"], + ["flagexclusions", "type_id"], + ["flaginclusions", "type_id"]); CrossCheck("bugs", "bug_id", ["bugs_activity", "bug_id"], @@ -416,7 +426,9 @@ CrossCheck("groups", "id", ["group_group_map", "member_id"], ["group_control_map", "group_id"], ["namedquery_group_map", "group_id"], - ["user_group_map", "group_id"]); + ["user_group_map", "group_id"], + ["flagtypes", "grant_group_id"], + ["flagtypes", "request_group_id"]); CrossCheck("namedqueries", "id", ["namedqueries_link_in_footer", "namedquery_id"], @@ -462,7 +474,9 @@ CrossCheck("products", "id", ["flagexclusions", "product_id", "type_id"]); CrossCheck("components", "id", - ["component_cc", "component_id"]); + ["component_cc", "component_id"], + ["flagexclusions", "component_id", "type_id"], + ["flaginclusions", "component_id", "type_id"]); # Check the former enum types -mkanat@bugzilla.org CrossCheck("bug_status", "value", @@ -487,14 +501,17 @@ CrossCheck('series', 'series_id', ['series_data', 'series_id']); CrossCheck('series_categories', 'id', - ['series', 'category']); + ['series', 'category'], + ["category_group_map", "category_id"], + ["series", "subcategory"]); CrossCheck('whine_events', 'id', ['whine_queries', 'eventid'], ['whine_schedules', 'eventid']); CrossCheck('attachments', 'attach_id', - ['attach_data', 'id']); + ['attach_data', 'id'], + ['bugs_activity', 'attach_id']); CrossCheck('bug_status', 'id', ['status_workflow', 'old_status'], diff --git a/show_bug.cgi b/show_bug.cgi index 4e3aac982..782293af5 100755 --- a/show_bug.cgi +++ b/show_bug.cgi @@ -100,7 +100,7 @@ $vars->{'marks'} = \%marks; $vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)]; $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count(); -my @bugids = map {$_->bug_id} @bugs; +my @bugids = map {$_->bug_id} grep {!$_->error} @bugs; $vars->{'bugids'} = join(", ", @bugids); # Next bug in list (if there is one) diff --git a/skins/CVS/Entries b/skins/CVS/Entries index a83af6af4..38cbeeeb0 100644 --- a/skins/CVS/Entries +++ b/skins/CVS/Entries @@ -1,3 +1,3 @@ -/.cvsignore/1.2/Tue Aug 14 21:54:35 2007//TBUGZILLA-3_1_3 +/.cvsignore/1.2/Tue Aug 14 21:54:35 2007//TBUGZILLA-3_1_4 D/contrib//// D/standard//// diff --git a/skins/CVS/Tag b/skins/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/skins/CVS/Tag +++ b/skins/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/skins/contrib/CVS/Tag b/skins/contrib/CVS/Tag index 0ca7715dc..683dfe0fa 100644 --- a/skins/contrib/CVS/Tag +++ b/skins/contrib/CVS/Tag @@ -1 +1 @@ -TBUGZILLA-3_1_3 +TBUGZILLA-3_1_4 diff --git a/skins/contrib/Dusk/CVS/Entries b/skins/contrib/Dusk/CVS/Entries index 884f054a0..6314b443b 100644 --- a/skins/contrib/Dusk/CVS/Entries +++ b/skins/contrib/Dusk/CVS/Entries @@ -1,4 +1,4 @@ -/.cvsignore/1.3/Sun Jan 27 19:21:12 2008//TBUGZILLA-3_1_3 -/buglist.css/1.1/Tue Aug 14 21:54:35 2007//TBUGZILLA-3_1_3 -/global.css/1.2/Sun Sep 9 22:41:09 2007//TBUGZILLA-3_1_3 +/.cvsignore/1.3/Sun Jan 27 19:21:12 2008//TBUGZILLA-3_1_4 +/buglist.css/1.1/Tue Aug 14 21:54:35 2007//TBUGZILLA-3_1_4 +/global.css/1.3/Thu Apr 10 16:33:37 2008//TBUGZILLA-3_1_4 D diff --git a/skins/contrib/Dusk/CVS/Tag b/skins/contrib/Dusk/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/skins/contrib/Dusk/CVS/Tag +++ b/skins/contrib/Dusk/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index e13743a19..179d8f790 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -123,18 +123,7 @@ hr { border-top: 1px solid #c8c8ba; } -/* knob */ - -#knob { - background-color: #e6e6d8; - border: 1px solid #c8c8ba; - padding: 5px; - text-align: left; -} - -#knob a { - color: #646456; -} +/* knob-buttons */ #knob-buttons { margin-top: 10px; diff --git a/skins/standard/CVS/Entries b/skins/standard/CVS/Entries index bda9b5d6a..c36eaf8ad 100644 --- a/skins/standard/CVS/Entries +++ b/skins/standard/CVS/Entries @@ -1,20 +1,20 @@ -/IE-fixes.css/1.1/Tue Oct 17 19:58:34 2006//TBUGZILLA-3_1_3 -/admin.css/1.6/Thu May 17 15:10:53 2007//TBUGZILLA-3_1_3 -/buglist.css/1.11/Wed Nov 15 10:44:15 2006//TBUGZILLA-3_1_3 -/create_attachment.css/1.1/Sat Jun 17 23:24:35 2006//TBUGZILLA-3_1_3 -/dependency-tree.css/1.3/Sat Jan 6 19:48:10 2007//TBUGZILLA-3_1_3 -/duplicates.css/1.2/Fri Nov 15 22:04:04 2002//TBUGZILLA-3_1_3 -/editusers.css/1.3/Sun May 13 18:58:26 2007//TBUGZILLA-3_1_3 -/global.css/1.43/Sun Jan 27 19:21:12 2008//TBUGZILLA-3_1_3 -/help.css/1.1/Sun Apr 15 18:43:26 2007//TBUGZILLA-3_1_3 -/index.css/1.8/Sun Mar 25 02:10:20 2007//TBUGZILLA-3_1_3 -/panel.css/1.1/Wed Dec 12 22:41:11 2001//TBUGZILLA-3_1_3 -/params.css/1.4/Thu Aug 2 22:38:45 2007//TBUGZILLA-3_1_3 -/release-notes.css/1.1/Thu Feb 22 18:41:29 2007//TBUGZILLA-3_1_3 -/show_bug.css/1.4/Sun Jan 27 19:21:12 2008//TBUGZILLA-3_1_3 -/show_multiple.css/1.4/Sun Jun 18 23:11:59 2006//TBUGZILLA-3_1_3 -/summarize-time.css/1.1/Mon Feb 28 17:52:57 2005//TBUGZILLA-3_1_3 -/voting.css/1.1/Tue Feb 8 15:49:57 2005//TBUGZILLA-3_1_3 +/IE-fixes.css/1.2/Fri Feb 8 23:18:59 2008//TBUGZILLA-3_1_4 +/admin.css/1.6/Thu May 17 15:10:53 2007//TBUGZILLA-3_1_4 +/buglist.css/1.12/Thu Apr 10 16:33:45 2008//TBUGZILLA-3_1_4 +/create_attachment.css/1.1/Sat Jun 17 23:24:35 2006//TBUGZILLA-3_1_4 +/dependency-tree.css/1.3/Sat Jan 6 19:48:10 2007//TBUGZILLA-3_1_4 +/duplicates.css/1.2/Fri Nov 15 22:04:04 2002//TBUGZILLA-3_1_4 +/editusers.css/1.3/Sun May 13 18:58:26 2007//TBUGZILLA-3_1_4 +/global.css/1.47/Wed Mar 19 23:41:00 2008//TBUGZILLA-3_1_4 +/help.css/1.1/Sun Apr 15 18:43:26 2007//TBUGZILLA-3_1_4 +/index.css/1.8/Sun Mar 25 02:10:20 2007//TBUGZILLA-3_1_4 +/panel.css/1.1/Wed Dec 12 22:41:11 2001//TBUGZILLA-3_1_4 +/params.css/1.4/Thu Aug 2 22:38:45 2007//TBUGZILLA-3_1_4 +/release-notes.css/1.1/Thu Feb 22 18:41:29 2007//TBUGZILLA-3_1_4 +/show_bug.css/1.6/Thu Apr 10 16:33:45 2008//TBUGZILLA-3_1_4 +/show_multiple.css/1.4/Sun Jun 18 23:11:59 2006//TBUGZILLA-3_1_4 +/summarize-time.css/1.1/Mon Feb 28 17:52:57 2005//TBUGZILLA-3_1_4 +/voting.css/1.1/Tue Feb 8 15:49:57 2005//TBUGZILLA-3_1_4 D/dependency-tree//// D/global//// D/index//// diff --git a/skins/standard/CVS/Tag b/skins/standard/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/skins/standard/CVS/Tag +++ b/skins/standard/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/skins/standard/IE-fixes.css b/skins/standard/IE-fixes.css index b0f34141d..bfd525ba2 100755 --- a/skins/standard/IE-fixes.css +++ b/skins/standard/IE-fixes.css @@ -13,6 +13,11 @@ * Contributor(s): Marc Schumann <wurblzap@gmail.com> */ +.bz_comment_text, .uneditable_textarea { + white-space: pre; + word-wrap: break-word; +} + #footer #useful-links li { padding-bottom: 0.8ex; } diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index dc3db0e10..71206fcbd 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -60,3 +60,7 @@ tr.bz_secure_mode_implied td.first-child { tr.bz_secure_mode_manual td.first-child { } + +#commit, #action { + margin-top: .25em; +} diff --git a/skins/standard/dependency-tree/CVS/Entries b/skins/standard/dependency-tree/CVS/Entries index cfa00cfab..143c00092 100644 --- a/skins/standard/dependency-tree/CVS/Entries +++ b/skins/standard/dependency-tree/CVS/Entries @@ -1,5 +1,5 @@ -/bug-item.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-3_1_3 -/tree-closed.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-3_1_3 -/tree-open.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-3_1_3 -/tree.png/1.1/Tue May 23 00:31:35 2006/-kb/TBUGZILLA-3_1_3 +/bug-item.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-3_1_4 +/tree-closed.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-3_1_4 +/tree-open.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-3_1_4 +/tree.png/1.1/Tue May 23 00:31:35 2006/-kb/TBUGZILLA-3_1_4 D diff --git a/skins/standard/dependency-tree/CVS/Tag b/skins/standard/dependency-tree/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/skins/standard/dependency-tree/CVS/Tag +++ b/skins/standard/dependency-tree/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/skins/standard/global.css b/skins/standard/global.css index 9d87927c7..a2d99a672 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -243,6 +243,22 @@ div#docslinks { margin-bottom: 2em; } +/* The rules for these classes make international text wrap correctly, + even for languages like Japanese that have no spaces. */ +.bz_comment_text, .uneditable_textarea { + font-family: monospace; + /* Note that these must all be on separate lines or they stop + working in Konqueror. */ + white-space: pre-wrap; /* CSS 3 & 2.1 */ + white-space: -moz-pre-wrap; /* Gecko */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ +} + +.bz_comment_text { + width: 50em; +} + .bz_first_comment { } @@ -257,6 +273,8 @@ div#docslinks { span.quote { color: #65379c; + /* Make quoted text not wrap. */ + white-space: pre; } table#flags th, @@ -287,19 +305,23 @@ dl dl > dt { border-top: none; } -/* Style of the attachment table */ +#admin_table th { + white-space: normal !important; +} + +/* Style of the attachment table and time tracking table */ #attachment_table { border-collapse: collapse; width: 40em; border: 1px solid #333333; } -#attachment_table th, .bz_attach_footer { +#attachment_table th, .bz_attach_footer, .bz_time_tracking_table th { background-color: #E0E0E0; color: black; } -#attachment_table td { +#attachment_table td, .bz_time_tracking_table th, .bz_time_tracking_table td { border: 1px solid #333333; } @@ -316,10 +338,25 @@ dl dl > dt { padding-left: 1em; } +table.attachment_info th { + text-align: right; + vertical-align: top; +} + +table.attachment_info td { + text-align: left; + vertical-align: top; +} + +/* Text displayed when the attachment is not viewable by the web browser */ +#noview { + text-align: left; + vertical-align: middle; +} + /* For bug fields */ .uneditable_textarea { - white-space: pre; - font-family: monospace; + width: 30em; } div.user_match { diff --git a/skins/standard/global/CVS/Entries b/skins/standard/global/CVS/Entries index 14d209955..03ff54aa2 100644 --- a/skins/standard/global/CVS/Entries +++ b/skins/standard/global/CVS/Entries @@ -1,4 +1,4 @@ -/body-back.gif/1.1/Fri Mar 11 03:07:18 2005/-kb/TBUGZILLA-3_1_3 -/calendar.png/1.1/Thu Nov 29 02:20:30 2007/-kb/TBUGZILLA-3_1_3 -/header.png/1.1/Thu Feb 3 19:23:17 2005/-kb/TBUGZILLA-3_1_3 +/body-back.gif/1.1/Fri Mar 11 03:07:18 2005/-kb/TBUGZILLA-3_1_4 +/calendar.png/1.1/Thu Nov 29 02:20:30 2007/-kb/TBUGZILLA-3_1_4 +/header.png/1.1/Thu Feb 3 19:23:17 2005/-kb/TBUGZILLA-3_1_4 D diff --git a/skins/standard/global/CVS/Tag b/skins/standard/global/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/skins/standard/global/CVS/Tag +++ b/skins/standard/global/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/skins/standard/global/body-back.gif b/skins/standard/global/body-back.gif old mode 100755 new mode 100644 diff --git a/skins/standard/global/header.png b/skins/standard/global/header.png old mode 100755 new mode 100644 diff --git a/skins/standard/index/CVS/Entries b/skins/standard/index/CVS/Entries index e3aba5f02..8064fd5ec 100644 --- a/skins/standard/index/CVS/Entries +++ b/skins/standard/index/CVS/Entries @@ -1,2 +1,2 @@ -/front.png/1.1/Thu Feb 3 19:23:17 2005/-kb/TBUGZILLA-3_1_3 +/front.png/1.1/Thu Feb 3 19:23:17 2005/-kb/TBUGZILLA-3_1_4 D diff --git a/skins/standard/index/CVS/Tag b/skins/standard/index/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/skins/standard/index/CVS/Tag +++ b/skins/standard/index/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/skins/standard/index/front.png b/skins/standard/index/front.png old mode 100755 new mode 100644 diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 0546b4165..cba882cbc 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -36,8 +36,9 @@ height: 1em; } -#bz_field_status { +#duplicate_settings, #votes_container { white-space: nowrap; + } .bz_time_tracking_table { @@ -46,7 +47,6 @@ .bz_time_tracking_table th { text-align: center; - background-color: #ccc; } .bz_time_tracking_table td { @@ -56,8 +56,6 @@ .bz_time_tracking_table th, .bz_time_tracking_table td { padding: 4px; - border: 1px solid black; - } .bz_time_tracking_table .bz_summarize_time { diff --git a/skins/standard/yui/CVS/Entries b/skins/standard/yui/CVS/Entries index 2eb68fe10..e67fb1306 100644 --- a/skins/standard/yui/CVS/Entries +++ b/skins/standard/yui/CVS/Entries @@ -1,3 +1,3 @@ -/calendar.css/1.1/Thu Nov 29 02:20:31 2007//TBUGZILLA-3_1_3 -/sprite.png/1.1/Thu Nov 29 02:20:31 2007/-kb/TBUGZILLA-3_1_3 +/calendar.css/1.1/Thu Nov 29 02:20:31 2007//TBUGZILLA-3_1_4 +/sprite.png/1.1/Thu Nov 29 02:20:31 2007/-kb/TBUGZILLA-3_1_4 D diff --git a/skins/standard/yui/CVS/Tag b/skins/standard/yui/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/skins/standard/yui/CVS/Tag +++ b/skins/standard/yui/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/t/001compile.t b/t/001compile.t index fdbe875e3..78fc6a684 100644 --- a/t/001compile.t +++ b/t/001compile.t @@ -91,13 +91,23 @@ foreach my $file (@testitems) { my $loginfo=`$command`; #print '@@'.$loginfo.'##'; if ($loginfo =~ /syntax ok$/im) { + # Special hack due to CPAN.pm on Windows with Cygwin installed throwing + # strings of the form "Set up gcc environment - 3.4.4 (cygming special, + # gdc 0.12, using dmd 0.125)". See bug 416047 for details. + if ($^O =~ /MSWin32/i + && grep($_ eq $file, 'install-module.pl', 'Bugzilla/Install/CPAN.pm')) + { + $loginfo =~ s/^Set up gcc environment.*?\n//; + } if ($loginfo ne "$file syntax OK\n") { ok(0,$file." --WARNING"); print $fh $loginfo; - } else { + } + else { ok(1,$file); } - } else { + } + else { ok(0,$file." --ERROR"); print $fh $loginfo; } diff --git a/t/004template.t b/t/004template.t index d2f368c9c..31ce7927c 100644 --- a/t/004template.t +++ b/t/004template.t @@ -69,12 +69,12 @@ sub existOnce { foreach my $lang (@languages) { foreach my $file (@referenced_files) { my @path = map(File::Spec->catfile($_, $file), - split(':', $include_path{$lang})); + split(':', $include_path{$lang} . ":" . $include_path{"en"})); if (my $path = existOnce(@path)) { ok(1, "$path exists"); } else { ok(0, "$file cannot be located --ERROR"); - print $fh "Looked in:\n " . join("\n ", @path); + print $fh "Looked in:\n " . join("\n ", @path) . "\n"; } } } diff --git a/t/CVS/Entries b/t/CVS/Entries index 4b6cae376..60147fe59 100644 --- a/t/CVS/Entries +++ b/t/CVS/Entries @@ -1,13 +1,13 @@ -/001compile.t/1.16/Thu Aug 9 12:36:09 2007//TBUGZILLA-3_1_3 -/002goodperl.t/1.15/Wed Sep 8 22:46:34 2004//TBUGZILLA-3_1_3 -/003safesys.t/1.6/Sun Dec 5 14:13:27 2004//TBUGZILLA-3_1_3 -/004template.t/1.39/Mon Aug 20 18:24:38 2007//TBUGZILLA-3_1_3 -/005no_tabs.t/1.13/Fri Aug 5 23:47:27 2005//TBUGZILLA-3_1_3 -/006spellcheck.t/1.6/Wed Jul 25 14:47:20 2007//TBUGZILLA-3_1_3 -/007util.t/1.9/Sun Oct 7 22:56:37 2007//TBUGZILLA-3_1_3 -/008filter.t/1.27/Sun Jan 27 19:21:13 2008//TBUGZILLA-3_1_3 -/009bugwords.t/1.7/Wed Jul 25 14:51:00 2007//TBUGZILLA-3_1_3 -/010dependencies.t/1.1/Tue Sep 5 17:02:45 2006//TBUGZILLA-3_1_3 -/011pod.t/1.1/Tue Jul 26 14:23:50 2005//TBUGZILLA-3_1_3 -/012throwables.t/1.5/Wed Oct 4 20:20:59 2006//TBUGZILLA-3_1_3 +/001compile.t/1.17/Tue Mar 18 17:30:02 2008//TBUGZILLA-3_1_4 +/002goodperl.t/1.15/Wed Sep 8 22:46:34 2004//TBUGZILLA-3_1_4 +/003safesys.t/1.6/Sun Dec 5 14:13:27 2004//TBUGZILLA-3_1_4 +/004template.t/1.40/Wed Mar 5 17:19:48 2008//TBUGZILLA-3_1_4 +/005no_tabs.t/1.13/Fri Aug 5 23:47:27 2005//TBUGZILLA-3_1_4 +/006spellcheck.t/1.6/Wed Jul 25 14:47:20 2007//TBUGZILLA-3_1_4 +/007util.t/1.9/Sun Oct 7 22:56:37 2007//TBUGZILLA-3_1_4 +/008filter.t/1.27/Sun Jan 27 19:21:13 2008//TBUGZILLA-3_1_4 +/009bugwords.t/1.7/Wed Jul 25 14:51:00 2007//TBUGZILLA-3_1_4 +/010dependencies.t/1.1/Tue Sep 5 17:02:45 2006//TBUGZILLA-3_1_4 +/011pod.t/1.1/Tue Jul 26 14:23:50 2005//TBUGZILLA-3_1_4 +/012throwables.t/1.5/Wed Oct 4 20:20:59 2006//TBUGZILLA-3_1_4 D/Support//// diff --git a/t/CVS/Tag b/t/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/t/CVS/Tag +++ b/t/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/t/Support/CVS/Entries b/t/Support/CVS/Entries index 1638bc0c6..515f6266a 100644 --- a/t/Support/CVS/Entries +++ b/t/Support/CVS/Entries @@ -1,4 +1,4 @@ -/Files.pm/1.23/Fri Aug 3 13:41:43 2007//TBUGZILLA-3_1_3 -/Systemexec.pm/1.2/Fri Oct 19 22:39:51 2001//TBUGZILLA-3_1_3 -/Templates.pm/1.15/Tue Jul 4 22:25:47 2006//TBUGZILLA-3_1_3 +/Files.pm/1.23/Fri Aug 3 13:41:43 2007//TBUGZILLA-3_1_4 +/Systemexec.pm/1.2/Fri Oct 19 22:39:51 2001//TBUGZILLA-3_1_4 +/Templates.pm/1.15/Tue Jul 4 22:25:47 2006//TBUGZILLA-3_1_4 D diff --git a/t/Support/CVS/Tag b/t/Support/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/t/Support/CVS/Tag +++ b/t/Support/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/CVS/Entries b/template/CVS/Entries index 3492746f2..13ecea64c 100644 --- a/template/CVS/Entries +++ b/template/CVS/Entries @@ -1,2 +1,2 @@ -/.cvsignore/1.3/Tue May 7 21:33:53 2002//TBUGZILLA-3_1_3 +/.cvsignore/1.3/Tue May 7 21:33:53 2002//TBUGZILLA-3_1_4 D/en//// diff --git a/template/CVS/Tag b/template/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/CVS/Tag +++ b/template/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/CVS/Entries b/template/en/CVS/Entries index 4887f9a48..ff9afe6b1 100644 --- a/template/en/CVS/Entries +++ b/template/en/CVS/Entries @@ -1,3 +1,3 @@ -/.cvsignore/1.1/Wed Apr 24 07:29:49 2002//TBUGZILLA-3_1_3 +/.cvsignore/1.1/Wed Apr 24 07:29:49 2002//TBUGZILLA-3_1_4 D/default//// D/extension//// diff --git a/template/en/CVS/Tag b/template/en/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/CVS/Tag +++ b/template/en/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/CVS/Entries b/template/en/default/CVS/Entries index 271be9cff..b8a498cf9 100644 --- a/template/en/default/CVS/Entries +++ b/template/en/default/CVS/Entries @@ -1,9 +1,9 @@ -/config.js.tmpl/1.10/Fri Oct 5 22:54:41 2007//TBUGZILLA-3_1_3 -/config.rdf.tmpl/1.11/Sun Oct 7 23:18:13 2007//TBUGZILLA-3_1_3 -/filterexceptions.pl/1.110/Sun Dec 2 22:55:12 2007//TBUGZILLA-3_1_3 -/index.html.tmpl/1.39/Mon Aug 20 18:24:39 2007//TBUGZILLA-3_1_3 -/sidebar.xul.tmpl/1.25/Mon Aug 20 18:24:39 2007//TBUGZILLA-3_1_3 -/welcome-admin.html.tmpl/1.3/Mon Aug 20 18:24:39 2007//TBUGZILLA-3_1_3 +/config.js.tmpl/1.11/Sun Apr 20 09:50:02 2008//TBUGZILLA-3_1_4 +/config.rdf.tmpl/1.12/Sun Apr 20 09:50:03 2008//TBUGZILLA-3_1_4 +/filterexceptions.pl/1.111/Mon May 5 00:05:49 2008//TBUGZILLA-3_1_4 +/index.html.tmpl/1.40/Thu Apr 3 19:05:49 2008//TBUGZILLA-3_1_4 +/sidebar.xul.tmpl/1.25/Mon Aug 20 18:24:39 2007//TBUGZILLA-3_1_4 +/welcome-admin.html.tmpl/1.4/Mon Feb 25 16:16:33 2008//TBUGZILLA-3_1_4 D/account//// D/admin//// D/attachment//// diff --git a/template/en/default/CVS/Tag b/template/en/default/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/CVS/Tag +++ b/template/en/default/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/account/CVS/Entries b/template/en/default/account/CVS/Entries index 447b6c0b9..63b92395b 100644 --- a/template/en/default/account/CVS/Entries +++ b/template/en/default/account/CVS/Entries @@ -1,7 +1,7 @@ -/cancel-token.txt.tmpl/1.14/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_1_3 -/create.html.tmpl/1.12/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_1_3 -/created.html.tmpl/1.9/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_1_3 -/profile-activity.html.tmpl/1.4/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_1_3 +/cancel-token.txt.tmpl/1.15/Wed Apr 2 17:42:28 2008//TBUGZILLA-3_1_4 +/create.html.tmpl/1.12/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_1_4 +/created.html.tmpl/1.9/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_1_4 +/profile-activity.html.tmpl/1.4/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_1_4 D/auth//// D/email//// D/password//// diff --git a/template/en/default/account/CVS/Tag b/template/en/default/account/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/account/CVS/Tag +++ b/template/en/default/account/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/account/auth/CVS/Entries b/template/en/default/account/auth/CVS/Entries index 7669584f0..36897ad3b 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.10/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_1_3 -/login.html.tmpl/1.20/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_1_3 +/login-small.html.tmpl/1.11/Mon Mar 31 08:51:03 2008//TBUGZILLA-3_1_4 +/login.html.tmpl/1.21/Mon Mar 31 08:51:03 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/account/auth/CVS/Tag b/template/en/default/account/auth/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/account/auth/CVS/Tag +++ b/template/en/default/account/auth/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 32cf55f60..19aaca11d 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -55,7 +55,7 @@ <th> </th> <td> <input type="checkbox" id="Bugzilla_remember" name="Bugzilla_remember" value="on" - [% "checked" IF Param('rememberlogin') == "defaulton" %]> + [%+ "checked" IF Param('rememberlogin') == "defaulton" %]> <label for="Bugzilla_remember">Remember my Login</label> </td> </tr> diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index e15d39d81..e8f8fa14c 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -63,7 +63,7 @@ <th> </th> <td> <input type="checkbox" id="Bugzilla_remember" name="Bugzilla_remember" value="on" - [% "checked" IF Param('rememberlogin') == "defaulton" %]> + [%+ "checked" IF Param('rememberlogin') == "defaulton" %]> <label for="Bugzilla_remember">Remember my Login</label> </td> </tr> diff --git a/template/en/default/account/cancel-token.txt.tmpl b/template/en/default/account/cancel-token.txt.tmpl index 153c92e34..155c44136 100644 --- a/template/en/default/account/cancel-token.txt.tmpl +++ b/template/en/default/account/cancel-token.txt.tmpl @@ -32,7 +32,7 @@ If you did not request this, it could be either an honest mistake or someone attempting to break into your [% terms.Bugzilla %] account. Take a look at the information below and forward this email -to [% maintainer %] if you suspect foul play. +to [% Param('maintainer') %] if you suspect foul play. Token: [% token %] Token Type: [% tokentype %] diff --git a/template/en/default/account/email/CVS/Entries b/template/en/default/account/email/CVS/Entries index b2d9d3199..69fe66fb5 100644 --- a/template/en/default/account/email/CVS/Entries +++ b/template/en/default/account/email/CVS/Entries @@ -1,6 +1,6 @@ -/change-new.txt.tmpl/1.12/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_3 -/change-old.txt.tmpl/1.13/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_3 -/confirm-new.html.tmpl/1.5/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_3 -/confirm.html.tmpl/1.11/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_3 -/request-new.txt.tmpl/1.6/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_3 +/change-new.txt.tmpl/1.12/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_4 +/change-old.txt.tmpl/1.13/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_4 +/confirm-new.html.tmpl/1.5/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_4 +/confirm.html.tmpl/1.11/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_4 +/request-new.txt.tmpl/1.6/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/account/email/CVS/Tag b/template/en/default/account/email/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/account/email/CVS/Tag +++ b/template/en/default/account/email/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/account/password/CVS/Entries b/template/en/default/account/password/CVS/Entries index 4bed6355d..c613b8427 100644 --- a/template/en/default/account/password/CVS/Entries +++ b/template/en/default/account/password/CVS/Entries @@ -1,3 +1,3 @@ -/forgotten-password.txt.tmpl/1.10/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_3 -/set-forgotten-password.html.tmpl/1.8/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_3 +/forgotten-password.txt.tmpl/1.10/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_4 +/set-forgotten-password.html.tmpl/1.8/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/account/password/CVS/Tag b/template/en/default/account/password/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/account/password/CVS/Tag +++ b/template/en/default/account/password/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/account/prefs/CVS/Entries b/template/en/default/account/prefs/CVS/Entries index 3a82868ee..2e3564adf 100644 --- a/template/en/default/account/prefs/CVS/Entries +++ b/template/en/default/account/prefs/CVS/Entries @@ -1,7 +1,7 @@ -/account.html.tmpl/1.9/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_3 -/email.html.tmpl/1.30/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_3 -/permissions.html.tmpl/1.13/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_3 -/prefs.html.tmpl/1.30/Sun Oct 21 20:59:28 2007//TBUGZILLA-3_1_3 -/saved-searches.html.tmpl/1.17/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_3 -/settings.html.tmpl/1.6/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_3 +/account.html.tmpl/1.9/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_4 +/email.html.tmpl/1.30/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_4 +/permissions.html.tmpl/1.13/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_4 +/prefs.html.tmpl/1.30/Sun Oct 21 20:59:28 2007//TBUGZILLA-3_1_4 +/saved-searches.html.tmpl/1.18/Tue Feb 12 00:57:27 2008//TBUGZILLA-3_1_4 +/settings.html.tmpl/1.6/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/account/prefs/CVS/Tag b/template/en/default/account/prefs/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/account/prefs/CVS/Tag +++ b/template/en/default/account/prefs/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index ee619e16e..241b12fa2 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -170,6 +170,9 @@ <th> Run </th> + <th> + Edit + </th> <th> Show in Footer @@ -187,6 +190,10 @@ [% q.name FILTER url_quote %]&sharer_id= [% q.user.id FILTER url_quote %]">Run</a> </td> + <td> + <a href="query.cgi?[% q.edit_link FILTER html %]&known_name= + [% q.name FILTER url_quote %]">Edit</a> + </td> <td align="center"> <input type="checkbox" name="link_in_footer_[% q.id FILTER html %]" @@ -198,7 +205,7 @@ [% END %] [% IF !found_shared_query %] <tr> - <td colspan="4" style="text-align: center"> + <td colspan="6" style="text-align: center"> <None> </td> </tr> diff --git a/template/en/default/admin/CVS/Entries b/template/en/default/admin/CVS/Entries index c004c8129..968966db3 100644 --- a/template/en/default/admin/CVS/Entries +++ b/template/en/default/admin/CVS/Entries @@ -1,7 +1,7 @@ -/admin.html.tmpl/1.6/Tue Nov 13 21:39:05 2007//TBUGZILLA-3_1_3 -/confirm-action.html.tmpl/1.2/Mon Aug 20 18:24:43 2007//TBUGZILLA-3_1_3 -/sudo.html.tmpl/1.7/Mon Oct 22 21:41:59 2007//TBUGZILLA-3_1_3 -/table.html.tmpl/1.9/Mon Aug 20 18:24:43 2007//TBUGZILLA-3_1_3 +/admin.html.tmpl/1.6/Tue Nov 13 21:39:05 2007//TBUGZILLA-3_1_4 +/confirm-action.html.tmpl/1.2/Mon Aug 20 18:24:43 2007//TBUGZILLA-3_1_4 +/sudo.html.tmpl/1.7/Mon Oct 22 21:41:59 2007//TBUGZILLA-3_1_4 +/table.html.tmpl/1.10/Wed Mar 19 23:41:05 2008//TBUGZILLA-3_1_4 D/classifications//// D/components//// D/custom_fields//// diff --git a/template/en/default/admin/CVS/Tag b/template/en/default/admin/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/CVS/Tag +++ b/template/en/default/admin/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/classifications/CVS/Entries b/template/en/default/admin/classifications/CVS/Entries index e0e46258d..11efd476e 100644 --- a/template/en/default/admin/classifications/CVS/Entries +++ b/template/en/default/admin/classifications/CVS/Entries @@ -1,6 +1,6 @@ -/add.html.tmpl/1.5/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_3 -/del.html.tmpl/1.8/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.12/Fri Aug 24 05:03:42 2007//TBUGZILLA-3_1_3 -/reclassify.html.tmpl/1.8/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_3 -/select.html.tmpl/1.8/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_3 +/add.html.tmpl/1.5/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4 +/del.html.tmpl/1.8/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.12/Fri Aug 24 05:03:42 2007//TBUGZILLA-3_1_4 +/reclassify.html.tmpl/1.9/Mon Mar 17 14:48:57 2008//TBUGZILLA-3_1_4 +/select.html.tmpl/1.8/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/classifications/CVS/Tag b/template/en/default/admin/classifications/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/classifications/CVS/Tag +++ b/template/en/default/admin/classifications/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/classifications/reclassify.html.tmpl b/template/en/default/admin/classifications/reclassify.html.tmpl index cf4f69edd..08b85afa9 100644 --- a/template/en/default/admin/classifications/reclassify.html.tmpl +++ b/template/en/default/admin/classifications/reclassify.html.tmpl @@ -44,9 +44,9 @@ </tr><tr> <td valign="top">Products:</td> - <td valign="top">Products</td> + <td valign="top">Other Classifications</td> <td></td> - <td valign="top">[% classification.name FILTER html %] Products</td> + <td valign="top">This Classification</td> </tr><tr> <td></td> diff --git a/template/en/default/admin/components/CVS/Entries b/template/en/default/admin/components/CVS/Entries index 158efdb95..98724f104 100644 --- a/template/en/default/admin/components/CVS/Entries +++ b/template/en/default/admin/components/CVS/Entries @@ -1,7 +1,7 @@ -/confirm-delete.html.tmpl/1.12/Sun Oct 7 23:18:21 2007//TBUGZILLA-3_1_3 -/create.html.tmpl/1.14/Thu Oct 11 23:07:24 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.15/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_3 -/footer.html.tmpl/1.4/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_3 -/list.html.tmpl/1.6/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_3 -/select-product.html.tmpl/1.4/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_3 +/confirm-delete.html.tmpl/1.12/Sun Oct 7 23:18:21 2007//TBUGZILLA-3_1_4 +/create.html.tmpl/1.14/Thu Oct 11 23:07:24 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.15/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4 +/footer.html.tmpl/1.4/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4 +/list.html.tmpl/1.6/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4 +/select-product.html.tmpl/1.4/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/components/CVS/Tag b/template/en/default/admin/components/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/components/CVS/Tag +++ b/template/en/default/admin/components/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/custom_fields/CVS/Entries b/template/en/default/admin/custom_fields/CVS/Entries index 081641f2f..ddb7a5ff8 100644 --- a/template/en/default/admin/custom_fields/CVS/Entries +++ b/template/en/default/admin/custom_fields/CVS/Entries @@ -1,4 +1,5 @@ -/create.html.tmpl/1.9/Sun Nov 11 21:57:09 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.8/Sun Nov 11 21:57:09 2007//TBUGZILLA-3_1_3 -/list.html.tmpl/1.6/Sun Nov 11 21:57:09 2007//TBUGZILLA-3_1_3 +/confirm-delete.html.tmpl/1.1/Wed Feb 6 16:18:13 2008//TBUGZILLA-3_1_4 +/create.html.tmpl/1.9/Sun Nov 11 21:57:09 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.9/Wed Feb 6 16:15:40 2008//TBUGZILLA-3_1_4 +/list.html.tmpl/1.7/Wed Feb 6 16:15:40 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/custom_fields/CVS/Tag b/template/en/default/admin/custom_fields/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/custom_fields/CVS/Tag +++ b/template/en/default/admin/custom_fields/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/custom_fields/confirm-delete.html.tmpl b/template/en/default/admin/custom_fields/confirm-delete.html.tmpl new file mode 100644 index 000000000..c93683614 --- /dev/null +++ b/template/en/default/admin/custom_fields/confirm-delete.html.tmpl @@ -0,0 +1,66 @@ +[%# 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): Alexander Eiser <alexe@ed.ca> + #%] + +[%# INTERFACE: + # field: object; the field object that you are trying to delete. + # token: string; the delete_field token required to complete deletion. + #%] + +[% PROCESS "global/field-descs.none.tmpl" %] + +[% title = BLOCK %] + Delete the Custom Field '[% field.name FILTER html %]' ([% field.description FILTER html %]) +[% END %] + +[% PROCESS global/header.html.tmpl + title = title + doc_section = "custom-fields.html#delete-custom-fields" +%] + +<table border="1" cellpadding="4" cellspacing="0"> +<tr bgcolor="#6666FF"> + <th valign="top" align="left">Field</th> + <th valign="top" align="left">Value</th> +</tr> +<tr> + <td valign="top">Custom Field:</td> + <td valign="top">[% field.name FILTER html %]</td> +</tr> +<tr> + <td valign="top">Description:</td> + <td valign="top">[% field.description FILTER html %]</td> +</tr> +<tr> + <td valign="top">Type:</td> + <td valign="top">[% field_types.${field.type} FILTER html %]</td> +</tr> +</table> + +<h2>Confirmation</h2> + +<p> + Are you sure you want to remove this field from the database?<br> + <em>This action will only be successful if the field is obsolete, + and has never been used in [% terms.abug FILTER html %].</em> +</p> + +<a href="editfields.cgi?action=delete&name=[% field.name FILTER html %]&token=[% token FILTER html %]"> + Delete field '[% field.description FILTER html %]'</a> + +<p> + <a href="editfields.cgi">Back to the list of existing custom fields</a> +</p> + +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/custom_fields/edit.html.tmpl b/template/en/default/admin/custom_fields/edit.html.tmpl index 596e7e704..02334ab13 100644 --- a/template/en/default/admin/custom_fields/edit.html.tmpl +++ b/template/en/default/admin/custom_fields/edit.html.tmpl @@ -104,6 +104,15 @@ <input type="submit" id="edit" value="Submit"> </form> +[% IF field.obsolete %] +<p> + <a href="editfields.cgi?action=del&name=[% field.name FILTER html %]">Remove + this custom field from the database.</a><br> + This action will only be successful if the custom field has never been used + in [% terms.abug %].<br> +</p> +[% END %] + <p> <a href="editfields.cgi">Back to the list of existing custom fields</a> </p> diff --git a/template/en/default/admin/custom_fields/list.html.tmpl b/template/en/default/admin/custom_fields/list.html.tmpl index acb3f680d..6f2e68be7 100644 --- a/template/en/default/admin/custom_fields/list.html.tmpl +++ b/template/en/default/admin/custom_fields/list.html.tmpl @@ -24,6 +24,8 @@ doc_section = "custom-fields.html" %] +[% delete_contentlink = BLOCK %]editfields.cgi?action=del&name=%%name%%[% END %] + [% columns = [ { name => "name" @@ -53,6 +55,11 @@ { name => "obsolete" heading => "Is Obsolete" + }, + { + name => "action" + heading => "Action" + content => "" } ] %] @@ -73,6 +80,17 @@ %] [% END %] + +[% overrides.action = [ { + match_value => 1 + match_field => 'obsolete' + override_content => 1 + content => "Delete" + override_contentlink => 1 + contentlink => delete_contentlink + } ] +%] + [% PROCESS admin/table.html.tmpl columns = columns overrides = overrides diff --git a/template/en/default/admin/fieldvalues/CVS/Entries b/template/en/default/admin/fieldvalues/CVS/Entries index f57a38ed1..46493f085 100644 --- a/template/en/default/admin/fieldvalues/CVS/Entries +++ b/template/en/default/admin/fieldvalues/CVS/Entries @@ -1,7 +1,7 @@ -/confirm-delete.html.tmpl/1.9/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_3 -/create.html.tmpl/1.9/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.11/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_3 -/footer.html.tmpl/1.6/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_3 -/list.html.tmpl/1.8/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_3 -/select-field.html.tmpl/1.4/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_3 +/confirm-delete.html.tmpl/1.9/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_4 +/create.html.tmpl/1.9/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.11/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_4 +/footer.html.tmpl/1.6/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_4 +/list.html.tmpl/1.8/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_4 +/select-field.html.tmpl/1.4/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/fieldvalues/CVS/Tag b/template/en/default/admin/fieldvalues/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/fieldvalues/CVS/Tag +++ b/template/en/default/admin/fieldvalues/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/flag-type/CVS/Entries b/template/en/default/admin/flag-type/CVS/Entries index 9182f3f9b..42225a134 100644 --- a/template/en/default/admin/flag-type/CVS/Entries +++ b/template/en/default/admin/flag-type/CVS/Entries @@ -1,4 +1,4 @@ -/confirm-delete.html.tmpl/1.9/Mon Oct 22 21:42:00 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.26/Mon Oct 22 21:42:00 2007//TBUGZILLA-3_1_3 -/list.html.tmpl/1.19/Mon Oct 22 21:42:00 2007//TBUGZILLA-3_1_3 +/confirm-delete.html.tmpl/1.9/Mon Oct 22 21:42:00 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.26/Mon Oct 22 21:42:00 2007//TBUGZILLA-3_1_4 +/list.html.tmpl/1.19/Mon Oct 22 21:42:00 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/flag-type/CVS/Tag b/template/en/default/admin/flag-type/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/flag-type/CVS/Tag +++ b/template/en/default/admin/flag-type/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/groups/CVS/Entries b/template/en/default/admin/groups/CVS/Entries index eb1265fbc..162ddbbb6 100644 --- a/template/en/default/admin/groups/CVS/Entries +++ b/template/en/default/admin/groups/CVS/Entries @@ -1,6 +1,6 @@ -/confirm-remove.html.tmpl/1.5/Sun Dec 16 10:32:54 2007//TBUGZILLA-3_1_3 -/create.html.tmpl/1.11/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_1_3 -/delete.html.tmpl/1.13/Tue Nov 20 08:46:57 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.17/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_1_3 -/list.html.tmpl/1.13/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_1_3 +/confirm-remove.html.tmpl/1.5/Sun Dec 16 10:32:54 2007//TBUGZILLA-3_1_4 +/create.html.tmpl/1.11/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_1_4 +/delete.html.tmpl/1.13/Tue Nov 20 08:46:57 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.17/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_1_4 +/list.html.tmpl/1.13/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/groups/CVS/Tag b/template/en/default/admin/groups/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/groups/CVS/Tag +++ b/template/en/default/admin/groups/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/keywords/CVS/Entries b/template/en/default/admin/keywords/CVS/Entries index e29d804ce..103e367a0 100644 --- a/template/en/default/admin/keywords/CVS/Entries +++ b/template/en/default/admin/keywords/CVS/Entries @@ -1,5 +1,5 @@ -/confirm-delete.html.tmpl/1.7/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_1_3 -/create.html.tmpl/1.9/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.10/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_1_3 -/list.html.tmpl/1.11/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_1_3 +/confirm-delete.html.tmpl/1.7/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_1_4 +/create.html.tmpl/1.9/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.10/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_1_4 +/list.html.tmpl/1.11/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/keywords/CVS/Tag b/template/en/default/admin/keywords/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/keywords/CVS/Tag +++ b/template/en/default/admin/keywords/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/keywords/confirm-delete.html.tmpl b/template/en/default/admin/keywords/confirm-delete.html.tmpl old mode 100755 new mode 100644 diff --git a/template/en/default/admin/keywords/create.html.tmpl b/template/en/default/admin/keywords/create.html.tmpl old mode 100755 new mode 100644 diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl old mode 100755 new mode 100644 diff --git a/template/en/default/admin/keywords/list.html.tmpl b/template/en/default/admin/keywords/list.html.tmpl old mode 100755 new mode 100644 diff --git a/template/en/default/admin/milestones/CVS/Entries b/template/en/default/admin/milestones/CVS/Entries index 079f026c0..f63d7eb62 100644 --- a/template/en/default/admin/milestones/CVS/Entries +++ b/template/en/default/admin/milestones/CVS/Entries @@ -1,7 +1,7 @@ -/confirm-delete.html.tmpl/1.9/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_3 -/create.html.tmpl/1.8/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.9/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_3 -/footer.html.tmpl/1.4/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_3 -/list.html.tmpl/1.6/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_3 -/select-product.html.tmpl/1.5/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_3 +/confirm-delete.html.tmpl/1.9/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_4 +/create.html.tmpl/1.8/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.9/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_4 +/footer.html.tmpl/1.4/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_4 +/list.html.tmpl/1.6/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_4 +/select-product.html.tmpl/1.5/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/milestones/CVS/Tag b/template/en/default/admin/milestones/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/milestones/CVS/Tag +++ b/template/en/default/admin/milestones/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/params/CVS/Entries b/template/en/default/admin/params/CVS/Entries index 990bd8fe5..ed111597a 100644 --- a/template/en/default/admin/params/CVS/Entries +++ b/template/en/default/admin/params/CVS/Entries @@ -1,20 +1,20 @@ -/admin.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/attachment.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/auth.html.tmpl/1.4/Wed Dec 5 00:48:30 2007//TBUGZILLA-3_1_3 -/bugchange.html.tmpl/1.6/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/bugfields.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/bugmove.html.tmpl/1.3/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/common.html.tmpl/1.5/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/core.html.tmpl/1.9/Sun Aug 26 11:41:34 2007//TBUGZILLA-3_1_3 -/dependencygraph.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/editparams.html.tmpl/1.8/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_3 -/groupsecurity.html.tmpl/1.5/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/index.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/ldap.html.tmpl/1.7/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/mta.html.tmpl/1.11/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/patchviewer.html.tmpl/1.3/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/query.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/radius.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/shadowdb.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 -/usermatch.html.tmpl/1.3/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_3 +/admin.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/attachment.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/auth.html.tmpl/1.4/Wed Dec 5 00:48:30 2007//TBUGZILLA-3_1_4 +/bugchange.html.tmpl/1.6/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/bugfields.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/bugmove.html.tmpl/1.3/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/common.html.tmpl/1.6/Fri Mar 14 00:05:37 2008//TBUGZILLA-3_1_4 +/core.html.tmpl/1.11/Thu Apr 3 20:40:14 2008//TBUGZILLA-3_1_4 +/dependencygraph.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/editparams.html.tmpl/1.8/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_4 +/groupsecurity.html.tmpl/1.5/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/index.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/ldap.html.tmpl/1.7/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/mta.html.tmpl/1.12/Fri Mar 14 00:05:37 2008//TBUGZILLA-3_1_4 +/patchviewer.html.tmpl/1.3/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/query.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/radius.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/shadowdb.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 +/usermatch.html.tmpl/1.3/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/params/CVS/Tag b/template/en/default/admin/params/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/params/CVS/Tag +++ b/template/en/default/admin/params/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl index 7502c909d..4fd792194 100644 --- a/template/en/default/admin/params/common.html.tmpl +++ b/template/en/default/admin/params/common.html.tmpl @@ -30,8 +30,11 @@ <dd>[% panel.param_descs.${param.name} FILTER none %] <p> [% IF param.type == "t" %] - <input size="80" name="[% param.name FILTER html %]" + <input type="text" size="80" name="[% param.name FILTER html %]" value="[% Param(param.name) FILTER html %]"> + [% ELSIF param.type == "p" %] + <input type="password" size="80" name="[% param.name FILTER html %]" + value="[% Param(param.name) FILTER html %]" autocomplete="off"> [% ELSIF param.type == "l" %] <textarea name="[% param.name FILTER html %]" rows="10" cols="80"> [% Param(param.name) FILTER html %]</textarea> diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl index ab914d771..ae1d995fb 100644 --- a/template/en/default/admin/params/core.html.tmpl +++ b/template/en/default/admin/params/core.html.tmpl @@ -35,7 +35,9 @@ "$terms.Bugzilla documentation URLs. " _ "It may be an absolute URL, or a URL relative to urlbase " _ "above. " _ - "Leave this empty to suppress links to the documentation.", + "Leave this empty to suppress links to the documentation." _ + "'%lang%' will be replaced by user's preferred language " _ + "(if available).", sslbase => "The URL that is the common initial leading part of all HTTPS " _ "(SSL) $terms.Bugzilla URLs.", diff --git a/template/en/default/admin/params/mta.html.tmpl b/template/en/default/admin/params/mta.html.tmpl index 904aa2a1c..800fbad9b 100644 --- a/template/en/default/admin/params/mta.html.tmpl +++ b/template/en/default/admin/params/mta.html.tmpl @@ -55,6 +55,12 @@ smtpserver => "The SMTP server address (if using SMTP for mail delivery).", + smtp_username => "The username to pass to the SMTP server for SMTP authentication. " _ + "Leave this field empty if your SMTP server doesn't require authentication.", + + smtp_password => "The password to pass to the SMTP server for SMTP authentication. " _ + "This field has no effect if the smtp_username parameter is left empty.", + smtp_debug => "If enabled, this will print detailed information to your" _ " web server's error log about the communication between" _ " $terms.Bugzilla and your SMTP server. You can use this to" _ diff --git a/template/en/default/admin/products/CVS/Entries b/template/en/default/admin/products/CVS/Entries index ffbc37407..318c41579 100644 --- a/template/en/default/admin/products/CVS/Entries +++ b/template/en/default/admin/products/CVS/Entries @@ -1,9 +1,9 @@ -/confirm-delete.html.tmpl/1.9/Sun Oct 7 23:18:29 2007//TBUGZILLA-3_1_3 -/create.html.tmpl/1.5/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_3 -/edit-common.html.tmpl/1.9/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.11/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_3 -/footer.html.tmpl/1.11/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_3 -/list-classifications.html.tmpl/1.4/Thu Sep 20 21:23:44 2007//TBUGZILLA-3_1_3 -/list.html.tmpl/1.5/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_3 -/updated.html.tmpl/1.7/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_3 +/confirm-delete.html.tmpl/1.9/Sun Oct 7 23:18:29 2007//TBUGZILLA-3_1_4 +/create.html.tmpl/1.5/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_4 +/edit-common.html.tmpl/1.9/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.12/Mon Mar 10 19:37:58 2008//TBUGZILLA-3_1_4 +/footer.html.tmpl/1.11/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_4 +/list-classifications.html.tmpl/1.4/Thu Sep 20 21:23:44 2007//TBUGZILLA-3_1_4 +/list.html.tmpl/1.5/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_4 +/updated.html.tmpl/1.7/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_4 D/groupcontrol//// diff --git a/template/en/default/admin/products/CVS/Tag b/template/en/default/admin/products/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/products/CVS/Tag +++ b/template/en/default/admin/products/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl index 19a125062..2d346c665 100644 --- a/template/en/default/admin/products/edit.html.tmpl +++ b/template/en/default/admin/products/edit.html.tmpl @@ -22,8 +22,6 @@ # # classification: Bugzilla::Classification object; The classification # the product is in - # - # groups_controls: a hash of group controls related to the product. #%] [% title = BLOCK %]Edit Product '[% product.name FILTER html %]'[% END %] @@ -33,6 +31,12 @@ style_urls = ['skins/standard/admin.css'] %] +[% group_control = {${constants.CONTROLMAPNA} => 'NA', + ${constants.CONTROLMAPSHOWN} => 'Shown', + ${constants.CONTROLMAPDEFAULT} => 'Default', + ${constants.CONTROLMAPMANDATORY} => 'Mandatory'} + %] + <form method="post" action="editproducts.cgi"> <table border="0" cellpadding="4" cellspacing="0"> @@ -103,12 +107,12 @@ versions:</a> </a> </th> <td> - [% IF group_controls.size %] - [% FOREACH g = group_controls.values %] + [% IF product.group_controls.size %] + [% FOREACH g = product.group_controls.values %] <b>[% g.group.name FILTER html %]:</b> [% IF g.group.isactive %] - [% g.membercontrol FILTER html %]/ - [% g.othercontrol FILTER html %] + [% group_control.${g.membercontrol} FILTER html %]/ + [% group_control.${g.othercontrol} FILTER html %] [% IF g.entry %], ENTRY[% END %] [% IF g.canedit %], CANEDIT[% END %] [% IF g.editcomponents %], editcomponents[% END %] diff --git a/template/en/default/admin/products/groupcontrol/CVS/Entries b/template/en/default/admin/products/groupcontrol/CVS/Entries index af4db99f3..4d82fbc78 100644 --- a/template/en/default/admin/products/groupcontrol/CVS/Entries +++ b/template/en/default/admin/products/groupcontrol/CVS/Entries @@ -1,4 +1,4 @@ -/confirm-edit.html.tmpl/1.9/Mon Aug 20 18:24:52 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.10/Mon Aug 20 18:24:52 2007//TBUGZILLA-3_1_3 -/updated.html.tmpl/1.3/Mon Aug 20 18:24:52 2007//TBUGZILLA-3_1_3 +/confirm-edit.html.tmpl/1.9/Mon Aug 20 18:24:52 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.11/Tue Feb 5 12:11:57 2008//TBUGZILLA-3_1_4 +/updated.html.tmpl/1.3/Mon Aug 20 18:24:52 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/products/groupcontrol/CVS/Tag b/template/en/default/admin/products/groupcontrol/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/products/groupcontrol/CVS/Tag +++ b/template/en/default/admin/products/groupcontrol/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/template/en/default/admin/products/groupcontrol/edit.html.tmpl index 49dc916ec..c793ff683 100644 --- a/template/en/default/admin/products/groupcontrol/edit.html.tmpl +++ b/template/en/default/admin/products/groupcontrol/edit.html.tmpl @@ -287,7 +287,7 @@ this group according to the following definitions. [% terms.Bugs %] in this product are permitted to be restricted to this group and are placed in this group by default. Users who are members of this group will be able to place [% terms.bugs %] in this group. Non-members will be - able to restrict [% terms.bugs %] to this group on entry and will do so by default + able to restrict [% terms.bugs %] to this group on entry and will do so by default. </td> </tr> <tr> diff --git a/template/en/default/admin/sanitycheck/CVS/Entries b/template/en/default/admin/sanitycheck/CVS/Entries index 385f2c982..610ecd1ec 100644 --- a/template/en/default/admin/sanitycheck/CVS/Entries +++ b/template/en/default/admin/sanitycheck/CVS/Entries @@ -1,3 +1,3 @@ -/list.html.tmpl/1.2/Mon Aug 20 18:24:53 2007//TBUGZILLA-3_1_3 -/messages.html.tmpl/1.2/Mon Aug 20 18:24:53 2007//TBUGZILLA-3_1_3 +/list.html.tmpl/1.2/Mon Aug 20 18:24:53 2007//TBUGZILLA-3_1_4 +/messages.html.tmpl/1.4/Wed Feb 27 18:46:24 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/sanitycheck/CVS/Tag b/template/en/default/admin/sanitycheck/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/sanitycheck/CVS/Tag +++ b/template/en/default/admin/sanitycheck/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/sanitycheck/messages.html.tmpl b/template/en/default/admin/sanitycheck/messages.html.tmpl index 0e44b2125..f493e403c 100644 --- a/template/en/default/admin/sanitycheck/messages.html.tmpl +++ b/template/en/default/admin/sanitycheck/messages.html.tmpl @@ -120,7 +120,7 @@ [%+ table FILTER html %].[% field FILTER html %] [% IF keyname %] [% IF keyname == "bug_id" %] - ([% "$terms.bug $key" FILTER bug_link(key) FILTER none %]) + ([% PROCESS bug_link bug_id = key %]) [% ELSE %] ([% keyname FILTER html %] == '[% key FILTER html %]') [% END %] @@ -148,7 +148,7 @@ [%+ table FILTER html %].[% field2 FILTER html %]. [% IF keyname %] [% IF keyname == "bug_id" %] - ([% "$terms.bug $key" FILTER bug_link(key) FILTER none %]) + ([% PROCESS bug_link bug_id = key %]) [% ELSE %] ([% keyname FILTER html %] == '[% key FILTER html %]') [% END %] @@ -168,7 +168,7 @@ [% IF attach_id %] attachment [% attach_id FILTER html %] in [% END %] - [%+ "$terms.bug $bug_id" FILTER bug_link(bug_id) FILTER none %]. + [%+ PROCESS bug_link bug_id = bug_id %]. [% ELSIF san_tag == "flag_fix" %] <a href="sanitycheck.cgi?remove_invalid_flags=1">Click @@ -205,7 +205,7 @@ Bogus keywordids [% id FILTER html %] found in keywords table. [% ELSIF san_tag == "keyword_check_duplicated_ids" %] - Duplicate keyword IDs found in [% "$terms.bug $id" FILTER bug_link(id) FILTER none %]. + Duplicate keyword IDs found in [% PROCESS bug_link bug_id = id %]. [% ELSIF san_tag == "keyword_cache_start" %] Checking cached keywords. @@ -265,7 +265,7 @@ rebuild the vote cache</a> [% ELSIF san_tag == "vote_cache_alert" %] - Bad vote cache for [% "$terms.bug $id" FILTER bug_link(id) FILTER none %] + Bad vote cache for [% PROCESS bug_link bug_id = id %] [% ELSIF san_tag == "vote_count_start" %] Checking cached vote counts. @@ -281,7 +281,16 @@ [% BLOCK bug_list %] [% FOREACH bug_id = badbugs %] - [%+ bug_id FILTER bug_link(bug_id) FILTER none %][% ", " IF !loop.last %] + [%# Do not use FILTER bug_link() here, because bug_link() calls get_text() + # which itself calls this template again, generating a recursion error. + # I doubt having a tooltip with the bug status and summary is so + # important here anyway, as you can click the "(as buglist)" link. %] + <a href="show_bug.cgi?id=[% bug_id FILTER url_quote %]">[% bug_id FILTER html %]</a> + [% ", " IF !loop.last %] [% END %] (<a href="buglist.cgi?bug_id=[% badbugs.join(",") FILTER url_quote %]">as buglist</a>). [% END %] + +[% BLOCK bug_link %] + <a href="show_bug.cgi?id=[% bug_id FILTER url_quote %]">[% terms.bug %] [%+ bug_id FILTER html %]</a> +[% END %] diff --git a/template/en/default/admin/settings/CVS/Entries b/template/en/default/admin/settings/CVS/Entries index e199360a1..4274e8c97 100644 --- a/template/en/default/admin/settings/CVS/Entries +++ b/template/en/default/admin/settings/CVS/Entries @@ -1,2 +1,2 @@ -/edit.html.tmpl/1.9/Sun Jan 27 23:14:25 2008//TBUGZILLA-3_1_3 +/edit.html.tmpl/1.9/Sun Jan 27 23:14:25 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/settings/CVS/Tag b/template/en/default/admin/settings/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/settings/CVS/Tag +++ b/template/en/default/admin/settings/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/table.html.tmpl b/template/en/default/admin/table.html.tmpl index 58cbe88d9..303aba798 100644 --- a/template/en/default/admin/table.html.tmpl +++ b/template/en/default/admin/table.html.tmpl @@ -70,7 +70,7 @@ [%################### TABLE HEADER ######################%] -<table border="1" cellpadding="4" cellspacing="0"> +<table id="admin_table" border="1" cellpadding="4" cellspacing="0"> <tr bgcolor="#6666FF"> [% FOREACH c = columns %] [%# Default to align left for headers %] diff --git a/template/en/default/admin/users/CVS/Entries b/template/en/default/admin/users/CVS/Entries index d25c06e29..d865614f2 100644 --- a/template/en/default/admin/users/CVS/Entries +++ b/template/en/default/admin/users/CVS/Entries @@ -1,9 +1,9 @@ -/confirm-delete.html.tmpl/1.20/Mon Nov 19 12:43:09 2007//TBUGZILLA-3_1_3 -/create.html.tmpl/1.5/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.15/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_3 -/list.html.tmpl/1.6/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_3 -/listselectvars.html.tmpl/1.2/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_1_3 -/responsibilities.html.tmpl/1.2/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_1_3 -/search.html.tmpl/1.6/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_3 -/userdata.html.tmpl/1.12/Sat Jan 12 11:40:11 2008//TBUGZILLA-3_1_3 +/confirm-delete.html.tmpl/1.20/Mon Nov 19 12:43:09 2007//TBUGZILLA-3_1_4 +/create.html.tmpl/1.5/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.15/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_4 +/list.html.tmpl/1.6/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_4 +/listselectvars.html.tmpl/1.2/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_1_4 +/responsibilities.html.tmpl/1.2/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_1_4 +/search.html.tmpl/1.6/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_4 +/userdata.html.tmpl/1.12/Sat Jan 12 11:40:11 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/users/CVS/Tag b/template/en/default/admin/users/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/users/CVS/Tag +++ b/template/en/default/admin/users/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/versions/CVS/Entries b/template/en/default/admin/versions/CVS/Entries index 9c128cbb0..ee5f45d40 100644 --- a/template/en/default/admin/versions/CVS/Entries +++ b/template/en/default/admin/versions/CVS/Entries @@ -1,7 +1,7 @@ -/confirm-delete.html.tmpl/1.8/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_1_3 -/create.html.tmpl/1.7/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.7/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_3 -/footer.html.tmpl/1.4/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_3 -/list.html.tmpl/1.5/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_3 -/select-product.html.tmpl/1.4/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_3 +/confirm-delete.html.tmpl/1.8/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_1_4 +/create.html.tmpl/1.7/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.7/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_4 +/footer.html.tmpl/1.4/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_4 +/list.html.tmpl/1.5/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_4 +/select-product.html.tmpl/1.4/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/versions/CVS/Tag b/template/en/default/admin/versions/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/versions/CVS/Tag +++ b/template/en/default/admin/versions/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/admin/workflow/CVS/Entries b/template/en/default/admin/workflow/CVS/Entries index 68b1d608d..619afc8ae 100644 --- a/template/en/default/admin/workflow/CVS/Entries +++ b/template/en/default/admin/workflow/CVS/Entries @@ -1,3 +1,3 @@ -/comment.html.tmpl/1.3/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.4/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_3 +/comment.html.tmpl/1.3/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.4/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/admin/workflow/CVS/Tag b/template/en/default/admin/workflow/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/admin/workflow/CVS/Tag +++ b/template/en/default/admin/workflow/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/attachment/CVS/Entries b/template/en/default/attachment/CVS/Entries index 1df05ad26..e2386e385 100644 --- a/template/en/default/attachment/CVS/Entries +++ b/template/en/default/attachment/CVS/Entries @@ -1,16 +1,16 @@ -/choose.html.tmpl/1.6/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_3 -/confirm-delete.html.tmpl/1.6/Sun Nov 11 22:03:17 2007//TBUGZILLA-3_1_3 -/content-types.html.tmpl/1.6/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_3 -/create.html.tmpl/1.34/Sun Nov 11 22:03:17 2007//TBUGZILLA-3_1_3 -/created.html.tmpl/1.19/Sun Jan 27 19:21:15 2008//TBUGZILLA-3_1_3 -/createformcontents.html.tmpl/1.2/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_3 -/delete_reason.txt.tmpl/1.3/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_3 -/diff-file.html.tmpl/1.7/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_3 -/diff-footer.html.tmpl/1.3/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_3 -/diff-header.html.tmpl/1.18/Sun Nov 11 22:03:17 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.49/Thu Nov 29 19:49:16 2007//TBUGZILLA-3_1_3 -/list.html.tmpl/1.38/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_3 -/midair.html.tmpl/1.1/Thu Nov 29 19:49:16 2007//TBUGZILLA-3_1_3 -/show-multiple.html.tmpl/1.24/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_3 -/updated.html.tmpl/1.17/Tue Jan 29 18:48:45 2008//TBUGZILLA-3_1_3 +/choose.html.tmpl/1.6/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4 +/confirm-delete.html.tmpl/1.6/Sun Nov 11 22:03:17 2007//TBUGZILLA-3_1_4 +/content-types.html.tmpl/1.6/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4 +/create.html.tmpl/1.35/Mon Mar 17 09:12:13 2008//TBUGZILLA-3_1_4 +/created.html.tmpl/1.21/Sun Mar 9 19:57:01 2008//TBUGZILLA-3_1_4 +/createformcontents.html.tmpl/1.2/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4 +/delete_reason.txt.tmpl/1.3/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4 +/diff-file.html.tmpl/1.7/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4 +/diff-footer.html.tmpl/1.3/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4 +/diff-header.html.tmpl/1.18/Sun Nov 11 22:03:17 2007//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.51/Mon Mar 31 08:51:04 2008//TBUGZILLA-3_1_4 +/list.html.tmpl/1.38/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4 +/midair.html.tmpl/1.2/Fri Feb 8 23:19:10 2008//TBUGZILLA-3_1_4 +/show-multiple.html.tmpl/1.25/Tue Mar 18 08:31:51 2008//TBUGZILLA-3_1_4 +/updated.html.tmpl/1.19/Sun Mar 9 19:57:01 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/attachment/CVS/Tag b/template/en/default/attachment/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/attachment/CVS/Tag +++ b/template/en/default/attachment/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 3a5353577..7944228f3 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -21,7 +21,7 @@ # Marc Schumann <wurblzap@gmail.com> #%] -[% PROCESS global/variables.none.tmpl %] +[% PROCESS "global/field-descs.none.tmpl" %] [%# Define strings that will serve as the title and header of this page %] [% title = BLOCK %]Create New Attachment for [% terms.Bug %] #[% bug.bug_id %][% END %] @@ -82,10 +82,10 @@ [% IF bug_statuses.size %] <label for="takebug">and set the [% terms.bug %] status to</label> <select id="bug_status" name="bug_status"> - <option label="[% bug.status.name FILTER html %]">[% bug.status.name FILTER html %] (current)</option> + <option value="[% bug.status.name FILTER html %]">[% get_status(bug.status.name) FILTER html %] (current)</option> [% FOREACH bug_status = bug_statuses %] [% NEXT IF bug_status.id == bug.status.id %] - <option label="[% bug_status.name FILTER html %]">[% bug_status.name FILTER html %]</option> + <option value="[% bug_status.name FILTER html %]">[% get_status(bug_status.name) FILTER html %]</option> [% END %] </select> [% END %] diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index d0358dac3..1f5bdb6ac 100644 --- a/template/en/default/attachment/created.html.tmpl +++ b/template/en/default/attachment/created.html.tmpl @@ -25,9 +25,20 @@ #%] [% PROCESS global/variables.none.tmpl %] +[% bug = bugs.0 %] +[% bodyclasses = ['bz_bug', + "bz_status_$bug.bug_status", + "bz_component_$bug.component", + "bz_bug_$bug.bug_id" + ] +%] +[% FOREACH group = bug.groups_in %] + [% bodyclasses.push("bz_group_$group.name") %] +[% END %] [% PROCESS global/header.html.tmpl title = "Attachment $attachment.id added to $terms.Bug $attachment.bug_id" + bodyclasses = bodyclasses javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js", "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ] style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ] diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 3796b5650..7989dc7c9 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -36,11 +36,6 @@ header = header subheader = subheader doc_section = "attachments.html" - style = " - table.attachment_info th { text-align: right; vertical-align: top; } - table.attachment_info td { text-align: left; vertical-align: top; } - #noview { text-align: left; vertical-align: middle; } - " %] <script type="text/javascript"> @@ -241,11 +236,11 @@ value="[% attachment.contenttype FILTER html %]"><br> <input type="checkbox" id="ispatch" name="ispatch" value="1" - [% 'checked="checked"' IF attachment.ispatch %]> + [%+ 'checked="checked"' IF attachment.ispatch %]> <label for="ispatch">patch</label> [% END %] <input type="checkbox" id="isobsolete" name="isobsolete" value="1" - [% 'checked="checked"' IF attachment.isobsolete %]> + [%+ 'checked="checked"' IF attachment.isobsolete %]> <label for="isobsolete">obsolete</label> [% IF (Param("insidergroup") && user.in_group(Param("insidergroup"))) %] <input type="checkbox" id="isprivate" name="isprivate" value="1" @@ -253,6 +248,7 @@ <label for="isprivate">private</label><br> [% END %] <br> + </small> [% IF flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" bug_id = attachment.bug_id @@ -260,8 +256,8 @@ [% END %] <div id="smallCommentFrame"> - <b><label for="comment">Comment</label> (on the - [%+ terms.bug %]):</b><br> + <b><small><label for="comment">Comment</label> (on the + [%+ terms.bug %]):</small></b><br> [% INCLUDE global/textarea.html.tmpl id = 'comment' name = 'comment' @@ -282,7 +278,6 @@ && attachment.datasize > 0 %] | <a href="attachment.cgi?id=[% attachment.id %]&action=delete">Delete</a> [% END %] - </small> </td> [% IF !attachment.datasize %] @@ -317,15 +312,15 @@ <!-- if (typeof document.getElementById == "function") { [% IF patchviewerinstalled %] - document.write('<iframe id="viewDiffFrame" style="height: 400px; width: 100%; display: none;"></iframe>'); + document.write('<iframe id="viewDiffFrame" style="height: 400px; width: 100%; display: none;"><\/iframe>'); [% END %] - document.write('<button type="button" id="editButton" onclick="editAsComment();">Edit Attachment As Comment</button>'); - document.write('<button type="button" id="undoEditButton" onclick="undoEditAsComment();" style="display: none;">Undo Edit As Comment</button>'); - document.write('<button type="button" id="redoEditButton" onclick="redoEditAsComment();" style="display: none;">Redo Edit As Comment</button>'); + document.write('<button type="button" id="editButton" onclick="editAsComment();">Edit Attachment As Comment<\/button>'); + document.write('<button type="button" id="undoEditButton" onclick="undoEditAsComment();" style="display: none;">Undo Edit As Comment<\/button>'); + document.write('<button type="button" id="redoEditButton" onclick="redoEditAsComment();" style="display: none;">Redo Edit As Comment<\/button>'); [% IF patchviewerinstalled %] - document.write('<button type="button" id="viewDiffButton" onclick="viewDiff();">View Attachment As Diff</button>'); + document.write('<button type="button" id="viewDiffButton" onclick="viewDiff();">View Attachment As Diff<\/button>'); [% END %] - document.write('<button type="button" id="viewRawButton" onclick="viewRaw();" style="display: none;">View Attachment As Raw</button>'); + document.write('<button type="button" id="viewRawButton" onclick="viewRaw();" style="display: none;">View Attachment As Raw<\/button>'); } //--> </script> diff --git a/template/en/default/attachment/midair.html.tmpl b/template/en/default/attachment/midair.html.tmpl index 8cde9f2f5..f0883b55b 100644 --- a/template/en/default/attachment/midair.html.tmpl +++ b/template/en/default/attachment/midair.html.tmpl @@ -50,7 +50,9 @@ [% IF cgi.param("comment") %] <p> Your comment was:<br> - <blockquote><pre>[% cgi.param("comment") FILTER wrap_comment FILTER html %]</pre></blockquote> + <blockquote><pre class="bz_comment_text"> + [% cgi.param("comment") FILTER wrap_comment FILTER html %] + </pre></blockquote> </p> [% END %] diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl index 632a86271..36088c96c 100644 --- a/template/en/default/attachment/show-multiple.html.tmpl +++ b/template/en/default/attachment/show-multiple.html.tmpl @@ -31,10 +31,6 @@ 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; } - " %] <br> diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl index 4b9160710..f7252e5c8 100644 --- a/template/en/default/attachment/updated.html.tmpl +++ b/template/en/default/attachment/updated.html.tmpl @@ -27,17 +27,22 @@ [% bug = bugs.0 %] [% filtered_desc = bug.short_desc FILTER html %] [% filtered_timestamp = bug.delta_ts FILTER time %] +[% bodyclasses = ['bz_bug', + "bz_status_$bug.bug_status", + "bz_component_$bug.component", + "bz_bug_$bug.bug_id" + ] +%] +[% FOREACH group = bug.groups_in %] + [% bodyclasses.push("bz_group_$group.name") %] +[% END %] [% PROCESS global/header.html.tmpl title = "Changes Submitted to Attachment $attachment.id of $terms.Bug $attachment.bug_id" header = "$terms.Bug $attachment.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" - ] + bodyclasses = bodyclasses javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js", "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ] style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ] diff --git a/template/en/default/bug/CVS/Entries b/template/en/default/bug/CVS/Entries index 42efaeaea..8360c2163 100644 --- a/template/en/default/bug/CVS/Entries +++ b/template/en/default/bug/CVS/Entries @@ -1,17 +1,17 @@ -/choose.html.tmpl/1.8/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_3 -/comments.html.tmpl/1.35/Wed Nov 21 01:06:22 2007//TBUGZILLA-3_1_3 -/dependency-graph.html.tmpl/1.14/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_3 -/dependency-tree.html.tmpl/1.28/Sun Nov 11 22:03:18 2007//TBUGZILLA-3_1_3 -/edit.html.tmpl/1.112/Tue Jan 29 18:42:16 2008//TBUGZILLA-3_1_3 -/field.html.tmpl/1.14/Sat Jan 12 17:20:51 2008//TBUGZILLA-3_1_3 -/keyword-chooser.html.tmpl/1.2/Mon Aug 20 18:24:58 2007//TBUGZILLA-3_1_3 -/knob.html.tmpl/1.35/Mon Aug 20 18:24:58 2007//TBUGZILLA-3_1_3 -/navigate.html.tmpl/1.11/Sun Jan 27 19:21:16 2008//TBUGZILLA-3_1_3 -/show-multiple.html.tmpl/1.40/Sun Nov 11 22:03:18 2007//TBUGZILLA-3_1_3 -/show.html.tmpl/1.22/Sun Jan 27 19:21:16 2008//TBUGZILLA-3_1_3 -/show.xml.tmpl/1.22/Mon Aug 20 18:24:58 2007//TBUGZILLA-3_1_3 -/summarize-time.html.tmpl/1.11/Sun Nov 11 22:03:18 2007//TBUGZILLA-3_1_3 -/time.html.tmpl/1.3/Mon Aug 20 18:24:58 2007//TBUGZILLA-3_1_3 +/choose.html.tmpl/1.8/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4 +/comments.html.tmpl/1.36/Fri Feb 8 23:19:20 2008//TBUGZILLA-3_1_4 +/dependency-graph.html.tmpl/1.14/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4 +/dependency-tree.html.tmpl/1.29/Fri Apr 11 21:42:30 2008//TBUGZILLA-3_1_4 +/edit.html.tmpl/1.123/Sat Apr 19 17:49:48 2008//TBUGZILLA-3_1_4 +/field.html.tmpl/1.14/Sat Jan 12 17:20:51 2008//TBUGZILLA-3_1_4 +/keyword-chooser.html.tmpl/1.3/Sun Mar 16 20:48:36 2008//TBUGZILLA-3_1_4 +/knob.html.tmpl/1.36/Thu Apr 10 16:33:46 2008//TBUGZILLA-3_1_4 +/navigate.html.tmpl/1.11/Sun Jan 27 19:21:16 2008//TBUGZILLA-3_1_4 +/show-multiple.html.tmpl/1.42/Mon May 5 00:05:51 2008//TBUGZILLA-3_1_4 +/show.html.tmpl/1.25/Sun Mar 9 19:57:02 2008//TBUGZILLA-3_1_4 +/show.xml.tmpl/1.23/Mon Mar 17 16:37:02 2008//TBUGZILLA-3_1_4 +/summarize-time.html.tmpl/1.12/Mon Mar 31 08:51:05 2008//TBUGZILLA-3_1_4 +/time.html.tmpl/1.3/Mon Aug 20 18:24:58 2007//TBUGZILLA-3_1_4 D/activity//// D/create//// D/process//// diff --git a/template/en/default/bug/CVS/Tag b/template/en/default/bug/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/bug/CVS/Tag +++ b/template/en/default/bug/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/bug/activity/CVS/Entries b/template/en/default/bug/activity/CVS/Entries index cc61c3afb..1a0670e7b 100644 --- a/template/en/default/bug/activity/CVS/Entries +++ b/template/en/default/bug/activity/CVS/Entries @@ -1,3 +1,3 @@ -/show.html.tmpl/1.10/Wed Oct 3 13:38:34 2007//TBUGZILLA-3_1_3 -/table.html.tmpl/1.15/Mon Aug 20 18:24:59 2007//TBUGZILLA-3_1_3 +/show.html.tmpl/1.10/Wed Oct 3 13:38:34 2007//TBUGZILLA-3_1_4 +/table.html.tmpl/1.16/Wed Apr 2 00:23:05 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/bug/activity/CVS/Tag b/template/en/default/bug/activity/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/bug/activity/CVS/Tag +++ b/template/en/default/bug/activity/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl index c1e3c3990..b676eb1c9 100644 --- a/template/en/default/bug/activity/table.html.tmpl +++ b/template/en/default/bug/activity/table.html.tmpl @@ -73,7 +73,7 @@ <a href="attachment.cgi?id=[% change.attachid %]"> Attachment #[% change.attachid %]</a> [% END %] - [% change.field %] + [%+ change.field %] </td> <td> [% IF change.removed.defined %] diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 1fc5d46d3..da3fe3a9d 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -216,7 +216,8 @@ [% ELSE %] [% wrapped_comment = comment.body FILTER wrap_comment %] [% END %] -<pre[% ' id="comment_text_' _ count _ '"' IF mode == "edit" %]> +<pre class="bz_comment_text" + [% ' id="comment_text_' _ count _ '"' IF mode == "edit" %]> [%- wrapped_comment FILTER quoteUrls(bug.bug_id) -%] </pre> </div> diff --git a/template/en/default/bug/create/CVS/Entries b/template/en/default/bug/create/CVS/Entries index 0add02eec..f50a9eb3c 100644 --- a/template/en/default/bug/create/CVS/Entries +++ b/template/en/default/bug/create/CVS/Entries @@ -1,9 +1,9 @@ -/comment-guided.txt.tmpl/1.6/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_3 -/comment.txt.tmpl/1.5/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_3 -/confirm-create-dupe.html.tmpl/1.4/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_3 -/create-guided.html.tmpl/1.42/Fri Dec 14 16:57:49 2007//TBUGZILLA-3_1_3 -/create.html.tmpl/1.81/Sun Dec 2 22:30:53 2007//TBUGZILLA-3_1_3 -/created.html.tmpl/1.12/Sun Jan 27 19:21:17 2008//TBUGZILLA-3_1_3 -/make-template.html.tmpl/1.10/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_3 -/user-message.html.tmpl/1.5/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_3 +/comment-guided.txt.tmpl/1.6/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_4 +/comment.txt.tmpl/1.5/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_4 +/confirm-create-dupe.html.tmpl/1.4/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_4 +/create-guided.html.tmpl/1.42/Fri Dec 14 16:57:49 2007//TBUGZILLA-3_1_4 +/create.html.tmpl/1.83/Mon Mar 17 17:04:56 2008//TBUGZILLA-3_1_4 +/created.html.tmpl/1.12/Sun Jan 27 19:21:17 2008//TBUGZILLA-3_1_4 +/make-template.html.tmpl/1.10/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_4 +/user-message.html.tmpl/1.5/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/bug/create/CVS/Tag b/template/en/default/bug/create/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/bug/create/CVS/Tag +++ b/template/en/default/bug/create/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 8bc4ab465..24b6ec959 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -314,10 +314,21 @@ function handleWantsAttachment(wants_attachment) { <td rowspan="[% num_rows FILTER html %]"> [% IF product.flag_types.bug.size > 0 %] - [% PROCESS "flag/list.html.tmpl" flag_types = product.flag_types.bug - any_flags_requesteeble = 1 - flag_table_id = "bug_flags" - %] + [% display_flag_headers = 0 %] + [% any_flags_requesteeble = 0 %] + + [% FOREACH flag_type = product.flag_types.bug %] + [% NEXT UNLESS flag_type.is_active %] + [% display_flag_headers = 1 %] + [% SET any_flags_requesteeble = 1 IF flag_type.is_requestable && flag_type.is_requesteeble %] + [% END %] + + [% IF display_flag_headers %] + [% PROCESS "flag/list.html.tmpl" flag_types = product.flag_types.bug + any_flags_requesteeble = any_flags_requesteeble + flag_table_id = "bug_flags" + %] + [% END %] [% END %] </td> </tr> @@ -421,10 +432,9 @@ function handleWantsAttachment(wants_attachment) { <tbody> [% USE Bugzilla %] - [% custom_fields = Bugzilla.get_fields({ obsolete => 0, custom => 1, - enter_bug => 1 }) %] - [% FOREACH field = custom_fields %] + [% FOREACH field = Bugzilla.active_custom_fields %] + [% NEXT UNLESS field.enter_bug %] [% SET value = ${field.name} IF ${field.name}.defined %] <tr> [% PROCESS bug/field.html.tmpl editable=1 value_span=3 %] diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index 9fcbebbd5..cc49d2fa4 100644 --- a/template/en/default/bug/dependency-tree.html.tmpl +++ b/template/en/default/bug/dependency-tree.html.tmpl @@ -21,7 +21,7 @@ # André Batosti <batosti@async.com.br> #%] -[% PROCESS global/variables.none.tmpl %] +[% PROCESS 'global/field-descs.none.tmpl' %] [% filtered_desc = blocked_tree.$bugid.short_desc FILTER html %] [% PROCESS global/header.html.tmpl @@ -153,7 +153,7 @@ [% END %] [% BLOCK buginfo %] - [% bug.bug_status FILTER html -%] [%+ bug.resolution FILTER html %]; + [% get_status(bug.bug_status) FILTER html -%] [%+ get_resolution(bug.resolution) FILTER html %]; [%-%] assigned to [% bug.assigned_to.login FILTER html %] [%-%][% "; Target: " _ bug.target_milestone IF bug.target_milestone %] [% END %] diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 2723c654e..e558f0b98 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -20,6 +20,7 @@ # Max Kanat-Alexander <mkanat@bugzilla.org> # Frédéric Buclin <LpSolit@gmail.com> # Olav Vitters <olav@bkor.dhs.org> + # Guy Pyrzak <guy.pyrzak@gmail.com> #%] [% PROCESS global/variables.none.tmpl %] @@ -241,7 +242,13 @@ maxrows = 25 cols = constants.COMMENT_COLS %] - [% PROCESS bug/knob.html.tmpl %] + <br> + <div id="knob-buttons"> + <input type="submit" value="Commit" id="commit"> + [% IF bug.user.canmove %] + <input type="submit" name="action" id="action" value="[% Param("move-button-text") %]"> + [% END %] + </div> [% ELSE %] <fieldset> <legend>Note</legend> @@ -321,9 +328,7 @@ && bug.alias %] [% END %] [%# *** Summary *** %] - [% IF bug.check_can_change_field('alias', 0, 1) %] - <label accesskey="s" for="short_desc"><u>S</u>ummary</label>: - [% END %] + <label accesskey="s" for="short_desc"><u>S</u>ummary</label>: [% PROCESS input inputname => "short_desc" size => "60" colspan => 2 maxlength => 255 spellcheck => "true" no_td => 1 %] </span> @@ -356,9 +361,9 @@ <td class="field_label"> <label for="component" accesskey="m"> <b><a href="describecomponents.cgi?product=[% bug.product FILTER url_quote %]"> - Co<u>m</u>ponent</a> + Co<u>m</u>ponent</a>: </b> - </label>: + </label> </td> [% PROCESS select selname => "component" %] </tr> @@ -379,6 +384,9 @@ <td> [% PROCESS select selname => "rep_platform" no_td=> 1 %] [%+ PROCESS select selname => "op_sys" no_td=> 1 %] + <script type="text/javascript"> + assignToDefaultOnChange(['product', 'component']); + </script> </td> </tr> @@ -400,14 +408,7 @@ <b><a href="page.cgi?id=fields.html#status">Status</a></b>: </td> <td id="bz_field_status"> - - [% get_status(bug.bug_status) FILTER html %] - [% 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 %] - + [% PROCESS bug/knob.html.tmpl %] </td> </tr> [%###############################################################%] @@ -418,24 +419,24 @@ <label for="priority" accesskey="i"><b><u>I</u>mportance</b></label>: </td> <td> - <table> - <tr> - [% PROCESS select selname => "priority" %] - [% PROCESS select selname = "bug_severity" %] - [% IF bug.use_votes %] - <td> - [% IF bug.votes %] - with - <a href="votes.cgi?action=show_bug&bug_id=[% bug.bug_id %]"> - [% bug.votes %] vote[%IF bug.votes > 1 %]s[% END %] - </a>. - [% END %] - (<a href="votes.cgi?action=show_user&bug_id= - [% bug.bug_id %]#vote_[% bug.bug_id %]">vote</a>) - </td> - [% END %] - </tr> - </table> + [% PROCESS select selname => "priority" no_td=>1 %] + [% PROCESS select selname = "bug_severity" no_td=>1 %] + [% IF bug.use_votes %] + <span id="votes_container"> + [% IF bug.votes %] + with + <a href="votes.cgi?action=show_bug&bug_id=[% bug.bug_id %]"> + [% bug.votes %] + [% IF bug.votes == 1 %] + vote + [% ELSE %] + votes + [% END %]</a> + [% END %] + (<a href="votes.cgi?action=show_user&bug_id= + [% bug.bug_id %]#vote_[% bug.bug_id %]">vote</a>) + </span> + [% END %] </td> </tr> @@ -482,7 +483,7 @@ %] <br> <input type="checkbox" id="set_default_assignee" name="set_default_assignee" value="1"> - <label for="set_default_assignee">Reset Assignee to default</label> + <label id="set_default_assignee_label" for="set_default_assignee">Reset Assignee to default</label> </div> <script type="text/javascript"> hideEditableField('bz_assignee_edit_container', @@ -490,10 +491,9 @@ 'bz_assignee_edit_action', 'assigned_to', '[% bug.assigned_to.login FILTER js %]' ); + initDefaultCheckbox('assignee'); </script> [% ELSE %] - <input type="hidden" name="assigned_to" id="assigned_to" - value="[% bug.assigned_to.login FILTER html %]"> [% INCLUDE user_identity user => bug.assigned_to %] [% END %] </td> @@ -526,28 +526,29 @@ %] <br> <input type="checkbox" id="set_default_qa_contact" name="set_default_qa_contact" value="1"> - <label for="set_default_qa_contact">Reset QA Contact to default</label> + <label for="set_default_qa_contact" id="set_default_qa_contact_label">Reset QA Contact to default</label> </div> - [% IF bug.qa_contact != "" %] - <script type="text/javascript"> - hideEditableField('bz_qa_contact_edit_container', - 'bz_qa_contact_input', - 'bz_qa_contact_edit_action', - 'qa_contact', - '[% bug.qa_contact.login FILTER js %]'); - </script> - [% END %] + <script type="text/javascript"> + [% IF bug.qa_contact != "" %] + hideEditableField('bz_qa_contact_edit_container', + 'bz_qa_contact_input', + 'bz_qa_contact_edit_action', + 'qa_contact', + '[% bug.qa_contact.login FILTER js %]'); + [% END %] + initDefaultCheckbox('qa_contact'); + </script> [% ELSE %] - <input type="hidden" name="qa_contact" id="qa_contact" - value="[% bug.qa_contact.login FILTER html %]"> [% INCLUDE user_identity user => bug.qa_contact %] [% END %] </td> </tr> [% END %] - [% END %] +[%############################################################################%] +[%# Block for URL Keyword and Whiteboard #%] +[%############################################################################%] [% BLOCK section_url_keyword_whiteboard %] [%# *** URL Whiteboard Keywords *** %] <tr> @@ -615,6 +616,9 @@ [% END %] [% END %] +[%############################################################################%] +[%# Block for Depends On / Blocks #%] +[%############################################################################%] [% BLOCK section_dependson_blocks %] <tr> [% PROCESS dependencies @@ -644,7 +648,7 @@ [%############################################################################%] [% BLOCK section_restrict_visibility %] - [% IF bug.groups.size > 0 %] + [% RETURN UNLESS bug.groups.size %] <table> <tr> <td class="field_label"> @@ -656,19 +660,20 @@ [% FOREACH group = bug.groups %] [% SET inallgroups = 0 IF NOT group.ingroup %] [% SET inagroup = 1 IF group.ison %] - - [% IF NOT group.mandatory %] - [% IF NOT emitted_description %] - [% emitted_description = 1 %] - <div id="bz_restrict_group_visibility_help"> - <b>Only users in all of the selected groups can view this [% terms.bug %]:</b> - <br> - <font size="-1"> - (Unchecking all boxes makes this a more public [% terms.bug %].) - </font> - </div> - [% END %] - + + [% NEXT IF group.mandatory %] + + [% IF NOT emitted_description %] + [% emitted_description = 1 %] + <div id="bz_restrict_group_visibility_help"> + <b>Only users in all of the selected groups can view this [% terms.bug %]:</b> + <br> + <small> + (Unchecking all boxes makes this a more public [% terms.bug %].) + <small> + </div> + [% END %] + [% IF group.ingroup %] <input type="hidden" name="defined_bit-[% group.bit %]" value="1"> [% END %] @@ -678,18 +683,18 @@ [% " disabled=\"disabled\"" IF NOT group.ingroup %]> <label for="bit-[% group.bit %]">[% group.description FILTER html_light %]</label> <br> - [% END %] [% END %] - + [% IF NOT inallgroups %] <b> Only members of a group can change the visibility of [% terms.abug %] for that group. </b> - <br> + <br> [% END %] </td> </tr> + [% IF inagroup %] <tr> <td class="field_label"> @@ -710,19 +715,25 @@ </div> <div> <div> - <input type="hidden" name="defined_reporter_accessible" value="1"> + [% user_can_edit_accessible = bug.check_can_change_field("reporter_accessible", 0, 1) %] + [% IF user_can_edit_accessible %] + <input type="hidden" name="defined_reporter_accessible" value="1"> + [% END %] <input type="checkbox" value="1" name="reporter_accessible" id="reporter_accessible" [% " checked" IF bug.reporter_accessible %] - [% " disabled=\"disabled\"" UNLESS bug.check_can_change_field("reporter_accessible", 0, 1) %]> + [% " disabled=\"disabled\"" UNLESS user_can_edit_accessible %]> <label for="reporter_accessible">Reporter</label> </div> <div> - <input type="hidden" name="defined_cclist_accessible" value="1"> + [% user_can_edit_accessible = bug.check_can_change_field("cclist_accessible", 0, 1) %] + [% IF user_can_edit_accessible %] + <input type="hidden" name="defined_cclist_accessible" value="1"> + [% END %] <input type="checkbox" value="1" name="cclist_accessible" id="cclist_accessible" [% " checked" IF bug.cclist_accessible %] - [% " disabled=\"disabled\"" UNLESS bug.check_can_change_field("cclist_accessible", 0, 1) %]> + [% " disabled=\"disabled\"" UNLESS user_can_edit_accessible %]> <label for="cclist_accessible">CC List</label> </div> </div> @@ -730,7 +741,6 @@ </tr> [% END %] </table> - [% END %] [% END %] [%############################################################################%] @@ -787,12 +797,17 @@ <br> [% END %] [% END %] - [% bug.cc.size || 0 FILTER html%] total users + [% bug.cc.size || 0 FILTER html %] + [% IF bug.cc.size == 1 %] + user + [% ELSE %] + users + [% END %] [% IF user.id %] [% IF bug.cc.contains( user.email ) %] including you ([% INCLUDE user_identity user=> user FILTER collapse %]) [% END %] - [% END %]. + [% END %] <span id="cc_edit_area_showhide_container" class="bz_default_hidden"> (<a href="#" id="cc_edit_area_showhide">edit</a>) </span> @@ -823,8 +838,6 @@ [%%]<label for="removecc">Remove selected CCs</label> <br> [% END %] - [% ELSE %] - <input type="hidden" name="cc" value=""> [% END %] </div> <script type="text/javascript"> @@ -861,15 +874,6 @@ </tr> <tr> <td colspan="2"> - [% 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 %] - [% IF user.id %] [% IF bug.flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" flag_no_header = 1 @@ -887,29 +891,25 @@ [% END %] [% END %] [% END %] - [% END %] </td> </tr> [% END %] [% END %] [%############################################################################%] -[%# Block for Section Spacer #%] +[%# Block for Custom Fields #%] [%############################################################################%] [% BLOCK section_customfields %] [%# *** 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 %] + [% FOREACH field = Bugzilla.active_custom_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 %] @@ -941,9 +941,6 @@ [% 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" id="[% dep.fieldname %]" name="[% dep.fieldname %]" - value="[% bug.${dep.fieldname}.join(', ') %]"> [% END %] </span> @@ -1060,7 +1057,6 @@ [% END %] </select> [% ELSE %] - <input type="hidden" id="[% selname %]" name="[% selname %]" value="[% bug.${selname} FILTER html %]"> [% bug.${selname} FILTER html %] [% END %] [% IF NOT no_td %] @@ -1085,8 +1081,6 @@ [% " onfocus=\"$onfocus\"" IF onfocus %] [% " spellcheck=\"$spellcheck\"" IF spellcheck %]> [% ELSE %] - <input type="hidden" name="[% inputname %]" id="[% inputname %]" - value="[% val FILTER html %]"> [% IF size && val.length > size %] <span title="[% val FILTER html %]"> [% val FILTER truncate(size) FILTER html %] diff --git a/template/en/default/bug/keyword-chooser.html.tmpl b/template/en/default/bug/keyword-chooser.html.tmpl index c18087d74..b935bc08c 100644 --- a/template/en/default/bug/keyword-chooser.html.tmpl +++ b/template/en/default/bug/keyword-chooser.html.tmpl @@ -1,5 +1,5 @@ [%# ***** BEGIN LICENSE BLOCK ***** - # Version: MPL 1.1/GPL 2.0/LGPL 2.1 + # Version: MPL 1.1 # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with @@ -20,18 +20,6 @@ # Contributor(s): # Christopher A. Aillon <christopher@aillon.com> (Original Author) # - # Alternatively, the contents of this file may be used under the terms of - # either the GNU General Public License Version 2 or later (the "GPL"), or - # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - # in which case the provisions of the GPL or the LGPL are applicable instead - # of those above. If you wish to allow use of your version of this file only - # under the terms of either the GPL or the LGPL, and not to allow others to - # use your version of this file under the terms of the MPL, indicate your - # decision by deleting the provisions above and replace them with the notice - # and other provisions required by the GPL or the LGPL. If you do not delete - # the provisions above, a recipient may use your version of this file under - # the terms of any one of the MPL, the GPL or the LGPL. - # # ***** END LICENSE BLOCK ***** #%] diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl index 432e9b309..4cf6031e7 100644 --- a/template/en/default/bug/knob.html.tmpl +++ b/template/en/default/bug/knob.html.tmpl @@ -18,15 +18,16 @@ # Contributor(s): Gervase Markham <gerv@gerv.net> # Vaskin Kissoyan <vkissoyan@yahoo.com> # Frédéric Buclin <LpSolit@gmail.com> + # Guy Pyrzak <guy.pyrzak@gmail.com> #%] [% PROCESS global/variables.none.tmpl %] - -<br> -<div id="knob"> - <div id="knob-options"> +<div id="status"> [% initial_action_shown = 0 %] + [% show_resolution = 0 %] + [% bug_status_select_displayed = 0 %] + [% closed_status_array = [] %] [%# These actions are based on the current custom workflow. %] [% FOREACH bug_status = bug.status.can_change_to %] [% NEXT IF bug.isunconfirmed && bug_status.is_open && !bug.user.canconfirm %] @@ -36,85 +37,114 @@ # for compatibility with older versions. %] [% NEXT IF !bug.isopened && (bug.everconfirmed && bug_status.name == "UNCONFIRMED" || !bug.everconfirmed && bug_status.name == "REOPENED") %] + [% IF NOT bug_status_select_displayed %] + <select name="bug_status" id="bug_status"> + [% bug_status_select_displayed = 1 %] + [% END %] [% PROCESS initial_action %] [% NEXT IF bug_status.name == bug.bug_status %] - <input type="radio" id="knob_[% bug_status.id FILTER html %]" name="knob" - value="[% bug_status.name FILTER html %]"> - <label for="knob_[% bug_status.id FILTER html %]"> - Change status to <b>[% get_status(bug_status.name) FILTER html %]</b> - </label> - [% IF bug.isopened && !bug_status.is_open %] - and set the resolution to [% PROCESS select_resolution field = "knob_${bug_status.id}" %] + <option value="[% bug_status.name FILTER html %]"> + [% get_status(bug_status.name) FILTER html %] + </option> + [% IF !bug_status.is_open %] + [% show_resolution = 1 %] + [% filtered_status = bug_status.name FILTER js %] + [% closed_status_array.push( filtered_status ) %] [% END %] - <br> [% END %] [%# These actions are special and are independent of the workflow. %] [% IF bug.user.canedit || bug.user.isreporter %] + [% IF NOT bug_status_select_displayed %] + <select name="bug_status" id="bug_status"> + [% bug_status_select_displayed = 1 %] + [% END %] [% 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 - <b>[% get_resolution(bug.resolution) FILTER html %]</b>) - </label> - <br> [% END %] - [% ELSE %] - [% IF bug.resolution != "MOVED" || bug.user.canmove %] + [% ELSIF 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 - </label> - [% PROCESS select_resolution field = "knob_change_resolution" %] - <br> - [% END %] + [% show_resolution = 1 %] [% END %] - - [% PROCESS duplicate %] + [% END %] + [% IF bug_status_select_displayed %] + </select> + [% ELSE %] + [% get_status(bug.bug_status) FILTER html %] + [% IF bug.resolution %] + [%+ get_resolution(bug.resolution) FILTER html %] + [% IF bug.dup_id %] + <span id="duplicate_display">of + [% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %]</span> + [% END %] + [% END %] [% END %] - </div> - - <div id="knob-buttons"> - <input type="submit" value="Commit" id="commit"> - [% IF bug.user.canmove %] - <input type="submit" name="action" id="action" value="[% Param("move-button-text") %]"> + [% IF bug.user.canedit || bug.user.isreporter %] + [% IF show_resolution %] + <noscript><br>resolved as </noscript> + <span id="resolution_settings">[% PROCESS select_resolution %]</span> [% END %] - </div> + <noscript><br> duplicate</noscript> + + <span id="duplicate_settings">of + <span id="dup_id_container" class="bz_default_hidden"> + [% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %] + (<a href="#" id="dup_id_edit_action">edit</a>) + </span + ><input id="dup_id" name="dup_id" size="6" + value="[% bug.dup_id FILTER html %]"> + </span> + <div id="dup_id_discoverable" class="bz_default_hidden"> + <a href="#" id="dup_id_discoverable_action">Mark as Duplicate</a> + </div> + [% END %] </div> +<script type="text/javascript"> + var close_status_array = new Array("[% closed_status_array.join('", "') FILTER replace(',$', '') + FILTER none %]"); + YAHOO.util.Dom.setStyle('dup_id_discoverable', 'display', 'block'); + hideEditableField( "dup_id_container", "dup_id", 'dup_id_edit_action', + 'dup_id', '[% bug.dup_id FILTER js %]' ) + showHideStatusItems( "", ['[% "is_duplicate" IF bug.dup_id %]', + '[% bug.bug_status FILTER js %]']); + YAHOO.util.Event.addListener( 'bug_status', "change", showHideStatusItems, + ['[% "is_duplicate" IF bug.dup_id %]', + '[% bug.bug_status FILTER js %]']); + YAHOO.util.Event.addListener( 'resolution', "change", showDuplicateItem); + YAHOO.util.Event.addListener( 'dup_id_discoverable_action', + 'click', + setResolutionToDuplicate, + '[% Param('duplicate_or_move_bug_status') + FILTER js %]'); + YAHOO.util.Event.addListener( window, 'load', showHideStatusItems, + ['[% "is_duplicate" IF bug.dup_id %]', + '[% bug.bug_status FILTER js %]'] ); +</script> [%# 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>[% get_status(bug.bug_status) FILTER html %] - [% get_resolution(bug.resolution) FILTER html %]</b> - </label> - <br> + <option selected value="[% bug.bug_status FILTER html %]"> + [% get_status(bug.bug_status) FILTER html %] + </option> + [% IF !bug.isopened %] + [% show_resolution = 1 %] + [% filtered_status = bug.bug_status FILTER js %] + [% closed_status_array.push(filtered_status) %] + [% END %] [% initial_action_shown = 1 %] [% END %] [% END %] [% BLOCK select_resolution %] - <select name="resolution_[% field FILTER html %]" - onchange="document.forms['changeform'].[% field FILTER html %].checked=true"> + <select name="resolution" id="resolution"> [% FOREACH r = bug.choices.resolution %] - <option value="[% r FILTER html %]">[% get_resolution(r) FILTER html %]</option> + [% NEXT IF r == "MOVED" && bug.resolution != "MOVED" %] + <option value="[% r FILTER html %]" + [% "selected" IF r == bug.resolution %]> + [% get_resolution(r) FILTER html %]</option> [% END %] </select> [% END %] - -[% BLOCK duplicate %] - <input type="radio" id="knob_duplicate" name="knob" value="duplicate"> - <label for="knob_duplicate"> - Mark the [% terms.bug %] as duplicate of [% terms.bug %] # - </label> - <input name="dup_id" size="6" - onchange="if (this.value != '') {document.forms['changeform'].knob_duplicate.checked=true}"> - <br> -[% END %] diff --git a/template/en/default/bug/process/CVS/Entries b/template/en/default/bug/process/CVS/Entries index a26c3d8a3..f2d091f36 100644 --- a/template/en/default/bug/process/CVS/Entries +++ b/template/en/default/bug/process/CVS/Entries @@ -1,7 +1,7 @@ -/bugmail.html.tmpl/1.8/Mon Aug 20 18:25:01 2007//TBUGZILLA-3_1_3 -/confirm-duplicate.html.tmpl/1.12/Mon Aug 20 18:25:01 2007//TBUGZILLA-3_1_3 -/header.html.tmpl/1.9/Sun Jan 27 19:21:18 2008//TBUGZILLA-3_1_3 -/midair.html.tmpl/1.21/Sun Jan 20 02:22:27 2008//TBUGZILLA-3_1_3 -/results.html.tmpl/1.12/Mon Aug 20 18:25:01 2007//TBUGZILLA-3_1_3 -/verify-new-product.html.tmpl/1.25/Sat Jan 12 16:23:13 2008//TBUGZILLA-3_1_3 +/bugmail.html.tmpl/1.8/Mon Aug 20 18:25:01 2007//TBUGZILLA-3_1_4 +/confirm-duplicate.html.tmpl/1.12/Mon Aug 20 18:25:01 2007//TBUGZILLA-3_1_4 +/header.html.tmpl/1.10/Wed Feb 6 13:34:50 2008//TBUGZILLA-3_1_4 +/midair.html.tmpl/1.22/Fri Feb 8 23:19:21 2008//TBUGZILLA-3_1_4 +/results.html.tmpl/1.12/Mon Aug 20 18:25:01 2007//TBUGZILLA-3_1_4 +/verify-new-product.html.tmpl/1.26/Mon Mar 31 08:51:05 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/bug/process/CVS/Tag b/template/en/default/bug/process/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/bug/process/CVS/Tag +++ b/template/en/default/bug/process/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/bug/process/header.html.tmpl b/template/en/default/bug/process/header.html.tmpl index f31a9f8e4..5472aa7dd 100644 --- a/template/en/default/bug/process/header.html.tmpl +++ b/template/en/default/bug/process/header.html.tmpl @@ -44,5 +44,6 @@ [% PROCESS global/header.html.tmpl javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js", "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ] - style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ] - %] + style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ] + doc_section = "bug_page.html" +%] diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index 31dbc7b3c..d7e980e8c 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -66,7 +66,9 @@ [% IF cgi.param("comment") %] <p> Your comment was:<br> - <blockquote><pre>[% cgi.param("comment") FILTER wrap_comment FILTER html %]</pre></blockquote> + <blockquote><pre class="bz_comment_text"> + [% cgi.param("comment") FILTER wrap_comment FILTER html %] + </pre></blockquote> </p> [% END %] 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 d1ce9652b..7b5b58a18 100644 --- a/template/en/default/bug/process/verify-new-product.html.tmpl +++ b/template/en/default/bug/process/verify-new-product.html.tmpl @@ -149,7 +149,7 @@ value="1"> <input type="checkbox" id="bit-[% group.group.id FILTER html %]" name="bit-[% group.group.id FILTER html %]" - [% ((group.membercontrol == constants.CONTROLMAPDEFAULT && user.in_group(group.group.name)) + [%+ ((group.membercontrol == constants.CONTROLMAPDEFAULT && user.in_group(group.group.name)) || (group.othercontrol == constants.CONTROLMAPDEFAULT && !user.in_group(group.group.name)) || cgi.param("bit-$group.group.id") == 1) ? 'checked="checked"' : '' diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 2104c90a4..1442cae4f 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -36,12 +36,12 @@ [% ids = [] %] [% FOREACH bug = bugs %] [% PROCESS bug_display %] - [% ids.push(bug.bug_id) %] + [% ids.push(bug.bug_id) UNLESS bug.error %] [% END %] [% IF ids.size > 1 %] <div class="bz_query_buttons"> <form method="post" action="buglist.cgi"> - <input type="hidden" name="bug_id" value="[% ids.join(",") FILTER none %]"> + <input type="hidden" name="bug_id" value="[% ids.join(",") FILTER html %]"> <input type="submit" id="short_format" value="Short Format"> </form> </div> @@ -63,7 +63,7 @@ [% BLOCK bug_display %] <h1> [% terms.Bug %] - <a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a> + <a href="show_bug.cgi?id=[% bug.bug_id FILTER html %]">[% bug.bug_id FILTER html %]</a> [% IF Param("usebugaliases") AND bug.alias AND NOT bug.error %] (<a href="show_bug.cgi?id=[% bug.alias FILTER url_quote %]"> [% bug.alias FILTER html %]</a>) @@ -178,7 +178,7 @@ [% USE Bugzilla %] [% field_counter = 0 %] - [% FOREACH field = Bugzilla.get_fields({ obsolete => 0, custom => 1 }) %] + [% FOREACH field = Bugzilla.active_custom_fields %] [% field_counter = field_counter + 1 %] [%# Odd-numbered fields get an opening <tr> %] [% '<tr>' IF field_counter % 2 %] diff --git a/template/en/default/bug/show.html.tmpl b/template/en/default/bug/show.html.tmpl index a6f9e8b97..373cfa327 100644 --- a/template/en/default/bug/show.html.tmpl +++ b/template/en/default/bug/show.html.tmpl @@ -29,20 +29,25 @@ [% IF !header_done %] [% filtered_desc = bug.short_desc FILTER html %] [% filtered_timestamp = bug.delta_ts FILTER time %] + [% bodyclasses = ['bz_bug', + "bz_status_$bug.bug_status", + "bz_component_$bug.component", + "bz_bug_$bug.bug_id" + ] + %] + [% FOREACH group = bug.groups_in %] + [% bodyclasses.push("bz_group_$group.name") %] + [% END %] [% PROCESS global/header.html.tmpl title = "$terms.Bug $bug.bug_id – $filtered_desc" header = "$terms.Bug $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" - ] + bodyclasses = bodyclasses javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js", "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ] - style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ] -doc_section = "bug_page.html" + style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ] + doc_section = "bug_page.html" %] [% END %] diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 8c490c076..714eee517 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -92,6 +92,7 @@ <filename>[% a.filename FILTER xml %]</filename> <type>[% a.contenttype FILTER xml %]</type> <size>[% a.datasize FILTER xml %]</size> + <attacher>[% a.attacher.email FILTER xml %]</attacher> [% 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 b7eaa797d..b8bd0737e 100644 --- a/template/en/default/bug/summarize-time.html.tmpl +++ b/template/en/default/bug/summarize-time.html.tmpl @@ -253,11 +253,11 @@ <tr><td align="right"> <b>Group by</b>: </td><td colspan="2"> - <input type="radio" name="group_by" id="number" value="number" [% + <input type="radio" name="group_by" id="number" value="number" [%+ 'checked="checked"' IF group_by == "number" %]><label for="number" accesskey="n">[% terms.Bug %] <u>N</u>umber</label> - <input type="radio" name="group_by" id="owner" value="owner" [% + <input type="radio" name="group_by" id="owner" value="owner" [%+ 'checked="checked"' IF group_by == "owner" %]><label for="owner" accesskey="d"><u>D</u>eveloper</label> diff --git a/template/en/default/bug/votes/CVS/Entries b/template/en/default/bug/votes/CVS/Entries index 626c3c090..00f73badd 100644 --- a/template/en/default/bug/votes/CVS/Entries +++ b/template/en/default/bug/votes/CVS/Entries @@ -1,4 +1,4 @@ -/delete-all.html.tmpl/1.8/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_3 -/list-for-bug.html.tmpl/1.12/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_3 -/list-for-user.html.tmpl/1.27/Fri Aug 24 05:01:00 2007//TBUGZILLA-3_1_3 +/delete-all.html.tmpl/1.8/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_4 +/list-for-bug.html.tmpl/1.12/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_4 +/list-for-user.html.tmpl/1.28/Sun Feb 3 11:37:23 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/bug/votes/CVS/Tag b/template/en/default/bug/votes/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/bug/votes/CVS/Tag +++ b/template/en/default/bug/votes/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 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 7328b2d77..50dff7d5e 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -25,6 +25,7 @@ # voting: # name: name of product # bugs: list of bugs the user has voted for + # bug_ids: list of bug ids the user has voted for # onevoteonly: one or more votes allowed per bug? # total: users current vote count for the product # maxvotes: max votes allowed for a user in this product @@ -33,6 +34,8 @@ # bug_id: number; if the user is voting for a bug, this is the bug id # # canedit: boolean; Should the votes be presented in a form, or readonly? + # + # all_bug_ids: List of all bug ids the user has voted for, across all products #%] [% PROCESS global/variables.none.tmpl %] @@ -89,7 +92,10 @@ [% END %] <tr> <th>[% product.name FILTER html %]</th> - <td colspan="3"> + <td colspan="2" ><a href="buglist.cgi?bug_id= + [%- product.bug_ids.join(",") FILTER url_quote %]">([% terms.bug %] list)</a> + </td> + <td> [% IF product.maxperbug < product.maxvotes AND product.maxperbug > 1 %] <font size="-1"> @@ -142,7 +148,9 @@ </table> [% IF canedit %] - <input type="submit" value="Change My Votes" id="change"> + <input type="submit" value="Change My Votes" id="change"> or + <a href="buglist.cgi?bug_id=[% all_bug_ids.join(",") FILTER url_quote %]">view all + as [% terms.bug %] list</a> <br> <br> To change your votes, @@ -154,6 +162,9 @@ change the checkbox [% END %] and then click <b>Change My Votes</b>. + [% ELSE %] + <a href="buglist.cgi?bug_id=[% all_bug_ids.join(",") FILTER url_quote %]">View all + as [% terms.bug %] list</a> [% END %] </form> [% ELSE %] diff --git a/template/en/default/config.js.tmpl b/template/en/default/config.js.tmpl index 628a918d0..66617007d 100644 --- a/template/en/default/config.js.tmpl +++ b/template/en/default/config.js.tmpl @@ -113,7 +113,14 @@ var component_exceptions = new Array( var field = [ [% FOREACH x = field %] { name: '[% x.name FILTER js %]', - description: '[% (field_descs.${x.name} OR x.description) FILTER js %]' }, + description: '[% (field_descs.${x.name} OR x.description) FILTER js %]', + [%-# These values are meaningful for custom fields only. %] + [% IF x.custom %] + type: '[% x.type FILTER js %]', + type_desc: '[% field_types.${x.type} FILTER js %]', + enter_bug: '[% x.enter_bug FILTER js %]', + [% END %] + }, [% END %] ]; diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index 99850fa71..8d2c5a282 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -204,6 +204,12 @@ <bz:field rdf:about="[% urlbase FILTER xml %]field.cgi?name=[% item.name FILTER url_quote %]"> <bz:name>[% item.name FILTER html %]</bz:name> <bz:description>[% (field_descs.${item.name} OR item.description) FILTER html %]</bz:description> + [%-# These values are meaningful for custom fields only. %] + [% IF item.custom %] + <bz:type>[% item.type FILTER html %]</bz:type> + <bz:type_desc>[% field_types.${item.type} FILTER html %]</bz:type_desc> + <bz:enter_bug>[% item.enter_bug FILTER html %]</bz:enter_bug> + [% END %] </bz:field> </li> [% END %] diff --git a/template/en/default/email/CVS/Entries b/template/en/default/email/CVS/Entries index ad5eae691..f046d0134 100644 --- a/template/en/default/email/CVS/Entries +++ b/template/en/default/email/CVS/Entries @@ -1,6 +1,6 @@ -/newchangedmail.txt.tmpl/1.11/Tue Sep 4 22:01:54 2007//TBUGZILLA-3_1_3 -/sanitycheck.txt.tmpl/1.3/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_3 -/sudo.txt.tmpl/1.5/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_3 -/votes-removed.txt.tmpl/1.4/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_3 -/whine.txt.tmpl/1.6/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_3 +/newchangedmail.txt.tmpl/1.11/Tue Sep 4 22:01:54 2007//TBUGZILLA-3_1_4 +/sanitycheck.txt.tmpl/1.3/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_4 +/sudo.txt.tmpl/1.5/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_4 +/votes-removed.txt.tmpl/1.5/Wed Apr 2 17:42:29 2008//TBUGZILLA-3_1_4 +/whine.txt.tmpl/1.6/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/email/CVS/Tag b/template/en/default/email/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/email/CVS/Tag +++ b/template/en/default/email/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/email/votes-removed.txt.tmpl b/template/en/default/email/votes-removed.txt.tmpl index 8d8f79057..bfb37c90d 100644 --- a/template/en/default/email/votes-removed.txt.tmpl +++ b/template/en/default/email/votes-removed.txt.tmpl @@ -27,11 +27,28 @@ X-Bugzilla-Type: voteremoved Some or all of your votes have been removed from [% terms.bug %] [%+ bugid %]. -[% votesoldtext %] +You had [% votesold FILTER html %] [%+ IF votesold == 1 %]vote[% ELSE %]votes[% END +%] on this [% terms.bug %], but [% votesremoved FILTER html %] have been removed. -[% votesnewtext %] +[% IF votesnew %] +You still have [% votesnew FILTER html %] [%+ IF votesnew == 1 %]vote[% ELSE %]votes[% END %] on this [% terms.bug %]. +[% ELSE %] +You have no more votes remaining on this [% terms.bug %]. +[% END %] + +Reason: +[% IF reason == "votes_bug_moved" %] + This [% terms.bug %] has been moved to a different product. + +[% ELSIF reason == "votes_too_many_per_bug" %] + The rules for voting on this product has changed; + you had too many votes for a single [% terms.bug %]. + +[% ELSIF reason == "votes_too_many_per_user" %] + The rules for voting on this product has changed; you had + too many total votes, so all votes have been removed. +[% END %] -Reason: [% reason %] [% urlbase %]show_bug.cgi?id=[% bugid %] diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 2fb8b48e0..c25e400c3 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -326,7 +326,6 @@ ], 'bug/show-multiple.html.tmpl' => [ - 'bug.bug_id', 'attachment.id', 'flag.status', ], diff --git a/template/en/default/flag/CVS/Entries b/template/en/default/flag/CVS/Entries index aecbc8d1d..1dec4c9eb 100644 --- a/template/en/default/flag/CVS/Entries +++ b/template/en/default/flag/CVS/Entries @@ -1,2 +1,2 @@ -/list.html.tmpl/1.30/Mon Aug 20 18:25:03 2007//TBUGZILLA-3_1_3 +/list.html.tmpl/1.31/Sat Apr 5 14:51:42 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/flag/CVS/Tag b/template/en/default/flag/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/flag/CVS/Tag +++ b/template/en/default/flag/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 2b29403c8..462e4063c 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -136,16 +136,23 @@ </td> [% IF any_flags_requesteeble %] <td> - [% IF type.is_active && type.is_requesteeble %] + [% IF (type.is_active && type.is_requestable && type.is_requesteeble) || flag.requestee %] <span style="white-space: nowrap;"> [% IF Param('usemenuforusers') %] + [% flag_custom_list = flag.type.grant_list %] + [% IF !(type.is_active && type.is_requestable && type.is_requesteeble) %] + [%# We are here only because there was already a requestee. In this case, + the only valid action is to remove the requestee or leave it alone; + nothing else. %] + [% flag_custom_list = [flag.requestee] %] + [% END %] [% INCLUDE global/userselect.html.tmpl name => "requestee-$flag.id" id => "requestee-$flag.id" value => flag.requestee.login multiple => 0 emptyok => 1 - custom_userlist => flag.type.grant_list + custom_userlist => flag_custom_list %] [% ELSE %] (<input type="text" size="30" maxlength="255" @@ -189,7 +196,7 @@ </td> [% IF any_flags_requesteeble %] <td> - [% IF type.is_requesteeble %] + [% IF type.is_requestable && type.is_requesteeble %] <span style="white-space: nowrap;"> [% IF Param('usemenuforusers') %] [% INCLUDE global/userselect.html.tmpl @@ -243,7 +250,7 @@ </td> [% IF any_flags_requesteeble %] <td> - [% IF type.is_requesteeble %] + [% IF type.is_requestable && type.is_requesteeble %] <span style="white-space: nowrap;"> [% IF Param('usemenuforusers') %] [% INCLUDE global/userselect.html.tmpl diff --git a/template/en/default/global/CVS/Entries b/template/en/default/global/CVS/Entries index 1fb93f685..aabf254ca 100644 --- a/template/en/default/global/CVS/Entries +++ b/template/en/default/global/CVS/Entries @@ -1,28 +1,28 @@ -/banner.html.tmpl/1.11/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/choose-classification.html.tmpl/1.10/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/choose-product.html.tmpl/1.18/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/code-error.html.tmpl/1.104/Sun Jan 27 19:15:22 2008//TBUGZILLA-3_1_3 -/common-links.html.tmpl/1.12/Sun Nov 25 21:45:04 2007//TBUGZILLA-3_1_3 -/confirm-user-match.html.tmpl/1.19/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/docslinks.html.tmpl/1.2/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/field-descs.none.tmpl/1.25/Tue Oct 23 19:36:53 2007//TBUGZILLA-3_1_3 -/footer.html.tmpl/1.14/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/header.html.tmpl/1.55/Thu Nov 29 02:20:34 2007//TBUGZILLA-3_1_3 -/help.html.tmpl/1.6/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/hidden-fields.html.tmpl/1.11/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/initialize.none.tmpl/1.2/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/js-products.html.tmpl/1.3/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/message.html.tmpl/1.8/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/message.txt.tmpl/1.4/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/messages.html.tmpl/1.69/Sun Jan 27 23:14:26 2008//TBUGZILLA-3_1_3 -/per-bug-queries.html.tmpl/1.12/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/select-menu.html.tmpl/1.6/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/setting-descs.none.tmpl/1.14/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/site-navigation.html.tmpl/1.24/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/tabs.html.tmpl/1.4/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/textarea.html.tmpl/1.3/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/useful-links.html.tmpl/1.59/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/user-error.html.tmpl/1.243/Sun Jan 20 02:35:25 2008//TBUGZILLA-3_1_3 -/userselect.html.tmpl/1.8/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 -/variables.none.tmpl/1.6/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_3 +/banner.html.tmpl/1.11/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/choose-classification.html.tmpl/1.10/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/choose-product.html.tmpl/1.18/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/code-error.html.tmpl/1.105/Thu Apr 10 16:33:54 2008//TBUGZILLA-3_1_4 +/common-links.html.tmpl/1.14/Thu Apr 3 19:05:50 2008//TBUGZILLA-3_1_4 +/confirm-user-match.html.tmpl/1.19/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/docslinks.html.tmpl/1.3/Thu Apr 3 19:05:50 2008//TBUGZILLA-3_1_4 +/field-descs.none.tmpl/1.25/Tue Oct 23 19:36:53 2007//TBUGZILLA-3_1_4 +/footer.html.tmpl/1.14/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/header.html.tmpl/1.56/Thu Feb 21 16:34:44 2008//TBUGZILLA-3_1_4 +/help.html.tmpl/1.6/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/hidden-fields.html.tmpl/1.11/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/initialize.none.tmpl/1.2/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/js-products.html.tmpl/1.3/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/message.html.tmpl/1.8/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/message.txt.tmpl/1.4/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/messages.html.tmpl/1.72/Mon Feb 11 23:20:21 2008//TBUGZILLA-3_1_4 +/per-bug-queries.html.tmpl/1.13/Thu Apr 3 19:05:50 2008//TBUGZILLA-3_1_4 +/select-menu.html.tmpl/1.6/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/setting-descs.none.tmpl/1.14/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/site-navigation.html.tmpl/1.25/Wed Feb 6 13:34:51 2008//TBUGZILLA-3_1_4 +/tabs.html.tmpl/1.4/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/textarea.html.tmpl/1.3/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/useful-links.html.tmpl/1.59/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4 +/user-error.html.tmpl/1.248/Wed Apr 2 17:42:29 2008//TBUGZILLA-3_1_4 +/userselect.html.tmpl/1.9/Tue Apr 29 20:41:18 2008//TBUGZILLA-3_1_4 +/variables.none.tmpl/1.7/Wed Feb 6 21:02:21 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/global/CVS/Tag b/template/en/default/global/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/global/CVS/Tag +++ b/template/en/default/global/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 7e0e1cd70..80645a851 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -394,11 +394,7 @@ [% ELSIF error == "undefined_field" %] Form field [% field FILTER html %] was not defined. - [%# Useful message if browser did not select show_bug radio button %] - [% IF field == "knob" %] - Check that the "Leave as..." radio button was selected. - [% END %] - + [% ELSIF error == "unknown_action" %] [% IF action %] Unknown action [% action FILTER html %]! diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index 94fed709f..bfd18af4d 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -39,12 +39,14 @@ <li><span class="separator">| </span><a href="report.cgi">Reports</a></li> <li> - <span class="separator">| </span> - [% IF user.id %] - <a href="request.cgi?requester=[% user.login FILTER url_quote %]&requestee= - [% user.login FILTER url_quote %]&do_union=1&group=type&action=queue">My Requests</a> - [% ELSE %] - <a href="request.cgi">Requests</a> + [% IF Bugzilla.has_flags %] + <span class="separator">| </span> + [% IF user.id %] + <a href="request.cgi?requester=[% user.login FILTER url_quote %]&requestee= + [% user.login FILTER url_quote %]&do_union=1&group=type&action=queue">My Requests</a> + [% ELSE %] + <a href="request.cgi">Requests</a> + [% END %] [% END %] [%-# Work around FF bug: keep this on one line %]</li> @@ -120,7 +122,7 @@ [% IF doc_section %] <li> <span class="separator">| </span> - <a href="[% Param("docs_urlbase") _ doc_section FILTER html %]" target="_blank">Help</a> + <a href="[% docs_urlbase _ doc_section FILTER html %]" target="_blank">Help</a> </li> [% END %] [% END %] diff --git a/template/en/default/global/docslinks.html.tmpl b/template/en/default/global/docslinks.html.tmpl index 7c4e7aba5..712dfb45b 100644 --- a/template/en/default/global/docslinks.html.tmpl +++ b/template/en/default/global/docslinks.html.tmpl @@ -45,7 +45,7 @@ [% BLOCK docslinkslist %] [% FOREACH docslink = docstype.keys %] <li> - <a href="[% Param('docs_urlbase') %] + <a href="[% docs_urlbase FILTER html %] [% docslink FILTER none %]">[% docstype.$docslink FILTER html %]</a> </li> [% END %] diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index fef99ca55..a154fa1fc 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -215,6 +215,8 @@ [%# Required for the 'Autodiscovery' feature in Firefox 2 and IE 7. %] <link rel="search" type="application/opensearchdescription+xml" title="[% terms.Bugzilla %]" href="./search_plugin.cgi"> + + [% Hook.process("additional_header") %] </head> [%# Migration note: contents of the old Param 'bodyhtml' go in the body tag, diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 0189cfab7..be0d851e6 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -254,6 +254,11 @@ The new custom field '[% field.name FILTER html %]' has been successfully created. + [% ELSIF message_tag == "custom_field_deleted" %] + [% title = "Custom Field Deleted" %] + The custom field '[% field.name FILTER html %]' has been + successfully deleted. + [% ELSIF message_tag == "custom_field_updated" %] [% title = "Custom Field Updated" %] Properties of the '[% field.name FILTER html %]' field have been @@ -331,6 +336,15 @@ An error occured while validating flags: [%+ flag_creation_error FILTER none %] + [% ELSIF message_tag == "get_field_desc" %] + [% field_descs.$field_name FILTER html %] + + [% ELSIF message_tag == "get_resolution" %] + [% get_resolution(resolution) FILTER html %] + + [% ELSIF message_tag == "get_status" %] + [% get_status(status) FILTER html %] + [% ELSIF message_tag == "group_created" %] [% title = "New Group Created" %] The group <em>[% group.name FILTER html %]</em> has been created. @@ -642,7 +656,7 @@ [% title = "Product Created" %] The product <em>[% product.name FILTER html %]</em> has been created. You will need to <a href="editcomponents.cgi?action=add&product=[% product.name FILTER url_quote %]"> - add at least one component</a> before you can enter [% terms.bugs %] against this product. + add at least one component</a> before anyone can enter [% terms.bugs %] against this product. [% ELSIF message_tag == "product_deleted" %] [% title = "Product Deleted" %] diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl index 6a9f7db0d..c2fc3983d 100644 --- a/template/en/default/global/per-bug-queries.html.tmpl +++ b/template/en/default/global/per-bug-queries.html.tmpl @@ -71,7 +71,7 @@ </select> [% IF Param('docs_urlbase') %] - <a href="[% Param('docs_urlbase') %]query.html#individual-buglists">the named tag</a> + <a href="[% docs_urlbase FILTER html %]query.html#individual-buglists">the named tag</a> [% ELSE %] the named tag [% END %] diff --git a/template/en/default/global/site-navigation.html.tmpl b/template/en/default/global/site-navigation.html.tmpl index d533627a3..2acbcf44d 100644 --- a/template/en/default/global/site-navigation.html.tmpl +++ b/template/en/default/global/site-navigation.html.tmpl @@ -33,26 +33,27 @@ <link rel="Top" href="[% urlbase FILTER html %]"> [%# *** Bug List Navigation *** %] - [% IF bug && bug_list && bug_list.size > 0 %] + [% IF bug_list && bug_list.size > 0 %] <link rel="Up" href="buglist.cgi?regetlastlist=1"> <link rel="First" href="show_bug.cgi?id=[% bug_list.first %]"> <link rel="Last" href="show_bug.cgi?id=[% bug_list.last %]"> - [% current_bug_idx = lsearch(bug_list, bug.bug_id) %] + [% IF bug && bug.bug_id %] + [% current_bug_idx = lsearch(bug_list, bug.bug_id) %] + [% IF current_bug_idx != -1 %] - [% IF current_bug_idx != -1 %] + [% IF current_bug_idx > 0 %] + [% prev_bug = current_bug_idx - 1 %] + <link rel="Prev" href="show_bug.cgi?id=[% bug_list.$prev_bug %]"> + [% END %] - [% IF current_bug_idx > 0 %] - [% prev_bug = current_bug_idx - 1 %] - <link rel="Prev" href="show_bug.cgi?id=[% bug_list.$prev_bug %]"> - [% END %] + [% IF current_bug_idx + 1 < bug_list.size %] + [% next_bug = current_bug_idx + 1 %] + <link rel="Next" href="show_bug.cgi?id=[% bug_list.$next_bug %]"> + [% END %] - [% IF current_bug_idx + 1 < bug_list.size %] - [% next_bug = current_bug_idx + 1 %] - <link rel="Next" href="show_bug.cgi?id=[% bug_list.$next_bug %]"> [% END %] - [% END %] [% END %] diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 73d0f1d1f..e61f3a9ee 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -76,11 +76,6 @@ that login name. [% END %] - [% ELSIF error == "account_does_not_exist" %] - [% title = "Account Does Not Exist" %] - <code>[% email FILTER html %]</code> is not a valid [% terms.Bugzilla %] - account. - [% ELSIF error == "alias_has_comma_or_space" %] [% title = "Invalid Characters In Alias" %] The alias you entered, <em>[% alias FILTER html %]</em>, @@ -328,6 +323,21 @@ [% title = "Unknown Custom Field" %] There is no custom field with the name '[% name FILTER html %]'. + [% ELSIF error == "customfield_not_obsolete" %] + [% title = "Custom Field Not Obsolete" %] + The custom field '[% name FILTER html %]' is not obsolete. + Please obsolete a custom field before attempting to delete it. + + [% ELSIF error == "customfield_has_activity" %] + [% title = "Custom Field Has Activity" %] + The custom field '[% name FILTER html %]' cannot be deleted because + it has recorded activity. + + [% ELSIF error == "customfield_has_contents" %] + [% title = "Custom Field Has Contents" %] + The custom field '[% name FILTER html %]' cannot be deleted because + at least one [% terms.bug %] has a non empty value for this field. + [% ELSIF error == "dependency_loop_multi" %] [% title = "Dependency Loop Detected" %] The following [% terms.bug %](s) would appear on both the "depends on" @@ -475,7 +485,7 @@ [% ELSIF error == "fieldvalue_still_has_bugs" %] [% title = "You Cannot Delete This Field Value" %] You cannot delete the value '[% value FILTER html %]' from the - '[% field FILTER html%]' field, because there are still + '[% field FILTER html %]' field, because there are still [%+ count FILTER html %] [%+ terms.bugs %] using it. [% ELSIF error == "fieldvalue_undefined" %] @@ -632,13 +642,13 @@ [% ELSIF error == "group_invalid_removal" %] You tried to remove [% terms.bug %] [%+ bug.id FILTER html %] from group id [% group_id FILTER html %], but [% terms.bugs %] in the - '[% product.name FILTER html %]' product can not be removed from that + '[% product FILTER html %]' product can not be removed from that group. [% ELSIF error == "group_invalid_restriction" %] You tried to restrict [% terms.bug %] [%+ bug.id FILTER html %] to to group id [% group_id FILTER html %], but [% terms.bugs %] in the - '[% product.name FILTER html %]' product can not be restricted to + '[% product FILTER html %]' product can not be restricted to that group. [% ELSIF error == "group_not_specified" %] @@ -1309,7 +1319,7 @@ [% title = BLOCK %]Product has [% terms.Bugs %][% END %] [% admindocslinks = {'products.html' => 'Administering products'} %] There are [% nb FILTER html %] [%+ terms.bugs %] entered for this product! - You must reassign those [% terms.bugs %] to another product before you + You must move those [% terms.bugs %] to another product before you can delete this one. [% ELSIF error == "product_must_have_description" %] diff --git a/template/en/default/global/userselect.html.tmpl b/template/en/default/global/userselect.html.tmpl index fd0466318..e27ca0d6f 100644 --- a/template/en/default/global/userselect.html.tmpl +++ b/template/en/default/global/userselect.html.tmpl @@ -49,10 +49,14 @@ [% custom_userlist = user.get_userlist %] [% END %] + [% SET selected = {} %] + [% FOREACH selected_value IN value.split(', ') %] + [% SET selected.$selected_value = 1 %] + [% END %] [% FOREACH tmpuser = custom_userlist %] - [% IF tmpuser.visible OR value.match("\\b$tmpuser.login\\b") %] + [% IF tmpuser.visible OR selected.${tmpuser.login} == 1 %] <option value="[% tmpuser.login FILTER html %]" - [% " selected=\"selected\"" IF value.match("\\b$tmpuser.login\\b") %] + [% " selected=\"selected\"" IF selected.${tmpuser.login} == 1 %] >[% tmpuser.identity FILTER html %]</option> [% END %] [% END %] diff --git a/template/en/default/global/variables.none.tmpl b/template/en/default/global/variables.none.tmpl index 31d22fc68..4fa60894a 100644 --- a/template/en/default/global/variables.none.tmpl +++ b/template/en/default/global/variables.none.tmpl @@ -27,19 +27,6 @@ # Remember to PROCESS rather than INCLUDE this template. #%] -[%# Note on changing terms: - # Changing this will not affect "linkification" of your new terms. - # This means if you change "bug" to "problem", then if you have - # "problem 3" in a comment, it won't become a clickable URL. - # To have that feature, you must edit the quoteUrls function in - # Bugzilla/Template.pm. - # Change the line: - # my $bug_re = qr/bug\s*\#?\s*(\d+)/i; - # to something like: - # my $bug_re = qr/(?:bug|problem)\s*\#?\s*(\d+)/i; - # (here "problem" was used instead of bug - substitute as needed!). - #%] - [% terms = { "bug" => "bug", "Bug" => "Bug", diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 08ac4f166..9e0ec8aed 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -106,7 +106,7 @@ function addSidebar() { of [% terms.Bugzilla %], see the <a href="page.cgi?id=release-notes.html">release notes</a>! You may also want to read the - <a href="[% Param('docs_urlbase') FILTER html %]using.html"> + <a href="[% docs_urlbase FILTER html %]using.html"> [%- terms.Bugzilla %] User's Guide</a> to find out more about [%+ terms.Bugzilla %] and how to use it.</p> diff --git a/template/en/default/list/CVS/Entries b/template/en/default/list/CVS/Entries index 7fcbdc623..7f99f35cd 100644 --- a/template/en/default/list/CVS/Entries +++ b/template/en/default/list/CVS/Entries @@ -1,13 +1,13 @@ -/change-columns.html.tmpl/1.15/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/edit-multiple.html.tmpl/1.47/Fri Jan 4 00:20:42 2008//TBUGZILLA-3_1_3 -/list-simple.html.tmpl/1.12/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/list.atom.tmpl/1.5/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/list.csv.tmpl/1.7/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/list.html.tmpl/1.59/Sat Jan 12 14:26:26 2008//TBUGZILLA-3_1_3 -/list.ics.tmpl/1.9/Sun Oct 7 23:18:44 2007//TBUGZILLA-3_1_3 -/list.js.tmpl/1.3/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/list.rdf.tmpl/1.7/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/quips.html.tmpl/1.22/Sun Oct 7 23:18:44 2007//TBUGZILLA-3_1_3 -/server-push.html.tmpl/1.7/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/table.html.tmpl/1.39/Sat Jan 12 14:26:26 2008//TBUGZILLA-3_1_3 +/change-columns.html.tmpl/1.16/Mon Mar 31 08:51:06 2008//TBUGZILLA-3_1_4 +/edit-multiple.html.tmpl/1.49/Thu Apr 10 16:34:01 2008//TBUGZILLA-3_1_4 +/list-simple.html.tmpl/1.12/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4 +/list.atom.tmpl/1.5/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4 +/list.csv.tmpl/1.7/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4 +/list.html.tmpl/1.59/Sat Jan 12 14:26:26 2008//TBUGZILLA-3_1_4 +/list.ics.tmpl/1.9/Sun Oct 7 23:18:44 2007//TBUGZILLA-3_1_4 +/list.js.tmpl/1.3/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4 +/list.rdf.tmpl/1.7/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4 +/quips.html.tmpl/1.22/Sun Oct 7 23:18:44 2007//TBUGZILLA-3_1_4 +/server-push.html.tmpl/1.7/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4 +/table.html.tmpl/1.40/Sat Apr 19 13:14:25 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/list/CVS/Tag b/template/en/default/list/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/list/CVS/Tag +++ b/template/en/default/list/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/list/change-columns.html.tmpl b/template/en/default/list/change-columns.html.tmpl index 44c791c8a..60084c234 100644 --- a/template/en/default/list/change-columns.html.tmpl +++ b/template/en/default/list/change-columns.html.tmpl @@ -40,7 +40,7 @@ <input type="hidden" name="rememberedquery" value="[% buffer FILTER html %]"> [% FOREACH column = masterlist %] <input type="checkbox" id="[% column %]" name="column_[% column %]" - [% "checked='checked'" IF lsearch(collist, column) != -1 %]> + [%+ "checked='checked'" IF lsearch(collist, column) != -1 %]> <label for="[% column %]"> [% (field_descs.${column} || column) FILTER html %] </label> @@ -49,14 +49,14 @@ <p> <input id="nosplitheader" type="radio" name="splitheader" value="0" - [% "checked='checked'" IF NOT splitheader %]> + [%+ "checked='checked'" IF NOT splitheader %]> <label for="nosplitheader"> Normal headers (prettier) </label> <br> <input id="splitheader" type="radio" name="splitheader" value="1" - [% "checked='checked'" IF splitheader %]> + [%+ "checked='checked'" IF splitheader %]> <label for="splitheader"> Stagger headers (often makes list more compact) </label> diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 9aa110359..fef4c0c99 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -18,6 +18,7 @@ # Contributor(s): Myk Melez <myk@mozilla.org> # Max Kanat-Alexander <mkanat@bugzilla.org> # Frédéric Buclin <LpSolit@gmail.com> + # Guy Pyrzak <guy.pyrzak@gmail.com> #%] [% PROCESS global/variables.none.tmpl %] @@ -130,7 +131,11 @@ </td> [% END %] </tr> - + + <tr> + <th><label for="bug_status">Status:</label></th> + <td colspan="3">[% PROCESS status_section %]</td> + </tr> [% IF user.in_group(Param("timetrackinggroup")) %] <tr> <th><label for="estimated_time">Estimated Hours:</label></th> @@ -240,7 +245,7 @@ [% END %] [% USE Bugzilla %] - [% FOREACH field = Bugzilla.get_fields({ obsolete => 0, custom => 1 }) %] + [% FOREACH field = Bugzilla.active_custom_fields %] <tr> [% PROCESS bug/field.html.tmpl value = dontchange editable = 1 @@ -309,49 +314,6 @@ [% END %] [% END %] - -[% all_open_bugs = !current_bug_statuses.containsany(closedstates) %] -[% all_closed_bugs = !current_bug_statuses.containsany(openstates) %] -[% display_warning = 0 %] - -<input id="knob-none" type="radio" name="knob" value="none" checked="checked"> -<label for="knob-none">Do nothing else</label><br> - -[% FOREACH bug_status = new_bug_statuses %] - <input type="radio" id="knob_[% bug_status.id FILTER html %]" name="knob" - value="[% bug_status.name FILTER html %]"> - <label for="knob_[% bug_status.id FILTER html %]"> - Change status to <b>[% get_status(bug_status.name) FILTER html %]</b> - </label> - [%# Closed bugs cannot have their resolution changed this way. %] - [% IF !bug_status.is_open && !all_closed_bugs %] - and set the resolution to [% PROCESS select_resolution id = bug_status.id %] - [%+ "(*)" UNLESS all_open_bugs %] - [% display_warning = 1 UNLESS all_open_bugs %] - [% END %] - <br> -[% END %] - -[%# If all the bugs being changed are open, allow the user to clear their resolution. %] -[% IF all_open_bugs %] - <input id="knob-clearresolution" type="radio" name="knob" value="clearresolution"> - <label for="knob-clearresolution">Clear the resolution</label><br> -[% END %] - -[%# If all the bugs being changed are closed, allow the user to change their resolution. %] -[% IF all_closed_bugs %] - <input type="radio" id="knob_change_resolution" name="knob" value="change_resolution"> - <label for="knob_change_resolution">Change resolution to</label> - [%+ PROCESS select_resolution id = "change_resolution" %]<br> -[% END %] - -[% IF display_warning %] - <p class="box"> - (*) Note that the resolution will only be applied to open [% terms.bugs %]. - Already closed [% terms.bugs %] will keep their resolution unchanged. - </p> -[% END %] - <input type="submit" id="commit" value="Commit"> [% IF Param('move-enabled') && user.is_mover %] @@ -374,12 +336,50 @@ </select> [% END %] -[% BLOCK select_resolution %] - <select id="resolution_knob_[% id FILTER html %]" name="resolution_knob_[% id FILTER html %]" - onchange="document.forms['changeform'].[% "knob_$id" FILTER html %].checked=true"> +[%############################################################################%] +[%# Status Block #%] +[%############################################################################%] + +[% BLOCK status_section %] + [% all_open_bugs = !current_bug_statuses.containsany(closedstates) %] + [% all_closed_bugs = !current_bug_statuses.containsany(openstates) %] + [% closed_status_array = [] %] + + <select name="bug_status" id="bug_status"> + <option value="[% dontchange FILTER html %]" selected="selected">[% dontchange FILTER html %]</option> + + [% FOREACH bug_status = new_bug_statuses %] + <option value="[% bug_status.name FILTER html %]"> + [% get_status(bug_status.name) FILTER html %] + </option> + [% IF !bug_status.is_open %] + [% filtered_status = bug_status.name FILTER js %] + [% closed_status_array.push( filtered_status ) %] + [% END %] + [% END %] + + [%# If all the bugs being changed are closed, allow the user to change their resolution. %] + [% IF all_closed_bugs %] + [% filtered_status = dontchange FILTER js %] + [% closed_status_array.push( filtered_status ) %] + [% END %] + </select> + + <span id="resolution_settings"> + <select id="resolution" name="resolution"> + <option value="[% dontchange FILTER html %]" selected >[% dontchange FILTER html %]</option> [% FOREACH r = resolutions %] [% NEXT IF !r %] + [% NEXT IF r == "DUPLICATE" || r == "MOVED" %] <option value="[% r FILTER html %]">[% get_resolution(r) FILTER html %]</option> [% END %] </select> + </span> + + <script type="text/javascript"> + var close_status_array = new Array("[% closed_status_array.join('", "') FILTER none %]"); + YAHOO.util.Event.addListener('bug_status', "change", showHideStatusItems, '[% "is_duplicate" IF bug.dup_id %]'); + YAHOO.util.Event.onDOMReady( showHideStatusItems ); + </script> + [% END %] diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 47d2e4643..811ed026a 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -53,6 +53,7 @@ "short_desc" => { wrap => 1 } , "short_short_desc" => { maxlength => 60 , ellipsis => "..." , wrap => 1 } , "status_whiteboard" => { title => "Whiteboard" , wrap => 1 } , + "keywords" => { wrap => 1 } , "component" => { maxlength => 8 , title => "Comp" } , "product" => { maxlength => 8 } , "version" => { maxlength => 5 , title => "Vers" } , diff --git a/template/en/default/pages/CVS/Entries b/template/en/default/pages/CVS/Entries index d8232e21f..4ef942891 100644 --- a/template/en/default/pages/CVS/Entries +++ b/template/en/default/pages/CVS/Entries @@ -1,10 +1,10 @@ -/bug-writing.html.tmpl/1.9/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/fields.html.tmpl/1.11/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/linked.html.tmpl/1.9/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/linkify.html.tmpl/1.9/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/quicksearch.html.tmpl/1.3/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/quicksearchhack.html.tmpl/1.7/Sun Dec 2 23:12:10 2007//TBUGZILLA-3_1_3 -/release-notes.html.tmpl/1.14/Wed Jan 9 06:45:09 2008//TBUGZILLA-3_1_3 -/sudo.html.tmpl/1.2/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 -/voting.html.tmpl/1.4/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_3 +/bug-writing.html.tmpl/1.9/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4 +/fields.html.tmpl/1.13/Tue Apr 1 20:51:42 2008//TBUGZILLA-3_1_4 +/linked.html.tmpl/1.10/Fri Feb 8 23:19:32 2008//TBUGZILLA-3_1_4 +/linkify.html.tmpl/1.9/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4 +/quicksearch.html.tmpl/1.3/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4 +/quicksearchhack.html.tmpl/1.7/Sun Dec 2 23:12:10 2007//TBUGZILLA-3_1_4 +/release-notes.html.tmpl/1.17/Mon May 5 00:07:57 2008//TBUGZILLA-3_1_4 +/sudo.html.tmpl/1.2/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4 +/voting.html.tmpl/1.4/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/pages/CVS/Tag b/template/en/default/pages/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/pages/CVS/Tag +++ b/template/en/default/pages/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index ad78ff852..ba366196a 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -90,7 +90,7 @@ cycle of [% terms.abug %]. </dt> <dd> This [% terms.bug %] was once resolved, but the resolution was - deemed incorrect. For example, a <b>[% get_status("WORKSFORME") FILTER html %]</b> [% terms.bug %] is + deemed incorrect. For example, a <b>[% get_resolution("WORKSFORME") FILTER html %]</b> [% terms.bug %] is <b>[% get_status("REOPENED") FILTER html %]</b> when more information shows up and the [% terms.bug %] is now reproducible. From here [% terms.bugs %] are either marked <b>[% get_status("ASSIGNED") FILTER html %]</b> or @@ -228,6 +228,13 @@ This field describes the impact of [% terms.abug %]. <td>major loss of function</td> </tr> + <tr> + <th>Normal</th> + + <td>regular issue, some loss of functionality under specific circumstances</td> + </tr> + + <tr> <th>Minor</th> diff --git a/template/en/default/pages/linked.html.tmpl b/template/en/default/pages/linked.html.tmpl index a5e40d122..52b1735f6 100644 --- a/template/en/default/pages/linked.html.tmpl +++ b/template/en/default/pages/linked.html.tmpl @@ -30,7 +30,7 @@ <hr> <p> -<pre> +<pre class="bz_comment_text"> [%- cgi.param("text") FILTER wrap_comment FILTER quoteUrls FILTER html -%] </pre> </p> @@ -45,7 +45,7 @@ <hr> <p> -<pre> +<pre class="bz_comment_text"> [%- cgi.param("text") FILTER wrap_comment FILTER quoteUrls -%] </pre> </p> diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index d6ed45fc5..1ecb3eb3d 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -19,7 +19,7 @@ [% PROCESS global/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl - title = "$terms.Bugzilla 3.0.3 Release Notes" + title = "$terms.Bugzilla 3.0.4 Release Notes" style_urls = ['skins/standard/release-notes.css'] %] @@ -50,7 +50,7 @@ Upgrade From An Older Version</a>. If you are upgrading from a release before 2.22, make sure to read the release notes for all the <a href="#v30_previous">previous versions</a> in between your version - and [% terms.Bugzilla %] 3.0.</p> + and this one.</p> <h2><a name="v30_point">Updates in this 3.0.x Release</a></h2> @@ -60,6 +60,54 @@ <em>everything</em> that's changed in each version, you should use our <a href="http://www.bugzilla.org/status/changes.html">Change Log Page</a>.</p> +<h3>3.0.4</h3> + +<ul> + <li>[% terms.Bugzilla %] administrators were not being correctly notified + about new releases. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=414726">[% terms.Bug %] 414726</a>)</li> + + <li>There could be extra whitespace in email subject lines. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=411544">[% terms.Bug %] 411544</a>)</li> + + <li>The priority, severity, OS, and platform fields were always required by + the <kbd>B<!-- -->ug.create</kbd> WebService function, even if they had + defaults specified. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=384009">[% terms.Bug %] 384009</a>)</li> + + <li>Better threading of [% terms.bug %]mail in some email clients. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=376453">[% terms.Bug %] 376453</a>)</li> + + <li>There were many fixes to the Inbound Email Interface + (<kbd>email_in.pl</kbd>). + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=92274">[% terms.Bug %] 92274</a>, + <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=377025">[% terms.Bug %] 377025</a>, + <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=412943">[% terms.Bug %] 412943</a>, + <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=413672">[% terms.Bug %] 413672</a>, and + <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=431721">[% terms.Bug %] 431721</a>)</li> + + <li>checksetup.pl now handles UTF-8 conversion more reliably during upgrades. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=374951">[% terms.Bug %] 374951</a>)</li> + + <li>Comments written in CJK languages are now correctly word-wrapped. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=388723">[% terms.Bug %] 388723</a>)</li> + + <li>All emails will now be sent in the correct language, when the user + has chosen a language for emails. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=405946">[% terms.Bug %] 405946</a>) + + <li>On Windows, temporary files created when uploading attachments are now + correctly deleted when the upload is complete. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=414002">[% terms.Bug %] 414002</a>)</li> + + <li><kbd>checksetup.pl</kbd> now prints correct installation instructions + for Windows users using Perl 5.10. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=414430">[% terms.Bug %] 414430</a>) +</ul> + +<p>See also the <a href="#v30_security">Security Advisory</a> section for + information about security issues fixed in this release.</p> + <h3>3.0.3</h3> <ul> @@ -353,14 +401,14 @@ to the <kbd>xmlrpc.cgi</kbd> on your installation.</p> <p>Documentation can be found in the - <a href="[% Param('docs_urlbase') FILTER html %]api/">[% terms.Bugzilla %] + <a href="[% docs_urlbase FILTER html %]api/">[% terms.Bugzilla %] API Docs</a>, in the various <kbd>Bugzilla::WebService</kbd> modules.</p> <h3><a name="v30_feat_skin"></a>Skins</h3> <p>[% terms.Bugzilla %] can have multiple "skins" installed, and users can pick between them. To write a skin, you just have to - write several CSS files. See the <a href="[% Param('docs_urlbase') FILTER html %]cust-skins.html">Custom + write several CSS files. See the <a href="[% docs_urlbase FILTER html %]cust-skins.html">Custom Skins Documentation</a> for more details.</p> <p>We currently don't have any alternate skins shipping with @@ -414,7 +462,7 @@ unsupported add-on, but it is now an official interface to [%+ terms.Bugzilla %].</p> -<p>For more details see the <a href="[% Param('docs_urlbase') FILTER html %]api/email_in.html">documentation +<p>For more details see the <a href="[% docs_urlbase FILTER html %]api/email_in.html">documentation for email_in.pl</a>.</p> <h3><a name="v30_feat_gw"></a>Users Who Get All [% terms.Bug %] @@ -611,6 +659,13 @@ <h2><a name="v30_security"></a>Security Updates in This Release</h2> +<h3>3.0.4</h3> + +<p>[% terms.Bugzilla %] 3.0.4 contains three security fixes. + For details, see the + <a href="http://www.bugzilla.org/security/2.20.5/">Security Advisory</a>.</p> +</p> + <h3>3.0.3</h3> <p>No security fixes in this release.</p> @@ -687,7 +742,7 @@ <kbd>localconfig</kbd> file to the new installation.</p></li> <li>Now follow the standard - <a href="[% Param('docs_urlbase') FILTER html %]installing-bugzilla.html"> + <a href="[% docs_urlbase FILTER html %]installing-bugzilla.html"> [%- terms.Bugzilla %] installation process</a>.</li> <li>Run <kbd>checksetup.pl</kbd> after you install the new version.</li> @@ -739,7 +794,7 @@ <p>[% terms.Bugzilla %] now supports a code hook mechanism. See the documentation for - <a href="[% Param('docs_urlbase') FILTER html %]api/Bugzilla/Hook.html">Bugzilla::Hook</a> + <a href="[% docs_urlbase FILTER html %]api/Bugzilla/Hook.html">Bugzilla::Hook</a> for more details.</p> <p>This gives [% terms.Bugzilla %] very advanced plugin support. You can @@ -756,7 +811,7 @@ <p>[% terms.Bugzilla %] now ships with all of its perldoc built as HTML. Go ahead and read the - <a href="[% Param('docs_urlbase') FILTER html %]api/">API Documentation</a> + <a href="[% docs_urlbase FILTER html %]api/">API Documentation</a> for all of the [% terms.Bugzilla %] modules now! Even scripts like <kbd>checksetup.pl</kbd> have HTML documentation.</p> @@ -799,7 +854,7 @@ sub y { $var++ }</pre> <p>The <kbd>Bugzilla::Auth</kbd> family of modules have been completely re-written. For details on how the new structure of authentication, read the - <a href="[% Param('docs_urlbase') FILTER html %]api/Bugzilla/Auth.html">Bugzilla::Auth + <a href="[% docs_urlbase FILTER html %]api/Bugzilla/Auth.html">Bugzilla::Auth API docs</a>.</p> <p>It should be very easy to write new authentication plugins, now.</p> @@ -807,7 +862,7 @@ sub y { $var++ }</pre> <h3><a name="v30_code_obj"></a>Bugzilla::Object</h3> <p>There is a new base class for most of our objects, - <a href="[% Param('docs_urlbase') FILTER html %]api/Bugzilla/Object.html">Bugzilla::Object</a>. + <a href="[% docs_urlbase FILTER html %]api/Bugzilla/Object.html">Bugzilla::Object</a>. It makes it really easy to create new objects based on things that are in the database.</p> @@ -832,7 +887,7 @@ sub y { $var++ }</pre> <li><code>checksetup.pl</code> has been completely re-written, and most of its code moved into modules in the <kbd>Bugzilla::Install</kbd> namespace. See the - <a href="[% Param('docs_urlbase') FILTER html %]api/checksetup.html">checksetup + <a href="[% docs_urlbase FILTER html %]api/checksetup.html">checksetup documentation</a> and <a href="https://bugzilla.mozilla.org/showdependencytree.cgi?id=277502&hide_resolved=0">[% terms.Bugzilla %] [%+ terms.bug %] 277502</a> for details.</li> <li>Instead of <kbd>UserInGroup()</kbd>, all of [% terms.Bugzilla %] now @@ -866,7 +921,7 @@ sub y { $var++ }</pre> <p>Release notes for versions of [% terms.Bugzilla %] for versions prior to 3.0 are only available in text format: - <a href="docs/rel_notes.txt">Release Notes for [% terms.Bugzilla %] 2.22 + <a href="[% docs_urlbase FILTER remove('html/$') FILTER html %]rel_notes.txt">Release Notes for [% terms.Bugzilla %] 2.22 and Earlier</a>.</p> [% INCLUDE global/footer.html.tmpl %] diff --git a/template/en/default/reports/CVS/Entries b/template/en/default/reports/CVS/Entries index fceac866a..35198e036 100644 --- a/template/en/default/reports/CVS/Entries +++ b/template/en/default/reports/CVS/Entries @@ -1,24 +1,24 @@ -/chart.csv.tmpl/1.3/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/chart.html.tmpl/1.4/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/chart.png.tmpl/1.6/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/components.html.tmpl/1.13/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/create-chart.html.tmpl/1.16/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/duplicates-simple.html.tmpl/1.5/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/duplicates-table.html.tmpl/1.14/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/duplicates.html.tmpl/1.18/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/duplicates.rdf.tmpl/1.4/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/edit-series.html.tmpl/1.7/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/keywords.html.tmpl/1.10/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/menu.html.tmpl/1.9/Sun Nov 11 22:03:19 2007//TBUGZILLA-3_1_3 -/old-charts.html.tmpl/1.3/Sun Nov 11 22:03:19 2007//TBUGZILLA-3_1_3 -/report-bar.png.tmpl/1.8/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/report-line.png.tmpl/1.9/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/report-pie.png.tmpl/1.7/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/report-simple.html.tmpl/1.3/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/report-table.csv.tmpl/1.11/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/report-table.html.tmpl/1.16/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/report.csv.tmpl/1.3/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/report.html.tmpl/1.14/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/series-common.html.tmpl/1.5/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 -/series.html.tmpl/1.9/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_3 +/chart.csv.tmpl/1.3/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/chart.html.tmpl/1.4/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/chart.png.tmpl/1.6/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/components.html.tmpl/1.13/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/create-chart.html.tmpl/1.16/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/duplicates-simple.html.tmpl/1.5/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/duplicates-table.html.tmpl/1.14/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/duplicates.html.tmpl/1.19/Mon Mar 31 08:51:06 2008//TBUGZILLA-3_1_4 +/duplicates.rdf.tmpl/1.4/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/edit-series.html.tmpl/1.7/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/keywords.html.tmpl/1.10/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/menu.html.tmpl/1.9/Sun Nov 11 22:03:19 2007//TBUGZILLA-3_1_4 +/old-charts.html.tmpl/1.3/Sun Nov 11 22:03:19 2007//TBUGZILLA-3_1_4 +/report-bar.png.tmpl/1.8/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/report-line.png.tmpl/1.9/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/report-pie.png.tmpl/1.7/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/report-simple.html.tmpl/1.3/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/report-table.csv.tmpl/1.11/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/report-table.html.tmpl/1.16/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/report.csv.tmpl/1.3/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/report.html.tmpl/1.14/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/series-common.html.tmpl/1.5/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4 +/series.html.tmpl/1.10/Mon Mar 31 08:51:06 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/reports/CVS/Tag b/template/en/default/reports/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/reports/CVS/Tag +++ b/template/en/default/reports/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl index 300101db6..e4ea73882 100644 --- a/template/en/default/reports/duplicates.html.tmpl +++ b/template/en/default/reports/duplicates.html.tmpl @@ -71,13 +71,13 @@ work with:</td> <td> <input type="radio" name="sortvisible" id="entirelist" value="0" - [% "checked" IF NOT sortvisible %]> + [%+ "checked" IF NOT sortvisible %]> <label for="entirelist"> entire list </label> <br> <input type="radio" name="sortvisible" id="visiblelist" value="1" - [% "checked" IF sortvisible %]> + [%+ "checked" IF sortvisible %]> <label for="visiblelist"> currently visible list </label> @@ -116,7 +116,7 @@ </td> <td> <input type="checkbox" name="openonly" id="openonly" value="1" - [% "checked" IF openonly %]> + [%+ "checked" IF openonly %]> </td> </tr> diff --git a/template/en/default/reports/series.html.tmpl b/template/en/default/reports/series.html.tmpl index 66d7eb232..3cf939003 100644 --- a/template/en/default/reports/series.html.tmpl +++ b/template/en/default/reports/series.html.tmpl @@ -69,7 +69,7 @@ completely, if you want to change who can make series public. %] [% IF user.in_group('admin') %] <input type="checkbox" name="public" - [% "checked='checked'" IF default.public.0 %]> + [%+ "checked='checked'" IF default.public.0 %]> <span style="font-weight: bold;">Visible to all<br> (within group restrictions)</span> [% END %] diff --git a/template/en/default/request/CVS/Entries b/template/en/default/request/CVS/Entries index 6d1157e02..4b1699dce 100644 --- a/template/en/default/request/CVS/Entries +++ b/template/en/default/request/CVS/Entries @@ -1,3 +1,3 @@ -/email.txt.tmpl/1.20/Wed Aug 29 21:10:09 2007//TBUGZILLA-3_1_3 -/queue.html.tmpl/1.19/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_3 +/email.txt.tmpl/1.20/Wed Aug 29 21:10:09 2007//TBUGZILLA-3_1_4 +/queue.html.tmpl/1.19/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/request/CVS/Tag b/template/en/default/request/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/request/CVS/Tag +++ b/template/en/default/request/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/search/CVS/Entries b/template/en/default/search/CVS/Entries index 7f64e072b..262bec947 100644 --- a/template/en/default/search/CVS/Entries +++ b/template/en/default/search/CVS/Entries @@ -1,13 +1,13 @@ -/boolean-charts.html.tmpl/1.16/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_3 -/form.html.tmpl/1.51/Sat Sep 22 21:35:07 2007//TBUGZILLA-3_1_3 -/knob.html.tmpl/1.21/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_3 -/search-advanced.html.tmpl/1.32/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_1_3 -/search-create-series.html.tmpl/1.14/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_1_3 -/search-help.html.tmpl/1.10/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_3 -/search-plugin.xml.tmpl/1.4/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_3 -/search-report-graph.html.tmpl/1.12/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_1_3 -/search-report-select.html.tmpl/1.7/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_3 -/search-report-table.html.tmpl/1.13/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_1_3 -/search-specific.html.tmpl/1.24/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_3 -/tabs.html.tmpl/1.7/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_3 +/boolean-charts.html.tmpl/1.17/Mon Mar 31 08:51:07 2008//TBUGZILLA-3_1_4 +/form.html.tmpl/1.52/Mon Mar 17 16:57:27 2008//TBUGZILLA-3_1_4 +/knob.html.tmpl/1.21/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4 +/search-advanced.html.tmpl/1.32/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_1_4 +/search-create-series.html.tmpl/1.14/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_1_4 +/search-help.html.tmpl/1.10/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4 +/search-plugin.xml.tmpl/1.4/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4 +/search-report-graph.html.tmpl/1.12/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_1_4 +/search-report-select.html.tmpl/1.7/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4 +/search-report-table.html.tmpl/1.13/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_1_4 +/search-specific.html.tmpl/1.24/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4 +/tabs.html.tmpl/1.7/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/search/CVS/Tag b/template/en/default/search/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/search/CVS/Tag +++ b/template/en/default/search/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index dcd4f70a6..25a54a0a9 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -60,7 +60,7 @@ <td> <input type="checkbox" id="negate[% chartnum FILTER html %]" name="negate[% chartnum FILTER html %]" value="1" - [% "checked" IF chart.negate %]> + [%+ "checked" IF chart.negate %]> <label for="negate[% chartnum FILTER html %]"> Not (negate this whole chart) </label> diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index e9f2ba676..1df194c3d 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -326,10 +326,10 @@ function doOnSelectProduct(selectmode) { <label for="deadlinefrom" accesskey="l">Dead<u>l</u>ine</label>: </th> <td> - from - <input name="deadlinefrom" id="deadlinefrom" size="10" maxlength="10"> - to - <input name="deadlineto" size="10" maxlength="10"> + from <input name="deadlinefrom" id="deadlinefrom" size="10" maxlength="10" + value="[% default.deadlinefrom.0 FILTER html %]"> + to <input name="deadlineto" size="10" maxlength="10" + value="[% default.deadlineto.0 FILTER html %]"> </td> <td> <small>(YYYY-MM-DD)</small> diff --git a/template/en/default/setup/CVS/Entries b/template/en/default/setup/CVS/Entries index 8f05f548a..21e1f0656 100644 --- a/template/en/default/setup/CVS/Entries +++ b/template/en/default/setup/CVS/Entries @@ -1,2 +1,2 @@ -/strings.txt.pl/1.8/Mon Jan 28 00:54:59 2008//TBUGZILLA-3_1_3 +/strings.txt.pl/1.8/Mon Jan 28 00:54:59 2008//TBUGZILLA-3_1_4 D diff --git a/template/en/default/setup/CVS/Tag b/template/en/default/setup/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/setup/CVS/Tag +++ b/template/en/default/setup/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/default/welcome-admin.html.tmpl b/template/en/default/welcome-admin.html.tmpl index 15f98e518..ff26fcbc9 100644 --- a/template/en/default/welcome-admin.html.tmpl +++ b/template/en/default/welcome-admin.html.tmpl @@ -23,7 +23,7 @@ [% PROCESS global/header.html.tmpl title = title - h3 = "version $constants.BUGZILLA_VERSION" + header_addl_info = "version $constants.BUGZILLA_VERSION" style_urls = [ 'skins/standard/index.css' ] %] diff --git a/template/en/default/whine/CVS/Entries b/template/en/default/whine/CVS/Entries index f223b5229..ee2170770 100644 --- a/template/en/default/whine/CVS/Entries +++ b/template/en/default/whine/CVS/Entries @@ -1,5 +1,5 @@ -/mail.html.tmpl/1.7/Mon Aug 20 18:25:09 2007//TBUGZILLA-3_1_3 -/mail.txt.tmpl/1.7/Mon Aug 20 18:25:09 2007//TBUGZILLA-3_1_3 -/multipart-mime.txt.tmpl/1.6/Mon Aug 20 18:25:09 2007//TBUGZILLA-3_1_3 -/schedule.html.tmpl/1.11/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_1_3 +/mail.html.tmpl/1.7/Mon Aug 20 18:25:09 2007//TBUGZILLA-3_1_4 +/mail.txt.tmpl/1.7/Mon Aug 20 18:25:09 2007//TBUGZILLA-3_1_4 +/multipart-mime.txt.tmpl/1.6/Mon Aug 20 18:25:09 2007//TBUGZILLA-3_1_4 +/schedule.html.tmpl/1.11/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_1_4 D diff --git a/template/en/default/whine/CVS/Tag b/template/en/default/whine/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/default/whine/CVS/Tag +++ b/template/en/default/whine/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/template/en/extension/CVS/Entries b/template/en/extension/CVS/Entries index 0525d0afa..97ace0597 100644 --- a/template/en/extension/CVS/Entries +++ b/template/en/extension/CVS/Entries @@ -1,2 +1,2 @@ -/filterexceptions.pl/1.2/Sat Feb 25 23:10:53 2006//TBUGZILLA-3_1_3 +/filterexceptions.pl/1.2/Sat Feb 25 23:10:53 2006//TBUGZILLA-3_1_4 D diff --git a/template/en/extension/CVS/Tag b/template/en/extension/CVS/Tag index 31d8633e2..3dd879c04 100644 --- a/template/en/extension/CVS/Tag +++ b/template/en/extension/CVS/Tag @@ -1 +1 @@ -NBUGZILLA-3_1_3 +NBUGZILLA-3_1_4 diff --git a/token.cgi b/token.cgi index cf6b37811..c91c2f94f 100755 --- a/token.cgi +++ b/token.cgi @@ -101,11 +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; +my $user_account; if ( $::action eq 'reqpw' ) { - $login_name = $cgi->param('loginname'); - defined $login_name - || ThrowUserError("login_needed_for_password_change"); + my $login_name = $cgi->param('loginname') + || ThrowUserError("login_needed_for_password_change"); # check verification methods unless (Bugzilla->user->authorizer->can_change_password) { @@ -115,10 +114,7 @@ if ( $::action eq 'reqpw' ) { validate_email_syntax($login_name) || ThrowUserError('illegal_email_address', {addr => $login_name}); - my ($user_id) = $dbh->selectrow_array('SELECT userid FROM profiles WHERE ' . - $dbh->sql_istrcmp('login_name', '?'), - undef, $login_name); - $user_id || ThrowUserError("account_does_not_exist", {'email' => $login_name}); + $user_account = Bugzilla::User->check($login_name); } # If the user is changing their password, make sure they submitted a new @@ -142,7 +138,7 @@ if ( $::action eq 'chgpw' ) { # that variable and runs the appropriate code. if ($::action eq 'reqpw') { - requestChangePassword($login_name); + requestChangePassword($user_account); } elsif ($::action eq 'cfmpw') { confirmChangePassword(); } elsif ($::action eq 'cxlpw') { @@ -175,8 +171,8 @@ exit; ################################################################################ sub requestChangePassword { - my ($login_name) = @_; - Bugzilla::Token::IssuePasswordToken($login_name); + my ($user) = @_; + Bugzilla::Token::IssuePasswordToken($user); $vars->{'message'} = "password_change_request"; diff --git a/userprefs.cgi b/userprefs.cgi index 3880b9c38..b281fd214 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -138,7 +138,7 @@ sub SaveAccount { is_available_username($new_login_name) || ThrowUserError("account_exists", {email => $new_login_name}); - Bugzilla::Token::IssueEmailChangeToken($user->id, $old_login_name, + Bugzilla::Token::IssueEmailChangeToken($user, $old_login_name, $new_login_name); $vars->{'email_changes_saved'} = 1; diff --git a/votes.cgi b/votes.cgi index 9dc728ef8..961db7aa5 100755 --- a/votes.cgi +++ b/votes.cgi @@ -144,6 +144,7 @@ sub show_user { } } + my @all_bug_ids; my @products; my $products = $user->get_selectable_products; # Read the votes data for this user for each product. @@ -151,6 +152,7 @@ sub show_user { next unless ($product->votes_per_user > 0); my @bugs; + my @bug_ids; my $total = 0; my $onevoteonly = 0; @@ -178,6 +180,8 @@ sub show_user { push (@bugs, { id => $id, summary => $summary, count => $count }); + push (@bug_ids, $id); + push (@all_bug_ids, $id); } $onevoteonly = 1 if (min($product->votes_per_user, @@ -187,6 +191,7 @@ sub show_user { if ($#bugs > -1) { push (@products, { name => $product->name, bugs => \@bugs, + bug_ids => \@bug_ids, onevoteonly => $onevoteonly, total => $total, maxvotes => $product->votes_per_user, @@ -201,6 +206,7 @@ sub show_user { $vars->{'voting_user'} = { "login" => $name }; $vars->{'products'} = \@products; $vars->{'bug_id'} = $bug_id; + $vars->{'all_bug_ids'} = \@all_bug_ids; print $cgi->header(); $template->process("bug/votes/list-for-user.html.tmpl", $vars) diff --git a/whine.pl b/whine.pl index 8f4671321..e49e4816a 100755 --- a/whine.pl +++ b/whine.pl @@ -353,10 +353,11 @@ while (my $event = get_next_event) { # sub mail { my $args = shift; + my $addressee = $args->{recipient}; + # Don't send mail to someone whose bugmail notification is disabled. + return if $addressee->email_disabled; - # Don't send mail to someone on the nomail list. - return if $args->{recipient}->email_disabled; - + my $template = Bugzilla->template_inner($addressee->settings->{'lang'}->{'value'}); my $msg = ''; # it's a temporary variable to hold the template output $args->{'alternatives'} ||= []; @@ -387,6 +388,7 @@ sub mail { $template->process("whine/multipart-mime.txt.tmpl", $args, \$msg) or die($template->error()); + Bugzilla->template_inner(""); MessageToMTA($msg); delete $args->{'boundary'}; diff --git a/whineatnews.pl b/whineatnews.pl index 5c1ec655d..df9006230 100755 --- a/whineatnews.pl +++ b/whineatnews.pl @@ -85,9 +85,11 @@ foreach my $email (sort (keys %bugs)) { $vars->{'bugs'} = \@bugs; my $msg; - my $template = Bugzilla->template; - $template->process("email/whine.txt.tmpl", $vars, \$msg); + my $template = Bugzilla->template_inner($user->settings->{'lang'}->{'value'}); + $template->process("email/whine.txt.tmpl", $vars, \$msg) + or die($template->error()); + Bugzilla->template_inner(""); MessageToMTA($msg); print "$email " . join(" ", @{$bugs{$email}}) . "\n"; diff --git a/xmlrpc.cgi b/xmlrpc.cgi index 2ac34e675..324382ea2 100755 --- a/xmlrpc.cgi +++ b/xmlrpc.cgi @@ -20,6 +20,7 @@ use lib qw(. lib); use Bugzilla; use Bugzilla::Constants; +use Bugzilla::Error; use Bugzilla::Hook; # Use an eval here so that runtests.pl accepts this script even if SOAP-Lite @@ -34,12 +35,23 @@ my %hook_dispatch; Bugzilla::Hook::process('webservice', { dispatch => \%hook_dispatch }); local @INC = (bz_locations()->{extensionsdir}, @INC); +my $dispatch = { + 'Bugzilla' => 'Bugzilla::WebService::Bugzilla', + 'Bug' => 'Bugzilla::WebService::Bug', + 'User' => 'Bugzilla::WebService::User', + 'Product' => 'Bugzilla::WebService::Product', + %hook_dispatch +}; + +# The on_action sub needs to be wrapped so that we can work out which +# class to use; when the XMLRPC module calls it theres no indication +# of which dispatch class will be handling it. +# Note that using this to get code thats called before the actual routine +# is a bit of a hack; its meant to be for modifying the SOAPAction +# headers, which XMLRPC doesn't use; it relies on the XMLRPC modules +# using SOAP::Lite internally.... + my $response = Bugzilla::WebService::XMLRPC::Transport::HTTP::CGI - ->dispatch_with({'Bugzilla' => 'Bugzilla::WebService::Bugzilla', - 'Bug' => 'Bugzilla::WebService::Bug', - 'User' => 'Bugzilla::WebService::User', - 'Product' => 'Bugzilla::WebService::Product', - %hook_dispatch - }) - ->on_action(\&Bugzilla::WebService::handle_login) + ->dispatch_with($dispatch) + ->on_action(sub { Bugzilla::WebService::handle_login($dispatch, @_) } ) ->handle; -- GitLab