You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/07/22 21:29:32 UTC

svn commit: r14501 [2/5] - /release/directory/apacheds/dist/2.0.0-M23/

Added: release/directory/apacheds/dist/2.0.0-M23/apacheds-2.0.0-M23-32bit.bin
==============================================================================
--- release/directory/apacheds/dist/2.0.0-M23/apacheds-2.0.0-M23-32bit.bin (added)
+++ release/directory/apacheds/dist/2.0.0-M23/apacheds-2.0.0-M23-32bit.bin Fri Jul 22 21:29:32 2016
@@ -0,0 +1,65463 @@
+#!/bin/sh
+
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License. 
+
+
+#------------------------------------------------------------------------------
+# Verifies the exit code of the last command used. If the exit code is 0, the
+# execution continues, if not the execution is halted and we exit the program
+# with a 1 value.
+#------------------------------------------------------------------------------
+verifyExitCode()
+{
+    if [ $? -ne 0 ]
+    then
+               echo "An error occurred when installing ApacheDS."
+               echo "ApacheDS installation failed."
+               exit 1
+    fi
+}
+
+# Variables
+export APACHEDS_VERSION=2.0.0-M23
+
+# Displaying welcome message and license terms
+more <<"EOF"
+                   WELCOME TO THE APACHEDS INSTALLER PROGRAM
+                    _                     _          ____  ____ 
+                   / \   _ __   __ _  ___| |__   ___|  _ \/ ___|
+                  / _ \ | '_ \ / _` |/ __| '_ \ / _ \ | | \___ \ 
+                 / ___ \| |_) | (_| | (__| | | |  __/ |_| |___) |
+                /_/   \_\ .__/ \__,_|\___|_| |_|\___|____/|____/ 
+                        |_|
+
+    ApacheDS is distributed under the Apache Software License Version 2.0.
+            
+            Please, take some time to read the license terms below.
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+EOF
+
+# Asking for license agreement
+echo ""
+echo "Do you agree to the above license terms? [yes or no]"
+
+# Reading userInput
+while [ "true" ];
+do
+    read userInput leftover
+    case $userInput in
+        [yY] | [yY][eE][sS])
+            break;;
+        [nN] | [nN][oO])
+            echo "If you don't agree to the license this software cannot be installed."
+            exit 1
+    esac
+done
+
+# This is the name of the contained archive
+archiveName=__tmp.tar.gz
+
+# Unpacking the installer
+echo "Unpacking the installer..."
+trap 'rm -f $archiveName; exit 1' HUP INT QUIT TERM
+tail -n +282 $0 > $archiveName
+verifyExitCode
+
+# Extracting the installer
+echo "Extracting the installer..."
+tar xzf $archiveName
+verifyExitCode
+
+# Launching the installer
+cd sh
+verifyExitCode
+. ./install.sh
+verifyExitCode
+
+# Cleaning
+cd ..
+verifyExitCode
+rm -rf sh
+verifyExitCode
+rm -rf instance
+verifyExitCode
+rm -rf server
+verifyExitCode
+rm -f $archiveName
+verifyExitCode
+
+# Finishing
+echo "Done."
+echo "ApacheDS has been installed successfully."
+exit 0
+�G�W�}`G��ʖ�YLl 	���V��eǖ� YZ�J���ʟ{�;Ҍ����ZR�9���"p ��]��s�8��!N Ǚb��X���|�D���{�gwV�mٱ!J�3=�]]U]]]U��c�LKMŴ�X:�m�q��7����K���^��J�Vײ4f]Y��V�������nQ]���fI͢Z�R=Ոx���,��%���fS�%�A���8ÈQ��y�C˚F:U�����o:��	�?��W�m�6-f��i�+V:�~����)�F�0jb]ʰ�J���q#������aĴ��ʸ֭�V@ji\��K5�⧅����&{h���$�7�Z&a�T̨���T,�e�t<i$��Y��s��bo:_k�����5�yj"��US�T2�3�XLC�:#���(��鄖R�Z�
`��I5aܨ�3�eeM�b�#m�$6գ��{�6�G�3�v��\l�7y��e�f	�#��m�\����j���S�[����)��8w����դV��̠�g�6��ۍTO���W��Hڢ�S�Ԗdd�,-�2@�y��@�kN8z�fw��bKu[�����z�]%��/Høղb�Kϩv�zXT3jLׂ6�ATZ6Kg����`{	�[@S�E�i7�՜�k)�9��̒x�����l,l�l�������/��`�ע�zRӯ�����x�H����D��d��S,m(��[��D1RM6�'%��FW��f���~a��झ����y�UQ�}��	��T�9�O���?�D�OM?����^��}U�󦿚m�'�gn+7�ݭp�4C;[�̗�Fq��}��Qu/�w7sP��L�D2�¶�oS����QT����q��_v� �M�k�[�Z<X��\VkJ�RѶCM�+���F�|���ur T���q��b�5۞�Y�Í%s&�;P⥛sY�l�m��V-�c���Z�D�J��o�oP�)��zeI��Mn#�!�5Y5F3O{��4,��&]�m�6>��/�F�@�ZqAa(�i���ˏ�>�G-�\o=�ǁ:���1�`�dHB`ГX�^��M���j�Z6>���
 �x�-�N�o4#��z9-<9	�1f�����C�;]���`ci�=]�	�O�˜E���>��ǧڋ�0�$�:�4R��Q����i��'�.×�Ñ�`�D{J��5&�n�o�}���t�ly���^/�L��۵�f-k�8�ԅ��C1�����k�.-�6�ה`��K1����V5u���e���"���N���`Q�0�U�&�N(�T� �1�e-=Y�D�k��u_\�.Z\��L�;��3=�������?#1-�ԋ�E옼�Ig�,�am���|=����`���{�z~M��t"���{�����czA��G���g��n溴���?�9}Z$ie5--&�Sy�(69�o�vΛ�5��6��P���W�IqD��G˞�|<-����,�Ջ���<7�F�s�����q�W����b�L���\���������vNi,�%1�>���q�"֌�d��4Nr�ߩw�rl 8�����*J�}�Z ��ݖ�&�xW2lg�
