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/06/23 06:30:33 UTC

svn commit: r14103 [2/5] - /dev/directory/apacheds/2.0.0-M22/

Added: dev/directory/apacheds/2.0.0-M22/apacheds-2.0.0-M22-32bit.bin
==============================================================================
--- dev/directory/apacheds/2.0.0-M22/apacheds-2.0.0-M22-32bit.bin (added)
+++ dev/directory/apacheds/2.0.0-M22/apacheds-2.0.0-M22-32bit.bin Thu Jun 23 06:30:33 2016
@@ -0,0 +1,65595 @@
+#!/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-M22
+
+# 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
+��kW�}
`TW��B�)TZ����TN&?
+jB2@��Lg�O-������yoH�
MQ�4J���nU��u���5��ծ�������9l���ZY��wι��w�̛H��M;�w߽��s�=��sϽ�>=i��dT����]z�?ӻ<S�WUU���V��K��kU
Kc֕��k��+�\YU�
+VU/��Y�Q����,ПTԸ�"�d_�rP�k<�0b�z���P3��J�)����ʮd��Me�q۹M���x�0�3�v>He�#I�ƈ	`"�uI���H̨��(�����=�6�V�ԮH6n�����`:#�Z�4����`�X�›d�FFM��h3��#�/M�=K���C'�� �ؓ���걘
+��nh	x^$O�D��d_"�5"Ѩ��u��Y�PjfRq5錫1'���$"q�F5���f�p)f="�Ab��jK��fl�x�;�`�����by�{�@o:e!�=�(ܖ�f@�l��f�<u�e����sW�q�-�P���7{M���Tf���n�3uJ��J�4|ꔚ������f�j(6N�~�r͓���Y�!�����R�f;�w���fWI�y��0nՌ��s�����#�HTS��~Tj�MeT��P[��[@S�E�i'�#YSS�&(�s���E�,�!5��l,�o�h�������/��`�ׂ�zJ��H|-C%g�^#R]0�]Q<5�mtKJ���D:^�T���	ɤ@��Ѱ@�	:f����a�8��no��w�tU�p��~�.�}�S!~�O?�S�O1��u���*��y�_M��3����ӭ`
+�i�z��̗�Nq��}0���ڂ��9�9��e��d2����kQ�Kãp�KmM���>y2��ކn��ă�=�ͨ��l�$�vD�u�"+�f�zgք:Y*1��qu�b�%ݞʚ҄Kf
>��C��n�f�d�j�UO���nS�`7'���Wz�V���H&	�]�,��!8�m���: D�"��&���ik��)�Ш����fa�`��Y�^ X�8�0������ɏ"�.��cq��zh3�u"=����N����'��f��D'�v��̱ϕ)���e�d�-�F��X�I�ONa��Q��y1C����FCq�]��')>!.s�O�^<yN7�O��O¨S��XBO�jF-�C
�tnO�]�/�Ñ\øD�J��kL��j/ޞ�R}�d�l�����^7�L���վ&5��8�ԅ��C!��N����L��I�k�0����V��]14���dj���"���&�ب���g�*d�['g�W�����S��
�sۻ��/���-.�u����3=��������S���vL\ˤ�j��a-���|��B�D��}|��X}~M���T<��=o�>���^�*�����5q��N5if��uNOj	D�U���uUE�M��ۡ��u����D�?�G����VfB\���V3�:'5)�4�;
+hu�e!G&�M����f|�F����q��#�f2��<�EsR3;F���Sͨ	�����b���5�/YdL�S\��MbS�m`�a�	���އ�RZm�l��u&�V��p8�ե���^Q�*��vB�Q�Έ�2Q�|
+�S.6����%�����n��Fڍ�oѓ1����L!�i[A�Ԏ,�`�M��l0�bI���j7"ڥx�h�·ybH�
��c*9y�����85�g�&2j\U�ʺ`F5�dT}m�'Zwg��)��������#�k�D��y�D��_C&���s&��<��'����>���}4�n��mމv�[ƥ�g]ܲ�-��z�ls�<o��\
��g��+��|a�� 
+�Ξ_��X��n�)6��7��^��f]���5�K�ׄ�7���nCuO�u�״.��f�٘mk�W��5����xcb�I��[�f\�U6����;k��Ȇ�k:k���ڪ���բ�Z�4�
�6��y�f���Ә�N��_�y�$Q���9�'<�=�����A.�	�t� �T��g���7�bѳζX�����L��`FOF�t$�/<�u�`p��r�Q�3��?�0�a�y����m�匰�O'�rf��2Ԃ��}��ؼ�$���^�7�ī\az�;-��9� >wk��T�X�,�]�ͬY�k�֐�'�;@x�F:�1�g�EY�%�D�Y@p�Y4�;�T
+�b+�>d���j:�ij�?��H,��Ò����3���E]vY%\��鎼�qC�'�i2G��?
+���Q(?�����fz�\�ƴ
�m$OXI`&�ZN�$&I�ԫ��4�$Og�����<�Q] шo��YZ��jC�d㞳��c�1�8�Y[�hwAnP;��3ț�<	�;��f$M���J�'�������t��*�TeW*U	O��H���\(���D�ǰtWN��r/��Գ(��
o{,z;'%n��N:�3����v����ԠĪT���a0����Kw,�A�@"m�5�a���H2���C;��*��5K+�&tf"�0�HuŲ%E��TcQE���� �K��2�S�R�\"ҫ'����T�q�K5u�N
��R3ZY�=�]5[�rK��:�#�Wd��&�!��,�N^���a�"�s�)���L_H��uJ`cCk�%�olo��z��$�-����D5���6RXx���+\>�=���r&l�I��)@��-�Z���[Z;�r��Iw�������'u��}^�+.~<�2�?�Y�ۙr����H�)P����:��Vt����oT��>�BI�cԏ��b�y:�e�*[�#�4&C��U�_l[�lk����/X��E�)X���(��5���S���6�T倐	3�U��A�ƙp\U���wG7��`v��L�45�D�6:]I:'5���L�i<m6I��5Yuբ�ˊj������s"��99�<p�Y�d�'K���\�S��Z��=v15֞^I��S>³����8��A{�x�ZW6ֲf,Փ��}g��|T�"���Omʋ�%IVC����"��IA�S���`>~��4��2=��fv�wčג�)�cҙT�,���Sy��Cl�y�
��2�Ʋ5`A�g�L}����Hi���%��fv0�ٗ�-Րh~-���`�9�����93�V5��1����dָ9(�3��1��Z�ڴ�w���[&���g8{+���H��7�5���F�hG��tJ`�Ou�`Ը��M�k��1�[5L�n�;����5a�	�+��������I3���?g��6�(3�[[�C��E����+�򯊌{hJ>����	׻
�j^C���y`҄y����z�p���cd�Jp����	��W:�"�w\��Z������������{�Uь�6������K��xeuu���<�_V٩'+
�{��rEi�ќ4���T��F�Nu�=����Ne�1����
+$Ռ�J�X;�Q0�V�s���D%ҝQ��-ï(aU%�m�͍�K`�nץ
�1�G75(�JO*�]�P�XLgn��'���j��/T̨ݑLLOvC�龌ޭ�J�'	ZD���^�^-�1`�,�ڗ�rR$�93|�z��L��_��C�T�s�,�ډH��L���
+:?&�EM���8԰6��jp��Iu�(!R�T�\L������RWY�����k*��-�׶p�Pf5�%1z�bKVJg�Iӗ0A�)�H�uu>`��K}X� w��0��-�E���Js�LY�n��
�k��u(B�����@Xi)��mM���m�Z�4�]�5�ink�)*��R{��FL�,�0ߵeI������H�Q�K�y��l�[U�S`g��JZ�$t��$c 	�}����������p�Bx���*aЛ1�:WƔf[ �����/WV�4�)�m����v��
���ö�*b��y�T4��e(�2j"e�t�TM�>#��v�K�'^���/Z�Q)��bG��R��%�4��2fE�ʬ}7�j�(�GKS�h�5Is�����jۙ��Xe��E���e��"�(6�V����݊=C-��㮉�`y������k��ROzPt�2�Z����F������ZcO�e�A8j���<��Uc
+�8�����YR`�k_��g����c���}�@08��E��D���8PqG��n�^���$�}��$NÙ��;a�Щ;y�3A����Vħ8����
+W�bJGS�T�l��j7����6����T���2�U����+�I9+�_Rq���s��G�\k#�	\i��6C�B�xx�_�.�dȏ�+��$L4VE�R~Rؚ?UqW��j0<׬���FU� �	U�D�g�4��ʫ��ܷr���q�H5���x���_�i�ںD��0vmV�H+�_ݬT(W$�H��ӆv�51�Q���}�UT6��Q�jjR1�`T#+�4V�[�Q���o|���^~t�Cj4���F�0L2$�����ڃ�P��--�kN�nGsk`��1L���h<��O�V0Ծ��):������ZO�j�P���jKN
/��0��]~U��j��ГV�4�v.�Y�OUJ�š���lj�8Y�oI͕N�����v������{=��z����߸Q?E!^6'�ƾ��Tg����r�$T��>pBO�(��E�IN���)<F�{4=�!O�F6��Q�+E�VXU(o�ل,�'7R����ڳ�uѯ$<�T�RMv�uC���?~�L�Yh
�2MJ;��ĂN����fS�D��
+�B�I9�(j<�^���Ƴ��S ��n#W�p��DK����������e�����j�͚(�WBZߪ$��P��oP����r5TW֪���3�:�uՂ�Vq���9��ߝ� �D��ׯ��]z��?�܄�83m�o�k�\�o��k/�y����?�r�?�Y��d0} ��lFT
�p�J'1g^�����04ɦb5X�u�O	`մ���TSs�#Լj>!�~\���j����X��h ���A�'�u��|��K���
+J0���c�e-�����$��a5ʀT�L*ۭ)˘�G˙�fQ9��� ���A�W�L0������V��64ڝ��G����B��� �Hd�H wP"Q�"�6@Y&Ō7f��]�TܧD����C�}�dTn��dH8$^P�O�5�'�x���t
+=<��V��>*�Pʈ��V5գf|
+3=�c$ٽ�h�yvB�Yq�^�m`�a�F�6Ċ"z�ڍl�3=:J@)��mEH]zp3�_��勫�X`9ٌ�P������M�%	��SM�h��%<�.7�L)��x�)[ �:��<١Dz+�����y�Du#��"9c����@���Z� ����^_Xi�N�]����D�����	㰘K��0�)'�9��'kP��)1�{lF���>1��'r��%Fm��i/Q!�d{�^"ԕI% ��0E#b�лW���2>��d�]�=��$���#�:(�щ��
���@��`Y{E����p��M�1=��x΀M���(��!Ƥ�P��!�'��u��D�0���8�I
+\pjS�h��R��B����޸wI8�Ӥ���"�D9�_�Ŋi�>oy�,��2�u���1���1��%�p���Cb<��&5�@�P�a(� =LWaS�]8�<�V�Y�I@�u�N]�R���DQ�é�H���h������&q?��,�iP@5�[��xa��c����ߧ䳏s�Y�z�91&�&`n,Ƨ�S-����P3*̓�zr;1������N���uE�d$|����Z�rGMuٽ�("�)��֐�ڳ������'�,%��7T�!�~�)q���l'��<��A�E�z|(PC���
+��d�Ƶ���Z��Gy�T��]�����Ĭ�Rf�T�a1{o�e���>���}���8��>�G�|d���
+����(�i؃��o��5E��ۀ�m�@#�F�n�'�,�b/�
+��UфD�F�����1o��d��$5����7�q�Y��<�� }���
��lӤ�
+&8i��i=�Me
��Hf;����	�K5��$�~;<UDQY���#�<V�e�C8Ͽ��#�.��@ԏ��F
��TU�XUI��r;� 4�� ?ql6�~3s��4��"��+kЭ�f-�b8ˌ+�U�Ɍ4�d����T$)�Bg����!�^Z5�3B�@��c=:��T��z��1��{f�q���;���
+)�)
+CXs<��lj�K�h:[����P����G@Э'�33�=ᎅ<o��|K��\Т�9'��:h��A�*�?��)�1m�i�r��E
6!Z���R�����<�ͣS]]��P�~ٿ:��:���Q�^!�A��������m4
I�t�2�.�Z4с߬�Dp���ܵ�fF�aD2:�ήg�g4�.l�<�ˍ0
�ۙh�����Z~A�X  ����D�7у]!l�_i�����Bh*�i�SL����`6)9>q/�
��[gR�QAC2��,}
+�ҴN��Y�DR�j73�1����i��������6iy�O�%�#A�����,�$
+�ILF�6j�c��<�U1�C{O�J���gq�/Ę*��+!U���K��k!Ѓ��m�h/���Fh,J��=��,��63^D���1�����^�J�Qk̾�U'�lyd�4�֍�"zl�ݪ���d�ך�_��˜�c�Ɍ�6;�6Y��v�q��w�ɠ��AO���٣!5�*�i��N��1�����rFŕ<��)<��|⤆�m�������K��bLE��'9$��=�8m,�O�J�?�sc�S� �b)rhq,��l�eL�p1J
+M��i������?��2�B\���ت;���R;��T��H)�,��JL=#
+�YDsLy5֍���"��p�F�AZ��M��w��
`����%�(=�b�Vp���G3"p�y--��Re���rY�;�L����w�zMf�m�2�B.G��'E�����K]y#�\�����}����$��h6�V#0	���,�W!����<����9�=yEʼn[�����و�bx����,��:��DF��q߀��i���7b15�&����X��Otg�N#K[9\E�pA���L6_�c��[��ȞU��J�z�����@ �e���:�\���,10�ZQ���=lhL���TD��YC��a�R4�F�`��a�-��m]�r��X3�����C�d������~�3;M��):N	��@b�7��H)�%�����lO[��0W�S�>��Ԍ�Y��$0s]cb���oK�X�Z�!�ҙb�2�v٢jB3B��4~�$�_��a u	o�y,@
+\,؃e�X��a
1R�C�Us��T�p@T��K��4��-�!���s_�2F$�q3ˣ��{�\�I���0+��"e�{�j�y�"z"F�^�f]
+�?��
6�e��Y'�
+kҁ�ڂ��M��f$�.&�q�J�Ҥ4u�E�.e����>���g�!��.��a|�6��+
�ri_::w��;�$_��S��K
+��#�ޏ�cAu�*�e
+U,0����%���U4��5��	��:|Jk Ը�lX����q���掶@�mh�0�
!�u-
!%�.l��e��q\Y��ШN��2�f�Nq��ˤ��s"������W���h��g�"�B]�iv#խi2S�|�����Bk�d���R��b�+��N=N���hyp��J�)�	8�L[
+���, S$��ލs]�V�}�P��9���3Gc�q��:B��ֺ�h��Ƃq�5"��0�]��ED��6��t;c�X[l	�7�.?;ȆG����|)��9Thh����ΰ5s�▭�U���.q3k�,{�'ygJzU����&.�B��)&�ݩT�G�˱����m:�QB�	��xWD�g3�E�]٤�ܐt�	B�3Q?Xê��r�z~ �ð����I���
�	bs�F�2��E��\�[n�
�4(6h�;�k�b��m��j���R�ӱ�N1W�ۺT�'��Cz���H�0(�~}$wj"�[K�ck\த:�<
+E~K%��|�RЃ���`�X�	��T΄�T�b�Sl�G;Z�qi5����q�cT��%|�ӱWQl�nG�$1�1a�3�]L?�g�x�e�&�v�t���8�:�d���smq���L�^-�c��0+��*��
+�Ɲ}�ٰ	�C�<���I%��…	0�Qv�m�7�P�ycv!E@��)�;����
jk��1�
+>���Mnu
+FM�ᦈj��|���c�;S���J��d�]���R|��֮O;n������_)oJ%�[��1*�_���@�T܋8�?����lKk�8V�>���B(M��'��j0T��I���Ln@��ce�.�@��|i�S����
+�����e��Q���p�|��/�&�n��sΉuW+<c9�\w\�f�`/&^����	o�3o�u3�^�����4�wv�����@!"	��V������x�Y��w���y�Y9���g���h	)5��d�24����e��7a��
+��!te㴰��:��0�_q�8�{YP�OG����(��h����dTޱQ�vC����8"����ڞۼ$͸�`����-C�������-	�W@�^إ�r�x*mo��1�<��у���t\�#��XG��|O/�8Ě�Xէ���e��� ]��+C�9"�
2+i��K�Ѣ*7����30��g�c>To�d��?Y�p@�V$S=q5֭z��A��g���g��V�\5Ռ���
+�@��vA9!o��Qcވ��݊){O�j�a��Ȩ��[AZա�����9iy�c�Q^���v6�C���aT��2�� �Bxf_���$.�#��B&��Q�/N��dEK
ͤ���#"�*L��_��ҞO�d���1MZA=�r�B��P��iU��u����_UO1ù|��ɆjMϬ��'�bƞ��x�R^&ަ,[P�>�����k)�iG��K�n��l��j�qԫ��i�'�&i�Ҷ�XUQ�p9���_)�I@��a�-d~��bk�����)���F�ߨDZ���\
+�8@>֎xUM�yg��ͺ��s�bE2�+���[i��5�����El���2�2F_���n�Le؜��S�@��3ñ��u6
+���&FQ��b^�}�����\-mz�K�D]���Wq/yw}4�vSU<v�SX��S�N��p�pq'B�|0v�H�<b�m�W���.���~�	t7_����b؉���fp���e�.����V�p��z���n_��Y7���Ф��2r���@c��DZ��Ca��u+y|��S.:r���P ��Ṥ�pk{>����e]Ss��pH[{���(��k����F�#D�U����pcKCsk�	���
ZU�mJxmCK�i@+MeM�0BX@�L��*�6�j	�� ��9�!��%�D�"���S��@c3�6����u>��׮�B��45�6�	G˝�)`�F�ŋ�#�u����:���&��J8Z�!�\ii��ͳ���j�� �W�7���`�ZD�|BY۾X�6���.no#����C�!\�VoX��!d.q��3�mk�KB����X�-���yM��1���hCs8@x4���X��5��Z^G䣨n�Vf��������Ą��7s"6�� ƅ=��ϛ)���PC<����b�;NQ:�%ȸٰ���d�+�3�������^ӷ�c5���Z�+5��/�[\���^S	���yP��l8"mQF[����G�ڍ����R�R�d�Oi�&�N�҄��r�����^o�֋���-����=�X�]�b�	x��HiJM!+�-�f��y=|������;�4�W$ώ�o
��_���A�KDTݞ��Z;���+�>|3ɢi���;���^n�q�s����&B+�1�,2�Mkk����0g6�KG1|��5���l��K��!���{Jv��,k[~�)"���}�f�V$��Y0�ʨ�Ӎ��Վ�D�A�9��hI&��US�&=2�i�5J^�(�:mko�W�����jX؇x�$x]�y����-M2J�<�Dv�'���O������EF2,��4XK�,=�:��
+n
+�-�� �G�������m
+4�,�:��~��3��5�]��@�^鯮{�^�Y�z�rm{�3s/��2®(҈Q�0�gJ�Ҋ�d���]5#S��|�h)Gw��P��*��E?�)H7
Y�"����[�R����S�BOz'�(�hJEҔޢ�Ra��+KI[
+�Ⱥ!_aZ�Le���NHi*E��´�Cm�z��SsڪS�N�<����ԧ��+�S(P��hP�Jo��Ա�S\�b&�T���Te����M�*�V��Z�NH�*���YWo�˖-�S:�K�&��y�}<�Z�?�l`�����r��'Sh��{����*����N��S����8|��]�v��.�r
+��T>Er���{�NE;y%�t���;a�O)�������'�L��t5[��M4�@���b�2�5z���J�Ւ�x��OZ���r�
+��jw0gBkM8�3S��h*13�����^�wrSS�i*i�9���p�"�hX�f����ԉ���ΈF��Xm��
�
+,R	�E+�D�Ȏx�	R:����,���L��>��`e��>��'M~��yah��/Nq�ũm����S��b
+w^L�Ƌ�컘����?�i��1w�������j��_?��l�y�I�TE�P-f�=�;C�^Ӱ��O������r��%U������S���?~�茵��~�����K���Y�أ,>cI��_���)oc��_t����__�d����l�]~��� _?
+����'�Ȱ�3q����/��V�}Q�퉰����!V��Vqܸ���~�_>�\�����}��5����F���"9k�"°>�hH�x��mᎆ���ʲy5e<���>��v鴇�[YV�(�2@��x������sPi=,����$ɤ��-m
����he����m
ϰ:�Bq��n��V����$�/ ��&�2�F{�j	e��|���3+�tw����8�3�d�I�40i/K�$���ʎH\��]qt�2}Č����	�g��_�R}�e}���
���C�׭DLZRQk�9��c�u�`sгҍ:���?������sx�[�|��ohY3�/�d�y��T�s�%�`���8M�f9��u��ʧ�C�+�l�ޝD����!6|yJ�c�ȝ�5m����0\Z�+�	����e�Hcw��o�<�nz�j�>��l�:@�Zq۳��JZ�w����X�zf����(B��l���#E�!
+�T7?�XQV��1k�;���/���K -ֹ�r�����8ˠ'�g�a5�IeXOEc��xH%�B�
U�T��3-B��e%��J5b���LKaR���5t3��l{~����oX'
$�$*I?���o�Mո���8�e�J�;���
�k��޲.�������5��uAxJ�]O���qr����Щ����hJO��h!��5�<.z��,(K������6�6f^2�r�(�	+��Ps�TWU��p�r����ܚ�m��
+~s
+��T�+p�V~�ze��M�M�����S�Ӂ�K5"Q�KC6R��d�,�+�%#d�6�tN0h\pZhb���^��^)�8�?/S.[	�2e�7�m�\idf�H�1��۲�2��X����%�/��#xZ;�#ܰ:�I䴱�L�rey����[yC�Om"�#-�M/����}����D����k���Z�pp�Z	�VC���`C�ڕ^�K>�4���c��+���y��6�/�胊�^�巪5
+lH�IH8)�'n+�5�I���9�""V�
+������-)�ʐ��j��=/�N���)�p�A,���(�7��xL.���Y���(�N*�jw�N��_Xq���ܿpӂy��*�E��*��/��\�T���I�ˑ�IG-��A�w��l��H|$��j��[6Ԍ���ǃ��6�b�̑�J�ֺt+Ǔэ���zG���c�q0A��2ֈ�K�Yм֞%�����
��
+}�����w�ڋ�����7��Xf���#��~)*��Z{��~h!�8�v�ȽK�YO�-a%q^��c���/���m�V7��[�c!1�8F;�zS��V���zy؅���D�[��'��C�oaZ�,1a��x��g���@Cv�m\��C���0��ɠ���N�( EN~
+O�U����?�m�nn��c�=��3g�=�"bzSa�����x
�OY�H�$x{%.��,�C����ơ�gD����a���`8��Uf
:LC#ĩ˔�^`�;�����q�_�`�S��K
+���p���,�T�M��K��`r75�x�|�8e���K�+�r�We�zS�W��◇����͒��0@�̌r}]�ܺ�pǯ��eT��Ig<��^�y+s���q hS���F6�2�/���A�x~����嬆����·6�ݒZ��Z:�[X5���I��H4e���&��-��*�E[+�J����!0A���q�!Ը��c����G���I6�o�&"Y�P�����%z-��߱�{ѣ[=�����L}��%�V�,7K�M��%[
+��/���.��5W�O�iy�O QSt����[D"-�d���l��u#t�^E�H}m������X�^�2k/��z�VUM�M&��l�Xx��&[GUtA'W���e^�RN�q�%����e�=�����*���A�‰�q�Υz�<�!���g0}m��+�Z
Y�V�]�k0�1)����[�:�%�M3S�i������D*"�Elp妲y�9�T�DT`��-<���#�.P@�=�Ҏ�(L��T���eװ](����ϴ�3m���h9ML&b�0�r'��9�@f,Hv('�]�A��M�T �QM�n_g�K0/G�3S٨�B�#��y�e���EV��k�dU����c߸�,|���:��2b�;V��V�Y����o�'�N�ItN�n��2��v;z�ݵ�M�1{$�-��.�I��B���A�Ԣ��7���e�8����1�K����_^�������+JEV�Hne�A�H�ӣ�+
q<��c�I�:��E�ج*b0���U"
㾓-��;���3��,���.�<`�	�@aO���vΰ�Ib=f�\�pk"e�t�H\�d/��5�CI���0���M�X����5'ݔ��|03|���/��T<�Caza�g@U醃:	�S������b����k�
��y}�*@�N�Ka�
+UY��3:�,K�a���#���
+V��ӝJ�g�2�&:���.t�̈W*����[��m��K�+�d�;�X&�h��t�G�+�2�:�E�Q0�7Q��W�P#�<L�I��ǿ�K/$��.�(\pɊغ�ޯ��E?V�w�ӚlUgdq���Q�l�&�T��>o��62��r�d���?D���O3K��8���M_���Gj���hVys�I��n�L�1��W+2>����9B9�T �<&wR��|x�O.��D=��k���"C7:P���\�<���Y�La)W0V��T|k�:�L'z��T�|�r~d>
+�XY��s'5>;��]kjnae����.�&F'��h(I�Q�d6����ƙ���-�d�����QZ���wlC�H���Ei"��q���0mH
+��~�P�������n�G���(�3{6��h�h�u��.������bnF�.y��aΕ[Y
�%��JE
+4H7Ơ�����B�e�(�i��Yﲥ�Z�B�VF�c���dž�D
+�\r��SƯ�C��������z#�B��V�y�p�l{�� �����ќ�m�������T:E�s�k%��x���G�"c��{���$�2�8��&��|t�7	xl��g/�Y�e/`�ׅ]b+|��I2�)���~�Y�T����V�)����Ya|Pn/^��:���Wp��RV8*_U&�ه8��3ȨS�%�U��J(KZ�>d�^�A���{9�����:��/��Ҏ�ƎPKE#�ЖJ�T"�ʫ0\��
+0���O���AH�BS�����UX_��W��M)g�B�F��?�ɨǗ���1�P�<(��0����������g�rA&5��[P6�MH,
+�	�x�퇡<V��G�ok�q}�K�s쀳DY��&�;:�H2��!��v�J'ہ3#'�m�������}�~���ֆ��--�m�4�c��&���Y~�޶���w�)��m�]^q�d��
0��tf2�#�*�T#�t\�Go6ۻ��
+�e�L(��@���\D��Z�.��%���0>�Xߏ��;��Tv�E���X�gR�Q���S,�P�����<�ԥ��p9�o��|A�$E������W�d��.JS'Jh��B��m*�+���[)� ��ȓ-]�r.!��0ٖ �\t�9yَQ�y��yP*�����̻!I_@��O[��{zy��>���+-���0@8��B��%^?�,H���:����;���
*E-��x�l4	Ѕ�p�Z��k��?��e߮C#�%.%��U�	P�\��a��*������l҄ VO���F8��3��6�u���R���.X��Q޶H|h����7��%%<7�OY��OE�B!%��Q�T�M�l�DQe{+���~%/tả����vI�*���-��bU1��ȱb)����Wa�^�|�ck�vH����]�-Ve�X_/�Uf�O>6��E��H�Mg��r�@���2Sct7{�G��|n1�*G,������X��k�G���+��LS�"f����b�N*(4�AA�LXN�w�_V���o�1ֲ�~ځ����]�od��X�l�*���'*o�m:4q'��o�`,)�-�°�kH����bʼ�^Ω�m�%b��߃VM{ψ��y(@��d�aku��2���]�U��˗s�쭫ӀH�1�����i%��5��\++�P+ޓ��dQLQA�"�X��S�d0G��M-���#�7Ya̝<Զ����V`o����d�f�{�;5��u�����u���O:��;�S�Ƹ��,������?�a����8+7ZV���X�i��L���tf-\w���Z���S�y���p�4����F�3�W
+���{	������[y^	����u�X�3��ӳ�f���<8�j���\S�1��1�!��x��	@f�)��?Ҋ�W�;+㱊���������=��q[Ӷ����~�����K%��~a�	���3���y�k����7~o�ϯ��mS��>	�L���c@�s1��$���_C�[�﯀�Z���_=�Z����V�k�_��U�W?��\��?�����M�{7���~Wï�3������_1m�f~Eyx+��~o����ʿ	~���eyyo�W������	��N��ȁ�{<��uѕ<�~]�YR��ු��I�y��������V�]������?V:�H��rN�v���7����1#�����p=�J^��(��y� �����;���Kg�_���H/�魐V ���{~��4��zH?��/�/�<�M(��W����NK�-����y��~H_��9��K��{���X�H��	���m��������6��EH�<�o��w������~H?����S ��%�_�Q���zH��4����i,�Op�z��O�æ���f��4�?�/��F�%����;l��~#�9c&���Ak�P ��>�����A~@���?�!��
 ��T8/����5H�������V �%���<@�z����/����������(���?����-o����O���C�~�.G~|���'p<|\�G��x�i��(O_����(���M��O���4��O��m���M��>��_��p��t�����K��P ���wA:-��S�_*��(�����@�8OoCy��Sb<�<@���/��ß��o'�?�?�ӷ@������<Y�l��3��p���9w2��iԗʝv{�FH?��p|�i�O�ǝ6����~O��I�i���$ů��ȟ;�}'=v=mj���V�ʃaɴ�d���٢�	V�m&78�O4{��d�Bv,a�4��D����Je�{ �s���D�T{�d�8������e���$S[�^{OW4i��(b���L4���H�3c��������g�&���8<ݪ�&wHxb��[hHHd�&O\
OBM ��x��˦k<	:�ö�xvI�U��1R��dOWW<khȁ8.�y���
+��a�i=�B6N��LT�x�8�?y`J��I��52��e��ϐg�ta�c���j1=��k��a/�xRi�����5�
0WOnG�2
+!.E5�H3�0O�>t���s��X�σl�#��S�LD��4S[�#��ד�����!����d/N[=8��l=[�����܂g�@	��-4�݂��$��(|7lG���ٲō1[�t'RI^y�gMK��-5�j뎦G��c��eWq?
��i�μi����.��y	�2]†�k%�/��m�7����+��4�l��{~��8�����X�g䕟f�?v��3���zd��7@�1�B
��L����x�d���^����������[�
+��>��z;^��ۏW��N��v7^�ɿ�������K��r�2^AQ�^�Ѿ�����P�+8���Wp:G�
+
+�!��3�(^A1>�W���+8�O������Y��B<�Wp*��+89��#�^a��"^ab�^�<�W����+N>��oE]�Wpg��Yx�^a�0�`@ߎW��K�
+�0y��Wp���
+^a�S�Wp�k�
+i)^���+L���
+��	�`p��&X-x�	M��pw�&+�Z>^��يW���
+N��W����
+��4^a�d��^��c��0���+L�n�+L������
+���xG�N�����`���+�u�?xan8��y��_\[��5����^�	<}�A�[�8>v�&�ˎ]�������1��%Xüc�)����86Bi�h
�)��4J��&��J��k8�<���(��c��F����:��4J�V�魔�����X��84ti��SG���U�Ƒ��KsL�4�
	:6��8R�4�=����b��W1�#G�'�)�#H�G�SG����4�(�n���8��D?�q�i_&�)�#M���4�8� �Oiy��Oi�ڣD?�q$j��~J�Ԏ��Ƒ�%�)�#T���Ƒ��H�SG�v�����R�� ��~��Ӈ)������_������~���(��?��S�8�?��)}���iJ����1��Ҩ���R5��t=�Q#h1]Ei��VL+�F
�i��Ci�Z�J���z1��	L�����~J�����FM��'�)�E���4j��Oi�0ڗ�~J����%�)�G;H�S5�6B�S5��(�Oi�D�a��Ҩ��#D?�Q3iG�~J���rD?�QSi/��F��'�_�4j.
m汣�F
����aJ�&��`z�ҨѴ�c�^J�f�L�4j8���)��NéDZ~J��Ӗb:M�~�Lo������Rz�?��)};�?��(����
+�����J�M��i��������:������v ��?V:���Z�o���s 0/
���[�l,�
`�`�9m�0(�����?*;s`��O�~�^5���탻�`���x3�;LO�z����6y��C/i駡�tѡX�����{�]b�*�e���CD��"���t��.4�?W��P1ƖС�=�|�sx>\�Bc������C
+����]S� ��L�@j��ml��|D���/�|��94[�V��K“/����N�-~�)�0���pn	h�m�mc��X"���XG���b�Z(���+�\*�8[K�rp�ˊ�#�P�?��?�����ώ��~ft>�ڶ�mcC�s�j��%Q�9{Gf����7���C�g�Z^6�U^�,���^��7C�V��[�g��u����y�ܡ�Yh�r�kH�V
+�Z��6êVF�E�&���?*�U�m>B������C���K�M��;���D�{h��񱬒[�$t�����j�t�&�_}�����s�$ToN�`�z�w�
�jc��gn�5��W���	���� ϡ�K�r�]N�2��i�.��<x	Z<�u��3��F
+�l[����{�������g������l^�1An|Y�W���&�[�=7��/���|W��}Z? 0z)��{W^�X�\����jn�!.��sb�m�ܕ���jV�|�8||�\Ic��w�X�
D�c����3�������C8����@�P}-����O����(Ǡi���D��#�/]���vh2<�)ה�@{��eC}c�h�-a�=�����l+�L���t*�Fh�g���@����+^.J����<R��a�����u^�������f�z5j��wc��{W���0�	�p���p��`(�
��w�"�2���(ξ�+�#5�V�\����f����Z��Z�S�P
$�����Q*��Z�`,�Rn=��@:����ňS��V���r}�F��!��a�G���p��RQ6����P16�:b舡�sn���qx�����I��1#;�9&��g�o�6N�G�����s�zN|A��~��ᾒe+�
+���}��Shq�Y���8���!��[蠃��DovtM�t����2j֜6�b��X�=��8~����ü��@��:`�1 ����ϱ���L��N�b�a;�����L�N'0}���bz�����ރ{�r�����v�x�@�x���A�\��f�����G�f����R
�_�M�����e�/�;/0�J�N�Y0����~9�w$q�&��u3C��|����k?'O�J����O�C6����/�������y���<��]�����N�����
+� Ʀ8[!M����
+ibl;g+����l�41������������l
��=�4(
+�m���́ap!�����[��aJ�s�[��m�V��������1`߃~֯��1{��f��y7��4�~���<��7C��#�>͸��o�?�3�]B
+���̀���a5G
+W��3����B8�g�j}a���!���?h�3���F����/����\w�D�Ѝ�O�A��XIz'���
8�Yj��/��ν�8���d:�f%ÛGÜa��
�>�!��s����Z8�q��C7��[?7�)�fm�C�E^td���5p���s�H���YΨ��6�c�ѳo�v:�i��STɮ����]�F%+8}l�t��-0�/�\�3�)P8pt0p	���|�ox%ًo[7z��E{^����<s��E���!��?R�(o(�2�{�m�����+6~�f���o����~|N�����@�����E
+��į�g�'�_+vX��B�x�y4��0�`�`#I�1��&�������"�8��Eo^�VQ?���c�(�)p��}����(�yW��s��k�K%޶�e�D{��92a`��`��U,��P����J�� X�W�&��m����`�K��C�(����'�#���뎿�����������=�_��p�+�%�������7X��a� )1�� O_��K��KPG�W�ͩ9��N����r�Î�C�8Dl�����4k�l[�O_M��~|'0��n��C�h7
+s����̡~�zv�����BW�N��{�iYѾD'��X�O�����K����)�}��4�~��E,s�?Z9%��s�}�a����_C�zd���Ρ]9���eg�N��_�4�8T�}��$S��MN��C���_Z�
>m,��pcI0����0���7�B�GJ�s�[<�S�D��_
+wN;��(���{L��C�*h�4���������IQ�%m�I~��bA٠yz�>K%j��R�z|��ÂP2�`f�g�`b�����j�Y��ev&AZ�3�1�R'q?�g3�v_�A���Q��?�3o���F���CBX��V��Y2���
��5���i�������ڒAoo�'{1
+���=�����c���=T����C���f�*�F�0�j������{��[㔟�M1�Y��i�Ez�F]�'uL���Q&=��0��J���cR�kiw�H���%/XS����<��`p2p��c����oy@E$��Re�Ƣ�,,T]�؏���}��J�-9����}b;rE�]0Z@�Ղ����sR��<��k����,Jq/�e��T?���V�/C���{���6N���ٍ!����s���,p�?˗�=p�z�
�7��mCi���m,w�
��R���4Ž�gn���`U<�+0�-<s7nf�}{b,_�g
+=>��E�H���I��P�Jns��콊=Uİ�ǼQ(F߸o�
+l��k̵�m༁�K=��݌U0<�}�&��c�O���uІ����yQ׻r��
n�Z��mM����������$��;"�EA��_18�f�/o���
��6,%��$��E%����O�F�9��'6��b�l)^hq���Cso�X�͹���O���~u|n~翊B�Ԑ��#_�(7?��<n���yc�0��E��*�	��4ΰ;�>~q�\��Y�{O�J:~�S'L�꟧�>8
uƮY��
+�j�8�sP����'!���+�����ڷ���0�j}�v_�ی���}¼��Z�o�����A<� ���N	D��^�3�bO>��-{ ;�3���(*���^\YE�����1��Ч�icX�.�9��m��H9��@��l�gl�)���%X��[o��94��[7M=�2���
+Ϋܺ��	��I�����O����r4D��!�6�yv�$��$��O�s���7[��Jo?���XH	�$4	/q��"	Am+n�r��\��C{�sN��y�ď�a�B�{����W���}���e��,�ʵ�_݃�@���ᾱ�'��Y�k֮ց�_~
+�g����������춦w�@��GJk6��\Q�}#ܕ�j����aE�Y���fU�Wv~yF�����ׄ���@ރ��%l��w�#j��������O='��ۀ�i,pY\Rz�����C����[�U
+=��ձ�V�C�ށ��]�t4��d��,�Qcc$��I��K���U��.k�+0� ��}ywx�Ւ]3��!��U\d�=�>�����(B�\��|!�G�e�������7�Mg�	Z�G�տ�h�Al�������Ȯi�G��
+k����>�\A�a�j�o&��Fn����H�&�G��.���k�Q&��y�ۣ������]Xdh�E��7�����}�on�;��!�5t>�_1͓}x�{��y,�bӽ��m�@C�}ߢ�7��zb�;�{b��%Yl�-�{)y��p�s�p�fߊ�?X%��
/�qUa#���W7eߋ6i�}3���	
+]~(
�z�,n�����Ni�\����Z噦�A�P�}�ZJ�z��^n���1,Z��Ot�v�Dluak���*��!"��.�� H�#��
+�Yn�����<�`)Sk���~�/�ǵ�w���MJ�e�Q���nɞ
A����ܣV��=�pٽ�s�>�g��� >KV���~VR�w~��f���i���׍�}f��9j�)92��F���G�߅����ƿ���Vܲ�����ɔ��L����]��?��
�Z��3�z�r���o�/����=PĆ�s�P�	3Ƅ�T.�n�9��`N�%���{��+�]d��]Mz%��sm�U?��>xR&=���L���L���I2��L��q&�V�h���w���G��J�W����r4.�mʾ���)9��ls�Zn����rh־�a�R���_�l{`�Gra���Y8�O�Q{����e���5�\���x��w	���ϊ�[R|���q}P{�xw��?��̧����+�'��_f��
+���4�;�K���7�{ʲG{��O���6϶���}��ڋ9Xn>��~y�#�>����8Zqo�O�������%�w=
+7LJwDdW�)�4@B���v:����H��14�Y��a��S4�����@��GŴ�׈��!�f��s�-#2��[�yn������p·�����#cc�^(~h^T���;��V�o|�~��6e����ϟBU��*�?���\
4]Xj_�EPL�[NQ���ۦ��U�ymn�P�3p|�9c��t��ȭ'rG/�C��^��
+��3m����/�ˉp��^u��ݤ5�?,�A�#����g�̼�t��s�s�Si�J���>U��}�������
�����;mr���<Y�a{'��9�#���A��ѷ��;�7����S���>�m�F~P��	��V{�*��������+m8����g��+���T��`�ߝ[>N�Zi?V~C�ʯ>Q�r�����P�DW����r_y��]��� ��b���ޏb��a>[�2v��N�7b$*�������aX�jfD���̶�r�<���roFt������w��~���W�|���<\eވ }������fp�-�O�ph����#����?��������B��8~Yeό���V?)�������x���3��]:k���}v[�\��
+m��;Y���W��{�h0��s$��S��e�-��������z4�{PJZ
+���0�[����-<\l�_l	��XS���ּ��nA����8�����u�l%w���E1����Ǐk[oAR����χ��ܶ�`�`~�`V��<J���`6 ���K��$��%O�=����s��U��^��?�'��v�����~Y{c�%���
.p�(Һ2�������Wg�0|�L�+رr�h���\���9����0�]gyv�o����3�9���uv{�[D_C`X����W�l�[,F�k�s�%L:��0=���v�t�)}LD���>sk^��s�ä�<^<Lz�Iǖm��k�&Q��+6e-�EI�[�2����B�B�V�egQ�t��[�^8�k�=��+/}�#^ʄ�~p����	O?����~�{.��?�;��?I�x*>L3�a����?"���exd�U�
m�9�:g�cٷY;���U�mm�^c�gcd?>��D�-��^`��k�,��#t��|����ܕ��w4��w��W}}�����^Bz:�͘����|��$P$Iڇ�~t.��Z{B�fnu8��l��}���W����7K����G(K��kX��B��������Wa����t`�e�����c���f{.��ӻ��a�so8�^���ڶ&��������<Zt!�-�X��;I�i�*�N�	�?���9y/�Pv���YC�7X��g���Fǜ�Ϡ�ɹ����;i�����`n���
+�X����AZ����,]��_���_"J|�.�,��Z��}�@�M�7|#�G��<�4΍Xyo���y����n����r/��T2�6�?��[ ��BD�ߊ�S�k����F�_�c��Z��`k0>�>(f�Xp.���a|�趜�a��,�3�~P��^���"����ܮG��'ځA�6�Iv�����	��YR�������vnU���۠��۬2[��_Vƿ�T�e�S�;d����>Ong@���֨Ol+Ѷ�ev��_���΂�N�����0{�E�i�ό\�F'��ۦv���
�=X��Bj?m����|�NJ��.pt�g;G ߷���7e�a�_�efR���`����ECV���〾�~p��3"rW�5o�y�a��?#vX[�W�޶�a�r�$iMv����MK��|k���ow���*��qy{�\�Nh�������`z���jx�,�5�f�b�dz���3�e��*H�G��C��v�Ͻ̈h������n�\#���	��|Uy�]�V-ڸ�v�Z���>�`�
�o��Xka�XAE��L��N�x����eV�ˬ�b�a����"`�*�(��|��?6��q7Ij�W�O`|���Gl~��_�<��sn9��Sr�l.P,KH�}�`����Q.?y�$\-���6�}�.w�F����%�R�`��{��Xv
+�D����Y‡n�ڸ��ϸ���.T���xW�_22�J�J=i��0��<�*
���~p�Ŀ/[�J��U��>�����.*�j��\�^L�]b�\�2���&��mF��ur����],�`J����N��C2���B��
+=n���]�/e0�e0}�*��Q�(�]b�NniU|��ѴӖ��p��qz�V�am�]�R��\!'i��n��Oo�k��k�p��v����X���v����%[��O�B�4r�&f�G����,g�r�Ѽ����;aﵳgʚ����h��B�%
���rjgkmv����._oҺ��T?1z���+1���G���ms�Rm�;��C��70u�4���^�T
+����|8�v��Y����m&
����A
+�g�qGj�P?r�$�;@��v7P�ѡ�}���js���;<�?u��'n��P?ޕp�׿_�|y���\F�=,�i���C^y;�8i��{�]6t��Ȍe��xp�N��w���no�
+�{���>���e�w�k<GE�����X4Y����B�Ʌ�?�r�O�?dٻځO��_V&o���|p�F�Bo����� ���|����M�*���0��ED�cT"�!���d8$�!��!3�$L2qH �c\���U\��]V"
+�CP��E�U\<X�������,D�̿���sܟ��4�^�����U�������͈�"Wa�"]�^�R�!��B� �p%U�ҼGb�����Yi�kd�S}�/����}(4f�<x���Q8��s],�O�ww=���QUh����#(�V�#����7���J���\�c�g�^���X�9~�*G���(q��r���Ny�10�Dp��8"�f4�"�,�[u��hd	,'%�j�L��N�&m$��fTm�di&����.`s3�!��@��=��s�f���ǻa�+g��h��u�h��`����>�"�5�AM��+��x�C�zЫ��t���uU��{��h$�`K�,m���A|	�J�[�`-|��*�pG�/�i�-�7����d��+N�'�u1f��o�F"����7C�;��n�V��M|�;�Q��Q��Ú�T��Y�;��b7���R�a��*vQXרy��y'S�/���;^�;E͛My_��B�52�4K;��xGgܚk"�`�Y�����E$/T�FV<�%/����8WBrvc�⊯�O�Z�έ�#���o:+������G����$��������Z����:���� I��d1sA�b�#j�<����c9
+Ϫ��fX�HZ��ٱ[�x�vM�%�&�먚�m.[xu_�����U����I��^ݕjƅڌ���ƪ��isyë���i3��v�ѩf����fn8A¹KM��SS
�]�)ꩠA�63Z��>&�ͪ-0�(Qg�����a�1��Q+����L�E�g
+�׍�;���Vn�[��/�̈́&�s�NO܂w}\L8�]��e��x�M�E^����.KU-dۢ��٫�lC�@���:��׳,�~^u;���U��8��9<�c�^�ya�-��Bm��
�a.a��.�#\P$�QO;���m�|�N��~�yέ:�����ԣ*;���E�X'��5W�hg�g-�{R
+ �)0�������|��M��l�~�������wF��,������&�	@��=��*�_���il�����E���Ļ.ҜrYQ+��C��>��0���_���=oD��/�÷�*����ޗ��(	�&k�xR��솏�w���y��hk���/M���.�}YS��ek�]z8,�AM6ͽK�a�c���]jrD޻t�G�������q��"y	w�:�=�����[�����?}\b�-��B=�-�R�?"�H�<6�:K�pׯ������[b�����Iޕ�+VHk5�X-�����WZۻ��D�5H�_����l�-�k��".�g26�j&��+���7�g��I ��g�<[M��xS����;Qn���x ��3��3r�$Q�jCĽ/�g�5�!׾(�5�!��H�qH���7�ȏCv���v��/;Tz�]@#�Tû�/���y��’�9��?^6W�DG�y�%�j\-R�7	�J�n:����Eg�������Q:�x�;���Pܯ�V�Mh�V�Z"����d&��D�CwSN�5j��dl�����9�wm�k֙���b7�H+8A��3Ɏ%Ìu����
+���rpic�t�3��!�eϣN�/�rop��W��O�P��~�u�]�Wwf�>^t�D�=��/�:��:�/<Vp�X?�#	��W0}W�OJ*���?�n?��#P��q�w[��
�����鍡�5�����R���s����Q/(׌,������w�w������$��(^:p��p�B�|偽�4�B������K�
��?��?����x�1�QJ�}� 馂D���
b|���8`J
+'�kSk�!�5���+K#�nS��wq�#PK�o�C� fȵ������-�-��2���V����`R'[�>�W����s�����K��m�6U4��B9��k�K�`o�e����T���V	X�a�SSHO�*�w �����O
+��$!c�_E��B.!_"7���Uڹe}S�r�*�Z��*�7��� 
��Ӆ��
��U���ŸQB�0dv���Q�����Wj�RZ�s���w�̬a�
�E�����~f�����r��U�Y����r��u蘮�$<����<�^� u��n����m������B�5�E�O-�-n:^�qܿ�븩F�������ʮ�W�K�5�\×�7��X���qU���߹O���t������_���2�b��j�����������+f$�C�Ǻ�;����ȝܸ��r"G���\5:0:��E�T�C	��?[D+��Za�8G-"R~Dl���8��!dR��s���)�����.^��9^�������E�%r��͍�(Z��+��x�}EoI���Z$�}E�$�}E�$�}E�%�}cw�k��⾱e�"��ol���H�76�]S�'��Į)#���]S4X�7�+y��-E���������gP���w��6m��V1��6�bx�U1��-�N�������No] ��C���u�#N'��E>�n�S�7�Z	��}lV<�� [�ǦX��Y�I#�L��&[I��B6W1��_sݳh�������
_U���N�3��~-d�I�_����3T�E-hU�G�0�D��ֵ�`��f�-�a�-�*��-�<P
�+u\I�1�7t��ul����kώ�^���xv���g3�W#�i�3(xu�s��Eˋ�pQ�n�������
+-s���N^_'����sd��-H�1����~�d��P#��6
+���ȰC������7b��_GL]��m��NM�V�	���w%]��K3;�<��[ɱ�D~�)q�`�#�U�M^ ��i��N�����ttB�R�����(�Ule�r�׌r�M�4�Z�X��{�k��7|�g�v�)߀o�~�O�!n�Egƺ"��G���w���8�����S����zφi�?���E1^��x�GZWZ����X�Ҙ�7�����x��Ry3�.���;5����
Y�U���7a�M���eN�%x��cx�AE	Xi`Y,��\�B=��G�3p��Y��h������P?@R�&dD�?u��.��x���p2�z����Ux���?�� _�������}�x'���#�'�;>b�=�	p4��r��qN�/nE�߇
+܏��f���_ �}���C�k�������|\����2MG�ҴSh��&���+�G�arL
3�l���*�͌[g�NG��x�~�Xa=�:�Ä�j­�@O1���wgG@֪^��jn/V+�����3m�����<nϴDDT��ZE��g2>�#����D\:�Yk��5j�-"�/�G�-�8�T2e��99�"�oj��D�~�I��#vhj�}����3�Mv�<��RJ�/��!_�#g��S�_"�x��""M�d���95#�������yd�`����c�V>[?[�(&��R�Cl�;�M��0&ځ[��~�#�HRH�E�M.[����M�Рډ�V�����о=�
+���[���P�޹��壆65���&�J�2��J ���bsz* �3ny2昀���mY�ۛ�S����w���&>�w�DF�3�a%�'�
+�&����+��2!b�O�\X
1�1�<�Lݕ	�ƲNG�	�X�����gQH���y/��:��^ۻq�K�}��w����	NAoVR���<��������*�E��Ql�R�x��ὟE�D1�f�},�7��#����n:��}��4��f���0�	�[�U���8�����@D�����xָ��J*���q*8�7�������6��[
��w��,��
+��s��ڳb$|}-�V�j[��OS����<�������I�l�Ct&@�el+��t�x���EAo:FΧ�j%���VQ�<�X��w�=��ImнO�����i$���g(hEXm�!�|7j��i\E��
+࿠���nV��!=E�"�3����>���"�S$�*��O(������]�ox�ciDm}A�o}�S�/(.E�čn<r��SRg\��������o���W�oG������7 �y�~ Rs>��/���}:?P�7
+���ȞOc�1%��@��
�5��#��K��GQ��j�� ӂ�3�Fye���@k�*�V���t��f�v�^0�'+�.��SK�m�y֋����x�V�ݬ+�Ծ)<������sD��
��nWr��9��6�����ف&|.}���;͑��)���9%��3w�=ȏ�䦹����qD������e��<Ą8c�ِo0�{�k��X0�؊����/�_���J�\y��Z΍�������\ɶ���t]ޞ�'\�z7�0>�i&�Jf�L^�G���K2w�
�����Ӹ�@�GAR�3Wdm��Sǯ$�/��s�P�ςC)��BϺ�3��%��
�D�ْ�@�}'�ȍ«�����8ql
+�:���6�)@��m�R��m��O�-��׿��n��,�軁�Г/�j����)>*L荢���8&Tz�}��`h'V�8����Tޞ�8�<�F��j%ob�7���
� [(u�aDz<��	q�g�n@Y���,�]�i�8N�ߺ+��ӎ���M�/-r%P�������3�:>zV��W̦�����nq)'<�L�}���la:@�h{#~��t��RTSSt0�x�0�S���F���m��J�G��)�	��S�����-�m)�����lC��q\މ����7��^�4k�� SmK�&��.U�Hŝ&�.���R��=Rtm���|#���琁�q�`�4-���
+[��b<����查�7Q�����_DL]"8!�oQD}����u�a7o���B���X}�����Ő��j�#�$�`.�X���,4���I����7r�!6��=6V�J�fB�
���>����ǀ��\�,��r��N���h�Ȓ���,��ɑ����OE~���q��������� �fc��v�����$eA�m�ؔ��|G�hR�g���^�T����L�v��ͷ1|rȪ*�ݏ��Yf��\[�s>Qv�vφ�M���u��&�:nB�46i't�h6�0˯��3��Ҵ�t����#P�c�{���i�ߴ�,�Ԍ։����^��}�4c���e������.ڼ�E~�W��s��<}�b�����m]$I���4��(��/�V[����7��/E��8v{٢��EZ��+�����Z#����v|��P( �ր���� ��8��/�.?�4��rAdc�.v�����A�׋�n^��r�V���9},��\`B���2��ǹ�o���Ǐ�4��%<��ra������>X@�W=�ų[Z!��	-h�0;)�ϊ��9S4�cԁwn8>�r%r+&��,lfQ�v�+����j:"��z���p&��W���"{���ԭ���}��Xi�ˣ~C��#�l�|ξpk̦~/�
+�<rr�Ѹ^�ܭ�{
+�p�,���Z0L�W:D��-ߒ�}xWS��٭���_h+;J�5��>`�ɿ('%�0!��^����D�N�������h��<�=�����-�[?U*@	��]3�%<�)N�/�c���+�(V�t��̫03o���?����e����G�+z3��	;��;ܔ�M�=�1�]A(}�zbw�i[י�C����9}&�����
?�~pQ�Z[���q���������?���ۺ��dz%d3 �����<���5�M����/�:v��SO�"�0ENO^�4=����
+Y����sq�A�K����w7r�����[�5
+�E�9�Q"�
�N[�(�I�̛(�g-�"�2��\ǸnU1~��^������+�W�����%U�k���1�sL�:��k�`��76s4���!��
+��>i�7�o��?�9�x��q�/ȉ�9/��T�i8$�.��b:]�P�	�o�C���S�t4��e�#E���W7��D	a�ϻ��E�Ѥ��5�l~��Lb�=S���,�ƅ�o��d�1=h
+ߟA�x0�s���ʁZ��w�����4�^����!��x��
+��W���p�����W(X�3�[�B
+����)R���W������l�"NWb�
��p��i�o����%��L�~2�l��ކ�m��A��ȗ1��x��*q\�EHg\8B��C��kK�}7N��_�!��/h�8q�������\�B7y��ܠ��˕[�܂#�4No�-�3"���7G���HxI�?A�TY�)I��� �5ܿQm>S���Rx�B�������f)�~���"�l�o����4��h��ה�_c�๔���%*<��Bz��c��c������+f�>1�?5kg:r���.���V%{OL��ͪ����,���[:͸w��(;��51v�Q�X�����O�m���Qtɰ=��c��	�S�,W�%�`���p��<h������-%E�x;��g��NG�)�Ǜ@���m΋�z���.a�����p��*�Ib>1�wk���;�NS��S�:�6�{�c�e+e'��IԮnn�\�.�����m�
�?��Lե1��zWQ�t_�X���L��Q�3b>�O��'�n>�j������f�Ѱ�8\b�E���������iD�뗆��K�k�X���@��W���"�լ)|�x�L��O,b�q]l|
K���v��4��}T� 6����m��Ŕ|��
>/�t�5_���\�<
lW+�M
�Ϛ�a,�v��?��,���8���~�}��f�x��0x��"Y��~x������
<��,�I���ϫdc�C�G����RG�K��;$�ū�<b���Φ���5�+�˾�}Λ�����.ﴵ�;�z�@����.T�1P88Y�S�z���������%���/q~�����^���ї�=�͡�3)u� J�������N���>��x}��Q}�/������۝��۝�f��e�Go���N�
7��w�����L��aRs���t�;%�ܹ���������s��B���$y�j��ó�A��Ԭ��Ia.���Yw�vhl��x�'/�я�s��m���
+�ڶ\��l�.؋)K	di��������Pl�ڽ��`-g+�ס�-'����8\��e@E�q�����w@�J�-��r��s�B�sIF?�>����oոE���9
+kH[Y��ی��_O%�VK0�LH��۪j���%��kIl0��_�ҎS�xdj�,�C�_zU��f��A
+����;�s ^���8���!ؗjhxU����t䕭��<�9[qLf���i��1�:$�t�"$>��Q�C^ʄ��E
9}��?�*�"]A�Qo��\�$��Ȼx�Ey��g�_!���+Vt�Y	[8�O�ʔ��J���.�U�� N�_
���w�D��/]��8����?�?7����6�fN6�{V��N�&VtRS��
^ӿ��h���k:Z����l��c��RRNa�5nz��	�U�Pbh,��~����,m� $my���#M^�k��2HG�+]���1u����7c&K�E�_�{x
��	��ȑ���k��;���	(����.���>��G�������֒�*^v)m�6VP��6�Ҷ��Y����͢������!'��D���ֿgV���T��@������/xt���������E��
I�O�tD���}���dm�?��~��Q�G��뎓�w�ƷϻT�i��zK���&��\>w%{�o"v� S�t��:��MWI�+/�(Ɂ��&�XO��|��y�׸W��S��e����l~z�p�ب��s�����j��@o�8�8A�Qn
�6��l�O����G$V�*6��8y��{W�E�5ˇ}ʡ3c�)�O�f�.I���T�:�=u���'������[߿&�k����9��B��S��l:�����f�jp	��|VW`�&�};����	��Ml?�5���[>bU���^���g\��
]!_�<�nӝ����f}B's��<�`L�[H�)��х˰V� �0���!�
+���@_rW-�t���6�;�*5�f?�a
_/<Ɏ�%��݅#�t<��	�`h'�e"�X�V���ء�?���'�8�Ά��-���<{�>].Ly�������8�FN�<R�@�:���ב�V*�V��-�0��
+Wୈ�'�}HS�qwx�g2QZ�IVe��|r��:�{;kn5�E4����w���KNS�E%dz���`�����d���B>�uH�����y�K(�;Q���[��g��Z{���9]�U��n�����Hrr}�k�'n�Y7�a8�=B�%0��k�ܢ������ځ-8��֗�f'��$�StĻ��b	�!4��_�Ih��(�u67!N�hoP2
��L'^�ec[E.�ȯ_�WCի!
+C�`=Z���������ߎ���h�ވL�
+���ku���1=�<��g#Ri6u��h�&:����m����*��!eBT�:��3�o
o$�K�����E���@�k})����Ķ
�3'��:]�x�k'�;Mc�$$�}���;-B�ia�N��wZ���"���w@��ݴ��s5�ؠ�iO��`���B�ܾ$�<��s	��;O����Y8yB����`"���� ,ɉo�e���o��O��܁/�'����Ί;�R��„?���z�?pӃXF=�k6�?�t�,��~�pw�E�����@�e���3��"�)��K+y��}��/
�Y0�Fi���I�;�! ��I��$��SC����ջ�Y������V�C����%*X�l!z؊χ�z�h���l�=5x[>r���ܙ�y�b�-� 6w��)�i#�͡?c�'����;��\��;����=�$7����[�u����S��ol��=4��M(��5m�50���ɪ�`����9p)MH�`�(Ќ
�OW��4@�[ٷ�����u�	*��
@�e�Ȯ�z��	l��8y�J��{����y�N�o���eA�_N��#v)�N`��$K�^�{�Vk^�y$� ��t$� at����[Bm� �%@�/sh�6^��B�/���a~���OF|�=����I4�nwPW�O_��AW(�IW~5'�����^nf}w<s9TA�d6���<%����m㵛�C�0|S��%�i���%M�&��%M�&=�K�M�S���M*gI�f|����Dp>C�O���C�_~��� ����PH�TAs�l(��O���D�AB�E�u\Ll��<&6ו��feyLl�.�����1�9�%���=+��B/��s����Ż�o�w>��;����*�]����,�v5>^�Ʈh��g�������C c��|J�����1��O�]�� Wd���蘘#q�=�H�����m1G�-�H<g�9��$��W�H��y��B�T�g"t���U���'�RH��'ɏձO�()ו�:?���?����e1;�,f緗����X�l}Yt~m�x�Ǿ�gӴy��bS���&K<�$���l��>��
+��FX�?�E��-��}�*pd�*���A5��;Eu^�Ʀ|��dJX"
+�?J#Ɠ&&F/����/��эKcbԷ4&Fo]�SX������p6�Jq��ʪ�j�~�����?�1��5f?�`�ُ��1�Qǒ��;E?�0V�y��}� 2R���5�t�&�Z��߽\/l�:���Z��\��;�����Kbv~K�oyQl�:h�t:�5��+������ae�q��|Qq*�������=�8f�/�����1���������[w���2�sc_�I�5IDO�I������˱�c���}��o_��oo��oϳ$y���"���{]w[L�����������o_Ġo}^@��u=b��ʁE�87i(��%�VL��MҽK�lP�R�g�+��Y�6���\4������/�u~^}��v!�����q+^�+w,�[ylK�V�
++�Qc�ٸ�[y�D�m2�!'OPOb3�V�HT�il^�Aܹ0� >�0� �^s�cⴅ1�&�$��.����Eگe��v�l��ۚ�g�9p���l^������nc�ċp�Tn���qH��W��eb�sƂ��� &:/^��o���OX������,Rљ�Љ����5�L��k���[��<�H���[�� �����w� ~�W^1V�#}�!�U���!��{�r�����a7�֘��z~L��e~L�<?&v��kX�<�w���D��^>�Q�a���j��h3?f�.�ݡs�bv��bv�y1;��$�?'��Q�^����yhn��˵Y�[h�{�`�=�h�����t���sU����f�.��l��4�C�L�{�|��������/d�"��x�9�d5�țә
+ك�鷀��d�=<
+��w2�D�������
�+%o�S � �����jN�|��D��?���e&�O�N�S7Q^T�o��#�j���p=ԥ�
+��Q9E�En��#������%1)puIL
+��Ĥ�i%1)����a��A�i�_��w��S��Li�|-Sz��3%_?��z�zڗ�yԜb>m��#3���0%��������z�����*�]��[���AL��UOC	+��;�P6�2���;�ʛ4��:����%7i�kM�%�ڡŪr�ô������T��5Ẃ\q�z�T�bKԶ:ně���Y���F�40�����4�=B;
�ܨ�W���1�z��P�F�<$��b;\��w�v})����7Q�������B��X�}��c��v�7E-�T*���0�!�簨)�O.��K���c��-s�(���
+��֯��p���:Bl&�zlDc��4�}�5�����E�z�W�z=\�#�v����kE���z?R�*��ɔ�iJ\��Q�)8P�S0J�S`+��Sp�H�S�M�~�5%��Vk�y�P,!ԏ]i���q�ҏ�ܞ�E���6�|c�1�eQ3�Т4�1�M�C�O�߲��5��(���#-[ͼʵ�}��c�~��y��;����P�5P�D�~㠆kD
k����i�����&�?>؋��V�����z� �y�����LK!��>�;O��3��^�(H9/����1��o>	?
7�8ʿ�Q�Z"g�!��M?24I�e�����Y�y�6h�&*м"CɾX^`�a��F�5l�spW��G>E�W������37#L���%{W�,%��.j>�+n3>�\���r�/�#弮��.���.K��6���R%�/�c��}��߃��N��}`e�6sOXKz�'F�wNi�m~2��~T��`���ow:N���I򡹈��U��C��v�on�ڃ�2$nĝ\�fv�M�NP�Y~���.�'�{��k?�#�@L��.�4T�xc7P���6��l��09��߆�������������w�����1o�`���oxc�o����&_�Ѹ�2�nhX=0�z����v3�X�E��
M�|gy��� ޱ+����=���a�17���w`����t�7i�x��Im���1�C����������������$}�C�`1��o�Sz�-Gƌ(n��		�n������l��Ν����9"�&�nV�|t���^�ɸU�J���N:V+%7]�vO�����F�����d�9O��h��\x0)�k�ĺČ����q�j8c�&4�����������\��2���{���qM!���c8�́��By�c�_q�1�KnC'��ttF*�%=� �i�t 
+8 �����]g�zo�v�e��yq����!��Hv
+��~����`:{�}�~9�}@���>��?�0������=�D��;%o|Ʃ�S����,A^���%[��c)6��#���j�#��t9�ldR+q�G�������[ w�!�ԑ��}�7�"r6�b����&実���>�S���a�E�SC��^~	�h�<�����iZ`ω�Z3�>��l�����\���s�"�%;���^�'����#�HN��:��շ{�
+����Š�>���f�(OG��wN���\Ӟ��Y�7�� "���N,2C���s��j �����&E�~���Kxx�_ 8E&A�	�1;N��*5 �VPZS[DQ�8$�@��-��:0sg1j�	1W�:��}a�c��R�i;y����k�d���{�]We��=� n��,�z�����g�]/�X����e���q�+�Gޣ|e�b��˒��i.�����w?e����<��$�����򙙌����J���+�š�����s���`JZo
+eG .�w‚�2yo��t��O��30Jϲ��Xe�~�o(�;
y@��B�L��S>mk
����鹘!;�o�E��\�	����]�H�����%�5A�I�kb���a����P)
�����@q��7��u}J6�Ҽ&��(h�T��i�7����ڎ�ۛ������B
����Q�fq{�<��i
+������bM����R�oy�mb��ݵ	����V���)42�M	�hjG��ԡ�O����]$�gN)�zhU���I���Nÿ�5�H/J�N�M��S���Fg���=��GzJ|�p�A�F��4έ�Q�s6'��A/���R�O�կNm���
ܪ�{U���M	XP��/1�����������e����H��Z����c�O�, �W�O���7�XJ��|�ن`.���}����߱��];�VMS�����i����i�����~Fgc�P�A�,hب�GS��;�=!���*�Ζ��m��}�Ch���\�~�b\RP9�;���1��%�[� ��(�їv,�j��V����'�Te7��SQH��C�� �H���!�CжS��?��WP(����'b���*�X��j�8~��'nN��ҔTo��)��NZ����~ ~�,��6���SndEWb��a�����}�3�[nd�9��|�T�@��ЊX*ǛĊX*?�#(�"d.lE�37|�Q{���h�p��O��qa�D���>�WT�|>鿭����r�Vןiu$�}�6��Vr�m��\�1���QI酚t���Z�q;��Ҥ�q&�X��(�bM:��ş�ҿ������kD��(����{"�A0�&��q��n���!i�B�����cM{Ȋ���}�jY:U����(}�&=A��'(���a�R��E��k�{���,��"G?*>�S��
>��c'QS�o9
+vQ�Z��>-h�n�'O�K�K4�x�N�!��&%�h��pi��<�]�
�xV��n���Rz�&
��Jѿ���g���=!v����_���a��t�ҟ��ߋ!bT��"���F����������I컉���l�y1v�Cق��z1�4[��9�
+=���8Rb�{��ƃ},�;�����0��"����<�쐂x�'[�O�1Il:.�Ϗ��e�h�G�o�����v�2N�K '5uֻ6�z�{
g
+�#��k83�;(8����3˼}�T{����d:�|F�R�朣�{/Oh�a��_�����a�����U��#P�y�Пߧ^(?�EH{r�G8kz'�`��0L�zs�9/�pd��h�K_�����OX��9��`y��(��`�ox�}-�Ό�H龑ƃ}�77������>��ƃ�F�>0xu��+����@�`��>�ƇL�!SW��1]�s�� ��@+͓�V0�U>!#%84�=F��w��XYxN#Մ��U��{�q�m7��>b �M�M���/���?���W��t�u��[�km����N�ûd��t�I�\�߇��/4��D���/Z	�S�C�&�>��
��ޡ��`6���ެ��~�A�}�W����{*�_��?H�0��ﴶ��v��_$oB�\	���buL�-��nݞ�=)���m�Hp��|���X�4tӴ��\i
+�
+�
!wbȝ��Ŧ�bK��NQldo����C)�DJ
+��!X�M�u�ͦ��H�&�Ģ��{o:
+р�ϑ���b-��&%ۑ}(!��V���zQO$%7D*�yH��ҙ���E��E�GL[,���[D?Oam�)u3&I�,�gTȫk���3��3�����-�p�������n�Z���\��:�{!ɶ~KX��t{�����`3S��A.�7������j��D#�?��bK�������S\٫,���ԖLmMö&a[�
+N��ے孙����?c32kF�L25�TX#_R#'���{�pl(z*P�S���N�XCԟ������`���0���Q����!���=�O�E�G1P�I�{u���O,��?`��LͧL���	Zx>	W|,�O��1ڱ�v��1���r�B~��lf&7B�sE�~�`���Dw蘭MD~T�s��N~������:���]�H~��h=��[��!"���L.b�@�[���a$q�P�O4�V�ό?aS�XS�������a��Rco����@Akt�{�P�V4����
��HoP#��i�F^f���+��)P���^.�[�iǻ���ˬ����^ƍ(�J�Ծ��1�A�n��Eo��(ޑ�^�=��|(���`�7�oc�aLۀ
n7˃9L=�o�+�<���v�����v�l��CiuP�؀����ٜ�'d�όC�&����jZ��c��7�F'�&90ˠ�����?݊�f�l���B	�K�'��֏��>&�0<8��u�aΩ�gz����#���ec�ډFSJ��4)��Ä�ե����S0}�Q��I���/?���.��Cx}��P���
+�5Vr���)f�L��ZH�ń@J�a{]x;�	jH��5����u��Cx8�&��$��)��6 ��aS ��$����~D�JnzGR�N��,A�l�"\"��!b�� ���`K;�=��:�}�̄!���c�V5�Z����x�M�����"�|��*r|�\�}dP9Z�����ϝ$��bF��Y����0��1��#5�3�$��T���Qöe�H�Z�6�gd��]O��1��O���?N����w$QM'RM*���B3�ȟ��ú�@��/���ήM9�aK�a8���t�\?������0h'݅���!e�*�<��6��T��'��Of3��843��b����su⤫0e�<�=%��*�c�3���o���ރ�5���[�ѵ�<&�I���� -��Nm$�˾��믒J�Y0�K��ͣ�m@x��V3��ޫ��iF���8���h�,�okS{�������!�i���KT�'�3����RS�C��a�zYUSF(��$<7���ס�qB��u�
+^/��@�Sv3+�ބ*6�4=:��t��4��g�e���%?�	�S�v'+ǣH����~���qK�H���ZƱ�M��Q�8��Kg��z���:hz��/M�R���N���R�f���g��ƑK�Z �L���+��X�
+*��s ���Z��R�\���&
�e}��p��Me��|$�]53Ne~�����ϓ�;qH��!����r�Rf~�'���f�ue~�z5̦�ɛ�>�:��|��n`{�B�ӹ��8�`4!�Z�c��x��3�X�.�su�b/�@/Y�HG�fe~_O�Q}��Hђ����a��6�.�Ń�L���{�|����H�P
cP}w�
+K3�ڇ��I����3��0�]^3&
�O�Қf�'~ӱI�R����������	�D=�g�jOx"~��׏��{�w��y�'����=�s�����Dh�&b��s)����OZH�ʽ�#uy���]��p�=e�W��������l¿�<e[<�i�1k(-��Uu�4����(H���|�FBr3K4;N�ɾ�*>,H3
�›���7�����3�58���fG���x�ʔ&����P��=I�7�b1)ae������䝪��-%yݓ\��U�"�8L!}��C�{�J��,f!˕��
+��miG^�(9�1��B��Ĭ�u�\~���k��m{��Ge���K]F��4ȏ�����aH��"�E!�R"��ܩ�w�A[�r���V'5ϋS�d�i
+�.���3�~���z�ut�nÍ:y��(��9}5f�!AᎭ��FhG6��U��#
�������lx_��3P��_��[|H�o��6񾈸'1��@��k&I��G�H6JΑ�7���V�VB��a.M��It�~sc��ͭ���$�/y�z�P����P6��bZ�X��]D١�M%�؈ �_�ϡ�\*�k���e�H��=|�m����#	�y�O(�$�t�Za��O��sr+{!^�iM�����e/:?�D��W ��^fhXi��PR<B�"B���=A��!�(�dik��b�����^��=m�+�u3�Ց*$v��h�r�0�ծ�{����߮��Ȱ�wj��VǾ��::Ej�.��K��n�F�/� �(��x������3o�p2#�5��i)�b����]3Wv��cm83Ni�M;|G~�@��u����8���!ߘJ�����s'����z�{�I3;ꆆ7-���u�Z��uځ�����/z�v�z�{/&��">�z3��@	O^�p�e1
�Q��A{Wȕ�B�����^nt����@qWfqg�Bʆ	�w6���$Ō8����.���k����)1`�3u�P��`jG�$��0u�SG�}4Q���+2Z_Cdg��;0���ǚ��o�����֛���a��x�ͮ��
+�;\
+��i}��?b���E�D��+W��
^	剕����a��:-+3R�}���F����\�F����=���w�
1����7��{̀hL\�q��G��wT�,�?�M
+�m<��8)��X �����h���yp[�$m��|�t'�K��Ff�=f��2�K�l��
+Ge�2gu���v���[^�b媜��y�i�g̼eV~��9湅����y�o],y�������T�x��"KV�G�S�;#<nND�i3�M�-&sNaNќ¬�DsN�M�D��5֥N���2���s9<:��r��i��zFW9E��j�++|n���Uc,�t�ӌ���bb��Aa���Wm����z�+=���h5.�:+m�Z������4�X���!�g��+����A��(p�w�����F��j���0ֹ���^���w�cw/��W�2��X�ty;V�nK7M�
;O��˻��A�
+O�U��W�ʼN���"c�����/#��O������Y���k�B��֬4ֺ�Pk
���ZSa7�چ�j�U�
+��Ҍ.��U��c�:5��X������h���h�jK�```�%ϔ~�c�����X���^;(�(w���T4-w;~��؄e)�),��瘥B{1Ϝ=�b�M������Ly����L�9y��?�tq����M%�|�hq��Ӝbh�TX23״8w���9��g�̅s�w�4Y����y���Ӈ������'h���žKs
+g�'Sa�B�8-�('�T<{��9���WC�b���T�.��?/��c H�Q���y���`��'��IJ(Q?s�3$.�P��F[ ��
+a�f���GN@�
+B;��<]��B
+�� !��B+��pB;�}�A0B���!FB!�tf�V
+a	�
+�� 4@�=�	s^F��[��g���٦K�(>e�?���^���W���UW#�'b��[&!l��B+��N@0?�B;<�� �s/).�iFC ��0B6���@8�(�X�ICb�Z&h�Ã9F�k@��U!囋
+࿂X�W�׋�%v��t���zk'�!��Zk|�*=�ro��mOw�+�H}�b���>�Ow������e��jk��f|
+_�n6.�G����Yd\������6D��k�F��XY]�,��:W�/2�OX�aQ�G��*Փ�YD}}"�Go�[��i����aw�5Pf�1.�s�P>�^a8T��ht�j�V̙\4Q�QZ��˱�rN>��J�X�Jr��1��ʚr���jJ���vg-�B�)�������}��y�B�����A3V�<^ău)����2�;���vD
+���.�q����uCe0W�İ0�c�sT��
+rW�$}3F���L`�+�@)vA�l�/�Udy�>���L�^��V����䮬��_�2�[c���BO@��� ���]y����6�����7��`�(rx�yV{����b���	L�����譬,�8oe�23y�pM%.����~�U�ev�?,
K��^Ԉk+L#',K8~0C<X%�	�:s��9��<e��|��α-�(�Ԩ�;Oy�ʺ�*2��K:g�u���*�R��v}.��V�4ku��8\�nx��Q�a
SD�uPJ��)��aU˫�X�U2��_��=@t���\^�G>��_�����[
��^	�՞T[�>�ںBM^���y��gN-�)�OZ�>��r���^��z�4</".0�Z��Yx]w��YZ�r�k�U[�h���QN!-���9��QO6":]��h��PXԛ�`��ٸC 
+Ys�F}�����t����s�!�
+��X^9V�D��y�w��+&�Q�C��P�%�6vlzueM��
+}
+��������X-��,�>���궘1����D����]��֤/]\n�x{n���r�q��8O���(�=NW��K�a�u#��pj�:��!Qa1�B�E�R�Y��2�5.7�Z��H�K�[�"��6�ݴo���TZ쁅����k�y��|���,���@�|^6vѓ§#�keM8���I�D����� h�X�~^�YN��tG_?�_��q}��ѥv�k�V_
�XƺJ�kV#�	���	m�1��|N�����T.Mb�=&����^c#Q��e�.wU�.\g�AIH�%pd>4 �V:�(:��u�_7,��ICC��Jg%���m��2/�f��V�k��U���2����qR�Q.���v�҈��bn��c'q#�	������U����p��ь��:�Ǹ��:�;���U��ҊXT�풰*�4�jK�ה_j���nTԂ�!����5Y}5��@v�seL�#�~m�0ɼ��jPdp�hH�5X�4��묕�'.�2��R�e���k�"s�e����&j���6$�
+�&�N@���FB0C`Z�d�Q\�7�t�4mNaiNa���l�XU�R�z�p�WE�;|�� 	]Xg�ɨ�h��D�	X��I�g��\d�Gz�؛Pȓ,3o5�G��]N'���X�R��<b4��\$F1��ᯠ //&}���:=���a�U�X�~��Xͧd^N��<
����N	��i����FF$�4���&��刄�k��E�b)��\܊#�	�V����y��9��qQ��E�-����rk1t���x�ؑ�&%�WS�B�"��%�h�'ҢSk��qcǎ�
m
+�;}�t��
+�/!�l�A��v�Չ��C�M�B���ge��C
�Zӷ�ݷ�˭>�7�I��h��+�:L,��Pu�0��i�&�-#�����
A�)7J|4�$,Q�1�$���?�
+7���T:�ۃ�b�۵>o4a�N��6<���#"��C�F§K.��We���ը��Qum��^_-�Ӻ2z��L1R9wQR��k����mGh��.6����Ua���Ǔ+jd�z"�üX�R��p^��5����(�s_��&YF��Յ���DN�i}n����F��%:`�Ok�c#�{cE�R�T��(l���\s�P}�΂��j�J�e$�f~��@���d�f�@�Y������zP�9��b��S��_��?�g����AaS'��f]���%/ɒo�x�t����r�S��֊n�t���S�v ]]�2bOK����U
+���W
,�F�"������e����A�R�4Pڄ�JI�+<��*[�+,._>Od�(�|���#�gZk�.������Wm�,�á��]��V>z	
&�R�~G+3U�ilQb��AA?ˀ�k�s��ў\%NGX�!A���F�2�	��E3�
+X+�X�t��A����2�!�k�&/���Gj�r���
"55�pj��9�+��R�5o��`F9��/��3�J�j�"�<��$3,��0S�N��ϡaNR��0��d!f(�c6$NV��5��G�z�=�"��Mo��+A�T
`���-�-z�"�a��YA#�G�Ѕ�]��[�2�߫���l�{�׆đ�!�!,�P��F�yx��B�a�V�v�QA8�+����>*}�4z��b�8����Fg�%���1�g�Nd�{K"3J~N���C�L�9��7�̞��lf~>F�I�@�_u�J�]�elRw�w)����h�yV��~d%�99���j���D-\���ԑ�+�*|��]ik��0f�C0C(��B�Zu�@x�� �B8�(�� ��P�� T@��P��=6BxB���A0Ba$���!L�`�`�[�&R�lF�Y��pe���l���n�?��"ܿI�bA�{NmmT�_@y���G��g�?ȱ�F41�~�Oe�NU�Af9`�)�Y
,w�aN�ٝN����_�v��<X�iy	7( ����Wxp����6��u7�-`WM0�Vg�*;�VWעPi-�r�9�*Q6I\���v5�,��(������H�˃��������dԑR�?O������n��`��-	yW����K��lX&�|�I������i�DL��BOS��|h�NӁ�qT�z�ڀ>Xvw7�sH��j�2;��R�V��P��\V�ׅ��eʪeF����J{A�\G��/��K�8����	�߻�+g2������u�l��{��a��V���⤃B�Ɣ/i���g�y�%G�#�5��:F�����j�yܳ��?\q�[d
��C=j^�#�V�9�~(R�z�AzS6�KWj���sЁ������F W����ӄTt e��TIM2�5���<���
+���q�.��ELQ�H��U;��*[fd�4M���s�$����^�PX���jϟXm���Z�������o*=��<�#��etp32Q���a�)��b�gڶ�-�l��H��i��B,����LR^qA�b�W�De��
+��$T�t)w�l˜|��3~x�S?J�e����{���+=���;u���Y�YW^e�0��C�R�D�4�<������*�p�)������^�UY���\`���;�D]��ʾ%Y��Qk˟3ǼxNq�OU���K��`N�|�k.�x�P)�o2)��1D��͕TP>�	b��z":>�|Դ���:?�쏘��9�L��T���Ab�	MV�a����T�n4?\�6�j���V#DbM�8�ܲd傴�tQ��	�/*�E�?^������L�2
n�֥�VX4A�Ψ6a
+���Jr���jZ"��m���O���&"9��_�]��p!���n���b�v�0;6dž$���<|�-?<C��B!1��;��3:��sd�p-����S��w�v�ex@�Ek���B�p�*����g��TI��|9�aE�OS�}/�&�2!Y����*&�\���OP�D{�h����nU�쿦��?��Q�(�WY�3ߨ�9�\���;�2�h}i�����7kl��B���pn��u����Z �&�2������G�\�w��ct�~z](���2���Y�)��cc�N�q;I�/�
����F���~W1	��S�@vwue
�2?��Րj�[��3(��	��)w�����ױ�l��(��3������}�]�rptP���H4�M���41h� _)Xo��hR�Wc��jc�[��g&5��%`N�Ms�A��V��Đ�nv�������O�ڬ^kwՇuj��ˤX����aeF��(m��a��Ʀ^>-�ڜ.�-���������y��@�fT�0�
+zҐ�ċ�̭������f�՟�q�;�s�gm������'QG�/�ˢM�`ش�,��6��KZ	w1W��ex�t�\#�*���n��;,O�JH�a�VG ������PbB��B�a�VG �����t; ��
+���>�p�1)!q$�l�0�_B�w�.JHl�������4)%!���A0Ba$�����4�?䅐�2Fu����P����9�:�5�)�6���9���;sv����-�I�3����IJ�(6+;-�,���MK6���V�d@��;%H�iBNO@6��n��j��vptZ�I93�9�,7��9W�%�©��
+�������h]?(^�Gf�cy"����u��z�ݍ޿�׊��}n<��G�Lv7�H#�Ti2���T^[a�2۝yfJ�ơ�Y�G�h�X$��LH���aK�P%��F�|������C�CZ�q)0}�=�U\��@�ec`x�(	xDUW`��]FơjX�+����\}���#��Z�����U��k9+��L+T�j�׵Y��&a�T|k�� 6|E�1�,z���]�뇦g�0�^H�!?����J���W��<)���S
گ=����M:87���'��y32��2��?(x{�"��ʭ��0"P�4:�Ĝ^�zD�{�����v2�;*���2�A���UGb�(<gx5����Y&��
+҄ӗ�
+�J����c�j��*���ݦ�J�t=�/]��&-^&��.�XP��h��ָH��j]��κ�.L�Rm��u"����S�ꦿ�橵��h�� Z�H�4f�U#����r��&����.�!H���a)������.�<��������|������#b����R���䧃�>��z�3D���)�	�n
+K��*�DA�@��#G;mx
�)�FV�����dk��Hs���F����<�
e��t�4Ӽ�E�<(nCc��ö����+�.U�Y�s}B��6F	Q�J!4���U�C�Oblb���(�R%�e�����^��q�?�xaj�:�_A��t�?��4����T-�5HfA�F!���|��H��΅�&���6t��3#l��#j|N�
+���hZ�QM��qv�����y0���+@�)���0pQ�������}NS$�?FZ.�{h�2I\i�}�t��D��&�f4;�����(_[i�������͜==���j��S\�����|_ؾ�D�p~-��I��A0BȎ.���H�<dRt9�핮G�)���f�5A?>���nW
]���6�n����J�҈�C���tՑR{Y�Q�)�n�q�s�����9��ɾ-G�Ȳ����I�ZŖ��s�{"�U?�<���w�Itӛ�����h���pt���x����[���M5��fw뷗�D|0L"�->&dzv$��S��.��P��9��E�x�4<���e��\";@E������d?�g��~ư���g�/�Ō�VB� u�:��%C"�(@�ǽ�oT4��2)u�ۈԑ��F�o�����Õ�&W��'$>�M(�Рy7C�k�kc��A��$!qGi���i޳�=E�>2F�%��Õ���S��T8'?vq�4\<,��zV�LC�!r�V��x4��T�e<��t�"��]@�…Aq-�}E�V~�I��?�z�G��{DZ�3�9�o�k|�ң6r!�wa��&����0WP�Ή���~Jy��X�)�O�F:�7C0�p�g$�6cq'jC��<CG
�$$�
���V���D�,fƛ�/���@Bb= ��X������߇�)0��/N�CH�0�~���_�z�!��~w�!�޾�ѐ�������Ԕ�Ky}xr�����Ǣ�C�±{
����^��]��~.r9 ��²��7`���O�E�z?R��!��3^�p‡����
�!�a�iJ �CX�nAx«C�¿ ����WP�
�A��B9�����g �
+�0�!��)=���?������>d8d,CƎ�(�<�y�2��9R�$i0��2�D�D�L%
H��LR�L�x�u�u���=�������y޿������k���k�}��Zk;���.;p��+\���W1�j��\����Epќ���\�����|�	�Dpe��\5�z�^p}�"�h2@{pm�"���e.pE�+1�a-ttTQ��;P��*
+��(YiiiiY��.�����h�G��?��/�OH�H�HJ��{����!$ã���(��ӏ�/����v-��m$���EH�y��!$���AC�'6!�A����2�H����X.
+B�wI@Q�-�����s��.��{a����g��?|C@K�p�/�`:���;�������qT�y^�~(�O!p�����~@��Qd���O���p=�Έ�zޔ�r*�RB�m
T�?���ѤƷ���@��y�
��A��o�~�g#p��3���qQ�t3}��'?` ���L��.:�o�}ke���|��Ճ��k�����G�����=v`��_�JV/ԋ�X��׃��d�Ҁ.O��e�T��<BV��_޿�{A��&P�	�k�'�C���p=hM�z��O����L�z��f�P���]��Ճl;��D�׃P�_	=(���!�z7�Ꙃz��P�����؀z���AW=�?TJT�dD�he'�#�	A�E�X�"�PB,Z�z�&�!ğ�X�>	?e���GX3�O�0.��[A�Gt�ѣ
+�@�q�I�o?�^@���kA���=�1�h?�1��о�c����
[... 65100 lines stripped ...]