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 [4/5] - /dev/directory/apacheds/2.0.0-M22/

Added: dev/directory/apacheds/2.0.0-M22/apacheds-2.0.0-M22-64bit.bin
==============================================================================
--- dev/directory/apacheds/2.0.0-M22/apacheds-2.0.0-M22-64bit.bin (added)
+++ dev/directory/apacheds/2.0.0-M22/apacheds-2.0.0-M22-64bit.bin Thu Jun 23 06:30:33 2016
@@ -0,0 +1,65776 @@
+#!/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�
�U�(�		Zp�-��LBO�Of��ә�z~��!�����"�]mWufF��4m\�ݷ�����uu�V�孊�$!��+*J:D�W���wι�Vݪ�L�IH��J�=u��{�9���-=kZj6�5&�lJ
+��z�7�MMM�[[��j�U�������ֶ���E-W55-jmS��Cҧ4M7!��
+�H��ZbX�g�&��R�I�1�ؿg��-o�Fv���O¿FaS�QX��������H���T���`�Ԭ~�j5=��-?�R�fCR�CF#?��[�M�Hj)���RM��G4���UB���.�ɀzr�«d�ͼ�K�	4s�9�M䴼n$3z:���6hD��j1�Ɉ�Lj���P,���t�Q�Fv,cL5�А���;��S+o���:�֒n���gԴ~�f�T�ʛU�� Bm�46;�Ō!G�8�
`����b���z��h�0'`��lo6
+yP+��k��s�k����9����j=�u�m���QKΰ��oֳC�z~��(?�3,�>K��	��YK�'�pl�Б�G���CBU	���Q�Q��I=Φ�j�{��o�����Jg��@A5�&���Me͇�&��t1잀mo
h`&�d}�-d�`
kY�i%劇�9A���H�`e�`h�UbKLN_��yIe��O~�\�V��cr�.D:�k;*�A�ub�
+�@vU�Mg;����e���L.]IT�-�)� ?�X�	
3Y��6��M���ZU�;c�*N�OS;At�:�۩��3�����i�$��@֧s[M@��^�6�Sm3w���í^�i�v���,�	��I�਽�:��I��9
�rt��h:�v�os�K(���.#�����<�RGCC�5	�jUO�Z�Q�Z��5�TYd?��W,XP�J%�>�a��&�1#��(XҀsL>����sw�|�e�ݥgcZv��pG��D�J0���ת�,h�Req����n'�A�L⚼� ���3�%��1�%6_W�1�5&F-�{A`����Hr�=P�A�hP4���]u&��N���t��s9������ldS�䵔����t�T�,:�q��1�W�l�AK���1����3b��z��[���9�:$<J�)I���L�tۉK�sr��I�(�:�Nf�,�f��[�^C������8�M�tU�>z�)�[���_��:!�L�Uح&�jb��P7kc�Z^�r���*k��n?Yo��Z�0��N �j�H`	X���X��q��a pr��KN�	��`q�0�U)�j�0�P���Pz�ZÙ�J<	9p'�o	�[���&j:�Ψ�M�UsӉȟ��{9�&�
+qL��9-�ǰ��Ow���B��p�gr櫉�(��F:
��=c�~B�1�`U&c���'�ԅn���;�%}B#H`��kZ0^�lU�1A��E~[��>�n>�a#q{���U�3%)�J
i��]�'4(�<�+x�&�J�L]�b#�i.��q��T�ZM����4����鯚'4�c,�9�����9�Ic]����KyK�����r'�)�F�>p̴�L�xI�ކ�W�6�몲�*9���2���>J�cd�E;�#�~����y��&d \l�s��s#0$Ѫ&�T^}��Mj�|�f�M۲�	��Nܔ\�:C_28i�����^�o;�a�ا�S�5��'�F�f Wuu�VT��(�IMaU���5S�&��G~���B��d*�x:	�'��Һj�>B���B��u�����(�3[|��?�⓪>c�G��x��������Q8��V8c�UГ�ZZP�+.��h��>�Q^g�0e�S�w��g&6�p�0ؐ���F-2�K�*�]Ӻ8����޵׷ް�ydp̀��5]KnhYbud�n��W��5��Ě�tGf��f��9��ۼ�����nliV׶^;�r��޻��醖��Ģ���HߖDȸ�u�r֏c�{���:�sO��i�&Vp��ܓ(�?���I���H�$J�e�{Exf�/�8�bK&�Xim�����lBϩi|������3V�S�e9)R�c�f9)���g99
+�;�rR���3�rr�3r�W�i��1�y�b3�{��X�r�	8.���`*��j�̕4W�$'|<��Y��װZE��po��ɚ9#o1�O��
+�JTr�g#�-g�\�TOXi�k��![��xv��Ak8�H��a?Q��<�����Oi�X��.";G�G�\���S�G�i�D�?��$Q�?���5lY���ݧd�z�m��f���hF���~Ӡ3�&���������<�^]��HoE�iojo�B�8Z���2���eNA6.q��.�$\A�k��P.we3��##E��5�Rs��'�^aDF�|J�W�s�5�h�)�h��IX��2�C|��cTV7N���
+/=g���W�NE��9�8�����j�
�A:�t�����fm���� �*#9F�0�����=���� G8���B��h&a�ȒM����������hfsK{C‚�̨�sXmnX�x��I�\Ԑ�7''�H�2�6�g��uK"�U�˨�z���kY�D��S���vj�7�]��bY���f͊��������@W?<������@w<����T--Y��޼�Q�c}���,U��B]��p�����`����'x�|jjj>1���M�1���G����[N�O?J�?
dW��M�����S�/��uw@���}�����/��%�O'�is�����i�+����&*��$�@B'�8���1`\��-?اYI�}�6	�K�|SK�cTM�LG�b2��TŶ|l���<�ތ+�V��5�� .����d�����:a��
��al���5-'��Hb�#nW���jS�Q�l�;�t�sT�p��ǀ4Mf�N�f�%knZԾdBK�~���;-��$'N�(/Z�	��4�Rhs��4_/q���.�%{r5�LO{/�I�Vq��A�
�Ik�B:>\���H���|���,U&�œ�C�'|K���0�=(0�LPM��T�9
�I.���,+m��B��0�Ž#����z
+ـ8&�7�X�U>u������=V�˄�,䵰���2�mR��PF:H��4.^"�[ؽ^��^�G��P&�z
+�E�tKx��I/JF]Zb���uo'���Qឱ}����ζ��fB��B�]�n],L��P���d"��̄
�������*BP��e�vFׄ��g�l���fZ(�NvwJ��k�^�7�{��kz�	g�t&�
��B�:B��Y^;��-:-�02��aW����|�7z�H}�4��5�sj%B��L��c]g�D_=F�L�ǣ8+x�ț}��
+�I��0_�/���?]|�Q�
:DO�3��s�4�1���v����W57�����S�w�e��z���_�\QbЛ����ΡXÚ���č�5��5e�Q�&)�V�C��Hjy��jX��+M+��C܈�4è�Cy���2���4B����+�_�'q�.m�M*#�5ytS1��R�I�����M���m_(�׆�|R�Aչ��>4l)�H�Ȱ�������jA���j��1��Y����(׳�d*-�&�2`�Z��v�2*�Qǔ�a��+���h -u.�cW�Ҝ;������Tȯ+����)���I��.KGFF��zM�`�1r펇�dVb ��� )�d��)j���	6NI�#�z�H��@�O"
`iS(��D��y���D�R�Ԇ�J4^��
+ţ�6���Wֆ��B���p\��S:z�;��ўnH�VB�7`�k�ݝEqAU�h���Rt:�w]4���62sZBO�	`/;TP�4e�?�_�PrZ>��ج&�����+�&��-b�.H�0���n&A�\S��Bb��_��
+��v+��h?���Js�m��%�.���@ӀK����P�S�R��2���mV��#ԙcf�r�3rS/�����(��V����5)��b�Ƈ���Щ1�@�M��$4����'��ݝ�\`�p�yÛY��D夁tK��EHQr*�B>���[�Z�q�C���$��N��9�1�J���Y��fe%/>2�g�|�-���������`.�� [�fNcG���--�+������]>��3!��x������Jq� �!�8�@no�j��a(qq����$�#�8�pŽ%�c(<�C3Ő���6ALq,C$EUC�i�}̄�
��P-m��
+Gw@��[I�`�yh*\�x�4(gp㋑�B<_�b��:V�t�jY �=�����@��N���U�ħ+�n.�����Q�T��O�AQܕ��ϵ��m�մhbFS���B���Y��*�@/��h��jR��Jz3<���W$o�D�f2KM��+r��+7*
��+���qc������h��i�>C��hH���bB��0�X��^5��������d�)���i	#��R��M����M���B�o7�z�w��hWx��q����3�q5�:��Q�����hg��8��Y�t[ю��x�1��]Ur��#h���0�V;9���UY�?й���ώ�G�hR�
�`Gd�S�����\��[��[[߈�O���~o���1�7鬟��,�Y����0A�y=��Ԍ�)�I�Yy
+pp��Sa�k
+�
#�#�zbeZ0j:=F��L8k�E��&�MĢxԴi�
+�3�i/l�E���$�D��J��p�3��2i6�J	-TJ�90�Z$�A���j;�L�p���Ir`P���1Q��M� �c`��i�T��c�Á��w��E
�ٿ����h@h�6�%
+j�Օ���R2Z�8A�7��u|�C��+M�)8�P�Q�V-�֊Kg�1����d�Q^��������	�qr����.�����[�-z����?�r�?�[�,��0��ق
+=�Zx�BGqg~,��늃c�]�j��p@��8�s�������EW
 �4qi;(����Sc�r0R`����\��0�v��&��Fy
�`��@p��¼�D	�&}=�<n\K0$̀?o���%�ţ�44�^��|a�("��f���_U��8�j%�hC�Cy�>��vu6W��0�� ��Ey��&���y9�9o|���t@QE���C���5��H8&�Q�O��U$�t�
+����-U��E�r,�Ċ	fx+j�h���\�Yv��(���N�={D����6��^�n��bZ��U	�,��	���@��"���i���S�����v��/,�Q�Q��(�,!�.̅]��irCk�z(�w��r���(�-z������|B7�!���,����1��jD})��P���H⛱��!����q��C'����;�ڑ�IB�$A���C�2D�g��e+�8C��C{�*IW�c�Q��xH{��� ������4O� �b�!t7���Mn�ء�F'��hB�&�\��+a�����݌��U��s��¸��(�`
)&;���tw8v`��leT� ��4&��hMQ*W%նº� �m�xtI8�ˢ	b1�Ej9�z`��
+�sl}ގ��d�>�����Ǩ�h
+
+Ĭ�j�Q]�{���@���h�]1�u����0[�UQsa_`��@c�'�g�-:5%j1���E	y�����đ����-����,��S@1}H��xe�W�ca�R��P����Cm#���`�Z�Ƣj8�BMA�-��8)�g7��A[POp�~�ht��_JM��H>�jQ(�H9��!f8@RU[���.+�g�w8�Km:��MiD����P)x>��S�Wh"%-̶Y�����;H��r"�w���xEX!Z��ݤ�BT�*S���3��8x���Wjm�j9.��m��0ևX�q[aPM���Ȉ��B�K_�^ ]s�r�L��������ȶ]r�CXDW�h�md�e�B�eaS6��s���H��5?z>�ر�,�dF\Z I�1n�`���3d/y��,�㚴Q!7�B�3�'
+F��ΛQ�����H�\��e��;�Sh"��n����}5X[م=�Ͷ�G
yd�}�x*U���AMÍ	�,9-��tBS{_�'��&�7s��Jݏ�����*���fߞQ��s�Zu0#u3�*k�%I@
+����8SlpP1��iHF���trD�X#kd��M��x�g~NƘ���Ry
R:v[�����b�*�-(},�z\a�s�+BY�"(j.�������Z� <���mr�o�b
+�+j���ɶ�Z$5P��F��u���6�49,"�&-Pr�W�� \d����<A���T
+�<pZ�/�W��X��v��<*$3#8C�6�pv]C�������H�:ț啘)Y����B�5M5�S�L��8>��t���_o.�a0��D�D$vTOżCb���gA��8^�6��uA%�����B&X*�i�Q,}���������;ˎ��i6�����Q�O!S��)��Y�-d5�
1'�;1��*Nf��'0�M>�v�H�Kc�-��T-ܦ�l�5Q�Lb0�٨��1��DTżvQl=�+�)6�!�ϖ._ H2S�T�4yf(h/�ؖ�k���"�q٣I�<j��9�#�h�װ=�{��\��,��H �je4��r���֘�k�����i4m�E��x�U�hɡ�=:Ŀ
+F�1�Ŗ�uJu��'��q��٤NU�z���M�z4q�J#Nv�o�1�x�5'�����D�,
�ity��*�+t"�=����4�I
㦀L��ZNw㼱)�*�xM*�9����4(��e \�q�����8�t�n�%�Ѳ۟���k�
+q���fc�b��xrK�ȽK2UzJ�d��$Tb�*xf�1���jbE���<���5��Rw`*r��T�pU�������:]V���E��
+�Q�@�d��FG��b��U�4,���K��~힀R��cg�e9���TJY��4���U����
+ p���a�1�m�8?G������ �����~U�Yފ��Jۓ|0�p�����}�,֘{��pj2��y��)a�s	M�'��Mh�'O��F2�e���[]#�����4����jg��*\P�8 _���D�UE�*(l��zx&���@$��d���1juE�U"xgj�ʒC#��*��nC{`�cE��9�+>�Z��s�X�rya;�f[W���e쑊g$�j�6��6Vu�@3(v�`�i��#E��/a�H���1o)MfI�XN]9�>���a�ޠ<�|,C3f���0,tM��GV�۰���zC�e�`�2�v٢iB7B���~�$�_��n 5	��El��X��ޱD#2�#��bdxm�8[�*�|-`1�B��h�8:i��X�-�����_�2���y3;��Y/�j�“@�a�ٽE�q
�0���"~TӠ׹Y���7�a����4�Ma:p��b~V�&�u3R�*.�Iꪠҩ�4t�E۔��O��XpJ۳D��.��`����H+Nx��rn��t5���X0'�����M\�4�Ӄ��X6��DE�|��a�G�c�H��!ڽ�/ڽ&���(]ᾎPZ�E�o Z�������������ށ�ޞx�y[�Z�ƕ�?���@+3lT�Vh�������)�.�B��X\i���6�x�(�+̵n�e7��n��Q��4+/�Vf����-R,��A=M��Q��
+�?Y�Z%��4Mv�0Җ�Z�J(�%Od���>�s]�W���\{���^���O��qC8a�[�*-܁`.��]#��.���2���t�����U3�{K�-�����L��Q�x00_J�����G*,4ι�8]�gk���m_���ށ.I�`ۘ��Yޘ�]�g�']T!�i�)�a$G��<w��޷ͩ8K�1A	O�z��g�HM�
+Y'�!'Xe'm�'\�`k&(�!�މ8�ÞLW�[tZ$M����������%A%�@��R�k9�Z�k�1twwW�b��m"
+M���N�b;͹Bܖ�Ȟ��#
+�>b"ǦA��#��2Y�Z�L�1���1��P�4���ȗ-�?�_�
֮�`D�	���-0�����v�d��j�s�e���`4��%z)�qVQ���Ij��q̤��}���;�&e�&��`��J@d��2u��3d�DpmK��΅|�Y-�3�`�aT��U6���7�����J���̏H�(��6-L��z�ն���Po/d��[�MH�`Qǔ��|�{�:�=j�b��F�Ma��&�pK�j��|J��IS���A\��@3k��Xk>����nL(;n�����tP��4����R�/[�^�a�	�E�;t�с䶥�Y�+���Q{!����|58���I���Lo@�0be�.�@��|iuPs���
+����@M\�
�E_�^��_�LP<�^�����3Ɂ��5Sg1q��ݨ�'��N�*더�~id�oPȯO ��x��=�W����I8�7(��t��L�[��4��L���Q�on8�~D�Oi��'�ג��m�N,���x�	�44�
!UH���뀋�0~�
G8x���2b��
+���90[�0V��a��򎍊���\ܔ�5sI�~'rc��Ģ�,�؀�!�e��@��p����A�
+>���>�@! P�6r��H�B)"�=؝���%0:bۈu�(���q�C�9�UcJ-�_Kx��A��b�_��#im�yIG�~�U�C�=�W�)�K�%�#�
+�yC�͚w<��р���#i-9�������g����ĵ���j��i���͂-
+Bp��GK�U%K�
gO�f�a'�QPYg����C��q%�q4kG$c�P~D;��Ill��5��Y
��l����
+��3�$t�eqI�2��¶0�q��g�Z�`�����{D�ۙi3��sS��ɪ��q3�E+���|4.\�W*�t��R��W�4����˷l�lj����8| /F잝���Z�6e킊�Y��/�O���4����{��W��K��rқ���4“m��^��x,�(�t9��s�A�'!�X�/�a���QҊ������:(�%�|��N,�STDxi��"
+�zīj�\(:��%�Y�j�\�Hgya��4�c+m�{�k��s��-Q U�JV������-ďF���qYڰ�ܞ�����Ѹl�Q� Lt61����+N�k��BS��!Д��M�N΀(�,�*�%Z�HjCT����T��)�<\�Q�&^W�&Ƅ��bo=ϧ|��QNi[P�[�ݗ3 ��6"�^�38�z2����~ix�A���?�+�����!pS���ʪ�a�c��&��/�q�E���8bش�"����)r�u�}�xp@���F�։�J��#6��^P"���;�퇜�=���$F���Q���H�L�*�^g4�E��E�n�U	_��W�P,�h:�PKgXY��!.�G�XYBC�baV<���lH� �e	d�d�J�7�ś�0��!�#�x�����PWhM�$Z�O�p�5:�h�%X����==�]#�x��z��eJ�'N��7�:C�!�����1ܯ�GI|�n��
�b`��Dzւ����6(6qO7�
M��w�Ey��굑0��P�$�����/�ZA���JwxM,�&��Ƨ=�hm4&:B}�8扲�׆��bUhc��2�m�(.:�4�&<?hD<��$��
 ��3��ϛ)��f(�N+},@�c�;Q��%ȹ9�
���d�+�3u�����֨����p46���Jˢ�mK����d�	q���GsJn<���[����,&�ӆа��(��(dcJ�jZ;�K�Az��8�]���:v̱�eW`p�'9K�T�5��
)
�i������dQ�o���r�C�:́���1�������8�r���;C;ZkG:|�4�o� [4�3���F`?���	ս�Φ��&B-,0�"2�M{k焆�0f6�KGI|-�7ݛ'�@�/��+�xX ��)9���+��O��N���[*�H��`<"�I���uU?�'$*r��=�����~�4U�a�#�����N�o;%0��=��
+`��1QU����O����]����S�{�����*�=��V��zٰ
73��MlS����@�Mp�0��a�E��Zͽ0Ԝg8\�u\���'��o�S�7�1�*��$�,}],f+X��E�u=� ����W�u���L�"N�$�(�E�*:�Aꨲa�j�i�{m�m�[G�y�V)�U��@V��&�/�H��������L
+;韊���R*���Oh*f+����������~�L&�L����2��T��t�M�n��t[N�t
+�ɍ�_����t�|��~
+궠�
+
+ˆ�-�W����?`��S|&�?=6U�.��fUɪNѬ��dW����)7o�K�,	��S��[�N(��W��4vh
�����T���P��?�A�4��W��0-������'%�;Q�u���J��C��?��O�>�w�ױX'�d���8���)����">��,��	��-C�&�D����2�5z��CCJ���ichLZ�s���*����hN�՚�|�q�L��c����|��G]�����RI�;N+K5��q�@���9vR��T�4�a��M�&Yi�,��[��N�S��,��i���ɲfδ*ק�$(V^���c�?��7^T�w!/My��1�8��ӳ�b:�^L�΋��xq�}S?@����6���3�r�/�=�������Nş�#Iݦh��6v��g�`g(�k����)�vpar\�im�T,�q6�������>:iu`�ok���c������>���Q$�������g4������U���翶A�7������2�@�q�G�O���a��m�t|~����!D�tDe����C��˭�q{ק��|����|?0�H��ە��=E
+�8Ąi\єX������PwGxEm]K-O�b�;l�NO�
+j':ʽ�F�̞�=����Y� h���~:X�4��A��wcw����`���5���
��������j�6vtu��+X&�ɛ��)�ӽZ"Y�.i���
+U݋���DK��i(�B֥
L�k30H�=�t���EM�I�+��Z����c�3A����k�*�{��=}��V %1#ao4�]�z�����~VT�(�3�/d�����V2_E���+�/��y��b������x�KZt��6������W>�_Yd{P��,: �^�v�����S
+#�F�D�t��7��7����&8��H.�	?���߿q����;��P`������Յ۞M|W�޼K�9�C�lև�Eh{�o�< v~��"T!m�#�e5��V��J8��+���b�k-��6�[��F�1*Z>o�YOEc��xX%�B�MM�T��s-B��e%(�FU5��Ev��p��M˚�U��l{���
��7퓆�$*Y
?����o�Mո���8D�F�;�)�����o����Va0N���g����+��v�Nnٱ3�1Þ5�,8��-�	C�z�8��^dy_��%~�Bp�?}�@Sׄ��	�ƅ���xG_��LWS�\���Usnʍ$75n���@�[l�졍7�Wn\�!����q��J|�r<����L5���cȦ��"N�(`�¹d�����X��	+�Nk����k���uu^�\���ʍ�$;��r���q3G��lk��Bd�*56C� ���S�v�G<�:�Y伱���2e��eC�7�D�:LPC��^@~��I�2���D����k!��k�ip����Z�¡Xo�?���v��T�:�h��4l�ے��Q|��d@T��&��]�CP��"b�D����:q�X�Q+��Z<A���*������ʐ��fb��-/�FoV������N�vS�T�I9�Zw�h����T��pw�2?���jeC}p�u�=�#��P��7�W�V�ږ�,��e(ج��� ��a��y$9zW-]�[ּ����'ú	�6�b�,���*��t;�Ǔэ��a�����>����� zn-��Ŋm�ll~N��V]z����@��L{" a?���s��{�Ȇ�`��n�"
�w��� n#C����[�C��~�Š����1AZ�K⸘��"���_�
Ǐ�����7���D��m�-�!�h���-�df֯�o�^��F����a�ĂnF�M
+��P ==2��ܡE�q2� :��"x|"$a�_�&��� ���d�h���HO��hVL�Π&Ȃ�Z��=Y����z�?��q-�Om�5����U�L��c����Ʈ�q��.0?g�1��7^�&�:�A%$�˔�Q=w+/!r���[���S�dET�B8�'X���ˆ��L�0y��=^���g,��R�
+�\��˜�֔�e�~�����2
&���W�/-`���F�K��f��4$2�V���޸�g�u	�T�l�Y���6!��Z�ϏqH\����5F�C�nqk��ù�heѤ�ѳ��gԄaV)Q���-Պ�#�Z!ˆ�+;:��c&�P_GĖc���{����I!�o�f]*YYQ�*�ی�%ZM�$A�����ѭ�.j�7����}1�i7m�f1�m_���
��ZxV�$z����3z����'��*��%���"�KLD<��R���˪
t_�4�p���*Ad>�eI������|����i�u2�d�`����(�:6�!��<�uR��f����퓖�/�.��T��v�rv�U=��)�D��\��Չ���u.}���i�Z�]�
#\
Nqn��ʤ�^gЮ�=_RY5se�}=�4x`�YRP"e�F�pņ�:�n�� ���F>����o \��=�҃3`	J�R=�pB(��&��ϴ�3m����9OL'��p�r#�g#�
+��19S9��B�Wo��YLk������rT9�($�c�QZ��Os�"{��o�d5���c߸�Y�>g�>��2b�5�\1����r؅�0~]�4u"
�+�p�pCO�w���N'��
�R4�'��,G�Y�\Q���Q�U�(c��qJX'ČEC �`e]N���*s�$�O�y���.��nbRQ
+JCv�Tj��\	����1�c���iU�<�FU�i�0��W���A���勉���#`״`�̅�s�z��	4�)�T���1I,�\�6�'Wq�5c��9�/�Kȅ�p�2�|e�;�-�rIVD�f��[v��!f��0�������y(�CObڟ�0U���NB�6�����>�&F�^k!�A���UH�i���jF�l�ry�N���a�"�kye2�'�VE٬̿����}�A������M�͉�l�������Y���/VtC���*�'�+�2֥.z'(:������j�Y\�C�p��d�MF?��^z!%�u1WG�6�k������r=D�����:=�OkrL�Y���6$��
�4цZ���E���k֊��Ȝu�~H�;?�F��ql�i��.1����4�����'��4+�'�v�p��c�a`�z�0�&?�/��ݝ�?ȋωɅ����3r���U����؝	��ЁO�T��,W�2WUp�f�g)���[�XLX�N�bǩ��b�|u>v
+����\
�A2Z|v��%���6��9O����D��ՒaT�,��P��dgd����4�p����Q[
+y�wlCt5E��fqQ�����`CW�3��W?A)��f�>m���qT#�K��=G\)2�n]������I-�:8��[j�ʄ<��i���N�`�+
X�!����F�"���GሏÙ\�Z�-� ���j��G���$ql��1��%7ڥ��e��<qW�Xa�w�/T`�i�艄=���@q��z���xs��
[د'0h�&�Ϟ�JLC�~x�d�����8jI�e,pH!
R;x��od��t��Q���Q���W�[�#�O��Mq�0���bST��Z������
+��*���@����rN���rW�k��8�g�q�Kw�C�'�_��W +I���o��b���
¦��:/�D���u�}������U)D�a��6��`\�Ř6�����)6�8�h���M��� �v'*o�X�R��QU���ѸǗ��0��x��KUiXS���?AD��=�g��z�&Uh��H.�D�,d$��	�x�퇡g�@��i-�<��v�����s퀳UY��j;��Ir�!��@|J'�A0�� �m�������c�~����Pw��X����\���� j�=ݫbjV��N�
���y�˙�������P��L��H��&e��I:n1�w&6'�v�
+ʥNf��M�D������kQ��?鰧���Z�Oػ��t6�D���I�gV�E�ii�Z8S��Td"�� Ǯ%�P��	~CW�{m�4E���t�6�`���JӧJ���J��m:�MUZ�ӷ�<��Vd&��t%�U�B�sf',�%�"�r^6�,R]����(
U7Mm����T��`�s|O/��to��J+�x�fO+T�����O6
+�g��ʊ�7Ǚ.���Z�f-��x�l,M`�'�-�����%,����vR�◸����`$@������o1ЫA	�o,d-bqC�67� )��4���E�����w�]���<�"�m�]�Io
+�KJxn��҆�7��`�����UҖR�6%AR��J,�\�x�.��hd�����M�1%|ۻm��56M��9U,�se3��ޛ�@> �Vl��?j9ބ���L>�W!D&|U����
O��`R$Ά3�ŕ���6��!������)��b`U�T,�"j������u�u�}�ܑkjXļ�[]����*
+�<�AQP>S�<ǝ˗�v�L�7ǘh�G?�����-d���a�ΩU6
��F���D�M�M�:"����m,��SJ&{�rZ��-M�)u�\R-|�J����U���{Кi�	p>�
+�v?��G�Z���5;�r2��vz�2���uu�`%>�B<�$Ct��P��jk�T�D�	H…rBJ�@#�X�v�cB�d4�{���U-t�{gDo��1�򩶭��l�'���Y�����V}򔰻-��u�����u�3�O:����_Ǥ��,ZԴx�"����j}���S���pl��3��L��>L�mZI�>|��g���7����v�ِ�-�[�[���Ë��9<�Yp�b�W�~/�`�;C����`������N�rH�o�o�����O8���������y�z�_�������o�.��]"��
+ϧH����V�7\�n�:��}�3/~E���پ��	:������t�!�g�
���M#�B�Q
+Hɚ��?S������4v��p]ׇ�B�7��>����2���z���?��
+�2p]�-~\�pY<��/�1�Dӭ�C���{��W�����������O��׭p�i�W�V�F�
+�u\�<��\�����p}���{\%�n��}��Uh��F�6������F���z@?\氨����G|��p%���y���Z�n�k+\wJu�z�/H����~~��_��*<��&��{�r��y�<���m�6�,�{N�<o��ET!��b�[ׅ�~����p��Up���z���	��~9\�����5pu�u\�p��\׻x�A������⬿Ep
��ޫ�z\
p��u��L��OJ���^W�ߣ��3�r��>f�/���Tz�v�{���*?��}n�o�0��®]4��.���~����
m�<ǟ���������2x/��>�������q�.��o��I��ړ�e��1�����?��n�����?�z���M���{�s�������<��1�_��(���۟{�t���<����S����	��{&��;<xD����Q����e̍���o���y�C�=�������x��<��G_��Q8��8�N�ܚ<����,������C�Cύ<�\�~�����;�����x��'w}��[r�yI���.A�>��Y?������~���<�E\�_���kf�z��r���I��r�_���7��%ϝ�~��÷y�/x�,��������G��8����	��e��U9=�9���/�ϟ���俐����g{��4��큋��z\���r8�O�'�fN�顧���x��{8������w��s=p�<�o��Op�s<��U׫����s�{'�� �������ɿ���<��z6z������{���9���_&��?�b���'=x���/���N�s�:�{�l?���=���;g3{�r�JJ'9������᫼��W��=|����I.���+�{��3�w���
��k�Y;���]��������k�������w�v�.�=���%�{9=
+��J��l����x��r�8|/�3�ӎQ�"�@߾聋x�q.�
���Y�����G���[&��cz~��m���+���<��/���	�qy*\�1���������l�?�!�6�̨���}��i����~V�~�S����Fϧ=��=�����bЃ��1��#�s8���ߛ8��GO����t��C�}�7���{�l��&�>��C�#����9��;z���y����p�@�U�=��2���	���:}u7�ط�-��!ݴ�|Gw�����2Fv#-#l��Khzڗ��q�F�� "�D��ý
+9=��k�-v^
�M�Z6�Sxb�/�f
Z��a;��eTs�/e�7� ���@�Ǚ���n,dq�)��S��|�F-�����T"k����8W�pN�gZ�Dņ�PYF�d�(XX���Yc�fa:��7�YZv��e�7�n�,��V�})�5}-���� Vb���\�/C���؛�-f�^4H�L �H��s�L��Ű"A2�$���eq���'��ǀҾA��g5k#����I=�+�4!?��co�����QEx�Գ���<���@TSKdr�S ߇�RZ3���TR�d�$3��D�Q
+��yUP����6�r@�)@f�3�����@���^��5'P�@�j\3��E,i�~PxĖ(U�Ǻ�fG_r�T-��W�V���W�
+Z�Mc�@٭�1�[C��_��|����
��_��x&r��������6F:�$��t���XUH����)$�����-� *�����C֍
˟���콾�M;����A&y<�T"�g�ݼ%tTD�;�:���)hΩ�����2F:�VBQ	d��Aչl��Q�͓��i��;�B�e�Ќ�~=����g��]Fҩ���Tg�%
5���
+&�%ݚ�.Jz���&'��hV����I�0!2@(�N
��ҬM?=�&���L���E2���q
7$X�Б^��Q�U��j>���pl)�yE��/��b�~ΕF�4�Ozj�&����sN�of[���8�I�bJ"9�$��
+:�'ˉ�y�t0�e��,�-WZ�Ezy�s�|kb�U[�-�6���#τ�΂�t?�R���Γ.�L���!�#l\g�,9��+���;���/:�C��
+q?Å�y2S*;�Su�ݡ@�Mc����b������`���g;�WU<?Kz>�bb>��{�������>��X��v��T���s�2�wP���e	.���$��5�#ܵ�0��]����J�$�<	~�W$�<	^/�/��M���]�_&�WJ�Z	���K�^	>_����$�&	����A��$���Q	.�gl���wE���%���]�L���4�J���3�j	~���H���#�c�1	�-�����)	.����k%xY���/I��J�#|��%��x��I�ϕ��$�<	�����$x���o4I�%x��,�WJ��H����Y	�N��[m6I�	>,�G%xN��*�G%�V	�M��.�����wK�m�c��^	�S�F�%�}�C�	�K���&����H�'$��K�8m�L	~D��%�}I.�]ϑ�s$�\	.�F�'��$�	.���Kpy��I��{'�%x�_)��J������B	�N����$��|X��]��$�;$���T�o����wJpE��-�����WH�{%��%�g$x��O����Hpy�|�J��$����		�,�����$�A	�*���*	����܏Hp�^́�{�Hpy��\	�R�ϓ�!	�HpyoC���M\�^a�
 �Ѭ��k$xD�G%x��F�����J�M�K�K�	����I�Q	.��&��%��|@��-�������$��|������'�U	����{$xB�?&��$�|X�?%�u	~P��,���'/I��I�#�����$�	.+��H�y\�b�H�[$x��M�7IpyL��.�WJ�<"�?(�{%��J�u\��I��%��%xI��$��%���[�o�������9�[a�V�>�S���6��6���}�W���
�W`�4���q��b&�q�w�	J���
+�C�_aC�C�Q�yL��?t/���4�M��cÌC�(�$���C9J�"�D�1�C�C��~�*ZI��1�!¡&J�R(�ILcHph.�?�i�(�Lcp��0}�����������o!�)���[�Jߌ��Jb�B�����E�?��0�6���`z�O�U������RL����t��A�Sz!�/!�)]��K�J���$�)�L����=���V�J���e�?�w�k�J�
+ӗ��~�u�?�����?����w��~��J���?�����bz!�O��1}%�O��b:@�S���n �)�qL�JӍ������n"�)}���J߂���yL/"�)}3�[�Jb�����{1����t��"�)}
�ۉJ�����K1����t����^����?�k1������1}5�O�`�=���P�cz%�O陘����bH�"�)�+Lw��~ӝ�?���t�����1�������^C�S�똎��~�Q��b����c�Z�ҟ�t����'1�E�S���&�)�L������t/�O�;0}�O�[0�G�C:��B����"�g#��Rot�ߑ���������=��W�����h�#���E��";�X3ǟ |���m�+��7)�Ԛ{���)�n���P87�����'?�7���q��T*u7���l_1��E�Z�u�����:_��ȁ��s�*C��{�@X$Rj��p)]��v���&��B�JW�Ѓ�5x-f������)@\:�<|��M+�y�H���ů�<���(��r�~��r����F���߳����A��CV��^.�����"�CI�o�M��?��\��� ��bus"�����s���)��HqY䷿ě�G����?�,x8U��Ls�s���@�_��R���qkAyڌ=V{�t�Fl�e �ȱ�l�f���Z�<�'��!B�w�=S����I�+ m+0����>��ŽX���8Ó������Cӡ/�$
 I��J$])��[��$�4��o���{�]�w��J����������ͩ����)��^��uG�z`}�������y�R�B���7n])m�����c�d]�����κsљ��#�����]�u�{d|����فs�a�χ�=����D�o
++K����<�s�1�(�_!.��������?Q�jvb�Ϟ�g�L�Z�ZwAg͗:�ޒ
+�}lN��KO�{p��(���P�)���w��SXn?�W� Kl@�,=@u���x++�����=B�����`~�������*���l��ޖ�ʚ���6����#��
+����H�"�Y�Gf<1~���q׊v0$ů�O�!�5�
�;���=�}?&ݏJ�[&���{S��K��J�[��ۥ��t���u�^���~��o������^������<��(d�\�����R�9��K����@�����r�4�+��h�����Gf�����T�0�<*�T���l�#���أ5;qN��tn��S�+��ψ�H�u��#��ۏ�X5ۏ����)�]��������*������:���}�P�%����u��8gjޡ��QM�;�2ʏˏ�#��blG|��C�O2�?�?�Ρ�\�5�ؽ��?����xqN͎�����Y��c'�ف�Ԡ�|z����W���.��к��?���E��w��뻐�M��
�Ǥ2�W.A��w�[�у�'���9��U��X��κJK��-ջ�G$��6�"���>�Ojv~�D�p4��6ߒ�+o�+u�¥P;�L͇?���4H7b��o/pv���ҵ+å��ҵ��:�;� ��4����=	w���g�+�<?�M[�n�NѾ�wڭ��k��om�(\���-@ssVi��p�O����!#��eFd�dD�t!6C���J]�;���%߳��{��"<�{�Tx9.�}��Qe��:w>Y���HZ���"]	��e�p�/�ȗDJ�^�2%/~,h�|���C�(���)��U(��$�z��{���|d��-��P<
+��v��J�,�V�,��C�kd��|�����ހ���c�~]���=��V���ן����r��%�q��x�����!Bܹ�⌚�{�U�j�	5���j����	�����H��7��><�I?H �����H�΂&)-��{�O��;�����J3B��v�)�e���Y[����
�������g��ҥ�s�
+E��
+�*-+_
+ʹ��x��h͎?a
+��P��o;��z�y1�Wb%��V�O�?�U
+�n�ϑ�����"؎U��f��l"����wc��J&vz��o}�ѷ�c��P�y�P��W�oÞ�뼯����z��غ{���f�	?�Y��{(衟�J�����.����J�����bضw���>�l�O
+�<��o `��k���<TC���R��<�%�ƾ#�è�
5�K��)���W@�1h���$�=�G�����?�[|��(��_�"�(ϭ��Y��"ŗE�vŵPK���Ҭ:�u�]Yz�}u�5�`g�^��%u��s���r��"e�}@��8����1��:���8��u� ��[��Ҷ �n_�k�l����t��ûq\��y�Ч����}��ݨ�R%�}�G�8��?(�
P��2y?��l$,�sB��h��8���}�-�W#��ɨ���%H�ČQ���/��c���w�@}�*Z��.�E�a���d�8����"(�K���C�W��1�D�w����Mܐ���*����
k�w������ݿm��溧|�'P�X�������������K./����o ��^�&����%V�����p�'���~���{��Z���g�S�PU�	i�Ӽ�ВO��ѿ���/R�a�������Hf�n^yݽ3`���W"5��#`5�	�;�D��Dk:��,8�u��s���ߏ�5-�/�
+��7�r�4�jK�ݿf/�G�+��Ԣ& x��N�	����oN9�c���@����!�2,��Ҹ⯾��!zW|�@��SV~I�_�h@��,w��!��e_E��3����O0�uv��^t�d�nG�K��G���/c�����/���2�g��5�dWPDz5�;�?Ų����e��C��_�q"�E8��/�� ��� �Ep�����*A9T|-FJ����5�99���l[�`u�w�g:��}�C�??V�x��H�9�]׿���Y�5Z�<�"^���%�C��`8�H��p��M�jF�Hqƶ[f��wn�y��Җ��]7�>�k`^��x�)�o���DJW�_�x�����E8P�Z�U�@>�Q����G����㮶83^�>Ne��)w��O�d��񡫉�K�s��
+�Hq.��W��\	��֕y�W�C���9�hW���@ex�yO�tۜ�/����u�
��t�K��	hO{�=���Ko�l��Oa�3��
+-8�h�A䷮�~$b)�����jg��x��gu��1ϸ�zq=x�<�y�p����偗�^z��OQ|���?��l������#��Z"�wC�G��a(�_����s�<�F(����N-����*c�;����%
+�n,�\���)�)��x��>�X��_��)�-
+���#K���qb�n��&�U�Y���z�y��
�g��G!� ҅����ȕ�{z�ȝ�}�g��?��l��$~�~���ϡ�^����`����Õ��
�M�u��&��8�Y�_�������㧖�B<�.��|��m§s
�,5;���zk�㸃�_;q!	o���f�����t	��Y�S�X�u�z8�M@�Ǿ�^�es�s�v�F�y�|�$��}�#���ֱ�C��h��-A�v]����Pf�J���k�'���L�����?��s�ȿ5��o��LH��s,᱓��R$��r���c�]w�׿ �sd@.����yC|��q�?��ygi���=��������~��
+Γ�_��+:w��$�n[>o�5������Z�X�?Cw^�p|���%�l}&�x|߬�����ݡ%����j��9o��
֛��Zo�%A�
��I@��}�f�o8�p$�,������<y��u	M��h�U�������P T�o�����%/�v1������OóB����`����˅261�pd��-����Y������k��J$9�v��٥;Q�}��
��%8�F@���P�	�G�?C6��sj�����_�uܵ��ۏ�Y-1�b��݉YwEg<?*�_���8|?}���}��=�π~�~�%��!
+ҋ��Tۃ4���D�sx)>/������&�ޠ��.F�n��+w�Q�����=��C៑v�
���:W�]�Ŏ�C��X0n}�}x?�����I�����1�����ݡ�ۄ�?�9�<���l��ڏ>)5ãfx���J�Y��P$��F��l�H)������y��?+].}�Ϙ����_,?�>>
�9�y��`(q��N�_���OS�lz͝��j�x9R��1pK�y���_�9��:��r7d�Y�'V���\3�ܺ�G_�Y޷i��k^��a/\��o��a`O�c5_<�i՝��Go�z�};i�P1+1^���E1������?��`~Y �^>�,�����f��ȷ��~pF䜇�֯�\����k�xxm�z��~Qf:)n���˪ٱ�X?��Q��*N\�j��������*Ҕ��h�򇈪��Qz0��Yg��Ө D,g�e�r�<Fh������;B�C���"��<+��k5;~6�ZP����	�����]�QJ�����D�<Z��_���`G��v7�$�V$R�Z	��Uj��Q�#?~���|�+��d��J�V��ɚ(���jv|����Kc7��� �ߑ�%O���Grqmo"J�)_�'�W��.��8>|��
+�`�ď�>-�M�9��0a��}Xp+I���gb��� �K�X�����ƿv��<X���ad�����Bd3�M����p�?�⅜�0D��|��Ub��"RAn9�� ��	Mh�c����7c=?�#����|f|���Ѣ�Gw�������x�y�-���=;��q� ;��Z�?fz��7o"���Y�?+��vB�a�G����gI��a�BZ���Gp ��g��R]9s������wT���Ňw�	�9���'X3�c-�aHW���~�(c$��#԰��-�:t|Ul|_�t�P��Tc���<�յzI�&��c]+���X��a��Z9E5�n�P��0~a5���O��|���D��4�t�S8����y4kw%#�'#9Ԉ3�\s�'�g.S�M�qY
Uؕ�Y�o�j`h��=����:����bC�eR(>A9P��{�c������ۏ��r>j�U۶��P��MoE�\Q��E��F����]smi�s�gu���Z=�jx���G��r�JC���tMq��b�y��+�X��V�}���f�`��jvt��zw���:{:���Ӓ"�vc���/�7���j����;궡�S|���F@�ہ�����h-�.��34��-������Kʥ�Y7�f���.����A@[���l�n�ER��G\�/:���vz��$�5��?���h��l��Dm���q����P�
+��+�ǞF�p����x�vgŖ��e9�v�
�~`J��%/�(�?�v�������/?�4��W�]K~=����s�;r{��� �;� ����|�kJ��,�6�|ͮ�ł0T��kK������c3��j�S��48�6�un,��n�{sc˾J��q�8����G9l�y����
+�	r�~S���
+� ��.�{8ձVM��c_g�L_t|?δ���h=i]�<$�^S�u�k���"�Pyj��Y��>�,��C!^4�t����xt..�,�l�r{��O%�����u��k����o]���>��3��1]��/�B_ZҦ*5ڤh��J*Ä75)��ZJc�ڙ!4"1�z�!ZEu�]�Em%�$��v���1�!d~�{��d����̻�r�g�g�?�9��Eq��a,da9������(�馺Eڢ�O*1U�#�af>
+ �S�,�H�>��j����t�-(x�U�Ep����=L&C�5nS8�&�*��~"��IҰ��Ң��N�"����!8ki�rF�HC�T�#�ڻ@d���M�S�7ٷG�#��:$�-�su]��x>�ְ�@Q�ͦH�z����quqm�ihc5��X���i��׎�Sr����%�0{�]���N�C�}��%6Э{�&����Ԁ�2i+8�w��G��M���?��	h�0�u9�;<�[����y���y�6,�,9쩞���ʢ�� ���G%w�g���h�b��}�pX��鸉�n��.�"�$aipM�!@�Z�a҉��t`z/ɹ�j�䆵��&t��`O�G�!#�����Um�ʺ���&yk�de->���u�(��!I8���`���-DQ�0��'�49J�(��ɰt�iw�2���=�}�;+G�j?�����5�Nf��DQ�=�W��dOh2�GHA��֢&�5�-7b�=���%K�v/o@������VG9�������$�6i�wI.��:D��wS���+q����苖W������M�����b�$�h5��]��50�h�P���P���
�Y�B��������n>Y�2o�����al��i�&}�,j<��V��z���@旐�e��Y���w6=C��j�L(7o+l�)9�M���(�0���u�Ʀy���o��3"ɂp�s�sT"ʒ�p<��`�qSK��>(�#�W���@����w��C	g��������
s��������: \�����Yi�^�^L�
+���(��{8��
+���z��I���z<1g�7�4�ò|y��.�ٯc��w����hL��$��QH$��z��v����u|x 7�L�2([ f�{f��32
+�{����6�����p2�q�o<��L��D�s� ����ETZ^9�����e��������Y;z(�'r~	������V�_>w��k[(1%����k�p���2���R�׵G�ٌ��I����o{���5����Q-��͉����5�'%(ȷ��a��Ei��%Iݘ�̿$����np b#ڈ�~8�����s��jS�;�y9�"I�p�'���7�Y���}���&��x:${E
���@9�f0���9����u)�u���~����KkN��8` ,�W̎���²�����׀m=�OaE��bmAa!hr
+�.3�ljv�:�[�~(�"�j����0R'���$b�.>Βr�R��|h����E���r2ZIJַ9��[_߄��H����C!�f���}#ϸ��3��)��V�{��{O*�
�H)�Ux��)�m7t���_p	�Ln����b9w"����n/��L�Πk�S�pK�@n:�~�j�-i;�W��>��"05�^D�N���h�k|7��D������P��k�8
+z�g5,��daC�R\�C�s�䤘���.R�cH�9_���'�3���51j�
����~-��>�u&��W���,r��g���+�sk\���[��G?`��n˫��L|��.��PI;H����Ć��s7�8P�a��9��ayc��oC��/C~-̓���i�^)H�8������,�<7�z�fQ6�7���7K�M2�f���4� 9��f�k<���/ae�~	[T8�
+�>ae�I�Jj�"9'U�V��d6�������M��ZO�5:}dޤ�G��L<�S�^p��%��rR�!N�Mp���6�������J G�/��rxvf��.�#��oȼ��Z�W��sx��F��@��*��`��� ����4V���W�`u~y�M�QΤ�n��v�Xx�Áje�9]PvhYPX?	��]���
+9����D�׺t�@&qשi��?Z�轾�(�o�����A�'?7ָK�Y;���g�Ԡ-�
��1Ț�����9o�S�s[e�'Ό��
+�m!�p2���B�%
�
+�;vv�B���͠+،��KH�~�I����6bF�����0��d�^����Nx�i+��V��$P@K�F���;|$�0�Vh�&��vr���I�g�0�h`��`p�hp�p1��iHO�W�IՂ�u�i	�wɫ��$	��tD��B�	�hA���_�ɧ��w�!$j��MK�-R�v�hǟ(��'�B��;�� q�&^b&��0��V���,�C�C)���k[��O8l��0^\�xqA;�Sj<,��ĔM���ŖN3���S)�L-x��Q.@I�|��[,-R�h�ʭ��&��Mrz��,(�獥�d�-*d��ӂK|�Z��퇝��Όp��N�5<�s�%.],�&��3��[�n4��"���_����u��_���*g�㛽�E���\�����9�È~�Fq��+�9ҭ+�u��Sd�@�Wdo%#X����0I=�l�Qݏz�d�,K&�G��n5PY�8)B!������H�&�:��)��1e���D�{�Z��#�X��%B���
+j>�?��_�8����<}�����Z"q�b?�߲��s>�󵙋H�$�9Z�.��!�[t�5�܎b�2)}��|��{��V5c�Ѯ҈�=i��	~ڂ�q�	��D;�A�|V���wL)��ζM~��~����^�,�j`��
+ة�d��A3�f�=�sU�Q��A3������t�a}���吾]vaYR/����Ty���q��{ad3l�R��A{2��«�0�W��<�c�pGۥj���
+�j��@p�@0L�e�X�\CYk?������eX���*�b�kCH����4:
x��~���ۛ}ɠ���>� �<�NNR���i��~?<�s�xɵ�e\����ʂ��>r`�O��g���GPc��2RX4���h�"H����0\
6~�`=KX�Z �Y�#ռ
Xw^�-��^!�DF%L�}�!��T/2[t�w�$es;��������������<��'�����s��zn��i�ZB��~n2i@{W���τ��E��qX6� �>ό�̟ص�(�h��j�(e�%3H�:��'˟�1��^���)e-�1
�)M���b\��(R���~Rd/�d�
���f,��3o��|1��z���z+��o��ޘ�Edx�{��>��l����0Y-bD����֙xj�sn������om����e3tKMV�m���������S�Rh�iTS�.��9���@>�7���VM���|64�.�n`P;&k�$;ƹs���u�OI\놯���@z�1��l٭��sT?�C�Kf����2�m����ޢ
�^�Y�18ZR��-�M�ۗU�]�x97L&����ֲ1��fb�"&sݜ7x�h��jg�I�b1����u����ݙh�0�ՎݴW����Ɯ;|��"����fh�)�)s*q�Fٲ]}�L���~�\��$3+p�������I�"=w��8ɼ-�7�Y*?k��ڛ��_}m4�O���ͨ����	|
+�3���Gq�yg�g�!_�8���iyN�җ���.�.��)�c
+��&D#'��ig��������FAƵu$O���Q񰢐��kW;�b���o����T�*X�ׇЩ5�i���3�q��E+�����<��/�@��**Yo��syf桔���6�It��3P�Ŏz3����T�g1o�7��o�3��f]̻�/Js���|ٷ׫$/�f��ѵ��uý�5|;�\���^��Di-;9“!}ϑ#������y�
+j����f>[�S��r�]`�G�p�x
��A4�w�3/���
+�MA�=�?N����+�Ň~DXs�w|?/�h��EE�Û�b9_
+�n��ud����z9_Xk�C_v�O�'�=�1ߓ�ٛ?o�g1�����ڛ����O<���98u���/��PؐwtUҵet��R4j�q�����s�t�rg`������#d�^�k9�j��cc�R�(̼J5�[D��a�l��\�u	��j����[\��4&h�?�dڜrؚ�0������7L��D���zX�����	��م�$��ϳ;i�D�d�$�g'�淂6}O��n:��gw��,���;�0�	%�Xȯ#����~F/�١��:���c���{kF?j;f�잫���!^9�kP�
+�\�V�y����s�zZ혡|j�]���l�؜nmJ�r0�:�*r�:mRѺZ[�v�沜t��}��R -{�HC��u�-�i0�M,�\�qz�`�R���>����gXJ��K�7抉�M���eK^6�6r�'l�cC��K��O���*��Y�
86t���x�i�hz��k���=�
�Wr;d`��
�G&���N�'5��I�Âh,���cI@9�J4e�5�/�8��"]X-L� ����R_좚���0ߢ���fS����C�t��d7rIR\%O~�m]Fba�P�l�
2T7k�}V��HI��f�ޕ�D�H�U�:��w����wS�0:��X�<1���0��24jd1$�jj�6��#Th�&mr4YE{�o5��
�i#��Cb�m#}�NM�7i�q�s��4�ob�o������Y[G��xt#y�A�U�b�1T%��>O��TI�V BE{�-���-YMD^��ǦAF�hc�iO�a��&]a���4��ӯu��J��w�q���Wh�/}��V������3����Wx
+����� 2g�p�9��e�i	�U?؂x�"G^N՞g�
�s�`��d���7��g
S،���<$A��o$B���|H�C)�I�?��Ç�(W��E푘k?���r�g�S�y��E�!���_����|z�z���}[�O�k�����i�a��ZP����Oٳӈ����1��!��"����p(!'��c�R��T4g3r���;G�e\hm[/�l3�Ǡ^�2�՜��K=���fI���kDI���+ϭ����2�>$�����Bّ?��4'2=�s [8q~�w���Xvڿ.��J��P6�_2���~u�v�'�V�
+�:W��:Z��X��U���r�w��Wq�5��p��H����/oPSC��D����՚;�_x�a��;({�k��W5
+���󫖀C}��ڏ���$�V�Q,Ҩ������r���?�Ӡ������_�l��A7�v�K�A����N=]�מ�[�[/n������L�zߓ�*���8~�g���3��,���Y[O�����Sw��k����T�c/x��㛴��EA�i��{�n��L����/$��`6v ���o��g��Y���1���]"��_����T�C�2��L
+������_f /��|�ˤ���Y
+\�hu�
+7H���z��z_��Uj�ˡ���*R�|W~���Ǟ=��Z��1<�س�}��2��[{���M��I'�Sc��q��2���D4���mL�t�Z�HA�K�	�򜍜����6�!Gu��eE)Z�d#��?yŔ"�f�މB�}���/�@L��]�$d�zx�=,L�$�	Ƥ�/(��؇T��X���JV���1
+�*�}zP�W�B����
+x�5F?O%󤖇Nd\����G�n‰�>a�B��'ZE���Aܕ�F�m,���dh�ݰ�.�kj[���J�5G��q�qW�2.�>�~�W��A��:jm���~s�nF�d4U=�*���\x'�<�����/�?J!�����Pa�_�@Q·Rx����Q
+/<�s1)�s4x�ɂD��0�T�_���Tף�(��WI+-�zR^�g��a�HTaE͘�ժ(1��Bw�[��
+J'���⪒VͿ\�E�$t��&����Ql�h6u%�xmm���q�����#��Y�~�/�]�㇑tr~�'�
(��l#�O����_:G����t���/�����x�V��%��D�Z�[/!��P-�؈'�E�>�SZ>9F�1[;��ʹ�$�����O�Na�>���$!k��m�ˏ�@���UP!����z��06���a_ԡ{���D2�Z�8��d�[?�9�ވ�"��B1v�O�w��RV
XG��$bG:�st#�u��к�X�jG1!1�As�0U���'_`�^�����7����{�
+ul���5�ӭY�B�zmp]l�6g	g~�k1�����gq�?.N,��/|��j��0�7�@�}
����49�~�/`��k������-��p~ #�'d�u�
+�5'�� ������p.p�}V��J��C�I�}��<��~;U�_P{��닱n@6����e���ʧ�<~r���-��ck�#ы�D��NVK���a��9�ڌJ��\���
M8�@%�Kě�5�ק��jp_8���s�4�O/E/����Vw�ĭc�|˥ھ�-���|p�}`C��G�|Cp�ܾ&̇�
+��510���4����Ct}\?G]��� b<��#_���磻�
+�Ա�0q�#FT��]���"���Z�D�\��Ǣi>�1|�5��EL}#�edo�	�h�l�k+��A�}c����ng��"~$
��]��XRm��Ӵ��W�ƾ��=�e5i��_�9�ýz�k�W�����*eG�!������߭�m2fS���`�0�!���<�[��2���״�Pkr�V.*m�#���s�� � o�5ɫdhj$4{��3�:�~�an�%ʫ-9w��ŜJt���N�o���xƴbwqǙub��y��T׺���N�>�+i��S����p4R�R�bst��^�����,f���"G	���Ǣ>�4@���8��pu[�-��`�"Rc.���8%�Fj�K�v%��6^|s��.cs4���Z����L�ݨE�b�*�5��8�$#E@�S�Eh��[� p�p���WXhܕ�wD���L3��B;�wg�g�T�H�KRSHcmn#Λ������?݅�ux�;'�0�!���l����Hh���˒�T+�/�	��#1e��� �I������I��Cy��\��Pܜ�⩅܉�v�B�D��v����F���k��*y	����B�x��Jr=
+C�L5ۚ������.d���1��U�lR��ºG}�g�ݭGp-�)�C���_����_�_��lw�����m�lw'����Y���.�|�wt^OX����8�~�c�{�������Ь� w��_��i����Ï���0�h�?v�E
��J�	S���=�x�E�xl���-
+�XB=`�i܀�8K�&�
+[��D�#�Q�֮�����$��`%�7!
�N<��{��x=Y�kХ���\�2EΨ�D���"��E���–h�]w�[�9�;=ā��h
6\UoZtZ�7�i��x�dԃ�4�hž�_I]�x���?��	�WL�R�ްG(�h]/���������8���U�Ҁ�9B�@�it7�2b��-���V�z$�`2eDB�
+/���ήn_���W��3^f*�_"�Cº���p]W�b<���5:��GaS�7���Wʦ�U�Mן=���Fw6�Es*�`$��������e��f�H�Z)B&�'�?�xhF��7�Q�)���3��A?[9���6OCTM�\΃�$����s��|'hakQ�*�b��~ADŽ��Ǥ-A˺+~���W�^�z��ƶ��wux4/�6��T�\Oߥ
���o��}3��DΦ~�aX���`����;d�}������<D��xv�U�<CH�<}���"}w�rN��ls*Z�QG��� �zڽ3�����6�B�[������&��w��k����t�zO|�_zO7��_N�������K/��������
���o����O������yz͏��Sx�S�Cj������Pz�I��?�'f�U�p�M��|Bh��m<��@�3�mVp�)Ŋ>L�&-WY2�[p�����+:G��A$7���d��=���N�����ڛ�ȳl���x�7��uy����(=ɿ���$��?�\Ɉ���E��rV��
Ts��yy�k�ť�#�"�@@0�`�s�İ��0 ���l��p�W����e�?9�����/�#]�, ��inA��s*:���C,�Ѳ�K�bI�K1n��0����97�(`~\F�+�б�n����4�@��ǵ_��>�r��=���i9§���t�P��[�}�
q����\����>�.s.r[����s~&��&��W�޹��׆��9m[�_
�w�
,`t�.�ҧ]��\Ý)�U?&����ʥ�L�i�����LE��'�9�,#� K�RU�ȹ�����^Y[��(v+Zb�/��f�_�`C��;�L�/lĈ�hU���v��[�(��Ș�D`�RH�#G�&F��><P�5�B����EY+�j#��X�	M%�����ɟ�d�${	�[�{hn���؀b|��7X�Q����9��S/�WE*޽�3`d����u�͟��CӰ
Z��O��S�m(��������%�8�Kf�AZ&X��R�d&��F�$�م�����3D0�=���*��Ow���+E�7<�|6O�H$��gE�t��<O>!�G���|X$��<y�HN�dk$mI��n��Y$=Ɠ� i�H
+�I�B��"��bJz�V����֯�o��4��/��5�
 �Q69!+AT�FTD��9{Q�]ߨ.�3���A)�oB�T��ߴ��~�����I�m�WWkt��;C(��|tk��Ǔ߅YK���v><��|��М�G����y1xC̝�����)|�D?����P��A�lj����?��h������x��ǻ��Eޗuq�&~�w�6�;n�,��o��'����
+O�õ���Ѝ&{��d}o�.���
+%@or��&\��K�����J�<ī�ΦPsq�s�`��m?�Sw���0��p����?��o���ၨ*%R6n�n�?��GҘJ+�F'p9���a*���Tz�Boܠ�������b/U��x��Щ�������OU�����?\��/��렆��mg^n�(w�S.��ʅ��в��`A5�(���\�b*�V�	og/�E�����h���
+�����S��IZ׸�E�~�^o�]�L٥$49t�|�Z�\�g��{-��x$9糸��u��t�jM�����ȯO��a峺��>�;v��V�w���cY��H�;c$���A�W��oϗ^�G�"��B�Ek��N��V!���^ /(�W��j8����¸\h(�GB[���e9z��<�<�2rLZ�)�@sS8����9��FL�F���@��H��BZ4i�d|���^��vH�Gc�g���Ѕ�Y��D,�tνG��=RU��F��vԻL���o$C��1n��ѐ0<�͡�lo{�x������x�y���!�>fy�+�u{�I��}��#<��T�T��i�3<ʣ���F��23���q�����쨇�Y
+�枎��y�Jïv�R��c����B^؈�j��U�'43�W�c��+��]�̏��|?��~��Xt���P�]����86�#��ћE_��Q�1g�D��3�����R����Vν��E�(u�5i4C��|������^��;����GH%�Բ��X��s��t5�p�A�8��D	o4E�9����	�$�z
+A�2F���Y��C}����/�"C��4�J��a���.(�ߡôei��)�6c��_nH|���Y}���y�`@ Qȹ�ym#Ł��5?�,c�E5j���f=K�v'IZ"�=A�)���K����-[	�wL&P�i2��/�g�|�|!~!'Z�r3�O��M�k����7�'�-�x�d[8CP��"@Wݷ�uF���~ӡ���������]3�G�y~���o���~��������cm
+���[�y�dL�&cƳz\�cl�ׯ+�h�H��G�_g)��ˍ��)�awʐvnb�f�rwkV"�+�<մ���}-��Iƒ`��Y&�N�T�n�fs��/T�J[sX��eB��f
�d�����V��~J�j=u��յnֈ��	��$�/*0vl^�
+6M' )�K;�{����\�����^zZ�����
r{������,[J��OlÈ����m$bq�t�IQ'Vu*_؈ov��Wa��t��pIoڼ9�����+ �5���,S��5��;!	���y�;}��`���������s9F�������f}��A�%�խ�c����ISƢ�,4���9ڳ�)�xx�9~�0�uZ��M|7�c/���n:�-��n��i�m
+��1j+�ʬ��˞��p�,c�р��]��;q0��:�c�ͦ�BC6��3��~m��A؆)�"�%����K�_�����1��2���I�*8�h.0���/�����xR������(}|�0��J��';���((����PU���E]��DfP��T0.��y��{�~�M�7�M>����ucڣ���/f4��Q~u�A���|��2V�^�,��]�{���:g�TQ0�����UP\�j�����/�H��l����׷���+����f���������Si��8�N^|��?ϐ�3�晟W�Eg��
+qX7��j�
#Q{�Մ���7����A/��W�H�e~�}����R`��Ȅ[E\�9� ��������Q`�!�|�4>�Wx!��ע�5�WH-I�5m�0�,Dc�0Ђ���Z��&��(ŁU
+'Ѝb�Ԓ[a��d6w���h)e
��|���`>�?MM�zb�|Y>1�`y_�<��n	q�v��]��~"�����]��d��Cir�S�x�z�sg
+�T{�����
�!ia\â)!�oaђ�p�0ˌ�:�rl��:�Q�����[!�&��5�[���sb�C
+1x��o�Au���z
��g�03�l��n���+�R8���ѳ@6!������kh�E=+ZT�l�����
>���}��p���
��D��a%�p%`�Ѹ���i+A!9�/�<󎧟'>��i�i��񍯸���{����)��[a������0�MI޿���3��ֺp�նv�,�"m�#�����Xz����.�a��h$G�t}�v��b/�O��i��
������L�o�M�]ޙ�L3�N{�3Y�����U�����~?����}���#��@@^-AA�E%E�Y��T�����t��R!V�[_F���a�A�o�1�����z�������N#�듓	�=�*e�y?��T�
az�h��G����Ezڋ&m�G��'�iԐ�xU0�\�3yJ�Q��'lЉJ^�@�[�q¸���I#;��R��~/`"�N��Z��4E�`��heO���U����FZ��џ6���u��%��;>�3��xIb��z	�;���h��W�'UN��:�������� n>/a�2k�0����3<�9�2�%��[�kH���a$lhG��ܵ���̬^֭(�\���Et��s�RD������~���ѹY[O
+p�W�6�E�
ƛ5Sl�z��㋋�D��:��-&mqk��̠u�ȦR<Pf-������H
?��_��] �%D&�6U�QT�Y=��}�����������膿��Cr��ĺ/�o'���d�ۇ!9�
F3
+��%];��n�P��y1,�̽W���@��UH%W�Z�]	��&�+^�s��M���8턉Չ>`ˍ�F�ԅ
+���pEE��rR����h�G��I�	T�%-�K�)�)���3:T�v&^�-¡$������#�7rX�֭_z�=�#�D�D�T�P��ĭk}2c�[�������S���k��0�:�`�����F���)L���شy�s�(���O�z�	�G�?d������pz)a6U6!�j5ҺP�i��T�q
+���]q���(U�ۢ�0����;ᒩWs��_i�Y�V���G��c�~��Z��O�
���W_��;��#����&[[��]Ѹ󘂣�v����|+>�ߠq-�i����=����2��}ظ4���۝=��aƱ��{�S����kv��#��.��<�;�t���ߝ�y�Ma*�������ܖw�O�^�/��ΰ���������-���:
+	hI� ������ż����u��1�X�Dz�
1��.�M;�78[������Bq.�"�:�jG�\��s��#]��������KV�L0j�Q���w!� �y���7k�#y�dι��S��j��J>7���5|��}'��)�.�9�!t��w�ŝ(�Ij���YC>#�������~+�z'�����r��a:��˭*B�����$��l��p[/\�7��x%X�SD~A7����w�Ɯ?�������{GH�tQ�k;�����\�s+�v� ^����-���\k��5z5N���q~���)�3y���[^�@�I��h/�x��pl�(��^Q���~~/���%��P��/~�����������[�
CL˦�{[��D�Mv�֭_���4ыu1k�I�Yߧ���tѳu�5
&�I�zw�l����0����z��@�d�I��v$��@<��و\Σ��c6�ɮ�	�~��,��>�E�5=�k8�#x���7�$3^<��5�Ւ�$����L╁��֕xzg�Q�itK���>�B�.p�'{߇�������c�����	��V�o+�����ק�*Hk
+iVӴ����W�im���|p��Q�*y�Pw$�lf/˶F��a�g��b�DWψ��z�W�ߊ��b�ɹUt��]���z��*���X�Q�T�p�So���6�rO
a�A&�{�bz�� ��J+��^��m���^�wo��Wn��Mm�8"?����S�팢EhS�X��?S�p�!�$���M�1�o8%?B���k>�j�c�Ec���NG�&9z�5��f��=��<nOG��S��f�O&���2�T��ȔpI
+���iI{iU�*�!v�]C�&��Ղ����ÿE��!uy��τ�m�p��Z�Tj����6և����-��u��v���?&|%,�P$���
������+e����	����'���0#�@t��Z���t�
+�*[WS̈-�7�x\���o�^�)ҵ�-d���$�������w��|���Z��.�؀�$
Y�n���cU��	�f�Wk���O6�^�Œ�0$BD�o�>����Ӟ�&���]���N�Cw؀��A��#MƤ%���w6?Y;��zX<1�R��v��d�LM���ĉ�Hk0O\
+�[a���Į<�Hl�%1J{��[4L�ąb�&<#w(^Q��|�a:kE�����n_��1�,���`�NCO�l0��b�BO\�$��-
+
�γՓ�<��,�����[�'��zW��y鉚/s���,ӿ�.O�ۂI�;����o5�N��_�"1H�%�|h�غf\���D�{�,�^�QC|(�f?���C��9�M&"�#�s��g�5�\y��ﹹ�t����<-q�������>-�0G��`h��5���W�eJL�Y�GI��lߴ����a������ڜp-�U�C�[�a3�NN�s��$���PFF�Zv����-��GR�S�k�����1��kF�Q	�OayyŶj/������P�\V�	���v�A��9�o��ŦCyɪL?�G=����,���6�����<H��%�#��{I���]{]��%�6)]�O�^��F�tУ�i)�ģ��Ohj�rSѦ��g�4��e�6k@��\5&��7�e��dV��r���C��J�ѠD쥄��A&Gz�Ek{ɜv����R\��
+lz��iMnfN�h��,CO����D�T�Cz�� �!���Ya��}����>���u��I�nIC���d�:i�%Fm���Z�^��%>(\
+�2��p9k9rB��k�_���Thr_��V7�
+�dg��j�q�g�i}�f�Ŕ���^�5���G\���J�`/N�ڶ��V(�KJ7�&�o�3��Ϗ֤rn#�RhV�4��W���%CA�t=����P��'^[NN�O�����!�xu*��a(K�AB�@)D�f`�ĈP���87Ky9���5�AE9�9���g���{����Ћ�uh|ʦ�H̲�FXB{7�����m��ww�'������%���)�[
��,?�'���;4��;��OSy-9	~q2���7��ֹ������1�
�}������^�b�f��G~���[�wd���#<�x�OV'<�iqO��;���/�
+mjR�:�W��l1k*�u
+@�H��F�TK��ڕ��ԗ>��cW[�b�*������~K+P��Qu�w�N��H.3�h����֞V���Bj@�ؽ�V�8��}��5����}�x9�p[,ǯ����pKahvSsZ����l"��n1��V�4�M���y�yeW�N��j����5�o�8��Ǜ��ċ �ţWS��JaU{�-fQ�`	�\X�^�@z��Xŏ^@)t�R
+�Բ����$�҄QXM/DH���;���V�7�4s�U~�Bi%��r
H>Ǯ�y'��~���W�PKZ�%�7qy��l7l��9���	����p��sV﷟�fMp��s'w�<'O���
���n���E�#���`hG�
+�բ^��cY�S��e�fA���:V;�=Cڑ��� ��
� h�ɩ����bS��z����o���Q�$w�_^�ٶ�_���t�Z�VÑIµ����z�W�f�/�p�����������5��� ��Ꞙ�	E�>~ݱY%
�QU=�+�n�S	ddN 0�r��XZ}�	�ئ~��Y7��X��UR]����BQЂO}&���!X���@�!�V��;�W��Fe�F��jM10ͅА������2��m	(Sr�hl��3�]���
3�dFg���|Fm�JMA�$y�tb \�L�~I|�=�/|&ɫ��Z��v��y,yf��G�_��3S_��lԪ�m+V#��Y/����i%)��m��A����t���U�Mp�p9(zJ5�r$Bj��]gmD5E��C�K��S�gt�����U�D�f�x���=�l�JMۉAK�$���F%�S�����r�	_�6���o���u�>
�^��D�
+�����o�8���T�}�c0��x?
(AG��߂�~������ڔ��oq�D�C����ɒ���w���n<Rx}h����׭���mԃ�V(�����w�x���^9��U���C{�9�;�i��G�`^�V�ő�p&�H��XyqB�=�g���g����!�<�m��,�=�e�o���u�D��D}`�qk�ey� �X/�Ț���|�6��T��F��y��;Z�y�.��p�pU����_K:�����"k@d�P$mR�1%���9����E������E8{�[��Q~�+y�Ri�^��]Y^,{o�_��Xdb��<��UyKy֓�u��(��	�͋��E�OTU���Z	�n)��D&��~Jq����+s�T���G�>�fR(~yka��_�� ��o�W=�2Y�Ck�	j�������h�k�^�����h���	8O��m��Lu�f�a47����c�'aRY�7P���m���q��E��%M�b1���� �;ޏ1�u��|�ux�OH��]v.w�3W�x�"Ĺr$1�����[Ҏ�݄���ߏ.kB	���U��!�b����DL��.��
�c0�v�%^	 	!����s%-��a8���w0&Vl�d~&�[���]8�r �����>]�< �IL�jߤy	��Ndz[C~6!��VӸ#o-��	څ�	b�x���d���m_��M_�Ա���7λ�Ӣ9�52��#}�F-9�����h�����q�u֕a�5�c�9�<9X_���UyX�?p8�WO�D� O�gP�e���v�7�x[1���~��4��A�����
+�[����Z��wl�s>����͋df��P�on��s1��+g�B��7>O$�y��P�2��}[HqMpc5������׎T������ϧ�X�ۍ��kzͿ]��s��o1��z�u�'c<hf�mwb�m�|��}X���z�t�y}�9��}C�\�����:�j�ҳ�"¡�������i��/�A�/R���y�Fk��o7h������z�}��I��l�a��BC�����'L�om��ۻ�q���J2j�"���Z�G�N���q�t'c�#{c�q9��A�I�(�Oi$�C1~�@^yZ�hv��i�Lִ�$-
������B}u$��yH�:�.�۴oʠ�,�l�`@=$ &��2���L^	�����42�RҮj�*HҲ���r�F�-^ڈL�:��0���2� ���س��bsl��S���t�>��$�Û���N�5��AҮ��ϒhEB}���M�]D5B8B���(_!�Y����K�P�g�P��,'[�*W!�O�5�֢9�|%�?A�9���Q<z���p���|�)�O�"�^l�Ҋ8��iu�(Z�%�����|?�7�4�wy#�@x>�C`�A;?-^�}ެ�1d�(3�F�I��pC���I�u)jz�ȫ�Q��?BQS��7T�G�:"�S?\���a�l�7��o����
+)e��o��K"X�z�~�ٵg���5}7DD;e=�#����}q���ی�[Ү#�KA/���֔Р3$��$��Z4`V��)��K4s��MI;
+��-|��=p�C�=1���B��M1��E�RE�xXAþ+$%�Y,��f�@CH�cX@i�d�N4H��I�/�4�-����8�D��|�[.�'�P����.�E�	]�0DS�{��a�Ժ�K]�Zز|���]z<J��~,�9s�e�#� �ZU-�(,�9�sP>Pv����_Q�?���<�7�CP+-1g�=�>�~/|�\��qQ���p��q�W�zn��
+Đ&�$i5�x8����4)�މvᅗ<F�;�����e���V�C4�2�����_UO�����NO����Ъ�f�����O$ܚj���� ��[�1Ν�]�x����oj�����̺��e��f]�;�Ӣ��F�'Ҳ�éx�ȿ���ޗx������{������[��c͋���\�������@>_��5������c�*pZ�Q��E�����o|w���(��nE��שܥ��Nj%z��Nx��@(��i���O�|���G`Vﱢ��hK�;NՑX�]z�،��”�-h���-���MF��I��cxO�b�?���*��L^
+�08�ؿ��~��Y,�F���Ձ��Q�����z��FJ®	�)�RyuЋ��lg��-B���E%����/eT@%�'���F�{����Tb�)��[��';Z�H��<���z3�y�-�"��P-fu?Ek�A���Mp��h�w˨�f��:��o�6�����#�6z��7Ħ�*d'�d�A���C#��0���M�y���2��ʽ��h��`G���#г{(?�a��&�~.�?x���Ec�(�����&��”~�����l܏��a�ɴA��bf���T�<Z�8����K�&�(��AL��5��B�&^��桪lj2���8s�1��ydG�s����s��i�˖�E�R"[1(K���v�8~0D���R����o�����7<�����P4p~�p�����N�$ʫgS�Օ}�5�v�'@��],��<��R�y��|���ַqK����\�I]/$6U����”�})�d~QJ�^�ٙ�M�ܣt�(
+�O\SnOxNKh�S��4������%���Cao։�TS�ۘ]A����RȀ�n�Q�yu���KV|hv�`NG�M8,��"g�}���ٍI�l��7������N�F	]u��O�{tn�����W��^W�\��h�������]ބ;/+����(�N�(|f��!QGZ���ٽ��(k�=�P���y�����p�Y�[tj��D�����`5��#/����螟������I��!n!�u@������))�%I����Y�.
��:��z#�s���"��ĘNJ�݁�tj��}��b��<�ZC?b�ϳ�|g�E��ҫ�L�ny\�JdR]�H����cDD����>k��u����vb�K�tC@�I,��~�%u1���F/An^B�#�����t����Ɋ6%#yĖ������~��z��T�m�Q\���-��u~���
���èuk��эň����E��L�#�� ?��$j�D��ń_��������Z�N�7^&M��'�-H�9���=�[ŮZ���������uա�R��R�L�0��b�HLǻ�wT��G��0�R��xτȹ�`�)��*|J.�(�ӊ��_�0h���`v�,�5�s0.��	&�
+���t��V�k��=���5�5;,�Ri@*-B,����w��Sy+�3��i�D��=}���SEF���,��lE*����G��$�/π�4w�ĉ_Z�y�c�e�{��e�ӌ���Mݲ๽Ɋ_�]�a��ο���5���k�~Y�>��W��Ԅ�p��)�ﷶ�S�x�p�p)��d;�ó�W��"h"�������<Cu�&��0�5t?��j���!�>kf��x
iw�jpz�(Ľe�5Ƚ8#LZS���؂�����^[������IAMfR8hE���o1�G�J"��PC'Ա6�}�+���7r P|a`�k��x(�VJ��J�ܕާ%1F�\��������p��I��O���Q�`}���y��W)�mkg�C�?���Z���<}3O�˚"�]�?�����g?���x�����{��s������<����y���>>c��HO��(��g�'���W�s섁�EzO�
�>�M���T�Z=�k"��T�xIc~���/���m�|
+R}泃��N^�k��My+y�?"o&ϛIy�y��7��9�5㵉��<c#b����Dz"O_���H7�tTsY[C�l�^��㈀	pĽ+�oXě��0��-D��~{y��������Zq@�����f��J����J�~عW9�s"��!2U��&@��뭳c"ެ�D�����B�K,�>�g�g<+�G}:���
���{���PH��ߓ����B��%a9g"��_�#
�����%Tk���{�b.s�pWW_�
�Vʹ��^�*��]���Op�Дسt��1P.�djw%�&p�卅��T9g�d{E�4H��{��ݵ�@��<����F��N3�b�%�`cj0s�9��'#�"J������a{�N�Z���(�8���[lAW���^1�a�e����(Ia<��ng�LG��@Hq��ch�����sx�����M��ߞ�DISq�Q_�X-�?��z~��k�<����t��"w�6�o1��[zN��Z���D�hR���!ƯV?���zy�O]�c��}*W)�Cb]h̄힯��ٰ�?t��[������ޝ��G<���?������k�?�[��7v�[��y�����:w��?��X\v-n�4��.���Ҥ�mr׽	E�E>卽S�2��)��15Q��@������@��G���ϏB�	�S������Ơh;3�+�$�7�O(U�����u���KB��Rѥ��4c��"�q@a�t�P���en0�m
+�bNhd���$��Ǻ4�~!=�	6R";ЕْVRf���RG���8����Oq״��S�i@
a@N���%���!�w�~���LC|�fD5#��x��X�
�]?��os��Q��a!��	7���)�S�$Pq��G~H���&sJ��4M��9��y�]�L6B�b	J�O:��9dJ~!�쌲@���<TE����5c���W	{7Hў��)Z��kH�ֹ.���œ�����&P�&�0�UYL =�i�&���Jj�0ޖh�5j��^����]��X�
�:�q��m�L(��n{Qw�����ЇP�u���G��6MY3i���c���R��Ҏ!>"k/q~Fz���h��6t�Y�%�S��1n�T\�]B�-�]�����^�'h�5��#F��4ZB����9��8p��a0��������Α(�];j���QQQ@g�bUW�y݄�1��S�J������L>l���X�:r}h^o>
+�IOP�������GQ'�0�~I!yh�^���2sq�J\x�}�O�����bܳⳫ(�X9�zZ������f��� ��ȕ��s�F��@�'VL��V� u�(�8GO�ް=�N��e�O�.�0͓��ĸϙ�y@�O��x�'aO��I���G�g=��c�g߈����׿�o�xl>�ÿ����S��N���/���{j������pX��5����Ztk�͟B~Nq����$�-����tJ1�Z�#g}��z�\k�#���y=����S�`�=5�xR�Jz��� �[_���=fV�!��;�,)�ԣxS�-'�8���cpa�-��[�Y�
Cjsսցn���b]	�������p|K����u�hHb����64~2=$ZFP6
+n����v�u@�[�Ga�])�j��d~��H�Z+��]�PM���y�~�i��AN�3ȝl��EM��-�����������,�t�`1[فȞq~d��w�
+ο�<B
9W�ܓM߁r�P�/k�k�k��E���#�"�?������f=�x�}OM�Zj!Tz���Z��U$��և!�޷�a�1[o��7��ԋ��j�k��+GҎ��O$t�Z � �ER�zC��ɑ�a�/�
+$9�ng]hdz����W�^J�k���n�g��%�f-�&'�����e$ۂ ?���$����'�#�7��А��
+NZ֍�*B����I�q9�Z��poOpe>cI��!�#��K	�AY�����B�����
�M=B������2�s]T�MRl�ߪ�3�\J�1�u�g��s{[��Zw�xȥb��J���f�����I�@��]ۼ�b���J��nN�_ؠnlL{�rث�G�
�z*��8�vMQ��a�k��Jj�kU�@��璹c)7"~��A��ؔՀ��TD1�j�z/�
+��7[�З��Ү�a<if�$�p��[�K&��+��qI�{�5B���+��D�A����A)��y80?��S"~r��{9���
��"5���J	�E�`ҞE�����iCܐ@S�DK�H���!�X�EIeS6�'I�X&���pp�Ze�Ŀ�{���K%.n_�Q�xi�u?\�L>-�`_Pk�b��4A����ii���8YK���	�Mk�(��n5JM4�l���E�� ރu����)ߊ�p0�&蔓g^+��2�ci
��1�H���@'
+	k������KNb���8Hʭ@� 4t�c��"�q�/y5'�	+^&��r+Z�.�P���0h�j֢QJv�<ߗ�%�ȵ{�9q��*��
�p��i�������+�Vw�������u�o��ğ��Q+QXYK�)��쑗��#�\M���ʶ{Nvd��
+�ll�<S���G0��� �:���B5D��qP<Fv<Gp�ϐ��"�![�ڗ�Q#��N�آ�뀭���y�I���Э�d�&�#��� ��肋|���Ir^&���k�ɹ�58�F�n�/G�|�i�/>[n�7��L{���vc�82���$��oe��)���e��s�,���/�H�=�y4l%8f�i40��lz9�̺P�Iu-��G	[�H���87���z���+��Ȇ�/�}��p�a���/�L�i*�PBA��^�����9R�Gax;�c��䚈�N+bLڱM�C��Z*�K��V�[��Rm��؆	�^-�-��/�D>�1	G�؝�c�`_y���l1�����F�����h��/D)+����i��h[��5P��pU�����P,O��,t�xM�c,nv���C�;���-cԼu�5Bi��:9�Fxk+��eƐ�c�Il-"5��(LR���e�^=�Շ��35�2��)�z�)�5���#��Qb��i��Sv�-�d\�c�����r��B9��*9��r�2O�I�A����#p"�TM{�֜��;��0�Z5n4�{�A&k-��z8�5�gQ���\~X
#`���S%@�%n�ԭ�%�g�4�2d�#�sQ;���̪���xgp�sZ���0�鿣Щ-�`���-đ��m�Q�p��̆N�ܯ�p[�3��F^�م��B��x���
څ��;p���newx$����[��ĉ^�hD
����jF��?���!(������Z��B^�-0ƈ�g�7F�}C_�N`��-ie��]��x%$�+jwV[O�&�tRG�IY	���i�X�������՚�pN/����M��j(\Q;�S/�ԇ�÷�$g���H
+ �G��Dt��/�\|��(�U]���]�Ne�39�JmN�|GB�~7��rÀ��LQQ�E`����S���5�E�SP�o��̓]KS��y
+��Bn?w�N{J8�ߠ	N�Dd���U�������L��1��Z�4��ۥH�����Nb�Fk�����7,ZR>�F��D\�?͊�AWB%m�Y�a����sR4����~Ĥn3���Z=��wŖ��ԑ-�.�/ڐ�����C������O�=Z��Ѭk:����7�=�n��{ɖ�Sp�*	�d�#���q���4x��������bXj��Ǎ�W-wϿ$Ž]�W�m�r#<'b@=�����C)+�v����ˠW�ǟ���CO�U�����INq�����G��R��^lצm| ��:,}�;#F�=f������2&O1v�hJ��Y1��Œ�j�n�_������%�M]×���R��W�P�
-��RhiZ(t�;�4�mir�.��R*(�,.�TDE)���
+
+�ʪ ���(�&"���̙�ޛ����������h8͙�3gΜ9��I&o��c����(��l3N����b�%��`�H&�n�&��`4Jv�d
�n��V"�ˢ�*�m�N����f��i�=��n:��͞�%Y&��F��e�PU���n��D1"uHFfv���ǟ��	��j(N�X`��D�YvJV �)���Z�>����Xk��Q�KA+�dp�a�����
�b� $]�	��x��6�?5]ƞ?����*�Z���3L>_V�S��%k$�(�
�,Y�d����װ��C��dT�b��d+�r�@#�q�Xsc���@3F��g��d���`�)�d6�t�knG��2�<�+;���=x��4X]�Ͳ��YfpH:���� nm%%�i ��Zh.r9p�@t�qj��#w8͒<A���&�瀜ο֚��W��s��b6���
+�k���G�=�|;R6	�u�J�n
���Ӈ�7�g_C��XrH
+�
V�@�E
��8�O��Q�D�����U��2�I�����i���RR����0���Y�*���l-�9JhK�WQ�H�b�b'C��ͲHQ�U���ʞ�0�B�	�$�P"�%.�I�g(�]N���d"���OftLT�Z�dT���`͘2�_�b�t�M�H�d�B%c�Q
+t.�`�8�}ˆ�ep8���8������Í�\T�m,�tr`�:������zH�Ԅ�뙧���"_�9��2W�Z�s�����v�-��L����b�+��Dt�kYb<*f��f�`jù��{�me1���+��8'���Z$Ci�|�(<��Y�r�d$t&�\�R<u�t�s�L;�ț�������[fEYf03)���f��r�X�:M{��0j���TюWEm�׋��	��_5�o�L��r�qY�����k$���+�AP�:�(r�'�!$'���lf_?�I�R��`2�Ig�&K��`��9����_������ŧ�_���Z8¯�b�e��G�H�+��+N�EBQ$,N���.H�҉��=�8J���d~�Av�;��\l���;��:��'[le���������_��^vzFC�ƿ�%(���E�D��bpY�i���$��ɓ�̙��4�\O�l.�ER 	�K���DMb.�V�63YIe+Q]�Ȉ8l.X�ed)��1�eJ8���JlSa(0[̠��-&�'��v�`�NS!8�e�z�}�*��f�E4*�&+x��
�L*�*h�=�Q$��j0��.tȹʯ�H�+�.��էw�^����YW���UJ>����G���Y�0!�rD�%���_rvT��x�.'�V+o9
+ 18�*���c(�gw��Zjc�Had��X�B�EQ�OD��#��t�@&W�=*"i�R>��>��D�9�	���rG��d0���U�.H�����SM�J�7mN���g>��("�
u����d��`!��o�O�Z_�	��G��+6H�����/򑫁7��xv�b TpA�ѫOttmK��y���\I�n����9-`�Zĥ��Z�CRV71h3�o)1T�T�����2��7P����7��<��KH��͓�ae>����\������?��_�X9�:�}���z6�K*-WO)1�&���8uGO�ŠiH�x�P���
+=��K����R�-O,�I��3o\��f)����lZD��ՑxAx��
+?�u�.D�P��N�ܷ#�K��2�c2͍�D]��@�7V#�l�(A�h���Պ��Vc��Ɖ��
+�(�ԩ
�3��9U��E���$�{�y�>��-(�xD:Z�?I���&)b	�#f�+�o{��4��}��aM����K��Y��q��N,_��ې�A�tL�nTvbVVrv���ܜx�+%.1;i���S+%5-9?'9+1;173;���0+1w��0N�}/�Ow�2�gd�ʠ�2�D�$�&��?���3�ٟ��3�_9���;5#%���O�7�����	��&�9��#S���23r�3�꓅�Ԍ!����əy��nT>��OK��&N�O#��f����s9��J��CSZ����L)R���W
���-H��H�»ӫ"��zI79�	yii��J�	'�o��h�J�

[... 65303 lines stripped ...]