+Gs��F���"i�ƍZ��#��İ�M(�F�ش�Pߟ�z�%Ѽ*��4�
�Hŵ>�b3�̦mY��vd�n��d�!O��v��h��M�a'�Ĉ�L5�+9�����8�xg�&2j\U�ɺpV3�TL{e�'Z�f��)���Ď�֘0T�a�h�<g"��� E��9_A�������>���}�v7E��6�D��-�ҹ�.n��Y9#~��M���r��F҉�o�ap�0S��{g�/?3���X��|�f��g�ڬ�W޷�nI˚ȶ���u�m���Z��|ߚ�e��.����mƪ��f�[ӗhJ.3���m�5��u~ec�������FW7�]�U{�
���^}]m�[Զ�emdG�1}�+��r�O��=��~���D}��sDN��=���rt� ��<�3��?W�����_<v������ڞ�Z����Q���Yg^�-/'e9#\�S	������YΌ���Z���t"-g�09/C-�N�N���N��fp�"��&^����)�U�	���W�ť��*�d���lf��^C��\=���“23�Ũ>,��~(��i��
���2���<A� )���C�-a���S]�����8���Q��,�T��ܹ�O,汋�.��t�R�@�����(8
+d�G��Tr��nY���=�`^#y�:H3I�2��8M*�^5��$�tq����ʓ�E������K�'14&��]���I���κ�E�+r��՘ɜA�LF�q�H�H�)L��i��3��P"�j���W�2��WY��t�
+��%��Շ�P2��3��[91�Oɼ,8SϦX��w6l����4�ܔxQO8d��\�hJ�cۣ۵^<��^R����~:���%��nõ$%BɌ��Ȇ�fĢ"�X������hH�f��.��YЙI5Vi�jM�%%��5sQe���� �K��2��Y�8R�\R�3��dVKiĊ�ѭYn�{c��m�h�ۮY�v��K�\��*��	Y ��LD�!�S�j8mZq���8��FR��G45��WB�­�`SG�S �g�$)"h)�555�Qš�Ia��"f�x9x��|*F˙��'0���b��z�Ғfi�$旓7�'��a����oLh���<WL�D\����i�ig��|
DO�
+�.�/��	=��s�P�Q�F��S#�$<F�(/��g�9o��v�������1
+A���b�
+f�+ �LUa��B-��H���~@��_��4�u����*��LXٜf?
�g�	Mˈ�G�
I,ܔN��+Dej��i=��6%]�L89�.�gbb@���f��s�&��^�tYIM��d5bwN�8'�����K-q��ai�	ɴ9In��;�P�c����j*����C�V��i�#�׃'�u�Q=g�ӽ)?p��*D�^)�KAI�ԡ��[�4k����\S��"1)js
+��\���3XV��_A��0�̎"�΄�J29
vL&���e6{|ꠀ��M=��.cZ<��B6d~����wࡌt��+�\
+��jf��}I��ӍɖW��.���\��8{�#�9�i1����
��7�{�V6E�*ۚ�4r�dB�Oxv��w�r0�U��m�	���7�%;����r�%>�+�Q�:�2g�[ք���o�F�fZ��fvwV��k�^�VF���5�	�SV"l��"_&Qf��s��������t:�J�ДB�7�[����&�ռ�.g����I󴽳��<��+!�Ȟ)��hF�~��t�Ef3�x0��Rߙ�3��5+Vi���4cY#cMa��n�~��ʚ��W��x6�.����HU���r���
+�9ejq��kJ#�T%��zլ��N�Rq�������HjY%�Ұv:�$��V�s��$DE��jt��T������Ζ����%�~���޸�kX:�1L�7�ݮt(57����n�����Z����h:ӟ5ztKI��@��F��DR��2&,�Z��9N�D5gF@Y�>������P+U�܊˩vR�WRi?^�@��D���3	�����m��q �.K��*�����b�j�~Rh�K}UUooo�Y��V�_ۣ�J@��X���1p�-Y)]����/a��Sj/�uu>`��KX� w��0��-���?�Q�%Z��j��Dʆ�ε�:�
��Hc{gK(�tD�����Ζ�vH�VۯÚ״�7
�Mi}s#�8-��:�$p@I�}df���mĀ�TON�є�4�3��%�e����j�q�����hb�"ڂ�F�X�p!<I���(��8H��+cJ�#�X���+�BkZڕ���N�gu�����Ƕ�*b%�땹�tLMl�6��Y-��4�Mi
��f��H���3�������*��:e�+�U+5�x��Y��Yc�}7�j�L(�GKs�h�7Ks������ۙ��X��Eu��e5�"�(>�V����݊=C-��㦉�`�h�K$��m�����en���+��3^i�=����Q�-���!Ȗ��S���]m풢����Y��|*���t�6�0 �S�"�Lj2v�FTڐ@j������)qv���Ӱ$N��8s¶%��7(
+�	f�&ń��V¦8����
+O�bJGS��t�jR-�&�������[�t���2�U��
��+%����/����yW&�~��aղ�+��]�f��B$�H�ڥ��1w���)�����J~R�Z?UqW���x�Y}s��e@��ҥƶ�24�L�ʫ��ܷr���q�D5���x���_��ڵ��d�i�ڬ\�Q��"�Y�T�H^�*у��r�1���%�}z4T6��Q��ZJ1�`L'+�4�V�[�Q���o|2��^A4�#Z,����)&YDw��A�P���֎5�\���-4��&m�h5�B��M-�P+�X����BUPk�um'W�i]$�qR5�%'��Gip?�fwP�����%���J������?���͢J�V��zdS��D�%�W����ꚺ+_����߫Q�W�~�F�ƍ�)
+�%%�0�}\�5�~�AMj`q��}����P��X��8����h��Ս��<͙95���WJF���Pޤ�	Yd��0Ӷ����s�
ѯ$<�t�JK�$S�r�?A�J&Xh
�2-J'S-bA�E0�S�M�d2�px�À����?-����H�9`�I��;���WGB8���嶩;� ���\�/XVZ�J|Z��i���RU1��mJRKb%(�&����y(WCue��f� ��Щm���Kg��wn��j�_[]����f�	�qf���[re��_S�xђW�����W&�sO�㕗&�H}*�ˆ��.Yi��̏;C��(L��T�f�u�P@����j^ׄ�T��%�iY���� .m�E5�sl��h �*Sנēlv��l��ZY
�`<��
+��3 r@5Q�)6�F�R��\��,cS<�X�c!^�lbVN��*�S��2���x� �
��dU��{���*��t��
5FP�(�����Y�|�&b:PTa/����"Y�O�1�H8$^P�O�5��	��䲙4Zx6W�}T��T)&���j�W�6����b�4�b*��ܳ,�X�����v�L��FL�|�}jW%�2gz
�&�2�Ll�!u���~y
+@�_\}���f��r:kdC7��$ �.-L���.��t9���|��wيr���ȓF<����,L�٘a�X$glP��ZZ��D��P����Y�Sn7q|;6��=�`òs�8,fR`6B2�ɸc��mɚ� tJ�/��(V  �?�D.[����z�%*F]M��g�`�!B��t2iSL�޽r�P��I�'���b�!p7�F��n8��F'NfHB�y.�e���&�ac7��
U����
��)r�c�C(i�s��a�:NVR3, #A>I�	@m�S�(��^�
��m�ƭK2�Q�X��{��r��*,V̰�y�rg�h��٭.��Q��d�YQ(؆78��@7���C1�m���0]�MQw�X`~�����02�����X�lj���Y�����ā�,�t[�}�YHР�jF���xq��c���]�?���s�Yx����Ւ��񩡫���|!2�ZV?)a���@ZPNp�~��t��_��I" ͑6S��B�h�n�כD�8���c��R{6��s��s��"EAK�*�
Ղ�R��A�_9�@JB�m3���+aw�t�
+���"�B�2Mw�����Z��Gy�Ҁ��������f{�¦���b󽭖���`�2`/t�	�#}���ȥ8�2�5�Q�'�t���;ٺKn�wp�h�jy�f@��lS��,l�*�ܜ�SH��H^�u?�|�Z�m-��I���@�6�
l�XΤY�ZL���f��x�Ԥ�	&�i���#�K�L�I5�U_ֱ��ɥ�FO�t��*!���*ځߪ"��`E�.��m�������1YШ�2]��bir@Zn���vC�'�����o6]��+
?��j��4���&�|;�ͱɕ˪�3#
3Y+k0K*�T!�3Yq��ࠢ���,��?P}�x���F*����7�bL���t���j����j�2��ۑ�0d�l.��Р����q��s�y&�u�� ���
+�n?��Tk�nX�~�l�ۺ���=�s�-��IVQ����|����& h2�h��a�J��:��Yy!����h��$�%@��
:��u����̭BR3�2d�#{���85��Ӊ˨�8j��j�YY�8�"��k���^�T����,g�=�s�<���
�ۙ�L�Eb[�T��� H,����s#Ǜ�Ůs]Pi����}!4ʴ�)���PP{T�&%���΄e��ٴiVÐ�X:G�B�4�S$�^3gXHjB�a�pL ��Zq<GsC�䮶GZ^�d��H��j�6$�-��d�h�F-g��)OXUlv�!��'dE5���{#�����q�
+�JD�#CA{���l�Z��!l�>�ʣ.A�ˁ�#9B��i{Fv��l
+/���+DqD+�i����x��߅���|u�4�փ�"z�߀n5�DTZ��k{��WD��0���r�FE�]R�,p���G��΂:Y!p��	�M�yTq�H#Lv�o��p�-Ǥ������,���F��I
�
:��̎.�T�q
���dL��Z�p㴱�>�*�ˍiO����ɠ�e \�v������QR<U��_�J����aWW��
+?��V�`��6��ڑG��<FJg��$P��T<��|Ly5֋���T��J`�R#� -u&�W	�7�=�J�0���t)9Jϫ8������T����\Y��qqX.+s������R�nG�����̀����@1�Ua�IQ.�xp��`�����Y0���}�����f2�
+Nh�μ0�_�l��"���\i;�>�㼢��F��-�X��b�P�q�Ϣ�#K�E��94��`�7�#d�ȟ��F<��⹤0[]#��Dw�4b����s0Q�
+����
+�1�Ժ�'����V
+�3� �%u�t�(cH�@��e�zX�Nh�cɈ��֊����aC{`R�%\9:g%��MK�<���*�,l[�l�
+�#WX��T
+<W�,&g��0_ձؙ͠������_�(-����B+R
+fIa���+���9��뒣�'�q3�Д��`�k\�>���i+٫74�t��Sf�.[TM8�jf.�_+��W$pH]�b����`�;��#c;"�!F��f�������kK@
+�D�(���4iN���Ҋ2�/�1�E,c�I���
F�ث�
+ON\�Ya�)gjp�T{�S7ѣ�iz��u)L�i<o��.�7ͺxW�NFj��b49���0zL�SW�f�$�	m��
`_���ڞ%���v��o:��G\1hP�ʥ1|�����X0����pN�&.)L� g?V����!��X`fgKgk(\o�li_ii_j�w��P�i-`ٸ�����:��-���(�>��a�#�a�Z#Jx]$�
�ٖ�&pe��@��:���
+��=�Mg���Dp7H!�s4�/e�F�Er��6L��f:f�n2S�|�����Bk�3�doiPi�Y��Z
��H��yμ
+�?)�Z%����ӖB-b%ȒC)�'a���\���+�kG~&����P��~��"�����x��n!��p��`�w�H{��ʈ.KЉ�""@]�&�wk�-�������(^<�/%��b�� ǁ
+
�17���Y�f���=W�q��K���:&Ǟ)ޙ�^�#��]X!ى4؞t:�k$���vz�6�b�m�"ޭ�\��Fj�;�r��=v��&�l��ְf����^��0�`��a�"i7߾#�3Aln���XTc8' ��Ŗ��Zt4��õp�p��6a���t�EA)��Zl��+�m��Pu�!��GDdX�k�~�;-�­%N@��5!pW�]	�"��
+�Z�l����bo�v-����6݋�s%m�?%�}��%��VCl��/�P�?FE�Q—,g���N�HF���f�<�ěn�7q��V,�G�\�&I	���3�s٬�Z�#Ǡ��+Gg�Q�q�~nl8�#���|�$���h��ߨ�y�k�7��P�ec=v!E@��+�;����,
j�k�d��F�&�:
�&n�%�Ǔ�6�D�T`���Δ~�Rj ��o��E&�l�/���μ>ɓ*�өy�~i�
+��-`���j�y�����;��mimNJ����^%��!z�﯆ɀJ�8���T��
HZ���r4��/�viΖZ!��X����5��
+�+�+�|��	�g���sb���8A<�W��08������f�z��,Xe�L��F&�����8���ݞ�2�(D$�$ޠ�*S�2o9+S���25o8+��\y�����ֈRk�O�o����;�,���MX��Ҡmݹ-���8�+n8áp/
+#��(pq\����
��a�LF�Eo71�9���+rI��c���KbьkVJl@��2���@��p��-�A�
+(>���>�@& `�Hg����EЋ=��L���:bۈ
4����3���!�ƪ~���� 8|� ��f�_���im�͒�D-��	�vOV�Iy�dY�A�D�>٦�#���toB��h~�в�7���x�����ìE��fłAZ�E�	c� ����p�hq���h�b��Ӭ�}�� >2*��A�vu�q�Wr��l�x,:ʏ`uM�cg�=t(!HF5�*���n*�g��Г3�	K�0b;(d��ma�g�r(Z:hh&��%���va���:�ܔ�|�&���p܌i�
+�YPU�����ͫ����5��jx���[�'�����;��c/�Y�P�_!ަ�XP�>�����k)��D�:K�^��l��f�s�k
+��Óu��^���XUQ�p9��}P)�I@��ah-dv��b�����-���F�,ߨDZ��d\
+�@֎xUM�Yg��ú����‰"�����p���U���u~N�"�`D�T
+Y#��s��K�`?��̧�e�%����tmf�Fe��Bf���Q�wB���p_����3B�+WK���Q�i"�U�K���k=T����T�	�f.���co+E��~�#���{�����1]T�AW���q�Y;�A���|n2�l��|�hx�A��smKT�v���,����whVV]�!9�qu��S�q�E��H!l�J߼y���\hc8�F�yx.i�:�_@iioj]��Ҿ&����	z���Jvv���h)�G�Q�
+�zG$��%�����j)ji�V���P{�]��ڊ`�B�JsHY���#S��
+���ZC�)�nn�oH���e	$�h��h8�Ԃ7��!��1r]�[��е�d*͍m�kB���n�1z�i]���ȑ�U�Ζ�u��vGG3Z�%����!�\i���ͳ���Fj�� �W����Z��a���a�����,d�a�bw���E��.��7�
��2������5u�%�U�g�D��Z�ڲ&������%"<#-Q,����-�#�QT7v+	s��Vi�y=�!1��A"�-\���Mky�q�x��y3e~ӂB5ԘH(f�G��.�B��Mn,C��><y�v������>��>+����QU��Wj�/^V���&ؽ���(s�r��0D$�b��J�g	M�Z*��nJ�J�R�~�I5-���Km��(��~�ы���-����=i��@�^�Q��KM!+�\n{��Y=|���e��:́�)�������/X:~P�Uw\;ZkG<|�4�o� Y�֙z���A���3=nBu￳�c�Dh�f�E&ۣio�┐[	>��_:��h����[b]�X
+.�0C�Srz�g�+��O�DN���[*�H��`�"�Q����<�E9\�;�IK��~G5�a�#�NM����ߞ�@��w��+��≉�j\�Gx�$|]�e��N�έ�!�����s1������n���]d$�V�LA�lb�‭�WG:<W�B᷇d���T�BQs\�͡�V�����pп����Dw�6P�Wk�Ş��WDcցƬY�\�
�g��y�k���W�Ii�ɨD��R�����@���fd��_�m��]�QZ��{���!�T�_֑�oK�JRҒjR�I�de	M�H��_RU*LWre)iK�Y7*L;��Lԙ�I)M���T��t�MGo��tkNGu
+�ɕ�_Ҟ��t�|�H
+�֠�"
+B��-�W@���?`��S�����L�R�{iUEҪ�T��I�U��^=��fٲeRrJ'��cK�i�x~oOc����{(�A5A.�i�{��ڸ������)1���5����?#����6���r��d>E2���{�NF;�%�t���?i�O)����e��'�L�Jt5[��M4�@����2�5F�B==J��S�D��_Z�s��6����o0gBkM:����T4��L�������?=��r�J��qNi�)�Z�Y��[a�c'�(�bw@W�K�)���W�R�E���X�(��HTZ �Sh�]��tg��	5��UZ��~ܟt�/<�]�C��~q��/Nn���콘��S��bj6^L��b�(���ئ�3t�����������,~������/q$�[-BU���[�l`��J����>�s��m\�F�+�-���W���?>���Gg�
����8^
+������a$�������g4�����ѕ��
+��W������w�eʫ�|�(�W���� �:z�l?_��%�*���ګ�����!v��Vqܸ���y�_>�\�����}��5����F����"k�"´?�hJ���-�������ʊ��<���>��v�tD�[YQ�(�
+@��x
+�z�����Pe?�����$ɤ��-�m����*�YkG��awD���#��
|�&����Y�_D2�M�MN�����Rq�H{�gV��0�j�3-q�gZ��R.i`�^�'����5a�ٮ8:k�>bF[�
~��3��/D�~̲?T�#-����V"&�阽ќv�q�:s���Y�E`�g��K����9<��d��d�7���|r�<A�?�㹃�P��rI�N��Y�#a�'�������"ۃj��p��RK{���<��1�	�N˚��HhK���ѕx���fI��2���;��7�Wp7�xG5G
+liwD�A� _m����w%�ͻTA�pl}=�H�ag��es���#E�!
+�t?�XQV��1k�;���/���K -���r�h}��:ˠW�wఇ��ͦ�,���1}�xH%�B�MM�T���Z�P��JP��j
+���LK1�v�(,kV��=��|����o�'
$�$*)
?����o�Mո���8�e�F�;�)菬k��ݲ.��������5��uaxJ��@���ur����Х����h�H��=u�BB�k�y\�"�
9P$���A!��m瘹��H
+�U-\��'�D�"-�NP]������>�Yrk�7��j+��i��S����Z����77UUU��ZOQN�,�Tc��>�l�;��9WKF�m�'�`���&��F/��{�R�q.^�\���f��z��Ħq3C�o+�+�2b����� ���Q�v�G�qu���ic)�������=��D�:DPG�6���گ��'�����F@:;���n����j�+Z��[Í�kW��.��҄�2�Z���6�mN`���`B<�*�z
cTЮ�$�ir!Q/!�B�b�����T!��Z䠊P�n|�������*CJR������$:�RW�������D�ք�T&�rѭ�R-��@94R�T+���ʼ��ʫ�M�7-�;���Ȣ0T��U��󔫔����*#z926��x�5��. ��`Q���U@Kx|�Á���v�xP����^l�9RQ��Z�a'��x2��s6\��x|����".&��[�q�bk1��#�ڳE�޾�w��B�
P�/�П���T��M#�aܘ�S7<�Y��_���{n���p?�oG;�dޥaZO��-1K�_��c���/���3��n�D;��"b�q�v��R�	�l��p
+3�W��Y/�?Nj��ނ[�,�`��x��g��S@C6�\��C���0���A	m��Q@���4�&��4��~^�Y�Ҋ�c����1\�wA��T:��@��v4]��SQ�C�V�o��e�~�eq(���>AmJ�h���1m����6����B�h�8u�R��|�����=�k�vꡊu)a�2��	V�
+37����&Ln�/XH�#�v){�Qn���LXo��J�~��Ж�ss� *M%+�\_�C3�~3�%�k3pG�qxҕPS��7oe�Y�\�Tjl��K��ylDD+�6�㠸|9��g*s}�
v��Ϋ����W���^#�U>��ҦG�\���b��Y��B��[!��t�0������63'�G>bm04��R��o�%��
%O�!���X[���d��}����Z~�3�EK���:q�X�,�7}K�l)�CB�����^�]<id<�>�DM�]&��o�L�
+��R���몕t�]E�H}]������X�]�2�k/��z�VWO�M&��l�X���U�
�\3�vR��5�|���'-9_.�X^l�85me�U9#��N,��:��sE���z�K�a�ko�0]��n�~F�*��\�9�I��f�n�/)n�Me�HG��V�%&R�`-b�+7U�u��M@D����8+;#�BEd��"BQ:0W
+O�
+�N
DŽ=o�
+�LK<ӆ�3'���D\���	,�W�+��ʉm|s�&[*�Ę�Ŷ�3��-����Y�\Lo%�j�x^k����";`�=Y
�4���7�x ���ϼdz�X�Ɖ�~�î$���J�ɉ.�����"�Z���/�SGքwF�lQPa�rQ��
+!M���⤠�����!`W��-����\�9V��'�Ing*�2�(�9�2��9�.��G/Wxvw?�S�}����72�J5Mp�ȽJf`�w�E<|G�����]a�
+�
+�r�F��	��k*l���$�cS��˃�nM�M��I���%�BR�t)I�2Z�Ur�8�"V3Ӹ�dXt��fA���(q
��P؇�D؟�PU��N�V�����=�&��Bm!�A���<Hԩ�(�Y��*k�L֠�e):�vŐ�R!��pz�SQ{�+�>@�~��ޅf��	��f��:q�� 83ta�zŅ�,�e��ӐbO]E�1�
+��ޅo��%����Y��*j�@��I6)9���{酄���\��.Y��P��z�Q��cuF7?��Quf��ȭ�)��0Ѧ
+������լ�s�+S֎G�!����x�,���BS}]����W�c	<X	��=�Ok,�hVƈ{8x�X��!_������1y��Z���slr!6'%�٤\��*���BJ�;c�����8�ڟ����c5[a~��o-�C'��Z�D/v�j�/V�S�ᠠ��m�j07�Q�ü,ѵ��Vݜ���rhbt�j����bJ�]�l���oA��.}p�%�u>{�64�pP���.J���h8fL�C��O��v�x�67�m�ȱ8��cӞînr�i]�����q-�8��[j�# u0̹r+��a�{_�L���TX} 0R��b23
+|
+���w��b-m!�*#�5NƱc#Z2�o.���+���!��ǥ�z��k��}�ML��K��v,CP�NYC�h.�6�]�}�v-0j�
������ah<��ԣ�L���=&� ���������G~� �ǦKx���X��|]�#��=�O��Mq0���ZĦ(�jO�����
+�r�x�;��!���h���w���U��
+�8z��;� �^q��?Txp2�U*�iI��-~x}�����n��H�r���/L;�:#��MlC[:�Q�4*��pqmD�+����6m*�!�QlQL�7כTqE|�N4^��6���������D���g�A�UM<T��'7��)hi� ����p��Fp� �L��_P6�KJ,��	�x�퇡<V�ө�2���:��&H��R�c�0�t�~)�8m��	���̅��\	��纶���C2'��:�s4����O��F/�~�,o���
7E�¬H�K�:��ۛ�����z�*�\��������Ԭ����M^��
+�˅ K����q���)�ɗ�"�����'Z�8&����/seBY�G���1>J.p��+~����
+A�����ܖ�Tv�����pc��Psto
+�Avf�Cd�U��Sƍ���b��ϽD��>'/E.���cI����d�gd2A��֬���\V4� ��ik$�M�r6����+�.��$9�j�(���8���d,��_ڎ����A���U*������ߘ���������6bku΋�#R���E��P�ty,��x	��Y�X�),q�s��ܠQ��>�����@�Q\�fs�0�&(��tKP��-9��<�Pŏ)q-���A�y�.
+Fb���vBPB[*s)�N��֤��&p
+B��6�w���S�����[�U�NL|hWa@��I�*U߯,�ϑ���`���
+o�P*�R�xR"����XUy�R-��D��aG��@�����*l���TH�X�C�U�LhZ��M#?H�;0�z�w��T��ËELd����D<��(%�0Q�A��
+�0�̞6�fB0��
+&e�_n>b��P�Dz��_3<z�b�hj�\�f'��xLM
+
+9�S (ȟI�	���j;Q�e5�Z��Q'�����B�����k+���r�V����V�D7����f�rS�d/G�<�h���S�.�sN��6�"en
�U.��yF�ƅ�����8��<=�va��Xؚ!��̭q��dU����&{�� R�bx�J?5�h��Ih�氒gc�jE��48�YSԚ'�+V)����aA��)A�dQS������p�N���棝v�q����d
+h�����R3n=d�%����~��?��n5N}������������%Kj_=��l��j]]VVf�����0����up�����|���|��}o�+��7e�w��7~����y�{ܿ����A�V�����}sX>={r�L���3��v1\�5e>�3�w��������d����S �HyU	��*�L�\_�Lk��9�5��8/��;���N��T��{�E��[?<Ckϛ���~���Z�����6�y: ����X�y��.�_�ķw�k~����[���k�_+�y�J~
�k�*�伻i����k�}3����-������7}�|�+����(o�����k��������}EA���w��p��
~ r �>���C]t%ϻ�_�o�T�*�-�����E>&C��������
~�y�p9t����ϼ�BFG��!��ӵ~�B��e,�9`�AH���l��t/�}{�<}�?i������}�3�#�Cz����VH+�n�����y�c����/�/�<�u(��W��#��H�����7y��>H_��9��K��{�9�X郐�"O�~��9���G!]��m���x�� ��(����"��~���@:��K �ң<=�
���il'���X�����$��CO���<�I�H_��'��K�޽w8��!��猙(�o��Fy���x�8�K����F������vΟKP�|�|�ox�W =���CZ��x:����y��#�?7���C�g��<@z����㣎���H�<}����yz>��N�?��ᣒ<"�����O�x��y�*H���Fy���߯�<|�|f��Q�|�io�Ho���#���*O��k�ü�,�_�_���<�����"�R��Ey����^(���yz�����ҝ<}9����;��!�i������\�ˡ<`{��!��;|P�͹���F}��鴷i��<��ǝN��p|������4�?�;y�����}�s'��I�ü��t\Q�Y�ڇ1Œ�e���٢�	v�m&38��O4�Rj*M�3��K�FOR5�����J���ɜ��mɥ��r�h����e��ͦ�[�^{_w,e%�b���l,��SMh$	�Y�t��V�d��75K�Q���S;$<�҉-�?$$������/�%`O"���2��$��c�~|;��*���i�x���;�3u�@W�|��wh�DZ���� �!�%ӳ�n�A>p)�>#�Y[�F�
 ýl=���n3l�3�|1=nd}9b-���}�_:�7{|��f����HW�B�%��b�#�%�C�X9��>ds���@�X`hfU�b�J�>��FP"��7�MNU7!B,�ө��>t}��T��--�G�Hm��N���r.���7	60
+�
ۑ�#l�l�b̖-=�t�W��[�ڲ�iKm�ƾ#�hY�ο�*�3M�ϝ7my�O0=�#�=/�P�K�0{��E���-"��x=Ze?�ƞ͡�t�/������>���������a޻ ��`xo=2c�k��8^���W@&�WPp�¼d���>�����`���[�
+��^��z;^��ۇW��N��}v7^�ȿ���~�„��x��E����;���}/^���2^��<�W0�
�`t�+(ԇ�
+��#x��^�9�W0ʟ�+(�#x��i��B<�W0*��+y��!�^�Yx�����W0���xE���P��x�p&^� ��W0������
+�[�
+{)^�QP�
+��\��<����
+�O5^���+LHK�
+�
+��ՀW���
+�Z���ՊWph�x����l�k�tx�f+^�9���l���$�
+NZ��,Yxø�`���+88xG�V��3��`�ߎWp����;�
+��x�	��„�n���]ͣl^����ז��� o��O}��o��]�	�ŲcW����;vt��@	�1��aJ�$�8��4J��nʱ{)����xl?�Q�ut5���4J��C���Q�u4��e(���7`z+�q��ZSG��&ͱJ��7b���82t4i�)���#A��PG������8b�>L?�2�q��D?�q�{�~J�H�������M�SG����4�0��D?�q������� �)�#O?H�SG���Oi��a���8"�#D?�qd�G�~J���D?�q�������'������eH?������aJ��1}���Q�c�^J?O�����~����(}����>A����q��
��Ji��ZL�)��@c��Ҩ􍘮�4j}+�J���uLϡ4j
+=�i�Qc�}�~��Qs�D?�Q��{�~J�&����F���M�S5����4j��D?�Q�����F�� �)��G?H�S5���Oi�D�a��Ҩ��#D?�Q3�G�~J����D?�QS����F��'�_�4j.��cG)�L���ÔFM����AJ�F�߂�{)��MW0��Ҩ�����Gi�t:��(�O_�����1��ҷR�c:L����n���������>�L+�����s(}7�?�}�������~l������χ;#��B�H��k�띁3�π��0�b�n����7<���=�ic�A�����Qٙ�+o�k��7~f/܍�ˇ.ƛa��az2�ԗ{�z������g����E�f`e4^}��{�Av=���������aX�@�Tv�_�k�y�9���΀��(��M�A`�������Z�˔��OR��{�d�p��T2���3�]�m,��m0 �cw��P0������l[|hN>O>�:1���'QJ���Ǣ�%������E�c�|�?c�J>�%�d4?���r��cXl-���]�"V�����	\V|��<;�OT��G��׶�mn�h��n^�������=�@~qc��9;<�Y��ƾ��Z�)g�d�
��7d8�V<�Y7zݾ��>*w�aNM��$S+X}@T�aW��L�"�I<�珈�i5�7!�����
��O�eۦ����sw��=4g��XN�/z�X���fl{9:�#_~7��:�����
$ToN���c��w�
�j��=?�y���@͋�~��>$ld��B8��^`���r/ݐ9
�H�p������Б����=�5R0g��bD=���<f���O�?
���]��E�B�	�p�Ћ���g�0��2�w�ۡ��K���w�X&���Bk��d�e��o v���q������6_�J0��I>C>>f���1�w6�X�
@{�g]���������;�(��c�C
uĪ�>=4��Q�AӾዉ�U�����eZo�&�c��������l�o���1�wdy�_�"s��me��s�N��	́,�^(�_�uŋ%i}���ڇK�:����[�Λ?|1����ٷ^��f��Xe���e(@��aB:z.<z>�
0��ݎ�����$���f���ʑ�}+�a��{��g3��[�Z����S�P$���ЯQ*��Z�`,�B~=��@:�%T>c���	���7���0�D�Cx㷘�	x��6����l��=.6�Rlvt�,�Û����74���D��5���]cfn�}s,�B~�{�7�}3ӗC���;�U�����F�˖��2T6���O�c�"|���~�
���B�$z���kZ�#��TP�ִ��÷����}��������p<��sd�����@��{��;���t���#����ނ��;�$��r�9L�qһ =�w`7^nz��^��|/*�?�7�˵�~o��.^!}o�x/5����?�x�l�E������z9Щ?
S~���_�I\��:zx��H���&�;���������y�s�����?c�s��ߧ��X����W��{
+�{����7s�?��i�VHc�p�B����
+ib�{9[!M���l�41�]l��oe�&[C3��C�0
�B{ۺ��s`��R��2�&`i��
��_��$}�f+|���C΀����D;�Ww㘽En3�ۼ���G?~�sE����������>͸��o�?�3�YF
+���̀���-O
+W�d3����\4�g�n{n��a����o�3���F���C���]�Zw�D�ЍLJBO�A��\Iz'���
8�Yj�����ο'q>�o��t2��F6�F9�~��}�AZ�����_B�p|��[��n�ٷ~f�[̭��������AW�}�x���֑��r�Q�M6�qFϾ���ܦ��OI%��.fw�������m������35?�O��#��C��H�N��Û(�]|ۺ�[�.����l���{/ZԄ������
+�r����z���b��h�`���`�����g����+�O�~~�4��_A��x��~���b��/`)��O�ˏ0�4����K�l�8���_���-��&��Y}�?�ӱS�����0�jt{���0��q�R�7/c��qz�L<x{8�*�_[��I�إ�F�����6�p�p8����!���g�y����u���vd����X��H����{b��������߂�p�kl�dD;@JF��dw���䃿uthh%!�М��'�����[n�`��w�����"0�����6߶5����DI��ws�w���D�Q���Ќf�s����.�`��s�D����,D�N���`?-�C��/��1�+<�,�9;м�[���c�����)�������e?���kH��`�sxW��#�n��C������G6�$U��_�%��b�G2e�0�>����iCB~3�T���(v���
��P����\4�D�� �|�/�9����~A�=&��9�!@��t��������	Q�� ��
+�|Ɇ�A����,���wH%���sB�t؏�1�y�L_?�W��L,s2	��9������>�)��Ҩ�FH���̭����y��;*ռb&�g��ஙe�?����Yë��V��sA�p�F֖
���|���ph�Xu��?���<�(.�C�i7�c�m�p�̡U����?��3x����/:��íu��Ȧ����`�Cz�G=�'}L���Q&=C/1�]�����cR�k�w�H���%�ٮ
+ͨ`�>��Px2x��c���o��CE$��re�Ƣ_/.TS��������I�-y����=�����.-"�jAj��ڋP��<��럽}|���|٧�+5?™�V�_�04?|��CO98
���V����o��ֳ���\,_~������d�k�������mc��Eh�疂f�!�<s3e�Yŗ����0w�f�ٷ'�
+e|���ӚX����E�	e��7gP��ޣ8�"��}�������k���V��|��v�8w��R���r7cO��̈́c�O�y�:h�mzw����]5�7~�����w�-�!��v��~����#��>�e���̱�m�~�Q�o���/�����b�����>(`��i��{��o��8[����`����6q�gK���.n��<>7��_%!}b��̓_�,7?��n���~c�0��A��*�	��4ΰ�;a~��N;����0��x�t��!�N��7<K�}h�]�|�?1<��տpF�<߅O"4������z��߄"�#�������o2�=��q�2;gx���w7�Ҳ�&� ���
+��;�;%��{x���݅ ~���,��N2��0�C{pe�3�n`�#ĀßħMQ�;��H����j"�����0���O9<S�>�K� ���:
ri�ٷn�&z�uS;��W�u?%2�$k��'ns��/9�h�n�ÄmD��I(I���$��#?n0�B���v�ϰ�
+�Ih$^�T�A��V܈�����߇��:���0f��#�����?Cx�_�z��w3�y����+��	t=�3G��j��Ѳ]�v�
�����CP`��m�[�)�`�'�ٮ�nk~k�/x��v������]Ū������kVTX�{�kW5-{i�7��o��|�E����=���6T~�1��v��-���PY���3bRz3�c=�.��@Jo���p��3\|��J����z��nx��;P>���F��,;��1jl��x�8雽g�����e�q�b��o��\�k�}8v���l7͸/(��|!��h!���څ#�2BTam����7�Mg�	Z�G�տ�h�Al�G7]3���#��
zp�K�կ���3E�F���տ���*M�9�kҿ#M�D�����	�מ�L��wF��=��Ự����$[oq�3<��{���8Dw���k�.|2�b�/��Q�!z����C��?w�
�p�}���,$"뉡o���aʗd����p�A��[�
]��S4�V���*�Exl�xَ��s;g��)�.��f�7�(L1a�ˏ�QZ#U�ŝB\�_r�[�G/�G���vy���EP>��(u߱�r�^�F���L��.�+�p�W
"��8�5ψ��*��#"��.�� H/ ��~
+��3�n�7<�Y��r��(�W��Pf��w߄"{��m�P�"f�����$�g�P��E��#v��}���=�s��<]0[�#A|�f����`x�iIA��	�9�me�9�z�؞;5O�!>eGF���Ȁa�"����[�������[v��4�,Me/��hho���osC���猬�����~a�D�M�9��E����
������:R�������;�y
��}���!2���v�Cw�4�=��v�{�1V�l2�z߄Lz�%���?v�4�ǧɤ��2���%��[����?v�g�1z�?�zeI�+O�r�ئ�[����`?��6��m6��<.�g�-a(�i��k���y8��.���,�ߣ�?]4��q���=�<���"x������O��[Vz���qCX�xw��?�#1X�M��/>&
V�OL/1L�� �-F��)>��.����d�I{>���|�E���]��M������r�\͋��=�^t���;2���,X��4��-�#�ˆ�zn���PeS�-�4@"�'�r����P��24GX�����'9ȹ����@�򇥴�W��� �f��s�� 2��Y��n����|^�#��p~󑱱cϕ	;� *�끝����7
=�<�G�r[J̛�ϟDU��2N���Zh�������2�g>E1N��o���W!0ֵ��@5���i֌����~( ����T���{��y�fڔ1���_3���������֠w���5�8��O��i��JN���ǝJ�W����*��S'�TW?U�To�_�n�`��qh�[��?�D)��m�*f������ʼn�89߹M�G�,l��l�8���
��[�������OJ���Z�i����q�,�Ep��,�#X�w䗏Sy�^>��_S��ˏ��ܠ��*�E����*�������.��]
+�Fg��w\�@������K;�"H'��1p���`1nV��M�[�?����%��o����W���~�;�V4?_�ݧ���6�A��nD�������oc34�4 x8�Q�ZOww�Б���������"�Qlp�X���{��k󫟐xE�w��ex
�,��{^w�.��O��n����mm��F�NTj?a�����&������@|ⰷl��v�Ҳ���Z��O�s7JIkQ;ۡ��|K��������K
��m�k��6�T�p�-(�?x���vR��B������o��(F
����q}�-H�n��0ߚ�6̛l�� ��0���l#��s^��0I��R ��A���
+9ߊ�*�~���O�ɵ��_1�=*?iD��Xw	½$�\.�����ua��
+��&' S�a�v�*>�6_��B�(E��Ç%L�Y�n��EvF�3����,h�ƿ���n/���k�UCw=����b���ۆ<¤f���p؉�Ζ"���Ȑާn-�~�t����J�I��0�زͳv��ä"J:{Ŧܢ�ߠ(�{nk^�Q��SHT�ߊ��,
+��}#��x�e����K�抗2�i���˥��ozl����}�Ԃ����G���ν�'ȋ��#�я��/�A1��/�#g������ms�<�{��c�^\U��ӷ�1�6F��=���8��96���V?�PsD�Օ2�?���3Ύ��}�n�Ȫ��9�C��hCO��3��?��/�X�$I� ܏^Ģ���}��Y�{?۹s���C`G�����~~W��!��R*���^nߟ��A�h�h��U�{�C�̱�_��h��X����ޟK��`����0����g/D���fm[���smy�i�)��֞q-���]�$Ǵ\5{'����漼�a87sx���,P�S��t�cΞ���{G���=
+�v3�����ǜd��yQ��NoQ<`����u��i;�@�(�Y�����h�8�������hʽ�kq�<z-�ᦹh����گi�������T�v�뾆'���Y؏{)���Z�ѡ}������ܥl�����C6�sٚ�ϯ	^e��:_��-o|Ц,���0$�o/��U��p}~�#��}�_�8;P����D�_�4�WZ�D�;�R��j^f�mP���2[��_Zƿ�T9e�S�;d���8>Kng@���֨Ol+ӷ:en����s�ۊ�XnO<��.�GHc|��8��w;�"�t�ܵ�TL�'�27P���Mɿ8�����b�c�{N�����1,�+��L*�r,v�0�p�.���W8��zFD�jz��57Ϡ5�|ǧ�n{�#�J��w;#,<�6�Iz�S�b��Ъ�Z@o�����8�*@E韭�\��t'��/�����w4��_O���Y�"ˀ)Í�����Dc��2�X&��� ����]�h�����n�\+���	��|�����Z*�q��ȵ6�-�@�^����Y���X����?���������37ˬh�Yq�p�
+2�
+E��}7(T�P�7�1��G%~lq��> ���\�?��	\.�����A�8��}���2N�ͳ�@��gB���#h;-,�	���H���l�mc�G�r�o�9z�_r-�56}��{��i"W�h����7Jm\���g\�������xW>Pvph�b�z�)���Rs��@4��)��]��h+��v�G��Ǘ��P�S�sr�{m0]N��r�/�`z�B��B�4:씨�K��f�S�b��A�L?��)�xH�S�}R��l0�vJ����؅>$�9jpJl���GZ_�d4�td�Y.�w�8=�(���թ�&�B^������&��O?��8!�8�ҳ����+��-�o9%�K���l��?q
+���
[��N��Nv�����S��K̓K�d���ɞ)k��oީ/v
+��4���ʩ���;%�Kк|�E�67_P���C/��(�M�pG�l��(�r8h������=����R=�SS��.87�p^C��äᆝ��H!�`��H�@NLj��/n�E�ˠ�ϯv�Ox�#�Sg�y��K
�]���ዳC/����ay'��{�P�q�+o'�/�^�sϣ7U�B�qpƲ�w]<�j'��w����l�[{�)A}v�[��E��E�kX.���uy�b��?ooU�<����&hDt=F%�D���L��$�0��9 �h�2�qY�Wq�wYE<�(A]w]Wq�`]�닃kV�!:����w�p~����{}VWWWWUW�k��gګ�D���~-�����%8��Z]���dw�K�_G����6S*���[Z{5s?߲P�*LV�k��K�W*<��T���jSZ�HlC�^4v!+
r�,zj(��%\9#?`���n��U�6J ��z����)�����V�,�
+����{�%��
+v�v������8XI4�+x��,�K92�/�G�蒽�%��Z�tc�)o���GD�͌��Oě��v�N��,���6m2��"�	�դ��܂���L#-d4�Յ�l�f�4=@(�\�G�}���>W�x7"�<s�L��p�RMl2���'X����;��^gvTRtjZz�֙[*w���x��dl�|�����8�/a�BIq���ϿY%���ŏZi�M#�*Y/��	x]�Y~�������T󎢼۾�C}_���x�b�T춰&�ԼV󎥼��M$=�{H-6��]���j�ej�ɔ����W�NQ��P�W �Pq��3�R�o�0�������Ybv2����ղ�Oa����y>:ΕЊ��ߔ�����S���w+�(�~���
+i���j5�Qwx?4�/�5�0E$߯��<"��%/f=H�#YG�\����Z$߭��X�"�3j��*�Vhfv�V3��M�q	���:��z_��^ݗj��k3:t��?��j��r�Ww��q�6c���qj������YԌ��W�	�	��T3~�VEyU7� �ܩ��٩�����T� d��m-O�f�X��3_^dq\���Ӥ�r�tf��¦3�����H
l���-���fB3�9K�'nƻ>."ɮ{ъ2�!�զ�"/��gs����mQ�؜�H��E z]H
�S��Y
��]
+?��
�[�
+��>b�LU��1e��ȖWB��}���0�t'�؂.(�Ċ����a�Y�s�b�
?�<���wŝ����B�Q�jn�"U��̚+@�3˳�=)������_`�TR>K�&P~�Q?�L���G�;"Gr�o	I�k�`���	��.B_]��MQ�4�b����"~�B�jN����|�!��I���K�}�L��@��ףt���[n�JLQ��xr��o�5w<)�xv��w;bG�<�p�7j�Cԗ����{�����)�+�2���.=���&��ޥ��l��l��.5;"�]�́#����Rhk��8�e�����R]�����񛸇��M~���@[����[�?~D֑�yl�u��'�_/!�{�շ�,��e���/��+�V���jZ�ZZ{QS+���OS+��k� ���k�4[""J�
+�9�D\.�dl���LJMW���o"���@���<�u�����6��D'v������@�?hg og�>I�|冈{_��k�C�}Al%j�CV+��㐞�5�!������%1��_v��
+|��F���w_j{����%o%r:�	~�l�<�����ԋ)ոZ�h����t��78p'1��B�eM]���t��&7uMG��_��8��Э^�D\I���L6�6������R��dl�/����5�wMӫ֙���b7�
+H+8A��3ɎF%Ìu����
+���rpYS��t�3��!�eϡN���r�s��W��O�P�{~�u%ݟ�te�>Zt�D�=��/�:��:��/<Vx�X��	�5|[0}[�_J��:>��8��3P��Qͷ[��
������M��5���s�R��s������+׌,��������w������$��(^:p��p'�B�rŁ�W7�B������KZ7�?��?����x�1�QJ�}�0ixa"�
z��1��?Jc0%J񵹭���Lhe����I��)Qû����˷�3�t�|�.`�ǖ�]mY���I+��S0��-�w�ڕ��9��X�e��6G�*]W���ڵ��x���������vK�b
+���,W���9���e�;�`���'��X����"Vd!��/�
�xr�*�\����!j�x�v��IU��V�_��K��"�ӆ����@�O)!}2;���(r�	��S+�v)-�Z���u�f����"9U�} ��Ɵ��(祻���AկWh�����::�+,	�_���l<�û���#Hݵ����vp4|��6nE�覐|�rч���7o��<�_�}��
���ć�He�G�~L�5���/�k|'��?������?Yt��ɏ���|Uq��ȤJ�j�㋺��j�2�/��Pz
A�I�\" ��^#wr��ˈ�bs�l��@�@��qP�%��^T�l�\�k�
�,�h�H��}"�LG��I���-~:�L�>[wԺdy�[�x�J[�*7��qg���67��h9��7���)��+j���m���m���������ή)��Ɩ�k�l⾱욢bq��,vMQ��ol��h��ol8��h��o8Vw���[��<�o)Re#~'�[O�j���<��m��T�V1��V�bx�U1��-�N����i��No�� ��C�i�u7#N'��F>�n�S�7�Z	��}lV<�� [�ǦD��Y�I#�,��&GI��J6W2��_s�3h������
_U���N�Ӣ���d�ޯ�Z{�i���V4�����R��
+"Bs��ްj��~������X�ݖa��:����
+��R�:����tv�����Mg�x/fnl:;�����Y�+���ߴn����Y����|��u7����`�|���.V_�������9r~�$���Jf?g2�o���h�N�Ed؃�k{c]؁��倯#�nj�V�_x��g���M�;����S���gF�ޭ�XP*?�$�8���b��*Ј&/|�ݴt�N�Y�	eqJu9��@�|�S�g�ͪ��2z9�kA9�&O�	�n�mj����2��>�3n�Ӕ�o����l�[�Й����Q���m��,ί�B�o�����޳a�ϲ�zA��n6^�Ɵ֕6jl64֩4f��@~jhoީ�4ތ��Kx3�N
%p�x^Cw֫{@�M�t��{�AW)^)�(^FxPQ�VYKh��8״P��%��\/~�89��=.-���T��	��Oi���h,��5E;�̨?h�E1w5^:p�O�#��#���;>g�=�	�)��	�N���G`�wM�e���~���[���a��!$���h��
+b�(���cZj�)$g>�%�'�kF�7O��+4��/�
��Tre\�7L��eƐ��x�E��q����h{o�o+��Ygң�pTM�E��IF53���H�Z�Z<P�m�"����q�y�-"�5���ǭ�����J5S����L��x�T5S��ˀ8�c�x�ZͲE����H��g�J��/'[D�M������3I[x�MM���:��pF�ɮ�'�\JI�1�Kr�n�oj�KD\6��MD����[y� �f�0��S�}�3�L�;x�p,��g���$rZ�r�M#{�)��dB;�"b���o�cJ
+i������e�4X�i�C;���^�ڷ�W�44{S+��
+��;5��Ц��6��$ZIX�T[	��?�Tl�BOv�-O�P?�-w{3uj�7���br7������ȈaY�`�0��]����������
+b�H���� UGCLC�ˏ(Swe�����x�0`6y�f<�YR$3�x��e�Φ�}��iڃ�w�]���a|�S�UT�=)�g#i�,9��l�o}[4��>�c`x�o��V���Yd_�����H�E>�"���Oy��@��x��{{��8���*|�X�s|]K ���~vK`{<k�QM���RS�	��<L��
�<�T��7�Md�G���a�'�}_�B��\��y���	_?��
�����Ӕ~<"}1O���_S��~�o��!:��2����t9f<A�7#�Sd�I�m�)r�J,x�;�@i������'X�|��4f
+�0�!,��͐E>���4���x�_���x7��␞$T��h��F���:�?�I@���Ǖ��P��&�7>ɱ4���>����=�)��"_�F79y��q�)�+.��6�����7la�+˷���Փt^�Z��W?�	?�9�5����>]��)�k���a�Oa�1%��K�ȃ��j�|�a��S��+�w^{�iA�YO���JI��-��.@�H�{:~b3�;x/���L��L����6���EJ��<g��n�]����N�S���9"���jg�+9���X�ف|��q�S�@>�=��`���H0�
+��)N	�̝a�#)�y.}~�3@�,���j��2!��t6���ޒ:�+�#�a�X�l�/�Tt���<Ps-�F��-OM�Mv.�b[R�X��.o���@}����<g%3A&��#�U�)�M����{q�i�m�㣿 ��i������Ʃ�Wډ�ʹr(�g���Iw�g��G���v��li� ��K�F�U�^�tK�8
+6^�9�j;��z�6�
)q�6�
���Y�k_����4��U�k�����ɗE�5L��&�FQ`�}�*=����N0��t�x�[�[�
+o�`}�l����Uu�71�tV^�
� [(��aDz<��	q�g�GY����]�i�(N�ߺ;��ӎ��M�/,rP���3����3�:>|F��W̦������nq	'<�L�}���la:A�h#��1��>I�����`|�@`��PF�-9�8>`��S8=|�����1���RJ��c�&����%Vy��	nxO�:44i�d�SA�ږ�M��Y���*�;M .
+�?XU�=��ݻ������F)U�"��>��iZ�<���%\�x;��;�?K�o�����-"����DpB��_+���8���k��nޖ�����W�����㷋!i�U�G�I��\ȱ^Kq�h$�)2� 5Gl��8�Cl0{m��Vτd�'�/�}:_���b;�vYЏ����u#�Ѣ�%'�Y�w��#iuW��%�RO������k����A��Ƅ��m�I�:>�&�w�)cQ�82�Ѥ\�Z5˽���]Q������oe��UWB����!�菹�n�|��V�
�����)�νU�u܄�il�N:���b�a�_�%��x��i��m�%$���W�pǰw���)�v�i�Y~��-
/u��j��)�)�Kf9#'G]�e�	��Ư �g��y���< �=��ۺH�N�lh��U��_��
+�̕szn��_�&-rI��rD{���GWg����h�|2Z�����D@��0[�{��0�� <���d@Ӝ�˅��i���j{Kc�]^/ڻi!���ZY�#�q(�s�	E��疿�}�?:�D���ʅB�.Zz��^���flm�< �&�����8��?+��L�t��Q޹���ʕ�լ����E�:x�|���舴~�r�ǙT*_�rf���]���S��o�N�]��`�!��
�W������9��-1���h*���������z�s�Q�)d�q���>k�09@�\�����F�|S���Me�Sf����~���(��j+{�U&�
+���p�DZx�cT [[�c�3:��c���'�����r�t��+g,�Ln�D�%P�w�<���'8
N<Ϗ�ϛ�Ll�X
2�73��̼QZ��D������~g�?��\d��D�W'�osS�7a�x/ˆm��~�]����m]gN/
+
n�_������s�7�l�M�E�k�ABV�y""��A�Ο����o�>ϖ�̀l�#��#,�ē��
+��|7I;�����U�N=��(�9=y�S�0�7�:d���>���m/6u�'�����3H#o
�H(�\��_��gd��6�;m�����&�3o�🵐��K�r�E���k{#�G"�/G�_�����3�T�S��brǠ����p^��m\B�����L���+2��޼�e���|���n��>''Z�h�|3�Pq����(���tmCu$����Om�����!�G�f^�D�aL��?����F��p��զ3��wO��~���E~��m����)|E����mGHw+j��>���w���Rx!��S��O�c+ �_A��Í���g_�`��oy
+)d(�cx���1^�>3/�='��E���8T��^!NӲ����I��0�$�l��ނ�m��A��ȗ0�x��*q\�EHW\8B��C��kK�y'N��_�!��/h��8q�������\EB7y�ܠ��˕[�܊#�4Nok���ި�7W���HxI�?A�T1Y�)I��� �5ܿQm>K��[Rx�B�������f)�~���"�l�o����4��h��ה�_c�ไ����*<��Bz��c��c�e��K�+f�>1�?1kg:r����n���V%{WL��̪����,���[�̸w��(;��51v�Q�X�����O�m���Qtɰ=��b��	�S�,W�%��`:��Kq��,h<�����-%E�x;��g��NG�)�Ǜ@�O]�6��~=��w�����wk���{%��$1����5\h��@�iL�ib��C��Q������av�$jW��G�n���m�q���z�Ws&����h����t�/I�w���^�a���1��h�]7��4��w�|�
��hX`.�נ?����z�nZ���4"���KØ�ȥ��^,
�bi�YݻP��E�m�j֌�f<x&��'��8�.6��%k�u�_�|�>*�U_�~�ֶ��bJ����w:�Z.��V��m���ئ��g��0a�Vß��?�v����E�����C���޿ĂG�^<�i<�z���c?<5Zx�������,�I����dc��C�G�����Gۋ��;$�ū�"b���Φ���5�;�Ǿ���7{�M]��ik'5u��N�r�o�Uٍ\
+�Zc�pp���"�[�/r}k�ďk^����E�������#/�71z��CMgR�s@�l{)!q���L��#>d�N����O����׷�J�ow�ow:<�Ɨ��ef�;y4ܐ�i�{��+2=�I��[3��nO�|Sp�Ɠ"W�C�^��a�R� ��佫�BώF��2���&���.J��o�-�и����O^���gٱ�R��e��}��O���]�Q�R��n���Mg+���؜�{S��`-g+�ס�=7����:\/�e@E�q�����A�ʠ-��r��s�\�sIF?������o4ոE��9
+kH[Y��[���_G%�RK0�LH��[�j���%��kIl0��_��ҎS��xdj�,�C�_zE�7g��A
+�������s!^���:r��!؏jh|E���t䕭��<�9[qLf���i��1�:$�t�"$>��Y�K^ʄ�E�9c��?�:�"]A�Qo��X�$��Ȼx…y��g�[!���+Vt�Y	[9�O�ʔ��J���V.�U�� Nd\�沷�D��/]-�8�%��?��q�a�w�7�fN6M{V��N�&VtRS��
^3���H���k:ڠ�����cY�TRNa�Unz��	��Pbh��y����,m/#$������#�^�k��2Hg��]���1u���Z6c&K���_�{x
��1��Б���k��;
+��	(����.�
��>��G������R�֒�:^v)m�6VP��6�Զ��Y����͢������%'��D���ֿgV���P�_������{t��♓���E��uI�O6�LD���}���dm�?��~��Q����뎓�s�ƷϻT�i��zs���&��\>w{�o"v� S�tM�:S����%��A����l�Q���|���<߫�+���⊎ٲN���w�<5O8qlT|й�hn�u�4t��do� y�*��Cc7ɧ}�E�#+��cn��I���ԙ��>�Џ�1��'q3S�$�ZZ&gО�.H��x�d�K��-��^n�u����� ��([w���[�U3}5�XE�+0y�����j~�?u�`�j����XU�"��p4@�Y�<LkCw��%O?���t��;�����<�3���~���t�2솕�/���,x~H����З�]�)]|�ż���ΣJ����ρX��O�#w��<Cw��4On~�5ډw��/ԱU#.4n(��1��?�ªs�j�@,9<��O��Q�%���?�<N��SgF��'P�N�~�u���ʭ����7��E8��x+���cДm����L��`�UB�0�ܨt����ƚM�m�=2�/�ݰ�
 �ӔnQ��d��X�(ie%�l����{�/�f,��E^��{�N�����j��.��^�8@yN�r���ۨ�+��<��\_����4F�Mc�y�x	���Z=7�x�Vp����E7��v`�%���7��	�8���n1��A�x�VM���fڡ4
+t]-͈S3��L�)Ӊ�8�C���V��.�����A�j����XO�u�f�����_�����sC��|�G��Z�����9��s�ܔ��p��
+�γ�����\4l��݋V�v�Z�I�C5�2�/�d���ط���%�K�|��
+\���󵾔4	zWb��왓�z���"�鵋���{[������V��2}�U�;�L�i�N+�; \�nZ��y�Ul�F��'�_C�_MI!gn_�E��D:����'�
���l�<��u}{1�us�Y�����x|�7�'�j�ė�g�{_g�l)-tc���l=���Q���b-��G�O�e�r���ΰ�!# |�hƺ�|^�b�V�4���c%/t��1��A2˩�i��p
+l�ĸ�2��Q�OO��;5�E��^�]��5ˋ��]o�? �o]�������|8�W���8�&�]��5�#�~�W��	�+��`s�
񚒟4���3�|L������[ʹ~���8�����(w���e=?5�o�����†�i�hr3
+�tMA�~
�?F��duO0����s����&�n0\h������i������
-D�f��W�s��ڳ`�V�yV����H��<S�x��U�><�u���7���� �/&�V��qG'�YL��q/��=A+��,�:�g������0:�щ��M!�6O� 
˗:4R/A�|.�L��0?���#����MV��$�z�9���'�p㠂+�z��+���erv\/7��3�9���{2[��D��Gk��ȶ���ɡZ����ҵI��&h�v�&k��%��&ݡK*�&U�$��Vf|����Dp>C�O��7j����\C�A�G;�'U��������Pr����΃�N�|ˍ1��ۊ��\W�U1�9�"&6�T��� �$˯l^P%�x!搝[F@��p/�=�P}��6�ؙ�x<T��*X�xg�������v�@s?�?��NȽ����Sb��?]w�et}�����2GG�G���K�1G�-�H|f�9�l1G�Y[̑��%ɷ�,Fb5�S�X"��R=���$ܤ���8��B2G�!I~��}��I��T��A�����<f�?/���#�1;��<f�Œd�K��k+�S�m<��-���J�%6!X�'y�Mds���$W�d5�"��.�\fq���V�#�U�-8����!���76�n"S�Q��A0��011zxiL��~iL�n\���11z�Ҙ�’��G�W���ϮPV�Wb��Gk�~���oZc��֘�����,I��S��c��gj�'"���� ^�Iwk���)���5��–��q�;��%1;��%1;�cI��?�$f�W�$
 ��F��&J��Eӹ�r]��IV�g���2],���S�c�����m[��O-���
,I�e���
+ c9�1�u�_�D�^�$�AX�nO̱�8f�.�ݷЭ1��ŭ1��֭1��K��</�Q 2��{f���Ƅ~�1�ύ
�������E�����.Q�#v��XĈs���Y"l�D���$ݳD!��e/�}F1A�����E @m3����7��>c2`5`�%��ϫO¶�.����8n��+w�΅z+�m�����Ba�1j�<r+O=�����6��	�)Bl��&��t��K?�;�ć���c�ua�A��0� gI���b/[�\���P�MlG�\���P�M��Y~z��k��~���5lN]��9�V�M�H�O�Utb;�����1�Y� &:g,���b��1�y������%��/���"�����*>_��t�N��Z.�E��#���̺%�	����
����T<�Gr����a�r���,<�[vn��ݯ����_����K�cb���1���%ɳ�;[C������A�aFX���!ʊ֡��cv���q^��s^��9/f�����g�<Ы��~=�m�;`�6�
|o�����aZR����N��h��ٞ��l�e����f�c����rO�/w��V��l]�A��4�ᝬ�RysS!{�2�𕠁l��G����N���ʵ���Z�#�ax���+DB�>7W�)����HT��������ߩw�&ʋJ�-��ߣ@m������5^"*�蠶ȭ#txp�������4&�.�I��Ҙ8�4&/���i6k@4���U�}'�>u�DϔF��2�'K8S��g��ת�}I�G�)����yd�S�:���^�����^������_���z+��)8��i(a���x'��yBF��qBu�Y9\s_�øKIX2\s_k��\(!�-VWX�]xeėW���)��4����#eBKu,Q��ov�Rf����,�6\�Ӡ�H�4@�q�^�k���jC���<���p��3��h���8N�b[@��D5F��1�c+��#}��y��q�ځ��8Ҩ�Ώ���؟â�$?�@4�.
>��;�Y~�$��Tn�+0�[��#����i�pB���b�L��֨^W]��a^���p5���z��/�
�g���Hi��t�))˔�zq��Sp�(l�`�v��V}��d�v� b�@�~kJ
+ǭւ�X�XB�����j��=��(0Pc�9m��
+c�K�f��E�zc�F
�Z���a#��k&��30P|]G0F��y�k��ǂ�i�h��O�wT���������8�n��5�1�R��R�����&�?>؛��V�����X���
�
��<����
G����[w��'���`/I
+������t�
+������ƛ@����N+���D����
+�$�r���H�,<K;�<�
+���P�/��X~�oE��u5������O���f,=컬���_�~ɞ�U0Ki������ی��(W~���H9��V�vr�%@M�Ee�E����DZ���?�����a��¾�2�?��'�%=�#ۈ�Qi�}~2�7P��`���ow9N���I򡹈�N�U��K��~�oi�ރ�2$nĝ\�fv�M�NP�Y~���!�'�{��k�#�PL��.�4T�xc7P��^�6\0���~r����7]�u��33�#�'o�]{�c޸�0?��2�Ƶ����|�od��軾q����|������c}Y�?045�����xǮ�������/�
��P�{ށA`JC��ޤ
��ux'�Y����Q���m����M����-l���pո&������`�~�Ԑ�gm2fDq��.H��t���M�0��-t�d�pp,_�I��٥��Y��x�!�V50<*5R�;�X���|�=�+w����������<}�)�s�����}l�3ۚ����ِ:��ћ�x���w֛��fnH�L�3d������-+�Cށq�p��`�E�,��@���zS��*	�.���0�R�K". ~�d����E�(�tq@��Sw]�9P"ؕg�����$�
�r�T�#9)�'��hIc��t�`-�~�r��
+��1|��a��R���{0��շ'J���Sͧ�י�Y���٧K�@p�Rl�cG$_��Gf/�vH9��6��5����3����7C�<C�#���o�E�l�
�H�'��,��0����}��Z�aC�-SC��Z~1�h�<�S�r��4-��Dd�Y�W��t�c~S�?$�A���H�B�����V�I;t?�H0��o&�N�q�-��L~8�T>;C1(��}`���Y&�ӑ������?Ӵg�k���D�6�H-m��G�̐|�}�q�f� �IѴ��o�B�0(N�A�EP�z�e̎�m�J��
+Jkj��"��]�ȿ��S]�f�,F
4!��Sg�³/��K+q�����w|/A|}.�V�A�_&�;K�uuv��k�b8gf!_*�f�[��Ev�dc�#g?���^�e��y��]��JP�.K�o��H^~�*��$�
^���g��t�+`Fl�gf2�B�*(���,h��;F
+kN�c�;���w�)i�)�y���_����m~�I�?����h=ˊ�c`�A�}�~�`|�4�%'�@0q��O�dt��3���Ҧ�a�������h|'L��~:��T]��.�����'�����úZ�šR0u��׀8�ul(	������eM�Q�~�<S�~nR���
�t��
�;�e�u�!x��͒�"y:o�����S�%�6M'�e������rk{jj[��BO�Rhd���_�ԁb��Sw�2�ⅻH~O�R����D���剝�+k��ޔ:�R�Oy����&�(��>�@���
�0JG�qn͌"��9��z������~uj�F7%�h�V-ߩ�ܼ@^J���@_�!�Ⱦ�lNm~���A��'/�?�@#�!�H��x�fa��`zؽ]�i�R�w�[��1�ry䘰���>��������j�:���ʯN��}oL�̾p8���3:+���u0`A�F<�2���	��$T�t�<PPo,��Bc���:��᪐���q�	�ݎI�y=J�gFi,���c�WS�X��tgN�8y�*��D����@�Ĝ��Gr�0���_������A&���@�E��?k��S�ƒD�TC��#�<�ps:|������.��w�zߏ���d����%��"+:��딐㤖���ӝ��r#C�9W�k�����V�29�$V�2��\AA"sa+�y�s�ڣnD��^~�0ܟår~�q���o��I�m��p-ߔ'��L�; �Q.���_k<�z��]�*J/Ҥ#U�
+��(}�&�3��"�G�iґ��(����T5�/�_-�E��Me����4	?���w�T��I������O�k�CV�����T�ҩzxU|<J�S5�	:|<N��N
×��nj?^��K��g�����P���j�;������}�Q���*M�mEsu�?y�^J^�I�;v���7(9W���K۟����k�dz:�w	�����5�h
V�����?GM��	���0����t�#8L�˔�x�^��VI�7�7�<�׭O~Eb�p��s��Ÿ-hu�N�ň�![�`v(�f�H�Y�+R����oc�G�_�/����W���C
+���u?I|�$����??B_�M�}t�=bꎣ���<�/������ڐz��w�zG���xf�wPp���g�y�5�������t�M��$�H-�G'�Y����_�@!�Z���a״����U��3P�u�0�ߧ^$ߟMH{b�8k�$?o��0L�zS�9/�qdZ�h�K_�����OX��9��`E��(��``x�}-�ތ�H龑����75������������F�>0xU��˃���@�`��>�ŇL]!Sw��1ݫ��� ��@+-��V0�e!#%84�=F��w��XyxN#Մ����{�y�}7��>b �M�M���/���?
�?z/����.�70����]�wɲ�'�:�8�!�
+��
�_h��C{?�6��y��M$},%8~�C��^�����?��I�������ޯ�����4|�P}q��5`&E�i��j��n5R�R%oB�\	���a�L�-��fݖ�-)���c�&8{c�	Tq�d�x�iZ��\�0J�F�܆�;1�N
+L�bSE�%Tl�(6*�7R
+�u���M"%D�,��&���f��h���yWb�M�=��h����jf���̀铅���9��HF��,e�(�����"��<��f�L�R٢D���#�-�CHU�.��'���”���$o��S*�սM��i�U���{1���8��j�E��w6�-l}|hv]����d۰%��Nj�#󽬷�����O!���ut�Wi5�������i|���RG�5�)��5<��IjK���a[���G�'E��m�E��,�������5#�&�y2��/���H��x_86��
=(�B۩AJC'��	�!�O�E_���N��N_�N��(}_N�~L�4����(�8�����\����M
��T����S��cfy�-<Jޏ+9ܧ���Xp;���pT
+�[9^!��x63��!��"a?J��s�t�
+���w�ϦJ"�T��\D~G���;f���|��2�{����;4Z��5�&5}�Hb66��ع?P�&kdpI*�����3�O��!�ԡ�n��!jlcXcm���a��1P���^/����1�{�5�:����Ȧ�FZ�����=�
+�m
+�F������������%��KH/�F]%|j_e��f�Ru���0Jvd��|�z>
+9<;<M
��}�6��T���fy0��ע��mq%ۃ���@�܁�������(�N�E�
ج��@�-�}Cf�̍h���y_M/�~L��ơ���$f�s�����O�����$��e�QB��I�
�俏
�`�%y~�sjә^k�&��k�|�8�v�Ĕ0%MJ�� !qu,:E$��L_pT��oR���Ns������A��Tv�h�d��Ղ\�:y���@�.���A1!���m�^�Nx*A�R�cp
,�"rݻ���ɮqI0����4t��	��$�efo��mF���ߖԺ�%K�@6�q�ȯ�^�ءq�(�2���.�o)�Nf�03a$���UM���b%(^~^S����29�4ߘ���-W'AT�6,}��s'ɽ���>*At������AL�/��H�rF��v���>jضlXK�����b���>v�I��‰W����"��B�I#�Td&�S?vX"����W��5�)�<l�7'򵣑n[R9�����p�]��@
+L�Wv>��#	�`cjL�M~:�D�qː�C�0Ch�����1W'N�SVϣ�S������|V:�k�5���=xiK^�e]��c�`;Y�0��kH��F�=�+X��j���㺅*Ȑ�2:��w�o5�j��f����-�Ζ�G����3�ǐu�aJ�����T%~�>�N	
+)c1ս俍��T5�q����M�s��>!>y�&�J^�Ω���xDe7���
�b�(A�c2MM�L|&]�Yʡ�Y�C���;iw�r<��t�h��@쟼n�t���*`�e[�@����qɿt�ح�:�c'Mo���W�U��#޺@
+Ь���Lߍ䒤&S������#V��J���u��*�)��NGzYa3L%����|���_��f橬O�[���y򒔀a')�<�ٽYNSʬ�o�$����,����V����2y�G{C��/���
lO"XDt:w����&�}P+tl}:��xF�3Dw�JW,#��\�%�i�H����H?jH�)Z��V��7��F؅��x��i��{.e����B�a�o�3��4��c������v�Ɍ�.����}J�ִ�>���MZ�Ґ�?u��� ^WG�'�?U�/�'����|������x����y<��:����\���D�y.�@{��I�"�7t�@C�.S�k?!�����v>�8�ڪ�M����l�g7�6e����J����0���!��@Hna�flj7��QŇi��Y8\�I�x�Q	�[|d��������5�P���P
+��+��P,&% ��S��3��S�߷�$�{�����Z��)��wv�y�鱖�ld�Қ[@�б�#�K��1Fü��\��u�n����1x�[�m�������p������3� ��0IT�(XJ�a�;5�i:h^��=��ꤖyq�=�7�!߅4�f�>�������m�A'O>E�<r����$H� ܹu<�����y�ju�1�_���Z���r
+���|�)��m_��� ��f�h:�g��#	�(I�F�9r�F�_���J�5̥I�����o����u2��D�%�[�
+��8�ͻq��5�yQv�E`AI 6"���s�4W���Z�i�0R!�F�G����y�H�dއ��=�7�t��G��8�Ĝ��^�a�A���(n+yً��9Q��%H),��VG��=�����Pj�yO��m!J?Y:�ƚ,��c���7�W�iO[�J}݌qu�	��e*��)�uuh�������wh�?*��]�:��ձ����.Q�����ۻQ�K�H#�:�&�4pI����8���Hz7vZ�����nS[�̕����XΌS�xl@��ǑߺPu�W}o�a3���~�7�g�n����%i��^uҌ��������K��m|����z�v�.����0�_����ޛ���q���>�l>A“)�dYB�i�k���r� �Ű���������=PҝU�U���q�����?I1#mj�CAc���ng�<�zaJ���L��$T�;����8I�L���aM�����̶W�Y�wx�4u�Z�_�Mb��4Կ��z�`��1,�w�����A�\!�kC!y�Z_%��X�{{�1���Uo�_�W@yb�_���{p+�V��ǎ�����Q�����S[؂��h��'�GS��Nb�!&�˙������I�����~�k��@����Cޤ@��Ѧ�
 �M�B��b�A�Ϗ�Oi��UI�FOȇqH�qR��oT��1c��8~B�ui��^Q騪^欩u����x}��W�\�;5/�4m���7�*(�=�<��R\RZ6o�-�%�ݛQV�k6��O�Yl�N���r��f��͉�5mf�i��d�-�-�S�=R�h�-��I�����ֺ�i7z]F���r.�G��X�s:�uV��誠�rWmEU��m�V�j�UN{�1�3BL̰�b(luW�j�^�4�c��X�����Vg��X�v���ޕ�Zk�}����r�;#>�V���a0�]P���tYmU���z��ڋRQ��x�����*_f�˝.`�
+�mơi�a��~xy��7�T��
+}�*W��ɟuUd��1
+�e���)�[ZUk3:�<^{-T�ڕ�:�j��1v[k+��4ۈ4
`��S�4[���>��b��z�V'�ƶ��y��|-�ZU�Zm���2���~{ky���kEnW
��������,ŹE����Tdb/晳�S�b�iv>{�x��)����w�i�457
+�-.�3}q���T@-.�Yh�SM��Jg��͙]\4�~�M��h���&�>4�4�d�0z�9{����X�sYn�l�d**�S�����JfϚ=�l6�j�Y��R�ꀁ�%��rd�0
+��8������ē�XV%�gnɣ��%� 4B�a�� ����Qx��	_B�p��KzCH�p)#�!v@hòN@����A>Fw�0�(�!�@����� ,�P	�B=�F�G8a��H�yk]��lv�P�6۔a�G�L�綗۫���j�պ�kEV��Dl�n+�a#�-v@h�p�	��Y���$x�
!¥<�a�Q�Cȁ0�� �p�<aH̄`�P���sx0�|
�p�*�sq!�W����z1���� {�N^o�đ#E=^k�oY��U᭷��.we_��T�V�'��9���>��USc��݄O���M��H�bV�=��222�Ԇ���ՈCU�j�U�U^�J��C��
�A8,J�H�U�y20���od�����c��=m�=��;�n�fʭ�ƥv`�*&"4#�!���@<��n_���9��c�"j:JKPv9�_�ɧ�]WIN=C<F�VU[�r�PM}��S����CT�� EQT�݃t���1��B@h���q6�a��Njx�.�>��v\��v'T�܎H��X���:�b�v�Կ��J�&z����r�AA�*`\��oƈ��#Ѓi�}�(�N#(�m����l��]��!�K=��Ӫ�^��U����S�@~k,�{�V�	� 7�F>z*oq��T�\5C1�&��5�E�1�j�q��_�r�8�	a�� ���U5��*_&b&������s�o�����a)X�ˁqm�i�e	�f���6��CgN�=�Ȕ��U=��P�9�E%C���(/U[�[E�|��@�6�s�Tm[�!þ®�e�٪�f��GH׎��>�?��a�(�*B�Q�!EW�3�zy
˲*��X��T����6��k�H#���W�Vyk���+!�Ɠf�ѧ�XW��+0� q�̩E�E�I��gwV-u[�+3Po�F�G�eF���<��)5z"K�U.v��j�-]�C8�#��҈r���>��FDg��<m��
+�zs:Lz;wb�A!k�Ԩ�U޾T��pU�D5D]a���+NJ�(9"_�n�}���6�p("P��y�� �Ǝͨ����b]�Oa\���ӵ����ʖ����4X�3F�ٞ����SӚt⥋+��b��m�8\N ��s�(߳r�����i?��n$��N
"ZG�$*,�S(�HXjK�Z�����!�_��Ia�a��aVd1������mU�J�=�p㚽��r-;'��|��u>����.zR��ad_h��
��U�4ɕh���-K2�I^1��V����g��U?�� �2�Ԏr���E�X_|�j$>����8��4�r��i3ֹ<����I,�DŽ�����km$j����*ԅ뭵(	���̇d�*�Eg>޶���v9�ch(]Z����
�\�%`�LvA��*{-�֣���:&��Z�U;N�>��t��nUP��2y�$nD5��_�P�7v���>���z;���_���bCX�xgҵ�
+2TZ�J��]V����CU�b	���K���ڍ�Zp^5D���&��־���ns���z�ׯ-&���X-��
i��F"V{�����e\��"BJ��ՠ_x��d���s��D�P��Æ�_A��
�	�C��(fL+�,3J���͖��)*�-�W�����U�X����������!��ۣUm֕(1+��>i�>��,��H�{
+y�e�-������Ķ��+@C
+4�O��x����H#�"ua>���Ǥ���Yg�'^X9��j+��O5k����-6���p���)��8"
~�0��Ҩ�$�=�A�ē��PUk-���X,%s���[q4��
+ ��>�C�=g�:n 
+Bv�H��T�Xa-'�.��Z/;2��D�j�V�cP$ֽ��m�DZtj�q�qc��@�B��E"]���K�%[k�:d��gub���Ш�{�_�YY���P����-a�m�
+���lR�1Z���C����C-T=4�t{ڣ�jˈ$l�my�GC�aʍM)	K�k*��D�s�o��6�N���B��v��MX�����8���Hf�����ҁ����UE�/�F5*2{T]@�=��W�괮�+8S�T�]�T.B���_�p�QZ���F��3{�}U�m8D��dNJ�&����0/�ԡ$���t
��m/������I�ٳpu~�{<�<DZ��8t̍�F�0���ϱٽq�
X�k+lj
+{6��_��D�>\gA�R�u�زB3��
I w�|n�H3� ˭�{�QIXF=(|��F\�a�����i��3��S������C
+��X����dɷu<j��W�Rx�ϩIgkE�:�wύ�K;���S����ʿn���*���_+Z�B�^A�2|[� a)V(mB]���w݊�t�/���	�/�'2[�x��G������3����[W�E��﫱z����G�.�Ŋ�F+��a)j������4��(�z����e��5ֻ��hO�
+�#,������"R����^��n�:���~�wj���T
+���W�#�V�"����Z�?8�sS	�s���d)�7�n0�����a%�T�b�AP���:��j'H���0')�w��Mx�3��1'+�u�Q�#g=�Zf�7ق�5U�a�0}y���d��s�����}���}�-e��U��e����+C�(9��@���a#��<<a�g 쀰BO;�(�!���%������1F3ZZ1�F����Fg�%���1�g�Nd�{K"3JAn��C�M���7�̞��lfAF�K�@�_��*�]�elR��w)����h�yV��~d%�99�s��j���D-\��дQ�+�*|��]ik�70f�C0C(��B%�:��@x�� �A8�(�!��P�� TB��P���6BxB���B0Ba��r L�`�`�[�&R�lF�Y��pe���l�=n�?��2ܿI�bA�{n]]T��Gy���G��g�?ȵ�F41�~�Oe�NU�Af`�)�Y,w�aN�۝N����_����<X�iy	7( ����Wxp����6��u�-`WM0�Vg�*;�V�ԡPi��r�9�*Q6I\��v5�,��(������H�˃��������dԑR�?O������n��`��-	yW����K��lX&�|�I������i�DL��BOS
 �|h�Nׁ�qT�y�ڀ>Xvw�sH���2;��R�V��P��\V�ׅ���ʪeF����*{=A�\%G��/��K�8����	��{��`2������u�l��{��a��V���⤃B�Ɣ/i���g�9�%G�#�����:F���3��9ܳ��?\q�[d
��C=j^�#�V�9�~(R�z�EzS6�KWj���sс������F W����ӄTt e��TIM2�5���|���
+���q�.��ELQ�H��U7��*_fd�4M���s�$����^�PX���=�w��O�6~�D-Mp��	�7��G���2:���ۈh�0�XL��3m�W�Y��E$U�zqC!�
m�%�&)��0
+L��+b�2Bh��P��l��7g�eN�	}��?<Щ%�2�B��=
+�H�Ur�Ý:�J�,܃��+�2k���!\�e"dr��is��f�r8��|n�`ye��*�,��fγy}��D�.�{eߒ����̙c^<��،�*�s�M��T8�h�x�3��G<�Q�)0���������J(�1��<�>jZZ��O��l�G��s�C��g�Gq��� 1��&�}v��i�p
7��X\��LA�"��BVnY�rAZq�(w����b������iE�C��N�Ӎv+,� PgT��
+�dz9i��4-�T趋u�j����m�	����/sͮDj8�щ�*7�o�A�N�j���cC�}D�����gj���CM�M����2	n������)FN���;�2< ٢���_�]8�DL32�1`�d�b�ư��N����Wz��,���bJ._
+Y�'�{�=q4�����y�_S�������(�	�,����oT�_���DŝJs��4l�F�i훵6a{!��x87��:�p~�-�TZ~��KE�#_.����1:|?�.M�A������̔�α1G'�8���ӗ��g���?q#��T����u��)� �����d��_�jH5�-H�v�O�T8]�FkO��X~�}�y�WZ��J��h�O��i98���[`$�&�C��4s�����n4)«�zy�1­@�3���0���9�CR+�AbȈR7;�������AmV�����:5tt�eR���K��2#�rn�6�M�0�Vc�
+/��Bmΐ���Tauz�|��a�<�d�M7�l}=�Hv�Ey��]MA܎�K7��OŸ�ѓ����?{dn��Uē���H�eѦg0lZ��Z�I�Su�%�����+j�¿2���H��e�LI7I���z'$B�#�B��	_Bx01!q�g 쀰B�#�B���A:�vAh�p�QB8����8
+B��B��?!�[q&$6BHINH�p�����B
+�K!!�0
+�	_B�p�4�BH�p)#�z���J��sC�P��ȅI���B�e��܂�B��9�p_�̤����[lb�f����t�M��%O^Z�`2 �]fw�ڝ���4!�' ��*7�K��s�8	:�٤ܙsȜL��
+ٌ����=��d�TGT���l�M���c�.�/2"��<�������W���F�_�k�s�>7����#J&�s��c�4�w�����z���<3��P�,ԣx�["�؁��&$�Ah��%J��W	a#�{`BbO�Y�!-ݸ�>ߞf�*
.�h�Ӳ�10�T���<��+0��.'�P
��UHF�v�>��j���H-tm���*T���FC��*uD���ڏ�L_��
+W)�5�b�b�i=c�����C�3c�[�Χ���\_���ͫ�s���L��)��מ�|��&�Z����޼�D���9��?��E���z�֊�x�L�l�AbN�="ս{�?Y�
+;��UB�bi9z� OIs�j"1T�3�Vy��L��,Iri��KW�a%�UQ�{���U�n�h�ź��.�A�/��
�Q,(�N4�Zk]$CZ�.�Zo]f&�i�E�:up���:u�_M��Y�k�D���A��pŪ��Exq�z���zu��DyUV�$�����QX�GJ
�Q����b}C	O[>�?B�Êt��˟_q)��t���n�Ob=�"�{����H�%Ua� k ڌ�Qc�6�
+Ҕw#���F�G�LE���p�9�TU��?�xs�Æ2�
+Q6s�i��bS>�����a[�Bc�[��Ǭ�.!q	�:���(qe�s�u�̡�'16��‰Tk�P���U���r�Q�8�Ÿr�0u^�� XX
z���V�Z_�c��$��c�[�Hp.�l$�a��tD�Se:Lۙ�6��>�S@_R4�?�����8;pKfĹ<���� Ȕ{yy�(�Q�H���>�)�#-��=4R�$���}��k�QEc3���b�����Ga��{�fΞY[L5U�-�A�UYK�/l��q��f�$�� !�D	�F��
a2)���Jס˔�fY3Қ�{��*���.�@�L�H7�����a%�jiD����t���
+��,ѨޔC7���9�]Iw��ٜ��d��#ndYK}$G�b˃����9�=H���x��ǻ�$����F�H�f4J�~8:�ot<�H���-l|�#��Z�k�����\"��&��	2�/;�G�)�m��P(b��"N�c�]d�2h	v.����|s�rF��L�3���a?c��8�s#�/�Ō�NB� m�X:��%C"�(@�ǽ�oT4�r)m�X�ȴQ��F�o���=�Õ�&W���$$>�C(�Шy7C�k��b��A��4!qGY���j�s�=E�>*F�%��#����S��T4��`vI�4B<,�zV�LC�!r�V��x4��T�e<��t�"��]@�…Aq-�}E�V~�I��?�y�G��{DZ�3�9�o�k|�2�6r>��a��&����0WP�Ή���~Jy��X�)�O�F9�7C0�p)�g$�6cq'jC��CG�'$����aV���D�,fƛ�/�0�@Bb_� ��X������߇�)0��/N�CH�0�����_�z�!��~g�!�޾�ɐ�������Ԕ�Kx}xr1�����Ǣ@�±{���&�^��]���c(�r@<t˅e;�wo�У=,ڟ����~���Я�!��0� ��)l4$�p=�!L�P
+��rwAx��^�p����~����&�P����e�Z���%)���}ɚ}�:���J��k�JJ�$��"JZ�	�*�"��%�\���,���w�����_��~���^��\���uι>�9�>Hb )�d�=H� E��R.H% Հ���>�4]��H� �d�/H� %��R	H5 =�� ̓Dw�I$e�A���H��A����������A���AI$C��A�)������0��SG�Y�mC�K�)I+��ee��de�Q��h/�'d���������_^��0�l���������
�!��c�q�^ȹ�۟�/��EH�����5��y�!��=���>1!�"����� :�Z�A $T��l��‡�Ɓ�B��
+ݠ������}!�K��=�1�i��p�	_~���W8��LP��Q�۝M���t�d�l<
rA����-=\	��~EQ���hI���8(�CM��
+��k�r��9�6-�.\�'@��uT�Wϐ=����x��5���/�5����+p9H?��A1fbyo��� ���D�< >
+�(���L=IϏX.+�o!}��
+����KQ.����hז��~�r@�g���O.��(���/�_�=� �A#(��5:�ˡ��t��&�=��7�BL����rX���FT�<�r��A� ݎ�:�� ���WJ��Aߘ
+��K{�)ʙ�rf�P���d�؂rVTk�A�.�?T

[... 64972 lines stripped ...]